@charset "utf-8";

.mv {
	max-width: 908px;
}

.mv_adjust{
	text-align: center;
}
.mv_adjust img{
	max-width: 736px;
}
@media screen and (max-width: 767px){
	.mv_adjust img{
		max-width: 100%;
	}
}

/* バナー幅 */
.w-65 {
	width: 65% !important;
	min-width: 0 !important
}

img.w-65 {
	height: auto !important;
}

@media screen and (max-width: 767px) {
	.w-100-sp {
		width: 100% !important;
		min-width: 0 !important;
	}

	img.w-100-sp {
		height: auto !important;
	}
}

#moreaco {
	height: 0;
}

#moreaco.is-open {
	height: auto;
}