@charset "utf-8";
/* CSS Document */

html, body, div, img {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 0;
}

.sp {display: none;}

.w_full {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.w_mid {
	width: 70%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.thanks-box {
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
img {
	width: 100%;
}
a.btn-box {
	display: block;
	width: 498px;
	height: 142px;
	margin: 50px auto 90px;
	transition: all 0.7s;
}
a.btn-box:hover {
	opacity: 0.7;
}

.movie-box {
	width: 800px;
	height: 450px;
	margin: 80px auto 100px;
}
.movie {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 799px) {
	.movie-box {
		width: 500px;
		height: 281px;
		margin: 80px auto 100px;
	}
	.movie {
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 600px) {
	.pc {display: none;}
	.sp {display: block;}
	.thanks-box { width: 100%; }
	a.btn-box {width: 80%; height: auto; margin: 30px auto 90px;}
	
	.movie-box {
		position: relative;
		width: 92%;
		height: 0;
		padding-bottom: 56.25%;
		margin: 60px auto 80px;
	}
	.movie {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
}