.pc {
	display: block;
}
.sp {
	display: none;
}

.__kv {
	width: 100%;
	padding-top: 66%;
	background: url(../img/kv.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	margin: 0;
}

.__kv ul.sns-icon{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 120px;
	font-size: 30px;
	list-style: none;
	padding: 0;
}
.__kv ul.sns-icon li{
	margin: 0 5px;
	display: inline-block;
	vertical-align: bottom;
}
.__kv ul.sns-icon li a{
	color: #fff;
	text-decoration: none;
}

iframe{
	overflow: hidden;
	border-radius: 10px;
}
@media screen and (max-width:640px) {
	iframe{
		border-radius: 0;
	}
}
/*-----------------------------------------
** header
-----------------------------------------*/
header {
}
header h1 {
	margin: 0;
}
header h1 img {
	position:absolute;
	top: 40%;
	bottom: auto;
	left: auto;
	right: 4%;
	margin:auto;
	width: 50.5%;
	height:auto;
}
header img {
	width: 100%;
	height: auto;
}
header img.copy {
	position:absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	width: 100%;
	height:auto;
}
header img.photo {
	position:absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	width:100%;
	height:auto;
}

.mov01 {
	opacity:0;
	transition-delay:1s;
	transition-duration:1.5s;
}
.mov02{
	opacity:0;
	transition-duration:2s;
	transition-delay:1.5s;
}
.mov03{
	opacity:0;
	transition-duration:1.5s;
	transition-delay:2.5s;
}
.mov04{
	opacity:0;
	transition-duration:1.5s;
	transition-delay:2.5s;
}

@media screen and (max-width:640px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.__kv {
		width: 100%;
		padding-top: 175%;
		background: url(../img/kv-sp.jpg) center top no-repeat;
		background-size: 100% auto;
		position: relative;
	}
	.__kv ul.sns-icon{
		top: 5px;
		right: 0;
		font-size: 25px;
		margin: 0;
	}
	header h1 img {
		position:absolute;
		top: auto;
		bottom: 12%;
		left: 0;
		right:0;
		margin:auto;
		width: 90%;
		height:auto;
	}
	header img {
		width: 100%;
		height: auto;
	}
	.mov01,
	.mov02,
	.mov03,
	.mov04{
		opacity:1;
	}
	.grnv{
		top: auto;
		bottom: 5%;
		left: 0;
		right: 0;
		margin:auto;
		width: 90%;
		height: 10%;
	}
	.grnv ul {
		text-align: center;
	}
}
/* ==========================================================================
grnv
========================================================================== */
.grnv{
	background:  rgba(252,203,0,1.0);
	padding: 5% 0;
}
.grnv ul {
	padding: 0;
}
.grnv ul li,
.grnv ul li:first-child{
	text-align: center;
	/*max-width: 150px;*/
	vertical-align: top;
}

.learn-btn {
	padding: 0 10px;
	color: rgba(230,0,45,1.0);
	border:solid 2px rgba(230,0,45,1.0);
	font-size: 14px;
	font-family: 'Port Lligat Slab', serif;
	letter-spacing: 0.15em;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}

.learn-btn:hover {
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	background: rgba(230,0,45,1.0);
}
.learn-btn:focus {
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	background: rgba(230,0,45,1.0);
}

@media screen and (max-width:640px) {
	.learn-btn {
		color: rgba(230,0,45,1.0);
		border:solid 2px rgba(230,0,45,1.0);
		background: none;
	}

	.learn-btn:hover,
	.learn-btn:focus {
		color: rgba(255,255,255,1.0);
		background: rgba(230,0,45,1.0);
		border:solid 2px rgba(230,0,45,1.0);
	}
}

.gg-bnr{
	position: absolute;
	top: 21%;
	bottom: auto;
	left: auto;
	right: 2%;
	margin:auto;
	width: 10%;
}
.gg-bnr img{
    transition: transform 0.3s linear;
}
.gg-bnr:hover img{
	transform: scale(1.02);
}
.comment-bnr{
	position: absolute;
	top: auto;
	bottom: 20%;
	left: 3%;
	right: auto;
	margin:auto;
	width: 17%;
}
.comment-bnr img{
    transition: transform 0.3s linear;
}
.comment-bnr:hover img{
	transform: scale(1.02);
}
.dvd-bnr{
	position: absolute;
	top: auto;
	bottom: 12%;
	right: 3%;
	left: auto;
	margin:auto;
	width: 12%;
}
.dvd-bnr img{
    transition: transform 0.3s linear;
}
.dvd-bnr:hover img{
	transform: scale(1.02);
}
.pf-bnr{
	position: absolute;
	top: auto;
	bottom: 12%;
	right: 16%;
	left: auto;
	margin:auto;
	width: 12%;
}
.pf-bnr img{
    transition: transform 0.3s linear;
}
.pf-bnr:hover img{
	transform: scale(1.02);
}
@media screen and (max-width:640px) {
	.gg-bnr{
		position: absolute;
		top: auto;
		bottom: 0;
		left: auto;
		right: 8%;
		margin:auto;
		width: 45%;
	}
	.comment-bnr{
		position: relative;
		top: auto;
		bottom: 0;
		left: 0;
		right: auto;
		margin:auto;
		width: 45%;
	}
	.dvd-bnr,.pf-bnr{
		position: relative;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 4.5%;
		width: 40%;
		display: inline-block;
		vertical-align: bottom;
	}
	.grnv{
		top: auto;
		bottom: 5%;
		left: 0;
		right: 0;
		margin:auto;
		width: 90%;
		height: 10%;
	}
	.grnv ul {
		text-align: center;
		width: 90%;
	}
}
/*-----------------------------------------
** streaming-logo
-----------------------------------------*/
ul.streaming-logo{
	padding: 0;
	letter-spacing: -.4em;
	text-align: center;
	width: 90%;
	margin: 0 auto 50px;
}
ul.streaming-logo li{
    margin: 0.8% .5% 0;
    padding: 0;
    width: 13%;
	display:inline-block;
	list-style:none;
	letter-spacing: normal;
}
ul.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;
}
ul.streaming-logo p{
	letter-spacing: normal;
	margin-bottom: 0;
	font-size: 80%;
}
@media screen and (max-width:640px) {
	ul.streaming-logo li{
		width:49%;
		margin: 1.8% 1% 0 0;
		padding: 0;
		display:inline-block;
		list-style:none;
		letter-spacing: normal;
	}
	ul.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;
	}
	ul.streaming-logo p{
		letter-spacing: normal;
	}
}
/*-----------------------------------------
** contents
-----------------------------------------*/
h2{}
h3{}
section{
	margin: 0;
}
/*-----------------------------------------
** __intro
-----------------------------------------*/
.__intro{margin: 0;}
.__intro .__images{
	background: url(../img/intro/bg-photo.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 40%;
}
.__intro h2{
	width: 30%;
	margin: 0 auto 5%;
}
.__intro h3{
	width: 90%;
	margin: 0 auto 30px;
	max-width: 900px;
}
.__intro .container{
	background: url(../img/intro/bg.jpg) no-repeat bottom right;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	padding: 5% 0 10%;
}
@media screen and (max-width:640px) {
	.__intro .container{
		padding: 10% 0;
	}
	.__intro h2{
		width: 50%;
	}
	.__intro .__images{
		background: url(../img/intro/bg-photo.jpg) no-repeat center center;
		background-size: auto 100%;
		background-attachment: none;
		padding-bottom: 60%;
	}
	.__intro h3{
		width: 100%;
	}
}
/*-----------------------------------------
** __photo
-----------------------------------------*/
.__photo{
}
.__photo ul{
    list-style: none;
    padding: 0;
    letter-spacing: -.4em;
    margin: 0;
}
.__photo ul li{
    display: inline-block;
    width: 25%;
	overflow: hidden;
	vertical-align: middle;
}
.__photo ul li img{
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.__photo ul li:hover img{
    -webkit-transform: scale(1.1);  
    -moz-transform: scale(1.1);
	transform: scale(1.1);
}
@media screen and (max-width:640px) {
	.__photo ul li{
		width: 50%;
	}
}
/*-----------------------------------------
** __story
-----------------------------------------*/
.__story{
	background: url(../img/story/bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	margin: 0;
	padding: 5% 0;
}
.__story h2{
	margin-bottom: 30px;
}
.__story div[class^="col-"]:nth-child(2){
	margin-top: 5%
}

/*-----------------------------------------
** __photo-2
-----------------------------------------*/
.__photo-2{
	background: url(../img/photo.jpg) no-repeat bottom center;
	background-size: cover;
	padding: 50% 0 0;
	background-attachment: fixed;
}
@media screen and (max-width:640px) {
	.__photo-2{
		padding: 66% 0 0;
		background-attachment: scroll;
		background-size: 100% auto;
	}
}

/*-----------------------------------------
** __notes
-----------------------------------------*/
.__notes{
	background: url(../img/notes/bg.jpg) no-repeat bottom center;
	background-size: cover;
	padding: 5% 0 100%;
}
.__notes h2{
	width: 30%;
	margin: 0 auto 5%;
}
.__notes ul{
	list-style: none;
	padding: 0;
	letter-spacing: -.4em;
	width: 80%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.__notes ul li{
	display: inline-block;
	letter-spacing: normal;
	width: 28%;
	margin: 0 2% 2%;
	vertical-align: top;
}
.__notes ul li:nth-child(2){
	margin-top:3%;
}
.__notes ul:nth-child(2) li:nth-child(2),
.__notes ul li:nth-child(5){
	margin-top:5%;
}
.__notes ul li:nth-child(1),
.__notes ul:nth-child(2) li:nth-child(2),
.__notes ul li:nth-child(5){
	animation: move1 5s infinite alternate linear;
	-ms-animation: move1 5s infinite alternate linear;
	-webkit-animation: move1 5s infinite alternate linear;
	-moz-animation: move1 5s infinite alternate linear;
}
@-ms-keyframes move1 {
	0% {padding: 0;}
	50% {padding: 10px 0;}
	100% {padding: 0;}
} 
@-webkit-keyframes move1 {
	0% {padding: 0;}
	50% {padding: 10px 0;}
	100% {padding: 0;}
} 
@-moz-keyframes move1 {
	0% {padding: 0;}
	50% {padding: 10px 0;}
	100% {padding: 0;}
}
.__notes ul li:nth-child(2),
.__notes ul:nth-child(2) li:nth-child(3),
.__notes ul li:nth-child(6){
	animation: move2 5s infinite alternate linear;
	-ms-animation: move2 5s infinite alternate linear;
	-webkit-animation: move2 5s infinite alternate linear;
	-moz-animation: move2 5s infinite alternate linear;
}
@-ms-keyframes move2 {
	0% {padding: 10px 0;}
	50% {padding: 0;}
	100% {padding: 10px 0;}
} 
@-webkit-keyframes move2 {
	0% {padding: 10px 0;}
	50% {padding: 0;}
	100% {padding: 10px 0;}
} 
@-moz-keyframes move2 {
	0% {padding: 10px 0;}
	50% {padding: 0;}
	100% {padding: 10px 0;}
}
.__notes ul li:nth-child(3),
.__notes ul:nth-child(2) li:nth-child(1),
.__notes ul li:nth-child(4){
	animation: move3 5s infinite alternate linear;
	-ms-animation: move3 5s infinite alternate linear;
	-webkit-animation: move3 5s infinite alternate linear;
	-moz-animation: move3 5s infinite alternate linear;
}
@-ms-keyframes move3 {
	0% {padding: 5px 0;}
	25% {padding: 10px 0;}
	75% {padding: 5px 0;}
	100% {padding: 0;}
} 
@-webkit-keyframes move3 {
	0% {padding: 5px 0;}
	25% {padding: 10px 0;}
	75% {padding: 5px 0;}
	100% {padding: 0;}
} 
@-moz-keyframes move3 {
	0% {padding: 5px 0;}
	25% {padding: 10px 0;}
	75% {padding: 5px 0;}
	100% {padding: 0;}
}
.__notes > img{
	position: absolute;	
	bottom: 6%;
	right: 5%;
	width: 40%;
}

@media screen and (max-width:640px) {
	.__notes{
		background: url(../img/notes/bg.jpg) no-repeat bottom center;
		background-size: cover;
		padding: 10% 0 170%;
	}
	.__notes h2{
		width: 70%;
	}
	.__notes ul{
		width: 90%;
	}
	.__notes ul li{
		display: inline-block;
		letter-spacing: normal;
		width: 46%;
		margin: 0 4% 3% 0 !important;
		animation: none !important;
	}
	.__notes ul li:nth-child(even){
		margin: 0;
	}
	.__notes > img{
		bottom: 4%;
		right: 2%;
		width: 80%;
	}
}
/*-----------------------------------------
** __cast-staff
-----------------------------------------*/
.__cast-staff{
	background: url(../img/cast/bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 30% 0 0;
	background-attachment: fixed;
}
.__cast-staff h2{
	width: 20%;
	margin: 8% auto;
}
.__cast-staff .__wrap{
	background: rgba(0,0,0,0.4);
	padding: 8% 0;
}
.__cast-staff ul.__cast{
    list-style: none;
    padding: 0;
    letter-spacing: -.4em;
    margin: 0 auto;
    width: 80%;
}
.__cast-staff ul.__cast li{
    display: inline-block;
    width: 21%;
    letter-spacing: normal;
    margin: 0 4% 0 0;
	color: #fff;
}
.__cast-staff ul.__cast li:last-child{
    margin: 0;
}
.__cast-staff ul.__cast li a{
	color: #fff;
}
.__cast-staff ul.__cast li p{
	margin: 10px 0;
}
.__cast-staff ul.__cast li p span{
	font-size: 75%;
}
.__cast-staff ul.__staff{
    list-style: none;
    padding: 0;
    letter-spacing: -.4em;
    margin: 0 auto;
    width: 60%;
}
.__cast-staff ul.__staff li{
    display: inline-block;
    width: 50%;
    margin: 0 0 3%;
    color: rgba(252,203,0,1.0);
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    letter-spacing: .1em;
	line-height: 1.5;
}
.__cast-staff ul.__staff li a{
    color: rgba(252,203,0,1.0);
	text-decoration: none;
}
.__cast-staff ul.__staff li:first-child{
    width: 100%;
    font-size: 20px;
    margin-bottom: 8%;
}
.__cast-staff ul.__staff li p{
    color: #fff;
    margin: 5px auto;
    font-weight: 500;
    font-size: 14px;
}
.__cast-staff ul.__staff li span{
	font-size: 80%;
}

@media screen and (max-width:640px) {
	.__cast-staff{
		background: url(../img/cast/bg-sp.jpg) no-repeat bottom center;
		background-size: cover;
		padding: 0;
		background-attachment: none;
	}
	.__cast-staff h2{
		width: 50%;
	}
	.__cast-staff ul.__cast {
		width: 90%;
	}
	.__cast-staff ul.__cast li{
		width: 48%;
		margin: 0 4% 3% 0;
		vertical-align: top;
	}
	.__cast-staff ul.__cast li:nth-child(even){
		margin: 0;
	}
	.__cast-staff ul.__staff {
		width: 90%;
	}
	.__cast-staff ul.__staff li,
	.__cast-staff ul.__staff li:first-child{
		width: 100%;
		margin: 0 0 5% 0;
	}
}
/*-----------------------------------------
** __outro
-----------------------------------------*/
.__outro{
	background: url(../img/outro.jpg) no-repeat bottom center;
	background-size: cover;
	padding: 50% 0 0;
	background-attachment: fixed;
}
@media screen and (max-width:640px) {
	.__outro{
		background: url(../img/outro.jpg) no-repeat bottom left;
		background-size: cover;
		padding: 80% 0 0;
		background-attachment: none;
	}
}

/*-----------------------------------------
** footer
-----------------------------------------*/
footer div[class^="col-"]:first-child img{
	width: 100%;
	margin: 5% auto 7%;
}
/*-----------------------------------------
** 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);}
}


@media screen and (min-width:641px) and (max-width:991px){
}


