@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background:#fff;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 15px;
	line-height: 30px;
	color:#000;
	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 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.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 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.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 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.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;
}

.scrollShowEffect4 {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
	-webkit-transition-delay: 0.9s;
	   -moz-transition-delay: 0.9s;
	    -ms-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	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);
}

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

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

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

.pcbr {
	display:inline;
}

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

.loading img{
  width: 180px;
}

#header_wrapper{
	width:100%;
	overflow: hidden;
	line-height: 100%;
    position: fixed;
    left:0;
    top:0;
	z-index: 100;
    background-color:#6a918b;
    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;
    transform: translateY(-20px);
    box-shadow: 0px 0px 15px -5px #000;
}
  
.showNavi #header_wrapper{
  opacity:1;
  -webkit-transition-delay:0.3s;
  transition-delay:0.3s;
  transform: translateY(0);
}

.headermenu nav{
	width: 100%;
    box-sizing: border-box;
	font-family: "Poltawski Nowy", serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    overflow: hidden;
	letter-spacing: 1px;
	text-align: right;
}

.headermenu nav ul li {
	display: inline-block;
    margin-right: -6px;
	text-align: center;
}

.headermenu a {
  transition: 0.5s;
  display: block;
  text-decoration: none;
  color: #fff;
  padding:18px 30px 15px 30px ;
  box-sizing: border-box;
}

.headermenu a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  opacity: 0.5;
}

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

.menuj{
	font-size: 9px;
	line-height: 9px;
	font-weight: 500;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.menusns{
	height:27px;
    line-height: 27px;
	vertical-align: baseline;
	overflow: hidden;
}

.menusns img{
    height: 100%;
    line-height: 27px;
    width:auto;
	vertical-align: baseline;
}


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

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

.spmain{
    display: none;
}

.main{
    width:100%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .main{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
}

.logo{
    width:20%;
	position: absolute;
	left: 40%;
	top:14%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
}

.daybiling{
    width:39%;
	position: absolute;
	left: 3%;
	bottom:4%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .daybiling{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.catch{
	width:1.7%;
	position: absolute;
	left: 6%;
	top:12%;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .catch{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

.sns_wrapper{
	width:15%;
	position: absolute;
	right: 3%;
	bottom:7%;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .sns_wrapper{
  opacity:1;
  -webkit-transition-delay:3.0s;
  transition-delay:3.0s;
}
	
.sns{
	width:14%;
	float: left;
	margin-right: 29%;
}
	
.sns:nth-child(3) {
  margin-right:0;
}
	

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

.triangle1 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 90px 90px 0px 0px;
	border-color: #6a918b transparent transparent transparent;
}

.triangle2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 90px 90px;
	border-color: #6a918b transparent transparent transparent;
}

#news_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color:#fff;
  color: #000;
  text-align:center;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  border:20px solid #6a918b;
}

#news_inner{
	width:100%;
	box-sizing: border-box;
	padding:7% 15% 7% 15%;
}

.pagetitlee{
	width:100%;
	font-family: "Poltawski Nowy", serif;
    font-optical-sizing: auto;
    font-weight: 400;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 5px;
}

.pagetitle{
	width:100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
	letter-spacing: 2px;
	text-indent:-2px;
    margin-bottom: 50px;
}

.textg{
	color: #35664b;
}

.textb{
	color: #005472;
}

.textw{
	color: #fff;
}

.textcenter{
    text-align: center;
}

.textright{
    text-align: right;
}

.wp-api_wrapper{
	width:100%;
	overflow: hidden;
	margin-bottom: 70px;
}

.wp-apicard li{
	width:28%;
    display: inline-block;
    vertical-align: top;
	margin: 2.6666%;
	text-align:left;
}

.item_img {
  display: block;
  width: 100%;
  height: 213px;
  overflow: hidden;
  border:3px solid #6a918b;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px -5px #333;
}

.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: 12px;
	font-weight: 700;
	margin-top:10px;
}


.newsmore{
	width:30%;
	margin:0 auto;
    font-family: "Poltawski Nowy", serif;
    font-optical-sizing: auto;
    font-weight: 500;
	box-sizing: border-box;
    background-color: #fff;
	margin-top: 70px;
    transition: 0.7s;
    letter-spacing: 1px;
	border:3px double #fff;
}


.newsmore a{
	display: block;
	padding:1.5% 2%;
	text-align: center;
	font-weight: 500;
	color: #6a918b;
	font-size: 13px;
	letter-spacing: 0px;
	text-decoration: none;
	border:3px double #6a918b;
}

.newsmore:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    background-color:#6a918b;
	border:3px double #fff;
}

.newsmore a:hover{
	color: #fff;
}


#footer_wrapper{
	width:100%;
	background-color:#333;
	padding:2% 0;
}

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

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

.footercredit{
	width:100%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

#intro_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  color: #fff;
  background-color:#6a918b;
}

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

#intro_inner {
  width: 1024px;
  margin:0 auto;
  overflow: hidden;
  padding:7% 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

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

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

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

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

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

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

.loop_wrapper{
  display: flex;
  align-items: center;
  height: 250px;
　overflow: hidden;	
}

.loop_content {
  width:375px;
  height:250px;
}

.loop_wrap {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(-100%);
  }
}

.loop_wrap2 {
  display: flex;
  animation: loop-slide2 20s infinite linear 1s both;
}

@keyframes loop-slide2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(-50%);
  }
}

#lineup_wrapper{
	width:100%;
	padding:10% 5%;
	box-sizing: border-box;
	background-color: #fff;
    color: #1e2a26;
}

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

input {
  display: none;
}
.tab_area {
  display: flex;
  flex-wrap: wrap;
}
label {
  width:50%;
  display: block;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  float: left;
  cursor: pointer;
  order: -1;
  box-sizing: border-box;
  padding: 2% 10%;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
　font-family: "Shippori Mincho B1", serif;
  font-style: normal;
    transition: 0.7s;
}

label:hover{
	letter-spacing: 5px;
    transition: 0.7s;
}

/*コンテンツ部分*/
.content {
  display: none;
  width: 100%;
  padding: 0;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.inner {
  opacity: 0;
	box-sizing: border-box;
	padding: 5% 3%;
}

/*タブを選択したとき*/
input:checked + .btn_tab {
  background:#fff;
  box-sizing: border-box;
  color: #000;
}
input:checked + .btn_tab + .content {
  display: block;
}
/*コンテンツをフェイドインするアニメーション*/
input:checked + .btn_tab + .content .inner {
  animation: fadeIn 1.5s forwards;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

@keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}

.pmidashi1{
	width:100%;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}

.pmidashir{
	color: rgba(186,0,3,1.00);
	font-size: 20px;
}

.pmidashiline{
	width:300px;
	margin:0 auto;
	height: 1px;
	background-color: #000;
	margin-bottom: 15px;
}

.pmidashi2{
	width:100%;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	font-family: "Shippori Mincho B1", serif;
    font-style: normal;
}

.pmidashi_sche{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.pmidashi_text{
	width:60%;
	margin:0 auto 50px;
	font-size: 15px;
	font-weight: 500;
}

.lineupbox_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;
	justify-content: center;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom: 100px;
}

.lineupbox{
	width:32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	padding:1.5% 2% 3% 2%;
	background-color: #e6e6e6;
}

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

.lineupbox4{
	width:23.6%;
	margin:0.3%;
	box-sizing: border-box;
	padding:1.5% 2% 3% 2%;
	background-color: #e6e6e6;
}

.lineupbox4:nth-child(4n) {
    margin-right:0;
}

.flag{
	width:10%;
	margin:0 auto 2%;
}

.flagtext{
	width:100%;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	margin-bottom: 20px;
}


.ltitle_wrapper{
	width:100%;
	margin-bottom: 15px;
	background-color: #ffe9a9;
	box-sizing: border-box;
	padding:2.8% 2.3%;
	color: #000;
}


.ltitlej{
	width:100%;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 7px;
}

.ltitlee{
	width:100%;
	font-size: 11px;
	line-height: 11px;
	font-weight: 500;
}

.limg{
	width:100%;
	margin-bottom: 20px;
}


.lday1{
	width:100%;
	font-size: 11px;
	font-weight: 700;
	line-height: 11px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

.lday2{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

.ldetail{
	width:100%;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 15px;
}

.lmidashi{
	width:100%;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 7px;
	font-weight: 700;
	color: #b39b54;	
}

.ltext{
	width:100%;
	font-size: 13px;
	line-height: 20px;
}

.lprize{
	background-color:#a93030;
	width:100%;
	box-sizing: border-box;
	padding:1% 2.3%;
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	margin-bottom: 20px;
}

.wta_wrapper{
	width:100%;
	border-top:1px solid #000;
	padding-top:100px;
}

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

.wtalogoj{
	width:100%;
	margin-bottom:60px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.wtabox_wrapper{
	width:70%;
	margin:0 auto;
	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;
	margin-bottom: 100px;
}

.wtabox{
	width:48%;
	float: left;
	margin-right: 4%;
	box-sizing: border-box;
	padding:1.5% 2% 3% 2%;
	border: 1px solid #005472;
}

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

#karaoke_wrapper{
	width:100%;
	border-top:1px solid #000;
	padding-top:100px;
}

.karaokebox{
	width:80%;
	margin:0 auto;
	box-sizing: border-box;
}


.karaokemidashi{
	width:100%;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 30px;
	font-weight: 700;
	color: #005472;	
	text-align: center;
}

.karaokemidashi2{
	width:100%;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #005472;	
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.karaokemidashi3{
	width:100%;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 7px;
	font-weight: 700;
	color: #005472;	
}

.karaoketext{
	width:100%;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 70px;
	text-align: left;
}

.karaoketext2{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 30px;
}

.karaoketext3{
	width:100%;
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}


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

#schedule_wrapper{
	width:100%;
	padding:10% 15%;
	box-sizing: border-box;
	background-color: #fff;
	color:#000;
}

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


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

.theaterbox{
	padding:10px;
	font-size:12px;
	box-sizing: border-box;
	border-right: 1px solid #000;
	overflow: hidden;
}

.theaterboxa{
	padding:10px;
	font-size:14px;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.theaterboxab{
	padding:10px;
	font-size:14px;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	background-color: #fe2c16;
	color: #fff;
}

.theaterboxb{
	padding:10px;
	font-size:14px;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	background-color: #fe2c16;
	color: #fff;
}

.theaterbox a{
	color:#000;
	text-decoration: none;
}

.theaterbox a:hover{
	color:#fe2c16;
	text-decoration: underline;
}

.theater_fwrapper{
	width:18%;
	float: left;
}

.theater_frag{
	width:60%;
	margin:0 auto 3%;
}

.theater_fragtext{
	width:100%;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	vertical-align: middle;
}

.theater_title{
	width:80%;
	float: right;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.tablemidashi{
	width:100%;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background-color: #fe2c16;
	padding:10px;
	box-sizing: border-box;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
.tablemidashis{
	font-size: 20px;
}

.scrolltext{
	display: none;
}

.schedule_pd{
	width:70%;
	margin:0 auto 50px;
}

.venuebox{
	width:48%;
	margin:1%;
	box-sizing: border-box;
	padding:4% 4% 7% 4%;
	border:1px solid #000;
	position: relative;
}

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

.venuetext{
	width:100%;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 50px;
}

.venue_midashi{
	width:100%;
	margin-bottom:20px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.venue_name{
	width:100%;
	margin-bottom:20px;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	color: #fff;
	background-color: #fe2c16;
	box-sizing: border-box;
	padding:5px 10px;
}

.tickettext{
	width:100%;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
}


.tosite{
	width:100%;
	position: absolute;
	left:0;
	bottom:0;
    font-weight: 500;
	box-sizing: border-box;
    background-color: #000;
    transition: 0.7s;
    letter-spacing: 1px;
}


.tosite a{
	display: block;
	padding:1.5% 2%;
	text-align: center;
	font-weight: 500;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	text-decoration: none;
}

.tosite:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    background-color: #fe2c16;
}


#organisers_wrapper{
	width:100%;
	padding:10% 10%;
	background-color: #fff;
	box-sizing: border-box;
	color: #000;
}

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

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

.bnr_wrapper{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	text-align:center;
    box-sizing: border-box;
}

.bnr{
	height:50px;
	display:inline-block;
	box-sizing: border-box;
	margin:0 20px 30px 20px;
}

.bnr img{
  height: 100%;
  width: auto;
  transition-duration: 0.5s;
}

.karaoke_frag{
	width:20%;
	margin:0 auto 3%;
}

.karaoke_fragtext{
	width:100%;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	vertical-align: middle;
}

.l_live{
	width:30%;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.schebtn{
	width:60%;
	margin:0 auto;
    background-color: #000;
    transition: 0.7s;
}

.schebtn a{
	display: block;
	padding:1.5% 5%;
	text-align: center;
	font-weight: 500;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	text-decoration: none;
}

.schebtn:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    background-color: #fe2c16;
}


.theaterbox2{
	padding:10px;
	font-size:14px;
	box-sizing: border-box;
	border-right: 1px solid #000;
	overflow: hidden;
	text-align: center;
	font-weight: 700;
	background-color: #ddd;
}

.spsns_wrapper{
	display: none;
}

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

.scrollShowEffect1 {
	opacity:1;
}

.scrollShowEffect2 {
	opacity:1;
}

.scrollShowEffect3 {
	opacity:1;
}

.scrollShowEffect4 {
	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( 0,  0);
	transform: scale( 0,  0);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
}
	
	
.loading img{
  	width: 100px;
	padding-bottom: 20px;
}

#header_wrapper{
    display: none;
}
	
.btn-trigger_fix{
	width:100%;
	position: fixed;
	top:0;
	right: 0;
    z-index: 65;
}

.btn-trigger_wrapper{
	width:100%;
    background-color: #6a918b;
    text-align: center;
    padding-top:2%;
    padding-bottom:1%;
	border-bottom: 1px solid #fff;
    box-shadow: 0px 0px 15px -5px #000;
}
  
.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:#6a918b;
  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;
	text-align: center;
}

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

.globalMenuSp img{
	width:100%;
	height: auto;
}
	
.menu_wrapper{
	width:100%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	font-family: "Shippori Mincho", serif;
	font-weight: 800;
    font-size: 16px;
    line-height: 14px;
	letter-spacing: 1px;
}

.menu{
    width:100%;
	margin-bottom: 5%;
}

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

.menu a{
	color: #fff;
	text-decoration: none;
}
	
.spsns_wrapper{
	display: inherit;
	width:50%;
	margin:0 auto;
	overflow: hidden;
	padding:5% 0 0 0;
}
	
.spsns{
	width:20%;
	float: left;
	margin-right: 20%;
}
	

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

.pcview{
	display: none;
}

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

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

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


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

.main{
    display: none;
}

.logo{
    display: none;
}

.daybiling{
    display: none;
}
	
.catch{
    display: none;
}


#news_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color:#fff;
  color: #000;
  text-align:center;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 5px;
  font-weight: 700;
  border:20px solid #6a918b;
}

#news_inner{
	width:100%;
	box-sizing: border-box;
	padding:10% 7% ;
}
	
.pagetitlee{
	width:100%;
	font-family: "Poltawski Nowy", serif;
    font-optical-sizing: auto;
    font-weight: 400;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 5px;
}

.pagetitle{
	width:100%;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
	letter-spacing: 2px;
	text-indent:-2px;
    margin-bottom: 50px;
}
	
.wp-apicard li{
	width:46%;
    display: inline-block;
    vertical-align: top;
	margin: 2%;
	text-align:left;
}

.wp-apicard li:nth-child(3) {
    display: none;
}

.item_img {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  border:6px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px -5px #333;
}

.newsmore{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
    background-color: #fff;
	margin-top: 70px;
    transition: 0.7s;
	font-weight: 800;
    letter-spacing: 1px;
}

#footer_wrapper{
	width:100%;
	background-color:#333;
	padding:10% 0;
}

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

.footercredit{
	width:100%;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	color: #fff;
}

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

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

.introtext{
	width:100%;
	text-align: left;
}


.loop_wrapper{
  display: flex;
  align-items: center;
  height: 120px;
　overflow: hidden;	
}

.loop_content {
  width:180px;
  height:120px;
}


#lineup_wrapper{
	width:100%;
	padding:15% 5%;
	box-sizing: border-box;
	background-color: #fff;
    color: #1e2a26;
}

label {
  width:50%;
  display: block;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  float: left;
  cursor: pointer;
  order: -1;
  box-sizing: border-box;
  padding: 2% 5%;
  background-color: #000;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
　font-family: "Shippori Mincho B1", serif;
  font-style: normal;
    transition: 0.7s;
}
	
label:hover{
	letter-spacing: 0px;
    transition: 0.7s;
}
	
.inner {
  opacity: 0;
	box-sizing: border-box;
	padding: 8% 5%;
}


.pmidashi1{
	width:100%;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
}

.pmidashir{
	color: rgba(186,0,3,1.00);
	font-size: 18px;
}

.pmidashiline{
	width:300px;
	margin:0 auto;
	height: 1px;
	background-color: #000;
	margin-bottom: 15px;
}

.pmidashi2{
	width:100%;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	font-family: "Shippori Mincho B1", serif;
    font-style: normal;
}

.pmidashi_sche{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.pmidashi_text{
	width:100%;
	margin:0 auto 50px;
	font-size: 15px;
	font-weight: 500;
}

.lineupbox_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;
	justify-content: center;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom: 100px;
}
	
.lineupbox_wrapper:last-child{
    margin-bottom:0;
}

.lineupbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 5%;
	box-sizing: border-box;
	padding:1.5% 2% 3% 2%;
	background-color: #e6e6e6;
}
	
.lineupbox:last-child{
    margin-bottom:0;
}

.lineupbox4{
	width:100%;
	margin:0;
	margin-bottom: 5%;
	box-sizing: border-box;
	padding:1.5% 2% 3% 2%;
	background-color: #e6e6e6;
}

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

.wtalogo{
	width:60%;
	margin:0 auto 20px;
}

.wtalogoj{
	width:100%;
	margin-bottom:60px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.wtabox_wrapper{
	width:100%;
	margin:0 auto;
	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;
	margin-bottom: 100px;
}

.wtabox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 5%;
	box-sizing: border-box;
	padding:5%;
	border: 1px solid #005472;
}

.karaokebox{
	width:90%;
	margin:0 auto;
	box-sizing: border-box;
}


.karaokemidashi{
	width:100%;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #005472;	
	text-align: left;
}

.karaoketext{
	width:100%;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 30px;
	text-align: left;
}

.karaoketext2{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 30px;
}

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

#schedule_wrapper{
	width:100%;
	padding:10% 10% 15% 10%;
	box-sizing: border-box;
}

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

.table-scroll {
	overflow-x: scroll;
}
	
.tablebody{
	width:1000px;
}

.scrolltext{
	display: inherit;
	width:100%;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
	text-align: center;
}
	
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
	
.theater_fwrapper{
	width:50%;
	float: none;
	margin-bottom: 10px;
}

.theater_frag{
	width:30%;
	margin:0;
	margin-bottom: 3%;
}

.theater_fragtext{
	width:100%;
	font-size: 9px;
	line-height: 9px;
	text-align: left;
}

.theater_title{
	width:100%;
	float: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
}
	

.venuebox{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:6% 6% 25% 6%;
	border:1px solid #000;
	position: relative;
	margin-bottom: 20px;
}

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

.venuetext{
	width:100%;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 30px;
}

.venue_midashi{
	width:100%;
	margin-bottom:20px;
	text-align: center;
	text-indent: -7px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.venue_name{
	width:100%;
	margin-bottom:20px;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	color: #fff;
	background-color: #fe2c16;
	box-sizing: border-box;
	padding:5px 10px;
}

.tickettext{
	width:100%;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
}


.tosite{
	width:100%;
	position: absolute;
	left:0;
	bottom:0;
    font-weight: 500;
	box-sizing: border-box;
    background-color: #000;
    transition: 0.7s;
    letter-spacing: 1px;
}


	
#organisers_wrapper{
	width:100%;
	padding:15% 10%;
	box-sizing: border-box;
}

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

.bnr_wrapper{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	text-align:center;
    box-sizing: border-box;
}

.bnr{
	height:30px;
	display:inline-block;
	box-sizing: border-box;
	margin:0 20px 30px 20px;
}

.bnr img{
  height: 100%;
  width: auto;
  transition-duration: 0.5s;
}

.bnr:hover img{
  transition-duration: 0.5s;
  opacity: 0.3;
}
	
.karaoketext3{
	width:100%;
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
}
	

.schedule_pd{
	width:100%;
	margin:0 auto 50px;
}
	
.l_live{
	width:70%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
	
.schebtn{
	width:100%;
	margin:0 auto;
    background-color: #000;
    transition: 0.7s;
}
	
}

*, ::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: 40%;
        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: #000;
          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: #aa0000;
          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%; }
  .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;
}
