@charset "UTF-8";
/* CSS Document */
/* ====================================================================

★ Reset

==================================================================== */
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ====================================================================

★ style

==================================================================== */
img {
  vertical-align: top;
}

html,
body {
  background: #f9d4e3;
}

header,
main,
footer {
  display: block;
  width: 800px;
  margin: 0 auto;
}

main {
  background-color: #fff;
  position: relative;
}

#main-title {
  width: 800px;
  padding-top: 535px;
  background: url("../images/main-bg02.jpg") no-repeat left 275px;
}

#main-catch {
  width: 800px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/main-bg01.jpg") no-repeat right top;
}

#main-book {
  position: absolute;
  right: 0;
  top: 535px;
}
#main-book #sns {
  position: absolute;
  right: 38px;
  bottom: 62px;
}

#about .contents {
  text-align: right;
  position: relative;
  cursor: pointer;
}
#about .contents #about-text > *:nth-of-type(1) {
  background: url("../images/about-bg01.jpg") no-repeat left top;
}
#about .contents #about-text > *:nth-of-type(2) {
  background: url("../images/about-bg02.jpg") no-repeat left top;
}
#about .contents #about-text > *:nth-of-type(3) {
  background: url("../images/about-bg03.jpg") no-repeat left top;
}
#about .contents #about-tv-info {
  position: absolute;
  left: 29px;
  top: 710px;
}

#story .contents #story-text > *:nth-of-type(1) {
  text-align: right;
  padding-bottom: 164px;
  background: url("../images/story-bg01.jpg") no-repeat left top, url("../images/story-bg02.jpg") no-repeat left bottom;
}
#story .contents #story-text > *:nth-of-type(2) {
  text-align: left;
  background: url("../images/story-bg03.jpg") no-repeat right top;
}
#story .contents #story-text > *:nth-of-type(3) {
  text-align: right;
  background: url("../images/story-bg04.jpg") no-repeat left top;
}

#character .contents > * {
  list-style-type: none;
  overflow: hidden;
}
#character .contents > * > * {
  float: left;
  background-repeat: no-repeat;
  background-position: left top;
}
#character .contents > * > *:nth-of-type(1), #character .contents > * > *:nth-of-type(2), #character .contents > * > *:nth-of-type(3), #character .contents > * > *:nth-of-type(4) {
  padding-top: 168px;
}
#character .contents > * > *:nth-of-type(5), #character .contents > * > *:nth-of-type(6), #character .contents > * > *:nth-of-type(7) {
  padding-top: 149px;
}
#character .contents > * > *:nth-of-type(1) {
  background-image: url("../images/character-chara01-image.jpg");
}
#character .contents > * > *:nth-of-type(2) {
  background-image: url("../images/character-chara02-image.jpg");
}
#character .contents > * > *:nth-of-type(3) {
  background-image: url("../images/character-chara03-image.jpg");
}
#character .contents > * > *:nth-of-type(4) {
  background-image: url("../images/character-chara04-image.jpg");
}
#character .contents > * > *:nth-of-type(5) {
  background-image: url("../images/character-chara05-image.jpg");
}
#character .contents > * > *:nth-of-type(6) {
  background-image: url("../images/character-chara06-image.jpg");
}
#character .contents > * > *:nth-of-type(7) {
  background-image: url("../images/character-chara07-image.jpg");
}

#info-dx .contents {
  position: relative;
  background: url("../images/info-dx-bg.jpg") no-repeat right top;
}
#info-dx .contents #info-dx-btn-buy {
  position: absolute;
  left: 62px;
  top: 274px;
}

#info-comics .contents {
  position: relative;
  background: url("../images/info-comics-bg.jpg") no-repeat right top;
}
#info-comics .contents #info-comics-btn-read {
  position: absolute;
  left: 21px;
  top: 299px;
}
#info-comics .contents #info-comics-btn-buy {
  position: absolute;
  left: 21px;
  top: 367px;
}
