@charset "UTF-8";

#mv .mv_text>div {
	display: inline-block;
	width: auto;
	color: #FFF;
	text-align: center;
	border: 1.5px solid #FFF;
	padding: 3rem;
}

@media (max-width: 900px) {
	#mv .mv_text>div {
					padding: 1rem;
	}
}

#mv .mv_text {
	display: none;
}

#mv.slide02 .mv_img li.show img {
	animation: unset;
}

#mv {
	height: auto;
	aspect-ratio: 5/2;
}

@media (max-width: 700px) {
#mv {
	aspect-ratio: 600/569;
}
}

/*---MV画像カバー色削除
------------------------------------------*/
#mv:after {
	background: unset;
}