@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background: #fff;
	font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 15px;
	line-height: 30px;
	color:#222;
	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 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: 1.0s;
	   -moz-transition-delay: 1.0s;
	    -ms-transition-delay: 1.0s;
	     -o-transition-delay: 1.0s;
	        transition-delay: 1.0s;
	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);
}

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

.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: 400px;
  padding-bottom: 3%;
}


#header_wrapper{
	width:100%;
    height:40px;
	padding:12px 2% 12px 2%;
	overflow: hidden;
    text-align: center;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 2px;
    font-weight: 400;
    position: fixed;
    left:0;
    top:0;
	z-index: 100;
    background-color:#c71622;
	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: 0px 0px 15px -5px #000;
}
  
.showNavi #header_wrapper{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
}


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

.headermenu nav{
	display: inline-block;
	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;
}
  
.showNavi .headermenu nav{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
}

.headermenu nav ul li {
	display: inline-block;
	margin-right: 1.5%;
    padding-right: 1.5%;
    border-right: 1px solid #fff;
}

.headermenu a {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #fff;
}

.headermenu a:hover {
  transition: 0.5s;
  text-decoration: none;
  letter-spacing: 3px;
}

.headermenu li:last-child{
  border-right:none;
  margin-right: 0;
  padding-right: 0;
}


#top_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
    position: relative;
	box-sizing: border-box;
	margin-top:40px;
}

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

.spmain{
    display: none;
}

.topmain{
    width:100%;
}

.top01{
    width:1.59%;
    position: absolute;
    left:52.5%;
    top:5%;
	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 .top01{
  opacity:1;
  -webkit-transition-delay:1.2s;
  transition-delay:1.2s;
}

.top02{
    width:1.59%;
    position: absolute;
    left:1.6%;
    top:5%;
	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 .top02{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.top03{
    width:22.3%;
    position: absolute;
    left:16.5%;
    top:12%;
	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 .top03{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
}

.toplogo_wrapper{
    width:37%;
    height: auto;
    position: absolute;
    right: 5%;
    top:30%;
}

.logo{
    width:90%;
    margin:0 auto 5%;
	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 .logo{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}

.daybiling{
    width:100%;
    margin-bottom: 5%;
	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: 10;
}
  
.showNavi .daybiling{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}


.sns{
    width:37%;
    margin:0 auto;
    overflow: hidden;
	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: 10;
}
  
.showNavi .sns{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}

.sns img{
  filter: grayscale(0);
  transition: .3s ease-in-out;
}

.sns a:hover img{
  filter:grayscale(100%);
}

#intro_wrapper{
	width:100%;
	overflow: hidden;
}

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

.introphoto{
	width:25%;
	float: left;
}
  
#intro_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 15%;
}

.pagetitle{
	width:100%;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 30px;
	text-align: center;
}

.ptline{
	width:200px;
	height: 1px;
	background-color: #000;
	margin:0 auto;
	margin-bottom: 80px;
}


#program_wrapper{
	width:100%;
	overflow: hidden;
}

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

#program_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 10%;
}

.programbox_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.programbox{
	width:47%;
	float: left;
	margin-right: 6%;
	margin-bottom: 6%;
	box-sizing: border-box;
}

.programbox:nth-child(2n) {
    margin-right:0;
}

.ptitlej{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 5px;
	color: #c71622;
	font-family: "游ゴシック体", YuGothic, sans-serif;
}

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

.pkari{
	font-size: 14px;
}

.pdetail{
	width:100%;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	font-family: "游ゴシック体", YuGothic, sans-serif;
}

.pmidashi{
	width:100%;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 7px;
	font-weight: 700;
	color: #c71622;	
}

.ptext{
	width:100%;
	font-size: 13px;
	line-height: 20px;
}
  
#schedule_wrapper{
	width:100%;
	overflow: hidden;
}

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

#schedule_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:3% 15% 10% 15%;
}


table   {
border-collapse:collapse
}
table tr    {
border-bottom:1px solid #fff;
}

.td01{
	width:10%;
	border:1px solid #000;
	padding:5px;
	text-align: center;
	box-sizing: border-box;
}

.td02{
	width:8%;
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px;
	text-align: center;
	box-sizing: border-box;
}
.td03{
	width:37%;
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px;
	box-sizing: border-box;
}

.schetext{
	width:100%;
	text-align: center;
	font-size: 13px;
	margin-bottom: 100px;
}

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


.tosite a{
    padding:15px 0 15px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
	border-radius: 5px;
    background-color: #c71622;
	border:1px solid #c71622;
    box-sizing: border-box;
    line-height: 13px;
    transition: all  0.3s ease;
}


.tosite a:hover{
    background-color: #fff;
    color: #c71622;
	border:1px solid #c71622;
	box-sizing: border-box;
}


#footer_wrapper{
	width:100%;
	background-color: #c71622;
	padding:3% 0;
}

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

.talkshow{
	width:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:5% 0;
	margin-bottom: 100px;
}

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

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

.scrollShowEffect1 {
	opacity:1;
}

.scrollShowEffect2 {
	opacity:1;
}

.scrollShowEffect3 {
	opacity:1;
}


.scrollShowEffect-R {
	-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);
}
.scrollShowEffect-L {
	-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);
}
.scrollShowEffect-B {
	-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);
}

.scrollShowEffect-T {
	-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);
}

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

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


#header_wrapper{
    display: none;
}

.btn-trigger_fix{
	width:100%;
	position: fixed;
	bottom:0;
	right: 0;
    z-index: 65;
}


.btn-trigger_wrapper{
	width:100%;
    background-color: #c71622;
    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;
  bottom  : 0;
  left : 0;
  width: 100%;
  height: 100%;
  margin-bottom:-100%;
  opacity: 0;
  background-color:rgba(255,255,255,0.95);
  box-sizing: border-box;
  padding:20% 10% 20% 10%;
  -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;
}

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

.globalMenuSp img{
	width:100%;
	height: auto;
}

.spmenu_wrapper{
    width:100%;
    text-align: center;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 2px;
    font-weight: 400;
}

.spmenu{
    width:100%;
    display: block;
    margin-bottom: 5%;
}

.spmenu a {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #c71622;
}

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

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

.pcbr {
	display:none;
}

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

.spmain{
    display: inherit;
    width:100%;
    margin-bottom: 30px;
}
	
#top_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
    position: inherit;
	box-sizing: border-box;
    z-index: 100;
	margin-top:0;
	padding-bottom: 50px;
}

.topmain{
    display: none;
}

.top01{
    display: none;
}

.top02{
    display: none;
}

.top03{
    display: none;
}

.toplogo_wrapper{
    width:90%;
    height: auto;
    position: inherit;
    right: 0;
    top: 0;
    margin:0 auto;
}

.logo{
    display: none;
}

.daybiling{
    display: none;
}


.sns{
    width:60%;
    margin:0 auto;
    overflow: hidden;
	opacity: 1;
}

.introphoto{
	width:50%;
	float: left;
}
  
#intro_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:15% 10%;
}

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

.programbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 70px;
	box-sizing: border-box;
}


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


table   {
border-collapse:collapse
}
table tr    {
border-bottom:1px solid #fff;
}

.td01{
	width:10%;
	border:1px solid #000;
	padding:8px;
	text-align: center;
	box-sizing: border-box;
	font-size: 11px;
	line-height: 20px;
}

.td02{
	width:8%;
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:8px;
	text-align: center;
	box-sizing: border-box;
	font-size: 11px;
	line-height: 20px;
}
.td03{
	width:37%;
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:8px;
	box-sizing: border-box;
	font-size: 11px;
	line-height: 20px;
}

.schetext{
	width:100%;
	text-align: left;
	font-size: 13px;
	margin-bottom: 30px;
}

.tosite{
	width:100%;
    margin:0 auto;
}


.tosite a{
    padding:15px 0 15px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
	border-radius: 5px;
    background-color: #c71622;
	border:1px solid #c71622;
    box-sizing: border-box;
    line-height: 13px;
    transition: all  0.3s ease;
}


#footer_wrapper{
	width:100%;
	background-color: #c71622;
	padding:7% 0 15% 0;
}

.footerlogo{
	width:60%;
	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%; }
  .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;
}
