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

html {
	font-size: 16px;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	color: #292131;
	font-weight: 400;
	line-height: 1.5;
}

.jp {
	font-family: "Noto Sans JP", sans-serif; /* 日本語用のフォントファミリー */
}

.en {
	font-family: "Open Sans", sans-serif; /* 英語用のフォントファミリー */
}

img,
video,
object {
	border: none;
	display: block;
	height: auto;
	max-width: 100%;
}

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

/*===================================================================
# footer
===================================================================*/

.footer {
	background-color: #4c2200;
	padding-block: 15px;
}

.footer__inner.inner {
	background-color: #4c2200;
	text-align: center;
}

.footer__privacy-policy {
	color: #FFFFFF;
	font-size: 14px;
	transition: opacity 0.3s;
}

.footer__copyright {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 10px;
}

/*===================================================================
# Inner
===================================================================*/

.inner {
	background-color: #fff;
	margin-inline: auto;
	max-width: 1440px;
	padding-inline: 100px;
}

/*===================================================================
# Section
===================================================================*/

.section__title {
	font-family: "Noto Serif JP", sans-serif; /* セクションタイトル */
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 2.07;
	position: relative;
	text-align: center;
}

.section__title::before {
	background: url(../../assets/img/title_accent.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 24px;
	left: 50%;
	position: absolute;
	top: -29px;
	translate: -50%;
	width: 41px;
}

.section__title--white {
	color: #FFFFFF;
}

.section__title--purple {
	color: #400080;
}

.webp .section__title::after {
	background-image: url(/assets/img/title_accent.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# Section(English)
===================================================================*/

.en .section__title {
	font-family: "Lora", sans-serif; /* セクションタイトル */
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 2.07;
	position: relative;
	text-align: center;
}

.en .section__title::before {
	background: url(../../assets/img/title_accent.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 24px;
	left: 50%;
	position: absolute;
	top: -29px;
	translate: -50%;
	width: 41px;
}

.en .section__title--white {
	color: #FFFFFF;
}

.en .section__title--purple {
	color: #400080;
}

.webp .section__title::after {
	background-image: url(/assets/img/title_accent.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# fv
===================================================================*/

.fv {
	background-color: #4c2200;
}

.fv__inner {
	padding-inline: 0;
}

.fv__upper {
	position: relative;
}

.fv__logo {
	left: 100px;
	position: absolute;
	top: 37px;
}

.fv__lang-switch {
	border: solid 1px #4c2200;
	border-radius: 15px;
	display: flex;
	gap: 7px;
	padding: 2.5px 13px;
	position: absolute; /* 日英 言語切替え */
	right: 100px;
	top: 37px;
}

.fv__lang-jp,
.fv__lang-en,
.fv____lang-separator {
	color: #4c2200;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	letter-spacing: 1.6px;
}

.fv__lang-jp.fv__lang--inactive,
.fv__lang-en.fv__lang--inactive {
	pointer-events: none; /* 表示中のページにはホバーしない */
}

.fv__message-1 {
	color: #4c2200;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 28px;
	font-weight: 600;
	left: 50%;
	letter-spacing: 2.8px;
	position: absolute; /* 美容業界15年以上～ */
	top: 116px;
	translate: -50%;
	width: 820px;
}

.fv__message-1 .--num {
	font-size: 38px;
	letter-spacing: 3.8px;
}

.fv__line {
	left: 50%;
	position: absolute; /* 直線状の装飾 */
	top: 178px;
	translate: -50%;
}

.fv__message-2 {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 34px;
	font-weight: 600;
	left: 100px;
	letter-spacing: 3.4px;
	position: absolute; /* 自分をもっと好きになる～ */
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.84), 0 0 5px rgba(255, 255, 255, 0.84), 0 0 5px rgba(255, 255, 255, 0.84), 0 0 5px rgba(255, 255, 255, 0.84), 0 0 5px rgba(255, 255, 255, 0.84), 0 0 5px rgba(255, 255, 255, 0.84), 0 0 5px rgba(255, 255, 255, 0.84), 0 0 5px rgba(255, 255, 255, 0.84); /* 上 */
	top: 347px;
}

.fv__message-3 {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 16px;
	font-weight: 600;
	left: 100px;
	letter-spacing: 1.6px;
	position: absolute; /* 質の高いサービス～ */
	text-shadow: 0 0 8px rgba(255, 255, 255, 0.84), 0 0 8px rgba(255, 255, 255, 0.84), 0 0 8px rgba(255, 255, 255, 0.84), 0 0 8px rgba(255, 255, 255, 0.84), 0 0 8px rgba(255, 255, 255, 0.84), 0 0 8px rgba(255, 255, 255, 0.84), 0 0 8px rgba(255, 255, 255, 0.84), 0 0 8px rgba(255, 255, 255, 0.84); /* 上 */
	top: 472px;
}

.fv__lower {
	background-color: #4c2200;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding-block: 27px 30px;
}

.fv__message-4 {
	color: #fff;
	display: block;
	font-family: "Noto Serif JP", sans-serif; /* 奈良県天理市のアジアン風～ */
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.8;
	text-align: center;
}

.fv__message-5 {
	display: block;
	font-family: "Noto Serif JP", sans-serif; /* &PRIEE アンドプリエ */
	font-size: 34px;
	letter-spacing: 3.4px;
	line-height: 1.59;
	text-align: center;
}

/*===================================================================
# promise
===================================================================*/

.promise {
	background-color: #4c2200;
}

.promise__inner {
	background: url(../../assets/img/promise_bg.png) top center/cover repeat;
	background-color: #fff;
	padding-block: 36px 81px;
}

.promise__title {
	color: #400080;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 1.9px;
	line-height: 1.59;
	text-align: center;
}

.promise__text-container {
	margin: 30px auto 0;
	max-width: 578px;
}

.promise__text {
	letter-spacing: 0.5px;
	margin-bottom: 23px;
}

.promise__text:last-of-type {
	margin-bottom: 0;
}

.promise__img-contents {
	display: flex;
	gap: 70px;
	margin-inline: auto;
	margin-top: 28px;
	max-width: 680px;
}

.promise__img--pc {
	display: block;
}

.webp .promise__inner {
	background-image: url(../../assets/img/promise_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# concern
===================================================================*/

.concern {
	background-color: #4c2200;
}

.concern__inner {
	background: url(../../assets/img/concern_bg.png) center center/cover no-repeat;
	background-color: #fff;
	padding-block: 79px 104px;
}

.concern__title {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: center;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95); /* 上 */
}

.concern__lists {
	margin-left: 162px;
	margin-top: 124px;
}

.concern__list {
	letter-spacing: 1.6px;
	line-height: 2.1;
	position: relative;
}

.concern__list::before {
	background-image: url(../../assets/img/concern_check.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 24px;
	left: -37px;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 25px;
}

.concern__message {
	font-size: 24px;
	letter-spacing: 2.4px;
	margin-top: 88px;
	text-align: center;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95); /* 上 */
}

.webp .concern__inner {
	background-image: url(../../assets/img/concern_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# about
===================================================================*/

.about {
	background-color: #4c2200;
}

.about__inner {
	background: url(../../assets/img/about_bg.png) center center/cover no-repeat;
	padding-block: 112px 75px;
}

.about__message-1 {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	margin-top: 60px;
	text-align: center;
}

.about__contents {
	align-items: flex-start;
	display: flex;
	margin-top: 27px;
}

.about__img-1 {
	display: block;
}

.about__img-2 {
	margin-left: -25px;
	margin-top: 95px;
}

.about__img-3 {
	display: none;
}

.about__lists {
	background-color: #fff;
	height: auto;
	margin-left: 53px;
	margin-top: 21px;
	opacity: 0.7;
	padding-bottom: 40px;
	padding-left: 72px;
	padding-top: 42px;
	width: 490px;
}

.about__list {
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	letter-spacing: 1.6px;
	margin-bottom: 9px;
	position: relative;
}

.about__list::before {
	background-image: url(../../assets/img/about_decoration.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 20px;
	left: -34px;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 27px;
}

.about__list:last-of-type {
	margin-bottom: 0;
}

.about__message-2 {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2.4px;
	margin-top: 71px;
	text-align: center;
}

.webp .about__inner {
	background-image: url(../../assets/img/about_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# voice
===================================================================*/

.voice {
	background-color: #4c2200;
}

.voice__inner {
	background: url(../../assets/img/voice_bg.png) top center/cover no-repeat;
	padding-block: 89px 83px;
}

.voice__title {
	align-items: center;
	background: url(../../assets/img/voice_heading.png) center center no-repeat;
	background-size: 878px;
	color: #fff;
	display: flex;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 30px;
	font-weight: 600;
	height: 122px;
	justify-content: center;
	letter-spacing: 3px;
	text-align: center;
}

.voice__contents {
	margin-inline: auto;
	margin-top: 89px;
	max-width: 1240px;
}

.voice__content {
	background-color: #fff;
	display: flex;
	gap: 85px;
	margin-bottom: 20px;
	min-height: 272px;
	padding-inline: 59px 57px;
}

.voice__content:last-of-type {
	margin-bottom: 0;
}

.voice__content-left {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	justify-content: center;
	width: 170px;
}

.voice__img {
	height: auto;
	width: 100%;
}

.voice__name {
	font-size: 24px;
	letter-spacing: 2.4px;
	margin-top: 6px;
	text-align: center;
}

.voice__person-info {
	letter-spacing: 1.6px;
	margin-top: -3px;
	text-align: center;
}

.voice__content-right {
	flex-grow: 1;
	padding-bottom: 34px;
	padding-top: 34px;
}

.voice__comment {
	letter-spacing: 0.9px;
	line-height: 1.75;
}

.voice__comment-strong {
	color: #8e0100;
}

.webp .voice__inner {
	background-image: url(../../assets/img/voice_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# movie
===================================================================*/

.movie {
	background-color: #4c2200;
}

.movie__inner {
	background: url(../../assets/img/movie_bg.jpg) center center/cover no-repeat;
	padding-block: 79px 49px;
}

.movie__container {
	margin: 21px auto 0;
	width: 560px;
}

.movie__container iframe {
	aspect-ratio: 16/9;
	width: 100%;
}

.movie__for-pc {
	border: none;
	display: block;
}

.movie__for-sp {
	border: none;
	display: none;
}

.movie__message {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.7;
	margin-top: 31px;
	text-align: center;
}

.webp .movie__inner {
	background-image: url(../../assets/img/movie_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# feature
===================================================================*/

.feature {
	background-color: #4c2200;
}

.feature__inner {
	background: url(../../assets/img/feature_bg.png) top center/cover repeat;
	margin-inline: auto;
	max-width: 1440px;
	padding-block: 131px 157px;
}

.feature__contents {
	display: flex;
	flex-direction: column;
	gap: 145px;
	margin-top: 143px;
	overflow: hidden;
}

.feature__content {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.feature__content--reverse {
	flex-direction: row-reverse;
}

.feature__content-left {
	background-color: #fff;
	max-width: 832px;
	padding: 33px 100px 45px 170px;
	z-index: 1;
}

.feature__content-left--reverse {
	margin-left: -73px;
}

.feature__content-title {
	color: #c89c35;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	position: relative;
}

.feature__content-title::before {
	font-size: 36.5px;
	left: -55px;
	position: absolute;
	top: -8px;
}

.feature__content-title::after {
	background-color: #c89c35;
	bottom: 3px;
	content: "";
	height: 1px;
	left: -67px;
	position: absolute;
	width: 45px;
}

.feature__content-title--1::before {
	content: "1";
}

.feature__content-title--2::before {
	content: "2";
}

.feature__content-title--3::before {
	content: "3";
}

.feature__content-title--4::before {
	content: "4";
}

.feature__content-text {
	letter-spacing: 0.8px;
	margin-top: 13px;
}

.feature__content-right {
	margin-left: -73px;
	margin-top: 40px;
	z-index: 1;
}

.feature__content-right--reverse {
	margin-left: 0;
}

.feature__content-img {
	max-width: 681px;
}

.webp .feature__inner {
	background-image: url(../../assets/img/feature_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# secret
===================================================================*/

.secret {
	background-color: #4c2200;
	position: relative;
}

.secret__inner {
	padding-block: 128px 94px;
}

.secret__line {
	background-color: #694732;
	content: ""; /* 縦線 */
	height: 120px;
	left: 50%;
	position: absolute;
	top: 229px;
	translate: -50%;
	width: 3px;
}

.secret__contents {
	align-items: stretch;
	display: flex;
	gap: 50px;
	margin-top: 207px;
}

.secret__content {
	display: flex;
	flex-direction: column;
	height: auto;
	width: 595px; /* 1240px - gap50px */
}

.secret__content-title {
	background-color: #694732;
	color: #fff;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.82;
	padding-block: 14px;
	text-align: center;
}

.secret__content-body {
	background-color: #fff3df;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 27px 40px 40px;
}

.secret__content-text {
	flex-grow: 1;
}

.secret__content-img {
	margin-inline: auto;
	margin-top: 72px;
}

/*===================================================================
# wax
===================================================================*/

.wax {
	background-color: #4c2200;
}

.wax__inner {
	background: url(../../assets/img/wax_bg.png) center center/cover no-repeat;
	padding-block: 76px 100px;
}

.wax__title {
	color: #fff;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.8;
	text-align: center;
}

.wax__container {
	background-color: #fff;
	border-radius: 5px;
	margin-top: 86px;
	padding: 38px 128px 65px;
}

.wax__text1 {
	font-family: "Noto Serif JP", sans-serif; /* 施術中にうとうと…～ */
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2.4px;
	text-align: center;
}

.wax__under-line {
	border-bottom: 1px solid #c89c35;
}

.wax__text2,
.wax__text3,
.wax__text4 {
	letter-spacing: 1.6px;
	line-height: 3;
}

.wax__text2 {
	margin-top: 30px; /* WAX-匠道-は、従来の～ */
}

.wax__img-1 {
	margin-inline: auto;
	margin-top: 12px;
}

.wax__text3 {
	margin-top: 48px; /* 「眠れるワックス」というメーカーポリシー～ */
}

.wax__img-2 {
	margin-inline: auto;
	margin-top: 54px;
}

.wax__text4 {
	margin-top: 16px; /* ワックス脱毛ではありとあらゆる～ */
}

.webp .wax__inner {
	background-image: url(../../assets/img/wax_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# reason
===================================================================*/

.reason {
	background-color: #4c2200;
}

.reason__inner {
	background: url(../../assets/img/reason_bg.png) center center/cover repeat;
	padding-block: 143px 100px;
}

.reason__title {
	display: block;
	margin-top: -17px;
	position: relative;
}

.reason__title::after {
	background: #400080;
	bottom: 5px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	translate: -50%;
	width: 156px;
}

.reason__contents {
	margin-inline: auto;
	margin-top: 112px;
	max-width: 1080px;
}

.reason__content {
	display: flex;
	gap: 50px;
	justify-content: space-between;
	margin-bottom: 145px;
}

.reason__content:last-of-type {
	margin-bottom: 0;
}

.reason__content.--reverse {
	flex-direction: row-reverse;
}

.reason__content-left {
	width: 50.462962963%;
}

.reason__content-title-wrap {
	display: flex;
	gap: 34px;
}

.reason__content-num {
	color: #292131;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1;
	margin-top: -2px;
	position: relative;
}

.reason__content-num::before {
	background: url(../../assets/img/reason_circle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 47px;
	left: 7px;
	position: absolute;
	top: 3px;
	width: 45px;
}

.reason__content-title {
	color: #400080;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-top: 2px;
}

.reason__content-text {
	letter-spacing: 1.6px;
	margin-top: 22px;
}

.reason__content-img {
	margin-left: auto;
	margin-right: 0;
}

.reason__content-img.--reverse {
	margin-left: 0;
	margin-right: auto;
}

.webp .reason__inner {
	background-image: url(../../assets/img/reason_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# menu
===================================================================*/

.menu {
	background-color: #4c2200;
}

.menu__title {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 30px;
	font-weight: 600;
	height: 90px;
	letter-spacing: 3px;
	line-height: 90px;
	margin-inline: auto;
	max-width: 1440px;
	text-align: center;
}

.menu__upper {
	padding-block: 35px 95px;
}

.menu__category-container {
	background-color: #fdfcfb;
	border: solid 2px #4c2200;
	border-radius: 5px;
	margin-inline: auto;
	max-width: 900px;
	padding: 20px 50px 40px;
	position: relative;
}

.menu__category-container::before,
.menu__category-container::after {
	background-image: url(../../assets/img/menu_decoration.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 72px;
	position: absolute;
	width: 69px;
}

.menu__category-container::before {
	left: 0;
	top: -1px;
}

.menu__category-container::after {
	bottom: -1px;
	right: 0;
	transform: rotate(180deg);
}

.menu__category-title {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 2.6px;
	text-align: center;
}

.menu__category-description {
	letter-spacing: 0.3px;
	line-height: 1.75;
	margin-top: 16px;
}

.menu__category-description--waxing {
	text-align: center;
}

.menu__upper-title {
	font-size: 24px;
	letter-spacing: 2.4px;
	margin-top: 49px;
	position: relative;
	text-align: center;
}

.menu__upper-title::after {
	background-color: #4c2200;
	bottom: -10px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	translate: -50%;
	width: 202px;
}

.menu__upper-title--men::after {
	width: 280px;
}

.menu__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	max-width: 1240px;
}

.menu__item {
	background-color: #fdfbfa;
	border: solid 2px #4c2200;
	max-width: 370px;
	padding-bottom: 15px;
	text-align: center;
}

.menu__item-title {
	background-color: #4c2200;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 50px;
}

.menu__item-sub-title {
	letter-spacing: 1.6px;
	margin-top: 9px;
}

.menu__item-img {
	margin: 17px auto 0;
}

.menu__item-content {
	letter-spacing: 1.6px;
	line-height: 1.33;
	margin-top: 17px;
	min-height: 107px;
}

.menu__item-price {
	letter-spacing: 1.6px;
	margin-top: 8px;
}

.menu__line {
	background-color: #c89c35;
	height: 1px;
	max-width: 1192px;
	width: 100%;
}

.menu__lower {
	padding-block: 84px 88px;
}

.menu__waxing-items {
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	margin-top: 50px;
	max-width: 1000px;
}

.menu__waxing-item-title {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: center;
}

.menu__waxing-annotation {
	margin-top: 10px;
	text-align: center;
}

/*===================================================================
# introduction
===================================================================*/

.introduction {
	background-color: #4c2200;
}

.introduction__inner {
	background: url(../../assets/img/introduction_bg.png) center center/cover no-repeat;
	padding-block: 112px 155px;
}

.introduction__contents {
	display: flex;
	gap: 60px;
	margin-inline: auto;
	margin-top: 94px;
	max-width: 1200px;
}

.introduction__content--left {
	padding-left: 20px;
}

.introduction__text1 {
	display: block;
	letter-spacing: 1.6px;
	line-height: 1.75; /* 美容のお仕事を始めて15年～ PCで表示*/
	margin-top: 28px;
}

.introduction__name {
	font-size: 24px;
	letter-spacing: 2.4px;
	line-height: 0.8;
}

.introduction__text2 {
	letter-spacing: 1.6px;
	line-height: 1.75; /* 【資格】～ */
	margin-top: 23px;
}

.introduction__text3-container {
	margin-top: 45px;
}

.introduction__text3 {
	letter-spacing: 1.6px;
	line-height: 1.75;
	margin-bottom: 27px;
}

.introduction__text3:last-of-type {
	margin-bottom: 0;
}

.introduction__line {
	background-color: #c89c35;
	display: none;
	height: 1px;
	margin-block: 45px 47px;
	width: 100%;
}

.introduction__text4 {
	display: none;
	letter-spacing: 1.6px;
	line-height: 1.75; /* 美容のお仕事を始めて15年～ SPで表示*/
	margin-top: 28px;
}

.webp .introduction__inner {
	background-image: url(../../assets/img/introduction_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# cta
===================================================================*/

.cta {
	background-color: #4c2200;
}

.cta__inner {
	background: url(../../assets/img/cta_bg.jpg) center center/cover no-repeat;
	padding-block: 69px 92px;
	text-align: center;
}

.cta__message {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 3.5;
}

.cta__micro-copy-wrap {
	margin-top: 48px;
}

.cta__micro-copy {
	display: inline-block;
	font-size: 26px;
	letter-spacing: 2.6px;
	line-height: 2.08;
	position: relative;
}

.cta__micro-copy::before,
.cta__micro-copy::after {
	content: "";
	height: 38px;
	position: absolute;
	top: 12px;
	width: 19px;
}

.cta__micro-copy::before {
	background: url(../../assets/img/micro_left.svg);
	background-repeat: no-repeat;
	background-size: contain;
	left: -40px;
}

.cta__micro-copy::after {
	background: url(../../assets/img/micro_right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	right: -40px;
}

.cta__link {
	background: #c89c35;
	border: 2px solid #c89c35;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	letter-spacing: 2px;
	line-height: 1.2;
	margin-top: 7px;
	overflow: hidden; /* エフェクトクリップ用 */
	padding: 5px 81px 17px 91px;
	position: relative;
}

.cta__link-num {
	font-size: 36px;
	letter-spacing: 3.6px;
}

.cta__link::before {
	animation: shine-move 8s infinite;
	background: linear-gradient(70deg, transparent 45%, rgba(255, 255, 255, 0.5) 50%, transparent 55%);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	width: 300%;
}

.cta__link::after {
	content: "";
	height: 30px;
	position: absolute;
	right: 37px;
	top: 50%;
	translate: 0 -50%;
	width: 17px; /* SVGをマスクとして適用 */
	-webkit-mask-image: url(../../assets/img/btn_arrow.svg);
	mask-image: url(../../assets/img/btn_arrow.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff; /* 通常時の色 */
	mask-size: contain;
}

.cta__float-btn {
	bottom: 50px;
	left: 50%;
	opacity: 0;
	position: fixed;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	translate: -50%;
	visibility: hidden;
	z-index: 100;
}

.cta__float-btn > .cta__link {
	width: 388px;
}

.cta__float-btn.show {
	opacity: 1;
	visibility: visible;
}

.webp .cta__inner {
	background-image: url(../../assets/img/cta_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# fv(English)
===================================================================*/

.en .fv {
	background-color: #4c2200;
}

.en .fv__inner {
	padding-inline: 0;
}

.en .fv__upper {
	position: relative;
}

.en .fv__logo {
	left: 100px;
	position: absolute;
	top: 37px;
}

.en .fv__lang-switch {
	border: solid 1px #4c2200;
	border-radius: 15px;
	display: flex;
	gap: 7px;
	padding: 2.5px 13px;
	position: absolute; /* 日英 言語切替え */
	right: 100px;
	top: 37px;
}

.en .fv__lang-jp,
.en .fv__lang-en,
.en .fv____lang-separator {
	color: #4c2200;
	font-family: "Lora", sans-serif;
	font-weight: 600;
	letter-spacing: 1.6px;
}

.en .fv__lang-jp.fv__lang--inactive,
.en .fv__lang-en.fv__lang--inactive {
	pointer-events: none; /* 表示中のページにはホバーしない */
}

.en .fv__message-1 {
	color: #4c2200;
	font-family: "Lora", sans-serif;
	font-size: 28px;
	font-weight: 600;
	left: 50%;
	letter-spacing: 2.8px;
	line-height: 1.3;
	position: absolute; /* 美容15年以上～ */
	top: 116px;
	translate: -50%;
	width: 870px;
}

.en .fv__message-1 .--num {
	font-size: 40px;
	letter-spacing: 6px;
}

.en .fv__line {
	left: 49.5%;
	position: absolute; /* 直線状の装飾 */
	top: 215px;
	translate: -50%;
	width: 880px;
}

.en .fv__message-2 {
	font-family: "Lora", sans-serif;
	font-size: 34px;
	font-weight: 600;
	left: 100px;
	letter-spacing: 3.4px;
	position: absolute; /* 自分をもっと好きになる～ */
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.84), 0 0 5px rgba(255, 255, 255, 0.84), 0 0 5px rgba(255, 255, 255, 0.84), 0 0 5px rgba(255, 255, 255, 0.84), 0 0 5px rgba(255, 255, 255, 0.84), 0 0 5px rgba(255, 255, 255, 0.84), 0 0 5px rgba(255, 255, 255, 0.84), 0 0 5px rgba(255, 255, 255, 0.84); /* 上 */
	top: 347px;
}

.en .fv__message-3 {
	font-family: "Lora", sans-serif;
	font-size: 16px;
	font-weight: 600;
	left: 100px;
	letter-spacing: 1.6px;
	position: absolute; /* 質の高いサービス～ */
	text-shadow: 0 0 8px rgba(255, 255, 255, 0.84), 0 0 8px rgba(255, 255, 255, 0.84), 0 0 8px rgba(255, 255, 255, 0.84), 0 0 8px rgba(255, 255, 255, 0.84), 0 0 8px rgba(255, 255, 255, 0.84), 0 0 8px rgba(255, 255, 255, 0.84), 0 0 8px rgba(255, 255, 255, 0.84), 0 0 8px rgba(255, 255, 255, 0.84); /* 上 */
	top: 472px;
}

.en .fv__lower {
	background-color: #4c2200;
	padding-block: 27px 30px;
}

.en .fv__message-4 {
	color: #fff;
	display: block;
	font-family: "Lora", sans-serif; /* 奈良県天理市のアジアン風～ */
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.8;
	text-align: center;
}

.en .fv__message-5 {
	display: block;
	font-family: "Lora", sans-serif; /* &PRIEE アンドプリエ */
	font-size: 34px;
	letter-spacing: 3.4px;
	line-height: 1.59;
	text-align: center;
}

/*===================================================================
# promise(English)
===================================================================*/

.en .promise {
	background-color: #4c2200;
}

.en .promise__inner {
	background: url(../../assets/img/promise_bg.png) top center/cover repeat;
	background-color: #fff;
	padding-block: 36px 81px;
}

.en .promise__title {
	color: #400080;
	font-family: "Lora", sans-serif;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 1.9px;
	line-height: 1.59;
	text-align: center;
}

.en .promise__text-container {
	margin: 30px auto 0;
	max-width: 578px;
}

.en .promise__text {
	letter-spacing: 0.5px;
	margin-bottom: 23px;
}

.en .promise__text:last-of-type {
	margin-bottom: 0;
}

.en .promise__img-contents {
	display: flex;
	gap: 70px;
	margin-inline: auto;
	margin-top: 28px;
	max-width: 680px;
}

.en .promise__img--pc {
	display: block;
}

.webp .promise__inner {
	background-image: url(../../assets/img/promise_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# concern(English)
===================================================================*/

.en .concern {
	background-color: #4c2200;
}

.en .concern__inner {
	background: url(../../assets/img/concern_bg.png) center center/cover no-repeat;
	background-color: #fff;
	padding-block: 79px 104px;
}

.en .concern__title {
	font-family: "Lora", sans-serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 3px;
	text-align: center;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95); /* 上 */
}

.en .concern__lists {
	margin-left: 162px;
	margin-top: 124px;
}

.en .concern__list {
	letter-spacing: 1.6px;
	line-height: 2.1;
	position: relative;
}

.en .concern__list::before {
	background-image: url(../../assets/img/concern_check.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 24px;
	left: -37px;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 25px;
}

.en .concern__message {
	font-size: 24px;
	letter-spacing: 2.4px;
	margin-top: 88px;
	text-align: center;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95), 0 0 5px rgba(255, 255, 255, 0.95); /* 上 */
}

.webp .concern__inner {
	background-image: url(../../assets/img/concern_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# about(English)
===================================================================*/

.en .about {
	background-color: #4c2200;
}

.en .about__inner {
	background: url(../../assets/img/about_bg.png) center center/cover no-repeat;
	padding-block: 112px 75px;
}

.en .about__message-1 {
	font-family: "Lora", sans-serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 3px;
	margin-top: 60px;
	text-align: center;
}

.en .about__contents {
	align-items: flex-start;
	display: flex;
	margin-top: 27px;
}

.en .about__img-1 {
	display: block;
}

.en .about__img-2 {
	margin-left: -25px;
	margin-top: 95px;
}

.en .about__img-3 {
	display: none;
}

.en .about__lists {
	background-color: #fff;
	height: auto;
	margin-left: 53px;
	margin-top: 21px;
	opacity: 0.7;
	padding-bottom: 40px;
	padding-left: 72px;
	padding-top: 42px;
	width: 490px;
}

.en .about__list {
	font-family: "Lora", sans-serif;
	font-weight: 500;
	letter-spacing: 1.6px;
	margin-bottom: 9px;
	position: relative;
}

.en .about__list::before {
	background-image: url(../../assets/img/about_decoration.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 20px;
	left: -34px;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 27px;
}

.en .about__list:last-of-type {
	margin-bottom: 0;
}

.en .about__message-2 {
	font-family: "Lora", sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2.4px;
	margin-top: 71px;
	text-align: center;
}

.webp .about__inner {
	background-image: url(../../assets/img/about_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# voice(English)
===================================================================*/

.en .voice {
	background-color: #4c2200;
}

.en .voice__inner {
	background: url(../../assets/img/voice_bg.png) top center/cover no-repeat;
	padding-block: 89px 83px;
}

.en .voice__title {
	align-items: center;
	background: url(../../assets/img/voice_heading.png) center center no-repeat;
	background-size: 878px;
	color: #fff;
	display: flex;
	font-family: "Lora", sans-serif;
	font-size: 30px;
	font-weight: 500;
	height: 122px;
	justify-content: center;
	letter-spacing: 3px;
	text-align: center;
}

.en .voice__contents {
	margin-inline: auto;
	margin-top: 89px;
	max-width: 1240px;
}

.en .voice__content {
	background-color: #fff;
	display: flex;
	gap: 85px;
	margin-bottom: 20px;
	min-height: 272px;
	padding-inline: 59px 57px;
}

.en .voice__content:last-of-type {
	margin-bottom: 0;
}

.en .voice__content-left {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	justify-content: center;
	width: 170px;
}

.en .voice__img {
	height: auto;
	width: 100%;
}

.en .voice__name {
	font-size: 24px;
	letter-spacing: 2.4px;
	margin-top: 6px;
	text-align: center;
}

.en .voice__person-info {
	letter-spacing: 1.6px;
	margin-top: -3px;
	text-align: center;
}

.en .voice__content-right {
	flex-grow: 1;
	padding-bottom: 34px;
	padding-top: 34px;
}

.en .voice__comment {
	letter-spacing: 0.9px;
	line-height: 1.75;
}

.en .voice__comment-strong {
	color: #8e0100;
}

.webp .voice__inner {
	background-image: url(../../assets/img/voice_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# movie(English)
===================================================================*/

.en .movie {
	background-color: #4c2200;
}

.en .movie__inner {
	background: url(../../assets/img/movie_bg.jpg) center center/cover no-repeat;
	padding-block: 79px 49px;
}

.en .movie__container {
	margin: 21px auto 0;
	width: 560px;
}

.en .movie__container iframe {
	aspect-ratio: 16/9;
	width: 100%;
}

.en .movie__for-pc {
	border: none;
	display: block;
}

.en .movie__for-sp {
	border: none;
	display: none;
}

.en .movie__message {
	font-family: "Lora", sans-serif;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 1.7;
	margin-top: 31px;
	text-align: center;
}

.webp .movie__inner {
	background-image: url(../../assets/img/movie_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# feature(English)
===================================================================*/

.en .feature {
	background-color: #4c2200;
}

.en .feature__inner {
	background: url(../../assets/img/feature_bg.png) top center/cover repeat;
	margin-inline: auto;
	max-width: 1440px;
	padding-block: 131px 157px;
}

.en .feature__contents {
	display: flex;
	flex-direction: column;
	gap: 145px;
	margin-top: 143px;
	overflow: hidden;
}

.en .feature__content {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.en .feature__content--reverse {
	flex-direction: row-reverse;
}

.en .feature__content-left {
	background-color: #fff;
	max-width: 832px;
	padding: 33px 100px 45px 170px;
	z-index: 1;
}

.en .feature__content-left--reverse {
	margin-left: -73px;
}

.en .feature__content-title {
	color: #c89c35;
	font-family: "Lora", sans-serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 3px;
	position: relative;
}

.en .feature__content-title::before {
	font-size: 36.5px;
	left: -55px;
	position: absolute;
	top: -8px;
}

.en .feature__content-title::after {
	background-color: #c89c35;
	bottom: 0;
	content: "";
	height: 1px;
	left: -67px;
	position: absolute;
	top: 41px;
	width: 45px;
}

.en .feature__content-title--1::before {
	content: "1";
}

.en .feature__content-title--2::before {
	content: "2";
}

.en .feature__content-title--3::before {
	content: "3";
}

.en .feature__content-title--4::before {
	content: "4";
}

.en .feature__content-text {
	letter-spacing: 0.8px;
	margin-top: 13px;
}

.en .feature__content-right {
	margin-left: -73px;
	margin-top: 40px;
	z-index: 1;
}

.en .feature__content-right--reverse {
	margin-left: 0;
}

.en .feature__content-img {
	max-width: 681px;
}

.webp .feature__inner {
	background-image: url(../../assets/img/feature_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# secret(English)
===================================================================*/

.en .secret {
	background-color: #4c2200;
	position: relative;
}

.en .secret__inner {
	padding-block: 128px 94px;
}

.en .secret__line {
	background-color: #694732;
	content: ""; /* 縦線 */
	height: 120px;
	left: 50%;
	position: absolute;
	top: 229px;
	translate: -50%;
	width: 3px;
}

.en .secret__contents {
	align-items: stretch;
	display: flex;
	gap: 50px;
	margin-top: 207px;
}

.en .secret__content {
	display: flex;
	flex-direction: column;
	height: auto;
	width: 595px; /* 1240px - gap50px */
}

.en .secret__content-title {
	background-color: #694732;
	color: #fff;
	font-family: "Lora", sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.82;
	padding-block: 14px;
	text-align: center;
}

.en .secret__content-body {
	background-color: #fff3df;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 27px 40px 40px;
}

.en .secret__content-text {
	flex-grow: 1;
}

.en .secret__content-img {
	margin-inline: auto;
	margin-top: 72px;
}

/*===================================================================
# wax(English)
===================================================================*/

.en .wax {
	background-color: #4c2200;
}

.en .wax__inner {
	background: url(../../assets/img/wax_bg.png) center center/cover no-repeat;
	padding-block: 76px 100px;
}

.en .wax__title {
	color: #fff;
	font-family: "Lora", sans-serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 1.8;
	text-align: center;
}

.en .wax__container {
	background-color: #fff;
	border-radius: 5px;
	margin-top: 86px;
	padding: 38px 128px 65px;
}

.en .wax__text1 {
	font-family: "Lora", sans-serif; /* 施術中にうとうと…～ */
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2.4px;
	text-align: center;
}

.en .wax__under-line {
	border-bottom: 1px solid #c89c35;
}

.en .wax__text2,
.en .wax__text3,
.en .wax__text4 {
	letter-spacing: 1.6px;
	line-height: 3;
}

.en .wax__text2 {
	margin-top: 30px; /* WAX-匠道-は、従来の～ */
}

.en .wax__img-1 {
	margin-inline: auto;
	margin-top: 12px;
}

.en .wax__text3 {
	margin-top: 48px; /* 「眠れるワックス」というメーカーポリシー～ */
}

.en .wax__img-2 {
	margin-inline: auto;
	margin-top: 54px;
}

.en .wax__text4 {
	margin-top: 16px; /* ワックス脱毛ではありとあらゆる～ */
}

.webp .wax__inner {
	background-image: url(../../assets/img/wax_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# reason(English)
===================================================================*/

.en .reason {
	background-color: #4c2200;
}

.en .reason__inner {
	background: url(../../assets/img/reason_bg.png) center center/cover repeat;
	padding-block: 143px 100px;
}

.en .reason__title {
	display: block;
	margin-top: -17px;
	position: relative;
}

.en .reason__title::after {
	background: #400080;
	bottom: 5px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	translate: -50%;
	width: 360px;
}

.en .reason__contents {
	margin-inline: auto;
	margin-top: 112px;
	max-width: 1080px;
}

.en .reason__content {
	display: flex;
	gap: 50px;
	justify-content: space-between;
	margin-bottom: 145px;
}

.en .reason__content:last-of-type {
	margin-bottom: 0;
}

.en .reason__content.--reverse {
	flex-direction: row-reverse;
}

.en .reason__content-left {
	width: 50.462962963%;
}

.en .reason__content-title-wrap {
	display: flex;
	gap: 34px;
}

.en .reason__content-num {
	color: #292131;
	font-family: "Lora", sans-serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 1;
	margin-top: -2px;
	position: relative;
}

.en .reason__content-num::before {
	background: url(../../assets/img/reason_circle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 47px;
	left: 7px;
	position: absolute;
	top: 3px;
	width: 45px;
}

.en .reason__content-title {
	color: #400080;
	font-family: "Lora", sans-serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-top: 2px;
}

.en .reason__content-text {
	letter-spacing: 1.6px;
	margin-top: 22px;
}

.en .reason__content-img {
	margin-left: auto;
	margin-right: 0;
}

.en .reason__content-img.--reverse {
	margin-left: 0;
	margin-right: auto;
}

.webp .reason__inner {
	background-image: url(../../assets/img/reason_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# menu(English)
===================================================================*/

.en .menu {
	background-color: #4c2200;
}

.en .menu__title {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	font-family: "Lora", sans-serif;
	font-size: 30px;
	font-weight: 500;
	height: 90px;
	letter-spacing: 3px;
	line-height: 90px;
	margin-inline: auto;
	max-width: 1440px;
	text-align: center;
}

.en .menu__upper {
	padding-block: 35px 95px;
}

.en .menu__category-container {
	background-color: #fdfcfb;
	border: solid 2px #4c2200;
	border-radius: 5px;
	margin-inline: auto;
	max-width: 900px;
	padding: 20px 50px 40px;
	position: relative;
}

.en .menu__category-container::before,
.en .menu__category-container::after {
	background-image: url(../../assets/img/menu_decoration.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 72px;
	position: absolute;
	width: 69px;
}

.en .menu__category-container::before {
	left: 0;
	top: -1px;
}

.en .menu__category-container::after {
	bottom: -1px;
	right: 0;
	transform: rotate(180deg);
}

.en .menu__category-title {
	font-family: "Lora", sans-serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 2.6px;
	text-align: center;
}

.en .menu__category-description {
	letter-spacing: 0.3px;
	line-height: 1.75;
	margin-top: 16px;
}

.en .menu__category-description--waxing {
	text-align: left;
}

.en .menu__upper-title {
	font-size: 24px;
	letter-spacing: 2.4px;
	margin-top: 49px;
	position: relative;
	text-align: center;
}

.en .menu__upper-title::after {
	background-color: #4c2200;
	bottom: -10px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	translate: -50%;
	width: 325px;
}

.en .menu__upper-title--men::after {
	width: 415px;
}

.en .menu__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	max-width: 1240px;
}

.en .menu__item {
	background-color: #fdfbfa;
	border: solid 2px #4c2200;
	max-width: 370px;
	padding-bottom: 15px;
	text-align: center;
}

.en .menu__item-title {
	background-color: #4c2200;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 50px;
}

.en .menu__item-sub-title {
	letter-spacing: 1.6px;
	margin-top: 9px;
}

.en .menu__item-img {
	margin: 17px auto 0;
}

.en .menu__item-content {
	letter-spacing: 1.6px;
	line-height: 1.33;
	margin-top: 17px;
	min-height: 107px;
}

.en .menu__item-price {
	letter-spacing: 1.6px;
	margin-top: 8px;
}

.en .menu__line {
	background-color: #c89c35;
	height: 1px;
	max-width: 1192px;
	width: 100%;
}

.en .menu__lower {
	padding-block: 84px 88px;
}

.en .menu__waxing-items {
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	margin-top: 50px;
	max-width: 1000px;
}

.en .menu__waxing-item-title {
	font-family: "Lora", sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 3px;
	text-align: center;
}

.en .menu__waxing-annotation {
	margin-top: 10px;
	text-align: center;
}

/*===================================================================
# introduction(English)
===================================================================*/

.en .introduction {
	background-color: #4c2200;
}

.en .introduction__inner {
	background: url(../../assets/img/introduction_bg.png) center center/cover no-repeat;
	padding-block: 112px 155px;
}

.en .introduction__contents {
	display: flex;
	gap: 60px;
	margin-inline: auto;
	margin-top: 94px;
	max-width: 1200px;
}

.en .introduction__content--left {
	padding-left: 20px;
}

.en .introduction__text1 {
	display: block;
	letter-spacing: 1.6px;
	line-height: 1.75; /* 美容のお仕事を始めて15年～ PCで表示*/
	margin-top: 28px;
}

.en .introduction__name {
	font-size: 24px;
	letter-spacing: 2.4px;
	line-height: 0.8;
}

.en .introduction__text2 {
	letter-spacing: 1.6px;
	line-height: 1.75; /* 【資格】～ */
	margin-top: 23px;
}

.en .introduction__text3-container {
	margin-top: 45px;
}

.en .introduction__text3 {
	letter-spacing: 1.6px;
	line-height: 1.75;
	margin-bottom: 27px;
}

.en .introduction__text3:last-of-type {
	margin-bottom: 0;
}

.en .introduction__line {
	background-color: #c89c35;
	display: none;
	height: 1px;
	margin-block: 45px 47px;
	width: 100%;
}

.en .introduction__text4 {
	display: none;
	letter-spacing: 1.6px;
	line-height: 1.75; /* 美容のお仕事を始めて15年～ SPで表示*/
	margin-top: 28px;
}

.webp .introduction__inner {
	background-image: url(../../assets/img/introduction_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# cta(English)
===================================================================*/

.en .cta {
	background-color: #4c2200;
}

.en .cta__inner {
	background: url(../../assets/img/cta_bg.jpg) center center/cover no-repeat;
	padding-block: 69px 92px;
	text-align: center;
}

.en .cta__message {
	font-family: "Lora", sans-serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 2.6px;
	line-height: 3.5;
}

.en .cta__micro-copy-wrap {
	margin-top: 48px;
}

.en .cta__micro-copy {
	display: inline-block;
	font-size: 26px;
	letter-spacing: 2.6px;
	line-height: 2.08;
	position: relative;
}

.en .cta__micro-copy::before,
.en .cta__micro-copy::after {
	content: "";
	height: 38px;
	position: absolute;
	top: 12px;
	width: 19px;
}

.en .cta__micro-copy::before {
	background: url(../../assets/img/micro_left.svg);
	background-repeat: no-repeat;
	background-size: contain;
	left: -40px;
}

.en .cta__micro-copy::after {
	background: url(../../assets/img/micro_right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	right: -40px;
}

.en .cta__link {
	background: #c89c35;
	border: 2px solid #c89c35;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 1.2;
	margin-top: 7px;
	overflow: hidden; /* エフェクトクリップ用 */
	padding: 5px 60px 17px 61px;
	position: relative;
	text-align: center;
}

.en .cta__link-num {
	font-size: 32px;
	letter-spacing: 1px;
}

.en .cta__link::before {
	animation: shine-move 8s infinite;
	background: linear-gradient(70deg, transparent 45%, rgba(255, 255, 255, 0.5) 50%, transparent 55%);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	width: 300%;
}

.en .cta__link::after {
	content: "";
	height: 30px;
	position: absolute;
	right: 20px;
	top: 50%;
	translate: 0 -50%;
	width: 17px; /* SVGをマスクとして適用 */
	-webkit-mask-image: url(../../assets/img/btn_arrow.svg);
	mask-image: url(../../assets/img/btn_arrow.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff; /* 通常時の色 */
	mask-size: contain;
}

.en .cta__float-btn {
	bottom: 50px;
	left: 50%;
	opacity: 0;
	position: fixed;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	translate: -50%;
	visibility: hidden;
	z-index: 100;
}

.en .cta__float-btn > .cta__link {
	width: auto;
}

.en .cta__float-btn.show {
	opacity: 1;
	visibility: visible;
}

.webp .cta__inner {
	background-image: url(../../assets/img/cta_bg.webp); /* webp対応ブラウザ用の画像設定 */
}

/*===================================================================
# 改行のレスポンシブ
===================================================================*/

.br-sp {
	display: none;
}

.br-tab {
	display: none;
}

.br-pc {
	display: block;
}

.br-medium-pc {
	display: block;
}

.br-sp-medium {
	display: none;
}

@media (any-hover: hover) {

.footer__privacy-policy:hover {
	opacity: 0.7;
}

.fv__lang-jp:hover,
.fv__lang-en:hover {
	color: #fa96aa;
}

.cta__link:hover {
	background: #fff;
	color: #c89c35;
}

.cta__link:hover::after {
	background-color: #c89c35;
}

.en .fv__lang-jp:hover,
.en .fv__lang-en:hover {
	color: #fa96aa;
}

.en .cta__link:hover {
	background: #fff;
	color: #c89c35;
}

.en .cta__link:hover::after {
	background-color: #c89c35;
}

}

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

.inner {
	padding-inline: 40px;
}

.fv__inner {
	padding-inline: 0;
}

.fv__logo {
	left: 50px;
	top: 25px;
}

.fv__lang-switch {
	right: 50px;
	top: 25px;
}

.fv__message-1 {
	font-size: clamp(1.438rem, 0.496rem + 1.96vw, 1.75rem);
	text-align: center;
	width: clamp(43.75rem, 21.162rem + 47.06vw, 51.25rem);
}

.fv__message-1 .--num {
	font-size: clamp(2.125rem, 1.372rem + 1.57vw, 2.375rem);
}

.fv__line {
	top: clamp(10rem, 6.612rem + 7.06vw, 11.125rem);
	width: clamp(44.375rem, 21.787rem + 47.06vw, 51.875rem);
}

.fv__message-2 {
	font-size: clamp(1.75rem, 0.621rem + 2.35vw, 2.125rem);
	left: 10%;
	top: clamp(15.625rem, -2.634rem + 38.04vw, 21.688rem);
}

.fv__message-3 {
	left: 10%;
	top: clamp(22.5rem, 1.418rem + 43.92vw, 29.5rem);
}

.concern__inner {
	background-position: center right;
	padding-block: 60px 50px;
}

.concern__title {
	font-size: clamp(1.75rem, 1.374rem + 0.78vw, 1.875rem);
}

.concern__lists {
	margin-left: clamp(6.875rem, -2.913rem + 20.39vw, 10.125rem);
	margin-top: 80px;
}

.concern__message {
	font-size: clamp(1.438rem, 1.249rem + 0.39vw, 1.5rem);
	margin-top: 70px;
}

.about__lists {
	margin-left: 0;
	padding-left: 40px;
}

.voice__content {
	gap: 40px;
}

.movie__message {
	font-size: clamp(1.5rem, 0.371rem + 2.35vw, 1.875rem);
}

.feature__inner {
	padding: 90px 90px 70px;
}

.feature__contents {
	gap: 100px;
	margin-top: 80px;
}

.feature__content {
	flex-direction: column;
	margin-inline: auto;
}

.feature__content-left {
	max-width: none;
	padding-left: 80px;
	padding-right: 30px;
}

.feature__content-left--reverse {
	margin-left: 0;
}

.feature__content-right {
	margin-left: 0;
	margin-top: 0;
}

.feature__content-img {
	max-width: none;
	width: 100%;
}

.secret__inner {
	padding-block: 90px 80px;
}

.secret__line {
	height: 90px;
	top: 170px;
}

.secret__contents {
	gap: 30px;
	margin-top: 160px;
}

.secret__content-title {
	font-size: clamp(1.25rem, 0.497rem + 1.57vw, 1.5rem);
}

.secret__content-img {
	margin-top: 30px;
}

.wax__container {
	margin-top: 55px;
	padding-inline: 40px;
}

.wax__text1 {
	font-size: clamp(1.313rem, 0.748rem + 1.18vw, 1.5rem);
}

.wax__text2,
.wax__text3,
.wax__text4 {
	line-height: 2.5;
}

.reason__inner {
	padding-block: 120px 80px;
}

.reason__contents {
	margin-top: 90px;
}

.reason__content {
	gap: 30px;
	margin-bottom: 100px;
}

.reason__content-left {
	width: 65%;
}

.reason__content-title {
	font-size: clamp(1.375rem, 0.999rem + 0.78vw, 1.5rem);
}

.menu__items {
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.menu__item-sub-title {
	font-size: clamp(0.875rem, -0.168rem + 2.17vw, 1rem);
}

.introduction__inner {
	padding-bottom: 80px;
}

.introduction__contents {
	gap: 40px;
	margin-top: 80px;
}

.cta__message {
	font-size: clamp(1rem, -0.694rem + 3.53vw, 1.563rem);
}

.en .fv__inner {
	padding-inline: 0;
}

.en .fv__logo {
	left: 50px;
	top: 20px;
}

.en .fv__lang-switch {
	right: 50px;
	top: 20px;
}

.en .fv__message-1 {
	font-size: clamp(1.313rem, -0.005rem + 2.75vw, 1.75rem);
	left: 50%;
	text-align: center;
	top: 95px;
	width: clamp(43.125rem, 9.243rem + 70.59vw, 54.375rem);
}

.en .fv__message-1 .--num {
	font-size: clamp(1.75rem, 0.621rem + 2.35vw, 2.125rem);
}

.en .fv__line {
	top: clamp(10rem, 6.235rem + 7.84vw, 11.25rem);
	width: clamp(43.125rem, 7.36rem + 74.51vw, 55rem);
}

.en .fv__message-2 {
	font-size: clamp(1.5rem, 0.747rem + 1.57vw, 1.75rem);
	left: 10%;
	top: clamp(17.5rem, 4.888rem + 26.27vw, 21.688rem);
}

.en .fv__message-3 {
	left: 10%;
	top: clamp(22.5rem, 1.418rem + 43.92vw, 29.5rem);
}

.en .fv__message-4 {
	font-size: clamp(1.625rem, 0.872rem + 1.57vw, 1.875rem);
}

.en .fv__message-5 {
	font-size: clamp(2rem, 1.624rem + 0.78vw, 2.125rem);
}

.en .concern__inner {
	background-position: center right;
	padding-block: 60px 50px;
}

.en .concern__title {
	font-size: clamp(1.75rem, 1.374rem + 0.78vw, 1.875rem);
}

.en .concern__lists {
	margin-left: clamp(6.875rem, -2.913rem + 20.39vw, 10.125rem);
	margin-top: 80px;
}

.en .concern__message {
	font-size: clamp(1.438rem, 1.249rem + 0.39vw, 1.5rem);
	margin-top: 70px;
}

.en .about__lists {
	margin-left: 0;
	padding-left: 40px;
}

.en .about__message-2 {
	font-size: clamp(1.313rem, 0.748rem + 1.18vw, 1.5rem);
}

.en .voice__content {
	gap: 40px;
}

.en .movie__message {
	font-size: clamp(1.375rem, 0.999rem + 0.78vw, 1.5rem);
}

.en .feature__inner {
	padding: 90px 90px 70px;
}

.en .feature__contents {
	gap: 100px;
	margin-top: 80px;
}

.en .feature__content {
	flex-direction: column;
	margin-inline: auto;
}

.en .feature__content-left {
	max-width: none;
	padding-left: 80px;
	padding-right: 30px;
}

.en .feature__content-left--reverse {
	margin-left: 0;
}

.en .feature__content-title {
	font-size: clamp(1.625rem, 0.872rem + 1.57vw, 1.875rem);
}

.en .feature__content-right {
	margin-left: 0;
	margin-top: 0;
}

.en .feature__content-img {
	max-width: none;
	width: 100%;
}

.en .secret__inner {
	padding-block: 90px 80px;
}

.en .secret__line {
	height: 90px;
	top: 170px;
}

.en .secret__contents {
	gap: 30px;
	margin-top: 160px;
}

.en .secret__content-title {
	font-size: clamp(1.063rem, -0.067rem + 2.35vw, 1.438rem);
}

.en .secret__content-img {
	margin-top: 30px;
}

.en .wax__container {
	margin-top: 55px;
	padding-inline: 40px;
}

.en .wax__text1 {
	font-size: clamp(1.25rem, 0.497rem + 1.57vw, 1.5rem);
	letter-spacing: 2.2px;
}

.en .wax__text2,
.en .wax__text3,
.en .wax__text4 {
	line-height: 2.5;
}

.en .reason__inner {
	padding-block: 120px 80px;
}

.en .reason__contents {
	margin-top: 90px;
}

.en .reason__content {
	gap: 30px;
	margin-bottom: 100px;
}

.en .reason__content-left {
	width: 65%;
}

.en .reason__content-title {
	font-size: clamp(1.375rem, 0.999rem + 0.78vw, 1.5rem);
}

.en .menu__items {
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.en .menu__item-sub-title {
	font-size: clamp(0.875rem, -0.168rem + 2.17vw, 1rem);
}

.en .introduction__inner {
	padding-bottom: 80px;
}

.en .introduction__contents {
	gap: 40px;
	margin-top: 80px;
}

.en .cta__message {
	font-size: clamp(1.375rem, 0.999rem + 0.78vw, 1.5rem);
}

.en .cta__link {
	font-size: clamp(1.125rem, -0.004rem + 2.35vw, 1.5rem);
}

.en .cta__link-num {
	font-size: clamp(1.5rem, -0.006rem + 3.14vw, 2rem);
}

.br-tab {
	display: block;
}

.br-medium-pc {
	display: none;
}

.br-sp-medium {
	display: block;
}

}

@media screen and (min-width: 1024px) and (max-width: 1239px) {

.inner {
	padding-inline: 40px;
}

.fv__inner {
	padding-inline: 0;
}

.voice__content {
	gap: 60px;
}

.movie__message {
	font-size: clamp(1.813rem, 1.515rem + 0.47vw, 1.875rem);
}

.feature__content-left {
	padding-left: 80px;
}

.feature__content-left--reverse {
	padding-left: 150px;
	padding-right: 20px;
}

.feature__content-title {
	font-size: clamp(1.438rem, 0.842rem + 0.93vw, 1.563rem);
}

.feature__content-title::after {
	bottom: clamp(-0.438rem, -1.033rem + 0.93vw, -0.313rem);
}

.feature__content-img {
	max-width: 560px;
}

.secret__content-title {
	font-size: clamp(1.5rem, -0.286rem + 2.79vw, 1.875rem);
}

.secret__content-img {
	margin-top: 40px;
}

.wax__container {
	padding-inline: 60px;
}

.reason__content {
	gap: 40px;
}

.reason__content-left {
	width: 60%;
}

.reason__content-title {
	font-size: clamp(1.5rem, -0.286rem + 2.79vw, 1.875rem);
}

.menu__items {
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.cta__message {
	font-size: clamp(1.563rem, 0.791rem + 1.2vw, 1.875rem);
}

.en .fv__inner {
	padding-inline: 0;
}

.en .fv__message-1 {
	top: clamp(6.25rem, 1.487rem + 7.44vw, 7.25rem);
}

.en .fv__line {
	top: clamp(12.438rem, 7.675rem + 7.44vw, 13.438rem);
}

.en .voice__content {
	gap: 60px;
}

.en .movie__message {
	font-size: 24px;
}

.en .feature__content-left {
	padding-left: 80px;
}

.en .feature__content-left--reverse {
	padding-left: 150px;
	padding-right: 20px;
}

.en .feature__content-title {
	font-size: clamp(1.438rem, 0.842rem + 0.93vw, 1.563rem);
}

.en .feature__content-title::after {
	bottom: clamp(-0.438rem, -1.033rem + 0.93vw, -0.313rem);
}

.en .feature__content-img {
	max-width: 560px;
}

.en .secret__content-title {
	font-size: clamp(1.438rem, 0.247rem + 1.86vw, 1.688rem);
}

.en .secret__content-img {
	margin-top: 40px;
}

.en .wax__container {
	padding-inline: 60px;
}

.en .reason__content {
	gap: 40px;
}

.en .reason__content-left {
	width: 60%;
}

.en .reason__content-title {
	font-size: clamp(1.5rem, -0.286rem + 2.79vw, 1.875rem);
}

.en .menu__items {
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.en .cta__message {
	font-size: clamp(1.5rem, 0.905rem + 0.93vw, 1.625rem);
}

.br-sp-medium {
	display: block;
}

}

@media screen and (min-width: 1240px) and (max-width: 1439px) {

.inner {
	padding-inline: 60px;
}

.fv__inner {
	padding-inline: 0;
}

.feature__content-left {
	padding-left: 160px;
	padding-right: 80px;
}

.feature__content-title {
	font-size: clamp(1.563rem, -0.385rem + 2.51vw, 1.875rem);
}

.feature__content-title::after {
	bottom: clamp(-0.313rem, -3.428rem + 4.02vw, 0.188rem);
}

.secret__content-title {
	font-size: clamp(1.875rem, 0.317rem + 2.01vw, 2.125rem);
}

.secret__content-img {
	margin-top: 40px;
}

.en .fv__inner {
	padding-inline: 0;
}

.en .movie__message {
	font-size: clamp(1.5rem, -0.058rem + 2.01vw, 1.75rem);
}

.en .feature__content-left {
	padding-left: 160px;
	padding-right: 80px;
}

.en .feature__content-title {
	font-size: clamp(1.563rem, -0.385rem + 2.51vw, 1.875rem);
}

.en .feature__content-title::after {
	bottom: clamp(-0.313rem, -3.428rem + 4.02vw, 0.188rem);
}

.en .secret__content-title {
	font-size: clamp(1.688rem, 0.519rem + 1.51vw, 1.875rem);
}

.en .secret__content-img {
	margin-top: 40px;
}

}

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

.footer {
	padding-block: 12px;
}

.footer__copyright {
	margin-top: 8px;
}

.inner {
	max-width: 375px;
	padding-inline: 20px;
}

.section__title {
	font-size: 26px;
	letter-spacing: 2.6px;
	line-height: 2.38;
}

.section__title--reason {
	letter-spacing: -0.4px;
}

.en .section__title {
	font-size: 26px;
	letter-spacing: 2.6px;
	line-height: 2.38;
}

.en .section__title--reason {
	letter-spacing: -0.4px;
}

.fv__inner {
	padding-inline: 0;
}

.fv__logo {
	height: auto;
	left: 20px;
	top: 20px;
	width: 57px;
}

.fv__lang-switch {
	right: 20px;
	top: 20px;
}

.fv__message-1 {
	font-size: 22px;
	letter-spacing: 2.7px;
	line-height: 1.15;
	text-align: center;
	top: 60px;
	width: 335px;
}

.fv__message-1 .--num {
	font-size: 30px;
	letter-spacing: 3.5px;
}

.fv__line {
	left: 47%;
	top: 129px;
	width: 355px;
}

.fv__message-2 {
	font-size: 26px;
	left: 20px;
	letter-spacing: 0.8px;
	top: 434px;
}

.fv__message-3 {
	left: 20px;
	top: 528px;
}

.fv__lower {
	padding-block: 25px;
}

.fv__message-4 {
	font-size: 23px;
	letter-spacing: 2.3px;
	line-height: 1.5;
}

.fv__message-4--space {
	letter-spacing: 0.8px;
}

.fv__message-5 {
	font-size: 24px;
	letter-spacing: 2.4px;
	line-height: 1.55;
}

.promise__inner {
	background: url(../../assets/img/promise_bg_sp.png) top center/cover repeat;
	padding-block: 30px 60px;
}

.promise__title {
	font-size: 28px;
	letter-spacing: 2.8px;
	line-height: 1.5;
	white-space: nowrap;
}

.promise__text-container {
	margin-top: 39px;
}

.promise__text {
	margin-bottom: 25px;
}

.promise__img-contents {
	align-items: center;
	flex-direction: column;
	gap: 0;
	margin-top: 63px;
}

.promise__img--pc {
	display: none;
}

.webp .promise__inner {
	background-image: url(../../assets/img/promise_bg_sp.webp);
}

.concern__inner {
	background: url(../../assets/img/concern_bg_sp.png) center center/cover no-repeat;
	background-color: #fff;
	padding-block: 49px 39px;
}

.concern__title {
	font-size: 26px;
	letter-spacing: 0px;
	white-space: nowrap;
}

.concern__lists {
	margin-left: 35px;
	margin-top: 38px;
}

.concern__list {
	font-size: 15px;
	letter-spacing: 1.6px;
	line-height: 1.6;
	margin-bottom: 7px;
}

.concern__list:last-of-type {
	margin-bottom: 0;
}

.concern__list::before {
	height: 20px;
	left: -27px;
	top: 5px;
	translate: 0 0;
	width: 21px;
}

.concern__message {
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 97px;
}

.webp .concern__inner {
	background-image: url(../../assets/img/concern_bg_sp.webp);
}

.about__inner {
	background: url(../../assets/img/about_bg_sp.png) center center/cover no-repeat;
	padding-block: 90px 84px;
}

.about__message-1 {
	font-size: 26px;
	letter-spacing: 0px;
	line-height: 1.75;
	margin-top: 34px;
	white-space: nowrap;
}

.about__contents {
	flex-direction: column;
}

.about__img-1 {
	display: none;
}

.about__img-2 {
	margin-left: 0;
	margin-top: 28px;
}

.about__img-3 {
	display: block;
}

.about__lists {
	background-color: transparent;
	margin-left: 0;
	margin-top: 15px;
	padding-bottom: 56px;
	padding-left: 34px;
	width: 100%;
}

.about__list {
	margin-bottom: 11px;
}

.about__list::before {
	top: 1px;
	translate: 0 0;
}

.about__message-2 {
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 2;
	margin-top: 49px;
	white-space: nowrap;
}

.webp .about__inner {
	background-image: url(../../assets/img/about_bg_sp.webp);
}

.voice__inner {
	background: url(../../assets/img/voice_bg_sp.jpg) top center/cover no-repeat;
	padding-block: 34px 40px;
}

.voice__title {
	background: url(../../assets/img/voice_heading_spsp.png) center center no-repeat;
	background-size: 335px;
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 1.45;
}

.voice__contents {
	margin-top: 60px;
}

.voice__content {
	flex-direction: column;
	gap: 17px;
	margin-bottom: 46px;
	padding-inline: 15px;
}

.voice__content-left {
	margin-inline: auto;
	padding-top: 40px;
}

.voice__content-right {
	padding-bottom: 43px;
	padding-top: 0;
}

.voice__comment {
	letter-spacing: 0;
}

.webp .voice__inner {
	background-image: url(../../assets/img/voice_bg_sp.webp);
}

.movie__inner {
	background: url(../../assets/img/movie_bg_sp.png) center center/cover no-repeat;
	padding-block: 93px 59px;
}

.movie__container {
	margin-top: 14px;
	width: 100%;
}

.movie__container iframe {
	aspect-ratio: 9/16;
}

.movie__container {
	width: 100%;
}

.movie__for-pc {
	display: none;
}

.movie__for-sp {
	display: block;
}

.movie__message {
	font-size: 21px;
	letter-spacing: 1.5px;
	line-height: 1.5;
	margin-top: 47px;
	white-space: nowrap;
}

.movie__message-space {
	display: inline-block;
	margin-top: 12px;
}

.webp .movie__inner {
	background-image: url(../../assets/img/movie_bg_sp.webp);
}

.feature__inner {
	background: url(../../assets/img/feature_bg_sp.png) top center/cover repeat;
	max-width: 375px;
	padding: 90px 20px 70px;
}

.feature__contents {
	gap: 33px;
	margin-top: 45px;
}

.feature__content {
	flex-direction: column;
}

.feature__content-left {
	max-width: 375px;
	padding: 22px 15px 16px;
}

.feature__content-left--reverse {
	margin-left: 0;
}

.feature__content-title {
	font-size: 24px;
	letter-spacing: 1px;
	margin-left: 55px;
}

.feature__content-title::before {
	font-size: 26px;
	left: -42px;
	top: -3px;
}

.feature__content-title::after {
	bottom: auto;
	left: -51px;
	top: 31px;
	width: 34px;
}

.feature__content-right {
	margin-left: 0;
	margin-top: 0;
}

.feature__content-img {
	max-width: 100%;
}

.webp .feature__inner {
	background-image: url(../../assets/img/feature_bg_sp.webp);
}

.secret__inner {
	padding-block: 91px 57px;
}

.secret__line {
	height: 64px;
	top: 159px;
	width: 2px;
}

.secret__contents {
	flex-direction: column;
	gap: 30px;
	margin-top: 94px;
}

.secret__content {
	width: 100%;
}

.secret__content-title {
	font-size: 26px;
	letter-spacing: 2.6px;
	line-height: 1.5;
	padding-block: 6px;
}

.secret__content-body {
	padding: 21px 18px 30px;
}

.secret__content-img {
	height: auto;
	margin-top: 19px;
	width: 270px;
}

.wax__inner {
	background: url(../../assets/img/wax_bg_sp.jpg) center center/cover no-repeat;
	padding-block: 27px 57px;
}

.wax__title {
	font-size: 26px;
	letter-spacing: 2.6px;
	line-height: 1.5;
}

.wax__title-margin {
	display: inline-block;
	margin-top: 10px;
}

.wax__container {
	margin-top: 33px;
	padding: 55px 10px 39px;
}

.wax__text1 {
	font-size: 18px;
	letter-spacing: 0px;
}

.wax__text1-margin {
	display: inline-block;
	margin-top: 20px;
}

.wax__text2,
.wax__text3,
.wax__text4 {
	letter-spacing: 0.8px;
	line-height: 1.5;
	padding-inline: 10px;
}

.wax__text2-margin,
.wax__text4-margin {
	display: inline-block;
	margin-top: 24px;
}

.wax__img-1 {
	margin-top: 34px;
}

.wax__text3 {
	margin-top: 56px;
}

.wax__img-2 {
	height: auto;
	margin-top: 67px;
	width: 295px;
}

.wax__text4 {
	margin-top: 49px;
}

.webp .wax__inner {
	background-image: url(../../assets/img/wax_bg_sp.webp);
}

.reason__inner {
	background: url(../../assets/img/reason_bg.png) center center/cover repeat;
	padding-block: 94px 60px;
}

.reason__contents {
	margin-top: 54px;
}

.reason__content {
	flex-direction: column;
	gap: 15px;
	margin-bottom: 39px;
}

.reason__content.--reverse {
	flex-direction: column;
}

.reason__content-left {
	width: 100%;
}

.reason__content-title-wrap {
	align-items: center;
	flex-direction: column;
}

.reason__content-num {
	margin-left: -21px;
}

.reason__content-title {
	font-size: 26px;
	letter-spacing: 2.6px;
	margin-top: -1px;
	text-align: center;
}

.reason__content-text {
	letter-spacing: 1.5px;
	margin-top: 6px;
}

.menu__title {
	font-size: 26px;
	height: 75px;
	letter-spacing: 2.6px;
	line-height: 75px;
	max-width: 375px;
}

.menu__upper {
	padding-block: 25px 49px;
}

.menu__category-container {
	padding: 36px 20px 34px;
}

.menu__category-container::before,
.menu__category-container::after {
	height: 63px;
	width: 60px;
}

.menu__category-description {
	letter-spacing: 0.2px;
	margin-top: 13px;
}

.menu__category-description--waxing {
	text-align: left;
}

.menu__upper-title {
	margin-top: 68px;
}

.menu__items {
	grid-template-columns: repeat(1, 1fr);
	margin-top: 49px;
}

.menu__item:last-of-type {
	margin-bottom: 0;
}

.menu__item {
	margin-bottom: 20px;
}

.menu__lower {
	padding-block: 49px 56px;
}

.menu__waxing-items {
	flex-direction: column;
	gap: 45px;
}

.menu__waxing-annotation {
	font-size: 14px;
	text-align: left;
}

.introduction__inner {
	background: url(../../assets/img/introduction_bg_sp.png) center center/cover no-repeat;
	padding-block: 93px 43px;
}

.introduction__contents {
	flex-direction: column;
	gap: 64px;
	margin-top: 46px;
}

.introduction__content--left {
	padding-right: 20px;
}

.introduction__text1 {
	display: none;
}

.introduction__text2 {
	margin-left: 7px;
	white-space: nowrap;
}

.introduction__text3-container {
	margin-top: 24px;
}

.introduction__line {
	display: block;
}

.introduction__text4 {
	display: block;
}

.webp .introduction__inner {
	background-image: url(../../assets/img/introduction_bg_sp.webp);
}

.cta__inner {
	background: url(../../assets/img/cta_bg_sp.jpg) center center/cover no-repeat;
	padding-block: 55px;
}

.cta__message {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.7;
	margin-bottom: 36px;
}

.cta__message:last-of-type {
	margin-bottom: 0;
}

.cta__message--nowrap {
	white-space: nowrap; /* 読点の前で改行させない */
}

.cta__micro-copy-wrap {
	margin-top: 60px;
}

.cta__micro-copy {
	font-size: 22.5px;
	letter-spacing: 2.25px;
}

.cta__micro-copy::before,
.cta__micro-copy::after {
	height: 34px;
	top: 11px;
	width: 16px;
}

.cta__link {
	font-size: 22.5px;
	letter-spacing: 3.1px;
	margin-top: 6px;
	padding: 3px 69px 14px;
}

.cta__link-num {
	font-size: 31px;
	letter-spacing: 3.1px;
}

.cta__link::after {
	height: 21px;
	right: 25px;
	width: 17px;
}

.cta__float-btn {
	bottom: 30px;
}

.cta__float-btn > .cta__link {
	width: 335px;
}

.webp .cta__inner {
	background-image: url(../../assets/img/cta_bg_sp.webp);
}

.en .fv__inner {
	padding-inline: 0;
}

.en .fv__logo {
	height: auto;
	left: 20px;
	top: 20px;
	width: 57px;
}

.en .fv__lang-switch {
	right: 20px;
	top: 20px;
}

.en .fv__message-1 {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 8px;
	font-size: 24px;
	left: 50%;
	letter-spacing: 2.4px;
	line-height: 1.15;
	padding-block: 5px 25px;
	text-align: center;
	top: 272px;
	width: 335px;
}

.en .fv__message-1 .--num {
	font-size: 28px;
	letter-spacing: 2.8px;
}

.en .fv__line {
	left: 47%;
	top: 413px;
	width: 340px;
}

.en .fv__message-2 {
	font-size: 26px;
	left: 20px;
	letter-spacing: 0.8px;
	line-height: 1.3;
	top: 458px;
}

.en .fv__message-3 {
	left: 20px;
	top: 577px;
}

.en .fv__lower {
	padding-block: 25px;
}

.en .fv__message-4 {
	font-size: 22px;
	letter-spacing: 2.2px;
	line-height: 1.5;
}

.en .fv__message-4--space {
	letter-spacing: 0.8px;
}

.en .fv__message-5 {
	font-size: 24px;
	letter-spacing: 2.4px;
	line-height: 1.55;
}

.en .promise__inner {
	background: url(../../assets/img/promise_bg_sp.png) top center/cover repeat;
	padding-block: 30px 60px;
}

.en .promise__title {
	font-size: 26px;
	letter-spacing: 2.6px;
	line-height: 1.5;
	white-space: wrap;
}

.en .promise__text-container {
	margin-top: 39px;
}

.en .promise__text {
	margin-bottom: 25px;
}

.en .promise__img-contents {
	align-items: center;
	flex-direction: column;
	gap: 0;
	margin-top: 63px;
}

.en .promise__img--pc {
	display: none;
}

.webp .promise__inner {
	background-image: url(../../assets/img/promise_bg_sp.webp);
}

.en .concern__inner {
	background: url(../../assets/img/concern_bg_sp.png) center center/cover no-repeat;
	background-color: #fff;
	padding-block: 49px 39px;
}

.en .concern__title {
	font-size: 26px;
	letter-spacing: 0px;
	white-space: wrap;
}

.en .concern__lists {
	margin-left: 35px;
	margin-top: 38px;
}

.en .concern__list {
	font-size: 15px;
	letter-spacing: 1.6px;
	line-height: 1.6;
	margin-bottom: 7px;
}

.en .concern__list:last-of-type {
	margin-bottom: 0;
}

.en .concern__list::before {
	height: 20px;
	left: -27px;
	top: 5px;
	translate: 0 0;
	width: 21px;
}

.en .concern__message {
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 97px;
}

.webp .concern__inner {
	background-image: url(../../assets/img/concern_bg_sp.webp);
}

.en .about__inner {
	background: url(../../assets/img/about_bg_sp.png) center center/cover no-repeat;
	padding-block: 90px 84px;
}

.en .about__message-1 {
	font-size: 26px;
	letter-spacing: 0px;
	line-height: 1.75;
	margin-top: 34px;
	white-space: nowrap;
}

.en .about__contents {
	flex-direction: column;
}

.en .about__img-1 {
	display: none;
}

.en .about__img-2 {
	margin-left: 0;
	margin-top: 28px;
}

.en .about__img-3 {
	display: block;
}

.en .about__lists {
	background-color: transparent;
	margin-left: 0;
	margin-top: 15px;
	padding-bottom: 56px;
	padding-left: 34px;
	width: 100%;
}

.en .about__list {
	margin-bottom: 11px;
}

.en .about__list::before {
	top: 1px;
	translate: 0 0;
}

.en .about__message-2 {
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 2;
	margin-top: 49px;
	white-space: wrap;
}

.webp .about__inner {
	background-image: url(../../assets/img/about_bg_sp.webp);
}

.en .voice__inner {
	background: url(../../assets/img/voice_bg_sp.jpg) top center/cover no-repeat;
	padding-block: 34px 40px;
}

.en .voice__title {
	background: url(../../assets/img/voice_heading_spsp.png) center center no-repeat;
	background-size: 335px;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.45;
}

.en .voice__contents {
	margin-top: 60px;
}

.en .voice__content {
	flex-direction: column;
	gap: 17px;
	margin-bottom: 46px;
	padding-inline: 15px;
}

.en .voice__content-left {
	margin-inline: auto;
	padding-top: 40px;
}

.en .voice__content-right {
	padding-bottom: 43px;
	padding-top: 0;
}

.en .voice__comment {
	letter-spacing: 0;
}

.webp .voice__inner {
	background-image: url(../../assets/img/voice_bg_sp.webp);
}

.en .movie__inner {
	background: url(../../assets/img/movie_bg_sp.png) center center/cover no-repeat;
	padding-block: 93px 59px;
}

.en .movie__container {
	margin-top: 14px;
	width: 100%;
}

.en .movie__container iframe {
	aspect-ratio: 9/16;
}

.en .movie__container {
	width: 100%;
}

.en .movie__for-pc {
	display: none;
}

.en .movie__for-sp {
	display: block;
}

.en .movie__message {
	font-size: 21px;
	letter-spacing: 1.5px;
	line-height: 1.5;
	margin-top: 47px;
	white-space: wrap;
}

.en .movie__message-space {
	display: inline-block;
	margin-top: 12px;
}

.webp .movie__inner {
	background-image: url(../../assets/img/movie_bg_sp.webp);
}

.en .feature__inner {
	background: url(../../assets/img/feature_bg_sp.png) top center/cover repeat;
	max-width: 375px;
	padding: 90px 20px 70px;
}

.en .feature__contents {
	gap: 33px;
	margin-top: 45px;
}

.en .feature__content {
	flex-direction: column;
}

.en .feature__content-left {
	max-width: 375px;
	padding: 22px 15px 16px;
}

.en .feature__content-left--reverse {
	margin-left: 0;
}

.en .feature__content-title {
	font-size: 24px;
	letter-spacing: 1px;
	margin-left: 55px;
}

.en .feature__content-title::before {
	font-size: 26px;
	left: -42px;
	top: -3px;
}

.en .feature__content-title::after {
	bottom: auto;
	left: -51px;
	top: 31px;
	width: 34px;
}

.en .feature__content-right {
	margin-left: 0;
	margin-top: 0;
}

.en .feature__content-img {
	max-width: 100%;
}

.webp .feature__inner {
	background-image: url(../../assets/img/feature_bg_sp.webp);
}

.en .secret__inner {
	padding-block: 91px 57px;
}

.en .secret__title {
	line-height: 1.2;
}

.en .secret__line {
	height: 50px;
	top: 170px;
	width: 2px;
}

.en .secret__contents {
	flex-direction: column;
	gap: 30px;
	margin-top: 94px;
}

.en .secret__content {
	width: 100%;
}

.en .secret__content-title {
	font-size: 24px;
	letter-spacing: 2.4px;
	line-height: 1.5;
	padding-block: 6px;
}

.en .secret__content-body {
	padding: 21px 18px 30px;
}

.en .secret__content-img {
	height: auto;
	margin-top: 19px;
	width: 270px;
}

.en .wax__inner {
	background: url(../../assets/img/wax_bg_sp.jpg) center center/cover no-repeat;
	padding-block: 27px 57px;
}

.en .wax__title {
	font-size: 26px;
	letter-spacing: 2.6px;
	line-height: 1.5;
}

.en .wax__title-margin {
	display: inline-block;
	margin-top: 10px;
}

.en .wax__container {
	margin-top: 33px;
	padding: 55px 10px 39px;
}

.en .wax__text1 {
	font-size: 18px;
	letter-spacing: 0px;
}

.en .wax__text1-margin {
	display: inline-block;
	margin-top: 20px;
}

.en .wax__text2,
.en .wax__text3,
.en .wax__text4 {
	letter-spacing: 0.8px;
	line-height: 1.5;
	padding-inline: 10px;
}

.en .wax__text2-margin,
.en .wax__text4-margin {
	display: inline-block;
	margin-top: 24px;
}

.en .wax__img-1 {
	margin-top: 34px;
}

.en .wax__text3 {
	margin-top: 56px;
}

.en .wax__img-2 {
	height: auto;
	margin-top: 67px;
	width: 295px;
}

.en .wax__text4 {
	margin-top: 49px;
}

.webp .wax__inner {
	background-image: url(../../assets/img/wax_bg_sp.webp);
}

.en .reason__inner {
	background: url(../../assets/img/reason_bg.png) center center/cover repeat;
	padding-block: 94px 60px;
}

.en .reason__title::after {
	width: 270px;
}

.en .reason__contents {
	margin-top: 54px;
}

.en .reason__content {
	flex-direction: column;
	gap: 15px;
	margin-bottom: 39px;
}

.en .reason__content.--reverse {
	flex-direction: column;
}

.en .reason__content-left {
	width: 100%;
}

.en .reason__content-title-wrap {
	align-items: center;
	flex-direction: column;
}

.en .reason__content-num {
	margin-left: -21px;
}

.en .reason__content-title {
	font-size: 26px;
	letter-spacing: 2.6px;
	margin-top: -1px;
	text-align: center;
}

.en .reason__content-text {
	letter-spacing: 1.5px;
	margin-top: 6px;
}

.en .menu__title {
	font-size: 26px;
	height: 75px;
	letter-spacing: 2.6px;
	line-height: 75px;
	max-width: 375px;
}

.en .menu__upper {
	padding-block: 25px 49px;
}

.en .menu__category-container {
	padding: 36px 20px 34px;
}

.en .menu__category-container::before,
.en .menu__category-container::after {
	height: 63px;
	width: 60px;
}

.en .menu__category-description {
	letter-spacing: 0.2px;
	margin-top: 13px;
}

.en .menu__category-description--waxing {
	text-align: left;
}

.en .menu__upper-title {
	margin-top: 68px;
}

.en .menu__upper-title--men::after {
	width: 260px;
}

.en .menu__items {
	grid-template-columns: repeat(1, 1fr);
	margin-top: 49px;
}

.en .menu__item:last-of-type {
	margin-bottom: 0;
}

.en .menu__item {
	margin-bottom: 20px;
}

.en .menu__lower {
	padding-block: 49px 56px;
}

.en .menu__waxing-items {
	flex-direction: column;
	gap: 45px;
}

.en .menu__waxing-annotation {
	font-size: 14px;
	text-align: left;
}

.en .introduction__inner {
	background: url(../../assets/img/introduction_bg_sp.png) center center/cover no-repeat;
	padding-block: 93px 43px;
}

.en .introduction__title {
	line-height: 1.2;
}

.en .introduction__contents {
	flex-direction: column;
	gap: 64px;
	margin-top: 46px;
}

.en .introduction__content--left {
	padding-right: 20px;
}

.en .introduction__text1 {
	display: none;
}

.en .introduction__text2 {
	margin-left: 7px;
	white-space: wrap;
}

.en .introduction__text3-container {
	margin-top: 24px;
}

.en .introduction__line {
	display: block;
}

.en .introduction__text4 {
	display: block;
}

.webp .introduction__inner {
	background-image: url(../../assets/img/introduction_bg_sp.webp);
}

.en .cta__inner {
	background: url(../../assets/img/cta_bg_sp.jpg) center center/cover no-repeat;
	padding-block: 55px;
}

.en .cta__message {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.7;
	margin-bottom: 36px;
}

.en .cta__message:last-of-type {
	margin-bottom: 0;
}

.en .cta__micro-copy-wrap {
	margin-top: 60px;
}

.en .cta__micro-copy {
	font-size: 18px;
	letter-spacing: 1, 8px;
}

.en .cta__micro-copy::before,
.en .cta__micro-copy::after {
	height: 20px;
	top: 8px;
	width: 16px;
}

.en .cta__micro-copy::before {
	left: -20px;
}

.en .cta__micro-copy::after {
	right: -20px;
}

.en .cta__link {
	font-size: 22px;
	letter-spacing: 2px;
	margin-top: 6px;
	padding: 3px 13px 14px;
}

.en .cta__link-num {
	font-size: 26px;
	letter-spacing: 1px;
}

.en .cta__link::after {
	display: none;
}

.en .cta__float-btn {
	bottom: 30px;
}

.en .cta__float-btn > .cta__link {
	width: 335px;
}

.webp .cta__inner {
	background-image: url(../../assets/img/cta_bg_sp.webp);
}

.br-sp {
	display: block;
}

.br-pc {
	display: none;
}

.br-medium-pc {
	display: none;
}

}

@keyframes shine-move {

0% {
	transform: translateX(-150%); /* 位置を左端から開始 */
}

5% {
	transform: translateX(0);
}

50% {
	transform: translateX(150%); /* 残りの時間は停止 */
}

100% {
	transform: translateX(150%); /* 残りの時間は停止 */
}

}

@keyframes shine-move {

0% {
	transform: translateX(-150%); /* 位置を左端から開始 */
}

5% {
	transform: translateX(0);
}

50% {
	transform: translateX(150%); /* 残りの時間は停止 */
}

100% {
	transform: translateX(150%); /* 残りの時間は停止 */
}

}

