.area_movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.area_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img.movie  {
	width: 100%;
}

.button_detail {
	margin: 30px 15px;
	display: block;
}
.button_detail img {
	width: 100%;
}

.area_contents {
	position: relative;
}
.area_contents h2 {
}
.area_contents h2 img {
	width: 100%;
}
.area_contents .button_bestseason {
	display: block;
	width: 35%;
	position: absolute;
	right: 5%;
	bottom: 5%;
}
.area_contents .button_bestseason img {
	width: 100%;
}
