@charset "UTF-8";

/* ========================================
	movie
======================================== */
.l-contents {
  padding-bottom: 0;
}
.p-movie_inner {
  padding: 6.6% 0 20.8% 0;
	background: url(../images/movie/movie_bg.png) left top repeat;
  background-size: 20% auto; /* 150 / 750 *100 */
}
.p-movie_title {
  margin-top: 43px;
}
.p-movie-thumb {
  position: relative;
  margin: 0 7.333333%;
  padding: 12px 9.33333% 14px 8%;
	box-sizing: border-box;
	background: url(../images/movie/movie_thumb_bg.png) left top repeat-y;
  background-size: 100% auto;
	text-align: center;
}
.p-movie-thumb:not(:first-child) {
  margin-top: 48px;
}
.p-movie-thumb:before,
.p-movie-thumb:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.p-movie-thumb:before {
  top: -13px;
  height: 13px;
  background-image: url(../images/movie/movie_thumb_bg_top.png);
  background-size: 100% 13px;
}
.p-movie-thumb:after {
  bottom: -17px;
  height: 17px;
  background-image: url(../images/movie/movie_thumb_bg_btm.png);
  background-size: 100% 17px;
}
.p-movie-thumb_title {
  margin-bottom: 12px;
}
.p-movie-thumb_frame {
  width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.player_wrap {
  display: block;
  position: relative;
  height: 0;
  padding-top: 56.4705882%;
}
.yt_player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-movie-thumb_frame iframe {
  width: 100%;
  height: 100%;
}
