
/* */

#cboxClose {
	top:15px;
	right: 15px;
}

#video h2 {
	font-size: 2.0rem;
	line-height: 1.2;
	font-weight: 600;
}
.doc_sam {
	margin: 3em 5em 1em 0;
	line-height: 3;
	text-align: center;
}
.mvFlexGlow {
	flex-grow: 2;
}
.mvFlex {
	flex-wrap: wrap;
	max-width: 624px;
}
.mvSam {
	position: relative;
	width: 260px;
	text-align: center;
	margin-bottom: 1em;
	line-height: 1.2;
}
.mvSam p {
	margin: 1em 0 2em;
	font-size: 1.4rem;
	white-space: nowrap;
}
.mvSam a:after {
	content: "　";
	width: 100%;
	height: 100%;
	background: url("../movie/images/mv_over.png") no-repeat;
	background-position: center top;
	background-size: 100%;
	/*display: none;*/
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: opacity .5s;
}
.mvSam a:hover:after {
	/*display: block;*/
	opacity: 1;
}
@media screen and (max-width:768px) { 
	#video h2 {
		font-size: 1.6rem;
	}
	.doc_sam {
		margin: 2em auto 0;
	}
	.mvSam {
		width: 48%;
	}
	.mvSam p {
		white-space: normal;
		font-size: 1.2rem;
		margin: 1em 0;
	}
	.mvSam a:after {
		opacity: .8;
	}
	.mvSam a img {
		width: 100%;
	}
}



@media screen and (min-width:480px) { 
	background-color: #fff;
	background-size: contain!important;
}

/* cbox iframe */
body.cboxMovie {
	padding: 2em;
}
body.cboxMovie h1 {
	margin-bottom: 1em;
}
.duration {
	margin-bottom: 1em;
}
