section.message {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 2;
	background: url("../images/message_01.png") no-repeat;
	background-size: 100% auto;
}
.brand_message {
	position: absolute;
	width: 100%;
	height: auto;
	top: min(111.6vw, 837px);
	left: 0;
}