.mvlow__inner .h1_ja {
	font-size: min(2.4vw, 48px);
	font-weight: normal;
	line-height: 1.4;
}

#news .sec01__inner--block .main .detail h1 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: min(1.5vw, 22px);
	line-height: 1.4;
}

@media (max-width: 640px) {
	.mvlow__inner .h1_ja {
		font-size: 6.0vw;
		text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff;
	}

	#news .sec01__inner--block .main .detail h1 {
		margin-bottom: 5%;
		padding-bottom: 3%;
		font-size: 4.0vw;
	}
}

.footer__inner--left .logo {
	width: 65%;
	margin-bottom: 20px;
}

.footer__inner--left .logo img {
	width: 100%;
	height: auto;
}

@media (max-width: 640px) {
	.footer__inner--left .logo {
		width: 65%;
		margin-bottom: 4%;
	}
}
