@charset "UTF-8";
/*各ページごとの特別指定*/
/*----------------------------------------------------------------------

TOP

----------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/*全体*/
.animate .fadein {
  position: relative;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.animate .fadein.moving {
  opacity: 1;
  top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.firstview {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.firstview.animate {
  opacity: 1;
}

.top .contents {
  width: 100%;
}

@media screen and (max-width: 678px) {
  .top .contents {
    min-width: 0;
  }
}

@media screen and (max-width: 1080px) {
  .top .contents {
    padding-top: 56px;
  }
}

@media screen and (max-width: 678px) {
  .top .contents {
    padding-top: 40px;
  }
}

.top .img-pc {
  display: block;
}

@media screen and (max-width: 678px) {
  .top .img-pc {
    display: none;
  }
}

.top .img-sp {
  display: none;
}

@media screen and (max-width: 678px) {
  .top .img-sp {
    display: block;
  }
}

.top .spmv {
  display: none;
}

@media screen and (max-width: 678px) {
  .top .spmv {
    display: block;
  }
}

.top .top-mv {
  position: relative;
  width: 100%;
  height: 800px;
  background: url("../img/top/bg_kv.png") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 678px) {
  .top .top-mv {
    height: auto;
  }
}

.top .top-mv .top-mv-cnt {
  position: relative;
  width: 96%;
  max-width: 910px;
  height: 100%;
  margin: auto;
  padding: 30px 0;
}

@media screen and (max-width: 678px) {
  .top .top-mv .top-mv-cnt {
    display: none;
  }
}

.top .top-mv .top-mv-cnt .mv_logo {
  position: relative;
  margin-bottom: 136px;
  z-index: 1;
}

.top .top-mv .top-mv-cnt .mv_copy {
  position: absolute;
  right: 0;
  bottom: 260px;
}

@media screen and (max-width: 1325px) {
  .top .top-mv .top-mv-cnt .mv_copy {
    bottom: 140px;
  }
}

.top .top-mv .top-mv-cnt .mv_img {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 94%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .top .top-mv .top-mv-cnt .mv_img {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.top .top-mv .top-banner {
  position: absolute;
  right: -185px;
  bottom: 120px;
  display: block;
  width: 240px;
}

.top .top-mv .top-banner:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1325px) {
  .top .top-mv .top-banner {
    display: none;
  }
}

.top .top-banner-sp {
  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;
  padding-bottom: 50px;
}

@media screen and (max-width: 678px) {
  .top .top-banner-sp {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 1326px) {
  .top .top-banner-sp {
    display: none;
  }
}

.top .top-banner-sp__item {
  max-width: 450px;
}

.top .spmv_billing {
  display: none;
  text-align: center;
}

@media screen and (max-width: 678px) {
  .top .spmv_billing {
    display: block;
    padding: 0 45px;
    margin-bottom: 20px;
  }
}

.top .mv_fcopy {
  position: absolute;
  bottom: 38px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 678px) {
  .top .mv_fcopy {
    display: none;
  }
}

.top .mv_ftxt {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 76px;
}

@media screen and (max-width: 678px) {
  .top .mv_ftxt {
    display: none;
  }
}

.sp-contents {
  display: none;
}

@media screen and (max-width: 678px) {
  .sp-contents {
    display: block;
  }
}

.sp-trailer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6% 8% 8%;
  text-align: center;
}

.sp-trailer dt {
  position: relative;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
}

.sp-trailer dt::after {
  display: block;
  content: '';
  width: 40%;
  height: 2px;
  background-color: #000;
  margin: 8px auto 0;
}

.sp-trailer dd {
  position: relative;
  width: 100%;
}

.sp-trailer dd::after {
  display: block;
  content: '';
  padding-top: 56.25%;
}

.sp-trailer dd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sp-footer {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  background-color: #6c9b9e;
  padding: 4%;
  text-align: center;
}

.head_billing {
  width: 100%;
  margin: 0 auto;
  background: #eaf7ff;
  background-size: cover;
  padding: 42px 15px 24px;
  background: url("../img/common/fbg.png") no-repeat center bottom;
  background-size: cover;
  text-align: center;
}

.head_billing .fimg {
  max-width: 48%;
}

.head_billing .fimg img {
  max-width: 100%;
  height: auto;
}

.head_billing .fcopy {
  margin-bottom: 35px;
}

.head_billing .fbilling {
  margin-bottom: 22px;
}

.head_billing .ftr-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

.head_billing .ftr-logo img {
  width: 146px;
}

@media screen and (max-width: 768px) {
  .head_billing .twitter-timeline-section {
    height: 920px;
  }
}

.head_billing .twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 54px;
  margin-top: 38px;
}

@media screen and (max-width: 768px) {
  .head_billing .twitter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 889px;
  }
}

.head_billing .twitter li {
  display: block;
  height: 430px;
}

.head_billing .twitter li:first-of-type {
  margin-right: 45px;
}

@media screen and (max-width: 678px) {
  .head_billing .twitter li:first-of-type {
    margin: 0 0 16px;
  }
}

.head_billing .ftr-sns-btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.head_billing .ftr-sns-btn li {
  padding: 0 6px 0;
  line-height: 1;
  margin-bottom: 8px;
}

.head_billing .ftr-sns-btn li:first-of-type {
  padding-left: 0;
}

.head_billing .copyright {
  font-size: 10px;
  color: #737373;
  margin-top: 15px;
}

@media screen and (max-width: 678px) {
  .head_billing {
    padding: 25px 15px;
  }
}

@media screen and (max-width: 678px) {
  .head_billing .fimg {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 678px) {
  .head_billing .fimg img {
    max-width: 300px;
  }
}

@media screen and (max-width: 678px) {
  .head_billing .fcopy {
    display: none;
  }
}

@media screen and (max-width: 678px) {
  .head_billing {
    padding: 6% 10%;
  }
}

/*----------------------------
下層共通
----------------------------*/
.low-contents {
  width: 100%;
  font-size: 15px;
  line-height: 2;
  clear: both;
}

.low-contents h2 {
  margin-bottom: 36px;
}

@media screen and (max-width: 678px) {
  .low-contents h2 {
    margin-bottom: 30px;
  }
}

.sp_movie {
  background: #f6f6f6;
  padding: 40px 0;
  display: none;
}

@media screen and (max-width: 678px) {
  .sp_movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.sp_movie h2 {
  margin-bottom: 20px;
  margin-left: 25px;
}

.sp_movie .movie {
  position: relative;
  height: 0;
  overflow: hidden;
  background: #000;
  width: 320px;
  height: 203px;
  margin: 0 auto;
}

.sp_movie .movie iframe {
  width: 320px;
  height: 224px;
}

/*----------------------------
イントロダクション
----------------------------*/
.introduction {
  background: #6a6660 url("../img/introduction/intro_bg_sp.jpg") no-repeat center top;
  background-size: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 679px) {
  .introduction {
    background: url("../img/introduction/intro_bg.jpg") no-repeat center;
    background-size: cover;
  }
}

@media screen and (max-width: 1080px) {
  .introduction {
    padding: 35px 50px;
  }
}

@media screen and (max-width: 678px) {
  .introduction {
    padding: 16px 20px;
    height: auto;
  }
}

.introduction .wrap_intro {
  max-width: 1200px;
  margin: 0 auto;
}

.introduction .wrap_intro .intro_copy {
  margin-bottom: 64px;
}

@media screen and (max-width: 678px) {
  .introduction .wrap_intro .intro_copy {
    margin-bottom: 47px;
  }
}

.introduction .wrap_intro .intro_cnt {
  max-width: 900px;
  margin: 0 auto;
}

.introduction .wrap_intro .intro_cnt .box {
  width: 520px;
  background: rgba(0, 0, 0, 0.45);
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 678px) {
  .introduction .wrap_intro .intro_cnt .box {
    width: 100%;
    padding: 0 16px 1px;
  }
}

.introduction .wrap_intro .intro_cnt .box h3 {
  margin: 0 -20px -30px;
  position: relative;
  top: -56px;
}

@media screen and (max-width: 678px) {
  .introduction .wrap_intro .intro_cnt .box h3 {
    top: -33px;
    margin: 0 -16px -20px;
  }
}

.introduction .wrap_intro .intro_cnt .box p {
  font-size: 14px;
  color: #fff;
  line-height: 2.14;
}

@media screen and (max-width: 678px) {
  .introduction .wrap_intro .intro_cnt .box p {
    font-size: 12px;
    margin-bottom: 16px;
  }
}

.introduction h2 {
  margin-left: -24px;
  margin-bottom: 98px;
}

@media screen and (max-width: 678px) {
  .introduction h2 {
    margin-bottom: 52px;
    margin-left: -7px;
  }
}

@media screen and (max-width: 678px) {
  .introduction h2 img {
    width: 170px;
  }
}

.introduction .txt_slide {
  position: relative;
}

.introduction .txt_slide .slide-arrow {
  position: absolute;
  top: calc(50% - 16px);
}

.introduction .txt_slide .slide-arrow.prev-arrow {
  left: -65px;
}

@media screen and (max-width: 1220px) {
  .introduction .txt_slide .slide-arrow.prev-arrow {
    left: -50px;
  }
}

@media screen and (max-width: 1080px) {
  .introduction .txt_slide .slide-arrow.prev-arrow {
    left: -40px;
  }
}

@media screen and (max-width: 678px) {
  .introduction .txt_slide .slide-arrow.prev-arrow {
    left: -30px;
  }
}

.introduction .txt_slide .slide-arrow.next-arrow {
  right: -65px;
}

@media screen and (max-width: 1220px) {
  .introduction .txt_slide .slide-arrow.next-arrow {
    right: -50px;
  }
}

@media screen and (max-width: 1080px) {
  .introduction .txt_slide .slide-arrow.next-arrow {
    right: -40px;
  }
}

@media screen and (max-width: 678px) {
  .introduction .txt_slide .slide-arrow.next-arrow {
    right: -30px;
  }
}

.slide-img {
  width: 100%;
  overflow: hidden;
}

.slide-img ul li {
  float: left;
  width: auto !important;
}

@media screen and (max-width: 678px) {
  .slide-img ul li img {
    height: 110px;
    width: auto;
  }
}

/*----------------------------
ストーリー
----------------------------*/
.story .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/story/story_bg.jpg") repeat;
  background-size: 720px;
}

@media screen and (max-width: 1240px) {
  .story .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 840px) {
  .story .wrap {
    display: block;
  }
}

.story .wrap .img {
  width: 50%;
}

@media screen and (max-width: 840px) {
  .story .wrap .img {
    width: 100%;
  }
}

.story .wrap .img img {
  width: 100%;
  height: auto;
}

.story .wrap .story_cnt {
  width: 50%;
  padding: 92px 68px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1240px) {
  .story .wrap .story_cnt {
    padding: 0 30px;
  }
}

@media screen and (max-width: 840px) {
  .story .wrap .story_cnt {
    width: 100%;
    padding: 30px 25px;
  }
}

.story .wrap .story_cnt h2 {
  margin-left: -24px;
  margin-bottom: 48px;
}

@media screen and (max-width: 678px) {
  .story .wrap .story_cnt h2 {
    margin-left: -7px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 678px) {
  .story .wrap .story_cnt h2 img {
    height: 24px;
    width: auto;
  }
}

.story .wrap .story_cnt p {
  font-size: 14px;
  width: 532px;
  line-height: 2.14;
}

@media screen and (max-width: 678px) {
  .story .wrap .story_cnt p {
    font-size: 12px;
    margin-bottom: 16px;
    width: 100%;
  }
}

/*----------------------------
キャスト スタッフ
----------------------------*/
.cast {
  background: #09090d url("../img/cast/cast_bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 53px 15px 20px;
  text-align: center;
}

@media screen and (max-width: 678px) {
  .cast {
    padding: 30px 15px 1px;
  }
}

.cast .wrap {
  background: rgba(255, 255, 255, 0.5);
  max-width: 980px;
  margin: 0 auto 40px;
  padding: 43px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 678px) {
  .cast .wrap {
    padding: 23px 20px;
  }
}

.cast h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 678px) {
  .cast h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 678px) {
  .cast h2 img {
    width: auto;
    height: 32px;
  }
}

.cast .cast_list:after {
  display: none;
}

.cast .cast_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 678px) {
  .cast .cast_list li {
    display: block;
    margin-bottom: 24px;
  }
}

.cast .cast_list li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cast .cast_list li:nth-of-type(even) .img {
  margin: 0 0 0 34px;
}

@media screen and (max-width: 678px) {
  .cast .cast_list li:nth-of-type(even) .img {
    margin: 0 0 12px;
  }
}

.cast .cast_list li:nth-of-type(even) .cnt .name::after {
  content: '';
  display: block;
  background: url("../img/introduction/cast_icon2.png") no-repeat center top;
  background-size: 74px;
  width: 74px;
  height: 67px;
  position: absolute;
  top: -16px;
  left: -18px;
}

@media screen and (max-width: 678px) {
  .cast .cast_list li:nth-of-type(even) .cnt .name::after {
    width: 44px;
    background-size: 44px;
    top: -6px;
    left: -12px;
  }
}

.cast .cast_list li .img {
  margin-right: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 900px) {
  .cast .cast_list li .img {
    width: 48%;
  }
}

@media screen and (max-width: 678px) {
  .cast .cast_list li .img {
    width: 100%;
    margin-bottom: 12px;
  }
}

.cast .cast_list li .cnt {
  width: 500px;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .cast .cast_list li .cnt {
    width: 48%;
  }
}

@media screen and (max-width: 678px) {
  .cast .cast_list li .cnt {
    width: 100%;
  }
}

.cast .cast_list li .cnt .name {
  font-size: 18px;
  color: #439ba1;
  font-weight: bold;
  margin-bottom: 23px;
  position: relative;
}

.cast .cast_list li .cnt .name::after {
  content: '';
  display: block;
  background: url("../img/introduction/cast_icon1.png") no-repeat center top;
  background-size: 61px;
  width: 61px;
  height: 72px;
  position: absolute;
  top: -18px;
  left: -21px;
}

@media screen and (max-width: 678px) {
  .cast .cast_list li .cnt .name::after {
    width: 40px;
    background-size: 40px;
    top: -9px;
    left: -16px;
  }
}

@media screen and (max-width: 678px) {
  .cast .cast_list li .cnt .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.cast .cast_list li .cnt .name b {
  font-weight: bold;
  position: relative;
  z-index: 10;
}

.cast .cast_list li .cnt .name span {
  font-size: 16px;
  margin-left: 0.5em;
  font-weight: bold;
}

@media screen and (max-width: 678px) {
  .cast .cast_list li .cnt .name span {
    font-size: 14px;
  }
}

.cast .cast_list li .cnt .txt {
  font-size: 14px;
  line-height: 2;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

@media screen and (max-width: 678px) {
  .cast .cast_list li .cnt .txt {
    font-size: 12px;
  }
}

.cast .staff_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 678px) {
  .cast .staff_box {
    display: block;
  }
}

.cast .staff_box .img {
  margin-right: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 900px) {
  .cast .staff_box .img {
    width: 48%;
  }
}

@media screen and (max-width: 678px) {
  .cast .staff_box .img {
    width: 100%;
    margin-bottom: 24px;
  }
}

.cast .staff_box .cnt {
  width: 500px;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .cast .staff_box .cnt {
    width: 48%;
  }
}

@media screen and (max-width: 678px) {
  .cast .staff_box .cnt {
    width: 100%;
  }
}

.cast .staff_box .cnt .name {
  font-size: 18px;
  color: #439ba1;
  font-weight: bold;
  margin-bottom: 23px;
  position: relative;
}

.cast .staff_box .cnt .name::after {
  content: '';
  display: block;
  background: url("../img/introduction/staff_icon.png") no-repeat center top;
  background-size: 61px;
  width: 61px;
  height: 72px;
  position: absolute;
  top: -18px;
  left: -14px;
}

@media screen and (max-width: 678px) {
  .cast .staff_box .cnt .name::after {
    width: 40px;
    background-size: 40px;
    top: -9px;
  }
}

@media screen and (max-width: 678px) {
  .cast .staff_box .cnt .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.cast .staff_box .cnt .name b {
  font-weight: bold;
  position: relative;
  z-index: 10;
}

.cast .staff_box .cnt .name span {
  font-size: 16px;
  margin-left: 0.5em;
  font-weight: bold;
}

@media screen and (max-width: 678px) {
  .cast .staff_box .cnt .name span {
    font-size: 14px;
  }
}

.cast .staff_box .cnt .txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 678px) {
  .cast .staff_box .cnt .txt {
    font-size: 12px;
  }
}

.cast .message {
  text-align: left;
}

.cast .message h3 {
  font-size: 18px;
  color: #439ba1;
  font-weight: bold;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #439ba1;
}

.cast .message .txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

.uimg1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.uimg1::after {
  display: none;
}

.uimg1 li {
  width: 33.33%;
  font-size: 0;
}

.uimg1 li img {
  width: 100%;
  height: auto;
}

.uimg2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.uimg2::after {
  display: none;
}

.uimg2 li {
  width: 20%;
  font-size: 0;
}

.uimg2 li img {
  width: 100%;
  height: auto;
}

/*モーダル*/
.wrap_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100000;
  display: none;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap_modal .modal_bg {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.wrap_modal .modal {
  background: #0d2229;
  max-width: 920px;
  position: relative;
  padding: 65px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  z-index: 1000000;
}

@media screen and (max-width: 678px) {
  .wrap_modal .modal {
    padding: 30px 15px;
    max-height: 90%;
  }
}

.wrap_modal .modal p {
  color: #fff;
}

.wrap_modal .modal .name {
  font-size: 24px;
  margin-bottom: 40px;
}

@media screen and (max-width: 678px) {
  .wrap_modal .modal .name {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.wrap_modal .modal .txt {
  line-height: 1.75;
  font-size: 14px;
}

@media screen and (max-width: 678px) {
  .wrap_modal .modal .txt {
    font-size: 11px;
  }
}

.wrap_modal .modal .close {
  position: absolute;
  top: -36px;
  right: 0;
  cursor: pointer;
}

/*----------------------------
スタッフ
----------------------------*/
.staff {
  padding: 80px 15px 0;
  background: #dee6f1;
}

@media screen and (max-width: 678px) {
  .staff {
    padding: 40px 15px 0;
  }
}

.staff h2 {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 678px) {
  .staff h2 {
    margin-bottom: 30px;
  }
}

.staff .staff_cnt {
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  margin-bottom: 70px;
  border-bottom: 1px solid #b5b5b5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.staff .staff_cnt:last-of-type {
  border: none;
  margin-bottom: 0;
}

@media screen and (max-width: 678px) {
  .staff .staff_cnt {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.staff .staff_cnt .img {
  font-size: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  width: 320px;
}

@media screen and (max-width: 678px) {
  .staff .staff_cnt .img {
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 678px) {
  .staff .staff_cnt .img img {
    max-width: 220px;
    height: auto;
  }
}

.staff .staff_cnt .cnt {
  max-width: 580px;
}

@media screen and (max-width: 678px) {
  .staff .staff_cnt .cnt {
    max-width: 100%;
  }
}

.staff .staff_cnt .cnt p {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 2.15;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 678px) {
  .staff .staff_cnt .cnt p {
    font-size: 12px;
  }
}

.staff .staff_cnt .cnt .name {
  font-size: 26px;
  margin-bottom: 16px;
  line-height: 1.6;
}

.staff .staff_cnt .cnt .name.book {
  font-size: 24px;
}

@media screen and (max-width: 678px) {
  .staff .staff_cnt .cnt .name.book {
    font-size: 18px;
    text-align: center;
  }
}

.staff .staff_cnt .cnt .name.book br {
  display: none;
}

@media screen and (max-width: 678px) {
  .staff .staff_cnt .cnt .name.book br {
    display: block;
  }
}

.staff .staff_cnt .cnt .name.book b {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 678px) {
  .staff .staff_cnt .cnt .name.book b {
    font-size: 13px;
  }
}

@media screen and (max-width: 678px) {
  .staff .staff_cnt .cnt .name {
    font-size: 18px;
    text-align: center;
  }
}

.staff .staff_cnt .cnt .name span {
  display: block;
  font-size: 18px;
  margin-bottom: 3px;
}

/*----------------------------
PRODUCTION NOTE
----------------------------*/
.img1 {
  background: url("../img/img1.jpg") no-repeat center;
  height: 320px;
}

.img2 {
  background: url("../img/img2.jpg") no-repeat center;
  height: 320px;
}

.img1,
.img2 {
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .img1,
  .img2 {
    height: auto;
    font-size: 0;
    background: none;
  }
}

.img1 img,
.img2 img {
  display: none;
}

@media screen and (max-width: 1000px) {
  .img1 img,
  .img2 img {
    display: block;
  }
}

.pn {
  background: url("../img/pn/pn_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 110px 15px 90px;
}

@media screen and (max-width: 678px) {
  .pn {
    padding: 50px 15px;
  }
}

.pn .inner {
  background: rgba(255, 255, 255, 0.85);
  max-width: 920px;
  margin: 0 auto;
  padding: 54px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 678px) {
  .pn .inner {
    padding: 40px 20px;
  }
}

.pn .inner h2 {
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 678px) {
  .pn .inner h2 {
    margin-bottom: 30px;
  }
}

.pn .inner p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.86;
}

@media screen and (max-width: 678px) {
  .pn .inner p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.pn .inner p.ttl {
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (max-width: 678px) {
  .pn .inner p.ttl {
    font-size: 13px;
  }
}

.pn .inner p:last-of-type {
  margin-bottom: 0;
}

.directer h3 {
  font-size: 22px;
}

.directer h3 span {
  font-size: 12px;
  padding-left: 12px;
}

.music {
  margin: 80px 0 0;
  padding: 80px 180px;
  background: #f6e5e2;
}

@media screen and (max-width: 678px) {
  .music {
    margin-top: 40px;
    padding: 40px 6%;
  }
}

.music .album {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 678px) {
  .music .album {
    display: block;
    text-align: center;
  }
}

.music figure {
  width: 290px;
}

@media screen and (max-width: 678px) {
  .music figure {
    margin: 0 auto 15px;
    width: 200px;
  }
}

.music .txt-sec h3 {
  font-size: 32px;
  line-height: 1.6;
}

@media screen and (max-width: 678px) {
  .music .txt-sec h3 {
    font-size: 20px;
  }
}

.music .txt-sec h3 span {
  display: block;
}

.music .txt-sec h3 .sub-txt01 {
  font-size: 20px;
}

.music .txt-sec h3 .sub-txt02 {
  font-size: 14px;
  margin-top: 2px;
}

.music .music-comment h3 {
  font-size: 18px;
  margin: 30px 0 5px;
  font-weight: bold;
}

@media screen and (max-width: 678px) {
  .music .music-comment h3 {
    padding-top: 15px;
    margin-top: 25px;
    border-top: 1px dotted #000;
  }
}

.music .official-youtube {
  text-align: center;
  display: block;
  margin-top: 30px;
}

.music .official-youtube a {
  border: 1px solid #000;
  padding: 15px 25px;
  background: #fff;
  display: inline-block;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 678px) {
  .music .official-youtube a {
    padding: 15px 15px;
    font-size: 13px;
  }
}

.music .official-youtube a:before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 24px;
  /*画像の幅*/
  height: 17px;
  /*画像の高さ*/
  background-image: url(../img/top/icon_youtube.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 8px;
}

@media screen and (max-width: 678px) {
  .music .official-youtube a:before {
    width: 12px;
    padding-right: 20px;
  }
}

/*----------------------------
slick
----------------------------*/
.slick-disabled {
  opacity: 0;
}

/*----------------------------
劇場情報
----------------------------*/
.theater {
  background: url(../img/news/news_bg.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}

.theater a {
  color: #00a2e5;
}

.theater .contents {
  padding-top: 30px;
}

.theater .theater-header {
  text-align: center;
}

.theater .head-loadshow {
  padding: 30px 0;
}

.theater .main {
  background: none;
  width: 800px;
  margin: 0 auto;
}

.theater .ticket-bnr {
  margin-bottom: 30px;
}

.theater .wrap {
  width: 800px;
}

/*----------------------------
おしらせ
----------------------------*/
/*ボタン(共通)*/
.arrow {
  position: relative;
  display: inline-block;
  padding: 8px 36px;
  color: #00a2e5;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  border-radius: 30px;
  background: #eee;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow01::before {
  left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #00a2e5;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

/*-----------
予告編 幅調整
-----------*/
.trailer .btn-sec {
  width: 100%;
}

.trailer .btn-sec li {
  width: 50%;
  float: left;
}

.trailer .btn-sec li.w-100per {
  width: 100%;
}

.trailer .btn-sec li:last-child {
  border-left: 1px solid #6ec1d6;
}

.trailer .btn-sec a {
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  padding: 16px 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  background: #0a8bad;
}

.trailer .btn-sec a:hover {
  opacity: 0.85;
}

.trailer .btn-sec a.pad-adj {
  padding: 20px 0;
}

.trailer .btn-sec .active {
  color: #fff100;
  background: #19a9ce;
}

.trailer .btn-sec .icn-new {
  padding: 5px 5px 3px;
  background: #000;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width: 540px) {
  .trailer .btn-sec li {
    width: 50%;
  }
  .trailer .btn-sec a {
    font-size: 14px;
  }
}

.trailer-list {
  padding: 30px;
  text-align: center;
  color: #fff;
}

.trailer-list h1 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  padding: 12px;
  border: 3px solid #fff;
}

.trailer-list h2 {
  margin-bottom: 20px;
  color: #6c9b9e;
  font-weight: bold;
}

.trailer-list iframe {
  margin-bottom: 40px;
  border: 1px solid #6c9b9e;
}

/*pc*/
#mov {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------
サポーター
----------------------------*/
/*----------------------------
コメント
----------------------------*/
.comment-body {
  background-color: #e4e2e0;
}

@media screen and (min-width: 1081px) {
  .comment-body {
    padding-top: 56px;
    min-height: calc(100vh - 56px);
  }
}

.comment-kv {
  position: relative;
}

@media screen and (min-width: 1081px) {
  .comment-kv {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
  }
}

.comment-kv::before, .comment-kv::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
}

@media screen and (min-width: 1081px) {
  .comment-kv::before {
    top: 0;
    left: 0;
    height: 100%;
    background: url("../img/comment/img_main.jpg") center center no-repeat;
    background-size: cover;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    z-index: -1;
  }
}

.comment-kv::after {
  left: 0;
  bottom: -40px;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e4e2e0), color-stop(50%, #e4e2e0), to(rgba(228, 226, 224, 0)));
  background: linear-gradient(0deg, #e4e2e0 0%, #e4e2e0 50%, rgba(228, 226, 224, 0) 100%);
  z-index: 1;
}

.comment-kv__item {
  position: relative;
  width: 100%;
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.comment-kv__item::after {
  display: block;
  content: '';
  padding-top: 46.875%;
}

@media screen and (min-width: 679px) {
  .comment-kv__item::after {
    padding-top: 56.6546%;
  }
}

.comment-kv__title {
  position: absolute;
  top: 6%;
  left: 2%;
  width: 46%;
}

@media screen and (min-width: 679px) {
  .comment-kv__title {
    top: 50px;
    left: 10px;
    width: auto;
  }
}

.comment-kv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% top;
     object-position: 60% top;
  z-index: -1;
}

.comment-container {
  position: relative;
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}

@media screen and (max-width: 1080px) {
  .comment-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1081px) {
  .comment-container {
    padding-top: 374px;
  }
}

.comment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 600px;
  margin: -7.5px;
}

@media screen and (max-width: 1080px) {
  .comment-list {
    padding-top: 25px;
  }
}

@media screen and (min-width: 1081px) {
  .comment-list {
    margin: -15px;
  }
}

.comment-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5px;
}

@media screen and (min-width: 679px) {
  .comment-list__item {
    width: 50%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1081px) {
  .comment-list__item {
    width: 33.3333%;
    padding: 15px;
  }
}

.comment-list__box {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #5f4c7f;
  padding: 5px;
}

@media screen and (min-width: 1081px) {
  .comment-list__box {
    padding: 10px;
  }
}

.comment-list__text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 14px;
  line-height: 1.75;
}

@media screen and (min-width: 1081px) {
  .comment-list__text {
    font-size: 16px;
  }
}

.comment-list__text span {
  color: #5f4c7f;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 1081px) {
  .comment-list__text span {
    font-size: 22px;
  }
}

.comment-list__profile {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 20px;
  padding-right: 110px;
}

@media screen and (min-width: 1081px) {
  .comment-list__profile {
    padding-right: 140px;
  }
}

.comment-list__profile::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 93px;
  height: 38px;
  background: url("../img/comment/logo.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1081px) {
  .comment-list__profile::after {
    width: 128px;
    height: 53px;
  }
}

.comment-list__name {
  display: block;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (min-width: 1081px) {
  .comment-list__name {
    font-size: 22px;
  }
}

.comment-list__business {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 1081px) {
  .comment-list__business {
    font-size: 14px;
  }
}

.comment-list__inner {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  min-height: 220px;
  padding: 15px 10px;
}

@media screen and (min-width: 1081px) {
  .comment-list__inner {
    min-height: 300px;
    padding: 20px 12px;
  }
}

.comment-list__share {
  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;
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 1;
  margin-top: auto;
}

@media screen and (min-width: 1081px) {
  .comment-list__share {
    padding-bottom: 0;
  }
}

.comment-list__share__caption {
  color: #fff;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin-right: 10px;
}

@media screen and (min-width: 1081px) {
  .comment-list__share__caption {
    font-size: 18px;
  }
}

.comment-list__share__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 110px;
}

@media screen and (min-width: 1081px) {
  .comment-list__share__buttons {
    width: 140px;
  }
}

.comment-share-button {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  overflow: hidden;
}

.comment-share-button::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 1081px) {
  .comment-share-button {
    width: 38px;
    height: 38px;
  }
}

.comment-share-button:hover::before {
  opacity: 1;
}

.comment-share-button.is-tw {
  background-image: url("../img/comment/btn_tw.png");
}

.comment-share-button.is-fb {
  background-image: url("../img/comment/btn_fb.png");
}

.comment-share-button.is-line {
  background-image: url("../img/comment/btn_line.png");
}

.comment-copyright {
  font-size: 12px;
  font-weight: bold;
  padding: 40px 20px 20px;
  text-align: center;
}

@media screen and (min-width: 679px) {
  .comment-copyright {
    font-size: 14px;
  }
}

/*----------------------------
MagnificPopUp
----------------------------*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.white-popup {
  position: relative;
  width: 100%;
  max-width: 890px;
  margin: 42px auto;
  padding: 60px 40px;
  background-color: #e1e1e2;
}

@media screen and (max-width: 678px) {
  .white-popup {
    padding: 32px 20px;
  }
}

button.mfp-close {
  position: absolute;
  top: -5px;
  right: 0px;
  font-size: 0;
  display: block;
  background: url(../img/common/btn_close.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 1;
}

.popup-caption {
  color: #6c9b9e;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 678px) {
  .popup-caption {
    font-size: 21px;
  }
}

.popup-lead {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

@media screen and (max-width: 678px) {
  .popup-lead {
    font-size: 16px;
  }
}

.popup-txt {
  font-size: 14px;
  line-height: 1.6;
}
