@charset "UTF-8";

html {
	scroll-behavior: smooth;
	scroll-padding-top: 170px;/* 固定ヘッダーの高さ分 */
}

@media screen and (max-width: 900px) {
	html {
		scroll-padding-top: 70px;
	}
}

#lv {
	display: none;
}

header .burger li.sp_payment a {
	padding: 6px 0px !important;
}

section#ppf-top {
	z-index: 10;
	position: relative !important;
}

.ppf-hero__kicker {
	padding-top: 100px;
}

.ppf-hero__title {
	font-size: clamp(27px, 4vw, 50px) !important;
}

.ppf-hero__kicker {
	font-family: serif;
}

.ppf-scroll__dot {
	background: var(--i_sub_color) !important;
}

.ppf-subnav {
	z-index: 1 !important;
	position: relative !important;
}

#ppf-contact {
	padding: 0;
}

#ppf-modelPanels {
	padding-bottom: 0px !important;
}