@charset "utf-8";
.mv .texts h1 {
  width: 404px;
}
@media (max-width: 768px) {
	.mv .texts {
    max-width: 78%;
  }
	.mv .texts h1 {
		width: 100%;
	}
  .mv .texts .hcopy {
    font-size: calc(12 / 14 * 100%);
		line-height: calc(20 / 12);
  }
}