@charset "UTF-8";
/*==============================================

    THEME INFOMOVIE

==============================================*/

.infomovie .c-hero__bg {
    background: transparent url(../../infomovie/image/img_infomovie_main_sp.jpg) no-repeat scroll center center;
    background-size: cover;
}

.infomovie .movie-box {
	width:100%;
	margin:0 auto 50px;
}
.infomovie .movie-box .t-movie{
	position:relative;
}
.infomovie .movie-box .t-movie .playicon {
	content: '';
	display:none;
	width: 100%;
	height: 100%;
	margin:auto;
	background: url(../../infomovie/image/icon_play.png) no-repeat 50% 50% ;
	background-size: 72px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:10;
}
.infomovie .movie-box .t-movie.off .playicon {
	display:block;
}
.infomovie .movie-box video{
	width:100%;
	outline: none;
}

@media screen and (min-width: 769px) {

	.infomovie .movie-box {
		width:90%;
		margin-bottom:100px;
	}

}