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

TOP

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

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

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

.top .contents {
  width: 100%;
}
@media screen and (max-width: 678px) {
  .top .contents {
    min-width: 0;
  }
}
.top .mv-pc {
  display: block;
}
.top .mv-sp {
  display: none;
}
.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 .top-mv {
  position: relative;
  margin-top: -60px;
}
@media screen and (max-width: 1080px) {
  .top .top-mv {
    margin-top: 0;
  }
}
@media screen and (max-width: 678px) {
  .top .top-mv {
    background: none;
    padding-top: 40px;
  }
}
@media screen and (max-width: 678px) {
  .top .top-mv .mv_img {
    margin-bottom: 15px;
  }
}
.top .top-mv .mv_img img {
  width: 100%;
  height: auto;
}
.top .top-mv .top-mv-cnt {
  width: 600px;
  position: absolute;
  top: 9vw;
  left: calc(50% - 23px);
  z-index: 100;
  text-align: center;
}
.top .top-mv .top-mv-cnt img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .top .top-mv .top-mv-cnt {
    width: 50%;
  }
}
@media screen and (max-width: 1080px) {
  .top .top-mv .top-mv-cnt {
    width: 35%;
    left: calc(50% + 3%);
    top: 11vw;
  }
}
@media screen and (max-width: 678px) {
  .top .top-mv .top-mv-cnt {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
  }
}
.top .top-mv .top-mv-cnt .mv_logo {
  margin-bottom: 33px;
}
@media screen and (max-width: 678px) {
  .top .top-mv .top-mv-cnt .mv_logo {
    display: none;
  }
}
.top .top-mv .top-mv-cnt .mv_billing {
  margin-bottom: 28px;
}
@media screen and (max-width: 678px) {
  .top .top-mv .top-mv-cnt .mv_billing {
    padding: 0 40px;
    margin-bottom: 15px;
  }
}
.top .top-mv .top-mv-cnt .mv_roadshow {
  margin-bottom: 26px;
}
@media screen and (max-width: 678px) {
  .top .top-mv .top-mv-cnt .mv_roadshow {
    display: none;
  }
}
.top .top-mv .top-mv-cnt .bnr-sec {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 678px) {
  .top .top-mv .top-mv-cnt .bnr-sec {
    padding: 0 5px;
  }
}
.top .top-mv .top-mv-cnt .bnr {
  padding: 0 5px;
}
@media screen and (max-width: 678px) {
  .top .top-mv .top-mv-cnt .bnr {
    margin-bottom: 20px;
    padding: 0 5px;
  }
}
.top .top-mv .top-mv-cnt .bnr02 {
  padding: 0 5px;
  margin-bottom: 10px;
}
.top .top-mv .mv_ftxt {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 1080px) {
  .top .top-mv .mv_ftxt {
    bottom: 20px;
  }
}
.top .top-mv .mv_ftxt img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 678px) {
  .top .top-mv .mv_ftxt {
    display: none;
  }
}

/*----------------------------
下層共通
----------------------------*/
.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: flex;
    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: url("../img/introduction/spintro_bg.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 0 0 600px;
  height: 960px;
  padding-top: 35px;
  box-sizing: border-box;
}
@media screen and (min-width: 679px) {
  .introduction {
    background: url("../img/introduction/intro_bg.jpg") no-repeat center bottom;
    background-size: cover;
  }
}
@media screen and (max-width: 1080px) {
  .introduction {
    padding: 35px 50px;
  }
}
@media screen and (max-width: 678px) {
  .introduction {
    padding: 30px 25px;
    height: auto;
    padding-bottom: 100px;
  }
}
.introduction .wrap {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .introduction .wrap {
    width: 100%;
  }
}
.introduction h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 678px) {
  .introduction h2 img {
    width: 115px;
    height: auto;
  }
}
.introduction h3 {
  color: #FFF;
  font-size: 27px;
  text-align: left;
  margin-bottom: 33px;
  line-height: 1.6;
}
@media screen and (max-width: 678px) {
  .introduction h3 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.introduction h3 span {
  display: block;
  font-size: 23px;
}
@media screen and (max-width: 678px) {
  .introduction h3 span {
    font-size: 14px;
    margin-top: 10px;
  }
}
.introduction h3 br {
  display: none;
}
@media screen and (max-width: 678px) {
  .introduction h3 br {
    display: block;
  }
}
.introduction p {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.8;
  color: #FFF;
}
@media screen and (max-width: 678px) {
  .introduction p {
    font-size: 11px;
    margin-bottom: 16px;
  }
}
.introduction .txt_slide {
  position: relative;
}
.introduction .txt_slide .slide-arrow {
  position: absolute;
  top: calc(50% - 45px);
}
@media screen and (max-width: 678px) {
  .introduction .txt_slide .slide-arrow {
    top: auto;
    bottom: -50px;
  }
}
.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: 0;
  }
}
.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: 0;
  }
}

.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: flex;
  flex-direction: row-reverse;
  min-height: 760px;
}
@media screen and (max-width: 840px) {
  .story .wrap {
    display: block;
  }
}
.story .wrap .img {
  width: 100%;
}
@media screen and (min-width: 841px) {
  .story .wrap .img {
    width: 60%;
    background: url("../img/story/story_img.jpg") no-repeat center;
    background-size: cover;
  }
}
.story .wrap .img img {
  display: none;
}
@media screen and (max-width: 840px) {
  .story .wrap .img img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.story .wrap .story_cnt {
  width: 40%;
  padding: 50px;
}
@media screen and (max-width: 840px) {
  .story .wrap .story_cnt {
    width: 100%;
    padding: 30px 25px;
  }
}
.story .wrap .story_cnt p {
  font-size: 14px;
  margin-bottom: 22px;
}
@media screen and (max-width: 678px) {
  .story .wrap .story_cnt p {
    font-size: 11px;
    margin-bottom: 16px;
  }
}
.story h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 678px) {
  .story h2 {
    margin-bottom: 20px;
  }
  .story h2 img {
    width: 56px;
    height: auto;
  }
}
.story .photo {
  margin-bottom: 30px;
}
.story .message {
  position: absolute;
  bottom: -20px;
  right: -120px;
}
@media screen and (max-width: 678px) {
  .story .message {
    display: none;
  }
}
.story .message img {
  width: 51px;
}

/*----------------------------
キャスト
----------------------------*/
.cast {
  background: #09090d url("../img/cast/cast_bg.jpg") no-repeat center top;
  background-size: 100%;
  padding: 80px 15px 1px;
  text-align: center;
}
@media screen and (max-width: 678px) {
  .cast {
    padding: 30px 0 1px;
  }
}
.cast h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 678px) {
  .cast h2 {
    margin-bottom: 30px;
  }
  .cast h2 img {
    width: 56px;
    height: auto;
  }
}
.cast .cast_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 760px;
  margin: 0 auto 82px;
}
@media screen and (max-width: 678px) {
  .cast .cast_list {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.cast .cast_list:after {
  display: none;
}
.cast .cast_list li {
  width: 33.33%;
  margin-bottom: 60px;
}
@media screen and (max-width: 678px) {
  .cast .cast_list li {
    width: 48%;
    margin-bottom: 30px;
  }
}
.cast .cast_list li:nth-of-type(1), .cast .cast_list li:nth-of-type(2) {
  width: 50%;
  margin-bottom: 70px;
}
@media screen and (max-width: 678px) {
  .cast .cast_list li:nth-of-type(1), .cast .cast_list li:nth-of-type(2) {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cast .cast_list li:nth-of-type(1) .img, .cast .cast_list li:nth-of-type(2) .img {
  font-size: 0;
  margin-bottom: 17px;
}
@media screen and (max-width: 678px) {
  .cast .cast_list li:nth-of-type(1) .img, .cast .cast_list li:nth-of-type(2) .img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 678px) {
  .cast .cast_list li:nth-of-type(1) .img img, .cast .cast_list li:nth-of-type(2) .img img {
    max-width: 220px;
  }
}
.cast .cast_list li:nth-of-type(1) .ttl, .cast .cast_list li:nth-of-type(2) .ttl {
  font-size: 14px;
  color: #FFF;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 678px) {
  .cast .cast_list li:nth-of-type(1) .ttl, .cast .cast_list li:nth-of-type(2) .ttl {
    font-size: 13px;
  }
}
.cast .cast_list li:nth-of-type(1) .name, .cast .cast_list li:nth-of-type(2) .name {
  font-size: 30px;
  color: #FFF;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 678px) {
  .cast .cast_list li:nth-of-type(1) .name, .cast .cast_list li:nth-of-type(2) .name {
    font-size: 20px;
  }
}
.cast .cast_list li .img {
  font-size: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 678px) {
  .cast .cast_list li .img {
    margin-bottom: 10px;
  }
}
.cast .cast_list li .img img {
  max-width: 100%;
  height: auto;
}
.cast .cast_list li .ttl {
  font-size: 14px;
  color: #FFF;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 678px) {
  .cast .cast_list li .ttl {
    font-size: 11px;
  }
}
.cast .cast_list li .name {
  font-size: 24px;
  color: #FFF;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 678px) {
  .cast .cast_list li .name {
    font-size: 16px;
  }
}
.cast .cast_list li .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 31px;
  border: 1px solid #FFF;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-size: 12px;
  margin: 0 auto;
}
.cast .cast_list li .btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 678px) {
  .cast .cast_list li .btn a {
    height: 26px;
    width: 90px;
    font-size: 10px;
  }
}
.cast .cast_list li .btn a img {
  margin-left: 8px;
}

/*モーダル*/
.wrap_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  display: none;
  padding: 15px;
  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: #1892b7;
  max-width: 720px;
  position: relative;
  padding: 32px 50px;
  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: 16px;
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
@media screen and (max-width: 678px) {
  .wrap_modal .modal .name {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.wrap_modal .modal .name span {
  font-size: 36px;
  margin-right: 12px;
}
@media screen and (max-width: 678px) {
  .wrap_modal .modal .name span {
    font-size: 18px;
    margin-right: 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;
}
@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 h2 img {
    width: 65px;
    height: auto;
  }
}
.staff .kantoku {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 80px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
}
@media screen and (max-width: 678px) {
  .staff .kantoku {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.staff .kantoku .img {
  font-size: 0;
  margin-right: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 678px) {
  .staff .kantoku .img {
    margin: 0 0 20px;
    text-align: center;
  }
}
@media screen and (max-width: 678px) {
  .staff .kantoku .img img {
    max-width: 220px;
    height: auto;
  }
}
.staff .kantoku .cnt {
  max-width: 580px;
}
@media screen and (max-width: 678px) {
  .staff .kantoku .cnt {
    max-width: 100%;
  }
}
.staff .kantoku .cnt p {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 1.82;
}
@media screen and (max-width: 678px) {
  .staff .kantoku .cnt p {
    font-size: 12px;
  }
}
.staff .kantoku .cnt .name {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 678px) {
  .staff .kantoku .cnt .name {
    font-size: 18px;
    text-align: center;
  }
}
.staff .kantoku .cnt .name span {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}
.staff .book h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}
@media screen and (max-width: 678px) {
  .staff .book h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.staff .book ul {
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 16px;
  margin-bottom: 55px;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 678px) {
  .staff .book ul {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
.staff .book ul li {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 678px) {
  .staff .book ul li {
    display: block;
  }
}
.staff .book ul li .img {
  font-size: 0;
  margin-right: 43px;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 678px) {
  .staff .book ul li .img {
    margin: 0 0 20px;
  }
}
.staff .book ul li .img span {
  font-size: 14px;
  display: block;
  color: #e5177d;
  margin-top: 8px;
}
.staff .book ul li .cnt {
  max-width: 675px;
}
.staff .book ul li .cnt .ttl {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 16px;
}
.staff .book ul li .cnt .ttl span {
  font-size: 16px;
}
@media screen and (max-width: 678px) {
  .staff .book ul li .cnt .ttl span {
    font-size: 14px;
  }
}
.staff .book ul li .cnt .txt {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 1.82;
  margin-bottom: 30px;
}
@media screen and (max-width: 678px) {
  .staff .book ul li .cnt .txt {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.staff .book ul li .cnt .ttl2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 678px) {
  .staff .book ul li .cnt .ttl2 {
    font-size: 14px;
  }
}
.staff .comment {
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.staff .comment .ttl {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 678px) {
  .staff .comment .ttl {
    font-size: 18px;
  }
}
.staff .comment .ttl span {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}
.staff .comment .txt {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 1.82;
  margin-bottom: 30px;
  max-width: 840px;
}
@media screen and (max-width: 678px) {
  .staff .comment .txt {
    font-size: 12px;
  }
}

.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: flex;
  justify-content: space-between;
  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;
}

/*----------------------------
おしらせ
----------------------------*/
body.news {
  background: url(../img/news/news_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 0 0;
  color: #555;
}
body.news a {
  color: #00a2e5;
  text-decoration: underline;
}
body.news img {
  width: 100%;
  height: auto;
}
body.news header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
body.news h1 {
  width: 540px;
}
body.news .contents {
  max-width: 880px;
  padding: 0 40px 40px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.9;
}
@media screen and (max-width: 540px) {
  body.news .contents {
    font-size: 14px;
    width: 100%;
    padding: 0 20px 40px;
  }
}
body.news main {
  width: 100%;
  max-width: 880px;
}
body.news .box-youtube iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 540px) {
  body.news .box-youtube iframe {
    height: 180px;
  }
}
body.news .box01 {
  padding: 6% 8%;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
body.news .info-day {
  display: block;
  font-size: 12px;
  color: #999;
}
body.news .stt-h2 {
  font-weight: bold;
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 20px;
  color: #00a2e5;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #00a2e5;
  line-height: 1.6;
}
body.news .stt-h3 {
  background: #00a2e5 url() 0 0 no-repeat;
  color: #fff;
  padding: 6px 12px 5px;
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: bold;
}
body.news .stt-h4 {
  color: #00a2e5;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 10px 15px 10px 0;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #00a2e5;
  margin-bottom: 15px;
}
body.news .stt-h5 {
  color: #00a2e5;
  font-weight: bold;
  font-size: 15px;
  margin-top: 15px;
}
body.news .sttl-b {
  font-weight: bold;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 30px;
  color: #00a2e5;
  background: #dbf0ff;
  display: inline-block;
  margin-bottom: 10px;
}
body.news strong {
  font-weight: bold;
}
body.news .att-txt {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
body.news .att-txt_red {
  font-weight: bold;
  color: #cc0000;
}
body.news .att-box {
  border-top: 3px solid #000;
  padding: 0 0 20px;
  margin-top: 20px;
}
body.news .mv-img {
  width: 100%;
  text-align: center;
}
body.news .mv-img img.max-w500 {
  max-width: 500px;
}
body.news .news-comment__2col dl {
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 540px) {
  body.news .news-comment__2col dl {
    flex-direction: column;
  }
}
body.news .news-comment__2col dt {
  width: 30%;
}
@media screen and (max-width: 540px) {
  body.news .news-comment__2col dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.news .news-comment__2col dd {
  width: 70%;
  text-align: left;
  padding-left: 4%;
}
@media screen and (max-width: 540px) {
  body.news .news-comment__2col dd {
    width: 100%;
    padding-left: 0;
  }
}

/*ボタン(共通)*/
.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;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #00a2e5;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  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: #a3dfef;
  font-weight: bold;
}
.trailer-list iframe {
  margin-bottom: 40px;
  border: 1px solid #a3dfef;
}

/*pc*/
#mov iframe {
  width: 100%;
  min-height: 380px;
  display: block;
}

@media screen and (max-width: 540px) {
  /*SP*/
  #mov {
    position: relative;
    width: 320px;
    /*padding-top: 55%;*/
  }

  #mov iframe {
    width: 320px;
    min-height: inherit;
  }
}
/*----------------------------
サポーター
----------------------------*/
.wrap_supporter {
  background: url("../img/supporter/bg.jpg") no-repeat;
  background-size: cover;
  padding: 140px 0 90px;
}
@media screen and (max-width: 1000px) {
  .wrap_supporter {
    padding: 140px 25px 90px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 540px) {
  .wrap_supporter {
    padding: 70px 25px;
  }
}
.wrap_supporter .page_ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 540px) {
  .wrap_supporter .page_ttl {
    margin-bottom: 30px;
  }
  .wrap_supporter .page_ttl img {
    width: 89px;
    height: auto;
  }
}
.wrap_supporter .lead {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 540px) {
  .wrap_supporter .lead {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.wrap_supporter .lead span {
  color: #004558;
  display: inline-block;
  border-top: 1px solid #004558;
  border-bottom: 1px solid #004558;
  padding: 34px 6px 39px;
}
@media screen and (max-width: 540px) {
  .wrap_supporter .lead span {
    width: 270px;
    padding: 20px 0;
  }
}
.wrap_supporter .supporter_list {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.wrap_supporter .supporter_list li {
  font-size: 14px;
  color: #004558;
  width: 190px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .wrap_supporter .supporter_list li {
    width: 33%;
  }
}
@media screen and (max-width: 540px) {
  .wrap_supporter .supporter_list li {
    width: 50%;
    font-size: 11px;
  }
}
.wrap_supporter .sub-txt {
  font-size: 12px;
  text-align: center;
  color: #004558;
  margin-bottom: 60px;
}
