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

body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body, html, div, img {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
}
div {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
img {
	width: 100%;
}

.movie-box {
	width: 600px;
	height: 338px;
	margin: 0 auto;
}
.movie {
	width: 100%;
	height: 100%;
}

a.btn-box {
	display: block;
	width: 498px;
	height: 142px;
	margin: 0 auto;
	transition: all 0.7s;
}
a.btn-box:hover {
	opacity: 0.7;
}

.sp {display: none;}

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