@charset "utf-8";
.mv .texts h1 {
  width: 52vh;
	max-width: 494px;
}
.mv .texts .hcopy {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px) {
	.mv .texts h1 {
		width: 73.8vw;
		max-width: 288px;
	}
	.mv .texts .hcopy {
		width: 90%;
		font-size: calc(12 / 14 * 100%);
		line-height: calc(20 / 12);
	}
}