@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.comment_box {
  position: relative;
}
.comment_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: url(../images/common/img_line_b.png) no-repeat center/100% auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.comment_box.active::before {
  opacity: 0;
}
.comment_box .comment_ttl {
  position: relative;
  height: 9rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.comment_box .comment_ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/btn_comment.png) no-repeat center/22.5rem auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.comment_box .comment_ttl::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/btn_close.png) no-repeat center/22.5rem auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.comment_box .comment_ttl.active::before {
  opacity: 0;
}
.comment_box .comment_ttl.active::after {
  opacity: 1;
}
.comment_box .comment_txt {
  position: relative;
  display: none;
  padding: 5.5rem 1rem;
  line-height: 1.75;
}
.comment_box .comment_txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: url(../images/common/img_line_g.png) no-repeat center/100% auto;
}

@media screen and (min-width: 768px) {
  .comment_box::before {
    height: 0.3rem;
  }
  .comment_box .comment_ttl {
    height: 6rem;
    top: 0;
  }
  .comment_box .comment_ttl::before, .comment_box .comment_ttl::after {
    background-size: 14.3rem auto;
  }
  .comment_box .comment_ttl:hover {
    top: 3px;
  }
  .comment_box .comment_txt {
    padding: 5rem 8rem;
    line-height: 2;
  }
  .comment_box .comment_txt::before {
    height: 0.3rem;
  }
}
/* =====================================================================
   header
======================================================================*/
#header .header_date {
  position: relative;
  width: 69.4rem;
  margin: 0 auto;
}
#header .mv {
  margin-top: 0.7rem;
  padding-top: 59.8rem;
  background: url(../images/top/img_mv-sp.jpg) no-repeat center top/100% auto;
  z-index: 3;
}
#header .mv .news_box_wrap {
  position: relative;
  width: 55rem;
  margin: 0 auto;
  padding: 2.6rem 2.8rem;
  background: url(../images/top/bg_news-sp.png) no-repeat center/contain;
}
#header .mv .news_box_wrap .news_box {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#header .mv .news_box_wrap .news_box::-webkit-scrollbar {
  background: rgba(62, 62, 58, 0.3);
  border-radius: 2em;
  width: 1rem;
}
#header .mv .news_box_wrap .news_box::-webkit-scrollbar-thumb {
  background: #f3eec4;
  border-radius: 2em;
}
#header .mv .news_box_wrap .news_box h2 {
  width: 11.6rem;
  margin-bottom: 1.6rem;
}
#header .mv .news_box_wrap .news_box ul {
  height: 9rem;
}
#header .mv .news_box_wrap .news_box ul li {
  margin-bottom: 1em;
}
#header .mv .news_box_wrap .news_box ul li dl {
  font-size: 2.2rem;
  line-height: 1.454;
}
#header .mv .news_box_wrap .news_box ul li dl dt {
  color: #787878;
  letter-spacing: 0.05em;
}
#header .mv .news_box_wrap .news_box ul li dl dd a {
  display: inline;
  text-decoration: underline;
}
#header .header_onair {
  position: absolute;
  top: 48.6rem;
  right: 2.6rem;
  width: 19.3rem;
}

@media screen and (min-width: 768px) {
  #header {
    padding-bottom: 17rem;
  }
  #header .header_date {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100.2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
  }
  #header .mv {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
    height: 100rem;
    background-image: url(../images/top/img_mv-pc.jpg);
  }
  #header .mv .header_banner {
    position: absolute;
    bottom: 21.5rem;
    left: 6.1rem;
    width: 39rem;
  }
  #header .mv .header_banner li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  #header .mv .header_banner li a:hover {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  #header .mv .news_box_wrap {
    position: absolute;
    bottom: 6.4rem;
    left: 6.1rem;
    width: 48rem;
    padding: 2.5rem 2.8rem;
    background-image: url(../images/top/bg_news-pc.png);
  }
  #header .mv .news_box_wrap .news_box h2 {
    width: 9.1rem;
    margin-bottom: 1.6rem;
  }
  #header .mv .news_box_wrap .news_box ul {
    height: 4.7rem;
  }
  #header .mv .news_box_wrap .news_box ul li dl {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  #header .header_onair {
    position: absolute;
    top: 105.3rem;
    right: 20rem;
    width: 17.3rem;
  }
  #header .header_onair a:hover {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
/* =====================================================================
    movie
======================================================================*/
#movie {
  padding: 6.8rem 0 12rem;
}
#movie .inner {
  width: 100%;
}
#movie .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: -20.3rem;
  left: -7.2rem;
  width: 57.3rem;
  height: 53.8rem;
  background: url(../images/top/bg_deco1.png) no-repeat center/contain;
}
#movie .inner::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -31.3rem;
  right: -12.5rem;
  width: 61.9rem;
  height: 49.1rem;
  background: url(../images/top/bg_deco2.png) no-repeat center/contain;
}
#movie .sec_ttl {
  position: relative;
  width: 11.2rem;
  margin: 0 auto 4rem;
}
#movie .movie_box_wrap {
  position: relative;
  width: 57.5rem;
  margin: 0 auto;
  padding: 1.5rem;
  background: url(../images/top/bg_movie.png) no-repeat center/contain;
  z-index: 1;
}
#movie .movie_box_wrap .movie_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#movie .movie_box_wrap .movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#movie .movie_tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 64rem;
  margin: 6rem auto 0;
  z-index: 1;
}
#movie .movie_tab li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31rem;
  height: 9rem;
  margin-bottom: 2rem;
  padding: 0 2rem 0 4.4rem;
  font-family: "Kaisei Opti", serif;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  background: url(../images/top/img_movie_tab-sp.png) no-repeat center/contain;
}
#movie .movie_tab li::before {
  content: "▶";
  display: block;
  position: absolute;
  top: 50%;
  left: 1em;
  font-size: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#movie .movie_tab li.active {
  color: #fff;
  background-image: url(../images/top/img_movie_tab_active-sp.png);
}

@media screen and (min-width: 768px) {
  #movie {
    padding: 6.2rem 0;
  }
  #movie .inner {
    padding: 0;
  }
  #movie .inner::before {
    top: -20rem;
    left: -6.6rem;
  }
  #movie .inner::after {
    bottom: -24.3rem;
    right: -6.5rem;
  }
  #movie .sec_ttl {
    position: absolute;
    top: 0;
    left: 29.7rem;
  }
  #movie .movie_box_wrap {
    width: 67.2rem;
    padding: 1.7rem;
  }
  #movie .movie_tab {
    width: calc(800 / 1600 * 100%);
    margin-top: 3.2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #movie .movie_tab li {
    width: 32.5%;
    height: 7rem;
    margin: 0 1.25% 1rem 0;
    font-size: 1.6rem;
    background-image: url(../images/top/img_movie_tab-pc.png);
    cursor: pointer;
  }
  #movie .movie_tab li:nth-child(3n) {
    margin-right: 0;
  }
  #movie .movie_tab li::before {
    left: 1.5em;
  }
  #movie .movie_tab li::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.4rem solid #9e2b34;
    border-radius: 0.8rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
  #movie .movie_tab li.active {
    background-image: url(../images/top/img_movie_tab_active-pc.png);
  }
  #movie .movie_tab li:hover::after {
    opacity: 1;
  }
}
/* =====================================================================
    intro
======================================================================*/
#intro {
  padding: 14rem 0;
  background-color: #f5f5f5;
}
#intro::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3.6rem;
  background: url(../images/top/bg_boundary_w.png) repeat-x center top/25.1rem auto;
}
#intro .inner {
  width: 100%;
}
#intro .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 54.5rem;
  left: -14.7rem;
  width: 61.8rem;
  height: 46.5rem;
  background: url(../images/top/bg_intro1.png) no-repeat center/contain;
}
#intro .inner::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -23.3rem;
  right: -6.5rem;
  width: 58.8rem;
  height: 43.1rem;
  background: url(../images/top/bg_intro2.png) no-repeat center/contain;
}
#intro .sec_ttl {
  width: 48rem;
  margin-bottom: 9rem;
}
#intro .intro_txt {
  position: relative;
  width: 56.8rem;
  margin: 0 auto 10rem;
  z-index: 21;
}

@media screen and (min-width: 768px) {
  #intro {
    padding: 14rem 0 18rem;
  }
  #intro::before {
    height: 5rem;
    background-size: 40rem auto;
  }
  #intro .inner::before {
    top: -4.3rem;
    left: 24.4rem;
    width: 57.7rem;
    height: 43.4rem;
  }
  #intro .inner::after {
    bottom: -11.5rem;
    right: 24.4rem;
    z-index: 1;
  }
  #intro .sec_ttl {
    width: 32.7rem;
    margin: 0 auto 8.3rem 65.4rem;
  }
  #intro .intro_txt {
    width: 82.2rem;
    margin: 0 auto 15.5rem;
  }
  #intro .btn1::after {
    background: url(../images/top/btn_story_h.png) no-repeat center/contain;
  }
}
/* =====================================================================
    original
======================================================================*/
#original {
  padding: 12rem 0 17rem;
  background: url(../images/top/bg_pattern1.jpg) repeat center/3rem auto;
  z-index: 2;
}
#original::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3.6rem;
  background: url(../images/top/bg_boundary_y.png) repeat-x center/25.1rem auto;
  z-index: 3;
}
#original .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: -12.3rem;
  right: -6rem;
  width: 26rem;
  height: 35.3rem;
  background: url(../images/top/img_deco5.png) no-repeat center/contain;
}
#original .inner::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -20rem;
  left: -6.5rem;
  width: 24rem;
  height: 21.3rem;
  background: url(../images/top/img_deco6.png) no-repeat center/contain;
}
#original .sec_ttl {
  width: 14rem;
}
#original .original_box {
  position: relative;
  background-color: #fff;
  padding: 5rem 3rem 0;
}
#original .original_box .original_book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 6rem;
}
#original .original_box .original_book dt {
  width: 12.3rem;
}
#original .original_box .original_book dd {
  width: 41.9rem;
  margin: 5rem 2.8rem 0 0;
}
#original .original_box .comment_box .comment_ttl::before {
  background-image: url(../images/top/btn_original_comment.png);
}

@media screen and (min-width: 768px) {
  #original {
    padding: 8.4rem 0 11.3rem;
  }
  #original::before {
    height: 5rem;
    background-size: 40rem auto;
  }
  #original .inner::before {
    top: -1rem;
    right: 13.5rem;
    width: 30rem;
  }
  #original .inner::after {
    bottom: -11rem;
    left: 12.5rem;
    width: 28rem;
  }
  #original .sec_ttl {
    width: 10.9rem;
  }
  #original .original_box {
    width: calc(800 / 1200 * 100%);
    margin: 0 auto;
    padding: 5rem 1.6rem 0;
  }
  #original .original_box .original_book {
    margin-bottom: 5rem;
  }
  #original .original_box .original_book dt {
    width: 11.2rem;
    margin-top: 3rem;
  }
  #original .original_box .original_book dd {
    width: 38rem;
    margin: 0 8.8rem 0 0;
  }
  #original .btn1::after {
    background: url(../images/top/btn_official_h.png) no-repeat center/contain;
  }
}
/* =====================================================================
    cast
======================================================================*/
#cast {
  background: url(../images/top/bg_pattern2.jpg) repeat center/2.4rem auto;
  padding: 10rem 0 17rem;
  z-index: 10;
}
#cast .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 3rem;
  left: 6rem;
  width: 12.2rem;
  height: 19.5rem;
  background: url(../images/top/img_deco7.png) no-repeat center/contain;
  z-index: -1;
}
#cast .sec_ttl {
  width: 22.6rem;
}
#cast .cast_list li {
  padding: 1.4rem 3rem 0;
  background-color: #fff;
}
#cast .cast_list li .cast_box {
  z-index: 1;
}
#cast .cast_list li .cast_box dt {
  position: relative;
  padding-top: 3.2rem;
}
#cast .cast_list li .cast_box dt::before, #cast .cast_list li .cast_box dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 16.1rem;
  height: 16.1rem;
}
#cast .cast_list li .cast_box dt::before {
  top: 0;
  left: -1.5rem;
  background: url(../images/top/img_castframe_l.png) no-repeat center/contain;
}
#cast .cast_list li .cast_box dt::after {
  bottom: 0;
  right: -1.5rem;
  background: url(../images/top/img_castframe_r.png) no-repeat center/contain;
}
#cast .cast_list li .cast_box .cast_img {
  position: relative;
  width: 41.1rem;
  margin: auto;
}
#cast .cast_list li .cast_box .cast_name1 {
  position: absolute;
  top: 1.7rem;
  right: 4.7rem;
  width: 5.9rem;
  z-index: 1;
}
#cast .cast_list li .cast_box .cast_name2 {
  padding: 1.5rem 0 2.8rem;
}
#cast .cast_list li .cast_box .cast_name2 img {
  width: auto !important;
  height: 4.1rem;
  margin: 0 auto;
}
#cast .cast_list li .comment_box {
  margin-top: 1.4rem;
}

@media screen and (min-width: 768px) {
  #cast {
    padding: 6rem 0 8.4rem;
  }
  #cast .inner::before {
    top: -2rem;
    left: 52.4rem;
    width: 10rem;
  }
  #cast .sec_ttl {
    width: 17.5rem;
  }
  #cast .cast_list {
    width: calc(800 / 1200 * 100%);
    margin: 0 auto;
  }
  #cast .cast_list li {
    padding: 1.6rem 1.6rem 0;
  }
  #cast .cast_list li .cast_box dt {
    padding-top: 2.4rem;
  }
  #cast .cast_list li .cast_box dt::before {
    left: 0;
  }
  #cast .cast_list li .cast_box dt::after {
    right: 0;
  }
  #cast .cast_list li .cast_box .cast_img {
    width: 37.3rem;
  }
  #cast .cast_list li .cast_box .cast_name1 {
    top: 0;
    right: 18.4rem;
    width: 5.1rem;
  }
  #cast .cast_list li .cast_box .cast_name2 {
    padding: 2.3rem 0 0.7rem;
  }
  #cast .cast_list li .comment_box {
    margin-top: 1.6rem;
  }
  #cast .btn1::after {
    background: url(../images/top/btn_cast_h.png) no-repeat center/contain;
  }
}
/* =====================================================================
    staff
======================================================================*/
#staff {
  background-color: #f5f5f5;
  padding: 13rem 0 26rem;
}
#staff .inner::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -25.9rem;
  right: 14rem;
  width: 43.2rem;
  height: 38.4rem;
  background: url(../images/top/img_deco8.png) no-repeat center bottom/contain;
}
#staff .sec_ttl {
  width: 19.6rem;
}
#staff .staff_box_wrap {
  background-color: #fff;
  padding: 6.8rem 3rem;
}
#staff .staff_box_wrap .staff_box.tmar {
  margin-top: 6rem;
}
#staff .staff_box_wrap .staff_box li {
  margin-bottom: 2.4rem;
}
#staff .staff_box_wrap .staff_box li .staff_img {
  width: 41.1rem;
  margin: auto;
  padding-bottom: 4rem;
}
#staff .staff_box_wrap .staff_box li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.6rem;
  font-weight: 500;
}
#staff .staff_box_wrap .staff_box li dl dt {
  width: 50%;
  text-align: right;
}
#staff .staff_box_wrap .staff_box li dl dt span {
  display: inline-block;
  background-color: #f3eec4;
  padding: 0.2em 0.6em 0.3em;
}
#staff .staff_box_wrap .staff_box li dl dd {
  width: 47%;
  margin-top: 0.2em;
  text-align: left;
  line-height: 1.6;
}
#staff .staff_box_wrap .comment_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: url(../images/common/img_line_b.png) no-repeat center/100% auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#staff .staff_box_wrap .comment_box.active::after {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  #staff {
    padding: 11.3rem 0 16rem;
  }
  #staff .inner::before {
    bottom: -16rem;
    left: 32rem;
    width: 27.9rem;
    height: 22.1rem;
  }
  #staff .sec_ttl {
    width: 15.1rem;
  }
  #staff .staff_box_wrap {
    width: calc(800 / 1200 * 100%);
    margin: 0 auto;
    padding: 5rem 1.6rem;
  }
  #staff .staff_box_wrap .staff_box.tmar {
    margin-top: 3rem;
  }
  #staff .staff_box_wrap .staff_box li {
    margin-bottom: 2rem;
  }
  #staff .staff_box_wrap .staff_box li .staff_img {
    width: 37.3rem;
    padding-bottom: 2.3rem;
  }
  #staff .staff_box_wrap .staff_box li dl {
    font-size: 2rem;
  }
  #staff .staff_box_wrap .staff_box li dl dt span {
    padding: 0.2em 1.8em 0.3em;
  }
  #staff .staff_box_wrap .comment_box::after {
    height: 0.3rem;
  }
}/*# sourceMappingURL=top.css.map */