@charset "UTF-8";

header{
	width: 100%;
	position: absolute;
}
.p-movie-wrap{
	position: relative;	
	padding-bottom: 60px;
}
.p-movie-wrap_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../img/main_bg_blur.jpg) no-repeat 50% 0/2500px auto;
	z-index: -1;
}
@media screen and (min-height: 1188px) {
  .p-movie-wrap_bg {
    background: url(../img/main_bg_blur.jpg) no-repeat 50% 0/auto 100%;
  }
}
.p-movie-wrap_in{
	width: 880px;
	margin: 0 auto;
	padding: 4.6% 0 0 0;
}
.p-movie_ttl{
	text-align: center;
	font-size:24px;
	font-weight: bold;
	margin-top: 2%;
	color: #fff;
}
.p-movie_ttl h1{
	font-size:50px;
	margin-bottom: 1.5%;
}
.p-movie_ttl h2{
	margin-bottom: 3.2%;
}
.p-movie_yt_wrap{
	padding: 3px 0;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.p-movie_yt{
	position: relative;
  width:99.3181818%; /* 874 / 880 * 100 */
	padding-top: 56%;
	margin: 0 auto;
	cursor: pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow: hidden;
}
.p-movie_yt_in{
	position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-movie_ttl_s{
	text-align: center;
	font-size:24px;
	font-weight: bold;
	margin-top: 2%;
	color: #000;
}
.p-movie_line{
	height: 3px;
	border: none;
	background-color: #fff;
	display: block;
	box-shadow: 0 0 8px gray;
	margin: 5% 0;
}
/*thumbs*/
.p-movie_thumbs{
	width: 100%;
	margin: 5% auto 0 auto;
}
.p-movie_thumbs li{
	position: relative;
	width: 30.9%; /* 272 / 880 * 100 */
	margin-right: 3.6363636%; /* 32 / 880 * 100 */
	margin-bottom: 3.5%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size:16px;
}
.p-movie_thumbs li img{
	display: block;
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
}
.p-movie_thumbs li a{
	display: block;
	position: relative;
}
.p-movie_thumbs li span{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	display: block;
	box-shadow: 0 0 0 3px #fff inset;
	z-index: 100;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.p-movie_thumbs .is-current span,
.p-movie_thumbs li:hover span{
	box-shadow: 0 0 0 3px #ff2c04 inset;
}
.p-movie_thumbs li:nth-child(3n){
	margin-right: 0;
}
.p-movie_atten{
	text-align: right;
	font-size: 12px;
	line-height: 1.6;
}
.p-movie-btn{
	width: 36.3636363%; /* 320 / 880 * 100 */
	margin: 12% auto 0 auto;
}
.p-movie-btn:hover{
	opacity: 0.8;
}


@media screen and (max-width: 768px) {
.sp-br{
		display: block;
	}	
	.p-movie-wrap{
		background-image: none;
		padding-bottom: 60px;
	}
	.p-movie-wrap_bg{
		background: url(../img/main_bg_blur_sp.jpg) no-repeat top center;
		background-size: cover;
	}
	.p-movie-wrap img{
		width: 100%;
		height: auto;
	}
	.p-movie-wrap_in{
		width: 86.66666%; /* 650 / 750 * 100 */
		padding-top: 15%;
	}
	.p-movie_ttl{
		margin-top: 5%;
	}
	.p-movie_ttl h1{
		font-size:40px;
		margin-bottom: 1.5%;
		color: #fff;
	}
	.p-movie_ttl h2{
		margin-bottom: 4%;
		color: #fff;
		line-height: 1.8;
	}
	.p-movie-wrap_in h1{
		text-align: center;
		margin-bottom: 3.2%;
	}
	.p-movie_yt_wrap{
		padding: 3px 0;	
	}
	.p-movie_yt{
		position: relative;
		width:98.1538461%; /* 638 / 650 * 100 */
	}
	.p-movie_ttl_s{
		font-size:20px;
		margin-top: 5%;
	}
	.p-movie_line{
		margin: 10% 0 7% 0;
	}
	/*thumbs*/
	.p-movie_thumbs li{
		width: 46.76923%; /* 304 / 650 * 100 */
		margin-right: 6.1538461%; /* 40 / 650 * 100 */
		margin-bottom: 6%;
		font-size:14px;
	}
	.p-movie_thumbs li:nth-child(3n){
		margin-right: 6.1538461%; /* 40 / 650 * 100 */
	}
	.p-movie_thumbs li:nth-child(2n){
		margin-right: 0;
	}	
	.p-movie_thumbs .is-current span{
		box-shadow: 0 0 0 2px #ff2c04 inset;
	}
	.p-movie_thumbs li:hover span{
		box-shadow: 0 0 0 2px #fff inset;
	}
	.p-movie_thumbs li span{
		box-shadow: 0 0 0 2px #fff inset;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		border-radius:8px;
	}
	.p-movie-btn{
		width: 73.8461538%; /* 480 / 650 * 100 */
	}
	.p-movie-btn:hover{
		opacity: 1.0
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.p-movie_yt_wrap{
		padding: 5px 0;	
	}
	.p-movie_thumbs .is-current span{
		box-shadow: 0 0 0 3px #ff2c04 inset;
	}
	.p-movie_thumbs li:hover span{
		box-shadow: 0 0 0 3px #fff inset;
	}
	.p-movie_thumbs li span{
		box-shadow: 0 0 0 3px #fff inset;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
	}
}
