@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}
@media all and (min-width: 1000px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@media all and (min-width: 1500px) {
	html {
		font-size: 68.63%;
	}
}
@media all and (min-width: 768px) and (max-width: 999px) {
	html {
		font-size: 1.917vw;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body {
	font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
}
a {
	transition: 0.3s;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
chrome_annotation {
	border: none !important;
}
@media all and (min-width: 1000px) {
	a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
	}
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 999px) {
	body {
		font-size: 1.3rem;
	}
	a:hover {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
#cont {
	width: 100%;
	height: 100svh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#cont::before {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: url(../img/temporary/bg.jpg) no-repeat center center / cover;
	content: '';
}
#cont::after {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.06);
	content: '';
}
#cont .main_box {
	padding: 17rem 3rem 5rem;
	position: relative;
	text-align: center;
	z-index: 1;
}
#cont .main_box > * {
    opacity: 0;
    transition: 2s;
}
#cont .main_box.active > * {
    opacity: 1;
}
#cont h1 {
	margin-bottom: 3.3rem;
	font-family: "Cormorant", serif;
	font-weight: 500;
	font-size: 5.1rem;
	letter-spacing: 0.282em;
	line-height: 1.2;
}
#cont .ttl_sub {
	margin-bottom: 8.6rem;
	font-family: "Cormorant", serif;
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.071em;
}
#cont .text {
	margin-bottom: 11.3rem;
	letter-spacing: 0.03em;
}
#cont .nav_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 4.8rem;
}
#cont .nav_list li a {
	width: fit-content;
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	font-family: "Cormorant", serif;
	line-height: 1.2;
	letter-spacing: 0.04em;
	border-bottom: 0.1rem solid rgba(255, 255, 255,0.52);
}
#cont .nav_list li a:hover {
	opacity: 0.5;
}
@media all and (min-width: 1000px) and (max-height: 700px) {
	#cont .main_box {
		padding-top: 30svh;
		padding-bottom: 7.143svh;
	}
	#cont h1 {
		margin-bottom: 4.714svh;
	}
	#cont .ttl_sub {
		margin-bottom: 12.286svh;
	}
	#cont .text {
		margin-bottom: 16.143svh;
	}
}
@media all and (min-width: 1000px) and (max-height: 500px) {
	#cont .main_box {
		padding-top: 20svh;
		padding-bottom: 6svh;
	}
	#cont h1 {
		margin-bottom: 3.5svh;
	}
	#cont .ttl_sub {
		margin-bottom: 10svh;
	}
	#cont .text {
		margin-bottom: 13svh;
	}
}
@media all and (max-width: 999px) {
	#cont::before {
		background-image: url(../img/temporary/bg_sp.jpg);
	}
	#cont h1 {
		font-size: 2.8rem;
		line-height: 1.65;
		text-align: center;
	}
	#cont .ttl_sub {
		font-size: max(10px, 1.2rem);
	}
	#cont .nav_list {
		gap: 1rem 2.9rem;
	}
	#cont .nav_list li a {
		font-size: max(10px, 1.5rem);
	}
}
@media all and (max-width: 767px) {
	#cont .main_box {
		padding: 20.6rem 2rem 4rem;
	}
	#cont h1 {
		margin-bottom: 2.8rem;
	}
	#cont .ttl_sub {
		margin-bottom: 8.8rem;
	}
	#cont .text {
		margin-bottom: 10.2rem;
	}
}
@media all and (max-width: 767px) and (max-height: 610px) {
	#cont .main_box {
		padding: 17svh 2rem 7svh;
	}
	#cont h1 {
		margin-bottom: 4svh;
	}
	#cont .ttl_sub {
		margin-bottom: 12svh;
	}
	#cont .text {
		margin-bottom: 15svh;
	}
}
@media all and (min-width: 768px) and (max-width: 999px) {
	#cont .main_box {
		padding: min(20svh, 20rem) 2rem min(4svh, 4rem);
	}
	#cont h1 {
		margin-bottom: min(2.8svh, 2.8rem);
	}
	#cont .ttl_sub {
		margin-bottom: min(8svh, 8rem);
	}
	#cont .text {
		margin-bottom: min(10svh, 10rem);
	}
}