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

.blurimage{
  filter: blur(50px);
  animation: blur-anim2 2s linear forwards;
}

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

.scrollShowEffect-Lotate {
	-webkit-transform:rotateY(30deg);
	transform:rotateY(30deg);
}


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

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

.pcbr {
	display:inline;
}

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

.loading img{
  width:200px;
  padding-bottom: 30px;
  animation:zoom 0.5s linear;
}

@keyframes zoom {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}


#header_wrapper{
	width:100%;
    height:auto;
	padding:7px 2% 5px 2%;
	overflow: hidden;
    text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    position: fixed;
    left:0;
    bottom:0;
	z-index: 100;
	background-image: linear-gradient(90deg, #9f8a36, #c3a21f, #927c22, #9f8a36);
	opacity: 0;
	-webkit-transition: 1.5s;
	transition: 1.5s;
    transform: translateY(70px);/* X軸方向に100px */
    border-bottom: 1px solid #c3a21f;
    border-top: 1px solid #c3a21f;
    box-shadow: inset 1px 3px 3px rgba(0,0,0,.2),inset -1px -3px 3px rgba(0,0,0,.2);
}

.showNavi #header_wrapper{
  opacity:1;
  -webkit-transition-delay:2.4s;
  transition-delay:2.4s;
  transform: translateY(0);
}


#header_wrapper img{
	width:100%;
	height: auto;
	margin-left:auto;margin-right:auto;display:table;
}

.headermenu nav{
	display: inline-block;
	width: 100%;
	line-height:18px;
}

.headermenu nav ul li {
	display: inline-block;
	margin-right: 1%;
    padding-right: 1%;
    border-right: 1px solid #565a1b;
    text-shadow: #999 1px 0 2px;
}

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

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

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


#top_wrapper{
    width:100%;
	height: auto;
    position: relative;
	overflow: hidden;
}

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

.spmain{
	display: none;
}

.topmain{
    width:100%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(50px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi .topmain{
  opacity:1;
  -webkit-transition-delay:0.6s;
  transition-delay:0.6s;
  transform: translateX(0);
}

.toptext{
    width:45%;
    position: absolute;
    left:7%;
    top:7%;
}

.catch1{
    width:90%;
    margin-bottom: 7%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(50px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi .catch1{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
  transform: translateX(0);
}

.catch2{
    width:55%;
    margin-bottom: 4%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(50px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi .catch2{
  opacity:1;
  -webkit-transition-delay:1.2s;
  transition-delay:1.2s;
  transform: translateX(0);
}

.logo{
    width:100%;
    margin-bottom: 4%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(50px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:1.4s;
  transition-delay:1.4s;
  transform: translateX(0);
}

.biling{
    width:100%;
    margin-bottom: 4%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(50px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi .biling{
  opacity:1;
  -webkit-transition-delay:1.6s;
  transition-delay:1.6s;
  transform: translateX(0);
}

.day_wrapper{
    width:100%;
    margin-bottom: 5%;
	opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(50px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi .day_wrapper{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
  transform: translateX(0);
}

.day{
    width:90%;
    float: left;
}

.sns{
    width:6%;
    float: right;
    overflow: hidden;
}

.sns img {
	transition-duration: 0.5s;
    transform: rotateX( 0deg ) ;
}
.sns img:hover {
	transform: rotateX( 360deg ) ;
	transition-duration: 0.5s;
}

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


.bnr{
    width:40%;
	opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
  
.showNavi .bnr{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}

.bnr img {
	transition-duration: 0.5s;
}
.bnr img:hover {
	opacity: 0.5;
	transition-duration: 0.5s;
}

#intro_wrapper {
  width: 100%;
  height: auto;
  background-color: #000;
  overflow: hidden;
  color: #ddd;
}

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

#intro_inner{
    width:100%;
    box-sizing: border-box;
    padding:0 20% 10% 20%;
    margin-top:-200px;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}

.pagetitle{
    width:100%;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 50px;
    color:#bc9f3e;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: #111 1px 0 2px;
}


#loop01{
	width:100%;
	overflow: hidden;
    box-shadow: 0px 0px 15px -5px #333;
}

#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: 200px;
　overflow: hidden;	
}

.loop_content {
  width: 322px;
  height: 200px;
}

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

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

#story_wrapper {
  width: 100%;
  height: auto;
  background-image: url("images/story/bg.jpg");
  background-position: left top;
  background-repeat: repeat;
  overflow: hidden;
  color: #fff;
}

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

#story_inner{
    width:100%;
    box-sizing: border-box;
    padding:10% 20% 10% 20%;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

.storymidashi{
    width:100%;
    box-sizing: border-box;
    padding:3%;
}

.topshadow{
    filter: drop-shadow(1px 1px 2px #000);
}

.spsns{
    display: none;
}

#footer_wrapper {
  width: 100%;
  height: auto;
  background:#000;
  overflow: hidden;
  color: #fff;
  padding:3% 0 7% 0;
}

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

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

.credit{
    width:100%;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    color: #999;
}


#top_bottom{
    width:100%;
    padding:7% 15%;
    box-sizing: border-box;
    background-color: #000;
}

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


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

.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:6px solid #bc9f3e;
  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: #bc9f3e;
    text-align: left;
}

.newsmore{
	width:40%;
    margin:0 auto;
}

.newsmore a{
    padding:7px 0 7px 0;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
	font-size: 11px;
    line-height: 11px;
	font-weight: 500;
	letter-spacing: 2px;
    transition: all  1.0s ease;
    background-color: #bc9f3e;
}

.newsmore a:hover{
    background-color: #fff;
    color: #000;
    text-decoration: none;
}



#review_wrapper {
  width: 100%;
  height: auto;
  background: url("images/review/bg.jpg") 100% 0 no-repeat fixed;
  background-size:cover;
  overflow: hidden;
  color: #fff;
}

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

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

.cmodalbox_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
    text-align: center;
	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;
}

.cmodalbox{
    width:33%;
    float: left;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding:3% 1%;
    border:1px solid #bc9f3e;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    color: #bc9f3e;
    
}

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

.cmodalbox a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  box-sizing: border-box;
  transition: all 1.5s;
}

.cmodalbox:hover{
  cursor:pointer;
  opacity: 1.0;
  transition: all 1.5s;
  box-sizing: border-box;
  background-color: #bc9f3e;
  color: #000;
}

.removebtn{
  position: fixed;
  top: 2%;
  right: 2%;
  width: 50px;
  cursor: pointer;
}

.cast-popup>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background:rgba(0,0,0,0.95);
}

.cast-pop-box{
  z-index: 10;
  width:60%;
  margin-left: auto;
  margin-right: auto;
  padding:10% 0;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.mdpad{
    padding:5% 0;
}

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


.commentname1{
    width:100%;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}

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

.commentname4{
    width:100%;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}

.commentname3{
    width:100%;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

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

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

.scrollShowEffect-O {
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
}
	
.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-image: linear-gradient(90deg, #e5c864, #b99c3a, #cdb740, #ddc947);
    text-align: center;
    padding-top:12px;
    height: 50px;
}

.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: #000;
  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 : 55;
  top  : 0;
  left : 0;
  background-color:rgba(0,0,0,0.95);
  box-sizing: border-box;
  padding:20% 10% 20% 10%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-left:0;
}

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

	
.menu_wrapper{
	width:100%;
	float: left;
	overflow: hidden;
	font-size: 16px;
	letter-spacing: 2px;
	font-family: 'Oswald', sans-serif;
    font-weight: 500;
	box-sizing: border-box;
    z-index : 65;
}

.menu{
    width:100%;
	box-sizing: border-box;
	margin-bottom: 4%;
    text-align: center;
    z-index: 100;
}

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

.menu a {
    display: block;
    color: #ddc947;
    text-decoration: none;
}

.menu a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #ddc947;
}

.spmain{
	display: inherit;
    width:100%;
    padding-top:50px;
    z-index: 1;
    margin-bottom: 20px;
}

.loading img{
  width:150px;
  padding-bottom: 30px;
}

#top_wrapper{
    width:100%;
	height: auto;
    position: relative;
	overflow: hidden;
}

.topmain{
    display: none;
}

.toptext{
    width:100%;
    position: inherit;
    left:0;
    top:0;
}

.catch1{
    display: none;
}

.catch2{
    display: none;
}

.logo{
    display: none;
}

.biling{
    display: none;
}

.day_wrapper{
    display: none;
}


.spsns{
    display: inherit;
    width:12%;
    margin:0 auto;
    z-index: 10;
}

#intro_inner{
    width:100%;
    box-sizing: border-box;
    padding:10% 10% 15% 10%;
    margin-top:0;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.pagetitle{
    width:100%;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 50px;
    color:#bc9f3e;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: #111 1px 0 2px;
}

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

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

#story_wrapper {
  width: 100%;
  height: auto;
  background-image: url("images/story/bg.jpg");
  background-position: left top;
  background-repeat: repeat;
  overflow: hidden;
  color: #fff;
}

#story_inner{
    width:100%;
    box-sizing: border-box;
    padding:15% 10%;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
}

.storymidashi{
    width:100%;
    box-sizing: border-box;
    padding:0%;
    margin-bottom: 30px;
}

#footer_wrapper {
  width: 100%;
  height: auto;
  background:#000;
  overflow: hidden;
  color: #fff;
  padding:7% 0 7% 0;
}

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

.credit{
    width:100%;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    color: #999;
}


#review_wrapper {
  width: 100%;
  height: auto;
  background:none;
  background-color: #000;
  overflow: hidden;
  color: #fff;
}

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

.cast-pop-box{
  z-index: 10;
  width:80%;
  margin-left: auto;
  margin-right: auto;
  padding:20% 0;
}

.cmodalbox{
    width:100%;
    float: none;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding:3% 1%;
    border:1px solid #bc9f3e;
    margin-right: 0;
    margin-bottom: 10px;
    color: #bc9f3e;
    
}

.commenttitle{
    width:100%;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
    color: #bc9f3e;
    line-height: 36px;
}


.commentname1{
    width:100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: left;
}

.commentname2{
    width:100%;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 50px;
}

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

.commentname3{
    width:100%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

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


.bnr{
    width:90%;
    margin:0 auto 20px;
	opacity: 1;
}

#top_bottom{
    width:100%;
    padding:12% 7%;
    box-sizing: border-box;
    background-color: #000;
}

.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:6px solid #bc9f3e;
  box-sizing: border-box;
}

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

}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
    background:rgba(0,0,0,0.90);
  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: #999;
          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: #bc9f3e;
          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;
}
