@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
  	background: url("images/bg.jpg") 100% 0 no-repeat fixed;
  	background-size:cover;
  	background-position: center top;
    background-color:#000;
	font-family: "Hina Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 15px;
	line-height: 26px;
	color: #6b845d;
	height:100%;
	box-sizing: border-box;
}

html{
	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;}


.pcview{
	width:100%;
}

.spview{
	display: none;
}

.scrollShowEffect1 {
	-webkit-transition: all 2.5s;
	   -moz-transition: all 2.5s;
	    -ms-transition: all 2.5s;
	     -o-transition: all 2.5s;
	        transition: all 2.5s;
	-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 2.5s;
	   -moz-transition: all 2.5s;
	    -ms-transition: all 2.5s;
	     -o-transition: all 2.5s;
	        transition: all 2.5s;
	-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 2.5s;
	   -moz-transition: all 2.5s;
	    -ms-transition: all 2.5s;
	     -o-transition: all 2.5s;
	        transition: all 2.5s;
	-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(30%, 0%, 0);
	   -moz-transform: translate3d(30%, 0%, 0);
	    -ms-transform: translate3d(30%, 0%, 0);
	     -o-transform: translate3d(30%, 0%, 0);
	        transform: translate3d(30%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-30%, 0%, 0);
	   -moz-transform: translate3d(-30%, 0%, 0);
	    -ms-transform: translate3d(-30%, 0%, 0);
	     -o-transform: translate3d(-30%, 0%, 0);
	        transform: translate3d(-30%, 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);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}


.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-color:#000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 40px;
  filter: blur(50px);
  animation: blur-anim 0.6s linear forwards;
}

@keyframes blur-anim {
	100% {	filter: blur(0); }
}

#top_wrapper{
    width:100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #000;
    box-shadow: 0px 0px 10px 5px #000;
}

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

.spmain{
    display: none;
}
  
.topmain{
	width:100%;
	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;
	z-index: 5;
}
  
.showNavi .topmain{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
}

.tztext{
    width:54%;
	position: absolute;
	left:23%;
	top:5%;
	box-sizing: border-box;
	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;
}
  
.showNavi .tztext{
  opacity:1;
  -webkit-transition-delay:0.7s;
  transition-delay:0.7s;
}
  
.sns_wrapper{
    width:10%;
	position: absolute;
	left:1%;
	top:2.5%;
	overflow: hidden;
	box-sizing: border-box;
	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;
}
  
.showNavi .sns_wrapper{
  opacity:1;
  -webkit-transition-delay:1.3s;
  transition-delay:1.3s;
}

  
.sns{
	width:20%;
	float: left;
	margin-right:20%;
	box-sizing: border-box;
}

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

.sns img {
	transition-duration: 0.5s;
    cursor: pointer;
}
.sns img:hover {
	transform: scale(0.8,0.8);
	transition-duration: 0.5s;
    cursor: pointer;
}

.pagetitle_wrapper{
    width:100%;
    text-align: center;
}

.pagetitle{
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 70px;
	letter-spacing: 2px;
	border-right: 1px solid #6b845d;
	border-left: 1px solid #6b845d;
	padding:1% 1.5%;
	font-family: "Shippori Mincho", serif;
	color: #6b845d;
}

#news_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:4% 10% 2% 10%;
    text-align:center;
}

.wp-api_wrapper{
	width:100%;
	overflow: hidden;
}

.wp-api_wrapper a{
	color: #000;
	text-decoration: none;
    transition: 0.4s ease;
}

.wp-api_wrapper a:hover{
	color:#000;
	text-decoration: none;
	opacity: 0.3;
}

.wp-apicard li{
	width:26%;
    display: inline-block;
    vertical-align: top;
	margin:0  3.6% 3.6% 3.6%;
	text-align:left;
	line-height: 20px;
}

.item_img {
  display: block;
  width: 100%;
  height: 213px;
  overflow: hidden;
  border:1px solid #ddd;
  box-sizing: border-box;
}

.item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}
.item_img:hover img {
  transform: scale(1.1);
}

.newsday{
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	margin-top:20px;
	color:#2e8100;
	margin-bottom: 10px;
}

.textcenter{
	text-align: center;
}


#castcomment_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
    box-shadow: 0px 0px 10px 5px #000;
	background-color: rgba(255,255,255,0.1);
}

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

#castcomment_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7% 10% 10% 10%;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
}

.castcommentbox_wrapper{
	width:100%;
	overflow: hidden;
	margin-bottom: 0.5%;
}

.castcommentbox{
	width:33%;
	float: left;
	margin-right: 0.5%;
	box-sizing: border-box;
	padding:3%;
    border: solid 1px #6b845d;
	background-color: rgba(0,0,0,0.5);
}

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

.castcommentbox:hover{
    background-color:rgba(250,250,250,0.8);
    transition:1.0s;
	cursor: pointer;
}

.castcommentbox2{
	width:33%;
	margin:0 auto;
	box-sizing: border-box;
	padding:3%;
    border: solid 1px #6b845d;
	background-color: rgba(0,0,0,0.5);
}

.castcommentbox2:hover{
    background-color:rgba(250,250,250,0.8);
    transition:1.0s;
	cursor: pointer;
}

.castcommentname1{
	width:100%;
	font-size: 25px;
	color:#6b845d;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	margin-bottom: 4%;
}

.castcommentname2{
	width:100%;
	font-size: 16px;
	color:#6b845d;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	margin-bottom: 1%;
}


.more{
	width:100%;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	padding-top:2%;
	box-sizing: border-box;
	border-top:1px solid #6b845d;
	font-family: "Shippori Mincho", serif;
	color:#6b845d;
}

.modalOpen{
	width:100%;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
    letter-spacing: 1px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-box {
    background-color: #242e1e;
	border:1px solid #ccc;
    margin: 5% auto;
    max-width: 1000px;
    width: 90%;
    animation-name: fadeInScale;
    animation-duration: 0.3s;
	position: relative;
	box-sizing: border-box;
	padding:5%;
    box-shadow: 0px 0px 10px -5px #000;
}

.modalClose{
	width:5%;
	position: absolute;
	right: -2%;
	top:-3%;
	cursor: pointer;
}

/* アニメーション*/
    .modal.modal-box .modalClose {
        animation: fadeInScale 0.2s ease forwards;
    }

    @keyframes fadeInScale {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }



#footer_wrapper{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #000;
	padding:4% 0;
}

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

.footerlogo{
	width:30%;
	margin:0 auto 30px;
}

.footerbiling{
	width:60%;
	margin:0 auto;
}

.top_mvtk{
    width:100%;
	margin-bottom: 50px;
}

#mvtk-widgets-container{
	text-align: center;
	margin:0 auto;
}

@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.jpg");
  background-color: #000;
}

	
.loading img{
  	width:50px;
	padding-bottom: 30px;
}
	
.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}

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


#top_wrapper{
    width:100%;
	position: inherit;
	overflow: hidden;
	box-sizing: border-box;
}

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

.topmain{
	display: none;
}

.tztext{
	display: none;
}

.sns_wrapper{
    width:100%;
	position: inherit;
	left:0;
	top:0;
	overflow: hidden;
	box-sizing: border-box;
	padding:2% 15%;
	opacity: 1;
	background-color: #383f34;
}

.sns{
	width:10%;
	float: left;
	margin-right: 35%;
	margin-bottom: 0;
	box-sizing: border-box;
	line-height: 100%;
}

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

#footer_wrapper{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #f8c53f;
	padding:10% 0;
}

.footerlogo{
	width:60%;
	margin:0 auto;
}
	

#news_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7% 10% 10% 10%;
    text-align:center;
}
	
.wp-apicard li{
	width:46%;
    display: inline-block;
    vertical-align: top;
	margin: 2%;
	text-align:left;
	font-size: 13px;
	line-height: 23px;
}
	
.wp-apicard li:nth-child(3) {
    display: none;
}

.item_img {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  border:1px solid #ccc;
  box-sizing: border-box;
}

.pagetitle{
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 30px;
	letter-spacing: 2px;
	border-right: 1px solid #6b845d;
	border-left: 1px solid #6b845d;
	padding:1% 1.5%;
	font-family: "Shippori Mincho", serif;
	color: #6b845d;
}


#castcomment_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 10% 10% 10%;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
}

.castcommentbox_wrapper{
	width:100%;
	overflow: hidden;
	margin-bottom: 0px;
}

.castcommentbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding:6%;
    border: solid 1px #6b845d;
	background-color: rgba(0,0,0,0.5);
}

.castcommentbox2{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:6%;
    border: solid 1px #6b845d;
	background-color: rgba(0,0,0,0.5);
}
	
.castcommentname1{
	width:100%;
	font-size: 22px;
	color:#6b845d;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	margin-bottom: 4%;
}

.castcommentname2{
	width:100%;
	font-size: 14px;
	color:#6b845d;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	margin-bottom: 1%;
}

.castcommenttext{
	width:100%;
	font-size: 15px;
	line-height: 27px;
	color: #ddd;
	font-weight: 500;
	text-align: left;
}


.modal-box {
    background-color: #242e1e;
	border:1px solid #ccc;
    margin: 15% auto;
    max-width: 1000px;
    width: 80%;
    animation-name: fadeInScale;
    animation-duration: 0.3s;
	position: relative;
	box-sizing: border-box;
	padding:8%;
    box-shadow: 0px 0px 10px -5px #000;
	text-align: center;
}

.modalClose{
	width:50px;
	position: absolute;
	right: -25px;
	top:-25px;
	cursor: pointer;
}

#footer_wrapper{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #000;
	padding:7% 0;
}

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

.footerlogo{
	width:70%;
	margin:0 auto 30px;
}

.footerbiling{
	width:80%;
	margin:0 auto;
}
	
}

*, ::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: #3ba4cd;
          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: #fff;
          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: #80e1ff;
          color: #000;  }
    .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-is-opened{
    display:block;
}
