#top {
	background: url(../img/top/kv-bg.jpg) center / cover no-repeat;
}

#top section {
	display: flex;
	justify-content: center;
	background: url(../img/top/kv-img.png) bottom center / auto 50% no-repeat;
	padding-top: clamp(10rem, 4rem + 12.5vw, 20rem);
	height: 100dvh;
}

#top section p {
	margin-inline: auto;
	padding: 20px;
	max-width: 600px;
	text-align: center;
}

#top section p:nth-of-type(1) {
	font-size: clamp(2rem, 1.04rem + 2vw, 3.6rem);
	font-weight: bold;
}

#top section p:nth-of-type(3) a {
	display: inline-block;
	background: url(../img/icon_line.png) center / contain no-repeat;
	width: 100px;
	aspect-ratio: 1 / 1;
	font-size: 0.0001em;
	text-indent: 100%;
	overflow: hidden;
}