@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color: #fff;
	font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color:#000;
	height:100%;
	box-sizing: border-box;
}

html{
	min-height: 100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}

.modal-movie {
  cursor: pointer;
}

.pcview{
	width:100%;
}

.spview{
	display: none;
}

.scrollShowEffect1 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	opacity:0;
}


.scrollShowEffect-R {
	-webkit-transform: translate3d(10%, 0%, 0);
	   -moz-transform: translate3d(10%, 0%, 0);
	    -ms-transform: translate3d(10%, 0%, 0);
	     -o-transform: translate3d(10%, 0%, 0);
	        transform: translate3d(10%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-10%, 0%, 0);
	   -moz-transform: translate3d(-10%, 0%, 0);
	    -ms-transform: translate3d(-10%, 0%, 0);
	     -o-transform: translate3d(-10%, 0%, 0);
	        transform: translate3d(-10%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50px, 0);
	   -moz-transform: translate3d(0, 50px, 0);
	    -ms-transform: translate3d(0, 50px, 0);
	     -o-transform: translate3d(0, 50px, 0);
	        transform: translate3d(0, 50px, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -50px, 0);
	   -moz-transform: translate3d(0, -50px, 0);
	    -ms-transform: translate3d(0, -50px, 0);
	     -o-transform: translate3d(0, -50px, 0);
	        transform: translate3d(0, -50px, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
}


.scrollShowEffect1.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect2.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect3.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.mb70{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom:70px;
}

.mb100{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 100px;
}

.pcbr {
	display:inline;
}

.loading{
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 80px;
}


#body_wrapper{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
}

#leftblock{
    width:22%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    padding:2% 0 0 0;
    box-sizing: border-box;
	background-color: #fff;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    box-shadow: 10px 0 15px -5px rgba(0, 0, 0, 0.3);
	z-index: 100;
}
  
.showNavi #leftblock{
  opacity:1;
  -webkit-transition-delay:0.3s;
  transition-delay:0.3s;
}
  
#leftblock img{
    width:100%;
    height: auto;
}

.left_wrapper{
    width:100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
	padding:0 10%;
}

.leftlogo{
	width:100%;
	margin-bottom: 15%;
	box-sizing: border-box;
}

.menu_wrapper{
    width:85%;
	box-sizing: border-box;
	margin-bottom: 12%;
}

.menu{
	width:100%;
	box-sizing: border-box;
	margin-bottom: 4%;
}

.menu:last-child {
  margin-bottom:0;
}

.menu img{
	transition: transform 0.3s ease; /* スムーズに変化させる */
	transform-origin: left;          /* 基準点を左端に設定 */
}

.menu a img:hover{
	transform: scale(1.1); /* 拡大 */
	transition:0.3s;
}


.sns_wrapper{
    width:32%;
	overflow: hidden;
	padding:1% 0;
}

.sns{
	width:25%;
	float: left;
	margin-right: 40%;
}

.sns img{
	transition: transform 0.3s ease; /* スムーズに変化させる */
	transform-origin: left;          /* 基準点を左端に設定 */
}

.sns a img:hover{
	transform: scale(1.1); /* 拡大 */
	transition:0.3s;
}


.sns:last-child {
  margin-right:0;
}

 
.day{
    width:80%;
    position: absolute;
    left:10%; 
    bottom:5%;
}

#rightblock{
    width:78%;
	float: right;
	box-sizing: border-box;
}



#top_wrapper{
    width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}

#top_wrapper img{
	width:100%;
	height: auto;
}

.spmain{
    display: none;
}

.slider{
	width: 100%;
	margin:0 auto;
	position: relative;
	height:auto;
	z-index: 10;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .slider{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
}

ul.bxslider,
ul.bxslider li {
margin:0;
padding:0;
height:auto;
}
  
.bxslider li:not(:first-child){
    display: none;
}
  

#flyer_wrapper{
    width:100%;
	margin:0 auto;
    overflow: hidden;
	box-sizing: border-box;
	padding:7% 15%;
	background-color:#ddd;
}

#flyer_wrapper img{
    width:100%;
	height: auto;
}

.flyerbox{
    width:30%;
    float: left;
    margin-right: 5%;
    overflow: hidden;
}

.flyerbox:nth-child(3) {
  margin-right:0;
}

.flyerimg{
    width:100%;
    overflow: hidden;
    box-shadow: 0px 0px 15px -5px #333;
    margin-bottom: 20px;
	box-sizing: border-box;
	border:1px solid #000;
}

.flyerimg img {
	transition-duration: 0.5s;
}
.flyerimg img:hover {
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
}

.pt_wrapper{
	width:100%;
    margin-bottom: 30px;
}

.pt{
	width:100%;
	font-size: 26px;
	line-height: 26px;
    font-weight:500;
	margin-bottom: 10px;
}
.pte{
	width:100%;
	font-size: 16px;
	line-height: 16px;
    font-weight: 400;
	font-family: "Montserrat", sans-serif;
}

#intro_wrapper{
    width:100%;
	margin:0 auto;
    overflow: hidden;
	box-sizing: border-box;
}

#intro_wrapper img{
    width:100%;
	height: auto;
}

#intro_inner{
    width:100%;
    overflow: hidden;
	box-sizing: border-box;
	padding:7% 15%;
}

.intromidashi{
	width:100%;
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 30px;
}

.introphoto{
	width:33.3333%;
	float: left;
}

.introphoto2{
	width:50%;
	float: left;
}

#director_wrapper{
    width:100%;
	margin:0 auto;
    overflow: hidden;
	box-sizing: border-box;
}

#director_wrapper img{
    width:100%;
	height: auto;
}

#director_inner{
    width:100%;
    overflow: hidden;
	box-sizing: border-box;
	padding:7% 15%;
}

.mfimg{
	width:25%;
	float: left;
}

.mftext{
	width:70%;
	float: right;
}

.mfname1{
	width:100%;
	font-size: 18px;
	font-weight: 700;
}

.mfname2{
	width:100%;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
}

#prize_wrapper1{
    width:100%;
	margin:0 auto;
    overflow: hidden;
	box-sizing: border-box;
	background-color: #de5d09;
	color: #fff;
}

#prize_wrapper1 img{
    width:100%;
	height: auto;
}

#prize_wrapper2{
    width:100%;
	margin:0 auto;
    overflow: hidden;
	box-sizing: border-box;
	background-color: #01a0b6;
	color: #fff;
}

#prize_wrapper2 img{
    width:100%;
	height: auto;
}

#prize_wrapper3{
    width:100%;
	margin:0 auto;
    overflow: hidden;
	box-sizing: border-box;
	background-color: #e57895;
	color: #fff;
}

#prize_wrapper3 img{
    width:100%;
	height: auto;
}


#prize_inner{
    width:100%;
    overflow: hidden;
	box-sizing: border-box;
	padding:7% 20%;
}

.textcenter{
	text-align: center;
}

#review_wrapper1{
    width:100%;
	margin:0 auto;
    overflow: hidden;
	box-sizing: border-box;
	background-color: #de5d09;
	color: #fff;
}

#review_wrapper1 img{
    width:100%;
	height: auto;
}

#review_wrapper2{
    width:100%;
	margin:0 auto;
    overflow: hidden;
	box-sizing: border-box;
	background-color: #01a0b6;
	color: #fff;
}

#review_wrapper2 img{
    width:100%;
	height: auto;
}

#review_wrapper3{
    width:100%;
	margin:0 auto;
    overflow: hidden;
	box-sizing: border-box;
	background-color: #e57895;
	color: #fff;
}

#review_wrapper3 img{
    width:100%;
	height: auto;
}

#review_inner{
    width:100%;
    overflow: hidden;
	box-sizing: border-box;
	padding:7% 15%;
}

.reviewbox{
	width:100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #fff;
}

.reviewtext{
	width:100%;
	font-size: 17px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 10px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.reviewname{
	width:100%;
	font-size: 23px;
	font-weight: 700;
	line-height: 23px;
}

.reviewnames{
	width:100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	margin-top:7px;
}

@media screen and (max-width:1024px){

body{
  	background:none;
}

	
.Section-Image-BGCOVER {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
	
.Section-Image-BGCOVER{
  background-image: url("images/bgsp.webp");
  background-color: #000;
}


.loading img{
  width: 100px;
}
	
.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}

.pcbr {
	display:none;
}

	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}

.btn-trigger_fix{
	width:100%;
	position: fixed;
	top:0;
	right: 0;
    z-index: 101;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.5);
}
  
.showNavi .btn-trigger_fix{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
}


.btn-trigger_wrapper{
	width:100%;
    background-color: #000;
    text-align: center;
    padding-top:2%;
    padding-bottom:1%;
}
  
.btn-trigger {
  position: relative;
  width: 36px;
  height: 25px;
  margin:0 auto;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 11.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-315deg);
  transform: translateY(11px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(315deg);
  transform: translateY(-11px) rotate(315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : -10;
  top  : 0;
  left : 0;
  width: 100%;
  height: 100%;
  margin-top:-100%;
  opacity: 0;
  background-color:rgba(255,255,255,0.9);
  box-sizing: border-box;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
	display: table;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-top:0;
  z-index : 50;
}

.globalMenuSp img{
	width:100%;
	height: auto;
}
	
.spmenu_wrapper{
	width:100%;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
}

.leftlogo{
	width:50%;
	margin-left: 10%;
	margin-bottom: 5%;
	box-sizing: border-box;
}

.menu_wrapper{
	width:70%;
	margin-left: 10%;
}

.menu{
    width:100%;
	margin-bottom: 2%;
}
	
.sns_wrapper{
    width:25%;
	margin-left: 10%;
	overflow: hidden;
}

	
#leftblock{
	display: none;
}

#rightblock{
    width:100%;
	float: none;
}
	
#top_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	position: inherit;
	margin-top:47px;
}

#flyer_wrapper{
    width:100%;
	margin:0 auto;
    overflow: hidden;
	box-sizing: border-box;
	padding:7% 7%;
	background-color:#ddd;
}

.pt_wrapper{
	width:100%;
    margin-bottom: 30px;
}

.pt{
	width:100%;
	font-size: 22px;
	line-height: 27px;
    font-weight:500;
	margin-bottom: 10px;
}
.pte{
	width:100%;
	font-size: 14px;
	line-height: 14px;
    font-weight: 400;
	font-family: "Montserrat", sans-serif;
}

#intro_inner{
    width:100%;
    overflow: hidden;
	box-sizing: border-box;
	padding:7% 7%;
}

.intromidashi{
	width:100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 30px;
}

#mf_inner{
    width:100%;
    overflow: hidden;
	box-sizing: border-box;
	padding:7%;
}

.mfimg{
	width:60%;
	float: none;
	margin-bottom: 20px;
}
	

.mftext{
	width:100%;
	float: none;
}
	
#prize_inner{
    width:100%;
    overflow: hidden;
	box-sizing: border-box;
	padding:7%;
}

.textcenter{
	text-align: center;
}

#review_inner{
    width:100%;
    overflow: hidden;
	box-sizing: border-box;
	padding:7%;
}

.reviewbox{
	width:100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #fff;
}

.reviewtext{
	width:100%;
	font-size: 17px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 10px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.reviewname{
	width:100%;
	font-size: 23px;
	font-weight: 700;
	line-height: 23px;
	margin-bottom: 7px;pt
}

.reviewnames{
	width:100%;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
}

	
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,0.9);
  z-index: 9998; }
  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9998;
      width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        width: 80%;
        text-align: center;
        position: relative;
        padding-top: 42.5%;
        height: 0;
        overflow: hidden;
        display: block;
        margin: 0 auto; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player iframe {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 80%;
        margin: 0.5% auto 0;
        font-size: 0;
        text-align: center;
        /* visibility: hidden; */
      }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          border: 1px solid #111;
          background-color: #fff;
          width: 50%;
          height: auto;
          box-sizing: border-box;
          padding:0.5% 0;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 13px;
          line-height: 23px;
          color: #f19149;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (min-width: 769px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
          border: 1px solid #111;
          background-color: #f19149;
          color: #fff;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }



@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        padding-bottom: 26%;
        padding-top: 30%;
        width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 100%; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          display: block;
          width: 100%;
          text-align: center;
          line-height: 23px;
          font-size: 13px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.9vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.82031vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 2.2vw; 
          box-sizing: border-box;
          padding:0.5% 0;} }

@media screen and (max-width: 768px) {
    .modal-contents .modal-contents-inner span.modal-close {
      width: 7%;
      top: -15%;
      right: 5.5%; }
  .cast-modal .modal-close {
    width: 7%;
    top: 3%;
    right: 5.5%; }
	
	.modal-close img{
		width:100%;
		height: auto;
	}
  .cast-modal .modal-list ul li {
    overflow-y: scroll;
    height: 175vw; }
    .cast-modal .modal-list ul li .inner {
      top: 12%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .cast-modal .modal-list ul li .inner > * {
        display: block;
        width: 100%; }
      .cast-modal .modal-list ul li .inner .text {
        padding: 5% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 0.8vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.0vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.33333vw; } }


/* モーダル全体のふわっとした動き */
.remodal {
  /* 初期状態：透明で、少し下に配置し、小さくしておく */
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); /* 滑らかな動きの数値 */
}

/* モーダルが開いた状態（クラスが付与された時） */
.remodal-is-opened .remodal {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* 背景の黒い幕（オーバーレイ）もふわっとさせる */
.remodal-overlay {
  transition: opacity 0.6s ease;
}

            
.remodal-is-opened{
    display:block;
}
