@charset "utf-8";
/* =================================================
	movie
================================================= */

/* #sec_head ----------------------- */
@media only screen and (max-width: 768px) {
	#sec_head h1 {
		background:url(../img/movie/sec_head_img01.jpg) no-repeat 150% top;
		background-size:contain;
	}
}

@media print,screen and (min-width: 769px) {
	#sec_head h1 {
		background:url(../img/movie/sec_head_img01.jpg) no-repeat right top;
		background-size:contain;
	}
}

/* #sec_movie ----------------------- */
@media only screen and (max-width: 768px) {
	#sec_movie {
	}
}

@media print,screen and (min-width: 769px) {
	#sec_movie {
	}
}

/* .title_style01 ----------------------- */
@media only screen and (max-width: 768px) {
	.title_style01 {
		margin-top:30px;
	}
}

/* .sec_movie_text01 ----------------------- */
@media only screen and (max-width: 768px) {
	.sec_movie_text01 {
		margin-bottom:20px;
	}
}

@media print,screen and (min-width: 769px) {
	.sec_movie_text01 {
		margin-bottom:20px;
		font-size:16px;
	}
}

/* .box_movie ----------------------- */
@media only screen and (max-width: 768px) {
	.box_movie {
		margin:20px 0 0;
	}
	
	.box_movie .movie {
		position:relative;
		margin:20px 0 60px;
		padding-bottom:56.25%;
		width:100%;
		height:0;
		text-align:center;
	}
	
	.box_movie:last-child .movie {
		margin-bottom:0;
	}
	
	.box_movie iframe {
		position:absolute;
		top:0;
		left:0;
		display:block;
		width:100%;
		height:100%;
	}
	
	.box_movie .movie h4 {
		position:absolute;
		bottom:-2.75rem;
		font-size:1.2rem;
	}
}

@media print,screen and (min-width: 769px) {
	.box_movie {
		margin:40px 0 0;
	}
	
	.box_movie .movie {
		margin:40px 0 0;
		text-align:center;
	}
	
	.box_movie iframe {
		width:560px;
		height:315px;
	}
}