body {
	background-color: #fbfbf6;
	color: #2c3e50;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.02em;
	line-height: 1;
}

body.is-active {
	overflow: hidden;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-padding-top: 9rem;
}

img {
	image-rendering: auto;
}

iframe {
	border: none;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.about {
	margin-top: 6.75rem;
}

.inner.about__inner {
	max-width: 65.75rem;
}

.about__section-title {
	margin-left: auto;
	max-width: 50rem;
}

.about__text {
	margin-left: auto;
	margin-top: 1.4375rem;
	width: 50rem;
}

.about__img-wrap {
	margin-left: auto;
	margin-top: 5rem;
	max-width: 48rem;
	position: relative;
}

.about__main-img {
	margin-left: auto;
	overflow: hidden;
	width: 37.5rem;
}

.about__main-img img,
.about__sub-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.about__sub-img {
	left: 0;
	position: absolute;
	top: 21%;
	width: 18.75rem;
	z-index: 1;
}

.about__sub-img::before {
	background-color: #f0ece4;
	content: "";
	height: 100%;
	left: -2rem;
	position: absolute;
	top: 2rem;
	width: 100%;
	z-index: -1;
}

.faq {
	background-color: #f0ece4;
	padding-bottom: 7.625rem;
	padding-top: 6.9375rem;
}

.inner.faq__inner {
	max-width: 65.625rem;
}

.faq__section-title.section-title {
	padding-bottom: 2.5rem;
}

.faq__section-title.section-title::before {
	width: 100%;
}

.faq__list {
	border-bottom: 1px solid #2c3e50;
}

.faq__item {
	border-bottom: 1px solid rgba(44, 62, 80, 0.2);
}

.faq__item.is-open .faq__arrow {
	transform: rotate(180deg);
}

.faq__item:last-child {
	border-bottom: none;
}

.faq__question {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 1rem;
	padding: 1.5rem;
	transition: background-color 0.3s ease;
}

.faq__q-label,
.faq__a-label {
	color: #2c3e50;
	flex-shrink: 0;
	font-family: "Cormorant", serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
}

.faq__q-text,
.faq__a-text {
	color: #2c3e50;
	flex: 1;
	font-family: "Shippori Mincho", serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.8;
	margin: 0;
}

.faq__arrow {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 2rem;
	justify-content: center;
	transition: transform 0.3s ease;
	width: 2rem;
}

.faq__arrow img {
	height: 0.5rem;
	width: 1.25rem;
}

.faq__answer {
	align-items: center;
	background-color: #fff;
	border-top: 1px solid rgba(44, 62, 80, 0.1);
	display: none;
	gap: 1rem;
	padding: 1.5rem;
}

.fix-btn {
	align-items: center;
	bottom: 0;
	display: flex;
	flex-direction: column;
	height: 84%;
	justify-content: space-between;
	max-height: 40.5rem;
	position: fixed;
	right: 0;
	z-index: 50;
}

.fix-btn__sns {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.4375rem;
	margin-right: 1.5rem;
}

.fix-btn__sns-items {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}

.fix-btn__sns-item {
	aspect-ratio: 1;
	width: 3rem;
}

.fix-btn__sns-item-link {
	align-items: center;
	aspect-ratio: 1;
	border-radius: 6.1875rem;
	display: flex;
	justify-content: center;
	padding: 0.75rem;
	position: relative;
}

.fix-btn__sns-item-link::before {
	aspect-ratio: 1;
	background-color: #2c3e50;
	border-radius: 6.1875rem;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: background-color 0.3s, transform 0.3s;
	width: 3rem;
	z-index: -1;
}

.fix-btn__sns-item-link img {
	height: 1.5rem;
	width: 1.5rem;
}

.fix-btn__follow {
	font-family: "Cormorant", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transform: rotate(180deg);
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.fix-btn__contact a {
	background-color: #2c3e50;
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 600;
	height: 12.5rem;
	letter-spacing: 0.2em;
	line-height: 1.2;
	overflow: hidden;
	padding: 2.1875rem 1.875rem;
	position: relative;
	transition: font-weight 0.5s ease;
	writing-mode: vertical-rl;
	z-index: 1;
}

.fix-btn__contact a::before {
	background-color: #111f2e;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-100%);
	transition: transform 0.5s ease;
	width: 100%;
	z-index: -1;
}

.flow {
	background-color: #f0ece4;
	padding-bottom: 7.5rem;
	padding-top: 6.6875rem;
}

.inner.flow__inner {
	max-width: 65.625rem;
}

.flow__list {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin-top: 4.0625rem;
}

.flow__item {
	align-items: center;
	background-color: #fff;
	display: flex;
	min-height: 9.625rem;
	padding: 3rem;
	position: relative;
}

.flow__item::after {
	background-image: url(../images/common/flow-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.75rem;
	content: "";
	display: block;
	height: 0.5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.25rem;
}

.flow__item:last-child::after {
	display: none;
}

.flow__item-number {
	font-family: "Cormorant", serif;
	font-size: 4rem;
	left: 0;
	position: absolute;
	top: -3.3125rem;
}

.flow__item-content {
	align-items: center;
	display: flex;
	gap: 4.25rem;
}

.flow__item-title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.6;
	width: 9.375rem;
}

.flow__item-text {
	flex: 1;
}

.flow__item-text a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.footer__link {
	background-color: #2c3e50;
	color: #fff;
	display: block;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
}

.footer__link::before {
	background-color: #111f2e;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-100%);
	transition: transform 0.5s ease;
	width: 100%;
}

.inner.footer__inner {
	max-width: 65.625rem;
	position: relative;
	z-index: 2;
}

.footer__wrap {
	display: flex;
	justify-content: space-between;
}

.footer__title {
	font-family: "Cormorant", serif;
	font-size: 4rem;
	font-weight: 400;
	text-transform: uppercase;
}

.footer__sub-title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.6;
}

.footer__logo {
	aspect-ratio: 1;
	position: relative;
	width: 9.375rem;
}

.footer__arrow {
	height: 3rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(225deg);
	width: 0.875rem;
}

.footer__copy {
	display: block;
	font-family: "Cormorant", serif;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 2.8125rem;
	text-transform: uppercase;
}

.footer__logo-img {
	animation: rotate 10s linear infinite;
	height: 100%;
	width: 100%;
}

.fv {
	margin-top: 10rem;
	position: relative;
}

.fv__bg {
	width: 100%;
}

.fv::before {
	background: linear-gradient(180deg, #f0ece4 0%, #f0ece4 95%, transparent 95%, transparent 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: -10rem;
	width: 20.7174231332vw;
	z-index: -1;
}

.fv__bg::after {
	background-color: #f0ece4;
	bottom: 0;
	content: "";
	height: 12.5rem;
	position: absolute;
	right: 0;
	width: 20.7174231332vw;
	z-index: -1;
}

.inner.fv__inner {
	display: flex;
	height: inherit;
	max-width: 78.125rem;
}

.fv__main-img {
	margin-left: 4rem;
	width: 27.25rem;
}

.fv__main-img img,
.fv__sub-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__sub-img {
	margin-top: -7.5rem;
	position: relative;
	width: 18.75rem;
	z-index: 2;
}

.fv__copy {
	color: #2c3e50;
	font-size: clamp(1.563rem, -0.08rem + 3.42vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 4.375rem;
	transform: translateX(-1.3125rem);
}

.fv__copy--indent {
	padding-left: clamp(5rem, -5.786rem + 22.47vw, 14.438rem);
}

.fv__text {
	border-left: 1px solid #2c3e50;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.8;
	margin-left: 6.25rem;
	margin-top: 12.6875rem;
	padding-bottom: 1rem;
	padding-left: 1.25rem;
	padding-top: 1rem;
	width: 18.75rem;
}

.header {
	height: 9rem;
	left: 0;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header__inner {
	align-items: start;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 2.5rem;
}

.header__logo {
	align-items: center;
	display: flex;
	height: 6rem;
	width: 7.5625rem;
}

.header__logo-link {
	display: block;
	height: 100%;
	pointer-events: all;
	width: 100%;
}

.header__logo-img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__pc-nav-list {
	align-items: center;
	display: flex;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
	pointer-events: all;
}

.header__pc-nav-item {
	margin: 0;
}

.header__pc-nav-link {
	-webkit-text-decoration: none;
	color: #2c3e50;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 0.5rem 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.3s ease;
}

.header__hamburger {
	background: transparent;
	border: none;
	cursor: pointer;
	display: none;
	height: 2rem;
	padding: 0;
	pointer-events: all;
	position: relative;
	width: 2rem;
}

.header__hamburger.is-active .header__hamburger-line {
	background-color: #fff;
}

.header__hamburger-line {
	background-color: #2c3e50;
	display: block;
	height: 0.09375rem;
	left: 0.125rem;
	position: absolute;
	transition: all 0.3s ease;
	width: 1.75rem;
}

.header__hamburger-line:first-child {
	top: 0.75rem;
}

.header__hamburger-line:last-child {
	top: 1.25rem;
}

.header__hamburger.is-active .header__hamburger-line:first-child {
	top: 1rem;
	transform: rotate(45deg);
}

.header__hamburger.is-active .header__hamburger-line:last-child {
	top: 1rem;
	transform: rotate(-45deg);
}

.header__sp-nav {
	display: none;
}

.header__sp-nav.is-active {
	opacity: 1;
	visibility: visible;
}

.header__sp-nav-list {
	display: flex;
	flex-direction: column;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.header__sp-nav-link {
	color: #fff;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
	text-align: center;
	text-transform: uppercase;
}

.header__sp-nav-sns {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 2.75rem;
}

.header__sp-nav-instagram {
	aspect-ratio: 1;
	display: block;
	width: 1.5rem;
}

.header__sp-nav-line {
	aspect-ratio: 1;
	display: block;
	width: 1.5rem;
}

.header__sp-nav-line-icon,
.header__sp-nav-instagram-icon {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.menu {
	margin-top: 6.75rem;
}

.inner.menu__inner {
	max-width: 68.125rem;
}

.menu__section-title {
	margin-left: 1.25rem;
}

.menu__list {
	display: flex;
	gap: 4.625rem;
	margin-top: 2.625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
}

.menu__item {
	display: flex;
	gap: 0.75rem;
	position: relative;
	width: calc(50% - 1.125rem);
}

.menu__item-english {
	position: absolute !important;
}

.menu__item-english {
	height: 100%;
	left: -2.5rem;
	top: 0;
}

.menu__item-img-wrap {
	position: relative;
}

.menu__item-img {
	aspect-ratio: 464/369;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.menu__item-img-hover {
	aspect-ratio: 1;
	bottom: 0;
	height: 8rem;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	translate: 0% 50%;
	visibility: hidden;
	width: 8rem;
}

.menu__item-img-hover::before {
	animation: rotate 10s linear infinite;
	background-image: url(../images/common/see-more.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.menu__item-img-hover::after {
	aspect-ratio: 14/48;
	background-image: url(../images/common/long-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 0.875rem;
}

.menu__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
	width: 100%;
}

.menu__item-number {
	font-family: "Cormorant", serif;
	font-size: 5rem;
	font-weight: 400;
	line-height: 1;
	margin-top: -3rem;
	position: relative;
	z-index: 2;
}

.menu__item-title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.6;
	position: relative;
	z-index: 2;
}

.menu-english {
	font-family: "Cormorant", serif;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	transform: rotate(180deg);
	writing-mode: vertical-rl;
}

.menu-english::before {
	background-color: #2c3e50;
	content: "";
	height: calc(100% - 4.625rem);
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
}

.menu-english.menu-english--long::before {
	height: calc(100% - 8.875rem);
}

.c-opening {
	align-items: center;
	display: flex;
	height: 100svh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.c-opening__mask {
	background-color: #fbfbf6;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.c-opening__logo {
	display: block;
	height: 12rem;
	opacity: 0; /*予め透明に*/
	width: 15.125rem;
	z-index: 2;
}

.c-opening__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.hidden {
	display: none !important;
}

.profile {
	margin-top: 14.25rem;
	padding-bottom: 9.6875rem;
	position: relative;
}

.profile::before {
	background: linear-gradient(180deg, transparent 0%, transparent 21%, #f0ece4 21%, #f0ece4 84%, transparent 84%, transparent 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 20.7174231332vw;
	z-index: -1;
}

.inner.profile__inner {
	max-width: 65.625rem;
}

.profile__wrap {
	align-items: center;
	display: flex;
	gap: 4rem;
	margin-top: 4.6875rem;
}

.profile__img {
	width: 25rem;
}

.profile__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.profile__text {
	flex: 1;
	font-size: 1rem;
	font-weight: 600;
	line-height: 2.2;
}

.profile__img-wrap {
	overflow: hidden;
	position: relative;
}

.section-title {
	padding-bottom: 1.5rem;
	position: relative;
}

.section-title::before {
	background-color: #2c3e50;
	bottom: 0;
	content: "";
	display: block;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 2rem;
}

.section-en-title {
	font-family: "Cormorant", serif;
	font-size: 3rem;
	font-weight: 500;
	text-transform: uppercase;
}

.section-ja-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
	margin-top: -0.25rem;
}

.styling-menu {
	background-color: #f0ece4;
	margin-top: 7.5rem;
	padding-bottom: 7.5rem;
	padding-top: 6.625rem;
}

.inner.styling-menu__inner {
	max-width: 68.125rem;
}

.styling-menu__lead {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
}

.styling-menu__english {
	height: calc(100% - 1.5625rem);
	left: -1.25rem;
	position: absolute;
	top: 1.5625rem;
}

.styling-menu__number {
	font-family: "Cormorant", serif;
	font-size: 5rem;
	font-weight: 400;
	line-height: 1;
}

.styling-menu__title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.6;
}

.styling-menu__text {
	margin-top: 2rem;
}

.styling-menu__note {
	margin-top: 0.5625rem;
}

.styling-menu__list {
	grid-gap: 3rem 1.5rem;
	display: grid;
	gap: 3rem 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.0625rem;
	max-width: 62.5rem;
}

.styling-menu__item {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.styling-menu__item-img {
	aspect-ratio: 317/403;
}

.styling-menu__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.styling-menu__item-content {
	align-items: end;
	display: flex;
	flex: 1;
	justify-content: space-between;
	margin-top: 0.25rem;
}

.styling-menu__item-title {
	font-size: 1rem;
	font-weight: 600;
}

.styling-menu__item-price {
	font-size: 1.375rem;
	font-weight: 600;
}

.styling-menu__item-price.styling-menu__item-price--middle {
	font-size: 1rem;
}

.styling-menu__item-price span {
	font-size: 0.875rem;
	font-weight: 600;
	margin-left: 0.4375rem;
}

.styling-menu__other {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.625rem;
	max-width: 62.5rem;
}

.styling-menu__other-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
}

.styling-menu__other-list {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 600;
	gap: 1.125rem;
	line-height: 1;
	margin-top: 1.3125rem;
}

.styling-menu__other-item {
	align-items: end;
	display: flex;
	gap: 3.6875rem;
	padding-left: 2.5rem;
	position: relative;
}

.styling-menu__other-item-wrap {
	display: contents;
}

.styling-menu__item-price-note {
	font-size: 0.875rem;
	font-weight: 600;
	margin-left: -3rem;
}

.styling-menu__other-item::before {
	background-color: #2c3e50;
	content: "";
	display: block;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 0.875rem;
	width: 1.5rem;
}

.styling-menu__other-menu {
	width: 6.125rem;
}

.styling-menu__other-menu.styling-menu__other-menu--hairmake {
	width: -moz-fit-content;
	width: fit-content;
}

.styling-menu.styling-menu--hairmake {
	background-color: transparent;
	background-color: initial;
	margin-top: 6.4375rem;
	padding-top: 0;
}

.styling-menu__item-content--hairmake {
	align-items: start;
	flex-direction: column;
	margin-top: 0.75rem;
}

.text01 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 2;
}

.text02 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.8;
}

.text03 {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.8;
}

.text-wrap {
	padding-left: 1em;
	text-indent: -1em;
}

.voices {
	overflow: hidden;
	padding-top: 9.25rem;
}

.voices__inner.inner {
	max-width: 71.75rem;
}

.voices__section-title {
	margin-left: 3.125rem;
	position: relative;
	z-index: 5;
}

.voices__slider {
	margin-right: calc(50% - 50vw);
	margin-top: -6.6875rem;
	padding-left: 21.75rem;
	position: relative;
	z-index: 2;
}

.voices__swiper-wrapper {
	align-items: end;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.voices__slide {
	align-items: start;
	display: flex;
	flex-direction: row-reverse;
	margin-right: -7rem;
	position: relative;
	width: 25rem;
}

.voices__slide.swiper-slide-active {
	position: relative;
	z-index: 2;
}

.voices__slide.swiper-slide-active .voices__img {
	transform: scale(1);
	z-index: 4;
}

.voices__slide.swiper-slide-active .voices__img::before {
	opacity: 0;
}

.voices__slide.swiper-slide-active .voices__text-wrap {
	opacity: 1;
	visibility: visible;
}

.voices__number {
	bottom: auto;
	font-family: "Cormorant", serif;
	font-size: 1.25rem;
	font-weight: 500;
	left: 46.875rem;
	position: absolute;
	top: 0.9375rem;
	transform: rotate(-90deg);
	width: -moz-fit-content;
	width: fit-content;
	z-index: 4;
}

.voices__number span::before {
	content: "0";
}

.voices__img {
	aspect-ratio: 4/6;
	transform: scale(0.66);
	transform-origin: right bottom;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
}

.voices__img::before {
	background-color: #2c3e50;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.5s ease;
	width: 100%;
}

.voices__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.voices__text-wrap {
	background-color: #f0ece4;
	bottom: 5rem;
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 17rem;
	left: -21.75rem;
	opacity: 0;
	padding: 2rem 3rem;
	position: absolute;
	transition: all 0.5s ease;
	visibility: hidden;
	width: 28rem;
	z-index: 4;
}

.voices__name {
	margin-top: auto;
}

.voice__button-prev,
.voice__button-next {
	background-color: #2c3e50;
	bottom: 0;
	height: 5rem;
	position: absolute;
	top: auto;
	transition: background-color 0.3s ease-in-out;
	width: 5rem;
	z-index: 10;
}

.voice__button-prev {
	left: auto;
	right: 30rem;
}

.voice__button-next {
	left: auto;
	right: 25rem;
}

.voice__button-next::after,
.voice__button-prev:after {
	-webkit-mask-image: url(../images/common/flow-icon.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff;
	content: "";
	display: block;
	height: 0.5rem;
	left: 50%;
	mask-image: url(../images/common/flow-icon.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	width: 1.25rem;
}

.voice__button-wrap {
	aspect-ratio: 748/600;
	height: auto;
	left: 0.0625rem;
	position: absolute;
	top: 0;
	width: 46.75rem;
}

.voice__button-next::after {
	transform: translate(-50%, -50%) rotate(-90deg);
}

.voice__button-prev::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {

img {
	image-rendering: -webkit-optimize-contrast;
}

}

@media (any-hover: hover) {

.faq__question:hover {
	background-color: #fbfbf6;
}

.fix-btn__sns-item-link:hover::before {
	background-color: #111f2e;
	transform: translate(-50%, -50%) scale(1.1);
}

.fix-btn__contact a:hover {
	font-weight: 700;
}

.fix-btn__contact a:hover::before {
	transform: translateX(0);
}

.flow__item-text a:hover {
	opacity: 0.8;
}

.footer__link:hover::before {
	transform: translateX(0);
}

.header__pc-nav-link:hover {
	opacity: 0.6;
}

.menu__item:hover .menu__item-img-hover {
	opacity: 1;
	visibility: visible;
}

.menu__item:hover .menu__item-img img {
	transform: scale(1.1);
}

.voice__button-next:hover,
.voice__button-prev:hover {
	background-color: #111f2e;
}

}

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

.voices__slide.is-hidden-before {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.voices__slide.is-shrinking .voices__img {
	opacity: 0;
	transform: scale(0.66);
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

}

@media screen and (min-width: 1441px) {

.fv::before {
	width: calc(283px + 50vw - 683px);
}

.profile::before {
	width: calc(283px + 50vw - 683px);
}

}

@media (max-width: 1050px) {

html {
	font-size: 1.5238095238vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: none;
}

html {
	scroll-padding-top: 7rem;
}

.about {
	margin-top: 4.125rem;
}

.inner.about__inner {
	flex-direction: column;
	max-width: 37.5rem;
}

.about__text {
	margin-top: 1.5rem;
	width: 100%;
}

.about__img-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 20.375rem;
}

.about__main-img {
	width: 15.25rem;
}

.about__sub-img {
	top: 24%;
	width: 7.625rem;
}

.about__sub-img::before {
	display: none;
}

.faq {
	padding-bottom: 5rem;
	padding-top: 4.375rem;
}

.inner.faq__inner {
	max-width: 37.5rem;
}

.faq__question {
	gap: 0.75rem;
	padding: 1.5rem 0.625rem;
}

.faq__answer {
	padding: 1.5rem 1.5rem;
}

.faq__q-label,
.faq__a-label {
	font-size: 1.375rem;
}

.faq__q-text,
.faq__a-text {
	font-size: 1rem;
	line-height: 1.8;
}

.faq__arrow {
	height: 1.75rem;
	width: 1.75rem;
}

.faq__arrow svg {
	height: 0.375rem;
	width: 1rem;
}

.fix-btn {
	height: auto;
	max-height: none;
	width: 4rem;
	writing-mode: vertical-rl;
}

.fix-btn__contact a {
	align-items: center;
	display: flex;
	font-size: 1rem;
	height: auto;
	justify-content: center;
	padding: 1.4375rem 1.375rem;
	width: 100%;
}

.flow {
	padding-bottom: 5rem;
	padding-top: 3.625rem;
}

.inner.flow__inner {
	max-width: 37.5rem;
}

.flow__list {
	margin-top: 3.125rem;
}

.flow__item {
	min-height: 0;
	padding: 2.5rem 1.5625rem 1.5625rem;
}

.flow__item-content {
	align-items: start;
	flex-direction: column;
	gap: 0.9375rem;
}

.flow__item-title {
	font-size: 1.375rem;
	width: 100%;
}

.footer__link {
	padding-bottom: 3.875rem;
	padding-top: 3rem;
}

.inner.footer__inner {
	max-width: 37.5rem;
}

.footer__wrap {
	flex-direction: column;
	gap: 1.8125rem;
}

.footer__title {
	font-size: 2.25rem;
}

.footer__copy {
	margin-top: 3.75rem;
}

.fv {
	margin-top: 9rem;
}

.fv::before {
	width: 29.2307692308vw;
}

.fv__bg::after {
	background: linear-gradient(180deg, #f0ece4 0%, #f0ece4 100%);
	height: 10.0625rem;
	top: auto;
	width: 20.7692307692vw;
}

.inner.fv__inner {
	flex-direction: column-reverse;
	gap: 2.6875rem;
	justify-content: start;
}

.fv__main-img {
	margin-left: 0;
	width: 15.3125rem;
}

.fv__sub-img {
	margin-top: -4.0625rem;
	transform: translateX(-1rem);
	width: 11.1875rem;
}

.fv__copy {
	font-size: min(1.75rem, 7.1794871795vw);
	letter-spacing: 0.02em;
	margin-top: 0;
	text-align: right;
	transform: translateX(0);
	white-space: nowrap;
}

.fv__copy--indent {
	padding-left: 0;
}

.header {
	height: 7rem;
	padding-bottom: 0;
	padding-top: 0;
}

.header__inner {
	height: auto;
	padding: 1rem;
}

.header__logo {
	height: 5rem;
	position: relative;
	width: 6.3125rem;
	z-index: 1000;
}

.header__pc-nav {
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	display: none;
	left: 0;
	position: fixed;
	top: 5rem;
	width: 100%;
	z-index: 99;
}

.header__pc-nav-list {
	align-items: stretch;
	flex-direction: column;
	gap: 0;
	padding: 1.25rem 0;
}

.header__pc-nav-item {
	border-bottom: 1px solid rgba(44, 62, 80, 0.1);
}

.header__pc-nav-item:last-child {
	border-bottom: none;
}

.header__pc-nav-link {
	font-size: 1rem;
	padding: 1rem 1.25rem;
	text-align: left;
}

.header__hamburger {
	display: block;
	z-index: 1000;
}

.header__sp-nav {
	background-color: #2c3e50;
	bottom: 0;
	height: 100dvh;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	padding-bottom: 2.1875rem;
	padding-top: 9.1875rem;
	pointer-events: all;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 101;
}

.inner {
	padding-left: 32px;
	padding-right: 32px;
}

.menu {
	margin-top: 4.625rem;
}

.inner.menu__inner {
	max-width: 37.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.menu__section-title {
	margin-left: 0;
}

.menu__list {
	flex-direction: column;
	gap: 3rem;
	margin-top: 2rem;
	padding-left: 0.6875rem;
	padding-right: 0;
}

.menu__item {
	gap: 0.125rem;
	width: 100%;
}

.menu__item-english {
	left: -1.75rem;
}

.menu__item-content {
	flex: 1;
}

.menu__item-img {
	aspect-ratio: 315/250;
	width: 100%;
}

.menu__item-number {
	font-size: 4.5rem;
}

.menu__item-title {
	font-size: 1.375rem;
	margin-top: 0.5rem;
}

.c-opening__logo {
	width: 12.5rem;
}

.profile {
	margin-top: 8.25rem;
	padding-bottom: 5.125rem;
}

.profile::before {
	display: none;
}

.inner.profile__inner {
	max-width: 37.5rem;
}

.profile__wrap {
	flex-direction: column;
	gap: 3.25rem;
	margin-top: 3.5625rem;
}

.profile__bg {
	height: 80vw;
	max-height: 30rem;
	position: absolute;
	top: 7.75rem;
	width: 100%;
}

.profile__bg::before {
	background: linear-gradient(180deg, #f0ece4 0%, #f0ece4 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0%;
	width: 29.2307692308vw;
	z-index: -1;
}

.profile__img {
	width: 100%;
}

.section-en-title {
	font-size: 2.25rem;
}

.styling-menu {
	margin-top: 5.0625rem;
	padding-bottom: 4.9375rem;
	padding-top: 3.3125rem;
}

.inner.styling-menu__inner {
	max-width: 37.5rem;
}

.styling-menu__lead {
	padding-left: 0;
	padding-left: 0.6875rem;
	padding-right: 0;
}

.styling-menu__english {
	left: -1.0625rem;
}

.styling-menu__number {
	font-size: 4.5rem;
}

.styling-menu__title {
	font-size: 1.375rem;
}

.styling-menu__text {
	margin-top: 1.5625rem;
}

.styling-menu__list {
	gap: 2.6875rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2.875rem;
}

.styling-menu__item-img {
	aspect-ratio: 326/414;
}

.styling-menu__item-price {
	text-align: right;
}

.styling-menu__other {
	margin-top: 2.625rem;
}

.styling-menu__other-item {
	gap: 0;
	justify-content: space-between;
}

.styling-menu__other-item.styling-menu__other-item--long {
	align-items: initial;
	flex-direction: column;
	justify-content: end;
}

.styling-menu__other-item-wrap {
	align-items: end;
	display: flex;
	justify-content: space-between;
}

.styling-menu__item-price-note {
	margin-left: 0;
	margin-top: 0.5rem;
	text-align: right;
}

.styling-menu__other-item.styling-menu__other-item--hairmake::before {
	top: 0.5rem;
}

.styling-menu__other-menu {
	white-space: nowrap;
}

.styling-menu.styling-menu--hairmake {
	margin-top: 3.25rem;
	padding-bottom: 5rem;
}

.styling-menu__other-item--hairmake {
	align-items: start;
	flex-direction: column;
	gap: 0.6875rem;
}

.voices {
	padding-top: 4.5rem;
}

.voices__inner.inner {
	max-width: 37.5rem;
}

.voices__section-title {
	margin-left: 0;
}

.voices__slider {
	margin-right: auto;
	margin-top: 1.875rem;
	padding-left: 0;
}

.voices__slide {
	flex-direction: column-reverse;
	margin-right: 0;
	width: 100%;
}

.voices__number {
	left: 0;
	top: 9.5625rem;
}

.voices__img::before {
	display: none;
}

.voices__img {
	margin-left: auto;
	transform: scale(1);
	width: calc(100% - 4rem);
}

.voices__text-wrap {
	height: 100%;
	justify-content: center;
	opacity: 1;
	padding: 1.5rem;
	position: static;
	visibility: visible;
	width: 100%;
}

.voices__name {
	margin-top: 1rem;
}

.voice__button-prev,
.voice__button-next {
	height: 4rem;
	width: 4rem;
}

.voice__button-prev {
	left: 0;
	right: auto;
	top: 0;
}

.voice__button-next {
	left: 0;
	right: auto;
	top: 4rem;
}

.voice__button-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	width: 100%;
}

}

@media screen and (any-hover: hover) and (max-width: 767px) {

.header__pc-nav-link:hover {
	background-color: rgba(204, 196, 180, 0.1);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes rotate {

from {
	transform: rotate(0deg);
}

to {
	transform: rotate(360deg);
}

}


/*# sourceMappingURL=style.css.map */
