@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
    background-color: #000;
	font-family: "Noto Serif JP","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 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 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;
}

.scrollShowEffect4 {
	-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.9s;
	   -moz-transition-delay: 0.9s;
	    -ms-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	opacity:0;
}


.scrollShowEffect-R {
	-webkit-transform: translate3d(30%, 0%, 0);
	   -moz-transform: translate3d(30%, 0%, 0);
	    -ms-transform: translate3d(30%, 0%, 0);
	     -o-transform: translate3d(30%, 0%, 0);
	        transform: translate3d(30%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-30%, 0%, 0);
	   -moz-transform: translate3d(-30%, 0%, 0);
	    -ms-transform: translate3d(-30%, 0%, 0);
	     -o-transform: translate3d(-30%, 0%, 0);
	        transform: translate3d(-30%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50px, 0);
	   -moz-transform: translate3d(0, 50px, 0);
	    -ms-transform: translate3d(0, 50px, 0);
	     -o-transform: translate3d(0, 50px, 0);
	        transform: translate3d(0, 50px, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -50px, 0);
	   -moz-transform: translate3d(0, -50px, 0);
	    -ms-transform: translate3d(0, -50px, 0);
	     -o-transform: translate3d(0, -50px, 0);
	        transform: translate3d(0, -50px, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
}


.scrollShowEffect1.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect2.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect3.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect4.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}


.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

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

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

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

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

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

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

.pcbr {
	display:inline;
}

.loaderbg{
	width:100%;
	height: 100%;
	position: relative;
	background-color: #000;
	z-index: 100;
}

.loader-line {
	width: 100%;
    height: 2px;
	position: absolute;
	top:50%;
	overflow: hidden;
	background-color: #ffc71a;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.loader-line:before {
	content: "";
	position: absolute;
	left: -50%;
	height: 2px;
	width: 40%;
	background-color: #000;
	-webkit-animation: lineAnim 1s linear infinite;
	-moz-animation: lineAnim 1s linear infinite;
	animation: lineAnim 1s linear infinite;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

@keyframes lineAnim {
	0% {
		left: -40%;
	}
	50% {
		left: 20%;
		width: 80%;
	}
	100% {
		left: 100%;
		width: 100%;
	}
}


.spmain{
    display: none;
}


#header{
	width:100%;
	background-color: #f0bb16;
	overflow: hidden;
	position: fixed;
	left:0;
	top:0;
	z-index: 10;
    box-shadow: 0px 0px 15px -5px #000;
	box-sizing: border-box;
	padding:0 18%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
    transform: translateY(-20px);/* X軸方向に100px */
}
  
.showNavi #header{
  opacity:1;
  -webkit-transition-delay:3s;
  transition-delay:3s;
  transform:translateY(0);
}

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

.menu{
	width:16.666666%;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #000;
    box-shadow: 0px 0px 15px -5px #000;
}

.menu img {
  filter: grayscale(0%);
  transition: all 0.6s ease-in;
}

.menu img:hover {
  filter: grayscale(100%);
}

.menu:nth-child(6) {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}


.menu a{
  display: block;
  position: relative;
}
  
.menu .hoverimg{
  position: absolute;
  left: 0;
  bottom:0;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
    cursor: pointer;
}

.menu a:hover .hoverimg{
  	left: 0%;
	text-decoration: transparent;
	opacity: 1;
    cursor: pointer;
}

#top_wrapper{
    width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-top:2.2%;
}

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

.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;
	overflow: hidden;
}
  
.showNavi .topmain{
  opacity:1;
  -webkit-transition-delay:3s;
  transition-delay:3s;
}

.prize{
	width:46%;
	position: absolute;
	left:27%;
	top: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;
	overflow: hidden;
}
  
.showNavi .prize{
  opacity:1;
  -webkit-transition-delay:3.5s;
  transition-delay:3.5s;
}

.logoblock{
	width:48%;
	position: absolute;
	left:26%;
	bottom:7%;
}

.logo{
	width:100%;
	margin:0 auto;
	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;
	overflow: hidden;
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:4.0s;
  transition-delay:4.0s;
}

.biling{
	width:100%;
	margin-top:-3%;
	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;
	overflow: hidden;
}
  
.showNavi .biling{
  opacity:1;
  -webkit-transition-delay:4.3s;
  transition-delay:4.3s;
}


.catch_tate{
    width:2%;
    position: absolute;
    left:13%;
    top:18%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
    transform: translateY(-20px);/* X軸方向に100px */
}
  
.showNavi .catch_tate{
  opacity:1;
  -webkit-transition-delay:5s;
  transition-delay:5s;
  transform:translateY(0);
}

.day{
    width:12%;
    position: absolute;
    right:2%;
    bottom:4%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .day{
  opacity:1;
  -webkit-transition-delay:5.0s;
  transition-delay:5.0s;
}

.sns_wrapper{
    width:2.5%;
	position: absolute;
	right: 0;
	top:25%;
	background-image: url("images/top/snsbg.jpg");
	background-size: cover;
	box-sizing: border-box;
	padding:1% 0.7%;
	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;
    transform: translateX(20px);/* X軸方向に100px */
	z-index: 5;
}
  
.showNavi .sns_wrapper{
  opacity:1;
  -webkit-transition-delay:4.5s;
  transition-delay:4.5s;
  transform:translateX(0);
}

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

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

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

.bnr_wrapper{
    width:16%;
    position: absolute;
    left:2%;
    bottom:4%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .bnr_wrapper{
  opacity:1;
  -webkit-transition-delay:5.0s;
  transition-delay:5.0s;
}

.bnr{
	width:100%;
	margin-bottom: 10px;
	overflow: hidden;
}


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

#topbottom{
	width:100%;
	padding: 50px 0;
}

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

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

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

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

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

#comment_wrapper{
	width:100%;
    background: url("images/comment/main.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
}

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

#comment_inner{
	width:100%;
	margin:0 auto;
	padding:10% 3%;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 32px;
	overflow: hidden;
}

.noise{
	width:100%;
    background: url("images/noise.png");
	background-repeat: repeat;
	overflow: hidden;
}

.commentbox{
	width:100%;
	margin-bottom: 80px;
	text-align: center;
}

.commenttext{
	width:100%;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 32px;
	margin-bottom: 15px;
}

.commentname1{
	width: 100%;
	font-size:30px;
	line-height: 30px;
	font-weight: 700;
	color: #ffc719;
	margin-bottom: 5px;
}

.commentname2{
	font-size: 14px;
	font-weight: 700;
	color: #ffc719;
}

.push{
	color: #ffc719;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.pt{
    width:100%;
    font-size: 50px;
    line-height: 50px;
	font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
	margin-bottom: 10px;
}

.ptj{
    width:100%;
    font-size: 25px;
    line-height: 25px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.ptmb1{
	margin-bottom: 6%;
}

.ptmb2{
	margin-bottom: 10%;
}

.ptmb3{
	margin-bottom: 3%;
}

.textcenter{
	text-align: center;
}

.textcenter2{
	text-align: center;
}

.texty{
	color: #ffc719;
}

.textb{
	color: #000;
}

.textw{
	color: #fff;
}

#footer{
	width:100%;
	background-color: #000;
	padding:4% 0;
}

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

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

#aheader{
	width:100%;
	background-color: #f0bb16;
	overflow: hidden;
	position: fixed;
	left:0;
	top:0;
	z-index: 10;
    box-shadow: 0px 0px 15px -5px #000;
	box-sizing: border-box;
	padding:0 10%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
    transform: translateY(-20px);/* X軸方向に100px */
}
  
.showNavi #aheader{
  opacity:1;
  -webkit-transition-delay:3s;
  transition-delay:3s;
  transform:translateY(0);
}

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

.amenu{
	width:12.5%;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #000;
    box-shadow: 0px 0px 15px -5px #000;
}

.amenu img {
  filter: grayscale(0%);
  transition: all 0.6s ease-in;
}

.amenu img:hover {
  filter: grayscale(100%);
}

.amenu:nth-child(6) {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}


.amenu a{
  display: block;
  position: relative;
}
  
.amenu .hoverimg{
  position: absolute;
  left: 0;
  bottom:0;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
    cursor: pointer;
}

.amenu a:hover .hoverimg{
  	left: 0%;
	text-decoration: transparent;
	opacity: 1;
    cursor: pointer;
}

#about_wrapper{
	width:100%;
	background-image: url("images/bg/02.png");
	background-color: #fff;
}

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

#about_inner{
	width:100%;
	margin:0 auto;
	padding:5% 5%;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
}

.aprize{
	width:100%;
	margin-bottom: 20px;
	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;
	overflow: hidden;
}
  
.showNavi .aprize{
  opacity:1;
  -webkit-transition-delay:3s;
  transition-delay:3s;
}

.amain{
	width:100%;
	margin-bottom: 20px;
	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;
	overflow: hidden;
}
  
.showNavi .amain{
  opacity:1;
  -webkit-transition-delay:3.5s;
  transition-delay:3.5s;
}

.areview{
	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;
	overflow: hidden;
}
  
.showNavi .areview{
  opacity:1;
  -webkit-transition-delay:4.0s;
  transition-delay:4.0s;
}

#intro_wrapper{
	width:100%;
	background-color: #ffc719;
	color: #000;
	overflow: hidden;
	position: relative;
}

.introbg{
	width:100%;
	position: absolute;
	right: 0;
	bottom:0;
}

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

#intro_inner{
	width:100%;
	margin:0 auto;
	padding:3% 10% 10% 10%;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 32px;
	font-weight: 500;
	overflow: hidden;
}

.introbox{
	width:48%;
	float: left;
	margin-right: 4%;
}

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

#staff_wrapper{
	width:100%;
	background-color: #000;
	color: #fff;
	overflow: hidden;
	position: relative;
}

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

.staffbg{
	width:100%;
	position: absolute;
	left:0;
	top:0;
}

#staff_inner{
	width:100%;
	margin:0 auto;
	padding:10% 10% 0 10%;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 32px;
	font-weight: 500;
	overflow: hidden;
}

.statementbox{
	width:100%;
	box-sizing: border-box;
	padding:7%;
	background-image: url("images/bg/03.png");
	border:1px solid #222;
	margin-bottom: 80px;
}

.statementmidashi{
	width:100%;
	box-sizing: border-box;
	font-size: 30px;
    line-height: 30px;
	font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
	margin-bottom: 30px;
	color: #fff;
}

.statementtext{
	width:100%;
	color: #fff;
	margin-bottom: 20px;
}

.statementname{
	width:100%;
	text-align: right;
	font-size: 20px;
	font-weight: 900;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #ffc719;
}

.staffbox{
	width:48%;
	float: left;
	margin-right: 4%;
}

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

.staffimg{
	width:35%;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

.sname1{
	width:100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: 900;
	margin-bottom: 10px;
}

.sname2{
	font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
	font-size: 18px;
	line-height: 18px;
	padding-left: 10px;
}

.sname3{
	width:100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	margin-bottom: 20px;
}

.profile{
	width:100%;
	font-size: 14px;
	line-height: 28px;
}

#cast_wrapper{
	width:100%;
	background-image: url("images/bg/02.png");
	background-color: #fff;
	color: #000;
}

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

#cast_inner{
	width:100%;
	margin:0 auto;
	padding:10%;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
}

.castbox{
	width:48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
}

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

.castprofile{
	width:100%;
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	overflow: hidden;
}

.castimg{
	width:35%;
	float: left;
}

.casttext{
	width:60%;
	float: right;
}


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

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

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

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

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

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


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

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

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

.ccard{
    width:32%;
	display: inline-block;
	margin: 0.5%;
}

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

@media screen and (max-width:1024px){
	
 
.scrollShowEffect1 {
	opacity:1;
}

.scrollShowEffect2 {
	opacity:1;
}

.scrollShowEffect3 {
	opacity:1;
}

.scrollShowEffect4 {
	opacity:1;
}


.scrollShowEffect-R {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0,  0);
	transform: scale( 0,  0);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
}
	
	
.loading img{
  	width: 280px;
	padding-bottom: 50px;
}
	
.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}

	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}
	
#header{
	display: none;
}
	
#aheader{
	display: none;
}
	
.btn-trigger_fix{
	width:100%;
	position: fixed;
	top:0;
	right: 0;
    z-index: 65;
}


.btn-trigger_wrapper{
	width:100%;
    background-color: #ffc719;
    text-align: center;
    padding-top:2%;
    padding-bottom:1%;
	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;
}
  
.showNavi .btn-trigger_wrapper{
  opacity:1;
  -webkit-transition-delay:3.5s;
  transition-delay:3.5s;
}

.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 : -10;
  top  : 0;
  left : 0;
  width: 100%;
  height: 100%;
  margin-top:-100%;
  opacity: 0;
  background-color:#000;
  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;
}

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

.menu:nth-child(2n) {
  margin-right:0;
}
	
.spmain{
    display: inherit;
    width:100%;
	margin-bottom: 10px;
}
	
#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
	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;
	margin-top:10%;
}
  
.showNavi #top_wrapper{
  opacity:1;
  -webkit-transition-delay:3.5s;
  transition-delay:3.5s;
}
	
.topmain{
	display: none;
}

.prize{
	display: none;
}

.logoblock{
	display: none;
}

.catch_tate{
	display: none;
}

.day{
	display: none;
}

.topbtn_wrapper{
	width:95%;
	position: inherit;
	left: 0;
	top:0;
	margin:0 auto 10px;
	overflow: hidden;
	opacity: 1;
    transform: translateX(0px);/* X軸方向に100px */
}
  
.topbtn{
    width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 0;
	box-sizing: border-box;
}

.topbtn:nth-child(2) {
  margin-right:0;
}
	
.sns_wrapper{
    width:95%;
	position: inherit;
	right: 0;
	top:0;
	margin:0 auto 10px;
	background-image: url("images/top/snsbgsp.jpg");
	background-size: cover;
	box-sizing: border-box;
	padding:3% 12.5%;
	overflow: hidden;
	opacity: 1;
    transform: translateX(0px);/* X軸方向に100px */
	z-index: 5;
}

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

.sns:nth-child(4) {
  margin-right:0;
}
	
.bnr_wrapper{
    width:95%;
    position: inherit;
    left:0;
    bottom:0;
	opacity: 1;
	margin:0 auto 30px;
}

#topbottom{
	width:100%;
	padding: 0px 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;
}
  
.showNavi #topbottom{
  opacity:1;
  -webkit-transition-delay:3.5s;
  transition-delay:3.5s;
}


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

.ticket{
	width:95%;
	margin:0 auto;
	background-color: #e50112;
	box-sizing: border-box;
	padding:0 10%;
}
	
#comment_wrapper{
	width:100%;
    background:none;
	background-image: url("images/comment/mainsp.jpg");
	background-repeat: none;
	background-position: center top;
	background-size: cover;
}
	
#comment_inner{
	width:100%;
	margin:0 auto;
	padding:15% 5%;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 32px;
	overflow: hidden;
}

.commentbox{
	width:100%;
	margin-bottom: 80px;
	text-align: left;
}

.commenttext{
	width:100%;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	line-height: 30px;
	margin-bottom: 15px;
}

.commentname1{
	width: 100%;
	font-size:22px;
	line-height: 22px;
	font-weight: 700;
	color: #ffc719;
	margin-bottom: 5px;
}

.commentname2{
	font-size: 12px;
	font-weight: 700;
	color: #ffc719;
}

.pt{
    width:100%;
    font-size: 30px;
    line-height: 30px;
	font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
	margin-bottom: 10px;
}

.ptj{
    width:100%;
    font-size: 20px;
    line-height: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.ptmb1{
	margin-bottom: 10%;
}

.ptmb2{
	margin-bottom: 15%;
}

.ptmb3{
	margin-bottom: 6%;
}

.textcenter{
	text-align: center;
}

.textcenter2{
	text-align: left;
}
	
	
#about_inner{
	width:100%;
	margin:0 auto;
	padding:10% 2% 15% 2%;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
}

.aprize{
	display: none;
}

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

.areview{
	width:90%;
	margin:0 auto;
}

#intro_inner{
	width:100%;
	margin:0 auto;
	padding:6% 10% 10% 10%;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 32px;
	font-weight: 500;
	overflow: hidden;
}

.introbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 60px;
}

#staff_inner{
	width:100%;
	margin:0 auto;
	padding:15% 10% 5% 10%;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 32px;
	font-weight: 500;
	overflow: hidden;
}

.statementbox{
	width:100%;
	box-sizing: border-box;
	padding:7%;
	background-image: url("images/bg/03.png");
	border:1px solid #222;
	margin-bottom: 80px;
}

.statementmidashi{
	width:100%;
	box-sizing: border-box;
	font-size: 30px;
    line-height: 30px;
	font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
	margin-bottom: 30px;
	color: #fff;
}

.statementname{
	width:100%;
	text-align: right;
	font-size: 18px;
	font-weight: 900;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #ffc719;
}

.staffbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 50px;
}

.staffimg{
	width:40%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}

.sname1{
	width:100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
	margin-bottom: 10px;
}

.sname2{
	font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
	font-size: 16px;
	line-height: 16px;
	padding-left: 10px;
}

.sname3{
	width:100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	margin-bottom: 20px;
}


#cast_inner{
	width:100%;
	margin:0 auto;
	padding:15% 10%;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
}

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


.castimg{
	width:40%;
	float: none;
	margin-bottom: 20px;
}

.casttext{
	width:100%;
	float: none;
}


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

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


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

	
#footer{
	width:100%;
	background-color: #000;
	padding:8% 0;
}

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

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

.ccard{
    width:100%;
	display:inherit;
	margin: 0;
	margin-bottom: 10px;
}

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

*, ::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: #ffc71a;
          width: 33.33333333%;
          height: auto;
          box-sizing: border-box;
          padding:0.5% 0;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 13px;
          line-height: 23px;
          color: #000;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (min-width: 769px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
          border: 1px solid #111;
          background-color: #fff;
          color: #000;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }



@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        padding-bottom: 26%;
        padding-top: 30%;
        width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 100%; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          display: block;
          width: 100%;
          text-align: center;
          line-height: 23px;
          font-size: 13px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.9vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.82031vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 2.2vw; 
          box-sizing: border-box;
          padding:0.5% 0;} }

@media screen and (max-width: 768px) {
    .modal-contents .modal-contents-inner span.modal-close {
      width: 7%;
      top: -15%;
      right: 5.5%; }
  .cast-modal .modal-close {
    width: 7%;
    top: 3%;
    right: 5.5%; }
  .cast-modal .modal-list ul li {
    overflow-y: scroll;
    height: 175vw; }
    .cast-modal .modal-list ul li .inner {
      top: 12%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .cast-modal .modal-list ul li .inner > * {
        display: block;
        width: 100%; }
      .cast-modal .modal-list ul li .inner .text {
        padding: 5% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 0.8vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.0vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.33333vw; } }




            
.remodal-is-opened{
    display:block;
}
