@charset "UTF-8";

/* ========================================
	movie
======================================== */
.p-movie_wrap{
	background:#fff url(../images/movie/bg_tile.png) repeat top left;
	background-size:5.3333333% auto; /* 40 * 750 * 100 */
}
.l-contents.p-movie_footbg{
	background:url(../images/movie/mov_foot_bg.png) repeat-x bottom;
	background-size: 1.6% auto;
	padding-bottom: 8.5%;
}
.p-movie_cont{
	margin: 0 auto 6% auto;
  padding-bottom: 4%;
	text-align: center;
	background: url(../images/movie/bg_mov.png) no-repeat top center;
	background-size:78.6666666% auto; /* 590 * 750 * 100 */
}
.p-movie_cont02{
	padding-top: 4.5%;
	margin: 0 auto 6% auto;
	text-align: center;
	background: url(../images/movie/bg_mov02.jpg) no-repeat top center;
	background-size:78.6666666% auto; /* 590 * 750 * 100 */
}
.p-movie_cont h1 img{
	width: 24%; /* 180 * 750 * 100 */
}
.p-movie_h{
	width: 54.1333333%; /* 406 * 750 * 100 */
	z-index: 1000;
	position: relative;
	margin: -2% auto 0 auto;
}
.p-movie_h.p-movie_h02{
	width: 74.1333333%; /* 556 * 750 * 100 */
}
.p-movie_iconew{
	display: block;
	position: absolute;
	top: -46.5116279%; /* 40 * 86 * 100 */
	left: -11.82266%; /* 48 * 406 * 100 */
	width: 23.399015%; /* 95 * 406 * 100 */
}
.p-movie_h.p-movie_h02 .p-movie_iconew{
	left: -8.6330935%; /* 48 * 556 * 100 */
	width: 17.0863309%; /* 95 * 556 * 100 */
}
/**Movie**/
.mov_wrap{
	width: 73.3333333%; /* 550 * 750 * 100 */
	margin: 0 auto;
	overflow: hidden;
}
.mov{
	margin-left: -3.2%;
	margin-right: -3.2%;
}
.player_wrap{
    display: block;
    position: relative;
    height: 0;
    padding-top: 56.25%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.yt_player{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}