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

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
}

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

/* ドロワー表示時、 背景を固定してスクロールできないようにする */

body.fixed {
	height: 100%;
	position: fixed;
	width: 100%;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

/* 非表示設定（視覚的に隠しつつスクリーンリーダーでは読み上げられる） */

/* https://gist.github.com/roatnek/c24d5257c4f6d5b1ef0f2328609a0221 */

.visually-hidden {
	clip: rect(1px, 1px, 1px, 1px) !important;
	height: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	width: 1px !important;
}

.sp-only {
	display: block;
}

.pc-only {
	display: contents;
}

.wbr {
	display: inline-block;
}

*,
*::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;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* 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;
	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;
}

hr {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.basic-btn {
	height: 3.125rem;
}

.basic-btn a {
	align-content: center;
	background-color: #655E5A;
	border-radius: 0.3125rem;
	color: #EFEBE5;
	display: inline-grid;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	height: inherit;
	letter-spacing: 0.1em;
}

.breadcrumb {
	color: #8B856E;
	font-family: "Cormorant", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
}

.breadcrumb__category-text {
	text-transform: capitalize;
}

.btn-underline {
	width: 100%;
}

.btn-underline a {
	border-bottom: 0.0625rem solid currentColor;
	color: #8B856E;
	display: inline-block;
	font-family: "Cormorant", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	overflow: hidden;
	padding-bottom: 0.34375rem;
	position: relative;
}

/*キラッと光る*/

.btn-underline a::before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	content: "";
	height: 100%;
	left: -75%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg); /*キラッと光る形状*/
	width: 50%;
}

.btn-underline a:hover::before {
	animation: shine 0.7s;
}

.concept-video {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.concept-video__wrap {
	height: 0;
	overflow: hidden;
	padding-top: 59%;
	position: relative;
	width: 100%;
}

.concept-video video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.concept-video__store-name {
	bottom: -17.5%;
	position: absolute;
	right: -5.2%;
}

.conversion {
	background-image: url("../images/common/bg-conversion.webp");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
	width: 100%;
}

.conversion__inner {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
}

.conversion__block {
	align-content: center;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	display: inline-grid;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	transition: 0.5s;
	width: 100%;
}

.conversion__tel-main,
.conversion__reserve-main {
	font-size: 1.40625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.conversion__tel-main {
	margin-top: 10px;
	/* margin-bottom: 0.6875rem; */
	color: #746F5D;
}
.conversion__tel-main span {
	font-size: 20px;
	font-family: serif;
}

.conversion__reserve-main {
	font-size: 16px;
	margin-bottom: 0.4375rem;
}
.conversion__reserve-card {
	margin-top: 15px;
	padding: 15px 0;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	font-weight: 500;
	color: #746F5D;
	display: block;
}

.conversion__tel-sub,
.conversion__reserve-sub {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.conversion__tel-sub {
	margin-bottom: 0.9375rem;
}

.conversion__card {
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	display: block;
	margin-top: 15px;
}
.conversion__card .card-name {
	font-size: 14px;
	color: #746F5D;
}

.conversion__reserve-sub {
	margin-bottom: 1.25rem;
}

.conversion__tel-message {
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.conversion__reserve-message {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin-top: 10px;
}


.footer__bg {
	background-color: #EFEBE5;
	padding-bottom: 3.875rem;
	padding-top: 4.40625rem;
}

.footer__left {
	display: flex;
	gap: 0.9375rem;
	justify-content: center;
	margin-bottom: 1.875rem;
	width: 100%;
}

.footer__img {
	margin-bottom: 0.875rem;
	max-width: 4.375rem;
}

.footer__img img {
	-o-object-fit: cover;
	aspect-ratio: 111/111;
	object-fit: cover;
	width: 100%;
}

.footer__shops {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
}

.footer__shop-name {
	margin-bottom: 0.3125rem;
}

.footer__shop-name,
.footer__address {
	color: #655E5A;
	font-size: 0.75rem;
	font-style: normal;
	letter-spacing: 0.02em;
	line-height: 1.7142857143;
}

.footer__nav-items {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(4, auto);
	justify-content: center;
}

.footer__nav-item {
	align-items: center;
	display: inline-grid;
	height: 2.1875rem;
	text-align: center;
}

.footer__nav-item a {
	align-content: center;
	color: #655E5A;
	display: inline-grid;
	font-size: 0.875rem;
	height: 100%;
	letter-spacing: 0.1em;
	width: 100%;
}

.footer__copyright {
	background-color: #8B856E;
	height: 1.5625rem;
	text-align: center;
	width: 100%;
}

.footer__copyright small {
	background-color: #8B856E;
	color: #fff;
	font-size: 0.625rem;
	font-weight: 400;
	height: inherit;
	letter-spacing: 0.05em;
	line-height: 1.5625rem;
	text-align: center;
	width: 100%;
}

.form {
	background-color: #F0E9DE;
	border-radius: 0.3125rem;
	padding: 1.5625rem 1.25rem;
}

.form__items {
	margin-bottom: 1.65625rem;
}

.form__field,
.form__field--message,
.form__field--radio {
	margin-bottom: 1.5rem;
	width: 100%;
}

.form__field--message {
	margin-bottom: 2.34375rem;
}

.form__label {
	color: #655E5A;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 0.5rem;
}

.form__label label {
	align-items: center;
	display: flex;
}

.form__required {
	align-items: center;
	background-color: #A82B33;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.625rem;
	height: 1.21875rem;
	justify-content: center;
	margin-left: 0.3125rem;
	width: 2.4375rem;
}

.form__input,
.form__textarea {
	background-color: #fff;
	border: 0.0625rem solid #B5B5B5;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	padding: 0.625rem;
	width: 100%;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
	color: #B5B5B5;
}

.form__input::placeholder,
.form__textarea::placeholder {
	color: #B5B5B5;
}

.form__input {
	height: 2.578125rem;
}

.form__textarea {
	height: 8.90625rem;
}

.form__data,
.form__data-radio {
	width: 100%;
}

.form__data--acceptance {
	width: 100%;
}

/* =========================================== */

/*                 validation                  */

/* =========================================== */

.wpcf7-not-valid-tip {
	color: #A82B33;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4166666667;
	margin-top: 0.125rem;
	position: absolute;
}

/* =========================================== */

/*                select radio                 */

/* =========================================== */

.form__radio {
	display: flex;
	flex-direction: column;
	gap: 0.46875rem;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item label {
	display: block;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item {
	margin-right: 0.9375rem;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label {
	align-content: center;
	color: #655E5A;
	display: inline-flex;
	flex-wrap: wrap;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	height: 1.25rem;
	letter-spacing: 0.02em;
	padding-left: 1.59375rem;
	position: relative;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label::before {
	background-color: #fff;
	border: 0.0625rem solid #B5B5B5;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label::after {
	background-color: #655E5A;
	content: "";
	height: 0.625rem;
	left: 0.25rem;
	opacity: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.625rem;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

/* =========================================== */

/*                  privacy                    */

/* =========================================== */

.form__acceptance {
	background-color: #fff;
	height: 12.8125rem;
	margin-bottom: 1.5rem;
	overflow-y: scroll;
	padding: 1.125rem 1.1875rem;
}

.form__acceptance-text {
	color: #655E5A;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5714285714;
}

.wpcf7-form-control-wrap[data-name=privacy] {
	display: block;
	text-align: center;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label {
	color: #655E5A;
	display: inline-block;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding-left: 1.359375rem;
	position: relative;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::before {
	border: 0.0625rem solid #655E5A;
	border-radius: 0.125rem;
	content: "";
	height: 1.0625rem;
	left: 0;
	position: absolute;
	top: -0.125rem;
	width: 1.0625rem;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::after {
	border-bottom: 0.125rem solid #655E5A;
	border-left: 0.125rem solid #655E5A;
	content: "";
	height: 0.5625rem;
	left: 0.1875rem;
	opacity: 0;
	position: absolute;
	top: -0.125rem;
	transform: rotate(-45deg);
	transition: 0.3s;
	width: 1.125rem;
}

.form__checkbox:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

/* =========================================== */

/*                  送信ボタン                   */

/* =========================================== */

.form__submit-button {
	position: relative;
	text-align: center;
}

.form__submit-input {
	background-color: #8B856E;
	color: #fff;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 3.375rem;
	letter-spacing: 0.1em;
	transition: opacity 0.3s;
	width: 100%;
}

.form__submit-input:disabled {
	opacity: 0.3;
}

/* スピナー */

.wpcf7-spinner {
	left: calc(50% + 2.5rem);
	margin: 0;
	position: absolute;
	top: 52%;
	transform: translate(-50%, -50%);
}

.header,
.header--sub-page {
	height: 3.1875rem;
	position: absolute;
	width: 100%;
	z-index: 30;
}

.header--sub-page {
	background-color: #EFEBE5;
	padding-left: 0.9375rem;
	position: static;
}

.header__inner {
	display: flex;
	height: inherit;
}

.header__logo,
.header__logo--sub-page {
	display: none;
	height: inherit;
}

.header__logo--sub-page {
	display: block;
	max-width: 2.375rem;
}

.logo__link {
	display: block;
	height: inherit;
}

.logo__link:hover {
	opacity: 1;
}

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

.header__menu-container,
.header__menu-container--sub-page {
	height: inherit;
	margin-left: auto;
	width: 100%;
}

.header__pc-nav {
	display: none;
}

.header__pc-nav-item a::after {
	background: currentColor;
	bottom: -0.3125rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: scale(0, 1) translateX(-50%);
	transform-origin: left top;
	transition: transform 0.3s;
	width: 2.59375rem;
}

.header__pc-nav-item a:hover::after {
	transform: scale(1, 1) translateX(-50%);
}

.header__sp-nav {
	background-color: #8B856E;
	color: #fff;
	display: none;
	height: 100vh;
	height: 100dvh;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 40;
}

.header__sp-nav-items {
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	min-height: 31.25rem;
}

.header__sp-nav-item a,
.header__sp-nav-item p {
	display: block;
	font-family: "Cormorant", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 1.25rem 0;
	text-align: center;
}
.header__sp-nav-item.has-sub {
	position: relative;
}
.header__sp-nav-item.has-sub a::after {
	display: none;
}
.header__sp-nav-item.has-sub .nav-sub {
	width: 100%;
	text-align: center;
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
}
.header__sp-nav-item.has-sub .nav-sub li {
	padding: 5px 10px;
	display: inline-block;
}
.header__sp-nav-item.has-sub .nav-sub li a {
	font-size: 1rem;
	font-family: serif;
	white-space: nowrap
}
.header__sp-nav-item.has-sub .nav-sub li a::before {
	content: '−';
	margin-right: 5px;
}

/* =========================================== */

/*                 Hamburger                   */

/* =========================================== */

.header__hamburger {
	color: currentColor;
	display: block;
	height: inherit;
	margin-left: auto;
	max-width: 5.1875rem;
	padding: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 50;
}

.header__hamburger:hover {
	opacity: 1;
}

.header__hamburger span {
	background-color: currentColor;
	display: block;
	height: 0.0625rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -0.375rem;
	transition: 0.5s;
	width: 1.5625rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.75rem;
}

.header__hamburger span:nth-of-type(3) {
	top: 0;
}

.header__hamburger span:nth-of-type(4) {
	font-family: "Cormorant", sans-serif;
	font-size: 0.625rem;
	font-weight: 700;
	height: 0;
	letter-spacing: 0.1em;
	top: 0.1875rem;
}

.header__hamburger.is-open {
	color: #fff;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0.0625rem;
	transform: rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	top: 0rem;
	transform: rotate(-45deg);
}

.header__hamburger.is-open span:nth-of-type(3) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(4) {
	opacity: 0;
}

[data-aos=bright] {
	filter: brightness(1.5);
	opacity: 0;
	transition: opacity 0.6s ease-out 0s, filter 1.2s ease-in-out 0.1s;
	transition-delay: 0.5s;
}

[data-aos=bright].aos-animate {
	filter: brightness(1);
	opacity: 1;
}

.shop-info__gallery-item[data-aos=bright]:nth-child(1) {
	transition-delay: 0.65s;
}

.shop-info__gallery-item[data-aos=bright]:nth-child(2) {
	transition-delay: 0.9s;
}

.shop-info__gallery-item[data-aos=bright]:nth-child(3) {
	transition-delay: 1.15s;
}

.shop-info__gallery-item[data-aos=bright]:nth-child(4) {
	transition-delay: 1.4s;
}

.shop-info__gallery-item[data-aos=bright]:nth-child(5) {
	transition-delay: 1.65s;
}

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

.major-heading {
	color: #8B856E;
	font-family: "Cormorant", sans-serif;
	font-size: 2.625rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	position: relative;
	text-align: left;
	text-transform: capitalize;
	width: -moz-fit-content;
	width: fit-content;
}

.major-heading--none-border {
	color: #8B856E;
	font-family: "Cormorant", sans-serif;
	font-size: 2.625rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: left;
	text-transform: capitalize;
	width: -moz-fit-content;
	width: fit-content;
}

.major-heading--center {
	color: #8B856E;
	font-family: "Cormorant", sans-serif;
	font-size: 2.625rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	text-align: left;
	text-transform: capitalize;
	width: -moz-fit-content;
	width: fit-content;
}

/* small */

/* span */

.major-heading__prefix {
	display: block;
	font-family: "Cormorant", sans-serif;
	font-size: 0.4375rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.major-heading__ja {
	display: block;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.major-heading .major-heading__ja {
	margin-top: 0.53125rem;
}

.major-heading--none-border .major-heading__ja {
	margin-top: 0.1875rem;
}

.major-heading--center .major-heading__ja {
	margin-top: 1.125rem;
	text-align: center;
}

/* border */

.major-heading::after {
	background: currentColor;
	content: "";
	height: 0.0625rem;
	position: absolute;
	top: 37.5%;
	width: 1.3125rem;
}

.major-heading--center::after {
	background: currentColor;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 66%;
	transform: translate(-50%, -50%);
	width: 1.3125rem;
}

.menu-items {
	grid-gap: 3.375rem;
	display: grid;
	gap: 3.375rem;
}

.menu-items__item,
.menu-items__item--reverse {
	position: relative;
}

.menu-items__item::before,
.menu-items__item--reverse::before {
	bottom: 0.75rem;
	color: #E3E2E0;
	content: attr(data-en-menu);
	font-family: "Cormorant", sans-serif;
	font-size: 2.1875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	position: absolute;
	text-align: right;
	width: 94%;
	z-index: 10;
}

.service-eyelash__menu-items .menu-items__item::before,
.service-eyelash__menu-items .menu-items__item--reverse::before {
	color: #D5D0CA;
}

.menu-items__body {
	margin-bottom: 1.25rem;
}

.menu-items__title {
	color: #655E5A;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4285714286;
	margin-bottom: 1.03125rem;
}

.menu-items__sub-title {
	color: #8B856E;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 1.09375rem;
}

.menu-items__text {
	color: #655E5A;
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	line-height: 1.8;
}

.menu-items__img {
	position: relative;
}

.menu-items__img::after {
	background-image: linear-gradient(to top, #8B856E 15%, transparent);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: 0.55;
	position: absolute;
	right: 0;
	top: 0;
}

.menu-items__img img {
	-o-object-fit: cover;
	aspect-ratio: 520/460;
	object-fit: cover;
	width: 100%;
}

.service-eyelash__menu-items .menu-items__img img {
	aspect-ratio: 520/420;
}

.mv-sub {
	background-color: #EEDFCA;
	height: 9.375rem;
}

.mv-sub__inner {
	align-content: center;
	display: grid;
	height: inherit;
}

.mv-sub__title {
	color: #655E5A;
	font-family: "Cormorant", sans-serif;
	font-size: 2.34375rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.25;
	text-align: center;
	text-transform: capitalize;
}

.mv-sub__title-ja {
	display: block;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.page-top {
	bottom: 1.875rem;
	position: fixed;
	right: 0.3125rem;
}

.page-top__link {
	border-top: solid 0.0625rem;
	color: #8B856E;
	font-family: "Cormorant", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	height: 1.40625rem;
	letter-spacing: 0.02em;
	padding: 0 0 0 1.40625rem;
	transform: rotate(90deg);
}

.page-top__link::before {
	border-top: solid 0.0625rem;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: -0.0625rem;
	transform: rotate(-35deg);
	transform-origin: left top;
	width: 0.703125rem;
}

.nav-links {
	display: flex;
	gap: 0.1875rem;
	justify-content: center;
}

.pagination__arrow {
	display: inline-block;
	height: 1.125rem;
	width: 0.6875rem;
}

.page-numbers {
	align-items: center;
	background-color: #DDDAD1;
	color: #655E5A;
	display: flex;
	font-size: 0.875rem;
	height: 1.8rem;
	justify-content: center;
	width: 1.753125rem;
}

.page-numbers.current {
	background-color: #655E5A;
	color: #fff;
}

.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
	border: none;
}

.page-numbers.prev,
.page-numbers.next {
	display: none;
}

.shop-info__heading {
	margin-bottom: 2.5625rem;
}

.shop-info__heading::after {
	right: -25%;
}

.shop-info__shops {
	grid-gap: 3.125rem;
	display: grid;
	gap: 3.125rem;
}

.shop-info__shop-name {
	color: #8B856E;
	font-size: 1.0125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 0.5rem;
	margin-bottom: 0.75rem;
}

.shop-info__access {
	margin-bottom: 1.375rem;
}

.shop-info__map-wrap {
	margin-bottom: 1.875rem;
	width: 100%;
}

.shop-info__map {
	height: 0;
	padding-top: 107%;
	position: relative;
	width: 100%;
}

.shop-info__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.shop-info__items {
	width: 100%;
}

.shop-info__item {
	border-bottom: 0.0625rem solid #fff;
	padding-bottom: 0.59375rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.shop-info__item + .shop-info__item {
	padding-bottom: 1.096875rem;
	padding-top: 1.096875rem;
}

.shop-info__item-title {
	color: #655E5A;
	font-size: 1.0125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 0.5rem;
}

.shop-info__item-text {
	color: #655E5A;
	font-size: 0.7875rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.shop-info__item-text-small {
	display: inline-block;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-top: 0.25rem;
}

.shop-info__gallery-items {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	width: 100%;
}

.shop-info__gallery-item {
	width: 100%;
}

.shop-info__gallery-item img {
	-o-object-fit: cover;
	aspect-ratio: 331/219;
	object-fit: cover;
}

.sidebar {
	width: 100%;
}

.sidebar__categories {
	margin-bottom: 2.153125rem;
}

.sidebar__title {
	border-bottom: 0.0625rem solid #8B856E;
	color: #655E5A;
	font-family: "Cormorant", sans-serif;
	font-size: 1.03125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 1.40625rem;
	padding-bottom: 0.6875rem;
	text-transform: uppercase;
}

.sidebar__items {
	grid-gap: 1.03125rem;
	display: grid;
	gap: 1.03125rem;
	padding-left: 0.40625rem;
}

.sidebar__items li {
	display: inline-flex;
	padding-left: 1rem;
	position: relative;
}

.sidebar__items li::before {
	border-bottom: 0.0625rem solid #655E5A;
	border-right: 0.0625rem solid #655E5A;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 0.375rem;
}

.sidebar__items a {
	color: #655E5A;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.staff-items {
	grid-gap: 1.40625rem 0.875rem;
	display: grid;
	gap: 1.40625rem 0.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.staff-items__item {
	align-items: end;
	border-bottom: 0.0625rem solid #DDDAD1;
	display: grid;
	padding-bottom: 1.40625rem;
	width: 100%;
}

.staff-items__item-position {
	color: #655E5A;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 0.625rem;
}

.staff-items__item-name {
	color: #655E5A;
	display: grid;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.staff-items__item-name-en {
	font-size: 0.75rem;
	margin-top: 0.3125rem;
}

.staff {
	background-color: #F5F3F0;
}

.staff__layout {
	padding-bottom: 3.28125rem;
	padding-top: 3.09375rem;
}

.staff__heading {
	margin-bottom: 1.828125rem;
}

.staff__heading::after {
	right: -50%;
}

.staff__text {
	color: #8B856E;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.8;
	margin-bottom: 2.71875rem;
}

.staff__btn {
	margin-top: 3.15625rem;
	text-align: right;
}

.store-name {
	color: #8B856E;
}

.store-name--white {
	color: #fff;
}

.store-name__text,
.store-name__text--anime {
	font-family: "Cormorant", sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-bottom: 0.59375rem;
}

.store-name__text--anime {
	animation: fade 1.5s ease;
}

.store-name__title,
.store-name__title--anime {
	display: flex;
	font-family: "Cormorant", sans-serif;
	font-size: 3.125rem;
	font-weight: 600;
	gap: 0.3125rem;
	letter-spacing: 0.1em;
	overflow: hidden;
}

.store-name__title--anime {
	letter-spacing: inherit;
}

.store-name__title span,
.store-name__title--anime span {
	display: inline-block;
	transform: translateY(105%);
}

.store-name__title span:nth-child(1),
.store-name__title--anime span:nth-child(1) {
	animation: fadeInText 1.5s ease 0.6s forwards;
}

.store-name__title span:nth-child(2),
.store-name__title--anime span:nth-child(2) {
	animation: fadeInText 1.5s ease 0.7s forwards;
}

.store-name__title span:nth-child(3),
.store-name__title--anime span:nth-child(3) {
	animation: fadeInText 1.5s ease 0.8s forwards;
}

.store-name__title span:nth-child(4),
.store-name__title--anime span:nth-child(4) {
	animation: fadeInText 1.5s ease 0.9s forwards;
}

.store-name__title span:nth-child(5),
.store-name__title--anime span:nth-child(5) {
	animation: fadeInText 1.5s ease 1s forwards;
}

.voice {
	background-color: #F5F3F0;
}

.voice__heading {
	margin-bottom: 1.9375rem;
}

.voice__items {
	grid-gap: 0.9375rem;
	display: grid;
	gap: 0.9375rem;
	margin-bottom: 1.875rem;
}

.voice__item {
	background-color: #fff;
	gap: 1.5rem;
	padding: 1.5625rem;
}

.voice__item-img {
	margin-bottom: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 6.515625rem;
	width: 100%;
}

.voice__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 139/139;
	object-fit: cover;
	width: 100%;
}

.voice__item-text {
	color: #8B856E;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.voice__btn {
	text-align: center;
}

.voice__btn a {
	width: 15rem;
}

.about {
	background-color: #EFEBE5;
}

.about--layout {
	padding-bottom: 6.4375rem;
	padding-top: 1.3125rem;
}

.about__breadcrumb {
	margin-bottom: 1.4375rem;
}

.about__heading {
	color: #655E5A;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8181818182;
	margin-bottom: 0.6875rem;
	position: relative;
	text-align: center;
}

.about__heading::before {
	color: #8B856E;
	content: attr(data-en);
	display: block;
	font-family: "Cormorant", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 2.25rem;
	text-align: center;
}

.about__heading::after {
	background-color: #8B856E;
	content: "";
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	top: 1.71875rem;
	transform: translateX(-50%);
	width: 0.0625rem;
}

.about__text {
	color: #8B856E;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: 2.96875rem;
}

/* =========================================== */

/*                   staff                     */

/* =========================================== */

.about-staff--layout {
	padding-bottom: 3.96875rem;
	padding-top: 3.96875rem;
}

/* =========================================== */

/*                 shop info                   */

/* =========================================== */

.about-shop-info--layout {
	background-image: url("../images/about/bg-shop-info.webp");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.875rem;
	padding-top: 3.96875rem;
}

.blog-detail {
	background-color: #F5F3F0;
}

.blog-detail--layout {
	padding-bottom: 4.6875rem;
	padding-top: 1.3125rem;
}

.blog-detail__breadcrumb {
	margin-bottom: 3.28125rem;
}

.blog-detail__wrap {
	grid-gap: 5.625rem;
	display: grid;
	gap: 5.625rem;
}

.blog-detail__article {
	width: 100%;
}

.blog-detail__title {
	color: #655E5A;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 0.28125rem;
}

.blog-detail__posted-on {
	color: #655E5A;
	display: block;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 1.40625rem;
}

.blog-detail__thumbnail {
	margin-bottom: 2.15625rem;
	width: 100%;
}

.blog-detail__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 671/360;
	object-fit: cover;
	width: 100%;
}

.blog-detail__btn {
	text-align: center;
}

.blog-detail__btn a {
	margin-top: 1.734375rem;
	width: 16.875rem;
}

/* =========================================== */

/*                  content                    */

/* =========================================== */

.blog-detail__content p {
	color: #655E5A;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.875;
	margin-bottom: 0.625rem;
	margin-top: 0.625rem;
}

.blog-detail__content p + p {
	margin-top: 0;
}

.blog-detail__content p + .wp-block-heading,
.blog-detail__content ul + .wp-block-heading {
	margin-top: 0.75rem;
}

.blog-detail__content h3,
.blog-detail__content h4,
.blog-detail__content h5 {
	margin-bottom: 0.625rem;
}

.blog-detail__content h3 {
	background-color: #E1DFD9;
	border-left: solid 0.25rem #655E5A;
	color: #655E5A;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	padding: 0.5rem;
}

.blog-detail__content h4 {
	border-bottom: solid 0.0625rem #BCB7A6;
	color: #655E5A;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.75;
	padding-bottom: 0.5rem;
	padding-left: 0.8125rem;
	padding-top: 0.5rem;
	position: relative;
}

.blog-detail__content h4::after {
	border-bottom: solid 0.0625rem #655E5A;
	bottom: -0.0625rem;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 3.9375rem;
}

.blog-detail__content h5 {
	border-bottom: solid 0.0625rem #BCB7A6;
	border-top: solid 0.0625rem #BCB7A6;
	color: #655E5A;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-top: 0;
	padding-bottom: 0.625rem;
	padding-left: 0.8125rem;
	padding-top: 0.625rem;
	position: relative;
}

.blog-detail__content ul {
	margin-bottom: 0.3125rem;
	margin-top: 0.3125rem;
}

.blog-detail__content li {
	color: #655E5A;
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 0.125rem;
}

.blog-detail__content a {
	-webkit-text-decoration: underline;
	color: #8B856E;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.3ex;
}

.blog {
	background-color: #F5F3F0;
}

.blog--layout {
	padding-bottom: 4.6875rem;
	padding-top: 1.3125rem;
}

.blog__breadcrumb {
	margin-bottom: 3.28125rem;
}

.blog__wrap {
	grid-gap: 5.625rem;
	display: grid;
	gap: 5.625rem;
}

.blog__articles {
	width: 100%;
}

.blog__article {
	border-bottom: 0.0625rem solid #8B856E;
	margin-bottom: 1.875rem;
}

.blog__article:last-of-type {
	margin-bottom: 2.1875rem;
}

.blog__link {
	grid-gap: 1.0625rem;
	display: grid;
	gap: 1.0625rem;
	padding-bottom: 0.9375rem;
}

.blog__thumbnail {
	width: 100%;
}

.blog__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 135/95;
	object-fit: cover;
	width: 100%;
}

.blog__meta {
	margin-bottom: 0.5625rem;
}

.blog__posted-on {
	color: #655E5A;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.blog__title {
	color: #655E5A;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.contact-thanks {
	background-color: #F5F3F0;
}

.contact-thanks--layout {
	padding-bottom: 3.78125rem;
	padding-top: 1.3125rem;
}

.contact-thanks__breadcrumb {
	margin-bottom: 2.40625rem;
}

.contact-thanks__text {
	color: #655E5A;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-bottom: 1.734375rem;
}

.contact-thanks__btn {
	text-align: center;
}

.contact-thanks__btn a {
	width: 16.875rem;
}

.contact {
	background-color: #F5F3F0;
}

.contact--layout {
	padding-bottom: 3.78125rem;
	padding-top: 1.3125rem;
}

.contact__breadcrumb {
	margin-bottom: 2.40625rem;
}

.contact__text {
	color: #655E5A;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-bottom: 1.734375rem;
}

.contact__reserve {
	background-color: #F2EEE6;
	border-radius: 0.3125rem;
	display: grid;
	justify-content: center;
	margin-bottom: 3.75rem;
	padding-bottom: 1.59375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.59375rem;
	width: 100%;
}

.contact__reserve-wrap {
	margin-bottom: 1.25rem;
}

.contact__reserve-tel {
	color: #655E5A;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 1.875rem;
	letter-spacing: 0.02em;
	line-height: 1;
}

.contact__reserve-tel-span {
	font-size: 1.125rem;
	letter-spacing: 0.02em;
	line-height: 1.6666666667;
	margin-right: 0.65625rem;
}

.contact__reserve-time {
	color: #655E5A;
	font-size: 0.75rem;
	letter-spacing: 0.02em;
	line-height: 1.7142857143;
	text-align: center;
}

.contact__reserve-web-btn {
	align-content: center;
	background-color: #746F5D;
	border-radius: 0.3125rem;
	color: #EFEBE5;
	display: inline-grid;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 3.75rem;
	letter-spacing: 0.1em;
	line-height: 1.8181818182;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 13.125rem;
}

.error {
	background-color: #F5F3F0;
}

.error--layout {
	padding-bottom: 3.78125rem;
	padding-top: 1.3125rem;
}

.error__breadcrumb {
	margin-bottom: 2.40625rem;
}

.error__text {
	color: #655E5A;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-bottom: 1.734375rem;
}

.error__btn {
	text-align: center;
}

.error__btn a {
	width: 16.875rem;
}

/* =========================================== */

/*                     mv                      */

/* =========================================== */

.mv {
	background-color: #EFEBE5;
	height: 117.1794871795vw; /* アスペクト比を維持 */
	position: relative;
}

.mv__img {
	position: absolute;
	right: 0%;
	top: 0%;
	width: 82.31vw;
}

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

.mv__store-name {
	left: 7.4%;
	position: absolute;
	top: 37.4%;
}

/* scroll down */

.mv_scroll-down {
	bottom: 1.6%;
	color: #8B856E;
	font-family: "Cormorant", sans-serif;
	font-size: 0.625rem;
	font-weight: 600;
	left: 46.7%;
	letter-spacing: 0.1em;
	padding-top: 1.375rem;
	position: absolute;
	text-align: center;
	text-transform: capitalize;
}

.mv_scroll-down::before {
	animation: scroll-down 2s infinite;
	background: currentColor;
	content: "";
	height: 0.8125rem;
	left: 50%;
	position: absolute;
	top: 0;
	width: 0.0625rem;
}

/* =========================================== */

/*                 top-concept                 */

/* =========================================== */

.top-concept {
	background-image: url("../images/top/bg-top-concept.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.top-concept--layout {
	padding-bottom: 5rem;
	padding-top: 2.5rem;
}

.top-concept__heading-en {
	color: #8B856E;
	font-family: "Cormorant", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 1.65625rem;
	padding-bottom: 1.25rem;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}

.top-concept__heading-en::before {
	background: currentColor;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.65625rem;
}

.top-concept__heading-ja {
	color: #8B856E;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 1.15625rem;
	text-align: center;
}

.top-concept__text {
	color: #655E5A;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.8;
	margin-bottom: 1.5rem;
	margin-left: auto;
	margin-right: auto;
}

.top-concept__btn {
	margin-bottom: 1.59375rem;
	text-align: right;
}

/* =========================================== */

/*                  top-menu                   */

/* =========================================== */

.top-menu {
	background-color: #EFEBE5;
	overflow: hidden;
}

.top-menu--layout {
	padding-bottom: 3.1875rem;
	padding-top: 2.25rem;
}

.top-menu__heading-wrap {
	margin-bottom: 2.375rem;
}

.top-menu__heading::after {
	right: -50%;
}

.top-menu__item--reverse {
	flex-direction: row-reverse;
}

.top-menu__item + .top-menu__item,
.top-menu__item--reverse + .top-menu__item,
.top-menu__item + .top-menu__item--reverse,
.top-menu__item--reverse + .top-menu__item--reverse {
	margin-top: 3.15625rem;
}

.top-menu__item-text-box {
	max-width: 28.125rem;
}

.top-menu__item-title {
	color: #8B856E;
	font-family: "Cormorant", sans-serif;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 1.84375rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.top-menu__item-title::before {
	content: attr(data-number);
	font-size: 6.3125rem;
	letter-spacing: 0;
	opacity: 0.3;
	position: absolute;
	right: -11%;
	top: -15%;
	transform: translate(50%, -50%);
}

.top-menu__item-sub-title {
	color: #655E5A;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 1.115625rem;
}

.top-menu__item-text {
	color: #655E5A;
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	line-height: 1.8;
	margin-bottom: 1.61875rem;
}

.top-menu__item-img,
.top-menu__item-img--reverse {
	width: 100%;
}

.top-menu__item-img,
.top-menu__item-img--reverse {
	-o-object-fit: cover;
	aspect-ratio: 800/486;
	object-fit: cover;
	width: 100%;
}

.top-menu__item-btn {
	margin-bottom: 1.875rem;
	text-align: right;
}

/* =========================================== */

/*                   voice                     */

/* =========================================== */

.top-voice--layout {
	background-color: #F5F3F0;
	padding-bottom: 3.3125rem;
	padding-top: 3.5rem;
}

.top-voice__btn {
	text-align: right;
}

/* =========================================== */

/*                 shop-info                   */

/* =========================================== */

.top-section-bg {
	background-image: url("../images/top/bg-top-section.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.top-shop-info--layout {
	margin-bottom: 4.6875rem;
	padding-top: 4.0625rem;
}

/* =========================================== */

/*                    blog                     */

/* =========================================== */

.top-blog--layout {
	padding-bottom: 4.125rem;
}

.top-blog__bg {
	background-color: #fff;
	padding: 2.1875rem 1.25rem;
}

.top-blog__heading {
	margin-bottom: 2.859375rem;
}

.top-blog__heading::after {
	right: -50%;
}

.top-blog__items {
	margin-bottom: 2.203125rem;
}

.top-blog__item {
	border-bottom: 0.0625rem solid #DDDAD1;
	display: grid;
}

.top-blog__item + .top-blog__item {
	margin-top: 1rem;
}

.top-blog__item-datetime {
	font-size: 0.875rem;
	height: -moz-fit-content;
	height: fit-content;
	letter-spacing: 0.02em;
	line-height: 1.7142857143;
	margin-bottom: 0.25rem;
	padding-right: 2.7625rem;
}

.top-blog__item-title {
	display: inline-block;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.7142857143;
	padding-bottom: 0.875rem;
	width: 100%;
}

.top-blog__btn {
	text-align: right;
}

.service {
	background-color: #F5F3F0;
}

.service--layout {
	padding-bottom: 1.3125rem;
	padding-top: 1.3125rem;
}

.service__breadcrumb {
	margin-bottom: 1.625rem;
}

.service__btn-items {
	display: flex;
	gap: 0.9375rem;
	justify-content: space-between;
}

.service__btn-item {
	height: 3.125rem;
	width: 100%;
}

.service__btn-link {
	align-items: center;
	background-color: #8B856E;
	border-radius: 0.3125rem;
	color: #EFEBE5;
	display: inline-flex;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	height: inherit;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 2.5;
	width: 100%;
}

/* =========================================== */

/*               service esthetic              */

/* =========================================== */

.service-esthetic {
	background-color: #F5F3F0;
}

.service-esthetic--layout {
	padding-bottom: 6.1875rem;
}

.service-esthetic__heading {
	margin-bottom: 0.95rem;
}

/* =========================================== */

/*               service eyelash              */

/* =========================================== */

.service-eyelash {
	background-color: #EFEBE5;
}

.service-eyelash--layout {
	padding-bottom: 4.78125rem;
	padding-top: 5.1875rem;
}

.service-eyelash__heading {
	margin-bottom: 1.8125rem;
}

/* =========================================== */

/*                menu & price                 */

/* =========================================== */

.service-price {
	background-color: #EFEBE5;
}

.service-price--layout {
	padding-bottom: 4.1875rem;
	padding-top: 3.75rem;
}

.service-price__heading {
	margin-bottom: 2.03125rem;
}

.service-price__items {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	margin-bottom: 1.5rem;
}

.service-price__summary {
	align-items: center;
	background-color: #8B856E;
	color: #fff;
	display: flex;
	height: 2.34375rem;
	justify-content: space-between;
	list-style: none;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

/* Safariで表示されるデフォルトの三角形アイコンを消す */

.service-price__summary::-webkit-details-marker {
	display: none;
}

/* toggle */

.service-price__toggle {
	display: inline-block;
	height: 1.015625rem;
	position: relative;
	width: 1.015625rem;
}

.service-price__toggle::before,
.service-price__toggle::after {
	background-color: currentColor;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	right: 50%;
	top: 43%;
	transform: translate(50%, -50%);
	transition: 0.3s ease-out;
	width: inherit;
}

.service-price__toggle::before {
	height: inherit;
	width: 0.125rem;
}

details[open] .service-price__toggle::before {
	transform: translate(50%, -50%) rotate(90deg);
}

details[open] .service-price__toggle::after {
	opacity: 0;
}

.service-price__text {
	align-items: center;
	color: currentColor;
	display: inline-grid;
	font-family: "Zen Old Mincho", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: inherit;
	letter-spacing: 0.02em;
}

.service-price__content {
	grid-gap: 0.0625rem;
	background-color: #8B856E;
	border: 0.0625rem solid #8B856E;
	display: grid;
	gap: 0.0625rem;
	grid-template-columns: 1fr 30%;
	margin-top: 0.625rem;
}

.service-price__menu,
.service-price__price {
	background-color: #fff;
	color: #655E5A;
	display: inline-grid;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.5;
	padding-bottom: 0.6875rem;
	padding-top: 0.6875rem;
}

.service-price__menu {
	align-items: center;
	font-family: "Zen Old Mincho", sans-serif;
	padding-left: 0.78125rem;
	padding-right: 0.78125rem;
}

.service-price__price {
	align-items: center;
	justify-items: center;
	place-items: center;
}

.service-price__tax {
	color: #8B856E;
	font-size: 0.875rem;
	font-weight: 400;
	margin-bottom: 2.71875rem;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.service-price__btn {
	text-align: center;
}

.service-price__btn a {
	width: 15rem;
}

/* =========================================== */

/*               service voice                 */

/* =========================================== */

.service-voice--layout {
	padding-bottom: 3.3125rem;
	padding-top: 3.5rem;
}

@media (hover) {

.conversion__block:hover {
	/* background: rgba(0, 0, 0, 0.4);
	opacity: 1; */
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.488372093vw;
}

body.fixed {
	position: static;
	position: initial;
}

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

a:hover,
button:hover {
	opacity: 0.6;
}

.sp-only {
	display: contents;
}

.pc-only {
	display: block;
}

.basic-btn a {
	font-size: 1rem;
}

.breadcrumb {
	font-size: 1.25rem;
}

.btn-underline a {
	font-size: 1.25rem;
	padding-bottom: 0.6875rem;
	transition: 0.3s;
}

.concept-video {
	max-width: 41.75rem;
}

.concept-video__store-name {
	right: -16.5%;
}

.conversion {
	align-items: center;
	display: inline-flex;
	height: 27.125rem;
	justify-content: center;
}

.conversion__inner {
	display: flex;
	gap: 0;
	justify-content: space-between;
}

.conversion__block {
	height: 18.5rem;
	max-width: 30.6875rem;
	padding-bottom: 0;
	padding-top: 0;
	padding: 35px 55px;
}
.conversion__reserve-card:first-of-type {
	margin-top: 0;
}


.conversion__tel-main,
.conversion__reserve-main {
	font-size: 1.875rem;	
}

.conversion__tel-main {
	margin-top: 10px;
	color: #746F5D;
	/* margin-bottom: 1.375rem; */
}
.conversion__tel-main span {
	font-size: 20px;
	font-family: serif;
}

.conversion__reserve-main {
	margin-bottom: 0.875rem;
	font-size: 30px;
	font-family: "Cormorant", sans-serif;
}

.conversion__tel-sub,
.conversion__reserve-sub {
	font-size: 0.8125rem;
}

.conversion__tel-sub {
	/* margin-bottom: 1.875rem; */
}

.conversion__reserve-sub {
	margin-bottom: 2.5rem;
}

.conversion__tel-message {
	font-size: 1rem;
	margin-bottom: 2rem;
}

.conversion__reserve-message {
	font-size: 0.875rem;
	margin-bottom: 1.125rem;
}

.footer__bg {
	padding-bottom: 7.75rem;
	padding-top: 8.8125rem;
}

.footer__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.footer__left {
	border-right: 0.0625rem solid #DDDAD1;
	flex-direction: column;
	gap: 0;
	justify-content: start;
	margin-bottom: 0;
	max-width: 30.5rem;
}

.footer__img {
	margin-bottom: 1.75rem;
	max-width: 6.9375rem;
}

.footer__shops {
	gap: 2.5rem;
}

.footer__shop-name {
	margin-bottom: 0.625rem;
}

.footer__shop-name,
.footer__address {
	font-size: 0.875rem;
}

.footer__nav-items {
	grid-template-columns: repeat(auto-fit, minmax(0, 10.625rem));
	justify-content: start;
	margin-left: 6.6875rem;
}

.footer__nav-item {
	height: 4.375rem;
	text-align: left;
}

.footer__nav-item a {
	font-size: 1rem;
}

.footer__copyright {
	height: 3.125rem;
}

.footer__copyright small {
	font-size: 0.75rem;
	line-height: 3.125rem;
}

.form {
	border-radius: 0;
	border-radius: initial;
	padding-bottom: 4.875rem;
	padding-top: 3.875rem;
}

.form__items {
	margin-bottom: 3.3125rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 53.3125rem;
}

.form__field,
.form__field--message,
.form__field--radio {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	justify-content: space-between;
	margin-bottom: 2.375rem;
}

.form__field--message {
	margin-bottom: 4.6875rem;
}

.form__field--radio,
.form__field--message {
	align-items: start;
}

.form__label {
	font-size: 1rem;
	margin-bottom: 0;
	margin-bottom: initial;
	width: 17.5rem;
}

.form__label label {
	justify-content: space-between;
	width: 100%;
}

.form__required {
	font-size: 0.875rem;
	height: 1.625rem;
	width: 3.25rem;
}

.form__input,
.form__textarea {
	font-size: 1rem;
	padding: 0.9375rem 1.25rem;
}

.form__input {
	height: 3.4375rem;
}

.form__textarea {
	height: 11.875rem;
}

.form__data,
.form__data-radio {
	max-width: 32.6875rem;
}

.form__data-radio {
	padding-top: 0.5625rem;
}

.wpcf7-not-valid-tip {
	font-size: 1rem;
	line-height: 1.5;
}

.form__radio {
	gap: 0.9375rem;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item {
	margin-right: 1.90625rem;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label {
	font-size: 1rem;
	padding-left: 1.875rem;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label::before {
	height: 1.25rem;
	top: 50%;
	width: 1.25rem;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label::after {
	height: 0.625rem;
	left: 0.3125rem;
	top: 50%;
	width: 0.625rem;
}

.form__acceptance {
	margin-bottom: 3rem;
}

.form__acceptance-text {
	font-size: 0.875rem;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label {
	font-size: 1rem;
	padding-left: 1.8125rem;
}

.form__submit-input {
	font-size: 1.125rem;
	height: 4.5rem;
	max-width: 53.3125rem;
}

.form__submit-input:hover {
	opacity: 0.6;
}

.form__submit-input:disabled:hover {
	opacity: 0.3;
}

.header,
.header--sub-page {
	height: 13.625rem;
	padding-left: 2.5rem;
	padding-right: 2.75rem;
}

.header--sub-page {
	height: 7.5rem;
}

.header__logo,
.header__logo--sub-page {
	display: block;
	max-width: 8.625rem;
	width: 100%;
}

.header__logo--sub-page {
	max-width: 5rem;
}

.header__menu-container,
.header__menu-container--sub-page {
	color: #fff;
	margin-top: 3.25rem;
	max-width: 44.375rem;
}

.header__menu-container--sub-page {
	align-items: center;
	color: #8B856E;
	display: flex;
	margin-top: -0.4375rem;
}

.header__pc-nav {
	display: block;
	height: 2.25rem;
	width: 100%;
}

.header__pc-nav-items {
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__pc-nav-item {
	height: inherit;
}

.header__pc-nav-item a {
	align-items: center;
	color: currentColor;
	display: inline-flex;
	font-family: "Cormorant", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	height: inherit;
	letter-spacing: 0.1em;
	position: relative;
}

.header__pc-nav-item a:hover {
	opacity: 1;
}

.header__pc-nav-item.has-sub {
	position: relative;
}
.header__pc-nav-item.has-sub a::after {
	display: none;
}
.header__pc-nav-item.has-sub .nav-sub {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
}
.header__pc-nav-item.has-sub .nav-sub li {
	padding: 5px 0;
}
.header__pc-nav-item.has-sub .nav-sub li a {
	font-size: 1rem;
	font-family: serif;
	white-space: nowrap
}
.header__pc-nav-item.has-sub .nav-sub li a::before {
	content: '−';
	margin-right: 5px;
}

.header__hamburger {
	display: none;
}

.inner {
	max-width: 1125px;
	padding-left: 25px;
	padding-right: 25px;
}

.major-heading {
	font-size: 3.75rem;
}

.major-heading--none-border {
	font-size: 3.75rem;
}

.major-heading--center {
	font-size: 3.75rem;
}

.major-heading--center small {
	font-size: 2.5rem;
}

.major-heading__prefix {
	font-size: 0.875rem;
}

.major-heading__ja {
	font-size: 1.25rem;
}

.major-heading .major-heading__ja {
	margin-top: 1.0625rem;
}

.major-heading--center .major-heading__ja {
	margin-top: 2.25rem;
}

.major-heading::after {
	width: 2.625rem;
}

.major-heading--center::after {
	width: 2.625rem;
}

.menu-items {
	gap: 6.75rem;
}

.menu-items__item,
.menu-items__item--reverse {
	display: flex;
	gap: 4.6875rem;
	justify-content: space-between;
}

.menu-items__item--reverse {
	flex-direction: row-reverse;
}

.menu-items__item::before,
.menu-items__item--reverse::before {
	bottom: -0.125rem;
	font-size: 6.25rem;
	left: 0;
	text-align: left;
	width: 100%;
}

.menu-items__item--reverse::before {
	text-align: right;
}

.menu-items__body {
	margin-bottom: 0;
	padding-top: 0.3125rem;
}

.menu-items__title {
	font-size: 1.75rem;
	margin-bottom: 2.0625rem;
}

.menu-items__sub-title {
	font-size: 1.25rem;
	margin-bottom: 2.1875rem;
}

.menu-items__text {
	font-size: 1rem;
	line-height: 1.875;
}

.menu-items__img {
	flex-shrink: 0;
	max-width: 32.5rem;
}

.menu-items__img::after {
	display: none;
}

.mv-sub {
	height: 12.5rem;
}

.mv-sub__title {
	font-size: 3.125rem;
}

.mv-sub__title-ja {
	font-size: 0.9375rem;
}

.page-top {
	bottom: 3.125rem;
	right: 1.875rem;
}

.page-top__link {
	font-size: 1rem;
	height: 1.875rem;
	padding: 0 0 0 1.875rem;
}

.page-top__link::before {
	width: 0.9375rem;
}

.page-numbers {
	font-size: 1rem;
	height: 2rem;
	width: 2.0625rem;
}

.shop-info__heading {
	margin-bottom: 5.125rem;
}

.shop-info__heading::after {
	right: -32%;
}

.shop-info__shops {
	gap: 6.25rem;
}

.shop-info__shop-name {
	font-size: 1.125rem;
	margin-bottom: 1.5rem;
}

.shop-info__access {
	display: flex;
	gap: 2.5625rem;
	margin-bottom: 2.75rem;
}

.shop-info__map-wrap {
	margin-bottom: 0;
	max-width: 36.1875rem;
}

.shop-info__items {
	margin-top: 0.375rem;
	width: 23.125rem;
}

.shop-info__item {
	padding-bottom: 1.1875rem;
	padding-left: 0;
}

.shop-info__item + .shop-info__item {
	padding-bottom: 1.21875rem;
	padding-top: 1.21875rem;
}

.shop-info__item-title {
	font-size: 1.125rem;
}

.shop-info__item-text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.shop-info__item-text-small {
	font-size: 0.75rem;
	line-height: 1.6666666667;
}

.shop-info__gallery-items {
	align-items: center;
	grid-template-columns: repeat(3, 20.6875rem);
	justify-content: space-between;
}

.sidebar {
	max-width: 15.625rem;
}

.sidebar__categories {
	margin-bottom: 3.3125rem;
}

.sidebar__title {
	font-size: 1.375rem;
	margin-bottom: 1.875rem;
}

.sidebar__items {
	gap: 1.375rem;
	padding-left: 0.8125rem;
}

.sidebar__items a {
	font-size: 1rem;
}

.staff-items {
	gap: 1.75rem 0.625rem;
	grid-template-columns: repeat(auto-fit, minmax(19.375rem, 1fr));
}

.staff-items__item {
	max-width: 19.375rem;
	padding-bottom: 1.875rem;
}

.staff-items__item-position {
	font-size: 0.75rem;
	margin-bottom: 0.625rem;
}

.staff-items__item-name {
	display: inline-block;
	font-size: 1.25rem;
}

.staff-items__item-name-en {
	margin-left: 0.5rem;
}

.staff__layout {
	padding-bottom: 6.5625rem;
	padding-top: 6.1875rem;
}

.staff__heading {
	margin-bottom: 2.4375rem;
}

.staff__heading::after {
	right: -76%;
}

.staff__text {
	font-size: 1.25rem;
	line-height: 2;
	margin-bottom: 5.4375rem;
}

.staff__btn {
	margin-top: 6.3125rem;
}

.store-name__text,
.store-name__text--anime {
	font-size: 1.625rem;
	margin-bottom: 1.1875rem;
}

.store-name__title,
.store-name__title--anime {
	font-size: 6.25rem;
	gap: 0.625rem;
}

.voice__items {
	gap: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 59.25rem;
}

.voice__item {
	align-items: center;
	display: flex;
	gap: 3rem;
	padding: 1.40625rem 2.75rem;
}

.voice__item-img {
	margin-bottom: 0;
	max-width: 8.6875rem;
}

.voice__item-text {
	font-size: 1rem;
	line-height: 1.875;
}

.about--layout {
	padding-bottom: 12.875rem;
	padding-top: 2.625rem;
}

.about__breadcrumb {
	margin-bottom: 2.875rem;
}

.about__heading {
	font-size: 1.375rem;
	margin-bottom: 1.375rem;
}

.about__heading::before {
	font-size: 1.25rem;
	margin-bottom: 4.5rem;
}

.about__heading::after {
	height: 1.875rem;
	top: 3.4375rem;
}

.about__text {
	font-size: 1rem;
	line-height: 2.0625;
	margin-bottom: 5.9375rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 42.25rem;
	text-align: center;
}

.about-staff--layout {
	padding-bottom: 7.9375rem;
	padding-top: 7.9375rem;
}

.about-shop-info--layout {
	padding-bottom: 7.75rem;
	padding-top: 7.9375rem;
}

.blog-detail--layout {
	padding-bottom: 9.375rem;
	padding-top: 2.625rem;
}

.blog-detail__breadcrumb {
	margin-bottom: 6.5625rem;
}

.blog-detail__wrap {
	display: flex;
	gap: 1.875rem;
	justify-content: space-between;
	padding-left: 3.0625rem;
	padding-right: 2.625rem;
}

.blog-detail__article {
	margin-top: -0.5625rem;
	max-width: 41.9375rem;
}

.blog-detail__title {
	font-size: 1.5rem;
	margin-bottom: 0.5625rem;
}

.blog-detail__posted-on {
	font-size: 0.875rem;
	margin-bottom: 2.8125rem;
}

.blog-detail__thumbnail {
	margin-bottom: 2.875rem;
}

.blog-detail__btn a {
	margin-top: 2.3125rem;
}

.blog-detail__content p {
	font-size: 1rem;
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
}

.blog-detail__content h3,
.blog-detail__content h4,
.blog-detail__content h5 {
	margin-bottom: 0.25rem;
}

.blog-detail__content h3 {
	font-size: 1.375rem;
	padding: 0.359375rem 1rem;
}

.blog-detail__content h4 {
	font-size: 1.25rem;
}

.blog-detail__content h5 {
	font-size: 1.25rem;
}

.blog-detail__content ul {
	margin-bottom: 0.625rem;
	margin-top: 0.625rem;
}

.blog-detail__content li {
	margin-bottom: 0.25rem;
}

.blog--layout {
	padding-bottom: 9.375rem;
	padding-top: 2.625rem;
}

.blog__breadcrumb {
	margin-bottom: 6.5625rem;
}

.blog__wrap {
	display: flex;
	gap: 1.875rem;
	justify-content: space-between;
	padding-left: 2.75rem;
	padding-right: 2.625rem;
}

.blog__articles {
	margin-top: -1.75rem;
	max-width: 43.1875rem;
}

.blog__article {
	margin-bottom: 0;
	padding-left: 0.375rem;
}

.blog__article:last-of-type {
	margin-bottom: 4.375rem;
}

.blog__link {
	display: flex;
	gap: 2.125rem;
	padding-bottom: 1.625rem;
	padding-top: 1.6125rem;
}

.blog__thumbnail {
	max-width: 8.4375rem;
}

.blog__meta {
	margin-bottom: 0.75rem;
}

.blog__posted-on {
	font-size: 0.8125rem;
	line-height: 2.3;
}

.blog__title {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.contact-thanks--layout {
	padding-bottom: 7.5625rem;
	padding-top: 2.625rem;
}

.contact-thanks__breadcrumb {
	margin-bottom: 4.8125rem;
}

.contact-thanks__text {
	font-size: 1.25rem;
	margin-bottom: 2.3125rem;
	text-align: center;
}

.contact--layout {
	padding-bottom: 7.5625rem;
	padding-top: 2.625rem;
}

.contact__breadcrumb {
	margin-bottom: 4.8125rem;
}

.contact__text {
	font-size: 1.25rem;
	margin-bottom: 2.3125rem;
	text-align: center;
}

.contact__reserve {
	align-items: center;
	display: flex;
	gap: 4.875rem;
	justify-content: center;
	margin-bottom: 7.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 52.125rem;
	padding-bottom: 2.125rem;
	padding-left: 2.0625rem;
	padding-right: 1.9375rem;
	padding-top: 2.125rem;
}

.contact__reserve-wrap {
	margin-bottom: 0;
	margin-top: 0.625rem;
}

.contact__reserve-tel {
	font-size: 2.5rem;
}

.contact__reserve-tel-span {
	font-size: 1.5rem;
	margin-right: 1.3125rem;
}

.contact__reserve-time {
	font-size: 0.875rem;
	margin-left: 4.5625rem;
	text-align: left;
}

.contact__reserve-web-btn {
	font-size: 1.375rem;
	height: 6.25rem;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	width: 17.5rem;
}

.error--layout {
	padding-bottom: 7.5625rem;
	padding-top: 2.625rem;
}

.error__breadcrumb {
	margin-bottom: 4.8125rem;
}

.error__text {
	font-size: 1.25rem;
	margin-bottom: 2.3125rem;
	text-align: center;
}

.mv {
	height: 63.0625vw; /* アスペクト比を維持 */
}

.mv__img {
	width: 68.75vw;
}

.mv__store-name {
	left: 16.2%;
	top: 26.8%;
}

.mv_scroll-down {
	bottom: 9%;
	font-size: 1.25rem;
	left: 48.3%;
	padding-top: 3.125rem;
}

.mv_scroll-down::before {
	height: 2.4375rem;
}

.top-concept--layout {
	padding-bottom: 10rem;
	padding-top: 5rem;
}

.top-concept__heading-en {
	font-size: 1.5rem;
	margin-bottom: 3.3125rem;
	padding-bottom: 1.5625rem;
}

.top-concept__heading-en::before {
	width: 1.3125rem;
}

.top-concept__heading-ja {
	font-size: 2.5rem;
	margin-bottom: 2.3125rem;
}

.top-concept__text {
	font-size: 1rem;
	line-height: 2.0625;
	margin-bottom: 3rem;
	max-width: 41.875rem;
}

.top-concept__btn {
	margin-bottom: 3.1875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 41.75rem;
}

.top-menu--layout {
	padding-bottom: 6.375rem;
	padding-top: 4.5rem;
}

.top-menu__heading-wrap {
	margin-bottom: 4.75rem;
}

.top-menu__heading::after {
	right: -100%;
}

.top-menu__items {
	margin-left: auto;
	margin-right: auto;
	max-width: 1125px;
	padding-left: 25px;
	padding-right: 25px;
}

.top-menu__item,
.top-menu__item--reverse {
	display: flex;
	gap: 1.5625rem;
	justify-content: space-between;
}

.top-menu__item + .top-menu__item,
.top-menu__item--reverse + .top-menu__item,
.top-menu__item + .top-menu__item--reverse,
.top-menu__item--reverse + .top-menu__item--reverse {
	margin-top: 6.3125rem;
}

.top-menu__item-title {
	font-size: 2.5rem;
	margin-bottom: 3.6875rem;
}

.top-menu__item-title::before {
	font-size: 12.625rem;
}

.top-menu__item-sub-title {
	font-size: 1.25rem;
	margin-bottom: 1.3125rem;
}

.top-menu__item-text {
	font-size: 1rem;
	line-height: 2.0625;
	margin-bottom: 4.625rem;
}

.top-menu__item-img,
.top-menu__item-img--reverse {
	margin-right: calc(50% - 50vw);
	margin-top: -0.375rem;
	max-width: 50rem;
}

.top-menu__item-img--reverse {
	margin-left: calc(50% - 50vw);
	margin-right: 0;
}

.top-menu__item-btn {
	margin-bottom: 0;
	text-align: left;
}

.top-voice--layout {
	padding-bottom: 6.625rem;
	padding-top: 7rem;
}

.top-voice__btn {
	margin-left: auto;
	margin-right: auto;
	max-width: 59.25rem;
}

.top-shop-info--layout {
	margin-bottom: 9.375rem;
	padding-top: 8.125rem;
}

.top-blog--layout {
	padding-bottom: 8.25rem;
}

.top-blog__bg {
	padding: 4.21875rem 8.625rem 5.3125rem;
}

.top-blog__heading {
	margin-bottom: 3.8125rem;
}

.top-blog__heading::after {
	right: -61%;
}

.top-blog__items {
	margin-bottom: 2.9375rem;
}

.top-blog__item {
	grid-template-columns: max-content 1fr;
}

.top-blog__item + .top-blog__item {
	margin-top: 2rem;
}

.top-blog__item-datetime {
	border-right: 0.0625rem solid #DDDAD1;
	margin-bottom: 0;
}

.top-blog__item-title {
	padding-bottom: 1.75rem;
	padding-left: 3.0625rem;
}

.service--layout {
	padding-bottom: 2.625rem;
	padding-top: 2.625rem;
}

.service__breadcrumb {
	margin-bottom: 3.25rem;
}

.service__btn-items {
	gap: 3.125rem;
	justify-content: center;
}

.service__btn-item {
	width: auto;
	width: initial;
}

.service__btn-link {
	font-size: 1rem;
	width: 16.875rem;
}

.service-esthetic--layout {
	padding-bottom: 12.375rem;
}

.service-esthetic__heading {
	margin-bottom: 1.9rem;
}

.service-eyelash--layout {
	padding-bottom: 9.5625rem;
	padding-top: 10.375rem;
}

.service-eyelash__heading {
	margin-bottom: 4.4375rem;
}

.service-price--layout {
	padding-bottom: 8.375rem;
	padding-top: 7.5rem;
}

.service-price__heading {
	margin-bottom: 4.0625rem;
}

.service-price__items {
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 53.75rem;
}

.service-price__summary {
	height: 3.125rem;
	padding-left: 1.25rem;
	padding-right: 2.625rem;
}

.service-price__toggle {
	height: 1.5625rem;
	width: 1.5625rem;
}

.service-price__text {
	font-size: 1.125rem;
}

.service-price__content {
	grid-template-columns: 1fr minmax(12.5rem, 19.8125rem);
	margin-bottom: 1.96875rem;
	margin-top: 1.21875rem;
}

.service-price__menu,
.service-price__price {
	font-size: 1rem;
	padding-bottom: 0.6875rem;
	padding-top: 0.6875rem;
}

.service-price__menu {
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.service-price__tax {
	margin-bottom: 3.625rem;
	max-width: 53.75rem;
}

.service-voice--layout {
	padding-bottom: 6.625rem;
	padding-top: 7rem;
}

}

@media (min-width: 1075px) {

html {
	font-size: 16px;
}

}

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

.top-menu__items {
	max-width: 100rem;
	padding-left: 0;
	padding-right: 0;
}

.top-menu__item,
.top-menu__item--reverse {
	padding-left: 16.375rem;
}

.top-menu__item--reverse {
	padding-left: 0;
	padding-right: 16.375rem;
}

.top-menu__item-img,
.top-menu__item-img--reverse {
	margin-right: 0;
}

.top-menu__item-img--reverse {
	margin-left: 0;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes shine {

100% {
	left: 125%;
}

}

@keyframes fade {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeInText {

100% {
	transform: translateY(0);
}

}

@keyframes scroll-down {

0% {
	transform: scale(1, 0);
	transform-origin: 0 0;
}

50% {
	transform: scale(1, 1);
	transform-origin: 0 0;
}

50.1% {
	transform: scale(1, 1);
	transform-origin: 0 100%;
}

100% {
	transform: scale(1, 0);
	transform-origin: 0 100%;
}

}


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