html {
	color: var(--primary-color);
	font-family: var(--font-family--ja);
	font-size: 16px;
	font-weight: 400;
	scroll-behavior: smooth;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

a,
:visited {
	color: var(--primary-color);
	cursor: pointer;
	text-decoration: unset;
	transition: all .3s;

	@media (hover: hover) {
		&:hover {
			transition: all .3s;
		}
	}

	@media (hover: none) {
		&:active {
			transition: all .3s;
		}
	}
}

ul,
figure {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

p {
	font-size: var(--base-font-size);
	line-height: 1.5;
	margin: 0;
}

sup,
sub {
	font-size: .625em;
	-webkit-margin-end: .5em;
	margin-inline-end: .5em;
}

button {
	border: unset;
	background: unset;
	margin: 0;
	padding: 0;
}




.pcNone {
	display: none;

	@media screen and (max-width: 899px) {
		display: block;
	}
}

.spNone {
	display: block;

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

.u-container-inline {
	container-type: inline-size;
}

body {
	&.is-open {
		overflow: hidden;
	}
}

/* -----------
ヘッダー
----------*/
.site-header {
	background-color: rgba(255, 255, 255, 0.5);
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	transition: opacity .3s ease, transform 1s ease;

	&.hide {
		transform: translateY(-100%);
		transition: transform 1s ease;
	}

	.home & {
		position: fixed;
	}

	@media screen and (max-width: 899px) {
		background-color: unset;
	}
}

.site-header__group {
	padding-inline: 20px;

	@media screen and (max-width: 899px) {
		padding: 5.33vw;
	}

}

.site-header__container {
	height: clamp(60px, 15.87vh, 140px);
	width: min(1200px, 100%);
	container-type: inline-size;
	margin: 0 auto;
	display: grid;
	align-items: center;

	@media screen and (max-width: 899px) {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
}

.site-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 7.75cqw;
}

.site-header__logo {
	margin: 0;
	width: min(147px, 36.09cqw);
}

.site-header-wrap {
	flex: 1;

	@media screen and (max-width: 899px) {
		width: 100vw;
		position: fixed;
		top: -150vh;
		left: 50%;
		translate: -50% 0;
		background: var(--color-white);
		z-index: 1000;
		height: 100vh;
		overflow-y: scroll;
		transition: all .5s ease;
		opacity: 0;

		&.is-open {
			top: 0;
			opacity: 1;
			transition: all .5s ease;

			.is-ios & {
				top: -5.33vw;
				transition: all .5s ease;
				opacity: 1;
			}
		}


	}
}

.site-header__sp-hum-wrap {
	display: contents;

	@media screen and (max-width: 899px) {
		display: block;
		padding-bottom: min(112px, 29.87vw);
	}

	.site-header__group {
		display: none;

		@media screen and (max-width: 899px) {
			display: block;
			margin-bottom: 1em;
		}
	}
}




.site-header__hum-logo {
	@media screen and (max-width: 899px) {
		margin: 0;
		width: min(196px, 36.09cqw);
	}
}

nav.site-header__nav {
	@media screen and (max-width: 899px) {
		margin-bottom: min(88px, 23.47vw);
	}
}

ul.site-header__nav {
	display: flex;
	justify-content: flex-end;
	font-size: clamp(0.75rem, 0.375rem + 0.67vw, 0.875rem);
	line-height: 1;
	gap: 2em;

	@media screen and (max-width: 899px) {
		flex-direction: column;
		text-align: center;
		font-size: min(18px, 4.8vw);
		gap: min(44px, 11.73vw);
		padding-inline: min(40px, 10.67vw);
	}
}

.site-header__nav-item {
	a {
		position: relative;
		text-decoration: unset;
		color: var(--color-black);

		@media screen and (max-width: 899px) {
			border-bottom: 1px solid var(--color-greyish);
			line-height: 2;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

		span:nth-of-type(2) {
			display: none;

			@media screen and (max-width: 899px) {
				display: block;
				font-size: 0.889em;
				color: var(--warm-grey);
				font-weight: 500;

				.site-header__nav-item--small & {
					font-size: 0.722em;
				}
			}
		}
	}
}

.site-header__nav-item a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -.75em;
	height: 2px;
	background-color: currentColor;
	width: 100%;
	transition: all .4s ease;
	left: 50%;
	translate: -50% 0;
	scale: 0 1;

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

.site-header__nav-item a:hover:after {
	scale: 1 1;
	transition: all .4s ease;
}

.site-header__sp-contact {
	font-size: min(14px, 3.73vw);
	text-align: center;
	font-weight: 400;
}

.site-header__sp-contact-label {
	font-size: 1em;
}

.site-header__sp-contact-time {
	margin-bottom: 1em;
	font-size: 1em;
}

.site-header__sp-contact-number {
	a {
		font-family: var(--font-family--en);
		font-size: min(40px, 10.67vw);
		font-weight: 600;
		line-height: 1.5;
		display: block;
		text-align: center;
	}
}

.site-header__sp-social {
	display: flex;
	justify-content: center;
	gap: 4.27vw;
}

.site-header__sp-social-link {
	width: 10.67vw;
}

.site-header__sp-social-link--instagram {}

.site-header__sp-social-link--line {}

.hum-btn {
	cursor: pointer;

	@media screen and (max-width: 899px) {
		width: fit-content;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 1.6vw;
		padding: 0;
		text-align: center;
		line-height: 1;
		color: var(--primary-color);

		img {
			width: min(40px, 10.67vw);
			aspect-ratio: 40/43;
		}

		&::after {
			content: attr(data-label);
			display: block;
			font-size: min(9px, 2.4vw);
			font-weight: 500;
			letter-spacing: 0.08em;
			color: var(--color-greyish);
			font-family: var(--font-family--en);
		}
	}
}




/* -----------
CTAセクション
----------*/
.section-cta {
	width: 100%;
	background-color: var(--color-grey);
	color: var(--color-white);
	padding-inline: 20px;

	@media screen and (max-width: 899px) {
		padding-inline: 5.33vw;
	}
}

.cta-section__container {
	width: min(1200px, 100%);
	container-type: inline-size;
	margin: 0 auto;
}

.cta-section__inner {
	padding-block: 58px 103px;
	display: grid;
	gap: min(33px, 2.75cqw);

	@media screen and (max-width: 899px) {
		padding-block: 8vw 8.8vw;
		gap: 2.67vw;
	}
}

.cta-section__header {
	display: flex;
	justify-content: flex-start;
	gap: min(27px, 2.25cqw);
	align-items: flex-end;

	@media screen and (max-width: 899px) {
		flex-direction: column;
		align-items: start;
		gap: 2.67vw;
	}
}

.cta-section__en-heading {
	font-family: var(--font-family--en);
	font-size: clamp(40px, calc(8.62vw + 7.69px), 68px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -.02em;

}

.cta-section__ja-heading {
	font-size: clamp(14px, calc(2.15vw + 5.92px), 21px);
	line-height: 2.3;
	margin: 0;
	font-weight: 400;
	letter-spacing: .02em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;

}


.cta-section__body {
	display: grid;
	grid-template-columns: min(581px, 48.42cqw) 1fr;
	gap: min(118px, 9.83cqw);

	@media screen and (max-width: 899px) {
		grid-template-columns: 1fr;
		gap: 10.67vw;
	}
}

.cta-section__main {
	container-type: inline-size;
}

.cta-section__lead {
	font-size: clamp(13px, calc(0.31vw + 11.85px), 14px);
	letter-spacing: .02em;
	margin-bottom: 1.25em;
	font-weight: 300;
}

.cta-section__buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4.76cqw;

	@media screen and (max-width: 899px) {
		grid-template-columns: min(300px, 80vw);
		gap: 5.33vw;
	}

}

.cta-section__button {
	a {
		display: block;
		background: var(--color-white);
		font-size: min(17px, 2.93cqw);
		font-weight: 300;
		padding: 1em;
		text-align: center;
		line-height: 1.8;
		transition: all .3s;

		@media (hover: hover) {
			&:hover {
				color: var(--color-white);
				background: var(--primary-color);
				transition: all .3s;
				text-decoration: unset;
			}
		}

		@media (hover: none) {
			&:active {
				color: var(--color-white);
				background: var(--primary-color);
				transition: all .3s;
				text-decoration: unset;
			}
		}



	}
}

.cta-section__button--sub {}

.cta-section__tel {}

.cta-section__tel-wrap {
	display: grid;
	grid-template-columns: auto auto;
	gap: min(40px, 1rem);

	@container (max-width: 1199px) {
		grid-template-columns: 1fr;
	}
}

.cta-section__tel-caption {
	font-size: clamp(14px, calc(1.23vw + 9.38px), 18px);
	letter-spacing: .02em;
	margin-bottom: 1.25em;
	font-weight: 300;

	@media screen and (max-width: 899px) {
		line-height: 1.75;
	}

	span {
		font-size: 0.778em;
		margin-left: 2em;

		@media screen and (max-width: 899px) {
			display: block;
			font-size: 1em;
			margin-left: 0;
		}
	}
}

.cta-section__tel-block {}

.cta-section__tel-label {
	font-size: min(14px, 3.73vw);
	letter-spacing: .02em;
	font-weight: 300;
}

.cta-section__tel-number {
	line-height: 1;

	a {
		font-family: var(--font-family--en);
		font-size: min(34px, 9.07vw);
		font-weight: 500;
		color: var(--color-white);
		line-height: 1.3;

		@media (hover: hover) {
			&:hover {
				opacity: .7;
			}
		}

		@media (hover: none) {
			&:active {
				opacity: .7;
			}
		}
	}
}




/* -----------
フッター
----------*/
.site-footer {
	background: var(--color-white);
}

.site-footer__container {
	width: min(1200px, 100%);
	margin-inline: auto;
	padding-top: clamp(59px, calc(19.08vw - 12.54px), 121px);
	container-type: inline-size;
}

.site-footer__inner {
	display: grid;
	gap: 0;
	justify-items: center;
}

.site-footer__head {
	width: clamp(min(183px, 48.8vw), calc(21.23vw + 103.38px), 252px);
	margin-bottom: clamp(29px, calc(13.23vw - 20.62px), 72px);
}

.site-footer__nav {
	display: flex;
	font-size: clamp(14px, calc(0.62vw + 11.69px), 16px);
	line-height: 1;
	gap: 2.67cqw;
	margin-bottom: clamp(40px, calc(15.38vw - 17.69px), 90px);

	@media screen and (max-width: 899px) {
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 2em;
	}
}

.footer__copyright {
	font-family: var(--font-family--en);
	font-weight: 300;
	text-align: center;
	line-height: 2;
	font-size: min(14px, 3.73vw);
	padding-bottom: 1em;
}



/* コンテンツエリア最後の要素 */
.content-area> :last-child {
	margin-bottom: min(200px, 26.67vw);
}



/* ----------
fadeアニメーション
---------- */
/* fade-in */
.cg-fade-in {
	opacity: 0;
	transition: var(--transition-fade);
	transition-property: opacity;
	transition-delay: 40ms;

	&.is-cg-visible {
		opacity: 1;
	}
}

/* fade-up */
.cg-fade-up {
	opacity: 0;
	filter: blur(0.1rem);
	transform: translate3d(0, 1.5rem, 0) rotate(0.001deg);
	transition: var(--transition-fadeup);
	transition-property: opacity, filter, transform;
	transition-delay: 40ms;

	&.is-cg-visible {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0) rotate(0.001deg);
	}
}


/* コフレバナー */
.coffret-bnr {
	margin-bottom: 8.33cqw;

	@media screen and (max-width: 899px) {
		margin-bottom: 26.67vw;
		padding-inline: 5.33vw;
	}
}


/* ヘッダーアナウンスバー */
.c-announce_bar {
	background-color: #f5f5f5;
	text-align: center;
	/* 375px-899px:12px-14px */
	padding: 0.5rem;
	width: 100%;
	position: relative;

	@media screen and (max-width: 899px) {
		padding-right: 3rem;
		text-align: left;
	}
}

.c-announce_bar.hide {
	display: none;
}

html.is-announce-bar-hidden .c-announce_bar {
	display: none;
}

.c-announce_bar__text a {
	text-decoration: underline;
	color: #fc503a;
	font-size: clamp(0.75rem, 0.661rem + 0.38vw, 0.875rem);
}

/* ボタン本体（色はここで指定） */
.c-announce_bar__close {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	width: 2.5rem;
	height: 2.5rem;
	display: inline-grid;
	place-items: center;
	cursor: pointer;
	color: #fc503a;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	translate: 0 -50%;
}

/* iタグを描画キャンバスにする */
.c-announce_bar__close .u-icon--close {
	display: inline-block;
	position: relative;
	width: 1rem;
	height: 1rem;
}

.c-announce_bar__close .u-icon--close::before,
.c-announce_bar__close .u-icon--close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1rem;
	height: 1px;
	background: currentColor;
	transform-origin: center;
}

.c-announce_bar__close .u-icon--close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.c-announce_bar__close .u-icon--close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* 任意 */
.c-announce_bar__close:hover {
	opacity: 0.5;
}

.c-announce_bar__close:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
	border-radius: 0.375rem;
}