@charset "UTF-8";

/* ========================================
	contents
======================================== */
.l-contents {
  background-image:
		url(../images/movie/movie_bg_circle.png),
		url(../images/movie/movie_bg.png);
	background-color: #000;
	background-repeat: no-repeat, repeat-y;
	background-position: 0 0;
  background-size: 100% auto;
	padding-bottom: 5%;
}

.p-movie-box {
	margin-top: -7.6%;
	margin-bottom: 6%;
}
.p-movie-thumb {
	position: relative;
	padding: 7.4666% 6.4%; /*56/750*100 48/750*100*/
  background: url(../images/movie/movie_thumb_bg.png) center top no-repeat;
  background-size: 100% auto;
}

.p-movie-thumb_title {
  width: 88%; /*660/750*100*/
	margin: -4% auto 0;
}

.p-movie-thumb_frame {
	position: relative;
	padding-top: 56.25%;
}

.p-movie-thumb_frame img,
.p-movie-thumb_frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-movie-thumb .is-new {
	position: absolute;
	top: 6.26666%;
	left: 5.2%;
	width: 19.46666%;/*146/750*100*/
	z-index: 1;
}
