@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color: #513733;
  	background: url("images/bg.jpg") 100% 0 no-repeat fixed;
  	background-size:cover;
  	background-position: center top;
	font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	color:#f5efd2;
	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;
}

.pcbr {
	display:inline;
}

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

@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.loading img{
  width: 300px;
  animation:3s linear infinite rotation;
}

#left_bar_wrapper{
    width:44px;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    z-index: 102;
	box-sizing: border-box;
	background-color:#f6ab21;
}

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

#left_bar{
    width:100%;
    height: 100%;
    position: relative;
    z-index: 100;
}


.btn-trigger_wrapper {
  	width: 24px;
	position: absolute;
	top:2%;
	left:10px;
}

.btn-trigger {
  position: relative;
  width: 24px;
  height: 20px;
  cursor: pointer;
  margin-bottom: 10px;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color:#734a1f;
  border-radius: 1px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .8s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 9px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(8.5px) rotate(-315deg);
  transform: translateY(8.5px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}


.btn-trigger-text_wrapper{
   text-align: center;
	margin-top:30px;
}

.btn-trigger-text{
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 14px;
    line-height:100%;
    font-weight: 400;
    color: #734a1f;
	vertical-align:bottom;
	cursor: pointer;
	font-family: "RocknRoll One", sans-serif;
}


nav.globalMenuSp {
  position: fixed;
  z-index : 20;
  top  : 0;
  left : 0;
  color: #000;
  background-color:rgba(4,3,3,0.9);
  box-sizing: border-box;
  width:30%;
  height: 100%;
  margin-left:-70%;
  text-align: center;
  opacity: 1;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: 0.5s ease;
     -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
       -o-transition: 0.5s ease;
          transition: 0.5s ease;
	display: table;
	padding-left: 44px;
}

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

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  float: left;
  transition: .4s all;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

.menu_wrapper{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	padding:5% 10%;
	font-family: "RocknRoll One", sans-serif;
}

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

.menu a{
	display: block;
	padding:1.8% 2%;
	text-align: center;
	text-decoration: none;
    transition: 0.7s;
	color: #513733;
	background-color:#f6ab21;
	border-radius: 30px;
}

.menu a:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color: #fff;
	color: #513733;
	transform: translateY(-5px);
}


.topbtn_wrapper{
    width:30%;
	position: absolute;
	top:3%;
	left:35%;
}

.topbtn{
	width:100%;
	margin-bottom: 30px;
}

.topbtn img {
	transition: filter 1.5s ease;
}
.topbtn img:hover {
	filter: brightness(20.0); 
	transition-duration: 1.5s;
}

.sns_wrapper{
    width:45%;
	position: absolute;
	left: 27.5%;
	bottom:4%;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .sns_wrapper{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

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

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

.sns img {
	transition: filter 1.5s ease;
}
.sns img:hover {
	filter: brightness(20.0); 
	transition-duration: 1.5s;
}

#contents{
    width:100%;
    box-sizing: border-box;
    padding-left: 44px;
}

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

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

.spmain{
    display: none;
}

.topmain{
	width:100%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .topmain{
  opacity:1;
  -webkit-transition-delay:1s;
  transition-delay:1s;
}

.prize{
	width:46%;
	position: absolute;
	left:27%;
	top:4%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .prize{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.catch1{
	width:12%;
	position: absolute;
	left:44%;
	top:22%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
	transform:rotateZ(45deg);
}
  
.showNavi .catch1{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
  transform:rotateZ(0deg);
}

.logo_wrapper{
	width:60%;
	position: absolute;
	left:20%;
	bottom:0%;
}

.logo{
	width:62%;
	margin:0 auto 2%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}

.catch2{
	width:100%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .catch2{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

.nuki{
	width:86%;
	position: absolute;
	left:7%;
	bottom:0;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
    transform: translateY(50px);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi .nuki{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
  transform: translateY(0);
}

.day{
	width:12%;
	position: absolute;
	right:9%;
	bottom:24%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
	-webkit-transform: scale( 1.5,  1.5);
	transform: scale( 1.5,  1.5);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi .day{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}


.commentbtn{
	width:11%;
	position: absolute;
	left:3%;
	top:5%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
	-webkit-transform: scale( 1.5,  1.5);
	transform: scale( 1.5,  1.5);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi .commentbtn{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

.commentbtn img {
	transition-duration: 0.5s;
}

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


.bnr{
	width:11%;
	position: absolute;
	right:3%;
	top:5%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
	-webkit-transform: scale( 1.5,  1.5);
	transform: scale( 1.5,  1.5);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi .bnr{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

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

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

#topbottom{
	width:100%;
	padding:1% 0 1% 0;
	background-color: #070505;
}

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

.biling{
	width:50%;
	margin:0 auto 3%;
}

.top_mvtk{
	width:100%;
	padding:0% 0 0 0;
}
	
#mvtk-widgets-container{
	text-align: center;
	margin:0 auto;
}

#review_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	color:#fff;
	font-size: 16px;
	line-height: 30px;
	background-color: #070505;
}

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

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

.reviewmain_wrapper::before {
  content: "";
  display: block;
  padding-top: 48%;
}

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

.reviewprize{
    width:92%;
    position: absolute;
    left:4%;
    top:5%;
    z-index: 1;
}

.review1{
    width:25%;
    position: absolute;
    left:2%;
    bottom:3%;
    z-index: 1;
}

.review2{
    width:25%;
    position: absolute;
    right:2%;
    bottom:3%;
    z-index: 1;
}


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

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

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

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

.loop_content {
  width:582px;
  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%);
  }
}



#intro_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	color:#fff;
	font-size: 16px;
	line-height: 30px;
}

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

.intromain_wrapper{
    width:100%;
    height: auto;
    position: relative;
    overflow: hidden;
	background-color: #070505;
}

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

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

.intro1{
    width:92%;
    position: absolute;
    left:4%;
    top:5%;
    z-index: 1;
}

.intro2{
    width:15%;
    position: absolute;
    left:4%;
    bottom:8%;
    z-index: 1;
}

#intro_inner{
	width:100%;
	padding:7% 20% 7% 20%;
	box-sizing: border-box;
	color: #664027;
}

.pticon1{
	width:200px;
	margin:0 auto 30px;
}

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

@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}

.anime-pikopiko {
 animation: pikopiko 2s steps(2, start) infinite;
}

.pt{
	width:100%;
	font-size: 20px;
	letter-spacing: 2px;
	font-family: "RocknRoll One", sans-serif;
	margin-bottom: 50px;
}

.pt2{
	width:100%;
	font-size: 20px;
	letter-spacing: 2px;
	font-family: "RocknRoll One", sans-serif;
	margin-bottom: 20px;
}

.colorred{
	color: #b81c22;
}

.coloryellow{
	color: #fedc5e;
}

.textcenter{
	text-align: center;
}

.introwave {
    color: rgba(221,0,3,1.00);
	font-weight: 700;
	font-size: 20px;
}

.add_wrapper{
	width:100%;
	overflow: hidden;
}

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

.add{
	width:25%;
	float: left;
}

#chara_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	color:#fff;
	font-size: 16px;
	line-height: 30px;
}

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

#chara_inner{
	width:100%;
	padding:7% 10% 7% 10%;
	box-sizing: border-box;
	color: #664027;
}

.charamidashi{
	width:20%;
	margin:0 auto 50px;
}

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

.charabox{
	width:32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
}

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

.charaimg{
	width:100%;
	margin-bottom:10px;
}

.charaname{
	width:100%;
	font-size: 24px;
	font-weight: 700;
	margin-bottom:10px;
	color: #b81c22;
	text-decoration: underline #fedc5e;
	text-align: center;
}

.charatext{
	width:100%;
	font-size: 14px;
	line-height: 24px;
}

#crew_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 25px;
	background-color: #241c17;
}

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

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

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


.staffimg{
	width:40%;
	margin:0 auto 20px;
}

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

.staffname{
	width:100%;
	font-size: 24px;
	font-weight: 700;
	margin-bottom:30px;
	color: #fff;
	text-decoration: underline #fedc5e;
	text-align: center;
}

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

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

.staffbox2{
	width:48%;
	float: left;
	margin-right: 4%;
	box-sizing: border-box;
}

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

#cast_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 25px;
	background-color:rgba(153,143,88,0.5);
}

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

#cast_inner{
	width:100%;
	padding:7% 10% 7% 10%;
	box-sizing: border-box;
	color: #664027;
}

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

.castbox{
	width:30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
	box-sizing: border-box;
}

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

.castname{
	width:100%;
	font-size: 24px;
	font-weight: 700;
	color: #b81c22;
	text-decoration: underline #fedc5e;
	text-align: center;
	margin-bottom:5px;
}

.castnames{
	width:100%;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	text-align: center;
	color: #b81c22;
	margin-bottom:30px;
	text-decoration: underline #fedc5e;
}

#footer_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #513733;
	padding:3% 0;
}

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

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

#comment_wrapper{
	width:100%;
	overflow: hidden;
  	background: url("images/comment/bg.jpg") 100% 0 no-repeat fixed;
  	background-size:cover;
  	background-position: center top;
}

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

#comment_inner{
	width:1024px;
	box-sizing: border-box;
	padding:3% 0 7% 0;
	margin:0 auto;
}


.commentbox{
	width:100%;
	margin:0 auto 50px;
	border:3px solid #f6ab21;
	text-align: center;
    box-shadow: 0px 0px 15px -5px #000;
	border-radius: 30px;
}

.commenttext{
	width:100%;
	background-color: rgba(0,0,0,0.9);
	box-sizing: border-box;
	padding:4% 5%;
	font-size: 16px;
	line-height: 30px;
	border-radius: 25px 25px 0 0;
}

.commentname_wrapper{
	width:100%;
	padding:1.5% 3%;
	box-sizing: border-box;
	background-color:#f6ab21;
	border-radius: 0 0 25px 25px;
}

.commentname1{
	width:100%;
	font-size: 30px;
	font-weight: 900;
	color:#b81c22;
	line-height: 30px;
	margin-bottom: 10px;
}

.commentname2{
	width:100%;
	font-size:14px;
	font-weight: 900;
	color: #222;
	line-height: 15px;
}


.keisyo{
	width:100%;
	text-align: center;
	font-size: 13px;
	letter-spacing: 3px;
}


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

body{
  	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: #f9f9f8;
}
	
.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:200px;
	padding-bottom: 50px;
}
	
.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}

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

#left_bar_wrapper{
    width:68px;
    height: 68px;
    position: fixed;
    left:auto;
	right: 2.5%;
    top:auto;
	bottom:2%;
	border-radius: 50%;
	background-color:#f6ab21;
	border:3px solid #6f401c;
    z-index: 102;
	box-sizing: border-box;
	opacity: 1;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    color: #fff;
}
  
#left_bar{
    width:100%;
    height: auto;
    position: inherit;
    z-index: 100;
}

.btn-trigger_wrapper {
  	width: 40px;
	position: absolute;
	top:18px;
	left:11px;
}

.btn-trigger {
  position: relative;
  width: 40px;
  height: 26px;
  cursor: pointer;
  margin-bottom: 0px;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color:#513733;
  border-radius: 1px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .8s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 12.2px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-315deg);
  transform: translateY(13px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

.btn-trigger-text_wrapper{
    width:100%;
    text-align: center;
}

.btn-trigger-text{
	display: none;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 20;
  top  : 0;
  left : 0;
  color: #e7bc17;
  background-color:rgba(4,3,3,0.9);
  box-sizing: border-box;
  width:100%;
  height: 100%;
  margin-left:-100%;
  text-align: center;
  opacity: 1;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: 0.5s ease;
     -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
       -o-transition: 0.5s ease;
          transition: 0.5s ease;
	display: table;
	padding-left: 0px;
}

.menu_wrapper{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding:0 10%;
}

.menu{
    width:100%;
	margin-bottom: 2%;
}
	
#contents{
    width:100%;
    box-sizing: border-box;
    padding-left: 0;
}
	
#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
	overflow: hidden;
	box-sizing: border-box;
}
	
.spmain{
    display: inherit;
	margin-bottom: 0px;
}

.topmain{
    display: none;
}

.prize{
    display: none;
}

.catch1{
    display: none;
}

.logo_wrapper{
    display: none;
}

.nuki{
    display: none;
}

.day{
    display: none;
}

#topbottom{
	width:100%;
	padding:0;
	background-color: #070505;
}


.biling{
    display: none;
}
	
.top_mvtk{
	width:100%;
	padding:10% 0 5% 0;
}
	
.sns_wrapper{
    width:100%;
	position: inherit;
	right: 0;
	top:0;
	box-sizing: border-box;
	padding:0;
	overflow: hidden;
	opacity: 1;
    transform: translateX(0px);/* X軸方向に100px */
	z-index: 5;
	background-color:#f6ab21;
}

.sns{
	width:25%;
	margin-bottom: 0px;
	padding:3% 10%;
	float: left;
	margin-right: 0;
	border-right: 1px solid #070505;
}

.sns:nth-child(4) {
  margin-bottom:0;
	margin-right: 0;
	border-right: none;
}
	
.reviewmain_wrapper{
	display: none;
}

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

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

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

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

.loop_wrap {
  display: flex;
  animation: loop-slide 30s infinite linear 2s both;
}
	
.intromain_wrapper{
	display: none;
}

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

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


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

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

.charabox{
	width:100%;
	float: none;
	margin-right:0;
	margin-bottom: 10%;
	box-sizing: border-box;
}

.charaname{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	margin-bottom:10px;
	color: #b81c22;
	text-decoration: underline #fedc5e;
	text-align: center;
}

.charatext{
	width:70%;
	font-size: 14px;
	line-height: 24px;
	margin:0 auto;
}


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

.staffbox1{
	width:100%;
	margin-bottom: 50px;
}


.staffimg{
	width:100%;
	margin:0 auto 20px;
}

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

.staffname{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	margin-bottom:30px;
	color: #fff;
	text-decoration: underline #fedc5e;
	text-align: center;
}

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

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


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

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

.castname{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	color: #b81c22;
	text-decoration: underline #fedc5e;
	text-align: center;
	margin-bottom:5px;
}

#footer_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #513733;
	padding:7% 0;
}

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

#comment_wrapper{
	width:100%;
	overflow: hidden;
  	background:none;
}
	
.Section-Image-COMMENT {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
	
.Section-Image-COMMENT{
  background-image: url("images/comment/bgsp.jpg");
  background-color: #f9f9f8;
}

#comment_inner{
	width:100%;
	box-sizing: border-box;
	padding:15% 5%;
	margin:0 auto;
}

.commentbox{
	width:100%;
	margin:0 auto 50px;
	border:3px solid #f6ab21;
	text-align: left;
    box-shadow: 0px 0px 15px -5px #000;
	border-radius: 30px;
}

.commenttext{
	width:100%;
	background-color: rgba(0,0,0,0.9);
	box-sizing: border-box;
	padding:6% 7%;
	font-size: 16px;
	line-height: 30px;
	border-radius: 25px 25px 0 0;
}

.commentname_wrapper{
	width:100%;
	padding:3% 5%;
	box-sizing: border-box;
	background-color:#f6ab21;
	border-radius: 0 0 25px 25px;
	text-align: center;
}

.commentname1{
	width:100%;
	font-size: 30px;
	font-weight: 900;
	color:#b81c22;
	line-height: 30px;
	margin-bottom: 10px;
}

.commentname2{
	width:100%;
	font-size:14px;
	font-weight: 900;
	color: #222;
	line-height: 15px;
}


.keisyo{
	width:100%;
	text-align: center;
	font-size: 13px;
	letter-spacing: 3px;
}
	
.commentbtn{
	width:100%;
	position: inherit;
	left:0;
	top:0;
	opacity: 1;
	z-index: 5;
	box-sizing: border-box;
	padding:1%;
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
	
.commentbtn img:hover {
	transform: scale(1.0,1.0);
	transition-duration: 0.5s;
}
	
.bnr{
	width:90%;
	position: inherit;
	right:0;
	top:0;
	margin:0 auto 20px;
	opacity: 1;
	z-index: 5;
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
	
.bnr img:hover {
	transform: scale(1.0,1.0);
	transition-duration: 0.5s;
}


}

*, ::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: #513733;
          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: #fedc5e;
          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: #fedc5e;
          color: #070505;  }
    .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;
}
