@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');
.header_logo_body, .header_nav, .header_trigger {
		transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
		transform: translateY(-100px)
}
.header_logo_body.isActive, .header_nav.isActive, .header_trigger.isActive {
		transform: translateY(0)
}
.fv-container {
		margin: 0;
		position: relative;
		box-shadow: rgba(0, 0, 0, 0.7) 0px 48px 100px 0px;
}
@media(max-width: 767px) {
		.fv-container {
				box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
		}
}
.fv-main {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100vh;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-image: url("../images/fv-1_pc.jpg");
		transition: background 0.8s;
}
.fv-main.second {
		background-image: url("../images/fv-2_pc.jpg")
}
.fv-main.third {
		background-image: url("../images/fv-3_pc.jpg")
}
.fv-main.fourth {
		background-image: url("../images/fv-4_pc.jpg")
}
.fv-main.fifth {
		background-image: url("../images/fv-5_pc.jpg")
}
.fv-main .fvBg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		display: none;
}
.fvBg .fvBgOverlay {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}
.fvBg.first {
		background-image: url("../images/fv-1_pc.jpg");
		display: block !important
}
.fvBg.second {
		background-image: url("../images/fv-2_pc.jpg")
}
.fvBg.third {
		background-image: url("../images/fv-3_pc.jpg")
}
.fvBg.fourth {
		background-image: url("../images/fv-4_pc.jpg")
}
.fvBg.fifth {
		background-image: url("../images/fv-5_pc.jpg")
}
.fvBg.first .fvBgOverlay {
		background: rgba(0, 0, 0, 0.8)
}
.fvBg.second .fvBgOverlay {
		background: rgba(0, 0, 0, 0.75)
}
.fvBg.third .fvBgOverlay {
		background: rgba(0, 0, 0, 0.4)
}
.fvBg.fourth .fvBgOverlay {
		background: rgba(0, 0, 0, 0.2)
}
.fvBg.fifth .fvBgOverlay {
		background: rgba(0, 0, 0, 0.1)
}
.fv_item {
		height: 100vh;
		min-height: 900px;
}
.fv_item.fifth {
		height: 150vh;
		min-height: 1500px;
}
@media(max-width: 767px) {
		.fv_item {
				height: 60vh;
				min-height: 500px;
		}
		.fv_item.fifth {
				height: 60vh;
				min-height: 500px;
		}
}
.fvBg .fv-catch {
		position: absolute;
		top: 50%;
		left: 0;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		font-size: clamp(1.375rem, 2.667vw + 0.75rem, 3.75rem);
		line-height: 1.8;
		width: 100%;
		text-align: center;
		color: #fff;
		transform: translateY(-50%);
		letter-spacing: 0.2em;
		text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2)
}
.fv-catch p {
		margin: 0;
		padding: 0;
}
@media(min-width: 700px) {
		.fv-catch p br {
				display: none;
		}
}
.fvBg .fv_news {
		position: absolute;
		right: 0;
		bottom: 60px;
		width: 540px;
		height: 110px;
}
.fv_news_inner {
		box-sizing: border-box;
		background: #fff;
		width: 100%;
		height: 110px;
		border-radius: 6px 0 0 6px;
		padding: 25px 35px;
}
.fv_news_inner a {
		color: #222;
		text-decoration: none;
		position: relative;
		display: block
}
.fv_news_item dt {
		display: flex;
		align-items: center;
		margin: 0 0 10px;
		font-family: "Inter", serif;
		font-size: 14px;
}
.news_date {
		font-weight: 500;
		margin-right: 10px;
}
.icon_category {
		width: 58px;
		height: 22px;
		background: #222;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 13px;
}
.fv_news_inner a .icon_category {
		color: #fff;
}
.fv_news_inner a .link_arw {
		position: absolute;
		right: 0;
		top: calc(50% - 10px)
}
.fv_news_inner a .link_arw::before {
		background: #222;
}
.fv-container_bottom {
		position: relative;
}
.fv_scroll {
		position: absolute;
		width: 10px;
		height: 160px;
		bottom: -20px;
		left: calc(50% - 5px);
		z-index: 1000;
}
.fv_scroll .fv_scroll_bar {
		width: 1px;
		height: 130px;
		position: absolute;
		top: 60px;
		left: 4.5px;
		transform-origin: center top;
		background: #fff;
		animation: scrollBar 1.2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
@keyframes scrollBar {
		0% {
				transform: scaleY(0);
				opacity: 0;
		}
		80% {
				transform: scaleY(1);
				opacity: 1;
		}
		100% {
				transform: scaleY(1);
				opacity: 0;
		}
}
@media(max-width: 767px) and (max-height: 500px) {
		.fv_scroll {
				bottom: -60px
		}
		.fv_news_inner {
				position: relative;
				top: 90px;
		}
		.fv-container.fifth .fv_scroll {
				opacity: 0;
				transition: opacity 0.4s;
		}
}
@media(max-width: 1200px) {
		.fvBg .fv_news {
				width: calc(50% - 60px);
		}
		.fv_news_inner {
				height: 110px;
				padding: 20px 40px 15px 15px;
		}
		.fv_news_inner a .link_arw {
				right: -30px;
		}
}
@media (max-width: 840px) {
		.fv_news_inner {
				height: 120px;
				padding: 20px 50px 15px 15px;
		}
		.fv_news_inner a .link_arw {
				right: -40px;
		}
}
@media(max-width: 767px) {
		.fvBg.first {
				background-image: url("../images/fv-1_sp.jpg");
				display: block !important
		}
		.fvBg.second {
				background-image: url("../images/fv-2_sp.jpg")
		}
		.fvBg.third {
				background-image: url("../images/fv-3_sp.jpg")
		}
		.fvBg.fourth {
				background-image: url("../images/fv-4_sp.jpg")
		}
		.fvBg.fifth {
				background-image: url("../images/fv-5_sp.jpg")
		}
		.fvBg .fv_news {
				position: absolute;
				right: inherit;
				left: 0;
				bottom: -5px;
				width: 100%;
				height: 100px;
		}
		.fv_news_inner {
				height: 100px;
				border-radius: 0;
				padding: 15px;
		}
		.fv_news_inner a {
				padding-right: 50px;
		}
		.fv_news_inner a .link_arw {
				right: 0;
		}
		.fv-container.fifth .fv_scroll {
				opacity: 0;
				transition: opacity 0.4s;
		}
}