@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400&display=swap");

/* Total Beauty by AIR */

.header.total-beauty-header {
	--tb-header-background: #17130f;
	--tb-header-color: #fff;
	--tb-header-logo-filter: brightness(0) invert(1);
	--tb-header-arrow-filter: brightness(0) invert(1);
}

.header.total-beauty-header::before {
	background: var(--tb-header-background);
	border: 0;
	transition: background-color 0.4s ease;
}

.header.total-beauty-header .header_logo img {
	filter: var(--tb-header-logo-filter);
	transition: filter 0.35s ease;
}

.header.total-beauty-header .header_list_item_link {
	color: var(--tb-header-color);
	transition: color 0.35s ease;
}

.header.total-beauty-header .header_child_accordion::after {
	filter: var(--tb-header-arrow-filter);
	transition: filter 0.35s ease, transform 0.3s;
}

.header.total-beauty-header[data-total-beauty-theme="light"] {
	--tb-header-color: var(--main-color);
	--tb-header-logo-filter: none;
	--tb-header-arrow-filter: none;
}

.header.total-beauty-header[data-total-beauty-surface="concept"] {
	--tb-header-background:
		radial-gradient(
			circle at 8% 8%,
			rgba(190, 137, 65, 0.28) 0%,
			rgba(218, 177, 112, 0.2) 18%,
			rgba(238, 218, 184, 0.12) 38%,
			transparent 62%
		),
		#f5f1ea;
}

.header.total-beauty-header[data-total-beauty-surface="menu"],
.header.total-beauty-header[data-total-beauty-surface="faq"] {
	--tb-header-background: #fffdf9;
}

.header.total-beauty-header[data-total-beauty-surface="details"] {
	--tb-header-background:
		radial-gradient(circle at 0% 0%, rgba(198, 141, 66, 0.2) 0%, rgba(226, 187, 114, 0.11) 24%, rgba(238, 218, 184, 0) 48%),
		linear-gradient(180deg, rgba(255, 253, 249, 0.82) 0%, rgba(255, 253, 249, 0) 72%),
		linear-gradient(90deg, #eae0d3 0%, #f1e9de 48%, #fbf8f2 100%);
}

.header.total-beauty-header[data-total-beauty-surface="facility"] {
	--tb-header-background:
		radial-gradient(circle at 80% 10%, rgba(198, 141, 66, 0.22), transparent 30%),
		#17130f;
}

.header.total-beauty-header[data-total-beauty-surface="recruit"] {
	--tb-header-background: #17130f;
}

.header.total-beauty-header[data-total-beauty-surface="footer"] {
	--tb-header-background: #4d4d4d;
}

.header.total-beauty-header.white {
	--tb-header-color: #fff;
	--tb-header-logo-filter: brightness(0) invert(1);
	--tb-header-arrow-filter: brightness(0) invert(1);
}

.total-beauty {
	--tb-bg: #f5f1ea;
	--tb-bg-deep: #e9e0d4;
	--tb-ink: #2c241e;
	--tb-dark: #17130f;
	--tb-dark-soft: #211b16;
	--tb-gold: #c68d42;
	--tb-gold-light: #dfb66f;
	--tb-gold-gradient: linear-gradient(90deg, #c28535 0%, #e2bb72 52%, #c98e3e 100%);
	--tb-line: rgba(145, 103, 52, 0.26);
	--tb-sans: "Noto Sans JP", sans-serif;
	--tb-serif: source-han-serif-japanese, "Yu Mincho", "Hiragino Mincho ProN", serif;
	background: var(--tb-bg);
	color: var(--tb-ink);
	overflow: hidden;
}

.total-beauty *,
.total-beauty *::before,
.total-beauty *::after {
	box-sizing: border-box;
}

.total-beauty img {
	display: block;
	width: 100%;
	height: auto;
}

.total-beauty button,
.total-beauty summary {
	font: inherit;
}

.total-beauty__inner {
	width: min(120rem, calc(100% - 8rem));
	margin: 0 auto;
}

.total-beauty__section {
	padding: 13rem 0;
}

.total-beauty__reveal {
	opacity: 0;
	transform: translateY(3.2rem);
	transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.total-beauty__reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.total-beauty__eyebrow {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	margin-bottom: 2.5rem;
	color: var(--tb-gold);
	font-family: var(--tb-sans);
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
}

.total-beauty__eyebrow::before {
	content: "";
	width: 4.5rem;
	height: 1px;
	background: currentColor;
}

.total-beauty__section-heading h2 {
	font-family: var(--tb-serif);
	font-size: 4.8rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.55;
}

.total-beauty__section-heading--center {
	text-align: center;
}

.total-beauty__section-heading--center .total-beauty__eyebrow {
	justify-content: center;
}

.total-beauty__section-heading--center .total-beauty__eyebrow::after {
	content: "";
	width: 4.5rem;
	height: 1px;
	background: currentColor;
}

.total-beauty__section-intro {
	margin-top: 2.5rem;
	font-family: var(--tb-serif);
	font-size: 1.6rem;
	letter-spacing: 0.07em;
	line-height: 2;
}

.total-beauty__arrow {
	position: relative;
	display: inline-block;
	width: 2.2rem;
	height: 1rem;
}

.total-beauty__arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
}

.total-beauty__arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 0.7rem;
	height: 0.7rem;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	transform: translateY(-45%) rotate(45deg);
}

/* Hero */
.total-beauty__hero {
	position: relative;
	min-height: 82rem;
	background: var(--tb-dark);
	color: #fff;
}

.total-beauty__hero-media,
.total-beauty__hero-shade {
	position: absolute;
	inset: 0;
}

.total-beauty__hero-media {
	overflow: hidden;
}

.total-beauty__hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 61% 45%;
	animation: total-beauty-hero-zoom 14s ease-out both;
}

.total-beauty__hero-shade {
	background:
		linear-gradient(90deg, rgba(15, 11, 8, 0.98) 0%, rgba(20, 13, 8, 0.84) 32%, rgba(28, 15, 8, 0.2) 67%, rgba(12, 9, 7, 0.56) 100%),
		linear-gradient(0deg, rgba(12, 9, 7, 0.5), transparent 48%);
}

.total-beauty__hero-inner {
	position: relative;
	z-index: 1;
	width: min(130rem, calc(100% - 8rem));
	min-height: 82rem;
	margin: 0 auto;
	padding-top: 13.5rem;
}

.total-beauty__breadcrumb {
	display: flex;
	gap: 1rem;
	align-items: center;
	color: rgba(255, 255, 255, 0.66);
	font-family: var(--tb-sans);
	font-size: 1.15rem;
	letter-spacing: 0.08em;
}

.total-beauty__breadcrumb a {
	color: inherit;
	transition: color 0.3s ease;
}

.total-beauty__breadcrumb a:hover {
	color: #fff;
}

.total-beauty__hero-copy {
	position: absolute;
	top: 50%;
	left: 2rem;
	transform: translateY(-45%);
}

.total-beauty__hero-lead,
.total-beauty__hero-text {
	font-family: var(--tb-serif);
	font-size: 1.65rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.total-beauty__hero-title {
	margin: 0 0 2.5rem;
	font-family: var(--tb-sans);
	font-size: 10.5rem;
	font-weight: 300;
	letter-spacing: -0.025em;
	line-height: 0.87;
}

.total-beauty__hero-title span {
	display: block;
}

.total-beauty__hero-nav {
	position: absolute;
	top: 50%;
	right: 0;
	display: grid;
	width: 25rem;
	gap: 0.8rem;
	transform: translateY(-46%);
}

.total-beauty__hero-nav a {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
	align-items: center;
	min-height: 6.2rem;
	padding: 1rem 1.5rem 1rem 2rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 4rem;
	background: rgba(248, 244, 237, 0.92);
	color: var(--tb-ink);
	backdrop-filter: blur(0.8rem);
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.total-beauty__hero-nav a:hover {
	background: #17130f;
	color: #866d42;
	transform: translateX(-0.7rem);
}

.total-beauty__hero-nav-en {
	font-family: var(--tb-sans);
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.total-beauty__hero-nav-ja {
	margin-top: 0.5rem;
	font-family: var(--tb-serif);
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

.total-beauty__hero-nav .total-beauty__arrow {
	grid-column: 2;
	grid-row: 1 / 3;
	width: 1.6rem;
}

.total-beauty__scroll {
	position: absolute;
	bottom: 3rem;
	left: 50%;
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	align-items: center;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.72);
	font-family: var(--tb-sans);
	font-size: 1rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.total-beauty__scroll i {
	position: relative;
	display: block;
	width: 1px;
	height: 7.2rem;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.3);
}

.total-beauty__scroll i::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2.8rem;
	background: #fff;
	transform: translateY(-100%);
	animation: total-beauty-scroll-line 2.2s ease-in-out infinite;
}

/* Concept */
.total-beauty__concept {
	position: relative;
	background:
		radial-gradient(
			circle at 8% 8%,
			rgba(190, 137, 65, 0.28) 0%,
			rgba(218, 177, 112, 0.2) 18%,
			rgba(238, 218, 184, 0.12) 38%,
			transparent 62%
		),
		var(--tb-bg);
}

.total-beauty__concept-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 10rem;
	align-items: center;
	margin-top: 7rem;
}

.total-beauty__concept-catch {
	margin-bottom: 4rem;
	font-family: var(--tb-serif);
	font-size: 3rem;
	letter-spacing: 0.08em;
	line-height: 1.8;
}

.total-beauty__concept-body {
	display: grid;
	gap: 2rem;
	font-size: 1.45rem;
	letter-spacing: 0.06em;
	line-height: 2.15;
}

.total-beauty__concept-visual {
	position: relative;
	min-height: 55rem;
}

.total-beauty__concept-image {
	position: absolute;
	overflow: hidden;
}

.total-beauty__concept-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.total-beauty__concept-image--main {
	top: 0;
	right: 0;
	width: 47rem;
	height: 53rem;
}

.total-beauty__concept-image--main img {
	object-position: left center;
}

.total-beauty__concept-image--sub {
	bottom: 0;
	left: 0;
	width: 28rem;
	height: 21rem;
	border: 1rem solid var(--tb-bg);
}

/* Menu cards */
.total-beauty__menu {
	background: #fffdf9;
}

.total-beauty__menu-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.6rem;
	margin-top: 7rem;
}

.total-beauty__menu-card {
	border: 1px solid var(--tb-line);
	background: var(--tb-bg);
	transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.total-beauty__menu-card-inner {
	display: grid;
	grid-template-columns: 45% 55%;
	width: 100%;
	min-height: 27rem;
}

.total-beauty__menu-slider {
	position: relative;
	width: 100%;
	min-width: 0;
	height: 100%;
	overflow: hidden;
}

.total-beauty__menu-slider .swiper-wrapper,
.total-beauty__menu-slider .swiper-slide {
	height: 100%;
}

.total-beauty__menu-image {
	margin: 0;
	overflow: hidden;
}

.total-beauty__menu-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.72);
	transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

.total-beauty__menu-slider-controls {
	position: absolute;
	z-index: 3;
	right: 1.8rem;
	bottom: 1.8rem;
	display: flex;
	gap: 1.4rem;
	align-items: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
}

.total-beauty__menu-slider.is-single .total-beauty__menu-slider-controls,
.total-beauty__menu-slider.is-single .total-beauty__menu-slider-prev,
.total-beauty__menu-slider.is-single .total-beauty__menu-slider-next,
.total-beauty__menu-slider.is-single .total-beauty__menu-slider-pagination {
	display: none !important;
}

.total-beauty__menu-slider-prev,
.total-beauty__menu-slider-next {
	position: relative;
	width: 2.8rem;
	height: 2rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	filter: drop-shadow(0 0.1rem 0.4rem rgba(0, 0, 0, 0.45));
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.total-beauty__menu-slider-prev::before,
.total-beauty__menu-slider-next::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 2.6rem;
	height: 1px;
	background: currentColor;
}

.total-beauty__menu-slider-prev::before {
	left: 0;
}

.total-beauty__menu-slider-next::before {
	right: 0;
}

.total-beauty__menu-slider-prev::after,
.total-beauty__menu-slider-next::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 0.65rem;
	height: 0.65rem;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
}

.total-beauty__menu-slider-prev::after {
	left: 0;
	transform: translateY(-45%) rotate(-135deg);
}

.total-beauty__menu-slider-next::after {
	right: 0;
	transform: translateY(-45%) rotate(45deg);
}

.total-beauty__menu-slider-prev:hover,
.total-beauty__menu-slider-next:hover {
	opacity: 0.65;
}

.total-beauty__menu-slider-prev:hover {
	transform: translateX(-0.3rem);
}

.total-beauty__menu-slider-next:hover {
	transform: translateX(0.3rem);
}

.total-beauty__menu-slider-prev.swiper-button-disabled,
.total-beauty__menu-slider-next.swiper-button-disabled {
	opacity: 0.3;
	cursor: default;
}

.total-beauty__menu-slider-pagination {
	display: none;
}

.total-beauty__menu-content {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 3rem;
	border: 0;
	background: transparent;
	color: inherit;
	text-align: left;
	cursor: pointer;
}

.total-beauty__menu-number {
	position: absolute;
	top: 1.6rem;
	right: 2.2rem;
	color: rgba(134, 109, 66, 0.14);
	font-family: "Playfair Display", serif;
	font-size: 6.8rem;
	font-style: italic;
	font-feature-settings: "lnum" 1, "tnum" 1;
	font-variant-numeric: lining-nums tabular-nums;
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
	pointer-events: none;
}

.total-beauty__menu-title {
	display: block;
	padding-top: 1rem;
	padding-right: 8rem;
	font-family: var(--tb-sans);
	font-size: 2.5rem;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 1.2;
	text-transform: uppercase;
}

.total-beauty__menu-title small {
	display: block;
	margin-top: 0.9rem;
	font-family: var(--tb-serif);
	font-size: 1.15rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.total-beauty__menu-description {
	display: block;
	margin-top: 2rem;
	font-family: var(--tb-serif);
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1.9;
}

.total-beauty__menu-more {
	display: flex;
	gap: 1.2rem;
	align-items: center;
	margin-top: auto;
	padding-top: 2rem;
	color: var(--tb-gold);
	font-family: var(--tb-sans);
	font-size: 1.15rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.total-beauty__menu-card:hover {
	border-color: #d4a45f;
}

.total-beauty__menu-card:hover .swiper-slide-active.total-beauty__menu-image img,
.total-beauty__menu-card:hover .total-beauty__menu-slider.is-single .total-beauty__menu-image img {
	transform: scale(1.06);
	filter: saturate(0.95);
}

.total-beauty__menu-card:hover .total-beauty__menu-title > span,
.total-beauty__menu-card:focus-within .total-beauty__menu-title > span {
	background: var(--tb-gold-gradient);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.total-beauty__menu-card:hover .total-beauty__arrow {
	transform: translateX(0.5rem);
}

.total-beauty__menu-card .total-beauty__arrow {
	transition: transform 0.3s ease;
}

/* Detail tabs */
.total-beauty__details {
	position: relative;
	background:
		radial-gradient(circle at 0% 0%, rgba(198, 141, 66, 0.22) 0%, rgba(226, 187, 114, 0.12) 24%, rgba(238, 218, 184, 0) 48%),
		linear-gradient(180deg, rgba(255, 253, 249, 0.86) 0%, rgba(255, 253, 249, 0) 72%),
		linear-gradient(90deg, #e9dfd1 0%, #f1e8dc 48%, #fcf8f2 100%);
}

.total-beauty__details > .total-beauty__inner {
	position: relative;
	z-index: 1;
}

.total-beauty__tabs {
	position: relative;
	margin-top: 5.5rem;
}

.total-beauty__tab-list {
	display: flex;
	gap: 0.8rem;
	overflow-x: auto;
	margin-top: -0.3rem;
	padding-top: 0.3rem;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.total-beauty__tab-list::-webkit-scrollbar {
	display: none;
}

.total-beauty__tab-list button {
	position: relative;
	flex: 1 0 14rem;
	min-height: 7.6rem;
	padding: 1.35rem 1.8rem 1.8rem;
	overflow: hidden;
	border: 1px solid rgba(145, 103, 52, 0.14);
	border-radius: 1rem;
	background: #fffdf9;
	color: rgba(44, 36, 30, 0.5);
	text-align: left;
	scroll-snap-align: start;
	cursor: pointer;
	transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.total-beauty__tab-list button::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(90deg, var(--tb-dark) 0%, var(--tb-dark-soft) 100%);
	opacity: 0;
	transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.total-beauty__tab-list button::after {
	content: "";
	position: absolute;
	right: auto;
	bottom: 1.2rem;
	left: 1.8rem;
	width: 4.8rem;
	height: 1px;
	background: var(--tb-gold-gradient);
	opacity: 0.35;
	transition: opacity 0.35s ease;
	z-index: 1;
}

.total-beauty__tab-list button span,
.total-beauty__tab-list button small {
	position: relative;
	z-index: 1;
	display: block;
}

.total-beauty__tab-list button span {
	font-family: var(--tb-sans);
	font-size: 1.35rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.total-beauty__tab-list button small {
	margin-top: 0.7rem;
	font-family: var(--tb-serif);
	font-size: 0.95rem;
	letter-spacing: 0.06em;
	line-height: 1.4;
}

.total-beauty__tab-list button:hover,
.total-beauty__tab-list button.is-active {
	color: var(--tb-ink);
}

.total-beauty__tab-list button:hover:not(.is-active) {
	border-color: rgba(198, 141, 66, 0.66);
	color: #866d42;
}

.total-beauty__tab-list button:hover:not(.is-active)::before {
	opacity: 1;
}

.total-beauty__tab-list button:hover:not(.is-active) small {
	color: #866d42;
}

.total-beauty__tab-list button:hover:not(.is-active)::after {
	opacity: 0.75;
	animation: total-beauty-tab-line-flow 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.total-beauty__tab-list button.is-active {
	border-color: rgba(198, 141, 66, 0.66);
	color: #866d42;
	box-shadow: 0 1.4rem 3.5rem rgba(70, 49, 27, 0.18);
}

.total-beauty__tab-list button.is-active::before {
	opacity: 1;
}

.total-beauty__tab-list button.is-active small {
	color: #866d42;
}

.total-beauty__tab-list button.is-active::after {
	opacity: 1;
}

.total-beauty__tab-list button:focus-visible {
	outline: 1px solid rgba(198, 141, 66, 0.85);
	outline-offset: 0.3rem;
}

.total-beauty__tab-panel {
	display: none;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	align-items: center;
	min-height: 61rem;
	padding-top: 6rem;
}

.total-beauty__tab-panel.is-active {
	display: grid;
	animation: total-beauty-panel-in 0.55s ease both;
}

.total-beauty__tab-panel[hidden] {
	display: none;
}

.total-beauty__detail-copy {
	z-index: 2;
	grid-column: 7 / 13;
	grid-row: 1;
	align-self: center;
	padding: 5rem 5.5rem;
	background: rgba(255, 253, 249, 0.96);
	box-shadow: 0 2.5rem 7rem rgba(70, 49, 27, 0.14);
	backdrop-filter: blur(1rem);
}

.total-beauty__detail-heading {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
	justify-content: space-between;
}

.total-beauty__detail-en {
	display: inline-block;
	background: var(--tb-gold-gradient);
	background-clip: text;
	color: transparent;
	font-family: var(--tb-sans);
	font-size: 3.2rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.total-beauty__detail-copy h3 {
	margin-top: 1.5rem;
	font-family: var(--tb-serif);
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.08em;
}

.total-beauty__detail-description {
	margin-top: 2.8rem;
	font-family: var(--tb-serif);
	font-size: 1.35rem;
	letter-spacing: 0.05em;
	line-height: 1.95;
}

.total-beauty__detail-label {
	margin-top: 3.5rem;
	color: var(--tb-gold);
	font-family: var(--tb-sans);
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.total-beauty__price-list {
	display: grid;
	gap: 0;
	margin-top: 1.3rem;
	border-top: 1px solid var(--tb-line);
}

.total-beauty__price-list > div {
	display: flex;
	gap: 1rem;
	align-items: baseline;
	padding: 1.4rem 0;
	border-bottom: 1px solid var(--tb-line);
	font-family: var(--tb-serif);
	font-size: 1.2rem;
	letter-spacing: 0.04em;
}

.total-beauty__price-list > div::before {
	display: none;
}

.total-beauty__price-list dt {
	flex: 1;
	font-weight: 500;
}

.total-beauty__price-list dd {
	color: rgba(44, 36, 30, 0.68);
	font-family: var(--tb-sans);
	font-size: 1rem;
	text-align: right;
}

.total-beauty__salons {
	display: grid;
	grid-template-columns: 8rem 1fr;
	gap: 2rem;
	align-items: start;
	margin-top: 2.8rem;
}

.total-beauty__salons > p {
	color: var(--tb-gold);
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.total-beauty__salons ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.8rem;
}

.total-beauty__salons li {
	position: relative;
	font-family: var(--tb-sans);
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.total-beauty__salons li:not(:last-child)::after {
	content: "/";
	position: absolute;
	right: -1.2rem;
	color: rgba(44, 36, 30, 0.35);
}

.total-beauty__salon-note {
	margin-top: 0.8rem;
	color: rgba(44, 36, 30, 0.68);
	font-size: 0.95rem;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

.total-beauty__detail-image {
	z-index: 1;
	grid-column: 1 / 9;
	grid-row: 1;
	height: 54rem;
	overflow: hidden;
}

.total-beauty__detail-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.total-beauty__tab-panel.is-active .total-beauty__detail-image img {
	animation: total-beauty-detail-image 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.total-beauty__note {
	margin-top: 3rem;
	font-size: 1.05rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
	text-align: right;
}

/* Facility */
.total-beauty__facility {
	position: relative;
	background:
		radial-gradient(circle at 80% 10%, rgba(198, 141, 66, 0.22), transparent 30%),
		var(--tb-dark);
	color: #fff;
}

.total-beauty__facility::before {
	content: none;
}

.total-beauty__section-heading--light .total-beauty__eyebrow {
	color: var(--tb-gold-light);
}

.total-beauty__facility-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.4rem;
	margin-top: 7rem;
}

.total-beauty__facility-card {
	overflow: hidden;
	border: 1px solid rgba(223, 182, 111, 0.45);
	background: rgba(255, 255, 255, 0.025);
}

.total-beauty__facility-card figure {
	height: 25rem;
	overflow: hidden;
}

.total-beauty__facility-card figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.total-beauty__facility-card:hover figure img {
	transform: scale(1.05);
}

.total-beauty__facility-content {
	padding: 3rem;
}

.total-beauty__facility-en {
	color: var(--tb-gold-light);
	font-family: var(--tb-sans);
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.total-beauty__facility-content h3 {
	margin-top: 0.8rem;
	font-family: var(--tb-serif);
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.08em;
}

.total-beauty__facility-description {
	min-height: 8rem;
	margin-top: 2rem;
	font-family: var(--tb-serif);
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1.9;
}

.total-beauty__facility-salons {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(223, 182, 111, 0.3);
}

.total-beauty__facility-salons span {
	color: var(--tb-gold-light);
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.total-beauty__facility-salons p {
	margin-top: 0.8rem;
	font-size: 1.05rem;
	letter-spacing: 0.04em;
	line-height: 1.7;
}

/* FAQ */
.total-beauty__faq {
	background: #fffdf9;
}

.total-beauty__faq-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 3rem;
	margin-top: 6rem;
	border-top: 1px solid var(--tb-line);
}

.total-beauty__faq-item {
	border-bottom: 1px solid var(--tb-line);
}

.total-beauty__faq-item.is-animating {
	overflow: hidden;
}

.total-beauty__faq-item summary {
	display: grid;
	grid-template-columns: 5rem 1fr 2.5rem;
	gap: 1.5rem;
	align-items: center;
	min-height: 9rem;
	padding: 1.8rem 0;
	list-style: none;
	cursor: pointer;
}

.total-beauty__faq-item summary::-webkit-details-marker {
	display: none;
}

.total-beauty__faq-label {
	color: var(--tb-gold);
	font-family: var(--tb-sans);
	font-size: 1.55rem;
	letter-spacing: 0.04em;
}

.total-beauty__faq-question {
	font-family: var(--tb-serif);
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 1.65;
}

.total-beauty__faq-icon {
	position: relative;
	width: 1.8rem;
	height: 1.8rem;
}

.total-beauty__faq-icon::before,
.total-beauty__faq-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.5rem;
	height: 1px;
	background: var(--tb-ink);
	transform: translate(-50%, -50%);
	transition: transform 0.35s ease;
}

.total-beauty__faq-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.total-beauty__faq-item[open] .total-beauty__faq-icon::after {
	transform: translate(-50%, -50%) rotate(0);
}

.total-beauty__faq-answer {
	display: grid;
	grid-template-columns: 5rem 1fr;
	gap: 1.5rem;
	padding: 0 4rem 2.8rem 0;
	opacity: 1;
	transform: translateY(0);
	transition:
		opacity 0.32s ease,
		transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.total-beauty__faq-item:not([open]) .total-beauty__faq-answer,
.total-beauty__faq-item.is-closing .total-beauty__faq-answer {
	opacity: 0;
	transform: translateY(-0.8rem);
}

.total-beauty__faq-answer span {
	color: var(--tb-gold);
	font-family: var(--tb-sans);
	font-size: 1.55rem;
}

.total-beauty__faq-answer p {
	font-family: var(--tb-serif);
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.9;
}

@keyframes total-beauty-hero-zoom {
	from {
		transform: scale(1.08);
	}
	to {
		transform: scale(1);
	}
}

@keyframes total-beauty-scroll-line {
	0% {
		transform: translateY(-100%);
	}
	50%,
	100% {
		transform: translateY(260%);
	}
}

@keyframes total-beauty-tab-line-flow {
	0% {
		clip-path: inset(0 100% 0 0);
		opacity: 0.35;
	}
	45% {
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
	100% {
		clip-path: inset(0 0 0 0);
		opacity: 0.75;
	}
}

@keyframes total-beauty-panel-in {
	from {
		opacity: 0;
		transform: translateY(1rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes total-beauty-detail-image {
	from {
		opacity: 0.72;
		transform: scale(1.04);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@media (max-width: 1100px) {
	.total-beauty__hero-copy {
		left: 0;
	}

	.total-beauty__hero-title {
		font-size: 9rem;
	}

	.total-beauty__hero-nav {
		width: 22rem;
	}

	.total-beauty__concept-grid {
		gap: 5rem;
	}

	.total-beauty__concept-image--main {
		width: 42rem;
	}

	.total-beauty__detail-copy {
		grid-column: 6 / 13;
		padding: 4rem;
	}
}

@media (max-width: 767px) {
	.header.total-beauty-header {
		display: none;
	}

	.total-beauty__inner {
		width: auto;
		margin: 0;
		padding: 0 2.4rem;
	}

	.total-beauty__section {
		padding: 8rem 0;
	}

	.total-beauty__eyebrow {
		gap: 1rem;
		margin-bottom: 1.8rem;
		font-size: 1.15rem;
	}

	.total-beauty__eyebrow::before,
	.total-beauty__section-heading--center .total-beauty__eyebrow::after {
		width: 3rem;
	}

	.total-beauty__section-heading h2 {
		font-size: 3rem;
		line-height: 1.6;
	}

	.total-beauty__section-intro {
		margin-top: 2rem;
		font-size: 1.3rem;
		line-height: 1.9;
	}

	.total-beauty__hero,
	.total-beauty__hero-inner {
		min-height: 72rem;
	}

	.total-beauty__hero-media img {
		object-position: 57% center;
	}

	.total-beauty__hero-shade {
		background:
			linear-gradient(0deg, rgba(13, 9, 7, 0.98) 0%, rgba(17, 10, 6, 0.78) 40%, rgba(19, 11, 7, 0.12) 78%),
			linear-gradient(90deg, rgba(13, 9, 7, 0.5), transparent 70%);
	}

	.total-beauty__hero-inner {
		width: 100%;
		padding: 6.8rem 2.4rem 0;
	}

	.total-beauty__breadcrumb {
		font-size: 1rem;
	}

	.total-beauty__hero-copy {
		top: auto;
		right: 2.4rem;
		bottom: 14.5rem;
		left: 2.4rem;
		transform: none;
	}

	.total-beauty__hero-lead,
	.total-beauty__hero-text {
		font-size: 1.2rem;
		letter-spacing: 0.07em;
	}

	.total-beauty__hero-title {
		margin: 0 0 2rem;
		font-size: 6.5rem;
		line-height: 0.9;
	}

	.total-beauty__hero-nav {
		right: 2.4rem;
		bottom: 3rem;
		top: auto;
		display: flex;
		width: calc(100% - 4.8rem);
		gap: 0.8rem;
		overflow-x: auto;
		padding-bottom: 0.5rem;
		transform: none;
		scrollbar-width: none;
	}

	.total-beauty__hero-nav::-webkit-scrollbar {
		display: none;
	}

	.total-beauty__hero-nav a {
		flex: 0 0 16rem;
		min-height: 5.4rem;
		padding: 0.9rem 1.2rem 0.9rem 1.5rem;
	}

	.total-beauty__hero-nav a:hover {
		transform: none;
	}

	.total-beauty__hero-nav-en {
		font-size: 1.2rem;
	}

	.total-beauty__hero-nav-ja {
		font-size: 0.85rem;
	}

	.total-beauty__scroll {
		display: none;
	}

	.total-beauty__concept-grid {
		display: flex;
		flex-direction: column;
		gap: 5rem;
		margin-top: 4.5rem;
	}

	.total-beauty__concept-catch {
		margin-bottom: 3rem;
		font-size: 2.2rem;
		line-height: 1.75;
	}

	.total-beauty__concept-body {
		gap: 1.6rem;
		font-size: 1.25rem;
		line-height: 2;
	}

	.total-beauty__concept-visual {
		width: 100%;
		min-height: 41rem;
	}

	.total-beauty__concept-image--main {
		right: auto;
		left: 50%;
		width: 29rem;
		max-width: 100%;
		height: 38rem;
		transform: translateX(-50%);
	}

	.total-beauty__concept-image--sub {
		width: 18rem;
		height: 14rem;
		border-width: 0.7rem;
	}

	.total-beauty__menu-grid {
		grid-template-columns: 1fr;
		gap: 1.2rem;
		margin-top: 4.5rem;
	}

	.total-beauty__menu-card-inner {
		grid-template-columns: 42% 58%;
		min-height: 19rem;
	}

	.total-beauty__menu-slider-controls {
		right: 1rem;
		bottom: 1.2rem;
		gap: 1rem;
	}

	.total-beauty__menu-slider-prev,
	.total-beauty__menu-slider-next {
		width: 2.4rem;
		height: 1.8rem;
	}

	.total-beauty__menu-content {
		padding: 2rem 1.8rem;
	}

	.total-beauty__menu-number {
		top: 1rem;
		right: 1.4rem;
		font-size: 5rem;
	}

	.total-beauty__menu-title {
		padding-top: 0.8rem;
		padding-right: 5.8rem;
		font-size: 1.75rem;
	}

	.total-beauty__menu-title small {
		margin-top: 0.6rem;
		font-size: 0.95rem;
	}

	.total-beauty__menu-description {
		display: -webkit-box;
		margin-top: 1.3rem;
		overflow: hidden;
		font-size: 1.05rem;
		line-height: 1.75;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.total-beauty__menu-more {
		gap: 0.8rem;
		padding-top: 1.2rem;
		font-size: 0.95rem;
	}

	.total-beauty__menu-more .total-beauty__arrow {
		width: 1.6rem;
	}

	.total-beauty__tabs {
		margin-top: 4rem;
	}

	.total-beauty__tab-list {
		gap: 0.8rem;
		margin-top: -0.3rem;
		padding-top: 0.3rem;
		scroll-snap-type: x mandatory;
		touch-action: pan-x;
	}

	.total-beauty__tab-list button {
		flex: 0 0 15.2rem;
		min-height: 7rem;
		padding: 1.05rem 1.4rem 1.55rem;
	}

	.total-beauty__tab-list button::after {
		bottom: 1rem;
		left: 1.4rem;
		width: 4.2rem;
	}

	.total-beauty__tab-list button span {
		font-size: 1.2rem;
	}

	.total-beauty__tab-list button small {
		font-size: 0.85rem;
	}

	.total-beauty__tab-panel,
	.total-beauty__tab-panel.is-active {
		display: flex;
		flex-direction: column-reverse;
		gap: 0;
		min-height: 0;
		padding: 3rem 0 0;
	}

	.total-beauty__tab-panel[hidden] {
		display: none;
	}

	.total-beauty__detail-copy {
		position: relative;
		z-index: 2;
		width: calc(100% - 2.4rem);
		margin: -4rem auto 0;
		padding: 3rem 2.4rem;
		box-shadow: 0 1.5rem 4rem rgba(70, 49, 27, 0.12);
	}

	.total-beauty__detail-heading {
		gap: 1.5rem;
	}

	.total-beauty__detail-en {
		font-size: 2.25rem;
	}

	.total-beauty__detail-copy h3 {
		margin-top: 1rem;
		font-size: 1.8rem;
	}

	.total-beauty__detail-description {
		margin-top: 2.2rem;
		font-size: 1.2rem;
		line-height: 1.9;
	}

	.total-beauty__detail-label {
		margin-top: 2.8rem;
	}

	.total-beauty__price-list {
		margin-top: 1.2rem;
	}

	.total-beauty__price-list > div {
		gap: 1rem;
		padding: 1.3rem 0;
		font-size: 1.15rem;
	}

	.total-beauty__price-list dd {
		max-width: 12rem;
		font-size: 1rem;
		text-align: right;
	}

	.total-beauty__salons {
		grid-template-columns: 6rem 1fr;
		gap: 1rem;
		margin-top: 2.5rem;
	}

	.total-beauty__salons li {
		font-size: 1.05rem;
	}

	.total-beauty__detail-image {
		width: 100%;
		height: 28rem;
	}

	.total-beauty__note {
		margin-top: 2.5rem;
		font-size: 0.9rem;
		text-align: left;
	}

	.total-beauty__facility-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
		margin-top: 4.5rem;
	}

	.total-beauty__facility-card figure {
		height: 23rem;
	}

	.total-beauty__facility-content {
		padding: 2.5rem 2.2rem;
	}

	.total-beauty__facility-en {
		font-size: 1.8rem;
	}

	.total-beauty__facility-content h3 {
		font-size: 1.55rem;
	}

	.total-beauty__facility-description {
		min-height: 0;
		font-size: 1.15rem;
	}

	.total-beauty__faq-list {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 4rem;
	}

	.total-beauty__faq-item summary {
		grid-template-columns: 4rem 1fr 2rem;
		gap: 1rem;
		min-height: 8rem;
	}

	.total-beauty__faq-label {
		font-size: 1.35rem;
	}

	.total-beauty__faq-question {
		font-size: 1.2rem;
		line-height: 1.9;
	}

	.total-beauty__faq-answer {
		grid-template-columns: 4rem 1fr;
		gap: 1rem;
		padding: 0 1rem 2.5rem 0;
	}

	.total-beauty__faq-answer p {
		font-size: 1.2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.total-beauty__hero-media img,
	.total-beauty__scroll i::after,
	.total-beauty__tab-list button:hover:not(.is-active)::after {
		animation: none;
	}

	.total-beauty__reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.total-beauty__menu-image img,
	.total-beauty__facility-card figure img,
	.total-beauty__faq-answer {
		transition: none;
	}
}
