@charset "UTF-8";

/* --------------------------------
 * コンテンツ
 * -------------------------------- */

.contents {
	width: 100%;
	margin-top: 91px;
	color: #333;
}

.contents_lead {
	margin-bottom: 20px;
}

.contents_lead_inner {
	display: inline-block;
	padding-bottom: 10px;
	margin-left: 20px;
	font-family: 'Droid Serif', serif;
	color: #666;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	font-weight: normal;
	border-bottom: solid 1px #999;
}

/* --------------------------------
 * ムービー
 * -------------------------------- */

.contents section:nth-child(n+1) {
	margin: 20px 10px 20px;
}

.movwrap {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.movimg {
	position: relative;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-order: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	order: 1;
}

.movimg a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.movtitle {
	text-align: center;
	font-size: 1.3rem;
	line-height: 2;
	z-index: -2;
	background-color: #f0f0f0;
	padding: 10px 10px;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-order: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
}

.register {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-order: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	order: 3;
	font-size: 8px;
	line-height: 1.8;
	color: #999;
	text-align: right;
	margin-top: 4px;
}

.register a {
	color: #999;
}

footer {
	margin-top: 50px;
}