.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width:640px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}
/*.main > .noise-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
}
.noise-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(ellipse at center, rgba(10,17,16,0) 0%,rgba(10,17,16,0.75) 100%);
}

.noise {
  position: absolute;
  top: -500px;
  right: -500px;
  bottom: -500px;
  left: -500px;
  background: transparent url("../img/noise.png") 0 0;
  background-size: 320px 320px;
	opacity: .35;
	animation: noise 1s steps(8,end) infinite both;
}*/

@keyframes noise {
  0% {
    transform: translateX(0px,0px); }
  10% {
    transform: translate(-100px, 100px);
  }
  20% {
    transform: translate(150px, -100px);
  }
  30% {
    transform: translate(-100px,100px);
  }
  40% {
    transform: translate(100px, -150px);
  }
  50% {
    transform: translate(-100px, 200px);
  }
  60% {
    transform: translate(-200px, -100px);
  }
  70% {
    transform: translateY(50px, 100px);
  }
  80% {
    transform: translate(100px, -150px);
  }
  90% {
    transform: translate(0px, 200px);
  }
  100% {
    transform: translate(-100px, 100px);
  }
}
.main{
	width: 100%;
	position: relative;
	margin: 0;
	background: #0a1110;
	padding: 0 0 2%;
	background: url("../img/bg.jpg") no-repeat center top;
	background-size: cover;
}
.main > *{
	margin: 0 auto 1%;
	z-index: 1;
	position: relative;
}
@media screen and (max-width:640px) {
	.main{
		padding: 5% 0;
		background: url("../img/bg_sp.jpg") no-repeat center top,#000;
		background-size: 100% auto;
	}
	.main > *{
		margin: 0 auto 3%;
	}
}
._academy{
	width: 65%;
	margin-bottom: 22%;
}
@media screen and (max-width:640px) {
	._academy {
		width: 90%;
		margin-bottom: 70%;
	}
}
._copy{
	width: 57%;
}
@media screen and (max-width:640px) {
	._copy {
		width: 90%;
	}
}
h1 {
	width: 41%;
}
@media screen and (max-width:640px) {
	h1 {
		width: 90%;
	}
}
._roadshow{
	position: absolute;
	width: 10%;
	bottom: 2%;
	right: 3%;
}
@media screen and (max-width:640px) {
	._roadshow{
		position: relative;
		width: 20%;
		right: inherit;
	}
}
._billing{
	width: 55%;
	margin: 0 auto 3%;
}
@media screen and (max-width:640px) {
	._billing {
		width: 90%;
	}
}

._logo{
	width: 30%;
	margin: 0 auto 30px;
}
@media screen and (max-width:640px) {
	._logo {
		width: 80%;
	}
}

.__banner-set {
	width: 12%;
	position: absolute;
	top: 2%;
	left: 2%;
}
.__banner-set > div{
	margin: 5px 0 10px;
}
/*.__banner-set > div,*/
.__banner-set2 > div{
	margin: 10px 0;
}
.__banner-set2 {
	width: 12%;
	position: absolute;
	bottom: 2%;
	left: 2%;
}
/*.__banner-set > div.toukou {
	position: absolute;
	top: 2%;
	left: 2%;
}*/
.__banner-set a img {
	transition: 0.3s;
}
.__banner-set a:hover img {
	filter: brightness(125%);
}
@media screen and (max-width:640px) {
	.__banner-set,
	.__banner-set2{
		width: 85%;
		position: inherit;
		top: inherit;
		left: inherit;
		margin: 15px auto 10px auto;
	}
	.__banner-set > div.toukou {
		position: relative;
		bottom: 0;
		left: 0;
	}
}
._comment-bnr {
	width: 12%;
	position: absolute;
	top: 2%;
	right: 2%;
	height: 100%;
}
@media screen and (max-width:640px) {
	._comment-bnr {
		width: 50%;
		position: inherit;
		top: inherit;
		left: inherit;
		margin: 15px auto 10px auto;
	}
}

/* ==========================================================================
grnv
========================================================================== */
.navi{
	padding: 30px 0;
	background: #000;
}
.grnv {
    /*background: rgba(255,255,255,0);*/
    width: 100%;
	margin: 3% auto;
	max-width: 1270px;
	padding: 0;
}
.grnv ul {
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.grnv ul li,
.grnv ul li:first-child{
	/*max-width: 250px;
	min-width: 125px;*/
	width: calc(100% / 5 - 30px);
	text-align: center;
	margin: 0 15px 30px;
	max-width: none;
}

.learn-btn {
	padding: 5px 20px;
	color: #000;
	background: rgba(255,240,0,1.0);
	font-size: 16px;
	font-family: 'Barlow Condensed', sans-serif;
	border: none;
	font-weight: 700;
	font-style: italic;
	transition: all .5s;
}

.learn-btn:hover {
	text-decoration: none;
	background: #07FDF0;
}
.learn-btn:focus {
	text-decoration: none;
	background: #07FDF0;
}


@media screen and (max-width:640px) {
	.grnv {
		width: 100%;
		order: 3;
		margin: 0 auto;
		padding: 0;
	}
	.grnv ul {
		text-align: center;
		width: 100%;
		justify-content:center;
	}
	.grnv ul li,
	.grnv ul li:nth-child(odd),
	.grnv ul li:nth-child(even){
		width: 45%;
		margin: 0 2% 3%;
		display: block;
	}
	.learn-btn {
		font-size: 15px;
		padding: 5px 10px;
		/*border: solid 1px #ff0;*/
	}
	.learn-btn:hover,
	.learn-btn:focus{
		/*border: solid 1px #ff0;*/
	}
}


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;
}
/*-----------------------------------------
** 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;
	}
}
/*-----------------------------------------
** streaming-logo
-----------------------------------------*/
#streaming{
	padding:50px 0 30px;
	color: #fff;
}
#streaming > p{
	font-weight: bold;
	text-align: center;
	font-size: 150%;
}
.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 li a.disabled{
	pointer-events: none;
}
.streaming-logo p{
	letter-spacing: normal;
	margin-bottom: 0;
	font-size: 80%;
}
.streaming-logo .right{
	text-align: right;
}
.streaming-logo .left{
	text-align: left;
}

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

/*-----------------------------------------
** contents
-----------------------------------------*/
h2{
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	font-size: 70px;
	margin-bottom: 75px;
}
section{
	padding: 100px 0;
	margin: 0;
}
p{
	text-align: justify;
}
#wrapper{
	overflow: hidden;


}
@media (max-width: 640px) {
	h2{
		font-size: 35px;
		margin-bottom: 30px;
	}
	section{
		padding: 50px 0;
	}
}
.main,.navi,._praise,._intro,._character,._real._cast,._staff,._photo-2,._photo-3,._photo-4{
	position: relative;
	z-index: 999;
}
/****************
praise
****************/
._praise{
	background: url("../img/praise-bg_pc.jpg") no-repeat center center;
	background-size: cover;
}
._praise h2{
	width: 90%;
	margin: 0 auto 50px;
}
._praise ul{
	list-style: none;
	margin: 0 20px;
	display: inline-block;
	text-align: center;
	width: calc(49% - 40px);
}
._praise ul li{
	height: 3vw;
	width: auto;
	margin: 50px 0;
}
._praise ul li img{
	height: 100%;
	width: auto;
}
@media (max-width: 640px) {
	._praise{
		background: url("../img/praise-bg_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	._praise ul{
		margin: 0 auto;
		display: block;
		width: 90%;
	}
	._praise ul li{
		height: 7vw;
		width: auto;
		margin: 20px 0;
	}
}
/****************
photo-1
****************/
section._photo-1{
	background: url("../img/photo-1.jpg") no-repeat center bottom 19%;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 40%;
}
@media (max-width: 768px) {
	section._photo-1{
		background: none;
		/*background-size: 100% auto;
		background-attachment:inherit;*/
		padding-bottom: 40%;
	}
	section._photo-1:before{
		content: "";
		width: 100%;
		height: 100%;
		background: url("../img/photo-1_sp.jpg") no-repeat center bottom,#0F162C;
		background-size: 100% auto;
		position: fixed;
		top: 0;
		left: 0;
		display: block;
	}
}

/****************
intro
****************/
._intro{
	background: #000;
	color: #fff;
}
._intro h2{
	color: #9BD3CC;
}
._intro ._cont{
	letter-spacing: -.4em;
}
._intro ._cont ._box{
	letter-spacing: normal;
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
._intro ._cont div[class*="_photo"]{
	padding-bottom: 27%;
}
._intro ._cont ._box._photo-1{
	background: url("../img/intro-1.jpg") no-repeat center center;
	background-size: cover;
}
._intro ._cont ._box._photo-2{
	background: url("../img/intro-2.jpg") no-repeat center center;
	background-size: cover;
}
._intro ._cont ._box._text{
	padding: 0 5%;
}
._intro ._cont ._box._text h3{
	max-width: 595px;
	width: 100%;
	margin:0 0 20px;
}
@media (max-width: 640px) {
	._intro ._cont{
		width: 90%;
		margin: 0 auto 20px;
		display: flex;
		flex-flow: row wrap;
	}
	._intro ._cont ._box{
		width: 100%;
		display: block;
		margin: 10px auto;
	}
	._intro ._cont div[class*="_photo"] {
		padding-bottom: 55%;
		order: 1;
	}
	._intro ._cont ._box._text{
		padding: 0;
		order: 2;
	}
	._intro ._cont ._box._text h3{
		margin:0 0 10px;
	}
}
/****************
photo-2
****************/
section._photo-2{
	padding: 0;
}

/****************
photo-4
****************/
section._photo-4{
	padding: 0;
}

/****************
character
****************/
._character{
	background: #9BD3CC;
}
._character h2{
	color: #000;
}
._diagram{
	width: 90%;
	max-width: 1370px;
	margin: 0 auto;
}

/****************
photo-3
****************/
section._photo-3{
	background: url("../img/photo-3.jpg") no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 40%;
}
@media (max-width: 768px) {
	section._photo-3{
		background: url("../img/photo-3.jpg") no-repeat center top;
		background-size: 100% auto;
		background-attachment:inherit;
		padding-bottom: 40%;
	}
}

/****************
REAL PERSON
****************/
._real{
	background: #000;
	color: #fff;
}
._real h2{
	color: #9BD3CC;
}
._real .slider {
}
._real .slider div{
	pointer-events: none;
}
._real .slider div img{
	width: calc(100% - 156px);
	margin: 0 auto;
}
._real .slider div h3{
	height: 50px;
	width: auto;
	margin: 20px 0;
	padding: 0 78px;
}
._real .slider div h3 img{
	height: 100%;
	width: auto;
	margin: 0;
}
._real .slider div p{
	font-size: 15px;
	padding: 0 78px;
}
.real-1{
	color: #FFF100;
}
.real-2{
	color: #fff;
}
.real-3{
	color: #9CD4CD;
}
@media (max-width: 1000px) {
	._real .slider div h3{
		height: 4.5vw;
	}
}
@media (max-width: 768px) {
	._real .slider {
		display: flex;
		flex-wrap: wrap;
	}
	.real-1{
		order: 1;
	}
	.real-2{
		order: 2;
	}
	.real-3{
		order: 3;
	}
	._real .slider div {
		margin: 0 auto 50px;
		width: 90%;
	}
	/*._real .slider div:last-child {
		margin: 0 auto;
	}*/
	._real .slider div img{
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	._real .slider div h3{
		padding: 0;
	}
	._real .slider div p{
		padding: 0;
		font-size: 13px;
	}
	._real .slider div h3{
		height: 10vw;
	}
}
@media (max-width: 640px) {
}

/*-----------------
* slick
-----------------*/
.slick-list {
	margin-bottom: 15px;
	width: 100%;
	margin: 0 auto;
}
/*.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: #666 !important;
}*/
.slick-prev {
	content: none;
	width: 66px;
	height: 66px;
	background: url("../img/arrow-prev.png") no-repeat;
	background-size: cover;
	z-index: 999;
}
.slick-prev:before {
}
.slick-next {
	content: none;
	width: 66px;
	height: 66px;
	background: url("../img/arrow-next.png") no-repeat;
	background-size: cover;
	z-index: 999;
}
.slick-next:before {
}
.slick-prev{
	left: 23.5%;
}
.slick-prev:before{
	content: none;
}
.slick-prev:hover {
}

.slick-next{
	right: 23.5%;
}
.slick-next:before{
	content: none;
}
.slick-next:hover {
}
.slick-prev:hover,
.slick-prev:focus
{
	background: url("../img/arrow-prev.png") no-repeat;
	background-size: cover;
}
.slick-next:hover,
.slick-next:focus
{
	background: url("../img/arrow-next.png") no-repeat;
	background-size: cover;
}
@media (max-width: 768px) {
	.slick-prev,
	.slick-next {
		width: 30px;
		height: 30px;
	}
	.slick-prev{
		left: 5px;
	}
	.slick-next{
		right: 5px;
	}
}

/****************
cast
****************/
._cast{
	background: #9CD4CD;
}
._cast h2{
	color: #FFF100;
}
._cast ul{
	width: 90%;
	max-width: 1248px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
._cast li{
	width: calc(100% / 3 - 24px);
	margin: 0 12px 24px;
	position: relative;
	overflow: hidden;
}
._cast li div._over{
	position: absolute;
	left:-100%;
	top: 0;
	transition: all .2s;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	background-color: rgba(0,0,0,0.5);
	color: #fff100;
	height: 100%;
	width: 100%;
	line-height: 1.2;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
._cast li div p{
	font-size: 32px;
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}
._cast li div span{
	font-size: 12px;
	font-weight: 900;
}
._cast li:hover div{
	left:0;
}
@media (max-width: 1000px) {
	._cast li div p{
		font-size: 25px;
	}
}
@media (max-width: 640px) {
	._cast ul{
		justify-content:space-between;
	}
	._cast li{
		letter-spacing: normal;
		width: calc(100% / 2 - 10px);
		margin: 0 10px 20px 0;
	}
	._cast li:nth-child(2n){
		margin: 0 0 20px 0;
	}
	._cast li div._over{
		display: none;
	}
}

/****************
staff
****************/
._staff{
	background: #fff100;
}
._staff h2{
	color: #9CD4CD;
}
._staff ul{
	width: 90%;
	max-width: 1248px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
._staff li{
	width: calc(100% / 3 - 24px);
	margin: 0 12px 24px;
	position: relative;
	overflow: hidden;
	border: solid 1px #000;
	box-sizing: border-box;
	transition: all .2s;
	color: #000;
	line-height: 1.2;
	/*display: flex;
	align-content: center;
	justify-content: center;*/
}
._staff li div{
}
._staff li a{
	padding: 8% 3%;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
._staff li:hover{
	border: solid 1px rgba(0,0,0,0);
	background-color: rgba(0,0,0,0.5);
}
._staff li p{
	font-size: 32px;
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
	font-weight: 700;
	text-align: center;
}
._staff li span{
	font-size: 12px;
	font-weight: 900;
}
@media (max-width: 1000px) {
	._staff li{
		width: calc(100% / 2 - 24px);
	}
	._staff li p{
		font-size: 25px;
	}
}
@media (max-width: 640px) {
	._staff ul{
		justify-content: space-between;
	}
	._staff li{
		width: calc(100% / 2 - 10px);
		margin: 0 10px 20px 0;
	}
	._staff li:nth-child(2n){
		margin: 0 0 20px 0;
	}
	._staff li p{
		font-size: 25px;
	}
	._staff li p{
		font-size: 15px;
	}
	._staff li span{
		font-size: 9px;
		letter-spacing: -.03em;
	}
}
/****************
footer
****************/
._footer{
	background: url("../img/footer_pc.jpg") no-repeat center top;
	background-size: cover;
	padding-top: 38%;
	padding-bottom: 5%;
}
._footer h2{
	max-width: 670px;
	width: 80%;
	margin: 0 auto;
}
@media (max-width: 640px) {
	._footer{
		background: url("../img/footer_sp.jpg") no-repeat center bottom;
		background-size: cover;
		padding-top: 90%;
	}
}


/*-----------------------------------------
** footer
-----------------------------------------*/
footer{
	background: #000;
	color: #fff;
	position: relative;
}
footer ul.corpnavi li a {
	color: #fff;
}
footer ul.corpnavi li:before {
	color: #fff;
}
footer p{
	text-align: center;
}
@media (max-width: 640px) {
}
/*-----------------------------------------
** 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: #000;
  z-index: 55555555555555;
}
#loader {
  position:absolute;
  margin:auto;
  width: 40px;
  height: 40px;
top: 0;
	bottom: 0;
	right: 0;
	left: 0;
  text-align: center;
  z-index: 100;
}
@media screen and (max-width:640px) {
	#loader {
	  	left:0;
		right: 0;
	}
}
.spinner {
  width: 40px;
  height: 40px;
  margin: auto;
  background-color: #333;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/***********************************************************
 * 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;
	}*/
}


