.pc {
	display: block;
}
.sp {
	display: none;
}
a img{
	transition: all .5s;
}
a img:hover{
	opacity: 0.6;
}
a,
a:active,
a:link,
a:visited{
	text-decoration: none;
}
@media screen and (max-width:640px) {
	html,body{
		overflow-x: hidden;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}
.main{
	width: 100%;
	position: relative;
	margin: 0;
	letter-spacing: -.4em;
	padding: 0;
}
.main *{
	letter-spacing: normal;
}
@media screen and (max-width:640px) {
	.main{

	}
}
.__kv {
	width: 60%;
	display: inline-block;
	vertical-align: top;
	background: url("../img/visual.jpg") no-repeat bottom center;
	background-size: cover;
	position: relative;
}
.__kv > img {
	position: absolute;
	left: 0;
	right: 0;
	top: 5%;
	width: 17%;
	margin: auto;
}
@media screen and (max-width:640px) {
	.__kv {
		width: 100%;
		display: block;
		padding-top: 96%;
	}
}
.__title{
	background: #d0121b;
	width: 40%;
	display: inline-block;
	position: relative;
	padding:0 0 3%;
}
@media screen and (max-width:640px) {
	.__title {
		width: 100%;
		display: block;
		padding: 7% 0;
		display: flex;
		flex-direction: column;
	}
}
._tiff{
	width: 37%;
	margin: 5% auto 7%;
}
._directed{
	width: 84%;
	margin: 3% auto;
}
h1 {
	width: 84%;
	margin: 0 auto 7%;
}
._ph{
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width:640px) {
	._tiff{
		order: 4;
		width: 48%;
	}
	._directed{
		order: 1;
		width: 65%;
	}
	h1 {
		order: 2;
		width: 86%;
	}
	._ph{
		order: 5;
	}
}
.navi{
	background: url("../img/bg-bill-blue.png") no-repeat bottom center;
	background-size: 100% auto;
	padding: 0 0 15%;
	margin: 0;
}
._roadshow{
	margin: 75px auto 50px;
	width: 80%;
	max-width: 580px;
}
@media screen and (max-width:640px) {
	._roadshow{
		margin: 30px auto 0;
	}
}
._bnr-area{
	position: absolute;
	left: 0;
	bottom: 0;
}
._bnr-area ul{
	padding: 0;
}
._bnr-area ul li{
	width: 20%;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 10px -3% 0;
}
/*._bnr-area ul li:first-child{
	width: 25%;
	margin-bottom: 0;
}*/
/*._bnr-online{
	position: absolute;
	left: 2%;
	bottom: -7%;
	width: 14%;
}
._bnr-comment{
	position: absolute;
	left: 17%;
	bottom: -7%;
	width: 14%;
}*/
@media screen and (max-width:640px) {
/*	._bnr-online,
	._bnr-comment{
		position: relative;
		left: 0;
		bottom: 0;
		width: 44%;
		margin: 7% 3% 3%;
		display: inline-block;
		vertical-align: top;
	}*/
	._bnr-area{
		position: relative;
		left: 1%;
		bottom: 0;
	}
	._bnr-area ul {
		margin: 20px auto;
		text-align: center;
	}
	/*._bnr-area ul li:first-child{
		width: 80%;
		margin: 0 auto 10px;
	}*/
	._bnr-area ul li{
		width: calc(45% - 20px);
		margin: 5px;
	}
}

/* ==========================================================================
grnv
========================================================================== */
.grnv {
    background: rgba(255,255,255,0);
    width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.grnv ul {
	padding: 0;
}
.grnv ul li {
	max-width: 250px;
	min-width: 125px;
	width: 23%;
	text-align: center;
	margin: 0 1% 1%;
}
.grnv ul li,
.grnv ul li:nth-child(odd),
.grnv ul li:nth-child(even){
	margin: 0 1% 1%;
}

.learn-btn {
	padding: 5px 20px;
	color: #000;
	background: rgba(255,230,0,1.0);
	font-size: 16px;
	font-family: 'Comfortaa', cursive;
	border: none;
	font-weight: bold;
	transition: all .5s;
}

.learn-btn:hover {
	text-decoration: none;
	background: #addef8;
}
.learn-btn:focus {
	text-decoration: none;
	background: #addef8;
}


@media screen and (max-width:640px) {
	.grnv {
		width: 100%;
		order: 3;
		margin: 5% auto;
	}
	.grnv ul {
		text-align: center;
		width: 100%;
}
	.grnv ul li,
	.grnv ul li:nth-child(odd),
	.grnv ul li:nth-child(even){
		width: 45%;
		margin: 0 1% 1%;
	}
	.learn-btn {
		font-size: 15px;
		padding: 5px 10px;
		/*border: solid 1px #ff0;*/
	}
	.learn-btn:hover,
	.learn-btn:focus{
		/*border: solid 1px #ff0;*/
	}
}

/*-----------------------------------------
** streaming-logo
-----------------------------------------*/
#streaming{
	padding:50px 0 30px;
}
.streaming-logo{
	padding: 0;
	letter-spacing: -.4em;
	text-align: center;
	width: 90%;
	margin: 0 auto 50px;
	display: block;
}
.streaming-logo li{
    margin: 0.8% .5% 0;
    padding: 0;
    width: 13%;
	display:inline-block;
	list-style:none;
	letter-spacing: normal;
	border: none;
}
.streaming-logo li a{
	margin:0;
	padding: 5px 0;
	width:100%;
	display:block;
	border:#ddd 1px solid;
	text-align:center;
	background:#fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.streaming-logo p{
	letter-spacing: normal;
	margin-bottom: 0;
	font-size: 80%;
}
@media screen and (max-width:640px) {
	.streaming-logo li{
		width:49%;
		margin: 1.8% 1% 0 0;
		padding: 0;
		display:inline-block;
		list-style:none;
		letter-spacing: normal;
	}
	.streaming-logo li a{
		margin:0;
		padding: 10px 0;
		width:100%;
		display:block;
		border:#ddd 1px solid;
		text-align:center;
		background:#fff;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}
	.streaming-logo p{
		letter-spacing: normal;
		margin-top: 1em;
	}
}

ul.sns-icon{
	position: absolute;
	top: 15px;
	right: 20px;
	width: auto;
	font-size: 30px;
	list-style: none;
	padding: 0;
	line-height: 1;
	z-index: 999;
}
ul.sns-icon li{
	margin: 0 5px;
	display: inline-block;
	vertical-align: bottom;
	box-sizing: content-box;
	transition: all .5s;
}
ul.sns-icon li a{
	color: #000;
	text-decoration: none;
	display: block;
	box-sizing: content-box;
}
ul.sns-icon li i{
	font-size: 30px;
	line-height: 1;
}
@media screen and (max-width:640px) {
	ul.sns-icon li a{
		color: #fff;
	}
	ul.sns-icon li i{
		font-size: 25px;
	}

}
iframe{
	overflow: hidden;
}
section{
	padding: 100px 0;
}
h2{
	height: 40px;
	width: auto;
	text-align: center;
	margin-bottom: 50px;
}
h2 img{
	height: 100%;
	width: auto;
}
._inner{
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
._right,._left{
	display: inline-block;
	vertical-align: top;
}
h3{
	margin: 50px auto;
}
@media screen and (max-width:640px) {
	section{
		padding: 50px 0;
	}
	h2{
		height: 25px;
	}
	._right,._left{
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	h3{
		margin: 30px auto;
	}
}
/*-----------------------------------------
** _intro
-----------------------------------------*/
._intro{
	background: url("../img/bg-bill.png") no-repeat bottom center,url("../img/bg-blue.jpg") repeat-y;
	background-size: 100% auto;
	padding: 0;
	margin: 0;
}
._intro ._inner{
	width: 80%;
	max-width: 850px;
	margin: 0 auto;
}
._intro ._inner .img{
	width: 26%;
	max-width: 226px;
	margin: 0 auto;
	display: block;
}
._intro ._inner + img{
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width:640px) {
	._intro ._inner .img{
		width: 40%;
		margin-top: 20px;
	}
}
/*-----------------------------------------
** _story
-----------------------------------------*/
._story{
	background: url("../img/bg-map.png") no-repeat top center,url("../img/bg-yellow.jpg") repeat-y;
	background-size: 100% auto;
	margin: 0;
}
._story h2{
	height: 42px;
}
._story ._left{
	width: 55%;
	margin-right: 3%;
}
._story ._right{
	width: 40%;
}
@media screen and (max-width:640px) {
	._story h2{
		height: 22px;
	}
	._story h3{
		text-align: center;
	}
	._story h3 img{
		width: 83%;
	}
	._story ._left,
	._story ._right{
		width: 100%;
	}
	._story ._left{
		margin-right: auto;
		margin-bottom: 30px;
	}
}
/*-----------------------------------------
** _gallery
-----------------------------------------*/
._gallery{
	background: #000;
	margin: 0;
	padding: 0;
}
._photo{
	padding: 10px 0;
	display: flex;
	height: 660px;
	width: 100%;
	overflow: hidden;
}
._gallery .slide{
	overflow: hidden;
	width: calc(100% - 620px);
}
._gallery .min{
	width: 620px;
}
._gallery ._right.slide{
	background: url("../img/photo-slide-1.jpg") repeat-x center;
	background-size: auto 100%;
	animation: bgscroll-1 10s linear infinite;
}
._gallery ._left.slide{
	background: url("../img/photo-slide-3.jpg") repeat-x center;
	background-size: auto 100%;
	animation: bgscroll-1 10s linear infinite;
}
@-webkit-keyframes bgscroll-1 {
 0% {background-position: 0 0;}
 100% {background-position: 968px 0;}
}
@keyframes bgscroll-1 {
 0% {background-position: 0 0;}
 100% {background-position: 968px 0;}
}
@media screen and (max-width:1200px) {
	._gallery ._right.slide{
		background: url("../img/photo-slide-1.jpg") repeat-x center;
		background-size: auto 100%;
		animation: bgscroll-1 12s linear infinite;
	}
	._gallery ._left.slide{
		background: url("../img/photo-slide-3.jpg") repeat-x center;
		background-size: auto 100%;
		animation: bgscroll-1 12s linear infinite;
	}
}
@media screen and (max-width:768px) {
	._photo{
		height: 390px;
	}
	._gallery .slide{
		width: calc(100% - 360px);
	}
	._gallery .min{
		width: 360px;
	}
	._gallery ._right.slide{
		background: url("../img/photo-slide-1.jpg") repeat-x center;
		background-size: auto 100%;
		animation: bgscroll-1 20s linear infinite;
	}
	._gallery ._left.slide{
		background: url("../img/photo-slide-3.jpg") repeat-x center;
		background-size: auto 100%;
		animation: bgscroll-1 20s linear infinite;
	}
	@-webkit-keyframes bgscroll-1 {
	 0% {background-position: 0 0;}
	 100% {background-position: 543px 0;}
	}
	@keyframes bgscroll-1 {
	 0% {background-position: 0 0;}
	 100% {background-position: 543px 0;}
	}
}
@media screen and (max-width:640px) {
	._photo{
		height: 165px;
	}
	._gallery .slide{
		overflow: hidden;
		width: calc(100% - 140px);
	}
	._gallery .min{
		width: 140px;
	}
	._gallery ._right.slide{
		background: url("../img/photo-slide-1.jpg") repeat-x center;
		background-size: auto 100%;
		animation: bgscroll-1 12s linear infinite;
	}
	._gallery ._left.slide{
		background: url("../img/photo-slide-3.jpg") repeat-x center;
		background-size: auto 100%;
		animation: bgscroll-1 12s linear infinite;
	}
	@-webkit-keyframes bgscroll-1 {
	 0% {background-position: 0 0;}
	 100% {background-position:213px 0;}
	}
	@keyframes bgscroll-1 {
	 0% {background-position: 0 0;}
	 100% {background-position: 213px 0;}
	}
}
#photo-gallery{
	margin-top: -100px;
	padding-top: 100px;
}
/*-----------------------------------------
** _staff
-----------------------------------------*/
._staff{
	background: url("../img/bg-bill.png") no-repeat bottom center;
	background-size: 100% auto;
	margin: 0;
}
._staff ._right{
	width: 56%;
}
._staff ._left{
	width: 40%;
	margin-right: 3%;
	vertical-align: top;
}
._staff h3{
	color: #cf121b;
	font-size: 24px;
	background:url("../img/staff-name.png") no-repeat top right;
	background-size: auto 17px;
	padding-top: 40px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 0;
}
._staff h3 span{
	font-size: 18px;
}

@media screen and (max-width:640px) {
	._staff ._right,
	._staff ._left{
		width: 100%;
	}
	._staff ._left{
		margin-right: auto;
		margin-bottom: 30px;
	}
}
/*-----------------------------------------
** _cast
-----------------------------------------*/
._cast{
	background: url("../img/bg-pink.jpg") repeat-y;
	background-size: 100% auto;
	margin: 0;
}
._cast ._inner{
	max-width: 1040px;
}
._cast h2{
	margin-bottom: 70px;
}
._cast ul{
	padding: 0;
	list-style: none;
	letter-spacing: -.4em;
}
._cast ul li{
	display: inline-block;
	vertical-align: top;
	width: calc(94% / 3);
	margin-right: 3%;
	letter-spacing: normal;
}
._cast ul li:last-child{
	margin-right: 0;
}
._cast ul li a h3{
	color: #cf121b;
	font-size: 20px;
	font-weight: bold;
	margin: 20px auto;
}

@media screen and (max-width:640px) {
	._cast ul li,
	._cast ul li:last-child{
		display: block;
		width: 80%;
		margin: 0 auto 50px;
	}
}
/*-----------------------------------------
** _photo-bg
-----------------------------------------*/
._photo-bg{
	background: url("../img/footer-img.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	height: 400px;
	margin: 0;
}

@media screen and (max-width:640px) {
	._photo-bg{
		background: url("../img/footer-img.jpg") no-repeat center center;
		background-size: cover;
		background-attachment:inherit;
		height: 200px;
	}
}
/*-----------------------------------------
** _credit
-----------------------------------------*/
._credit{
	background: url("../img/bg-yellow.jpg") repeat-y;
	background-size: 100% auto;
	margin: 0;
	padding-bottom: 30px;
}
._credit ._inner{
	max-width: 1040px;
	text-align: center;
}
._credit ._inner h2 + img{
	max-width: 720px;
	width: 75%;
	margin-bottom: 50px;
}
@media screen and (max-width:640px) {
	._credit ._inner h2 + img{
		width: 100%;
		margin-bottom: 30px;
	}
}
/*-----------------------------------------
** header
-----------------------------------------*/
.mov01 {
	transition-delay:1s;
	transition-duration:1.5s;
	opacity: 0;
}
.mov02{
	transition-duration:2s;
	transition-delay:1.5s;
	opacity: 0;
}
.mov03{
	transition-duration:1.5s;
	transition-delay:2.5s;
	opacity: 0;
}
.mov04{
	transition-duration:1.5s;
	transition-delay:2.5s;
	opacity: 0;
}
@media screen and (max-width:640px) {
	.mov01,
	.mov02,
	.mov03,
	.mov04{
		opacity:1;
	}
}
/*-----------------------------------------
** footer
-----------------------------------------*/
footer{
	background: url("../img/bg-yellow.jpg") repeat-y;
	background-size: 100% auto;
	color: #000;
}
footer ul.corpnavi li a {
	color: #000;
}
footer ul.corpnavi li:before {
	color: #000;
}
/*-----------------------------------------
** btn effect
-----------------------------------------*/
.__rumble:hover{
	animation: rumble 0.12s linear 2;
}

@keyframes rumble{
	0%	{transform:rotate(0deg)	translate(0,0);}
	12.5%	{transform:rotate(0.4deg)	translate(1px,-1px);}
	25%	{transform:rotate(0.8deg)	translate(0px,1px);}
	37.5%	{transform:rotate(0.4deg)	translate(-1px,0);}
	50%	{transform:rotate(0deg)	translate(0,0);}
	62.5%	{transform:rotate(-0.4deg)	translate(1px,0);}
	75%	{transform:rotate(-0.8deg)	translate(0,1px);}
	87.5%	{transform:rotate(-0.4deg)	translate(-1px,-1px);}
	100%	{transform:rotate(0deg)	translate(0,0);}
}



/*-----------------------------------------
** loading
-----------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #d0121b;
  z-index: 55555555555555;
}
#loader {
  position:absolute;
  top:0;
  bottom:0;
  left:60%;
  /*right:0;*/
  margin:auto;
  width: 2px;
  height: 100%;
  text-align: center;
  color: #fff;
  z-index: 100;
}
@media screen and (max-width:640px) {
	#loader {
	  	left:0;
		right: 0;
	}
}
#progress-box {
   width: 2px;
   height: 100%;
   background: #d0121b;
   position: relative;
}
#progress-bar {
   width: 2px;
   height: 0;
   background: #addef8;
   position: absolute;
   left: 0;
   top: 0;
    -moz-animation:fullexpand 2s ease-out;
    -webkit-animation:fullexpand 2s ease-out;
}
 
@-moz-keyframes fullexpand {
    0%  { height:0px;}
    100%{ height:100%;} 
}
@-webkit-keyframes fullexpand {
    0%  { height:0px;}
    100%{ height:100%;} 
}
/***********************************************************
 * comment
************************************************************/
#comment{
	background: #000;
	color: #fff;
	height: 100%;
}
#comment section{
	max-width: 800px;
	padding: 5%;
	margin-bottom: 50px;
		
	display: flex;
	flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
#comment h2{
	width: 100%;
	margin: 50px 0;
	font-family: 'Marcellus', serif;
	letter-spacing: .3em;
}
#comment h2 img{
	width: 22%;
}
#comment h3{
	font-weight: 400;
	margin-bottom: 30px;
	font-family: YakuHanMP, 'Noto Serif JP',游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", sans-serif;
}
#comment h3 span{
	font-size: 60%;
	margin-left: 1em;
}
#comment ._text{
	width: 100%;
	margin-bottom: 50px;
	vertical-align: top;
}
/*#comment ._photo{
	order: 2;
	width: 25%;
	display: inline-block;
}*/
@media screen and (max-width: 640px) {
	#comment h2{
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	#comment h2 img{
		width: 60%;
	}
	#comment section{
		padding: 10%;
	}
	#comment ._text{
		order: 2;
		display: block;
		width: 100%;
		margin-right: 0;
	}
/*	#comment ._photo{
		order: 1;
		width: 50%;
		display: block;
		margin: 0 auto 30px;
	}*/
}


