@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
    background: url("images/bg.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
	background-color: #fff;
	font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	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 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);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
.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);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
.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);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.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);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

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

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

.loading img{
  width: 80px;
}

#header_wrapper{
	width:100%;
	overflow: hidden;
	line-height: 100%;
    position: fixed;
    left:0;
    top:0;
	background-color:#123f41;
	border-bottom:3px solid #e8b800;
	padding:5px 1.5%;
	z-index: 100;
    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;
    box-shadow: 0px 0px 15px -5px #000;
}
  
.showNavi #header_wrapper{
  opacity:1;
  -webkit-transition-delay:1.3s;
  transition-delay:1.3s;
}
  
.headermenu nav{
	width: 80%;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 15px;
    letter-spacing: 2px;
    overflow: hidden;
	float: left;
    font-style: normal;
	font-family: "Zain", sans-serif;
    font-weight: 500;
}

.headermenu nav ul li {
	display: inline-block;
    margin-right: 15px;
}

.headermenu a {
  transition: 0.5s;
  display: block;
  text-decoration: none;
  color: #e8b800;
  box-sizing: border-box;
  padding:10px;
}

.headermenu a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #fff;
  transform: scale(1.1);
}

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

.menuj{
	font-size: 11px;
	font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
}

.menuj a{
	color: #fff;
}

.snsbtn{
    width:30px;
	line-height: 100%;
    float: right;
	position: relative;
	padding-top:10px;
    transition: 0.5s;
}

.snsbtn img{
    width:100%;
	height: auto;
    transition: 0.5s;
}

.snsbtn:hover img {
  transition: 0.5s;
  transform: scale(1.1);
}

#top_wrapper{
    width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding-top:50px;
	background-color: #eeecdb;
}

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

.topmain{
	width:100%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .topmain{
  opacity:1;
  -webkit-transition-delay:1.6s;
  transition-delay:1.6s;
}

.spmain{
    display: none;
}

.toplogo{
	width:11.5%;
	position: absolute;
	right:13%;
	top:9%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .toplogo{
  opacity:1;
  -webkit-transition-delay:1.9s;
  transition-delay:1.9s;
}

.topname{
	width:7%;
	position: absolute;
	right:5%;
	top:11%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .topname{
  opacity:1;
  -webkit-transition-delay:1.9s;
  transition-delay:1.9s;
}

.topname2{
	width:6%;
	position: absolute;
	right:28%;
	top:11%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .topname2{
  opacity:1;
  -webkit-transition-delay:1.9s;
  transition-delay:1.9s;
}

.topcatch_yoko{
	width:43%;
	position: absolute;
	right: 3%;
	bottom:8%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .topcatch_yoko{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}

.biling{
	width:4.5%;
	position: absolute;
	right: 37%;
	top:11%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .biling{
  opacity:1;
  -webkit-transition-delay:2.4s;
  transition-delay:2.4s;
}

.topcatch_tate{
	width:3.8%;
	position: absolute;
	left: 4%;
	top:11%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .topcatch_tate{
  opacity:1;
  -webkit-transition-delay:2.4s;
  transition-delay:2.4s;
}

.day{
	width:11%;
	position: absolute;
	left: 11%;
	top:40%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .day{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
}


#news_wrapper{
	width:100%;
	height: auto;
	padding:5% 15% 5% 15%;
	overflow: hidden;
    text-align:center;
	box-sizing: border-box;
	font-size: 13px;
	background-color:rgba(10,30,35,0.8);
	color: #fff;
	border-top:5px solid #e8b800;
	border-bottom:5px solid #e8b800;
}

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

.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: 20px;
}

.item_img {
  display: block;
  width: 100%;
  height: 213px;
  overflow: hidden;
  border:6px solid #e8b800;
  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;
	color:#fff;
	font-family: "Noto Sans JP", sans-serif;
}


.newsmore{
	width:40%;
	margin:0 auto;
	box-sizing: border-box;
	margin-top: 50px;
    transition: 0.7s;
    font-style: normal;
	background-color: #e8b800;
}


.newsmore a{
	display: block;
	padding:1.8% 2%;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	text-decoration: none;
    transition: 0.7s;
	color: #123f41;
	border-radius: 5px;
}

.newsmore a:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color: #fff;
	color: #123f41;
}


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

.pagetitle{
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 50px;
	padding:2%;
	border:3px solid #e8b800;
}

.pagetitle2{
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 50px;
	padding:2%;
	border:3px solid #205151;
}

.coloryellow{
	color: #e8b800;
}

.colororange{
	color: #e84709;
}

.colorgreen{
	color: #90b023;
}

.colorpurple{
	color: #a56aa8;
}

.colordarkb{
	color: #205151;
}

.textcenter{
	text-align: center;
}



#comment_wrapper{
	width:100%;
	height: auto;
	padding:5% 7%;
	overflow: hidden;
    text-align:center;
	box-sizing: border-box;
	font-size: 13px;
}

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

.commentbox_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.commentbox{
	width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	padding:3%;
	background-color:rgba(10,30,35,0.8);
	text-align: center;
    box-shadow: 0px 0px 15px -5px #000;
	border:1px solid #e8b800;
}

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

.commentimg{
	width:33%;
	float: left;
}


.commentboxtext{
	width:63%;
	float: right;
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #fff;
	text-align: left;
}

.commentboxname{
	width:100%;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #e8b800;
	font-family: "Noto Sans JP", sans-serif;
	border-top:1px solid #e8b800;
	padding-top:20px;
}

.commentboxnames{
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	color: #e8b800;
	font-family: "Noto Sans JP", sans-serif;
}


#footer_wrapper{
	width: 100%;
	background-color:#f1ebd5;
	padding:5% 0;
}

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

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

.top_mvtk{
    width:100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

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


.mvtktxt{
    width:100%;
	font-size: 11px;
	color: #ddd;
	line-height: 20px;
	text-align: center;
	margin-bottom: 120px;
}



@media screen and (max-width:1024px){
	
body{
	background-color: #fff;
    background:none;
}

.Section-Image-SPBG {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
	
.Section-Image-SPBG{
  background-image: url("images/bgsp.jpg");
  background-color: #fff;
}
	
.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:70px;
	padding-bottom: 50px;
}
	
.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}

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

#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: #e8b800;
    text-align: center;
    padding-top:2%;
    padding-bottom:1%;
	border-bottom: 1px solid #ddd;
    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: #205151;
  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:#205151;
  box-sizing: border-box;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
	display: table;
}

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

.globalMenuSp img{
	width:100%;
	height: auto;
}
	
.menu_wrapper{
	width:100%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
  　font-optical-sizing: auto;
	font-weight: 500;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-family: "Zain", sans-serif;
}

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

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

.menu a{
	color: #e8b800;
	text-decoration: none;
}

.sns{
	width:30px;
	margin:0 auto;
}
	
#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
	overflow: hidden;
	box-sizing: border-box;
	padding-top:47px;
	background-color: #eeecdb;
}
	
.topmain{
	display: none;
}

.spmain{
    display: inherit;
}

.toplogo{
	display: none;
}

.topname{
	display: none;
}
	
.topname2{
	display: none;
}

.topcatch_yoko{
	display: none;
}

.biling{
	display: none;
}

.topcatch_tate{
	display: none;
}

.day{
	display: none;
}


#news_wrapper{
	width:100%;
	height: auto;
	padding:8% 10% 8% 10%;
	overflow: hidden;
    text-align:center;
	box-sizing: border-box;
	font-size: 13px;
	background-color:rgba(10,30,35,0.8);
	color: #fff;
	border-top:5px solid #e8b800;
	border-bottom:5px solid #e8b800;
}


.wp-apicard li{
	width:46%;
    display: inline-block;
    vertical-align: top;
	margin: 2%;
	text-align:left;
	font-size: 13px;
	line-height: 20px;
}
	
.wp-apicard li:nth-child(3) {
    display: none;
}

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

.newsmore{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	margin-top: 50px;
    transition: 0.7s;
    font-style: normal;
	background-color: #e8b800;
}


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

.pagetitle{
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 50px;
	padding:4%;
	border:3px solid #e8b800;
}

#comment_wrapper{
	width:100%;
	height: auto;
	padding:8% 5%;
	overflow: hidden;
    text-align:center;
	box-sizing: border-box;
}
	
.commentbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 4%;
	box-sizing: border-box;
	padding:7%;
	background-color:rgba(10,30,35,0.8);
	text-align: center;
    box-shadow: 0px 0px 15px -5px #000;
	border:1px solid #e8b800;
}
	
.commentimg{
	width:50%;
	float: none;
	margin:0 auto 30px;
}


.commentboxtext{
	width:100%;
	float: none;
	font-size: 14px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #fff;
	text-align: left;
}

.commentboxname{
	width:100%;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #e8b800;
	font-family: "Noto Sans JP", sans-serif;
	border-top:1px solid #e8b800;
	padding-top:20px;
}

.commentboxnames{
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	color: #e8b800;
	font-family: "Noto Sans JP", sans-serif;
}
	
#footer_wrapper{
	width: 100%;
	background-color:#f1ebd5;
	padding:8% 0;
}
	
.footerlogo{
	width:50%;
	margin:0 auto;
}

.mvtktxt{
    width:100%;
	font-size: 11px;
	color: #ddd;
	line-height: 20px;
	text-align: left;
	margin-bottom: 120px;
}
	
}

*, ::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: #205151;
          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: #e8b800;
          color: #205151;  }
    .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;
}
