@charset "utf-8";
.kv {
		min-height: 400px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-image: url("../images/kv_pc.jpg?250926");
		position: relative;
}
@media(min-width: 768px) {
		.kv {
				min-height: 600px;
		}
}
.kv .kv_catch_gr {
		color: #fff;
		position: absolute;
		top: 45%;
		left: 50px;
		display: flex;
		flex-direction: column-reverse;
}
.kv_lead {
		font-size: clamp(1.625rem, 1.111vw + 1.042rem, 2.375rem); /* 840-1920 26/38*/
		line-height: 1.2;
		margin: 0 0 30px;
		font-weight: 900;
}
.kv_catch {
		font-size: clamp(4.375rem, 0.926vw + 3.889rem, 5rem); /* 840-1920 70/80*/
		line-height: 1.4;
		font-weight: 900;
}
.kv .kv_scrollDown {
		font-size: 20px;
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		position: absolute;
		bottom: 100px;
		right: 60px;
}
.kv_scrollDown a {
		color: #fff;
		text-decoration: none;
		display: inline-block;
		position: relative;
}
.kv_scrollDown a::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -32px;
		width: 17px;
		height: 21px;
		background-image: url("../images/scroll_arw.png");
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 17px;
}
.kv_scrollDown span {
		position: relative;
		display: inline-block;
}
.kv_scrollDown span::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -8px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #fff;
		transform-origin: left center;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		transform: scaleX(0);
}
@media(max-width: 1300px) {
		.kv .kv_scrollDown {
				font-size: 18px;
				bottom: 40px;
				right: 40px;
		}
}
@media(max-width: 767px) {
		.kv .kv_scrollDown {
				font-size: 14px;
				bottom: 40px;
				right: 25px;
		}
		.kv_scrollDown a::before {
				top: 0;
				left: -23px;
				width: 14px;
				height: 17px;
				background-size: 14px;
		}
}
@media (hover: hover) {
		.kv_scrollDown a:hover span::after {
				transform: scaleX(1)
		}
}
@media(min-width: 1921px) {
		.kv_lead {
				font-size: 46px;
		}
		.kv_catch {
				font-size: 112px;
				font-weight: 900;
		}
}
@media(max-width: 840px) {
		.kv .kv_catch_gr {
				left: 40px;
		}
		.kv_lead {
				font-size: 22px;
				margin: 0 0 20px;
		}
		.kv_catch {
				font-size: 56px;
		}
}
@media(min-width: 768px) {
		.kv_lead br {
				display: none
		}
}
@media(max-width: 767px) {
		.kv .kv_catch_gr {
				left: 20px;
		}
		.kv_lead {
				font-size: 16px;
				line-height: 1.5;
				margin: 0 0 10px;
		}
		.kv_catch {
				font-size: 36px;
		}
}
@media(max-width: 390px) {
		.kv_lead {
				font-size: 15px;
		}
		.kv_catch {
				font-size: 32px;
		}
}