@charset "UTF-8";
/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*flex*/
/*
 各ページ.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
.d-main-2nd {
  background: url(../images/common/bg_2nd.jpg) no-repeat center top;
  background-size: cover;
}
.d-main-2nd .d-area {
  padding: 60px 0;
}
.d-main-2nd .d-area h2 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  margin: 0 0 4%;
  padding-top: 3.5%;
}
.d-main-2nd .d-box-body {
  background: #fff;
  box-shadow: 4px 4px 0px 0px rgba(229, 0, 101, 0.1);
}

#comic {
  background: #fff;
}
#comic #comicMain {
  background: #222;
  display: none;
}
#comic #comicMain .block {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
#comic #comicMain .block #page {
  width: 100%;
  background: #fff;
}
#comic #comicMain .block #page li {
  width: 100%;
  text-align: center;
  line-height: 0;
}
#comic #comicMain .block #page li img {
  width: 67.7%;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#comic .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid #e41167;
  overflow: hidden;
}
#comic .pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #e41167;
}
#comic .pace.pace-inactive {
  display: none;
}

#story h2 {
  background: url(../images/story/h2.png) no-repeat center top;
  background-size: contain;
}

#intro h2 {
  background: url(../images/intro/h2.png) no-repeat center top;
  background-size: contain;
}
#intro .d-box-body {
  padding: 70px 0;
}
#intro .intro-overview-box p {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  height: 1555px;
  background: url(../images/intro/txt.png) no-repeat center center;
  background-size: contain;
}

#castchart h2 {
  background: url(../images/castchart/h2.png) no-repeat center top;
  background-size: contain;
}
#castchart .d-box-body {
  padding: 40px 0 70px;
}
#castchart .d-box-body:last-child {
  margin-top: 40px;
}
#castchart .d-box-body .chart {
  background: url(../images/castchart/bg_chart.png) no-repeat center top;
  padding-top: 100px;
}
#castchart .d-box-body .chart p {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  height: 2200px;
  background: url(../images/castchart/pic_chart.png) no-repeat center center;
  background-size: contain;
}
#castchart .d-box-body .cast {
  background: url(../images/castchart/bg_cast.png) no-repeat center top;
  padding-top: 90px;
}
#castchart .d-box-body .cast ul {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  height: 749px;
  background: url(../images/castchart/pic_cast.png) no-repeat center center;
  background-size: contain;
}

#original h2 {
  background: url(../images/original/h2.png) no-repeat center top;
  background-size: contain;
}
#original h3 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  width: 80%;
  margin: 0 auto 3%;
  padding-top: 3%;
  background: url(../images/original/h3.png) no-repeat center top;
  background-size: contain;
}
#original .d-box-body {
  padding: 65px 0;
  background: #fff url(../images/original/bg.png) no-repeat center 20%;
  background-size: contain;
}
#original .d-box-body ul.comic {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}
#original .d-box-body ul.comic li {
  width: 50%;
  text-align: center;
  font-size: 1.4rem;
  color: #444;
}
#original .d-box-body ul.comic li img {
  width: 90%;
  max-width: 250px;
}
#original .d-box-body ul.comment {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 615px;
  margin: 3% auto 0;
  padding: 2%;
  background: #fff;
  border: #ff5499 1px solid;
  border-radius: 10px;
  position: relative;
  color: #ff5499;
  text-align: justify;
}
#original .d-box-body ul.comment::before {
  content: '';
  width: 16px;
  height: 16px;
  margin-left: -9px;
  background: url(../images/original/arrow.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: -13px;
  left: 49%;
}
#original .d-box-body ul.comment span {
  font-weight: bold;
  line-height: 2;
}
#original .d-box-body ul.comment li {
  color: #ff5499;
  text-align: left;
  font-size: 1.05em;
  line-height: 1.6em;
  text-align: justify;
}
#original .d-box-body ul.comment li:nth-child(1) {
  width: 22%;
  padding-top: 1%;
  padding-right: 2%;
}
#original .d-box-body ul.comment li:nth-child(1) img {
  width: 100%;
  height: auto;
}
#original .d-box-body ul.comment li:nth-child(2) {
  width: 100%;
}
#original .d-box-body p {
  text-align: center;
}
#original .d-box-body p img {
  width: 82%;
  max-width: 640px;
}
#original .d-box-body p::before {
  content: '';
  width: 100%;
  margin: 4% 0;
  padding-top: 1.5%;
  background: url(../images/original/line.png) no-repeat center top;
  background-size: contain;
  display: block;
}

#staffmusic h2 {
  background: url(../images/staffmusic/h2.png) no-repeat center top;
  background-size: contain;
}
#staffmusic .d-box-body {
  padding: 40px 0 70px;
}
#staffmusic .d-box-body:last-child {
  margin-top: 40px;
}
#staffmusic .d-box-body .staff {
  background: url(../images/staffmusic/bg_staff.png) no-repeat center top;
  padding-top: 100px;
}
#staffmusic .d-box-body .staff ul {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  height: 540px;
  background: url(../images/staffmusic/pic_staff.png) no-repeat center center;
  background-size: contain;
}
#staffmusic .d-box-body .music {
  background: url(../images/staffmusic/bg_music.png) no-repeat center top;
  padding-top: 15px;
}
#staffmusic .d-box-body .music ul.ts {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  height: 605px;
  margin-top: 25px;
  background: url(../images/staffmusic/pic_music.png) no-repeat center center;
  background-size: contain;
}
#staffmusic .d-box-body .music p.ts {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  height: 390px;
  margin-top: 40px;
  background: url(../images/staffmusic/txt_music.png) no-repeat center center;
  background-size: contain;
}
#staffmusic .d-box-body .music p.st {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  height: 880px;
  margin-top: 80px;
  background: url(../images/staffmusic/txt_music02.png) no-repeat center center;
  background-size: contain;
}

/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
  .d-main-2nd .d-area h2 {
    padding-top: 1% !important;
  }

  .d-box-body {
    margin-left: 3%;
    margin-right: 3%;
    background: #fff;
  }

  #comic #comicMain .block ul li img {
    width: 85%;
  }

  #castchart .d-box .d-box-body .chart p {
    height: 0;
    padding-top: 260%;
  }
  #castchart .d-box .d-box-body .cast ul {
    padding-top: 105%;
  }

  #staffmusic .d-box .d-box-body .staff ul {
    height: 0;
    padding-top: 80%;
  }
  #staffmusic .d-box .d-box-body .music {
    padding-top: 3%;
  }
  #staffmusic .d-box .d-box-body .music ul {
    margin-top: 0;
    padding-top: 75%;
    background-position: center bottom;
  }
  #staffmusic .d-box .d-box-body .music p {
    padding-top: 45%;
  }

  #original .d-box-body {
    padding: 6% 0;
  }
  #original .d-box-body ul.comic li {
    font-size: 1rem;
  }
  #original .d-box-body ul.comment {
    margin: 5% auto 0;
  }
  #original .d-box-body ul.comment li {
    font-size: 1.2rem;
  }
  #original .d-box-body p::before {
    margin: 6% 0;
    padding-top: 2.5%;
  }

  #castchart .d-box .d-box-body, #staffmusic .d-box .d-box-body {
    padding: 4% 0 7%;
  }
  #castchart .d-box .d-box-body:last-child, #staffmusic .d-box .d-box-body:last-child {
    margin-top: 5%;
  }
}
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
  .d-main-2nd .d-area {
    padding: 7% 0 10%;
  }
  .d-main-2nd .d-area h2 {
    padding-top: 3%;
  }
  .d-main-2nd .d-box-body {
    padding: 8% 0;
  }

  #intro .intro-overview-box p {
    height: 0;
    padding-top: 160%;
  }
  #intro .d-box-body {
    padding: 10% 0;
  }

  #story .d-box-body {
    padding-bottom: 0;
  }

  #castchart .d-box-body:last-child {
    margin-top: 10%;
  }
  #castchart .d-box-body .chart {
    background-size: contain;
    padding-top: 10%;
  }
  #castchart .d-box-body .chart p {
    height: 0;
    padding-top: 244.375%;
  }
  #castchart .d-box-body .cast {
    background-size: contain;
    padding-top: 9%;
  }
  #castchart .d-box-body .cast ul {
    height: 0;
    padding-top: 100%;
  }

  #original .d-box-body {
    background-size: 115%;
    background-position: center 10%;
  }
  #original .d-box-body p::before {
    margin: 6% 0;
    padding-top: 2%;
  }

  #staffmusic .d-box-body:last-child {
    margin-top: 10%;
  }
  #staffmusic .d-box-body .staff {
    background-size: contain;
    padding-top: 10%;
  }
  #staffmusic .d-box-body .staff ul {
    height: 0;
    padding-top: 60%;
  }
  #staffmusic .d-box-body .music {
    background-size: contain;
    padding-top: 10%;
  }
  #staffmusic .d-box-body .music ul.ts {
    height: 0;
    margin-top: -5.5%;
    padding-top: 65%;
  }
  #staffmusic .d-box-body .music p.ts {
    height: 0;
    margin-top: 4%;
    padding-top: 42%;
  }
  #staffmusic .d-box-body .music p.st {
    height: 0;
    margin-top: 4%;
    padding-top: 95%;
  }
}
/* ---------------------------------
 PC（993px〜）
--------------------------------- */
