@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; }

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

.firstview {
  opacity: 0;
  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: 0; } }

.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;
  background: #000;
  height: 684px;
  background: #13100d url("../img/top/mv_bg.jpg") no-repeat center top;
  margin-bottom: 46px; }

@media screen and (max-width: 678px) {
  .top .top-mv {
    background: none;
    padding-top: 40px;
    height: auto;
    margin-bottom: 15px; } }

.top .top-mv .top-mv-cnt {
  max-width: 850px;
  margin: 0 auto 40px;
  padding: 30px 15px 0; }

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

.top .top-mv .top-mv-cnt .mv_logo {
  margin-bottom: 136px; }

.top .top-mv .top-mv-cnt .mv_copy {
  position: absolute;
  right: 28%;
  left: calc(50% + 230px);
  bottom: 60px; }

.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 {
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 30px; }

@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: 30px; }

.top .mv_mtxt {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px; }
.top .mv_mtxt2 {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px; }

@media screen and (max-width: 678px) {
  .top .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/intro_bg.jpg") no-repeat center bottom;
  background-size: cover;
  height: 720px;
  padding-top: 115px;
  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: 50px 20px;
    height: auto; } }

.introduction .wrap {
  width: 920px;
  min-height: 488px;
  background: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  padding: 55px 85px;
  box-sizing: border-box; }

@media screen and (max-width: 1080px) {
  .introduction .wrap {
    width: 100%; } }

@media screen and (max-width: 678px) {
  .introduction .wrap {
    padding: 30px 25px;
    min-height: 0; } }

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

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

.introduction h3 {
  color: #e4007f;
  font-size: 18px;
  text-align: left;
  margin-bottom: 28px;
  line-height: 1.44;
  font-weight: bold; }

@media screen and (max-width: 678px) {
  .introduction h3 {
    font-size: 16px;
    margin-bottom: 25px; } }

.introduction p {
  font-size: 14px;
  line-height: 1.87; }

@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% - 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: flex;
  background: #0d2229; }

@media screen and (max-width: 1240px) {
  .story .wrap {
    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: 83px 50px 0;
  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 p {
  width: 515px;
  font-size: 14px;
  line-height: 1.78;
  color: #fff; }

@media screen and (max-width: 1240px) {
  .story .wrap .story_cnt p {
    width: 100%; } }

@media screen and (max-width: 980px) {
  .story .wrap .story_cnt p {
    font-size: 12px; } }

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

.story h2 {
  margin-bottom: 34px; }

@media screen and (max-width: 1240px) {
  .story h2 {
    margin-bottom: 20px; } }

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

.story h3 {
  color: #e4007f;
  font-size: 18px;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.44;
  font-weight: bold; }

@media screen and (max-width: 1240px) {
  .story h3 {
    margin-bottom: 20px; } }

@media screen and (max-width: 980px) {
  .story h3 {
    font-size: 16px;
    margin-bottom: 15px; } }

@media screen and (max-width: 678px) {
  .story h3 {
    margin-bottom: 20px; } }

.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: cover;
  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 .cast_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 830px;
  margin: 0 auto 22px; }

@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: 235px;
  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: 60px;
  box-sizing: border-box; }

@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: 32px; }

@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: #000;
  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: #000;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center; }

@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:nth-of-type(1) {
  padding-right: 10px; }

.cast .cast_list li:nth-of-type(2) {
  padding-left: 10px; }

.cast .cast_list li .img {
  font-size: 0;
  margin-bottom: 38px; }

@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: #000;
  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: #000;
  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: 145px;
  height: 40px;
  border: 1px solid #000;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  color: #000;
  font-size: 18px;
  margin: 0 auto; }

@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: #0d2229;
  max-width: 920px;
  position: relative;
  padding: 65px 40px;
  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: flex;
  padding-bottom: 80px;
  margin-bottom: 70px;
  border-bottom: 1px solid #b5b5b5;
  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;
  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;
  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: 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-image: url(../img/top/no_top.jpg);
  background-repeat: no-repeat center center;
background-attachment: fixed;
	background-size: cover;}


.theater a {
  color: #008DFF; }

.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; }

.theater table
{
  clear: both;
  margin-bottom: 80px;
  width: 100%;
  border-collapse: collapse;
}

.theater table th
{
  padding: 7px 5px 7px 18px;
  border: solid 1px #00a2e5;
  font-weight: bold;
  vertical-align: top;
  font-weight: normal;
  background: #00a2e5;
  color: #fff;
}

.theater table td
{
  padding: 10px 8px 8px;
  border: solid 1px #00a2e5;
  background-color: #FFF;
  text-align: center;
  color: #333;
}


/*----------------------------
おしらせ
----------------------------*/
body.news {
	  background-image: url(../img/top/no_top.jpg);
  background-repeat: no-repeat center center;
background-attachment: fixed;
background-size: cover;
}
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: 640px) {
  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: 640px) {
  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-img2 {
  width: 50%;
}

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;
  border-top: 1px solid #ccc; }

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

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

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

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

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

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

/*下段*/

.trailer .btn-sec2 {
  width: 100%; }

.trailer .btn-sec2 li {
  width: 100%;
  float: left;}

.trailer .btn-sec2 li:last-child {
  border-top: 1px solid #ccc; }

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

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

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

.trailer .btn-sec2 .active {
  color: #fff100;
  background: #ec49a4; }

.trailer .btn-sec2 .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: 11px; } }

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

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

.trailer-list h2 {
  margin-bottom: 15px;
  color: #e4007f;
  font-weight: bold; }

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

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

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

/*----------------------------
サポーター
----------------------------*/

/*# sourceMappingURL=../maps/original.css.map */
