:root {
	--w-site: 1180px;
	--w-sp: 767px;
	--ease: cubic-bezier(.215, .61, .355, 1);
	--primary-color: #1F1F28;
	/* --secondary-color: #f00; */
	--font-main: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Noto Sans JP", meiryo, sans-serif
}
@media (width < 768px) {
	.pc {
		display: none !important
	}
}
@media (768px <= width) {
	.sp {
		display: none !important
	}
}
@media (768px <= width) {
	html {
		font-size: min(.6944444444vw, 10px)
	}
}
@media (width < 768px) {
	html {
		font-size: 2.6666666667vw
	}
}
@media (width < 768px) {
	html * {
		-webkit-overflow-scrolling: touch;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
	}
}
html {
    scroll-behavior: smooth;
}
body {
	font-family: var(--font-main);
	font-size: 1.6rem;
	font-optical-sizing: auto;
	font-feature-settings: "palt";
	line-height: 1.6;
	@media (width < 768px) {
		font-size: 1.4rem;
	}
}
