@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	font-family: 'Noto Sans JP',sans-serif;
	font-size: min(16px, 4.1vw);
	font-style: normal;
	font-weight: 300;
	font-feature-settings: 'palt';
	color: var(--text-color);
	letter-spacing: .03em;
	line-height: 2;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

:root {
	--main-color: #E0EEF9;
	--logo-color: #727171;
	--text-color: #000000;
}

h1 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100svh;
	color: var(--main-color);
	font-family: 'the-seasons', sans-serif;
	font-size: min(96px, 16vw) !important;
	text-align: center;
	line-height: 1;
	letter-spacing: .1em;
	justify-content: center;
	align-items: center;
}


.pc_only {
	display: initial;
}

.sp_only {
	display: none;
}


@media (any-hover: hover) {

}


@media (width <= 767px) {

	.pc_only {
		display: none;
	}

	.sp_only {
		display: initial;

	}
}
