#kv {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	background: url(../img/kv.jpg) 30% 50% / cover no-repeat;
	padding: 30px 80px;
	height: 100dvh;
}

#kv div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#kv div h2 {
	color: #ffffff;
	line-height: 1.4em;
	font-size: clamp(2.4rem, 1.44rem + 2.0vw, 4rem);
	text-shadow: 0px 0px 6px #000000;
	text-align: center;
	white-space: nowrap;
}

#kv div h2 small {
	font-size: 0.8em;
}

#kv div h3 {
	padding-top: 30px;
	color: #ffffff;
	font-size: clamp(1.8rem, 1.2rem + 1.25vw, 2.8rem);
	text-shadow: 0px 0px 6px #000000;
	white-space: nowrap;
}

#kv h4 {
	position: absolute;
	bottom: 80px;
	right: 80px;
	padding-top: 40px;
	color: #ffffff;
	text-shadow: 0px 0px 6px #000000;
}

@media screen and (max-width: 767px) {
	#kv {
		background-position: 23% 50%;
		justify-content: flex-start;
		align-items: center;
	}

	#kv div {
		padding-top: 60px;
	}

	#kv h4 {
		bottom: 50px;
		right: auto;
		padding: 0px 20px;
		text-align: center;
	}
}

#info > div {
	margin-inline: auto;
	padding: 20px 0px;
	max-width: 840px;
}

#info > div:not(:first-of-type) {
	padding-top: 40px;
}

#info > div h3 {
	padding-bottom: 20px;
	font-size: clamp(1.8rem, 1.44rem + 0.75vw, 2.4rem);
}

#info>div h3 small {
	font-size: 0.85em;
}

#info > div div.movie {
	position: relative;
	border-radius: 2px;
	margin-top: 40px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#info>div div.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#info > div p:not(:first-of-type) {
	padding-top: 20px;
}

#info aside {
	margin-inline: auto;
	padding-top: 40px;
	max-width: 800px;
}

#info aside ul li {
	display: flex;
	justify-content: flex-start;
	padding-bottom: 10px;
}

#info aside ul li::before {
	content: "\203B";
	padding-right: 4px;
}

#info aside p {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}

#info aside p::before {
	content: "";
	display: block;
	background: url(../img/icon_mail.svg) 50% 50% / contain no-repeat;
	margin-right: 4px;
	width: 1.4em;
	aspect-ratio: 1 / 1;
}

@media screen and (max-width: 545px) {
	#info aside p {
		align-items: baseline;
	}

	#info aside p::before {
		position: relative;
		top: 2px;
	}
}