@charset "shift_jis";

/* page == cm
------------------------------------------------------------------*/
#movie_container{
	margin: 40px 0 0;
	text-align: center;
	width: 100%;
}
.c-movie {
	padding-bottom: 50px;
}
.c-movie ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.c-movie ul li {
	width: 100%;
	max-width: 800px;
}
.c-movie ul li + li {
	margin-top: 40px;
}
.c-movie .lead {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 10px;
	line-height: 1.4;
	padding: 0 10px;
}
.c-movie .thumb {
	background-color: #000;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.c-movie .thumb:before {
	content: '';
	display: block;
	padding-top: 56.25%;
	z-index: 1;
}
.c-movie .thumb iframe, .c-movie .thumb a {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}