@charset "UTF-8";

/* ---------------------------------------------------
	opening-animation
---------------------------------------------------- */
#opening-animation {
	background: rgb(var(--blk));
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	position: relative;
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
	z-index: 2000;
}

#main-content {
	opacity: 0;
	display: none;
	transition: opacity 2s ease-out;
}

#count-up {
	color: rgb(var(--wht));
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 80px;
	font-variant-numeric: tabular-nums;
	letter-spacing: normal;
}

#count-up span {
	width: 48px;
	text-align: center;
	display: inline-block;
}

#skip-button {
	background: #4D4D4D;
	padding: 10px;
	color: #fff;
	font-family: var(--mr-eaves);
	font-size: 1.15rem;
	border: none;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	#opening-animation {
		height: 100vh;
		height: 100dvh;
	}
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
	要らなそうなので（最終的には）消す
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
#cookie-consent-banner {
	background: rgb(var(--wht));
	padding: 20px;
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

/* ---------------------------------------------------
	header
---------------------------------------------------- */
.header {
	background: url(../img/headerBg.webp) right bottom no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column-reverse;
}

.header__content {}

@media screen and (max-width: 768px) {
	.header {
		background-image: url(../img/headerBg_sp.webp);
		overflow-x: hidden;
	}
}

/*
	header__title
------------------------------ */
.header__title {
	padding: 0.75em 0;
	line-height: 1;
	color: rgb(var(--red));
	font-family: var(--mr-eaves);
	font-size: 85px;
	font-weight: 300;
	text-align: center;
}

.header__title b {
	font-size: 125px;
	font-style: italic;
	/* font-weight: 700; */
}

@media screen and (max-width: 840px) {
	.header__title {
		font-size: 10.11905vw;
	}

	.header__title b {
		font-size: 14.88095vw;
	}
}

@media screen and (max-width: 768px) {
	.header__title {
		padding: 1em 0;
		font-size: 8.53333vw;
	}

	.header__title b {
		font-size: 12.26667vw;
	}
}

/*
	header__logo
------------------------------ */
.header__logo {
	margin: 0 auto;
	width: 34.06974%;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.header__logo {
		width: 56.74421%;
	}
}

/*
	kvSlider
------------------------------ */
.header .kvSlider {
	margin-top: -3.95761vw;
	line-height: 0;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.header .kvSlider {
		margin-top: -4.35584vw;
	}
}

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	padding-top: 100px;
}

@media screen and (max-width: 768px) {}

/*
	hotelNav
------------------------------ */
.footer__hotelNav {
	line-height: 1;
	color: rgb(var(--blk));
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer__hotelNav li {
	margin: 0 0 1rem;
	text-indent: 0;
	display: flex;
	position: relative;
}

.footer__hotelNav li:first-of-type::before,
.footer__hotelNav li::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.footer__hotelNav li:first-of-type::before {
	left: 0;
	content: "|";
}

.footer__hotelNav li::after {
	right: 0;
	content: "|";
}

.footer__hotelNav li a {
	padding: 0 1em;
	color: rgb(var(--blk));
	text-decoration: none;
	display: inline-block;
}

.footer__hotelNav li a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.footer__hotelNav {
		text-align: center;
		display: block;
	}

	.footer__hotelNav li:first-of-type::before,
	.footer__hotelNav li::after {
		content: "";
	}

	.footer__hotelNav li {
		margin-bottom: 1rem;
		justify-content: center;
	}

	.footer__hotelNav li a {
		display: inline-block;
		position: relative;
	}

	.footer__hotelNav li a::before,
	.footer__hotelNav li a::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		content: "|";
	}

	.footer__hotelNav li a::before {
		left: 0;
	}

	.footer__hotelNav li a::after {
		right: 0;
	}
}

/*
	copy
------------------------------ */
.copy {
	padding: 2rem 0 3rem;
	color: rgba(var(--blk), 0.5);
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.copy {
		font-size: 2.93333vw;
	}
}

/* ----------------------------------------------------
	toggle nav
---------------------------------------------------- */
/*
	toggle
------------------------------ */
.toggle {
	background: rgba(var(--wht), 0.5);
	padding: 0.5rem;
	position: fixed;
	top: 1rem;
	right: 1rem;
	z-index: 1000;
}

.toggle__inner {
	position: relative;
	width: 48px;
	height: 32px;
	cursor: pointer;
}

.toggle__inner span {
	background: rgb(var(--red));
	width: 100%;
	height: 4px;
	display: block;
	position: absolute;
	left: 0;
	transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease;
}

.toggle__inner span:nth-child(1) {
	top: 2px;
}

.toggle__inner span:nth-child(2) {
	top: 50%;
	transform: translatey(-50%);
}

.toggle__inner span:nth-child(3) {
	bottom: 2px;
}

/* is-open */
.is-open .toggle {
	background: rgba(var(--wht), 0);
}

.is-open .toggle__inner span {
	background: rgb(var(--wht));
}

.is-open .toggle__inner span:nth-child(1) {
	height: 1px;
	top: 50%;
	transform: rotate(35deg) translatey(-50%);
}

.is-open .toggle__inner span:nth-child(2) {
	width: 0;
}

.is-open .toggle__inner span:nth-child(3) {
	height: 1px;
	top: 50%;
	transform: rotate(-35deg) translatey(-50%);
}

@media screen and (max-width: 768px) {
	.toggle__inner {
		max-width: 48px;
		width: 10.66667vw;
	}
}

/*
	nav_content
------------------------------ */
.gnav {
	background: #4D4D4D;
	padding-top: calc(1rem + 32px);
	max-width: 400px;
	width: 100%;
	height: 100%;
	color: rgb(var(--wht));
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	transform: translateX(100%);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gnav__list--item a {
	padding: 0.75rem 0 0.75rem 2rem;
	line-height: 1.25;
	color: rgb(var(--wht));
	font-family: var(--mr-eaves);
	text-decoration: none;
	display: block;
	transition: opacity 0.6s ease;
}

.gnav__list--item a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 768px) {
	.gnav__list--item a {
		padding: 0.75rem 0 0.75rem 2rem;
		font-size: 5.33333vw;
	}
}

/* is-open */
.is-open {
	overflow: hidden;
}

.is-open .gnav {
	z-index: 999;
	transform: translateX(0);
}

.is-open .filter.overlay {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}

/* ----------------------------------------------------
	section
---------------------------------------------------- */
.section {
	padding: 110px 0;
}

.sectionTitle {
	margin-bottom: 4rem;
	line-height: 1;
	font-family: var(--mr-eaves);
	font-size: 98px;
	font-weight: 300;
}

.sectionTitle .sectionTitle__sub {
	margin-top: 0.5rem;
	font-size: 1rem;
	display: block;
}

.sectionTitle .sectionTitle__sub small {
	background: rgb(var(--blk));
	padding: 0.4rem 1rem 0.25rem;
	line-height: 1;
	color: rgb(var(--wht));
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.section {
		padding: 14.93333vw 0;
	}

	.sectionTitle {
		font-size: 12vw;
	}

	.sectionTitle .sectionTitle__sub small {
		line-height: 1.2;
		font-size: 3.73333vw;
	}
}

.logo {
	max-width: 200px;
	margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
	.logo {
		margin: 0 auto 15px;
	}
}