@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+JP:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');

:root {
	/* font */
	/* --gothic: "Noto Sans JP", serif; */
	--gothic: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	--amiri: "Amiri", serif;
	--oswald: "Oswald", serif;

	/* color */
	--blk: 0, 0, 0;
	--wht: 255, 255, 255;
	--gra: 179, 179, 179;
	--brn: 167, 49, 28;
	--beg: 242, 224, 221;
}

/* ----------------------------------------------------
	基本設定
---------------------------------------------------- */
html {
	scroll-behavior: smooth;
}

/*
	表示設定
------------------------------ */
body {
	background: rgb(var(--wht));
	line-height: 1.8;
	font-weight: 500;
}

a {
	display: inline-block;
	text-decoration: underline;
	transition: all 0.5s ease 0s;
}

a:hover {
	text-decoration: none;
}

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

/*
	font
------------------------------ */
body {
	font-family: var(--gothic);
	font-feature-settings: "palt"1;
	letter-spacing: 0.05em;
	font-weight: 400;
}

body.fixed {
	overflow: hidden;
}

body,
th,
td {
	color: rgb(var(--blk));
	font-size: 16px;
	font-weight: normal;
}

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

	body,
	th,
	td {
		font-size: 4.26667vw;
	}
}

/*
	SP,PC表示切り替え
------------------------------ */
.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/*
	list
------------------------------ */
ul.list li {
	display: flex;
	position: relative;
}

/* note */
ul.note li {
	font-size: 12px;
}

ul.note li::before {
	content: "※";
}

ul.note.en li::before {
	content: "*";
}

@media screen and (max-width: 1100px) {
	ul.note li {
		font-size: 1.09091vw;
	}
}

@media screen and (max-width: 768px) {
	ul.note li {
		font-size: 3.2vw;
	}
}

/*
	.video
------------------------------ */
.video {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.video iframe {
	width: 100%;
	height: 100%;
}

/*
	linkBtn
------------------------------ */
.linkBtn a,
.linkBtn .no-link {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

/* ----------------------------------------------------
	pagetop
---------------------------------------------------- */
.pageTop a {
	background: rgba(var(--blk), 0.8);
	width: 64px;
	height: 64px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 10;
}

.pageTop a svg {
	fill: rgb(var(--wht));
	width: 16px;
	height: auto;
}

/* ----------------------------------------------------
	fadeIn
---------------------------------------------------- */
/*
	共通初期設定
	透明度が変化
------------------------------ */
.fadeBlock {
	opacity: 0;
	transition: all 1s;
}

.fadeBlock.fadeIn {
	opacity: 1;
}

/*
	下から
------------------------------ */
.fadeBottom {
	transform: translateY(20px);
}

.fadeBottom.fadeIn {
	transform: translateY(0);
}

/* ---------------------------------------------------
	header
---------------------------------------------------- */
.header {
	background: rgb(var(--wht));
	overflow: hidden;
}

.header__inner {
	margin: 0 auto;
	width: 1003px;
	height: 1440px;
	position: relative;
}

.header__title,
.header__lead,
.header__logo,
.header__images,
.header__decoration {
	position: absolute;
}

.header__title {
	width: 631px;
	top: 386px;
	left: 30px;
	z-index: 2;
}

.header__lead {
	width: 480px;
	top: 920px;
	right: 0;
	z-index: 2;
}

.header__lead--title {
	margin-bottom: 0.5em;
	font-size: 28px;
}

.header__lead--text {
	line-height: 2.375;
	font-size: 19px;
	letter-spacing: -0.005em;
}

.header__logo {
	width: 223px;
	top: 106px;
	left: 0;
	z-index: 2;
}

.header__images {
	width: 381px;
	top: 733px;
	left: 30px;
	z-index: 2;
}

.header__images video {
	width: 100%;
}

/* 
.header__images::before {
	background: rgb(var(--wht));
	width: 110%;
	height: 110%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 3;
	content: "";
	overflow: hidden;
	transform-origin: bottom;
	animation: shutter 1s linear forwards;
	animation-delay: 3s;
}

@keyframes shutter {
	from {
		transform: scaleY(1);
	}

	to {
		transform: scaleY(0);
	}
} */

/* 20 */
.header__decoration {
	width: 835px;
	top: 211px;
	right: -257px;
	z-index: 1;
}

.header__decoration svg {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	stroke-width: 5;
}

@-webkit-keyframes animate-svg-stroke-1 {
	0% {
		stroke-dashoffset: 2688.410888671875px;
		stroke-dasharray: 2688.410888671875px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 2688.410888671875px;
	}
}

@keyframes animate-svg-stroke-1 {
	0% {
		stroke-dashoffset: 2688.410888671875px;
		stroke-dasharray: 2688.410888671875px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 2688.410888671875px;
	}
}

@-webkit-keyframes animate-svg-fill-1 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(242, 224, 221);
	}
}

@keyframes animate-svg-fill-1 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(242, 224, 221);
	}
}

.svg-elem-1 {
	-webkit-animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
		animate-svg-fill-1 2.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
	animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
		animate-svg-fill-1 2.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
	0% {
		stroke-dashoffset: 2964.343994140625px;
		stroke-dasharray: 2964.343994140625px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 2964.343994140625px;
	}
}

@keyframes animate-svg-stroke-2 {
	0% {
		stroke-dashoffset: 2964.343994140625px;
		stroke-dasharray: 2964.343994140625px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 2964.343994140625px;
	}
}

@-webkit-keyframes animate-svg-fill-2 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(242, 224, 221);
	}
}

@keyframes animate-svg-fill-2 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(242, 224, 221);
	}
}

.svg-elem-2 {
	-webkit-animation: animate-svg-stroke-2 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
		animate-svg-fill-2 2.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
	animation: animate-svg-stroke-2 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
		animate-svg-fill-2 2.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

/* animetion */
.fade {
	opacity: 0;
	animation: fadeIn 1.5s ease-out forwards;
}

.delay-1 {
	animation-delay: 3.25s;
}

.delay-2 {
	animation-delay: 3.5s;
}

.delay-3 {
	animation-delay: 3.75s;
}

.delay-4 {
	animation-delay: 4s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*
	marquee
------------------------------ */
.marquee {
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	gap: 1rem;
	font-size: 3rem;
}

.marquee__inner {
	line-height: 1;
	display: flex;
}

.marquee__inner.type1 {
	color: #e0d8d1;
	font-family: var(--amiri);
	font-size: 83px;
	animation: marquee 300s linear infinite;
}

.marquee__inner.type2 {
	color: rgb(var(--brn));
	font-size: 28px;
	font-weight: 600;
	animation: marquee 240s linear infinite;
}

.marquee__inner p {
	margin-right: 1em;
}

.marquee__inner.type1 p {
	margin-bottom: 8px !important;
}

@keyframes marquee {
	0% {
		translate: 0;
	}

	100% {
		translate: calc(-100% - 1rem);
	}
}

@media screen and (max-width: 1100px) {
	.header__inner {
		width: 91.18182vw;
		height: 130.90909vw;
	}

	.header__title {
		width: 57.36364vw;
		top: 35.09091vw;
		left: 2.72727vw;
	}

	.header__lead {
		width: 43.63636vw;
		width: 45.45455vw;
		top: 83.63636vw;
	}

	.header__lead--title {
		font-size: 2.54545vw;
	}

	.header__lead--text {
		font-size: 1.72727vw;
	}

	.header__logo {
		width: 20.27273vw;
		top: 9.63636vw;
	}

	.header__images {
		width: 34.63636vw;
		top: 66.63636vw;
		left: 2.72727vw;
	}

	/* 20 */
	.header__decoration {
		width: 75.90909vw;
		top: 19.18182vw;
		right: -23.36364vw;
	}

	/*
		marquee
	------------------------------ */
	.marquee__inner.type1 {
		font-size: 7.54545vw;
	}

	.marquee__inner.type2 {
		font-size: 2.54545vw;
	}
}

@media screen and (max-width: 768px) {
	.header__inner {
		width: 100%;
		height: 388.8vw;
	}

	.header__title {
		width: 85.38803vw;
		top: 48.53333vw;
		left: 6.93333vw;
	}

	.header__lead {
		padding: 0 6.93333vw;
		width: 100%;
		top: 245.33333vw;
		right: 0;
	}

	.header__lead--title {
		font-size: 7.2vw;
	}

	.header__lead--text {
		font-size: 4.53333vw;
		letter-spacing: 0;
	}

	.header__logo {
		width: 33.01613vw;
		top: 6.93333vw;
		left: 6.93333vw;
	}

	.header__images {
		width: 85.6vw;
		top: 118.13333vw;
		left: 6.93333vw;
	}

	/* 20 */
	.header__decoration {
		width: 78.33672vw;
		top: 52.8vw;
		right: -12vw;
	}

	/*
		marquee
	------------------------------ */
	.marquee__inner.type1 {
		font-size: 9.6vw;
		animation: marquee 300s linear infinite;
	}

	.marquee__inner.type2 {
		font-size: 3.73333vw;
		animation: marquee 280s linear infinite;
	}
}

/* ----------------------------------------------------
	thanksHeadar
---------------------------------------------------- */
.thanksHeadar {
	background-color: rgb(var(--brn));
	height: 443px;
	color: rgb(var(--wht));
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.thanksHeadar::before {
	background-image: url(../img/header-uBg.webp);
	background-position: center top -85px;
	background-repeat: repeat-y;
	background-size: 100% auto;
	width: 440px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-120%);
	content: "";
}

.thanksHeadar__title {
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	line-height: 1.25;
	font-family: var(--amiri);
	font-size: 64px;
	font-weight: 400;
	text-align: center;
	position: relative;
}

.thanksHeadar__title::before {
	background: rgb(var(--wht));
	width: 170px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}

.thanksHeadar__title small {
	font-size: 35px;
	display: block;
}

.thanksHeadar__lead {
	line-height: 2;
	font-size: 20px;
	text-align: center;
}

/* animetion */
.fade-u {
	opacity: 0;
	animation: fadeIn-u 1s ease-out forwards;
}

.delay-u1 {
	animation-delay: 0s;
}

.delay-u2 {
	animation-delay: 1s;
}

@keyframes fadeIn-u {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (max-width: 1100px) {
	.thanksHeadar {
		height: 40.27273vw;
	}

	.thanksHeadar::before {
		background-position: center top -7.72727vw;
		width: 40vw;
	}

	.thanksHeadar__title {
		font-size: 5.81818vw;
	}

	.thanksHeadar__title::before {
		width: 15.45455vw;
	}

	.thanksHeadar__title small {
		font-size: 3.18182vw;
	}

	.thanksHeadar__lead {
		font-size: 1.81818vw;
	}
}

@media screen and (max-width: 768px) {
	.thanksHeadar {
		height: 118.13333vw;
	}

	.thanksHeadar::before {
		background-position: center top -10.4vw;
		width: 54.48749vw;
		left: 5.6vw;
		transform: translateX(0);
	}

	.thanksHeadar__title {
		line-height: 1;
		font-size: 11.2vw;
	}

	.thanksHeadar__title::before {
		width: 17.6vw;
	}

	.thanksHeadar__title small {
		margin-bottom: 4.26667vw;
		font-size: 6.13333vw;
	}

	.thanksHeadar__lead {
		font-size: 4.26667vw;
	}
}

/* ----------------------------------------------------
	renHeadar
---------------------------------------------------- */
.renHeadar {
	background-color: rgb(var(--brn));
	height: 166px;
	color: rgb(var(--wht));
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.renHeadar::before {
	background-image: url(../img/header-uBg.webp);
	background-position: center top -85px;
	background-repeat: repeat-y;
	background-size: 100% auto;
	width: 440px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-120%);
	content: "";
}

.renHeadar__title {
	line-height: 1.25;
	font-family: var(--amiri);
	font-size: 45px;
	font-weight: 400;
	text-align: center;
	position: relative;
}

.renHeadar__title small {
	font-size: 27px;
	display: block;
}

@media screen and (max-width: 768px) {
	.renHeadar {
		padding-bottom: 4.8vw;
		height: 44.26667vw;
		align-items: flex-end;
	}

	.renHeadar::before {
		background-position: top -2.13333vw left;
		background-size: auto 146%;
		width: 70.55325%;
		top: 50%;
		left: -2.13333vw;
		transform: translate(0, -50%);
	}

	.renHeadar__title {
		font-size: 9.06667vw;
	}

	.renHeadar__title small {
		font-size: 5.33333vw;
	}
}

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	background: rgb(var(--wht));
	padding: 50px 50px 0;
}

.footer .note {
	margin: 0 auto 3em;
	max-width: 1000px;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	.footer {
		padding: 8vw 6.4vw 0;
	}

	.footer .note {
		margin-bottom: 8vw;
	}
}

/*
	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: 25px 0;
	color: rgba(var(--blk), 0.5);
	font-size: 12px;
	text-align: center;
}

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

/* ----------------------------------------------------
	nav
---------------------------------------------------- */
/*
	toggle
------------------------------ */
.toggle {
	width: 64px;
	height: 24px;
	position: fixed;
	top: 1.5em;
	right: 1.5em;
	z-index: 1000;
}

.toggle__inner {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}

.toggle__inner--item {
	background: rgb(var(--blk));
	width: 100%;
	height: 4px;
	display: block;
	position: absolute;
	left: 50%;
	transition: all 0.6s;
}

.renewal .toggle__inner--item {
	background: #ccc;
}


.toggle__inner--item:nth-child(1) {
	top: 0;
	transform: translateX(-50%);
}

.toggle__inner--item:nth-child(2) {
	bottom: 0;
	transform: translateX(-50%);
}

/* is-open */
.is-open .toggle__inner--item {
	background: rgb(var(--wht));
	transform-origin: 0 0;
}

.is-open .toggle__inner--item:nth-child(1) {
	top: 50%;
	transform: rotate(30deg) translate(-50%, -50%);
}

.is-open .toggle__inner--item:nth-child(2) {
	top: 50%;
	bottom: auto;
	transform: rotate(-30deg) translate(-50%, -50%);
}

.thankyou .toggle__inner--item {
	background: rgb(var(--wht));
}

@media screen and (max-width: 768px) {
	.toggle {
		top: 2.5em;
		right: 1.5em;
	}
}

/*
	gnav
------------------------------ */
.gnav {
	background: rgba(var(--brn), 1);
	padding-top: calc(3em + 24px);
	max-width: 375px;
	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: 1em 0 1em 2em;
	line-height: 1;
	color: rgb(var(--wht));
	font-family: var(--amiri);
	font-size: 24px;
	text-decoration: none;
	display: block;
	transition: opacity 0.6s ease;
}

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

.overlay {
	background: rgba(var(--wht), 0.75);
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	content: "";
}

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

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

.is-open .overlay {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}