@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 30px;
	position: relative;
}

.mainVisual h1 {
	margin-top: -10px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#main .text {
	margin-bottom: 40px;
	font-size: 1.7rem;
	text-align: center;
}


@media all and (max-width: 767px) {
	.mainVisual {
		margin-bottom: 30px;
	}

	.mainVisual h1 {
		margin-top: 4px;
	}

	.mainVisual h1 img {
		max-width: inherit;
	}
	
	#main {
		margin-bottom: 66px;
	}

	#main .text {
		margin-bottom: 46px;
		font-size: 1.3rem;
		line-height: 22px;
	}
}


/*-- 240419BD修正 --*/

.movie{
	margin-top: 80px;
	margin-bottom: 100px;
	text-align: center;
}

.movie h2{
	font-size: 1.5em;
	margin-bottom: 20px;
}

iframe.mv-player{
	width: 700px ;
	height: 393px ;
}

@media all and (max-width: 767px) {
	iframe.mv-player{
		width: 95% ;
		height: auto;
		aspect-ratio: 16 / 9;
	}
}


/*-- 251223BD修正 --*/
.short-movie{
	margin-right: 28px;
}

@media all and (max-width: 767px) {
	.short-movie{
		margin-right: 0;
		margin-bottom: 20px;
	}
}