@charset "utf-8";
body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

a[href="#about"],
a[href="/news/"] {
	pointer-events: none;
}

#main.index {
	color: #fff;
	padding-top: min(17.9487vw, 140px);
}
#header .site_name.__pre {
	top: min(2.8vw, 21px);
	line-height: 1.3;
}
#glnav .wrap_gnav .site_name__sp.__pre .sn_link,
#header .site_name.__pre .sn_link {
	color: #fff;
	font-family: "Noto Serif", serif;
	font-weight: 500;
	text-decoration: none;
}
#header .site_name.__pre .sn_link {
	font-size: clamp(3.3rem, 8.6vw, 6.6rem);
}
#glnav .wrap_gnav .site_name__sp.__pre .sn_link {
	font-size: clamp(5rem, 13.02vw, 10rem);
}

@media screen and (min-width:641px) {
	#main.index {padding-top: 0;}
	#header .site_name.__pre {
		top: min(1.40625vw, 27px);
		line-height: 1;
	}
	#header .site_name.__pre .sn_link {
		font-size: clamp(2.5rem, 5.102vw, 5rem);
	}
}

/*section_pre*/
.section_pre {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.index .section_pre {
	height: calc(100vh - 300px);
}
.cmn .section_pre {
	padding-top: min(12vw, 90px);
}

.section_pre * {
	color: #fff;
	font-family: "Noto Serif", serif;
	font-weight: 500;
}
.section_pre .h2_name {
	font-size: clamp(6.9rem, 17.96vw, 13.8rem);
	margin-bottom: min(6vw, 45px);
}
.section_pre .notice {
	font-size: clamp(2.4rem, 6.25vw, 4.8rem);
	margin-bottom: min(6vw, 45px);
}
.section_pre .notice .notice_mn {
	font-size: clamp(3.5rem, 9.12vw, 7rem);
	font-style: normal;
}
.section_pre .h2_comming {
	font-size: clamp(1.9rem, 4.948vw, 3.8rem);
}
.section_pre .catch {
	font-size: clamp(1.5rem, 3.908vw, 3rem);
	line-height: 1.8;
	text-align: center;
	margin-bottom: min(6vw, 45px);
}

@media screen and (min-width:641px) {
	.index .section_pre {
		/*height: calc(100vh - 180px);*/
		padding-top: min(15vw, 180px);
	}
	.section_pre .h2_name {
		font-size: clamp(5.8rem, 11.834vw, 11.6rem);
		margin-bottom: min(2.03125vw, 18px);
	}
	.section_pre .notice {
		font-size: clamp(2rem, 4.082vw, 4rem);
		margin-bottom: min(2.03125vw, 21px);
	}
	.section_pre .notice .notice_mn {
		font-size: clamp(2.8rem, 5.714vw, 5.6rem);
	}
	.section_pre .h2_comming {
		font-size: clamp(1.65rem, 3.368vw, 3.3rem);
		font-weight: 300;
	}
	.section_pre .catch {
		font-size: clamp(1.5rem, 3.062vw, 3rem);
		margin-bottom: min(2.03125vw, 18px);
	}
}
@media screen and (min-width:1200px) {
	.section_pre {
		display: block;
		text-align: center;
	}
	.index .section_pre {
		/*height: 610px;*/
		height: auto;
		padding-top: 150px;
		padding-bottom: 60px;
	}
}

/*under pages*/
#site_name {
	background: #1d1d1d;
}
#main {
	background: none;
}
