@charset "utf-8";

/*メインビジュアル*/
body {
	width: 950px;
	height: 230px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.movie {
	/*	margin: 13px;*/
	padding: 0px;
	float: right;
	width: 408px;
	height: 228px;
	background-color: #e0e0e0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
}


.inner {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size:contain;
	background-color: #e0e0e0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.inner a {
	width: 530px;
	height: 230px;
	display: block;
	text-indent: -999px;
	float: left;
}
.main img {
	max-width:100%;
	height:auto;
}
#spVisual {
	display:none;
}

@media screen and (max-width: 639px) {
	html {
		height: 100%;
	}
	body {
		width: 100%;
		height: 100%;
	}


	#pcVisual {
		display:none;
	}
	#spVisual {
		display:block;
		position:relative;
		height:100%;
	}

	#spVisual .mainimgArea01 {
		background: #efeff0;
		width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: 0;
		overflow: hidden;
	}
	#spVisual .mainimgArea01 img {
		position:absolute;
		top:0;
		left:0;
		width: 100%;
		height: auto;
	}
	
	.movieBtn01 {
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 43.39%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 86%;
	}

	.movieBtn01 a {
		display: block;
		height: 100%;
		/*		padding-top: 9px;*/
		text-align: center;
		background-image: url(../normal/img/sp/btn_top_movie_s01.png), 
		-webkit-linear-gradient(#0050d9, #0023c9);
		background-image: url(../normal/img/sp/btn_top_movie_s01.png), 
		linear-gradient(#0050d9, #0023c9);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	#spVisual ul.thum {
	width: 100%;
	height: 100%;
	padding: 53.21% 0px 0px;
	margin: 0px;
	text-align: center;
	display: block;
	position: relative;
	z-index: 99;
	left: 0;
	top: 0;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: bottom;
	}
	#spVisual ul.thum li {
	width: 14px;
	height: 14px;
	background-color: #2F74FF;
	display: inline-block;
	margin: 8px 4px 2px;
	border-radius: 7px;
	list-style: none;
	opacity: 0.4;
	}
	#spVisual ul.thum li.current {
	opacity:1.0;
	}

}