@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* =====================================================================
    mv
======================================================================*/
#header .mv_box {
  position: relative;
  background: url(../images/img_mv-sp.jpg) no-repeat center top/100% auto;
}
#header .mv_box .mv_ttl {
  width: calc(523 / 750 * 100%);
  margin-left: calc(-24 / 750 * 100%);
  padding: calc(615 / 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-size: auto auto;
  background-color: #fedcea;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 1rem, #fecfe1 1rem, #fecfe1 2rem);
}
#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(292 / 750 * 100%);
  margin: 0 calc(42 / 750 * 100%) calc(420 / 750 * 100%) 0;
}

@media screen and (min-width: 768px) {
  #header {
    position: relative;
    background-size: auto auto;
    background-color: #fedcea;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 1rem, #fecfe1 1rem, #fecfe1 2rem);
  }
  #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: 3;
  }
  #header .mv_box {
    width: calc(813 / 740 * 100%);
    margin-left: calc(-73 / 740 * 100%);
    background-image: url(../images/img_mv-pc.jpg);
  }
  #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(772 / 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(41 / 813 * 100%) calc(100 / 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(28 / 813 * 100%) calc(31 / 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: -webkit-gradient(linear, left top, left bottom, from(#ffe7e9), color-stop(38%, #fffff2));
  background: linear-gradient(to bottom, #ffe7e9 0%, #fffff2 38%);
  overflow: hidden;
}
#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 .inner::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -179rem;
  right: -241rem;
  width: 300rem;
  height: 270rem;
  border-radius: 50%;
  background-color: #E0E7F5;
}
#intro .inner::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -129rem;
  left: -96rem;
  width: 170rem;
  height: 160rem;
  border-radius: 50%;
  background-color: #D3EDFB;
}
#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;
}

@media screen and (min-width: 768px) {
  #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 center/58rem auto;
}
#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 calc(170 / 750 * 100%);
}
#cast_staff #staff::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  width: calc(83 / 750 * 100%);
  padding-top: calc(56 / 750 * 100%);
  background: url(../images/img_ribbon.png) no-repeat center/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#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;
}

@media screen and (min-width: 768px) {
  #cast_staff {
    background-size: 26.5rem auto;
  }
  #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 calc(130 / 740 * 100%);
  }
  #cast_staff #staff::before {
    width: calc(83 / 740 * 100%);
    padding-top: calc(56 / 740 * 100%);
  }
  #cast_staff #staff .staff_box {
    width: calc(557 / 740 * 100%);
    margin: 0 0 0 calc(118 / 740 * 100%);
  }
  #cast_staff #cast {
    padding-bottom: calc(190 / 740 * 100%);
  }
  #cast_staff #cast .cast_box {
    width: calc(395 / 740 * 100%);
  }
}
/*# sourceMappingURL=top.css.map */
