@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background: #fff;
	font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 27px;
	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: 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);
}

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

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

.loading img{
  width: 300px;
}

/* overlay-styles.css */
.hamburger-overlay {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 180;
  width: 80px;
  height: 70px;
  background:transparent;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 2.2s;
  -moz-transition: all 2.2s;
  -o-transition: all 2.2s;
  -ms-transition: all 2.2s;
  transition: all 2.2s;
  box-sizing: border-box;
  border:none;
  border-radius: 4px;
}

.hamburger-overlay.is-scroll {
  background: #fff; /* スクロール時の色 */
}

.hamburger-overlay {
  transition: background-color 0.3s ease; /* 色の変更をスムーズに */
}
  
.showNavi .hamburger-overlay{
  opacity:1;
  -webkit-transition-delay:1.2s;
  transition-delay:1.2s;
}


.hamburger-overlay__line {
  position: absolute;
  left: 17px;
  width: 46px;
  height: 2px;
  background-color: #00767c;
  transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) { top: 16px; }
.hamburger-overlay__line:nth-of-type(2) { top: 25px; }
.hamburger-overlay__line:nth-of-type(3) { top: 34px; }

.hamburger-overlay.active .hamburger-text {
  color: #00767c;
}

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #00767c;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.hamburger-text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all .6s;
  font-size: 18px;
  color: #00767c;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
	background-color: #f5aa00;
	background-image:
		linear-gradient(0deg, rgba(250,250,250,0.1) 1px, rgba(0,0,0,0) 0),
		linear-gradient(90deg, rgba(250,250,250,0.1) 1px, rgba(0,0,0,0) 0);
	background-size: 10px 10px;
	background-position: center;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 150;
  display: table;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.menu_wrapper{
    width:100%;
	margin:0 auto;
	opacity: 1;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding:0 20%;
}

.menu{
    width:100%;
	margin-bottom: 3%;
    transition: 0.7s;
	box-sizing: border-box;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    font-size: 26px;
	line-height: 20px;
    letter-spacing: 1px;
}

.menu a{
    width:100%;
	box-sizing: border-box;
	color: #00767c;
    transition: 0.7s;
	text-decoration: none;
}


.menu a:hover{
	color: #fff;
    transition: 0.7s;
	text-decoration: none;
    font-size: 26px;
}

.menuj{
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #fff;
}


#top_wrapper{
    width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
    box-shadow: 0px 0px 15px -5px #000;
}

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

.spmain{
    display: none;
}

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

.sns_wrapper{
	width:1.8%;
	position: absolute;
	right: 2.3%;
	top:14%;
	opacity: 0;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -o-transition: all 1.0s;
    -ms-transition: all 1.0s;
    transition: all 1.0s;
}
  
.showNavi .sns_wrapper{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
}

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

.sns:nth-child(2n) {
  margin-bottom:0;
}

.sns img {
	transition: filter 1.5s ease;
}
.sns img:hover {
	opacity: 0.5;
	transition-duration: 1.5s;
}

.sns_wrapper2{
	width:17%;
	margin:0 auto;
	overflow: hidden;
}

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

.sns2{
	width:30%;
	float: left;
	margin-right: 40%;
}

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

.sns2 img {
	transition: filter 1.5s ease;
}
.sns2 img:hover {
	opacity: 0.5;
	transition-duration: 1.5s;
}

.pt{
	width:100%;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 2px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
	box-sizing: border-box;
}

.ptj{
	width:100%;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    font-weight: 400;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	box-sizing: border-box;
}

.textcenter{
	text-align: center;
}

.colorblue{
	color:#00767c;
}

.colororange{
	color:#f6ab00;
}

.colorwhite{
	color:#fff;
}


#news_wrapper{
	width:100%;
	box-sizing: border-box;
	padding:2% 10%;
	overflow: hidden;
	background-color: #222;
}

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

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

.wp-api_wrapper a:hover{
	color:#fff;
	text-decoration: none;
}

.wp-apicard li{
	width:28%;
    display: inline-block;
    vertical-align: top;
	margin: 2.6666%;
	text-align:left;
	line-height: 18px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.item_img {
  display: block;
  width: 100%;
  height: 213px;
  border-radius: 10px;
  overflow: hidden;
  border:6px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px -3px #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: 14px;
	font-weight: 700;
	margin-top:15px;
	margin-bottom:5px;
	color:#fff;
}

#footer{
	width:100%;
	padding:5% 0;
	background-color: #fff;
}

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

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

.footercredit{
	width:50%;
	margin:0 auto;
}

#intro_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 16px;
	color: #222;
	font-weight: 500;
	background-color:#f5aa00;
}

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

.intromain_wrapper{
    width:100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.intromain_wrapper::before {
  content: "";
  display: block;
  padding-top: 35%;
}

.intromain{
    width:100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 0;
}

.intromidashi1{
    width:70%;
    position: absolute;
    right:15%;
    bottom:5%;
    z-index: 1;
}

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

.about_wrapper{
	width:100%;
	padding:7% 3% 3% 3%;
	border:2px solid #00767c;
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
}

.aboutmidashi{
	width:20%;
	margin:0 auto;
	margin-top:-9%;
	margin-bottom: 1.8%;
}

.abouticon{
	width:80px;
	margin:0 auto 10px;
}

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

#staff_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
	background-color: #00767c;
}

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

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

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

.dname1{
	width:100%;
	font-size: 13px;
	font-weight: 600;
	line-height: 13px;
	margin-bottom: 8px;
	text-align: center;
}

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

.dprof{
	width:80%;
	margin:0 auto;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 80px;
}

.dsm{
	width:100%;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 20px;
	text-align: center;
    letter-spacing: 2px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
	color: #f5aa00;
}

.dsmtext{
	width:100%;
	font-size: 16px;
	line-height: 26px;
}

#page-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
  line-height: 12px;
  z-index: 99;
  border:1px solid #666;
  box-shadow: 0px 0px 15px -5px #666;
  border-radius: 5px;
}
#page-top a {
  background-color: rgba(255,255,255,0.9);
  text-decoration: none;
  color: #000;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  text-align: center;
  display: block;
  opacity: 0.9;
  transition: all .3s ease;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  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(-45deg);
}




@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);
}
	
	
.loading img{
  	width:250px;
	padding-bottom: 50px;
}
	
.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}

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

/* overlay-styles.css */
.hamburger-overlay {
  position: fixed;
  top: auto;
  bottom:0;
  right: 0;
  z-index: 180;
  width: 80px;
  height: 70px;
  background:#fff;
  cursor: pointer;
  opacity: 1;
  box-sizing: border-box;
  border-left:1px solid #00767c;
  border-top:1px solid #00767c;
  border-radius: 5px 0 0 0;
  box-shadow: 0px 0px 15px -5px #666;
}
	
.menu{
    width:100%;
	margin-bottom: 8%;
    transition: 0.7s;
	box-sizing: border-box;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    font-size: 18px;
	line-height: 15px;
    letter-spacing: 1px;
}
	
.menu a{
    width:100%;
	box-sizing: border-box;
	color: #00767c;
    transition: 0.7s;
	text-decoration: none;
}


.menu a:hover{
	color: #fff;
    transition: 0.7s;
	text-decoration: none;
    font-size: 18px;
}


.sns_wrapper2{
	width:50%;
	margin:0 auto;
	overflow: hidden;
}

.sns2{
	width:30%;
	float: left;
	margin-right: 40%;
}

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




	
#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 40px;
}

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

.main{
	display: none;
}

.sns_wrapper{
	width:25%;
	position: inherit;
	right:0;
	top:0;
	margin-left: 4%;
	opacity: 1;
	overflow: hidden;
}

.sns{
	width:35%;
	float: left;
	margin-bottom: 0px;
	margin-right: 30%;
}

.sns:nth-child(2n) {
  margin-right:0;
}
	
#news_wrapper{
	width:100%;
	box-sizing: border-box;
	padding:7% 10% 15% 10%;
	overflow: hidden;
	background-color: #222;
}

.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:3px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px -5px #333;
}

#footer{
	width:100%;
	padding:7% 0 20% 0;
	background-color: #fff;
}

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

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

.intromain_wrapper{
	display: none;
}
	
#intro_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10%;
}

.about_wrapper{
	width:100%;
	padding:7% 5% 3% 5%;
	border:2px solid #00767c;
	box-sizing: border-box;
	border-radius: 10px;
}

.aboutmidashi{
	width:60%;
	margin:0 auto;
	margin-top:-12%;
	margin-bottom: 1.8%;
}

.abouticon{
	width:200px;
	margin:0 auto 10px;
}

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

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

.dprof{
	width:100%;
	margin:0 auto;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 80px;
}

.dsm{
	width:100%;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 20px;
	text-align: center;
    letter-spacing: 2px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
	color: #f5aa00;
}

.dsmtext{
	width:100%;
}

}

*, ::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: 38.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;
}
