@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* =====================================================================
    mv
======================================================================*/
#header .mv_box {
  position: relative;
  background: url(../images/img_mv-sp.png) no-repeat center top/100% auto;
}
#header .mv_box .mv_ttl {
  width: calc(523 / 750 * 100%);
  margin-left: calc(-24 / 750 * 100%);
  padding: calc(1280 / 750 * 100%) 0 calc(82 / 750 * 100%);
}
#header .mv_box .mv_onair {
  position: relative;
  padding: calc(60 / 750 * 100%) 0 calc(40 / 750 * 100%);
  background-image: url(../images/bg_pattern.jpg);
}
#header .mv_box .mv_onair::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  background: url(../images/img_deco1.png) repeat-x center/12.3rem auto;
}
#header .mv_box .mv_onair img {
  width: calc(670 / 750 * 100%);
  margin: 0 auto;
}
#header .mv_box .btn_official {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 29.2rem;
  width: calc(750 / 750 * 100%);
  margin: 0 calc(0 / 750 * 100%) calc(380 / 750 * 100%) 0;
}

@media screen and (min-width: 768px) {
  #header {
    position: relative;
    background-image: url(../images/bg_pattern.jpg);
  }
  #header::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.2rem;
    background: url(../images/img_deco1.png) repeat-x center/11rem auto;
    z-index: 2;
  }
  #header .mv_box {
    width: calc(700 / 740 * 100%);
    margin-left: calc(-10 / 740 * 100%);
    background-image: url(../images/img_mv-pc.png);
  }
  #header .mv_box .mv_ttl {
    position: relative;
    width: calc(389 / 813 * 100%);
    margin-left: calc(435 / 813 * 100%);
    padding: calc(5 / 813 * 100%) 0 calc(1270 / 813 * 100%);
  }
  #header .mv_box .mv_ttl img {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  #header .mv_box .mv_onair {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(432 / 813 * 100%);
    margin: 0 0 calc(20 / 813 * 100%) calc(80 / 813 * 100%);
    padding: calc(14 / 813 * 100%) 0 calc(10 / 813 * 100%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1rem;
  }
  #header .mv_box .mv_onair::before {
    display: none;
  }
  #header .mv_box .mv_onair img {
    width: calc(377 / 432 * 100%);
  }
  #header .mv_box .btn_official {
    width: calc(204 / 813 * 100%);
    margin: 0 calc(70 / 813 * 100%) calc(10 / 813 * 100%) 0;
  }
  #header .mv_box .btn_official a {
    position: relative;
  }
  #header .mv_box .btn_official a:hover::before {
    opacity: 1;
  }
  #header .mv_box .btn_official a::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/btn_official_h.png) no-repeat center/contain;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
}
/* =====================================================================
    intro
======================================================================*/
#intro {
  position: relative;
  background: url(../images/bg_pattern2.jpg);
  font-family: 'Shippori Mincho', serif;
}
#intro::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  background: url(../images/img_deco2.png) repeat-x center/12.3rem auto;
}
#intro .inner {
  position: relative;
}
#intro .sec_ttl {
  padding-top: calc(100 / 750 * 100%);
}
#intro .intro_box {
  position: relative;
  width: calc(625 / 750 * 100%);
  margin: 0 auto;
  padding-bottom: calc(60 / 750 * 100%);
  z-index: 1;
}

.intro_txt {
  font-size: 3.6rem;
  color: #9a2026;
  line-height: 1.8;
}

.intro_txt strong {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .intro_txt {
    font-size: 2.2rem;
    color: #9a2026;
    line-height: 1.8;
  }

  #intro::before {
    height: 3.2rem;
    background-size: 11rem auto;
  }
  #intro .inner::before {
    bottom: -264rem;
    right: -315rem;
    width: 430rem;
    height: 330rem;
  }
  #intro .inner::after {
    bottom: -201rem;
    left: -186rem;
    width: 300rem;
    height: 230rem;
  }
  #intro .sec_ttl {
    padding-top: calc(90 / 740 * 100%);
  }
  #intro .intro_box {
    width: calc(659 / 740 * 100%);
    padding-bottom: calc(90 / 740 * 100%);
  }
}
/* =====================================================================
    cast & staff
======================================================================*/
#cast_staff {
  position: relative;
  background: url(../images/bg_pattern.jpg) repeat;
  font-family: 'Shippori Mincho', serif;
}
#cast_staff::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  background: url(../images/img_deco1.png) repeat-x center/12.3rem auto;
}
#cast_staff #staff {
  position: relative;
  margin-bottom: calc(110 / 750 * 100%);
  padding: calc(120 / 750 * 100%) 0 0;
}
#cast_staff #staff .staff_box {
  width: calc(559 / 750 * 100%);
  margin: 0 auto;
}
#cast_staff #cast {
  padding-bottom: calc(240 / 750 * 100%);
}
#cast_staff #cast .cast_box {
  width: calc(580 / 750 * 100%);
  margin: 0 auto;
}

#cast_staff ul {
  font-size: 4rem;
  color: #9a2026;
  line-height: 1.8;
}

#cast_staff li {
  text-align: center;
  padding-bottom: 1em;
}

#cast_staff li span {
  font-size: 0.8em;
}

#cast_staff li .part {
  font-size: 0.7em;
}

.list_cast {
}

.list_cast li {
}

@media screen and (min-width: 768px) {
  #cast_staff {
  }
  #cast_staff::before {
    height: 3.2rem;
    background-size: 11rem auto;
  }
  #cast_staff #staff {
    margin-bottom: calc(94 / 740 * 100%);
    padding: calc(114 / 740 * 100%) 0 0;
  }
  #cast_staff #staff::before {
    width: calc(700 / 740 * 100%);
  }
  #cast_staff #staff .staff_box {
    width: calc(700 / 740 * 100%);
  }
  #cast_staff #cast {
    padding-bottom: calc(190 / 740 * 100%);
  }
  #cast_staff #cast .cast_box {
    width: calc(700 / 740 * 100%);
  }
  #cast_staff ul {
    font-size: 2.8rem;
    color: #9a2026;
    line-height: 1.8;
  }
}
/*# sourceMappingURL=top.css.map */
