@charset "UTF-8";
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/* 共通要素
========================================== */
.d-area {
  background-image: url(../images/common/bg.jpg);
  background-repeat: repeat;
  background-position: bottom,center , 0 0;
  background-color: #7e9fde;
  position: relative;
  padding-top: 2%;
}
.d-area .onlyPc {
  display: block;
}
.d-area .onlySp {
  display: none;
}
.d-area:after {
  content: "";
  background: url(../images/common/bottom_town01.png) no-repeat center bottom;
  width: 100%;
  height: 0;
  padding-top: 23.42%;
  background-size: cover;
  display: block;
  margin-top: -9%;
}
.d-area h2 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  padding-top: 12.62136%;
  margin-bottom: 3%;
  background-size: contain !important;
  z-index: 100;
  position: relative;
}
.d-area .item01 {
  background: url("../images/common/cloud01.png") no-repeat;
  width: 277px;
  height: 42px;
  position: absolute;
  left: -5%;
  top: 120px;
  z-index: 1;
}
.d-area .item02 {
  background: url("../images/common/cloud02.png") no-repeat;
  width: 344px;
  height: 115px;
  position: absolute;
  right: -5%;
  top: 80px;
  z-index: 1;
}
.d-area .d-box-body {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

/* intro
========================================== */
#intro h2 {
  background: url(../images/intro/h3_intro.png) no-repeat center center;
}
#intro .introText {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  background: url(../images/intro/intro.png) no-repeat center;
  width: 880px;
  height: 219px;
  margin: -5% auto 1%;
}
#intro .image {
  width: 880px;
  margin: 0 auto 3%;
}
#intro .text {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  background: url(../images/intro/text.png) no-repeat center;
  width: 880px;
  height: 564px;
  margin: auto;
  position: relative;
  z-index: 100;
}

/* story
========================================== */
#story h2 {
  background: url(../images/story/h3_story.png) no-repeat center center;
}
#story .storyBlock {
  width: 95%;
  max-width: 880px;
  margin: 0 auto 5%;
  border-bottom: 1px dashed #ffff00;
  padding-bottom: 3%;
}
#story .storyBlock:last-child {
  border-bottom: none;
}
#story .storyBlock .image img {
  width: 100%;
  height: 100%;
}
#story .storyBlock .data {
  letter-spacing: 0.05em;
  color: #ffff00;
  font-size: 50px;
  font-weight: bold;
}
#story .storyBlock .data span {
  font-size: 22px;
  margin-left: 1em;
}
#story .storyBlock .text {
  color: #fff;
  font-size: 16px;
  margin: 1em  auto;
}
#story .storyBlock .thum img {
  width: 100%;
  height: 100%;
}
#story .ondemand {
  overflow: hidden;
  width: 95%;
  margin: auto;
}
#story .ondemand p {
  width: 48%;
  margin: auto;
}
#story .ondemand p a {
  display: block;
}
#story .ondemand p a img {
  width: 100%;
}

/* caststaff
========================================== */
#caststaff h2 {
  background: url(../images/caststaff/h3_cast.png) no-repeat center center;
}
#caststaff .castList {
  color: #fff;
  letter-spacing: 0.15em;
  font-weight: bold;
  margin-bottom: 3em;
}
#caststaff .castList .cast-item {
  display: flex;
  margin-bottom: 1.5em;
  font-size: 18px;
}
#caststaff .castList .cast-item .cast-title {
  width: 48%;
  float: left;
  text-align: right;
}
#caststaff .castList .cast-item .cast-title .small {
  font-size: 14px;
}
#caststaff .castList .cast-item .cast-title p {
  display: inline-block;
}
#caststaff .castList .cast-item .cast-text {
  width: 52%;
  float: left;
  text-align: left;
  margin-left: 1em;
}
#caststaff .castList .cast-item .cast-text:before {
  content: "";
  background: url(../images/common/star.png) no-repeat;
  width: 5%;
  height: 0;
  padding-top: 5%;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
#caststaff .castList .cast-item .cast-text .small {
  font-size: 14px;
}
#caststaff .castList .cast-item .cast-text p {
  display: inline-block;
}
#caststaff .castList .attention {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
}
#caststaff .castBlock .box {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 25px;
  overflow: hidden;
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
}
#caststaff .castBlock .box:before {
  content: "";
  width: 14%;
  height: 0;
  padding-top: 13%;
  background-size: cover !important;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#caststaff .castBlock .box .img {
  width: 40%;
  float: left;
}
#caststaff .castBlock .box .img img {
  width: 90%;
  height: 90%;
  border: 5px solid #fff;
  border-radius: 200px;
}
#caststaff .castBlock .box .text {
  width: 60%;
  float: right;
}
#caststaff .castBlock .box .text .name {
  font-size: 24px;
  color: #ffff00;
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}
#caststaff .castBlock .box .text .name span {
  color: #fff;
  font-size: 16px;
}
#caststaff .castBlock .box .text .name .subname {
  font-size: 18px;
  color: #ffff00;
}
#caststaff .castBlock .box .text .name .eg {
  color: #ffff00;
  font-size: 14px;
  margin-left: 1em;
  letter-spacing: 0.1em;
}
#caststaff .castBlock .box .text .about {
  font-size: 16px;
  line-height: 1.8em;
}
#caststaff .castBlock .box .comment {
  width: 100%;
  clear: both;
  padding-top: 2%;
}
#caststaff .castBlock .box .comment dt {
  color: #ffff00;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 0.3em;
  border-bottom: 2px solid #ffff00;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
}
#caststaff .castBlock .box .comment dd {
  font-size: 16px;
}
#caststaff .castBlock .cast01:before {
  background: url(../images/caststaff/name01.png) no-repeat;
}
#caststaff .castBlock .cast02:before {
  background: url(../images/caststaff/name02.png) no-repeat;
}
#caststaff .castBlock .cast03:before {
  background: url(../images/caststaff/name03.png) no-repeat;
}
#caststaff .castBlock .cast04:before {
  background: url(../images/caststaff/name04.png) no-repeat;
}
#caststaff .castBlock .cast05:before {
  background: url(../images/caststaff/name05.png) no-repeat;
}
#caststaff .castBlock .cast06:before {
  background: url(../images/caststaff/name06.png) no-repeat;
}
#caststaff .castBlock .cast07:before {
  background: url(../images/caststaff/name07.png) no-repeat;
}
#caststaff .castBlock .cast08:before {
  background: url(../images/caststaff/name08.png) no-repeat;
}
#caststaff .castBlock .cast09:before {
  background: url(../images/caststaff/name09.png) no-repeat;
}
#caststaff .castBlock .cast10:before {
  background: url(../images/caststaff/name10.png) no-repeat;
}
#caststaff .castBlock .cast11:before {
  background: url(../images/caststaff/name11.png) no-repeat;
}
#caststaff .castBlock .noimage .text {
  width: 100%;
  float: none;
}
#caststaff .staffInner h2 {
  background: url(../images/caststaff/h3_staff.png) no-repeat center center;
}
#caststaff .staffInner .staff-item {
  display: flex;
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1em;
}
#caststaff .staffInner .staff-item .staff-title {
  width: 52%;
  float: left;
  text-align: right;
}
#caststaff .staffInner .staff-item .staff-title p {
  display: inline-block;
}
#caststaff .staffInner .staff-item .staff-title:after {
  content: "";
  background: url(../images/common/star.png) no-repeat;
  width: 5%;
  height: 0;
  padding-top: 5%;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
#caststaff .staffInner .staff-item .staff-text {
  width: 48%;
  float: left;
  text-align: left;
  margin-left: 1em;
}
#caststaff .staffInner .staff-item .staff-text .small {
  font-size: 15px;
}

/* music
========================================== */
#music h2 {
  background: url(../images/music/h3_music.png) no-repeat center center;
}
#music .d-box-body {
  z-index: 100;
  position: relative;
}
#music .d-box-body .movie, #music .d-box-body dl {
  width: 750px;
  margin: auto;
}
#music .d-box-body dl {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#music .d-box-body dl dt {
  margin: 3% auto;
  font-size: 28px;
  line-height: 1.4em;
  color: #ffff00;
}
#music .d-box-body dl dd {
  font-size: 18px;
  line-height: 2em;
  color: #fff;
}

/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
  /* 共通要素
  ========================================== */
  .d-area .onlyPc {
    display: none;
  }
  .d-area .onlySp {
    display: block;
  }

  /* intro
  ========================================== */
  #intro .d-box-body {
    width: 95% !important;
  }
  #intro .d-box-body .introText {
    background: url(../images/intro/intro_sp.png) no-repeat center;
    width: 92% !important;
    padding-top: 31.47% !important;
  }
  #intro .d-box-body .text {
    background: url(../images/intro/text_sp.png) no-repeat center;
    width: 92% !important;
    padding-top: 110.62% !important;
  }

  /* story
  ========================================== */
  #story .storyBlock .data {
    font-size: 30px;
  }
  #story .storyBlock .data span {
    font-size: 16px;
  }
  #story .storyBlock .text {
    font-size: 14px;
    margin: 0 auto 0.5em;
  }

  /* caststaff
  ========================================== */
  #caststaff .castList {
    width: 95%;
    margin: 0 auto 2em;
  }
  #caststaff .castList .cast-item {
    font-size: 12px;
  }
  #caststaff .castList .cast-item .cast-title .small {
    font-size: 10px;
  }
  #caststaff .castList .cast-item .cast-text:before {
    width: 8%;
    padding-top: 8%;
  }
  #caststaff .castList .cast-item .cast-text .small {
    font-size: 10px;
  }
  #caststaff .castList .attention {
    text-align: center;
    font-size: 10px;
  }
  #caststaff .castBlock .box {
    width: 95%;
    margin: 0 auto 3%;
    padding: 10px;
  }
  #caststaff .castBlock .box:before {
    content: "";
    width: 30% !important;
    padding-top: 26.83% !important;
  }
  #caststaff .castBlock .box .img {
    width: 65%;
    margin: 4% auto;
    float: none;
  }
  #caststaff .castBlock .box .img img {
    width: 100%;
    height: 100%;
  }
  #caststaff .castBlock .box .text {
    width: 100%;
    float: none;
  }
  #caststaff .castBlock .box .text .name {
    font-size: 18px;
  }
  #caststaff .castBlock .box .text .name span {
    font-size: 14px !important;
  }
  #caststaff .castBlock .box .text .name .eg {
    font-size: 12px;
    margin-left: 1em;
  }
  #caststaff .castBlock .box .text .about {
    font-size: 14px;
    line-height: 1.8em;
  }
  #caststaff .castBlock .box .comment {
    width: 100%;
    padding-top: 5%;
  }
  #caststaff .castBlock .box .comment dt {
    font-size: 14px;
  }
  #caststaff .castBlock .box .comment dd {
    font-size: 14px;
  }
  #caststaff .staffInner .staff-item {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  #caststaff .staffInner .staff-item .staff-title {
    width: 55%;
  }
  #caststaff .staffInner .staff-item .staff-title:after {
    width: 8%;
    padding-top: 8%;
  }
  #caststaff .staffInner .staff-item .staff-text {
    width: 45%;
  }
  #caststaff .staffInner .staff-item .staff-text .small {
    font-size: 11px;
  }
}
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
  /* 共通要素
  ========================================== */
  .d-area .item01 {
    width: 30%;
    height: 0;
    padding-top: 5.36%;
    background-size: contain;
    top: 50px;
  }
  .d-area .item02 {
    width: 30%;
    height: 0;
    padding-top: 10.03%;
    background-size: contain;
    top: 30px;
  }

  /* intro
  ========================================== */
  #intro .d-box-body {
    width: 100%;
  }
  #intro .d-box-body .introText {
    width: 100%;
    height: 0;
    background-size: contain;
    padding-top: 24.89%;
  }
  #intro .d-box-body .image {
    width: 100%;
  }
  #intro .d-box-body .image img {
    width: 100%;
    height: 100%;
  }
  #intro .d-box-body .text {
    width: 100%;
    height: 0;
    background-size: contain;
    padding-top: 64.60%;
  }

  /* caststaff
  ========================================== */
  #caststaff .castBlock .box:before {
    content: "";
    width: 15%;
    height: 0;
    padding-top: 13.66%;
    background-size: contain;
    z-index: 1;
  }
  #caststaff .castBlock .box .text .name span {
    font-size: 16px;
  }

  /* music
  ========================================== */
  #music .d-box-body {
    width: 90%;
  }
  #music .d-box-body .movie, #music .d-box-body dl {
    width: 90%;
    margin: auto;
  }
  #music .d-box-body .movie {
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto 4%;
    position: relative;
  }
  #music .d-box-body .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #music .d-box-body dl dt {
    font-size: 17px;
  }
  #music .d-box-body dl dd {
    font-size: 13px;
  }
}
/* ---------------------------------
 PC（993px〜）
--------------------------------- */
