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

.__kv {
	width: 100%;
	padding-top: 61%;
	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;
}
/*-----------------------------------------
** header
-----------------------------------------*/
header {
}
header h1 {
	margin: 0;
}
header h1 img {
	position:absolute;
	top: 24%;
	/*top:30%;*/
	bottom: auto;
	left: 5%;
	right:auto;
	margin:auto;
	width: 44%;
	height:auto;
}
header img {
	width: 100%;
	height: auto;
}
header img.copy {
	position:absolute;
	top: 5%;
	bottom:auto;
	left: 5%;
	right: auto;
	margin:auto;
	width: 55%;
	height:auto;
}
header img.credit {
	position:absolute;
	top: 75%;
	bottom: auto;
	left: 5%;
	right: auto;
	margin:auto;
	width: 30%;
	height:auto;
}
header img.cach {
	position:absolute;
	top: -5%;
	bottom: 0;
	left: auto;
	right: 3%;
	margin:auto;
	width: 1.5%;
	height:auto;
}
header img.roadshow {
	position: absolute;
	top: 67%;
	bottom: auto;
	left: 5%;
	right: auto;
	margin: auto;
	width: 25%;
}

ul.bnr-area{
	position: absolute;
	top: 52%;
	bottom: auto;
	left: 5%;
	right: auto;
	padding: 0;
	list-style: none;
	width: 90%;
	letter-spacing: -.4em;
}
ul.bnr-area li{
	width: 18%;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.bnr-area li img:hover{
	opacity: 0.8;
}

.japan-premium,
.greetings,
.dvd-bnr{
	position: absolute;
	bottom: 8%;
	right: 5%;
	width: 13%;
}
.streaming{
	position: absolute;
	top: 80px;
	right: 20px;
	width: 15%;
}
.japan-premium img:hover,
.greetings img:hover,
.dvd-bnr img:hover,
.streaming img:hover{
	opacity: 0.8;
}
.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;
}
/*-----------------------------------------
** __menu
-----------------------------------------*/
ul.menu{
	padding: 0;
	letter-spacing: -.4em;
	text-align: center;
	width: 90%;
	margin: 50px auto 0;
}
ul.menu li{
	width: 12%;
	min-width: 100px;
	height: 40px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	z-index: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: .1em;
	border-left: solid 3px #0000ff;
	transform: skew(-12deg);
	display: inline-block;
	margin-bottom: 3%;
	font-size: 0.9vw;
	vertical-align: top;
	line-height: 1.2;
}
ul.menu li:last-child{
  border-right: solid 3px #0000ff;
}
ul.menu li:before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	background: #0000ff;
	transition: all .2s ease;
	z-index: -1;
}
ul.menu li:hover:before{
	width: 100%;
}
ul.menu li a{
	display: flex;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration:none;
	justify-content: center;
	align-items: center;
}
/*-----------------------------------------
** streaming-logo
-----------------------------------------*/
ul.streaming-logo{
	padding: 0;
	letter-spacing: -.4em;
	text-align: center;
	width: 90%;
	margin: 0 auto 0;
}
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%;
}
/*-----------------------------------------
** __mainContents
-----------------------------------------*/
.__mainContents {
	position: relative;
	margin: 0;
	padding: 0;
}

h2{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	margin: 0 auto 50px;
	height: 50px;
	width: auto;
}
h2 img{
	height: 100%;
	width: auto;
}
h3{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #fff;
	font-size: 35px;
	font-weight: 700;
}
/*-----------------------------------------
** __intro
-----------------------------------------*/
.__intro{
	background: url(../img/intro/bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 8% 0 35%;
	margin: 0;
}
.__john{
	text-align: center;
	margin-bottom: 15%;
}
.__john > img{
	width: 30%;
	max-width: 600px;
	margin: 50px auto;
}
.__john > div {
	width: 30%;
	margin:0 auto 50px auto;
}
.__john > div p {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5% 0 auto;
}
.__john > div img {
	width: 70%;
	max-width: 300px;
}
.wing{
	width: 20%;
	display: block;
	margin: 0 auto 5%;
}
#_01{
	position: relative;
}
.__intro-wrap{
	width: 40%;
	margin: 0 auto 0 8%;
}
#_01 > img{
	width: 120px;
	position: absolute;
	left: 53%;
	right: auto;
	top: 110px;
	margin: auto;
}

/*-----------------------------------------
** __story
-----------------------------------------*/
.__story{
	position: relative;
	margin-bottom: 0;
}
.__story:before{
	content: "";
	background: linear-gradient(0deg,rgba(0,0,0,1), rgba(0,0,0,.0));
	width: 100%;
	height: 300px;
	display: block;
	position: absolute;
	top: -300px;
}
.__story-wrap{
	width: 40%;
	margin: 0 5% 50px auto;
}
.__story > img{
	position: absolute;
	left: auto;
	right: 50%;
	top: 110px;
	margin: auto;
	width: 25px;
}
.__story  > .__photo{
	position: relative;
	float: left;
	width: 45%;
	top: 0;
	right: 0;
	margin-top: -25%;
	padding-bottom: 0;
}

/*-----------------------------------------
** __photo
-----------------------------------------*/
.__photo{
	position: relative;
	padding-bottom: 10%;
	overflow: hidden;
}
.__photo ul{
	letter-spacing: -.4em;
	padding-left: 0;
	margin-left: -3%;
	width: 82%;
}
.__photo ul li{
	transform: skewX(-15deg);
	overflow: hidden;
	width: 30%;
	display: inline-block;
	letter-spacing: normal;
	position: relative;
	padding-bottom: 20%;
	vertical-align: middle;
}
.__photo ul li img{
	transform: skewX(15deg);
	width: 120%;
	position: absolute;
	top: 0;
	left: -10%;
	right: 0;
	bottom: 0;
	margin: auto;
    transition: all 0.3s linear;
}
.__photo ul li:hover img{
	width: 130%;
	left: -15%;
}
.__photo ul li:nth-child(4){
	margin-left: -5.5%;
}
.__photo ul li:nth-child(7){
	margin-left: -11%;
}

.__photo  > img.__photo{
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 45%;
	pointer-events: none;
}

/*-----------------------------------------
** __cast
-----------------------------------------*/
.__cast{
	position: relative;
	padding-bottom: 0;
	overflow: hidden;
	margin-top: -5%;
	margin-bottom: 0;
}
.__cast div[class^="col-"]{
	margin-bottom: 10%;
}
.__cast  > .__photo{
	background: url(../img/cast/photo.jpg) no-repeat top center;
	background-size: cover;
	padding: 8% 0 35%;
	background-attachment: fixed;
}
area{
  border:none;
  outline:none;
}
/*-----------------------------------------
** __notes
-----------------------------------------*/
.__notes{
	background: url(../img/note/bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 5% 0 10%;
	background-attachment: fixed;
	margin-bottom: 0;
}

.__notes ul{
	letter-spacing: -.4em;
	padding-left: 0;
	list-style: none;
	width: 50%;
	margin: 7% auto 0;
	min-width: 400px;
}
.__notes ul li{
	background: #fff;
	position: relative;
	font-weight: 900;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 60px;
	text-align: center;
	font-size: 20px;
}
.__notes ul li a{
	padding: 20px 10px;
	color: #000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}
.__notes ul li:before,
.__notes ul li:after{
	content: "";
	width: calc(100% + 20px);
	z-index: 2;
	height: 26px;
	display: block;
	position: absolute;
	pointer-events: none;
	transition: all .2s linear; 
}
.__notes ul li:before{
	background: url(../img/note/bg-border-topL.png) no-repeat top left, url(../img/note/bg-border-topR.png) no-repeat top right;
	top: -10px;
	left: -10px;
}
.__notes ul li:after{
	background: url(../img/note/bg-border-bottomL.png) no-repeat bottom left , url(../img/note/bg-border-bottomR.png) no-repeat bottom right;
	bottom: -10px;
	left: -10px;
}
.__notes ul li span{
	color: #e50012;
}
.__notes ul li:hover:before,
.__notes ul li:hover:after{
	width: calc(100% + 30px);
}
.__notes ul li:hover:before{
	top: -15px;
	left: -15px;
}
.__notes ul li:hover:after{
	bottom: -15px;
	left: -15px;
}

/*-----------------------------------------
** __staff
-----------------------------------------*/
.__staff{
	background: url(../img/staff/bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 5% 0 40%;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
}
.__staff:before{
	content: "";
	background: #000;
	width: 120%;
	height: 20%;
	transform: rotate(-5deg);
	display: block;
	position: absolute;
	bottom: -100px;
}
.__staff h2 + .container div[class^="col-"] dl{
	background: #000;
	position: relative;
	min-height: 50px;
}
.__staff h2 + .container div[class^="col-"] dl a{
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 13px 20px;
}
.__staff h2 + .container div[class^="col-"] dl.john{
	min-height: 100px;
}
.__staff h2 + .container div[class^="col-"] dl.john a{
	padding: 20px;
}

.__staff h2 + .container div[class^="col-"] dl dt{
	display: inline-block;
	width: 30%;
	font-weight: 400;
}
.__staff h2 + .container div[class^="col-"] dl dd{
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
}
.__staff h2 + .container div[class^="col-"] dl dd:before{
	content: "＋";
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	position: absolute;
	bottom: 11px;
	right: 10px;
	transition: transform .1s linear; 
}
.__staff h2 + .container div[class^="col-"] dl:hover dd:before{
	transform: rotate(-45deg);
}

/*-----------------------------------------
** __banner
-----------------------------------------*/
section.banner {
	margin: 50px auto 0;
}
section.banner ul{
	text-align: center;
	padding: 0;
}
section.banner ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 1%;
}
section.banner ul li img{
	width: auto;
	max-height: 60px;
}
.billing {
	text-align: center;
	margin: 30px auto;
}
.billing img{
	width: 90%;
}
/*-----------------------------------------
** 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){
}


@media screen and (max-width:640px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.__kv {
		width: 100%;
		padding-top: 155%;
		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;
	}
	header img.copy {
		position:absolute;
		top: 10%;
		bottom:auto;
		left: 0;
		right: 0;
		margin:auto;
		width:90%;
		height:auto;
	}
	header img.roadshow {
		position: absolute;
		top: auto;
		bottom: 3%;
		left: 0;
		right: 0;
		margin: auto;
		width: 80%;
	}
	section.__kv + section.sp{
		margin: 30px 0;
	}
	.credit {
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 30px auto;
		width:90%;
		height:auto;
		display: block;
	}
	ul.menu{
		margin: 0 3%;
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		text-align: center;
		width: auto;
	}
	ul.menu li{
	  width: 70%;
	  display: block;
	  margin: 0 auto;
  		border-left: none;
  		border-top: solid 2px #0000ff;
		transform: none;
		font-style: italic;
		line-height: 2.2;
		letter-spacing: .2em;
	}
	ul.menu li:last-child{
	  border-right: none;
		border-bottom:  solid 2px #0000ff;
	}
	ul.menu li:before {
		content:none;
	}
	ul.menu li a{
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
		text-decoration:none;
	}
	ul.bnr-area{
		position: relative;
		padding: 0;
		list-style: none;
		width: 95%;
		margin: 30px auto;
		text-align: center;
		letter-spacing: -.4em;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	ul.bnr-area li{
		width: 70%;
		display: inline-block;
		letter-spacing: normal;
	}
	.banner ul li img{
		width: 70%;
	}
	.mov01,
	.mov02,
	.mov03,
	.mov04{
		opacity:1;
	}

}*/