@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");
/* reset css */
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; }

/*
 * defaut style
 */
html {
  height: 100%;
  overflow-y: scroll;
  font-size: 16px;
  letter-spacing: -0.03rem; }

body {
  /* min-height:100%; */
  font-size: 100%;
  color: #333333;
  min-width: 1000px;
  overflow: hidden;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Noto Sans JP',	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

table {
  word-break: break-word; }

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
  border: none; }

li {
  list-style-type: none; }

ol {
  margin-bottom: 1.5em; }

ol li {
  margin-left: 20px;
  padding-left: 5px;
  list-style-type: decimal;
  margin-bottom: 0.5em; }

p {
  margin-bottom: 1.5em;
  line-height: 160%; }

p:last-child {
  margin-bottom: 0; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

sup {
  position: relative;
  font-size: 100%;
  top: -5px; }

sub {
  position: relative;
  font-size: 100%;
  bottom: -5px; }

.clearfix {
  *zoom: 1; }

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  margin-top: -1px; }

.sp {
  display: none !important; }

.center {
  text-align: center; }

.pc-center {
  text-align: center; }

.right {
  text-align: right; }

.pc-right {
  text-align: right; }

strong {
  /* color:#C00; */ }

em {
  /* color:#960; */
  font-weight: bold;
  font-style: normal; }

* {
  box-sizing: border-box; }

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 29px;
  margin-top: -14px;
  margin-left: -14px;
  text-align: center;
  color: #333;
  z-index: 1000; }

.start {
  display: none;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000; }

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: auto; }
  .start p img {
    max-height: 90vh; }

/*
 * header & footer
 */
body.loading #container {
  visibility: hidden; }

#header > .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

#header .logo {
  width: 20.2%;
  position: relative;
  top: -2px; }

#header #gnav {
  position: absolute;
  right: 2%;
  top: 0;
  margin-top: 2rem; }

#header #gnav li {
  display: inline-block;
  border-left: 1px solid #88602c;
  padding-left: 2rem;
  margin-left: 2rem; }

#header #gnav li:first-child {
  border-left: none;
  padding-left: 0; }

#header #gnav a {
  color: #76491b;
  font-size: 1.5rem; }

#footer {
  background: #000;
  position: relative;
  padding: 34px;
  color: #fff;
  font-size: 14px;
  line-height: 160%; }

#footer .pagetop {
  position: fixed;
  z-index: 99;
  right: 50px;
  bottom: 0;
  max-width: 157px;
  transform: translateY(100%);
  transition: 0.2s ease-in-out; }

#footer .pagetop.show {
  transform: translateY(-20%); }

#footer .pagetop img {
  width: 100%; }

#footer .pagetop:hover {
  opacity: 0.7; }

#footer .sns {
  text-align: center;
  margin: 40px 0 20px; }

#footer .prize {
  text-align: center;
  margin-bottom: 20px; }

#footer .logo {
  text-align: center;
  margin: 40px 0 20px; }

#footer .copyright {
  text-align: center; }

/*
 * contents
 */
/* anime */
.rotateZoomIn {
  animation-name: rotate-zoom-in; }

@keyframes rotate-zoom-in {
  0% {
    opacity: 0;
    transform: rotate(180deg) scale(1.5); }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1); } }
/* 汎用 */
.red {
  color: #e71f19; }

.green {
  color: #009d42; }

.blue {
  color: #0099ff; }

.note {
  line-height: 140%; }

.underline {
  text-decoration: underline; }

.underline:hover {
  text-decoration: none; }

.btn01 a {
  display: block;
  width: 62.2%;
  margin: 0 auto 1.8rem;
  border: 2px solid #76491b;
  background: #fff;
  color: #76491b;
  border-radius: 50px;
  font-size: 1.875rem;
  padding: 2rem;
  position: relative;
  text-align: center; }

.btn01 a:after {
  display: block;
  content: "";
  background: url("../img/ico_arrow01.png") no-repeat left top;
  background-size: cover;
  width: 20px;
  height: 22px;
  position: absolute;
  right: 3.89408099688474%;
  top: 50%;
  transform: translateY(-50%); }

.btn01 a:hover {
  text-decoration: none;
  opacity: 0.7; }

/* content */
.sns {
  position: absolute;
  top: 15px;
  right: 35px;
  z-index: 15; }

.sns ul {
  font-size: 0; }

.sns ul li {
  display: inline-block; }

.sns ul li:not(:last-of-type) {
  margin-right: 10px; }

.sns li:nth-child(2),
.sns li:nth-child(2) .fb_iframe_widget span,
.sns li:nth-child(2) .fb_iframe_widget iframe{
    width: 140px !important;
    height:20px !important;
}
.visual-area {
  margin-bottom: 0; }

.visual-area > .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 1339px; }

.visual-area .title {
  position: absolute;
  right: 335px;
  top: 0;
  z-index: 3; }

.visual-area .visual {
  position: absolute;
  left: -60px;
  top: 0;
  z-index: 2;
  width: 1173px; }

.visual-area .book {
  position: absolute;
  right: 100px;
  top: 64px;
  background: #e61087;
  padding: 6px;
  z-index: 10; }

.visual-area .book .date {
  padding-bottom: 5px; }

.visual-area .book .buy {
  margin-top: 6px; }

.visual-area .book .buy a:hover {
  opacity: 0.7; }

.visual-area .book .trial {
  margin-top: 6px; }

.visual-area .book .trial.off {
  opacity: 0.4; }

.visual-area .book .trial a:hover {
  opacity: 0.7; }

.visual-area .author {
  position: absolute;
  right: 402px;
  top: 265px;
  z-index: 10; }

.visual-area .prize {
  position: absolute;
  left: -12px;
  top: 12px;
  z-index: 10; }

.visual-area .prize .prize01 {
  margin-bottom: 5px;
  position: relative;
  z-index: 2; }

.visual-area .prize .prize02 {
  margin-left: -12px;
  position: relative;
  z-index: 2; }

.visual-area .prize .prize03 {
  position: absolute;
  left: 26px;
  top: 105px;
  z-index: 1; }

.visual-area .catch {
  position: absolute;
  left: 240px;
  bottom: 405px;
  z-index: 6; }

.visual-area .replay {
  position: absolute;
  left: 124px;
  bottom: 405px;
  z-index: 5;
  cursor: pointer; }

.visual-area .bnr {
  position: absolute;
  left: 245px;
  bottom: 200px;
  z-index: 5;
  cursor: pointer; }

.visual-area .bnr img {
  width: 100%; 
  border:1px solid #f5007a; 
}
.visual-area .bnr a:hover {
  opacity: 0.7; }

.visual-area .pop-list {
  position: absolute;
  left: 210px;
  bottom: 192px;
  z-index: 5;
  cursor: pointer; }

.visual-area .pop-list a:hover {
  opacity: 0.7; }

.visual-area .pop-list ul {
  font-size: 0; }

.visual-area .pop-list ul li {
  display: inline-block;
  margin: 0 1px; }

.visual-area .twitter_tl {
  position: absolute;
  left: -18px;
  bottom: 92px;
  z-index: 5; }

.visual-area .update {
  position: absolute;
  bottom: 95px;
  right: 58px;
  width: 720px;
  z-index: 5; }
  .visual-area .update .txt {
    margin-bottom: 4px; }
  .visual-area .update ul {
    height: 58px;
    overflow-y: scroll;
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px; }
    .visual-area .update ul li {
      font-size: 14px;
      font-weight: bold; }
      .visual-area .update ul li time {
        display: inline-block;
        color: #e4007f;
        margin-right: 10px;
        line-height: 1.5;
        vertical-align: top; }
      .visual-area .update ul li p {
        display: inline-block;
        width: 580px;
        line-height: 1.5; }
      .visual-area .update ul li a {
        color: #e4007f; }

.visual-area .title,
.visual-area .visual,
.visual-area .visual02 img,
.visual-area .author,
.visual-area .book,
.visual-area .prize,
.visual-area .catch,
.visual-area .replay,
.visual-area .pop-list,
.visual-area .twitter_tl,
.visual-area .update,
.visual-area .bnr {
  opacity: 0; }

.menu-area {
  position: relative;
  z-index:5;
  margin-top: -71px; 
}
  .menu-area nav {
    background-color: rgba(228, 0, 127, 0.8); }
    .menu-area nav ul {
      width: 1000px;
      margin: 0 auto;
      font-size: 0;
      padding: 18px 0;
      text-align: center; }
      .menu-area nav ul li {
        position: relative;
        display: inline-block;
        margin: 0 10px;
        padding-bottom: 22px; }
        .menu-area nav ul li a {
          font-size: 15px;
          font-weight: bold;
          color: #fff; }
          .menu-area nav ul li a:hover {
            text-decoration: none;
            opacity: 0.8; }
          .menu-area nav ul li a::after {
            content: "";
            background: url("../img/img_menu.png") no-repeat top center;
            display: block;
            position: absolute;
            bottom: 0;
            width: 28px;
            height: 11px; }
        .menu-area nav ul li:nth-child(1) a::after {
          left: 33%; }/*初回限定特典*/
        .menu-area nav ul li:nth-child(2) a::after {
          left: 15px; }/*店舗特典*/
        .menu-area nav ul li:nth-child(3) a::after {
          left: 43px; }/*コミカライズ情報*/
        .menu-area nav ul li:nth-child(4) a::after {
          left: 16px; }/*作品情報*/
/*pv*/
.pv-area {
  background-color: #2a2a2a;
  margin: 0 auto;
  padding: 52px 0 46px; }
  .pv-area > .inner {
    max-width: 1000px;
    margin: 0 auto; }
    .pv-area > .inner .youtube {
      width: 852px;
      height: 480px;
      margin: 0 auto 35px; }
    .pv-area > .inner ul {
      position: relative;
      width: 800px;
      margin: 0 auto; }
      .pv-area > .inner ul li {
        margin: 10px 16px;
        opacity: 0.6;
        cursor: pointer; }
        .pv-area > .inner ul li span {
          display: block;
          color: #fff;
          font-size: 14px;
          line-height:1.3;
          text-align: center;
          padding-top: 10px; }
        .pv-area > .inner ul li.slick-current {
          opacity: 1; }
      /*.pv-area > .inner ul .slick-track {
        transform: translate3d(0, 0, 0) !important; }*/
      .pv-area > .inner ul .slick-arrow {
        top: 33%;
        width: 12px;
        height: 30px; }
      .pv-area > .inner ul .slick-prev {
        background: url(../img/btn_pv01.png) no-repeat top center;
        right: inherit;
        left: -25px; }
      .pv-area > .inner ul .slick-next {
        background: url(../img/btn_pv02.png) no-repeat top center;
        left: inherit;
        right: -25px; }

/*fair*/
.fair-area {
  position: relative;
  background: url("../img/bg_fair01.png") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}
    .fair-area .inner {
    position: relative;
    background: url("../img/bg_fair02.png") top center no-repeat;
    background-size: cover;
    width: 1109px;
    margin: 0 auto;
    text-align: center;
    left: -50px;
}
    .fair-area .inner .block {
      position: relative;
      right: -170px;
      top: 60px;
}
		.fair-area .inner .block h2.title {
			margin-right:20px;
}
    .fair-area .inner .item {
      margin-bottom: 10px;
      margin-top: 25px;
}
    .fair-area .inner .btn img {
      margin-bottom: 100px;
      margin-right: -130px;
}

/*bookband*/
.bookband-area {
  position: relative;
  background: url("../img/bg_bookband.png") repeat;
  margin: 0 auto;
}
  .bookband-area > .inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0 54px;
    text-align: center;
}
  .bookband-area > .inner .char-list .item:nth-child(1) {
    position: relative;
    margin-top: -5px;
    z-index: 8; }
    .bookband-area > .inner .char-list ul {
      position: relative;
      margin-top: -20px;
      font-size: 0; }
    .bookband-area > .inner .char-list ul li {
      display: inline-block;
      margin-right: 8px;
      margin-bottom: 30px; }
    .bookband-area > .inner .char-list ul li:nth-child(4) {
      margin-right: 0; }


/*tokuten*/
.tokuten-area {
  position: relative;
  background: #e4007f;
  background-size: 1000px;
  margin: 0 auto;
  background-image: url(../img/bg_tokuten.png);
  background-position: center 582px;
  background-repeat: no-repeat;
}
  .tokuten-area > .inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 54px;
    text-align: center;
}
.tokuten-area > .inner .char-list .item:nth-child(1) {
margin-top: 15px; }
.tokuten-area > .inner .topics-list {
margin-bottom: 40px; }
.tokuten-area > .inner .topics-list2 {
margin-bottom: 50px; }

.tokuten-area > .inner .anime-pv {
width: 1000px;
height: auto;
padding: 20px 0;
background-color: #000;
margin: 0 auto; } 
.tokuten-area > .inner .anime-pv .youtube {
width: 660px;
height: 371px;
margin: 0 auto; 
 }

/*trial*/
.trial-area {
  background: url("../img/bg_trial.png") no-repeat top center;
  background-size: auto;
  margin: 0 auto;
  height: auto;
  background-color: #2a2a2a;
  overflow: hidden; }
  .trial-area > .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 50px; }
    .trial-area > .inner .title {
      text-align: center; }
    .trial-area > .inner .char-list .item {
      text-align: center;
      margin: 74px auto; }
    .trial-area > .inner .char-list .trial {
      background: url("../img/prologue_open.png") no-repeat;
      text-align: center;
      margin: 0 auto;
      display: inline-block;
      width: 980px;
      height: 125px;
      cursor: pointer;
      -webkit-transition: all 0.8s;
      transition: all 0.8s; }
      .trial-area > .inner .char-list .trial.active {
        background: url("../img/prologue_close.png") no-repeat; }
      .trial-area > .inner .char-list .trial:hover {
        opacity: 0.7; }
    .trial-area > .inner .char-list .trial_open {
      display: none;
      text-align: left;
      background-color: #fff;
      width: 980px;
      padding: 50px;
      border: 3px solid #e61087;
      margin: -3px 0 0;
      line-height: 1.6; }

/*store*/
.store-area {
  background: url("../img/bg_store.png") repeat;
  margin: 0 auto;
  height: auto; }
  .store-area > .inner {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 40px; }
    .store-area > .inner .title {
      text-align: center;
      margin-bottom: 30px; }
    .store-area > .inner .subtitle {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 30px; }
    .store-area > .inner .char-list ul {
      position: relative;
      font-size: 0; }
      .store-area > .inner .char-list ul li {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 20px; }
/*        .store-area > .inner .char-list ul li:nth-child(2n) {
          margin-right: 0; }*/
        .store-area > .inner .char-list ul li:nth-child(2) {
          margin-right: 0; }
        .store-area > .inner .char-list ul li:nth-child(4) {
          margin-right: 0; }
        .store-area > .inner .char-list ul li:last-child {
          margin-right: 0; 
          /*margin-left: 20px; */}
        .store-area > .inner .char-list:nth-child(5) ul li:nth-child(2) {
          margin-right: 0; }
        .store-area > .inner .char-list:nth-child(5) ul li:nth-child(3) {
          margin-right: 20px; }
        .store-area > .inner .char-list:nth-child(5) ul li:nth-child(4) {
          margin-right: 20px; }
/*foreword*/
.foreword-area {
  background-color: #f5a8d3;
  margin: 0 auto;
  height: auto;}
  .foreword-area > .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 20px;
    }
    .foreword-area > .inner .title {
      margin-bottom: 20px;
      text-align: center;}
    .foreword-area > .inner .block {
      padding: 40px 45px 50px 45px;
      background-color: rgba(255, 255, 255, 0.68); }
      .foreword-area > .inner .block p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.8; }
        .foreword-area > .inner .block p:last-of-type {
          margin-bottom: 0; }

.foreword_log-area {
  background-color: #f5a8d3;
  background-size: auto;
  margin: 0 auto;
  height: auto;
  overflow: hidden;}
  .foreword_log-area > .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 20px; }
  .foreword_log-area > .last {
    padding: 0 0 60px; }
  .foreword_log-area > .inner .title {
      text-align: center; }
    .foreword_log-area > .inner .char-list .item {
      text-align: center;
      margin: 74px auto; }
    .foreword_log-area > .inner .char-list .foreword_log {
      background: url("../img/foreword02_log_open.png") no-repeat;
      text-align: center;
      margin: 0 auto;
      display: inline-block;
      width: 1000px;
      height: 100px;
      cursor: pointer;
      -webkit-transition: all 0.8s;
      transition: all 0.8s; }
      .foreword_log-area > .inner .char-list .foreword_log.active {
        background: url("../img/foreword02_log_close.png") no-repeat; }
      .foreword_log-area > .inner .char-list .foreword_log:hover {
        opacity: 0.7; }
    .foreword_log-area > .inner .char-list .log3 {
      background: url("../img/foreword03_log_open.png") no-repeat; }
      .foreword_log-area > .inner .char-list .log3.active {
        background: url("../img/foreword03_log_close.png") no-repeat; }
    .foreword_log-area > .inner .char-list .log4 {
      background: url("../img/foreword04_log_open.png") no-repeat; }
      .foreword_log-area > .inner .char-list .log4.active {
        background: url("../img/foreword04_log_close.png") no-repeat; }

    .foreword_log-area > .inner .char-list .foreword_log_open {
      display: none;
      text-align: left;
      background-color: rgba(255, 255, 255, 0.68); 
      width: 1000px;
      padding: 50px;
      border: 3px solid #e61087;
      margin: -3px 0 0;
      line-height: 1.6; }
    .foreword_log-area > .inner .char-list .foreword_log_open p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.8; }
        .foreword_log-area > .inner .char-list .foreword_log_open p:last-of-type {
          margin-bottom: 0; }
    .foreword_log-area > .inner .char-list .foreword_log_open .image {
        background-color: #fff;
        text-align: center;
        width: 80%;
        padding: 30px 0;
        margin: 0 auto;
        margin-bottom: 30px; }

/*comment*/
.comment-area {
  background-color: #ffdef0;
  margin: 0 auto;
  height: auto; }
  .comment-area .inner {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 43px; }
    .comment-area .inner h2 {
      margin-bottom: 30px;
      text-align: center; }
    .comment-area .inner #comment-viewer .slick-arrow {
      top: 247px;
      z-index: 20; }
    .comment-area .inner #comment-viewer .slick-prev {
      left: 15px;
      right: inherit;
      background: url("../img/btn_next.png") top center no-repeat;
      width: 11px;
      height: 28px; }
    .comment-area .inner #comment-viewer .slick-next {
      right: 15px;
      left: inherit;
      background: url("../img/btn_prev.png") top center no-repeat;
      width: 11px;
      height: 28px; }
    .comment-area .inner #comment-viewer .slick-list {
      margin-bottom: 10px;
      background-color: #fff; }
    .comment-area .inner #comment-viewer .slick-dots {
      font-size: 0;
      margin: 0 5px; }
      .comment-area .inner #comment-viewer .slick-dots li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 5px; }
        .comment-area .inner #comment-viewer .slick-dots li:nth-of-type(5n) {
          margin-right: 0; }
        .comment-area .inner #comment-viewer .slick-dots li.slick-active {
          opacity: 0.8; }
        .comment-area .inner #comment-viewer .slick-dots li button {
          width: 190px;
          height: 50px;
          border: none;
          font-size: 0; }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(1) button {
          background: url("../img/img_comment_tmb01.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(2) button {
          background: url("../img/img_comment_tmb02.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(3) button {
          background: url("../img/img_comment_tmb03.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(4) button {
          background: url("../img/img_comment_tmb04.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(5) button {
          background: url("../img/img_comment_tmb05.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(6) button {
          background: url("../img/img_comment_tmb06.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(7) button {
          background: url("../img/img_comment_tmb07.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(8) button {
          background: url("../img/img_comment_tmb08.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(9) button {
          background: url("../img/img_comment_tmb09.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(10) button {
          background: url("../img/img_comment_tmb10.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(11) button {
          background: url("../img/img_comment_tmb11.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(12) button {
          background: url("../img/img_comment_tmb12.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(13) button {
          background: url("../img/img_comment_tmb13.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(14) button {
          background: url("../img/img_comment_tmb14.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(15) button {
          background: url("../img/img_comment_tmb15.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(16) button {
          background: url("../img/img_comment_tmb16.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(17) button {
          background: url("../img/img_comment_tmb17.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(18) button {
          background: url("../img/img_comment_tmb18.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(19) button {
          background: url("../img/img_comment_tmb19.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(20) button {
          background: url("../img/img_comment_tmb20.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(21) button {
          background: url("../img/img_comment_tmb21.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(22) button {
          background: url("../img/img_comment_tmb22.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(23) button {
          background: url("../img/img_comment_tmb23.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(24) button {
          background: url("../img/img_comment_tmb24.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(25) button {
          background: url("../img/img_comment_tmb25.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(26) button {
          background: url("../img/img_comment_tmb26.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(27) button {
          background: url("../img/img_comment_tmb27.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(28) button {
          background: url("../img/img_comment_tmb28.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(29) button {
          background: url("../img/img_comment_tmb29.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(30) button {
          background: url("../img/img_comment_tmb30.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(31) button {
          background: url("../img/img_comment_tmb31.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(32) button {
          background: url("../img/img_comment_tmb32.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(33) button {
          background: url("../img/img_comment_tmb33.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(34) button {
          background: url("../img/img_comment_tmb34.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(35) button {
          background: url("../img/img_comment_tmb35.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(36) button {
          background: url("../img/img_comment_tmb36.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(37) button {
          background: url("../img/img_comment_tmb37.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(38) button {
          background: url("../img/img_comment_tmb38.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(39) button {
          background: url("../img/img_comment_tmb39.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(40) button {
          background: url("../img/img_comment_tmb40.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(41) button {
          background: url("../img/img_comment_tmb41.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(42) button {
          background: url("../img/img_comment_tmb42.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(43) button {
          background: url("../img/img_comment_tmb43.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(44) button {
          background: url("../img/img_comment_tmb44.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(45) button {
          background: url("../img/img_comment_tmb45.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(46) button {
          background: url("../img/img_comment_tmb46.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(47) button {
          background: url("../img/img_comment_tmb47.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(48) button {
          background: url("../img/img_comment_tmb48.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(49) button {
          background: url("../img/img_comment_tmb49.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(50) button {
          background: url("../img/img_comment_tmb50.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(51) button {
          background: url("../img/img_comment_tmb51.png"); }
        .comment-area .inner #comment-viewer .slick-dots li:nth-child(52) button {
          background: url("../img/img_comment_tmb52.png"); }

/*cp*/
.cp-area {
  background-color: #d0e9ef;
  padding: 40px 0 50px; }
  .cp-area .inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center; }
    .cp-area .inner h2 {
      margin-bottom: 30px; }
    .cp-area .inner .detail {
      position: relative; }
      .cp-area .inner .detail p {
        margin-bottom: 0; }
      .cp-area .inner .detail .follow {
        position: absolute;
        top: 515px;
        left: 435px; }

/*cp-log*/
.cp-log-area {
  background: url("../img/bg_cp_log.png");
  padding: 40px 0 0; }
  .cp-log-area .inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center; }
    .cp-log-area .inner h2 {
      margin-bottom: 30px; }
    .cp-log-area .inner .image {
      text-align: center;
      margin-top: -5px; }
    .cp-log-area .inner .btn {
      position: absolute;
      bottom: 42px;
      left: 0; }

/*comicalize*/
.comicalize-area {
  margin: 0 auto;
  height: auto;
  background-color: #e4007f; }
  .comicalize-area > .inner {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0; }

    .comicalize-area > .inner .title {
      text-align: center;
      margin-bottom: 50px; }
    .comicalize-area > .inner .block {
      width: 100%;
      margin: 40px auto 0;
      padding: 40px 40px 0;
      border-top: solid 1px #000; }


    .comicalize-area > .inner .block .detail {
      display: inline-block;
      vertical-align: top;
      padding-right: 40px; }
    .comicalize-area > .inner .block .detail:last-child {
      text-align: left;
      padding-right: 0; }
    .comicalize-area > .inner .block .detail .btn {
      display: block;
      margin-top: 20px; }
    .comicalize-area > .inner .block .detail .btn ul li {
      display: table-cell; }
    .comicalize-area > .inner .block .detail .btn ul li:nth-child(1) {
      width: 45%; } 
    .comicalize-area > .inner .block .detail .btn ul li:nth-child(2) {
      width: 45%; } 
    .comicalize-area > .inner .block .detail .btn ul li a:hover {
      opacity: 0.7; }

.comicalize-area > .inner .block .detail .btn a:hover {
      opacity: 0.7; }
    .comicalize-area > .inner p {
      line-height: 1.5;
      margin: 0 0 10px 0;
      text-align: center; }
      .comicalize-area > .inner p.text1 {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 25px;}
      .comicalize-area > .inner p.text1 span {
        font-size: 80%;}
      .comicalize-area > .inner p.text2 {
        font-size: 30px;
        font-weight: bold;
        color: #fff; }
      .comicalize-area > .inner p.text3 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #000; }
      .comicalize-area > .inner .btns {
        max-width: 1000px;
        width: 60%;
        padding: 10px 0 30px;
        margin: 0 auto;
        text-align: center;
        display: table;
        table-layout: fixed;}
        .comicalize-area > .inner .btns ul li {
          display: table-cell; }
        .comicalize-area > .inner .btns ul li:nth-child(1) {
          width: 40%; } 
        .comicalize-area > .inner .btns ul li:nth-child(2) {
          width: 40%; } 
        .comicalize-area > .inner .btns ul li a:hover {
          opacity: 0.7; }

    .comicalize-area > .inner #comic-slider {
      padding: 0 40px; }
      .comicalize-area > .inner #comic-slider ul {
        font-size: 0;
        background-color: #fff; }

.slick-prev {
  background: url("../img/btn_prev.png") no-repeat top center;
  right: -25px; }

.slick-next {
  background: url("../img/btn_next.png") no-repeat top center;
  left: -25px; }

.slick-disabled {
  opacity: 0.3; }

.slick-arrow {
  position: absolute;
  top: 311px;
  width: 11px;
  height: 28px;
  font-size: 0;
  border: none; }

/*story*/
.story-area {
  position: relative;
  background: url("../img/bg_story.png") no-repeat 460px 0, #e6e6e6;
  padding: 0 0 50px;
  margin: 0 0 0px;
  z-index: 2; }

.story-area > .inner {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0 0;
  position: relative; }

.story-area .title {
  text-align: center;
  margin-bottom: 42px; }

.story-area p {
  text-align: center;
  margin-top: 310px; }

/*character*/
.character-area {
  background: #a9b8c8;
  margin: 0 auto; }
  .character-area > .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0; }
    .character-area > .inner .title {
      text-align: center;
      margin-bottom: 30px; }
    .character-area > .inner .char-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap; }
      .character-area > .inner .char-list .item:nth-child(6) {
        margin-top: 20px; }
      .character-area > .inner .char-list .item:nth-child(7) {
        margin-top: 20px; }

/*talk*/
.talk-area {
  background: url("../img/bg_tork.png") repeat;
  margin: 0 auto;
  height: auto;
  margin: 0 auto; }
  .talk-area > .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 22px; }
    .talk-area > .inner .title {
      text-align: center;
      margin-bottom: 30px; }
    .talk-area > .inner .char-list {
      margin: 0 18px; }
      .talk-area > .inner .char-list ul {
        font-size: 0;
        text-align: center;
        margin-bottom: 28px; }
        .talk-area > .inner .char-list ul li {
          display: inline-block;
          margin: 0 19px; }

.mfp-bg {
  background: #fff; }

.mfp-container.mfp-image-holder::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: #000;
  opacity: 0.75; }

.mfp-wrap, .mfp-container {
  cursor: pointer; }

.mfp-content {
  position: relative; }

button.mfp-close, button.mfp-arrow {
  position: absolute;
  font-size: 0;
  background: url("../img/btn_close.png") no-repeat top center;
  width: 118px;
  height: 23px; }

.mfp-close {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: auto;
  top: auto; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer; }

.mfp-close-btn-in .mfp-close:after {
  display: none; }

/*gallery*/
.gallery-area {
  background: url("../img/bg_gallery.png") repeat;
  margin: 0 auto;
  height: auto;
  margin: 0 auto; }
  .gallery-area > .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0; }
    .gallery-area > .inner .title {
      text-align: center;
      margin-bottom: 30px; }
    .gallery-area > .inner .char-list {
      font-size: 0; }
      .gallery-area > .inner .char-list .item {
        display: inline-block;
        margin: 0 18px 10px; }

.gallery-modal button.mfp-close, .gallery-modal button.mfp-arrow {
  background: unset;
  font-size: 30px; }
.gallery-modal .mfp-close {
  top: -40px;
  right: -32px !important;
  left: inherit;
  bottom: inherit; }
.gallery-modal .mfp-close:after {
  content: "閉じる";
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  vertical-align: bottom; }

.book-area {
  margin: 0 auto;
  padding: 45px 20px 0;
  position: relative;
  background: #e6e6e6;
  z-index: 2;
  color: #000; }
  .book-area > .inner {
    width: 934px;
    margin: 0 auto; }
    .book-area > .inner .title {
      text-align: center;
      margin-bottom: 35px; }
     .book-area > .inner .subtitle {
      text-align: center;
      margin-bottom: 40px; }
     .book-area > .inner .book-box {
      padding-bottom: 60px; }
      .book-area > .inner .book-box .box-left {
        float: left;
        width: 269px; }
      .book-area > .inner .book-box .box-right {
        float: right;
        width: 625px; }
        .book-area > .inner .book-box .box-right .ttl {
          font-size: 36px;
          font-weight: bold;
          margin-bottom: 20px; }
          .book-area > .inner .book-box .box-right .ttl .small {
            font-size: 26px; }
        .book-area > .inner .book-box .box-right .author {
          font-size: 24px;
          font-weight: bold;
          margin-bottom: 10px; }
          .book-area > .inner .book-box .box-right .author span {
            font-size: 20px;
            margin-left: 25px; }
        .book-area > .inner .book-box .box-right .isbn {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 20px; }
        .book-area > .inner .book-box .box-right p {
          font-size: 18px; }
        .book-area > .inner .book-box .box-right .btns {
          margin-top: -5px; }
          .book-area > .inner .book-box .box-right .btns a:hover {
            opacity: 0.7; }
          .book-area > .inner .book-box .box-right .btns .buy {
            display: inline-block;
            margin-right: 18px; }
          .book-area > .inner .book-box .box-right .btns .trial {
            display: inline-block; }
            .book-area > .inner .book-box .box-right .btns .buy.off,.book-area > .inner .book-box .box-right .btns .trial.off {
              opacity: 0.4; }

.cp-con {
  background: url("../img/bg_cp.png"); }
  .cp-con .twitter-cp {
    width: 640px;
    margin: 0 auto;
    padding-top: 30px;
    background-color: #fff; }
    .cp-con .twitter-cp ul {
      background-color: #0086d6;
      padding: 25px 0 30px; }
      .cp-con .twitter-cp ul li {
        position: relative;
        background-color: #fff;
        border-radius: 20px;
        padding: 20px 22px 18px;
        margin: 0 18px 10px 42px; }
        .cp-con .twitter-cp ul li:last-child {
          margin-bottom: 0; }
        .cp-con .twitter-cp ul li::after {
          content: "";
          position: absolute;
          display: block;
          top: 24px;
          left: -20px;
          width: 0;
          height: 0;
          border-top: 15px solid transparent;
          border-right: 28px solid #fff;
          border-bottom: 15px solid transparent; }
        .cp-con .twitter-cp ul li span {
          font-size: 13px;
          display: block;
          color: #987a03;
          margin-bottom: 6px; }
        .cp-con .twitter-cp ul li p {
          font-size: 15px;
          line-height: 1.6; }
  .cp-con #footer {
    width: 640px;
    margin: 0 auto;
    background-color: #0086d6; }
    .cp-con #footer .btn {
      margin-bottom: 34px; }

/*.other*/
.other-area {
  position: relative;
  background: white; }
  .other-area .title {
    text-align: center;
    padding: 17px;
    background: #bca442; }
  .other-area .other-list {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    .other-area .other-list .item {
      position: relative;
      overflow: hidden;
      margin-top: 10px; }
      .other-area .other-list .item .name {
        position: absolute;
        left: 10px;
        top: 10px; }
      .other-area .other-list .item .thumb {
        transition: 0.2s ease-in-out; }
        .other-area .other-list .item .thumb img {
          transition: 0.2s ease-in-out; }
      .other-area .other-list .item:nth-child(1) {
        margin-top: 0px; }
        .other-area .other-list .item:nth-child(1) .thumb {
          background: url("../img/img_other01_on.png") no-repeat; }
      .other-area .other-list .item:nth-child(2) {
        margin-top: 0px; }
        .other-area .other-list .item:nth-child(2) .thumb {
          background: url("../img/img_other02_on.png") no-repeat; }
      .other-area .other-list .item:nth-child(3) .thumb {
        background: url("../img/img_other03_on.png") no-repeat; }
      .other-area .other-list .item:nth-child(4) .thumb {
        background: url("../img/img_other04_on.png") no-repeat; }
      .other-area .other-list .item:nth-child(5) .thumb {
        background: url("../img/img_other05_on.png") no-repeat; }
      .other-area .other-list .item:nth-child(6) .thumb {
        background: url("../img/img_other06_on.png") no-repeat; }
      .other-area .other-list .item:hover .thumb {
        transform: scale(1.2, 1.2); }
        .other-area .other-list .item:hover .thumb img {
          opacity: 0; }
    .other-area .other-list .cursol {
      cursor: default; }
      .other-area .other-list .cursol:hover .thumb {
        transform: inherit; }
        .other-area .other-list .cursol:hover .thumb img {
          opacity: 1; }

.char-modal .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9); }

.mfp-close-btn-in .mfp-close {
  color: #aaa; }

.mfp-wrap {
  z-index: 9999; }

.gallery-modal img {
  max-height: 85vh;
  border: 5px solid #fff; }

.gallery-modal .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: #000;
  opacity: 0.75; }

.mfp-close-btn-in .mfp-close {
  color: #fff;
  white-space: nowrap;
  opacity: 1;
  right: 1rem; }

/*
#char-modal01 .bg { background:rgba(25,162,196,0.7); }
#char-modal02 .bg { background:rgba(205,9,21,0.7); }
#char-modal03 .bg { background:rgba(253,95,119,0.7); }
#char-modal04 .bg { background:rgba(85,71,122,0.7); }
#char-modal05 .bg { background:rgba(33,121,161,0.7); }
#char-modal06 .bg { background:rgba(230,140,20,0.7); }
#char-modal07 .bg { background:rgba(29,151,128,0.7); }
#char-modal08 .bg { background:rgba(120,170,47,0.7); }
*/
@media screen and (min-width: 2001px) {
  .bg-back {
    background-size: cover; }

  .bg-front {
    background-size: cover; } }
