html {
	font-size: 10px;
	scroll-behavior: smooth;
	scroll-padding-top: 8rem;
}

body {
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #323031;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}

a {
	display: block;
	transition: 0.2s;
}

a:hover {
	opacity: 0.8;
	transition: 0.2s;
}

dt {
	font-weight: normal;
}

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

*,
*::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 */

/* Set core body defaults */

body {
	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%;
}

/* Inherit fonts for inputs and buttons */

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

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

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

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
	background: #d9a7a7;
}

.footer__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 103rem;
	padding: 10.5rem 2rem 12rem;
}

.footer__logo {
	max-width: 22.8rem;
}

.footer__nav {
	display: flex;
	flex: 1;
	justify-content: space-between;
	max-width: 57rem;
}

.footer__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.footer__link {
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
	background: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 9.3rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 136rem;
	overflow: hidden;
	padding: 0 2rem;
}

.header__logo {
	max-width: 10.2rem;
}

.header__btn-sp {
	background: #D8A7A7;
	color: #fff;
	font-size: 1.5rem;
	height: 100%;
	letter-spacing: 0;
	order: 3;
	text-align: center;
	width: 13rem;
}

.header__btn-sp a {
	align-items: center;
	display: flex;
	font-weight: 500;
	height: 100%;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.6;
}

/* -------------------------------------
	1223
------------------------------------- */

.header__btn {
	height: 9.3rem;
	max-width: 39rem;
	position: absolute;
	right: 0;
	width: 100%;
}

.header__btn a {
	align-items: center;
	background: #d8a7a7;
	color: #fff;
	display: flex;
	font-size: 2.9rem;
	font-weight: 500;
	gap: 4.5rem;
	height: 100%;
	height: 100%;
	padding-left: 11rem;
	width: 100%;
}

.header__btn a:hover {
	filter: brightness(110%);
	opacity: 1;
}

.header__btn a::after {
	content: ">";
	display: inline-block;
	font-size: 4.4rem;
	font-weight: 300;
	margin-top: -1.2rem;
}

.header__btn.--entry {
	max-width: 42rem;
}

.header__btn.--entry a {
	font-size: 2.4rem;
	padding-left: 5rem;
}

/* header.is-active
------------------------------------- */

.header.is-active .header__inner {
	max-width: calc(100% - 7.6rem);
	padding: 0;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
	margin: auto;
	max-width: 128rem;
	padding: 0 2rem;
}

.l-inner.--page {
	line-height: 1.8;
	max-width: 111rem;
	text-align: justify;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
	margin-top: 16.3rem;
	overflow: hidden;
}

/*
 * l-sglBg
 * -------------------------------------------------------------
 */

.l-sglBg {
	background: url(./../images/single/single_bg.webp) no-repeat bottom/cover;
}

/*
 * burger
 * -------------------------------------------------------------
 */

.burger {
	display: none;
	height: 3.5rem;
	position: relative;
	width: 4.2rem;
	z-index: 200;
}

.burger.is-active {
	margin-left: auto;
	order: 3;
}

.burger span {
	background: #D8A7A7;
	display: block;
	height: 2px;
	position: absolute;
	transition: all 0.2s;
	width: 100%;
	z-index: 1000;
}

.burger span:nth-child(1) {
	top: 1px;
}

.burger span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.burger span:nth-child(3) {
	top: calc(100% - 1px);
}

.burger span.is-active:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.burger span.is-active:nth-child(2) {
	opacity: 0;
}

.burger span.is-active:nth-child(3) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
	align-items: center;
	background: #ce9898;
	color: #fff;
	display: flex;
	font-size: 2.6rem;
	font-weight: 500;
	height: 8rem;
	justify-content: center;
	letter-spacing: 0.12em;
	max-width: 38rem;
	position: relative;
}

.c-btn.--lg {
	max-width: 42rem;
}

.c-btn span {
	display: block;
	position: relative;
	z-index: 1;
}

.c-btn::before {
	border: 2px solid #A6A6A6;
	content: "";
	display: block;
	height: 100%;
	left: 0.9rem;
	position: absolute;
	top: 1rem;
	transition: transform 0.1s;
	width: 100%;
	z-index: -1;
}

.c-btn span {
	align-items: center;
	display: flex;
	gap: 1.2rem;
	justify-content: center;
}

.c-btn span::after {
	background: url(./../images/common/btn_arrow.webp) no-repeat bottom/100%;
	content: "";
	display: block;
	height: 1.2rem;
	margin-top: 0.2rem;
	transition: all 0.2s;
	width: 1.2rem;
}

.c-btn.--entry span::after {
	background: url(./../images/common/entry_btn_arrow.webp) no-repeat center/100%;
	height: 1.9rem;
	position: absolute;
	right: -3.6rem;
	width: 1.9rem;
}

.c-btn:hover {
	opacity: 1;
}

.c-btn:hover::before {
	left: 0.9rem;
	top: 1rem;
	transform: translate(-1rem, -0.9rem);
}

.c-btn:hover span::after {
	transform: translate(0.5rem, 0);
}

/*
 * c-pageTtl
 * -------------------------------------------------------------
 */

.c-pageTtl {
	color: #ad6272;
	font-size: 3.6rem;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
}

.c-pageTtl__ja {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0;
}

/*
 * c-secLead-sm
 * -------------------------------------------------------------
 */

/*
 * c-secLead
 * -------------------------------------------------------------
 */

/*
 * c-secTtl
 * -------------------------------------------------------------
 */

.c-secTtl {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	gap: 1.5rem;
	position: relative;
}

.c-secTtl__ja {
	color: #323031;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	position: relative;
	text-align: center;
	z-index: 1;
}

.c-secTtl__ja.--pnk {
	color: #d9a7a7;
}

.c-secTtl__ja.--lpnk {
	color: #e389ab;
}

.c-secTtl__ja.--ltsp {
	letter-spacing: 0.24em;
}

.c-secTtl__eng {
	color: #F2DFDF;
	display: block;
	font-family: "adobe-garamond-pro", serif;
	font-size: 7rem;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
	text-transform: capitalize;
}

.c-secTtl__eng.--bpnk {
	color: #fedfd9;
}

.c-secTtl__eng.--lvpnk {
	color: #fee0f4;
}

.c-secTtl__eng.--wht {
	color: #fff;
}

/*
 * cta
 * -------------------------------------------------------------
 */

.cta {
	background: #fff7f7;
	padding: 12.5rem 0;
}

.cta__body {
	background: #fff;
	margin: 0 auto;
	max-width: 83rem;
	padding: 6rem 1rem;
}

.cta__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.cta__lead {
	color: #c07d7d;
	font-size: 2.2rem;
}

.cta__ttl {
	max-width: 29rem;
}

.cta__img {
	margin: 3rem auto 0;
	max-width: 63.7rem;
}

.cta_details {
	margin-top: 3.4rem;
}

.cta__text {
	font-weight: 400;
	line-height: 1.75;
	text-align: center;
}

.cta__btn {
	margin: 5rem auto 0;
	max-width: 39rem;
	width: 100%;
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
	background: #7c7c7c;
	height: 7rem;
}

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

.nav__items {
	align-items: center;
	display: flex;
	font-weight: 400;
	gap: 9.6rem;
	height: 100%;
	justify-content: center;
}

.nav__link {
	color: #fff;
	font-size: 2.5rem;
	letter-spacing: 0;
	transition: transform 0.1s ease-in;
}

.nav__ig {
	margin-top: 2.6rem;
	max-width: 5.7rem;
}

.nav__logo {
	left: 0;
	max-width: 13.5rem;
	position: absolute;
	top: -2rem;
}

/*
 * concept
 * -------------------------------------------------------------
 */

.concept {
	padding-top: 14rem;
}

.concept__eng {
	color: #605D5E;
	text-transform: uppercase;
}

.concept__lead {
	max-width: 42.8rem;
}

.concept__body {
	background: #d9a7a7;
	margin: 3rem calc(50% - 50vw) 0;
	padding: 9.4rem 0 9.7rem;
}

.concept__cont {
	align-items: flex-start;
	display: flex;
	gap: 5.3rem;
	padding-left: 7.2rem;
}

.concept__img {
	max-width: 37.5rem;
}

.concept__details {
	flex: 1;
}

.concept__text {
	color: #fff;
	line-height: 2.67;
	margin-top: 2rem;
}

/*
 * confirm
 * -------------------------------------------------------------
 */

.confirm__inner {
	background: #f8f8f8;
}

.confirm__body {
	margin: 0 auto;
	max-width: 78rem;
	padding: 5rem 0 8rem;
	position: relative;
	z-index: 1;
}

.confirm__text {
	color: #ad6272;
	margin-bottom: 3rem;
	text-align: center;
}

.confirm .form__item {
	align-items: center;
	border-bottom: solid 1px #aaa;
	display: flex;
	flex-direction: row;
	gap: 4rem;
	margin: 0;
	padding: 3.2rem 5rem;
}

.confirm .form__item:first-child {
	border-top: solid 1px #aaa;
}

.confirm .form__item:not(:nth-child(1)) {
	margin: 0;
}

.confirm .form__label {
	min-width: 16rem;
	width: 16rem;
}

.confirm .form__item input,
.confirm .form__item select,
.confirm .form__item textarea {
	border: none;
	padding: 0;
}

.confirm .form__item textarea {
	height: auto;
}

.confirm .form__btnWrap.--back {
	margin-top: 6rem;
	text-align: center;
}

.confirm .form__btnWrap.--back .form__btn {
	padding: 1.4rem 2rem;
}

.confirm .form__btnWrap.--back .form__obj {
	background: #d9d9d9;
}

.confirm .form__btnWrap.--back::before {
	display: none;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
	padding: 10rem 0 15rem;
}

.contact__body {
	margin: 8rem auto 0;
	max-width: 78rem;
}

.contact__thanksText {
	text-align: center;
}

/*
 * faq
 * -------------------------------------------------------------
 */

.faq {
	background: url(./../images/top/faq_bg.webp) no-repeat center/cover;
	padding: 11.3rem 0 16rem;
}

.faq__eng {
	color: #E6B9B9;
}

.faq__ja {
	letter-spacing: 0.24em;
}

.faq__list {
	display: flex;
	flex-direction: column;
	gap: 7.4rem;
	margin: 8.7rem auto 0;
	max-width: 95.7rem;
	position: relative;
}

.faq__item {
	background: #fff;
	padding: 3.3rem 3rem 6rem 10.4rem;
	position: relative;
}

.faq__ttl {
	color: #C58989;
	font-size: 2.5rem;
	font-weight: 500;
}

.faq__text {
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 2.8rem;
}

.faq__num {
	border-radius: 50%;
	height: 10.2rem;
	left: -5rem;
	position: absolute;
	top: -5rem;
	width: 10.2rem;
}

.faq__num span {
	display: inline-block;
	position: relative;
	right: 0.3rem;
}

/*
 * flow
 * -------------------------------------------------------------
 */

.flow {
	padding: 9.5rem 0 16rem;
	position: relative;
}

.flow__ja {
	letter-spacing: 0.24em;
}

.flow__cont {
	display: flex;
	flex-direction: column;
	gap: 11.5rem;
	margin-top: 12.5rem;
}

.flow__item {
	background: #f0f0f0;
	margin: 0 auto;
	max-width: 110rem;
	position: relative;
}

.flow__item::after {
	background: transparent;
	border: 2px solid #D9A7A7;
	content: "";
	display: block;
	height: 100%;
	left: 1.5rem;
	position: absolute;
	top: -2rem;
	width: 100%;
}

.flow__num {
	left: -0.9rem;
	max-width: 12.5rem;
	position: absolute;
	top: -6.5rem;
	width: 100%;
	z-index: 2;
}

.flow__details {
	left: 8.5rem;
	position: absolute;
	top: 2.2rem;
}

.flow__ttl {
	background: #fff;
	color: #e389ac;
	color: #323031;
	font-size: 3.5rem;
	font-weight: 500;
	margin-left: 3rem;
	max-width: 57.8rem;
	padding: 0.1rem 1.2rem;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.flow__text {
	font-weight: 400;
	line-height: 1.75;
	margin-top: 3.4rem;
	max-width: 65rem;
	position: relative;
	z-index: 1;
}

/*
 * form
 * -------------------------------------------------------------
 */

.form__item {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.form__item:not(:nth-child(1)) {
	margin-top: 4.5rem;
}

.form__label {
	align-items: flex-end;
	display: flex;
	gap: 0.5rem;
}

.form__required {
	color: #ff0000;
	display: inline-block;
	font-size: 1.5rem;
}

.form__item input,
.form__item select,
.form__item textarea {
	border: 1px solid #aaaaaa;
	letter-spacing: -0.02em;
	padding: 1.2rem 1.7rem;
	width: 100%;
}

.form__item input::-moz-placeholder,
.form__item textarea::-moz-placeholder {
	color: #b7b7bf;
}

.form__item input::placeholder,
.form__item textarea::placeholder {
	color: #b7b7bf;
}

.form__item textarea {
	height: 14.5rem;
}

.form__btnWrap {
	display: flex;
	justify-content: center;
	margin: 14rem auto 0;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.form__btnWrap::before {
	background: url(./../images/common/icon_mail.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 4rem;
	max-width: 3.8rem;
	position: absolute;
	right: 11rem;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.form__btn {
	border: 1px solid #767676;
	display: block;
	font-size: 2rem;
	padding: 1.4rem 2rem;
	padding-left: 12.7rem;
	width: 38.7rem;
}

.form__obj {
	background-color: #ffede9;
	height: 100%;
	position: absolute;
	top: 0;
	transform: translate(1rem, 1.4rem);
	transition: 0.3s;
	width: 100%;
	z-index: -1;
}

.form__btnWrap:hover .form__obj {
	transform: translate(0, 0);
}

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

.wpcf7-spinner {
	display: none;
}

.form__btnWrap.--thanks::before {
	display: none;
}

.form__btnWrap.--thanks .form__btn {
	padding-left: 0;
	text-align: center;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
	aspect-ratio: 2000/634;
	background: url(./../images/top/fv.webp) no-repeat center/cover;
	position: relative;
}

.fv__inner {
	left: 50%;
	max-width: 124rem;
	padding: 0 min(5rem, 2.5vw);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 62vw;
}

.fv__ttl {
	margin-left: auto;
	max-width: 72.8rem;
	position: relative;
	right: -5rem;
	width: 36.4vw;
}

.fv__text {
	left: min(3.8rem, 1.9vw);
	max-width: 49.5rem;
	position: relative;
	top: min(-2.3rem, -1.15vw);
	width: 24.75vw;
}

/*
 * legal
 * -------------------------------------------------------------
 */

.legal {
	font-family: "Noto Sans JP", sans-serif;
	padding: 10rem 0 15rem;
}

.legal__pageTtl {
	font-size: 3.2rem;
	font-weight: 700;
}

.legal__table {
	font-size: 1.6rem;
	margin: 8rem auto 0;
}

.legal__table tr {
	border-bottom: 1px solid #ccc;
}

.legal__table th,
.legal__table td {
	padding: 2rem 0;
}

.legal__table th {
	font-weight: 700;
	padding-left: 1.5rem;
	width: 30rem;
}

.legal__table td {
	font-weight: 400;
	padding-right: 1.5rem;
}

/*
 * menu
 * -------------------------------------------------------------
 */

.menu {
	padding: 17rem 0 10.7rem;
}

.menu__lead {
	margin: 8rem auto 0;
	max-width: 93rem;
}

.menu__cont {
	margin-top: 10rem;
}

.menu__items {
	grid-gap: 9.5rem;
	display: grid;
	gap: 9.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.menu__item {
	position: relative;
}

.menu__num {
	display: block;
	left: 0.5rem;
	max-width: 17.2rem;
	position: absolute;
	top: -3.1rem;
	width: 100%;
}

.menu__img {
	aspect-ratio: 570/360;
}

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

.menu__details {
	margin-top: -4rem;
	position: relative;
	z-index: 1;
}

.menu__ttl {
	font-feature-settings: "palt";
	align-items: center;
	background: #D9A7A7;
	color: #fff;
	display: flex;
	font-size: 2.3rem;
	font-weight: 500;
	height: 7.8rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.menu__body {
	background: #fff;
	padding: 1.8rem 0 0 1.8rem;
}

.menu__price {
	align-items: center;
	display: flex;
	gap: 5.3rem;
}

.menu__label {
	align-items: center;
	background: #A3A3A3;
	border-radius: 50%;
	color: #fff;
	display: block;
	display: grid;
	font-size: 2.1rem;
	height: 8.4rem;
	justify-items: center;
	line-height: 1.2;
	min-width: 8.4rem;
	place-items: center;
	width: 8.4rem;
}

.menu__price-price {
	align-items: center;
	color: #323031;
	display: flex;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 6rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.menu__price-price span {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	font-size: 2.5rem;
	margin-top: 0.5rem;
}

.menu__price-price span.tax {
	font-feature-settings: "palt";
	font-size: 1.2rem;
	letter-spacing: 0;
}

.menu__price-price small {
	font-size: 5rem;
}

.menu__text {
	color: #323031;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 1rem;
}

.menu__item:nth-child(2) .menu__ttl {
	background: #A3A3A3;
}

.menu__item:nth-child(2) .menu__label {
	background: #d9a7a7;
}

.menu__note {
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-top: 5.6rem;
	text-align: right;
}

.menu__btn {
	margin: 6.5rem auto 0;
}

/*
 * point
 * -------------------------------------------------------------
 */

.point {
	padding-top: 29.4rem;
}

.point__secTtl {
	position: relative;
}

.point__ja {
	letter-spacing: 0.24em;
}

.point__cont {
	margin: 6rem auto 0;
	max-width: 107rem;
}

.point__hidden {
	clip: rect(1px, 1px, 1px, 1px);
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/*
 * privacy
 * -------------------------------------------------------------
 */

.privacy {
	padding: 10rem 0 15rem;
}

.privacy__lead {
	margin: 8rem auto 0;
	max-width: 92rem;
}

.privacy__body {
	margin-top: 8rem;
}

.privacy__list dt,
.privacy__list dd {
	letter-spacing: -0.02em;
}

.privacy__list dt {
	border-bottom: 1px solid #ad6272;
	color: #ad6272;
	display: flex;
	font-size: 2.4rem;
	font-weight: 500;
	gap: 1em;
	line-height: 1;
	line-height: 1.4;
	padding-bottom: 2rem;
}

.privacy__list dt:not(:nth-child(1)) {
	margin-top: 8rem;
}

.privacy__list dd {
	margin: 0 auto;
	max-width: 92rem;
	padding: 5rem 0;
}

/*
 * products
 * -------------------------------------------------------------
 */

.products {
	background: #a9a9ac;
	padding: 7.5rem 0 14.5rem;
	position: relative;
}

.products__secTtl {
	margin: 0 auto;
	max-width: 36.2rem;
}

.products__cont {
	background: #fff;
	margin-top: 5rem;
	padding: 6rem 6rem 7rem;
	position: relative;
}

.products__ttl {
	background: #fff;
	color: #323031;
	font-size: 3.5rem;
	font-weight: 500;
	margin: -7.5rem auto 0;
	padding: 0 3.5rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.products__lead1 {
	margin-top: 3.5rem;
}

.products__details {
	border: 0.4rem solid #D9A7A7;
	padding: 5.5rem 3.8rem 1.8rem;
}

.products__lead {
	font-size: 2.5rem;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.products__textBox {
	margin-top: 3.5rem;
	max-width: 81rem;
	padding-left: 2rem;
}

.products__lead .marker {
	background: linear-gradient(transparent 55%, #fceeee 0%);
	display: inline-block;
	margin-top: 2.5rem;
	padding-bottom: 0.3rem;
}

.products__text {
	color: #323031;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 4rem;
}

.products__text.--right {
	margin-top: 13.5rem;
	text-align: right;
}

.products__item {
	align-items: flex-end;
	bottom: 8.5rem;
	display: flex;
	gap: 5.2rem;
	max-width: -moz-fit-content;
	max-width: fit-content;
	position: absolute;
	right: 10.5rem;
	width: 100%;
}

.products__price {
	background: #d9a7a7;
	color: #fff;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 8.1rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 6.5rem;
	padding: 0.2rem 2.5rem 0.2rem 2rem;
	width: -moz-fit-content;
	width: fit-content;
}

.products__price span {
	display: inline-block;
	font-size: 3.8rem;
	left: 0.8rem;
	position: relative;
	top: -0.2rem;
}

.products__price span::before {
	content: "(税込)";
	display: block;
	font-size: 1.7rem;
	position: relative;
	right: 0.4rem;
	top: -0.4rem;
}

.products__img {
	max-width: 19rem;
}

/*
 * recAbout
 * -------------------------------------------------------------
 */

.recAbout {
	padding-top: 11.5rem;
}

.recAbout__inner {
	display: flex;
	flex-direction: column;
	gap: 21.6rem;
	max-width: 114rem;
	position: relative;
}

.recAbout__img {
	max-width: 49rem;
	position: absolute;
	right: -12.5rem;
	top: 55%;
	transform: translateY(-50%);
	width: 100%;
}

.recAbout__img.u-fadeIn {
	transform: translateY(-40%);
}

.recAbout__img.u-fadeIn.is-visible {
	transform: translateY(-50%);
}

.recAbout__cont {
	margin: 0 auto;
	max-width: 74rem;
	position: relative;
	width: 100%;
}

.recAbout__head {
	align-items: flex-start;
	flex-direction: column;
	gap: 5.8rem;
	position: relative;
}

.recAbout__eng {
	margin: 0;
	text-transform: uppercase;
}

.recAbout__leadMessage {
	max-width: 53rem;
}

.recAbout__body {
	margin-top: 5.2rem;
}

.recAbout__text {
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.6;
	margin-right: calc(50% - 50vw);
	max-width: 99.6rem;
}

.recAbout__text .color {
	color: #C07D7D;
	font-weight: 500;
}

.recAbout__leadBusiness {
	max-width: 85.5rem;
}

/*
 * recFv
 * -------------------------------------------------------------
 */

.recFv {
	aspect-ratio: 2000/700;
	background: url(./../images/recruit/fv.webp) no-repeat center/cover;
}

.recFv__inner {
	height: 100%;
	max-width: 87rem;
	padding-top: min(31.7rem, 15.85vw);
	position: relative;
}

.recFv__ttlWrap {
	display: flex;
	justify-content: flex-end;
	right: 0;
	top: 0;
}

.recFv__ttl {
	margin-right: 17.2rem;
	max-width: 38rem;
}

/*
 * recInterview
 * -------------------------------------------------------------
 */

.recInterview {
	background: url(./../images/recruit/interview_bg.webp) no-repeat center/cover;
	padding: 10rem 0 17.5rem;
	position: relative;
}

.recInterview__head {
	margin: 0 auto;
	max-width: 68rem;
}

.recInterview__cont {
	grid-gap: 3rem;
	display: grid;
	gap: 3rem;
	grid-template-columns: repeat(3, 1fr);
	margin: 7.5rem auto 0;
	max-width: 111rem;
}

.recInterview__item {
	background: #fff;
	border-radius: 0 0 6rem 0;
}

.recInterview__movie {
	aspect-ratio: 350/346;
	background: #bbb;
}

.recInterview__details {
	padding: 3rem 4rem 3.5rem;
}

.recInterview__meta {
	color: #fe7b6a;
	font-size: 2.2rem;
	letter-spacing: 0.12em;
}

.recInterview__text {
	line-height: 1.7;
	margin-top: 2.5rem;
	padding-left: 0.4rem;
}

.recInterview__btn {
	color: #fe7b6a;
	font-family: "shippori-mincho", sans-serif;
	font-size: 2.1rem;
	font-weight: 500;
	left: 1.5rem;
	letter-spacing: 0.12em;
	margin: 4rem auto 0;
	max-width: 18rem;
	position: relative;
	text-align: center;
}

.recInterview__btn::after {
	background: url(./../images/recruit/interview_arrow.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.5rem;
	width: 100%;
}

/*
 * recIntro
 * -------------------------------------------------------------
 */

.recIntro {
	background: url(./../images/recruit/bg.webp) no-repeat center/cover;
	padding: 9rem 0 10rem;
}

.recIntro__inner {
	max-width: 104rem;
	position: relative;
}

.recIntro__head {
	font-size: 3rem;
	line-height: 2;
	margin: 0 auto;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.recIntro__head span {
	display: inline-block;
	margin-right: 1rem;
	max-width: 33rem;
	position: relative;
	top: 1rem;
}

.recIntro__list {
	display: flex;
	flex-direction: column;
	gap: 8.5rem;
	margin: 10rem auto 0;
	max-width: 84rem;
}

.recIntro__item {
	background: #fff;
	padding: 4rem 2rem 6rem 4.8rem;
	position: relative;
}

.recIntro__num {
	color: #D8A7A7;
	font-family: "adobe-garamond-pro", serif;
	font-size: 6.6rem;
	font-weight: 400;
	left: 1.7rem;
	position: absolute;
	text-transform: uppercase;
	top: -4.2rem;
}

.recIntro__num small {
	font-size: 5rem;
}

.recIntro__text {
	font-weight: 400;
	line-height: 1.75;
}

.recIntro__text span {
	color: #c07d7d;
	font-weight: 500;
}

.recIntro__obj {
	max-width: 13.7rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

/*
 * recLocation
 * -------------------------------------------------------------
 */

.recLocation {
	background: #D8A7A7;
	padding: 10rem 0 14rem;
}

.recLocation__inner {
	max-width: 78rem;
}

.recLocation__head {
	background: #737373;
	color: #fff;
	font-size: 3rem;
	line-height: 1;
	margin: 0 auto;
	padding: 1rem 2.5rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.recLocation__list {
	background: #fff;
	margin-top: 7rem;
	padding: 5.7rem 7rem 0;
}

.recLocation__areaTtl {
	border-bottom: 0.2rem solid #D8A7A7;
	color: #C07D7D;
	display: block;
	font-size: 2.5rem;
	padding: 0 0 1rem 1rem;
}

.recLocation__prefBlock {
	padding: 1.5rem 0 5.3rem 4.5rem;
}

.recLocation__pref {
	color: #c07d7d;
	font-size: 2rem;
	font-weight: 500;
}

.recLocation__shops {
	display: flex;
	flex-wrap: wrap;
	font-size: 2rem;
	font-weight: 400;
	gap: 1em;
	padding: 1.8rem 0 0 1em;
}

.recLocation__shop:hover {
	color: #fe7b6a;
}

/*
 * recQa
 * -------------------------------------------------------------
 */

.recQa {
	padding: 11.5rem 0 15rem;
}

.recQa__inner {
	position: relative;
}

.recQa__ja {
	color: #CE9898;
}

.recQa__eng {
	color: #F0F0F0;
	font-size: 10.7rem;
}

.recQa__list {
	margin: 7rem auto 0;
	max-width: 84rem;
	position: relative;
}

.recQa__item {
	border-bottom: 2px solid #C07D7D;
	padding: 1.8rem 1.5rem 3rem;
}

.recQa__ttl {
	align-items: center;
	color: #C07D7D;
	display: flex;
	font-size: 2.2rem;
	font-weight: 500;
	gap: 2.5rem;
}

.recQa__q {
	align-items: center;
	background: #ba7282;
	border-radius: 50%;
	color: #fff;
	display: grid;
	font-size: 3rem;
	height: 5.6rem;
	justify-items: center;
	min-width: 5.6rem;
	place-items: center;
	width: 5.6rem;
}

.recQa__text {
	display: flex;
	font-weight: 400;
	gap: 2rem;
	line-height: 1.8;
	margin-top: 1rem;
}

.recQa__a {
	color: #5E5254;
	font-size: 2.2rem;
	font-weight: 500;
	margin-top: -0.4rem;
	min-width: 5.6rem;
	padding-right: 0.9rem;
	text-align: right;
	width: 5.6rem;
}

.recQa__obj {
	max-width: 13rem;
	position: absolute;
	right: 7rem;
	top: -4rem;
}

/*
 * recStyle
 * -------------------------------------------------------------
 */

.recStyle {
	padding-top: 22.8rem;
}

.recStyle__inner {
	max-width: 135.4rem;
}

.recStyle__head {
	margin: 0 auto;
	max-width: 67rem;
}

.recStyle__eng {
	color: #737373;
	margin: 0;
	text-transform: uppercase;
}

.recStyle__list {
	display: flex;
	flex-direction: column;
	gap: 15.5rem;
	margin-top: 8rem;
}

.recStyle__item {
	position: relative;
}

.recStyle__img {
	left: 0;
	position: absolute;
	top: 0;
	width: min(58.8rem, 43.24vw);
}

.recStyle__details {
	border: 0.2rem solid #737373;
	margin-left: auto;
	margin-top: 10rem;
	max-width: 74.5rem;
	padding: 2rem 3rem 6rem 4rem;
	position: relative;
	width: 57%;
}

.recStyle__num {
	color: #D8A7A7;
	display: block;
	font-family: "adobe-garamond-pro", serif;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: -0.02em;
	text-transform: capitalize;
}

.recStyle__ttl {
	margin-top: 1.2rem;
}

.recStyle__ttl.--ttl1 {
	max-width: 47.4rem;
}

.recStyle__ttl.--ttl2 {
	max-width: 35.5rem;
}

.recStyle__ttl.--ttl3 {
	max-width: 28rem;
}

.recStyle__text {
	font-weight: 400;
	line-height: 1.8;
	margin-top: 2rem;
}

.recStyle__text .color {
	color: #c07d7d;
	font-weight: 500;
}

.recStyle__item:nth-child(2n) .recStyle__img {
	left: auto;
	right: 2rem;
}

.recStyle__item:nth-child(2n) .recStyle__details {
	margin-left: 1.3rem;
	margin-right: auto;
	max-width: 73.5rem;
	padding-left: 3rem;
}

.recStyle__item:nth-child(2n) .recStyle__ttl {
	color: #C07D7D;
}

.recStyle__item.--point03 .recStyle__details {
	display: flex;
	gap: 1.5rem;
	margin: 0 auto;
	max-width: 108rem;
	padding: 4.2rem 4rem 3rem 6rem;
	width: 100%;
}

.recStyle__item.--point03 .recStyle__ttl {
	margin-top: 3rem;
}

.recStyle__item.--point03 .recStyle__text {
	margin-top: 3.5rem;
}

.recStyle__textArea {
	flex: 1;
	margin-right: calc(50% - 50vw);
}

.recStyle__chart {
	max-width: 35.3rem;
}

.recStyle__btn {
	margin: 13rem auto 0;
	max-width: 39.2rem;
}

.recStyle__btn::before {
	display: none;
}

/*
 * review
 * -------------------------------------------------------------
 */

.review {
	padding: 14rem 0 16rem;
}

.review__inner {
	max-width: 141rem;
}

.review__eng {
	color: #F0F0F0;
}

.review__lead {
	margin: 6rem auto 0;
	max-width: 89.5rem;
}

.review__list {
	grid-gap: 6.4rem;
	display: grid;
	gap: 6.4rem;
	grid-template-columns: repeat(3, 1fr);
	margin: 6rem auto 0;
}

.review__item {
	display: flex;
	flex-direction: column;
}

.review__itemHead {
	align-items: flex-end;
	background: #f0f0f0;
	border-bottom: 0.3rem solid #ad6272;
	display: flex;
	padding: 2rem 2rem 1.8rem;
}

.review__icon {
	max-width: 6.3rem;
	min-width: 6.3rem;
}

.review__name {
	color: #323031;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1;
}

.review__meta {
	font-size: 1.7rem;
	letter-spacing: -0.02em;
	line-height: 1;
}

.review__itemBody {
	background: #fcfcfc;
	flex: 1;
	padding: 2.2rem 2.4rem;
}

.review__text {
	font-weight: 400;
	line-height: 1.75;
}

/*
 * salon
 * -------------------------------------------------------------
 */

.salon {
	padding: 11.2rem 0 8rem;
}

.salon__inner {
	max-width: 140rem;
}

.salon__areaTtl {
	background: #F4F5F5;
	color: #C07D7D;
	font-size: 3rem;
	font-weight: 500;
	padding: 1.2rem;
	text-align: center;
}

.salon__item {
	padding: 7rem 0 13rem;
}

.salon__name {
	align-items: center;
	color: #C07D7D;
	display: flex;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-size: 3rem;
	font-weight: 500;
	gap: 4.8rem;
	justify-content: center;
	letter-spacing: 0.02em;
}

.salon__name::before,
.salon__name::after {
	background: #C07D7D;
	content: "";
	display: block;
	height: 3rem;
	width: 0.2rem;
}

.salon__info {
	grid-gap: 0 2.2rem;
	display: grid;
	gap: 0 2.2rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 6.6rem;
}

.salon__infoItem {
	border-bottom: 1px solid #ba7282;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	letter-spacing: -0.02em;
	padding: 3rem 1.7rem 2.5rem;
}

.salon__infoItem dt {
	color: #C07D7D;
	font-size: 2.5rem;
	font-weight: 500;
}

.salon__infoItem dd {
	color: #4E4E4E;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.salon__btn {
	font-size: 2.4rem;
	height: 6.9rem;
	margin: 5.8rem auto 0;
	max-width: 58rem;
}

.salon__btn span {
	text-align: center;
	width: 100%;
}

.salon__btn span::after {
	height: 1.8rem;
	position: absolute;
	right: 6.1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.9rem;
}

.salon__btn:hover span::after {
	transform: translate(0.5rem, -50%);
}

.salon__btn:hover {
	opacity: 1;
}

.u-visuallyHidden {
	position: absolute;
}

#rg-*,
[id*="--"] {
	scroll-margin-top: 30rem;
}

/*
 * salonNav
 * -------------------------------------------------------------
 */

.salonNav {
	padding-top: 6.5rem;
}

.salonNav__inner {
	max-width: 140rem;
}

.salonNav__area {
	grid-gap: 4.3rem;
	display: grid;
	gap: 4.3rem;
	grid-template-columns: repeat(4, 1fr);
}

.salonNav__areaTab {
	border: 2px solid #d8a7a7;
	border-radius: 0.6rem;
	color: #d8a7a7;
	font-size: 3rem;
	line-height: 1;
	padding: 0.8rem;
	text-align: center;
}

.salonNav__areaTab.is-current {
	background: #d8a7a7;
	color: #fff;
}

.salonNav__areaTab:hover {
	background: #d8a7a7;
	color: #fff;
}

.salonNav__filter {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 4.8rem;
}

.salonNav__filterBtn {
	font-feature-settings: "palt";
	align-items: center;
	color: #ba7282;
	display: flex;
	font-size: 3rem;
	gap: 1.2rem;
	letter-spacing: 0.02em;
	line-height: 1;
}

.salonNav__filterBtn:not(:nth-child(1))::before {
	background: url(./../images/common/check.webp) no-repeat center/100%;
	border: 1px solid #d8a7a7;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 2.8rem;
	min-width: 2.8rem;
	width: 2.8rem;
}

.salonNav__filterBtn:first-child {
	margin-right: 1rem;
}

.salonNav__searchField {
	align-items: center;
	background: #f4f5f5;
	border: 2px solid #d8a7a7;
	border-radius: 3.8rem;
	display: flex;
	font-size: 2.5rem;
	font-weight: 500;
	height: 7.4rem;
	justify-content: space-between;
	letter-spacing: 0.02em;
	margin: 4.5rem auto 0;
	max-width: 68.7rem;
	padding: 1rem 0 1rem 5rem;
}

.salonNav__searchBtn {
	background: url(./../images/common/icon_search.webp) no-repeat left/3rem;
	display: block;
	height: 100%;
	padding-right: 4rem;
	width: 8rem;
}

/*
 * sglMessage
 * -------------------------------------------------------------
 */

.sglMessage {
	background: url(./../images/single/message_bg.webp) no-repeat top/cover;
	padding: 8rem 0 10.5rem;
}

.sglMessage__eng {
	color: #F2DCDC;
	text-transform: uppercase;
}

.sglMessage__ja {
	letter-spacing: 0.01em;
}

.sglMessage__body {
	background: #fff;
	margin: 8.5rem auto 0;
	max-width: 91.5rem;
	padding: 7rem 5rem 10rem;
	position: relative;
}

.sglMessage__lead {
	margin-left: auto;
	margin-right: auto;
}

.sglMessage__faq {
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
	line-height: 1.8;
	margin-top: 4.5rem;
}

.sglMessage__faq dt,
.sglMessage__faq dd {
	display: flex;
	font-weight: 400;
}

.sglMessage__faq span {
	display: inline-block;
	margin-right: 0.7em;
}

.sglMessage__text {
	font-weight: 400;
	line-height: 1.8;
	margin-top: 3.5rem;
}

.sglMessage__btn {
	margin: 7.5rem auto 0;
}

.sglMessage__btn {
	position: relative;
}

.sglMessage__btn span {
	padding-left: 0;
	position: static;
	text-align: center;
}

.sglMessage__btn span::after {
	height: 1.9rem;
	position: absolute;
	right: 3.4rem;
	width: 1.9rem;
}

/*
 * sglRecruit
 * -------------------------------------------------------------
 */

.sglRecruit {
	padding: 10.8rem 0 8.5rem;
}

.sglRecruit__eng {
	color: #f2dcdc;
	text-transform: uppercase;
}

.sglRecruit__ja {
	color: #4D4D4D;
	letter-spacing: 0.01em;
}

.sglRecruit__table {
	display: block;
	margin: 6rem auto 0;
	max-width: 74rem;
	width: 100%;
}

.sglRecruit__table tr {
	border-top: 1px solid #C07D7D;
}

.sglRecruit__table tr:last-child {
	border-bottom: 1px solid #C07D7D;
}

.sglRecruit__table th,
.sglRecruit__table td {
	line-height: 1.8;
}

.sglRecruit__table th {
	color: #C07D7D;
	font-size: 2.2rem;
	font-weight: inherit;
	min-width: 22rem;
	padding: 3rem 0 3rem 1.8rem;
	width: 22rem;
}

.sglRecruit__table td {
	padding: 3rem 1.5rem 3rem 0;
	vertical-align: middle;
	width: 100%;
}

/*
 * sglSalon
 * -------------------------------------------------------------
 */

.sglSalon {
	padding: 10.5rem 0 9.5rem;
}

.sglSalon__inner {
	position: relative;
}

.sglSalon__eng {
	text-transform: uppercase;
}

.sglSalon__body {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	margin: 6.5rem auto 0;
	max-width: 109rem;
}

.sglSalon__ttl {
	color: #C07D7D;
	font-size: 2.5rem;
	width: 100%;
}

.sglSalon__imgs {
	grid-gap: 2rem 1.5rem;
	display: grid;
	gap: 2rem 1.5rem;
	grid-template-areas: "large large large" "small1 small2 small3";
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 40rem;
	width: 40%;
}

.sglSalon__imgLg {
	aspect-ratio: 400/256;
	background: #ccc;
	grid-area: large;
	max-width: 40rem;
}

.sglSalon__imgsRow {
	display: contents;
}

.sglSalon__imgSm {
	aspect-ratio: 123/84;
	max-width: 12.3rem;
}

.sglSalon__imgSm:nth-of-type(2) {
	grid-area: small1;
}

.sglSalon__imgSm:nth-of-type(3) {
	grid-area: small2;
}

.sglSalon__imgSm:nth-of-type(4) {
	grid-area: small3;
}

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

.sglSalon__desc {
	flex: 1;
}

.sglSalon__lead {
	color: #C07D7D;
	font-size: 2rem;
	letter-spacing: -0.02em;
	line-height: 1.8;
	padding-bottom: 1.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.sglSalon__text {
	border-top: 0.2rem solid #C07D7D;
	letter-spacing: -0.02em;
	line-height: 1.75;
	padding-top: 1.5rem;
}

/*
 * sglStyle
 * -------------------------------------------------------------
 */

.sglStyle {
	background: #f0f0f0;
	padding: 7rem 0 12rem;
}

.sglStyle__eng {
	color: #fff;
	text-transform: uppercase;
}

.sglStyle__ja {
	color: #C07D7D;
	letter-spacing: 0.01em;
}

.sglStyle__body {
	background: #fff;
	margin: 2.8rem auto 0;
	max-width: 75rem;
	padding: 4rem 6rem 10rem;
	position: relative;
}

.sglStyle__ttl {
	margin-left: auto;
	margin-right: auto;
	max-width: 60rem;
}

.sglStyle__list {
	color: #c07d7d;
	line-height: 1.6;
	margin-top: 2.5rem;
}

.sglStyle__list p::before {
	content: "・";
}

.sglStyle__text {
	font-weight: 400;
	line-height: 1.7;
}

.sglStyle__merit {
	margin-top: 4rem;
}

.sglStyle__meritTtl {
	color: #c07d7d;
	font-size: 2.2rem;
}

.sglStyle__meritList {
	line-height: 1.6;
	margin-top: 1.5rem;
}

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

.sglStyle__end {
	line-height: 1.6;
	margin-top: 4rem;
}

/*
 * style
 * -------------------------------------------------------------
 */

.style {
	padding-top: 12.5rem;
}

.style__secTtl {
	left: -1.2rem;
	position: relative;
}

.style__eng {
	font-size: 11.5rem;
}

.style__lead {
	margin: 6.8rem auto 0;
	max-width: 96.6rem;
}

.style__cont {
	display: flex;
	flex-direction: column;
	gap: 12rem;
	margin-top: 9.8rem;
}

.style__item {
	position: relative;
}

.style__details {
	position: relative;
	z-index: 1;
}

.style__item.--style1 .style__details {
	margin-top: 23rem;
	max-width: 70.7rem;
}

.style__item.--style2 .style__details {
	margin-top: 15.4rem;
	max-width: 62rem;
}

.style__item.--style3 .style__details {
	max-width: 66rem;
}

.style__img {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

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

.style__item.--style1 .style__img {
	max-width: 57rem;
}

.style__item.--style2 .style__img {
	max-width: 66rem;
}

.style__item.--style3 .style__img {
	margin-top: 15rem;
	max-width: 62rem;
}

.style__item:nth-child(2n) .style__details {
	margin-left: auto;
}

.style__item:nth-child(2n) .style__img {
	right: auto;
}

/*
 * u-fadeIn
 * -------------------------------------------------------------
 */

.u-fadeIn {
	opacity: 0;
	transform: translateY(4rem);
	transition: all 0.6s ease-out;
}

.u-fadeIn.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.u-fadeInLoad {
	opacity: 0;
	transition: opacity 1.6s ease, transform 1.6s ease;
	will-change: opacity, transform;
}

.u-fadeInLoad.is-show {
	opacity: 1;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
	display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
	display: none;
}

/*
 * u-visually-hidden
 * -------------------------------------------------------------
 */

.u-visually-hidden {
	clip: rect(0 0 0 0) !important;
	border: 0 !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

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

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

}

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

.fv {
	aspect-ratio: unset;
	min-height: 37.5rem;
}

.fv__inner {
	max-width: 65vw;
	padding: 0 2vw;
	width: 100%;
}

.fv__ttl {
	max-width: 39.24vw;
	width: 100%;
}

.fv__text {
	max-width: 26vw;
	width: 100%;
}

.recFv {
	aspect-ratio: unset;
	height: 48rem;
}

.recFv__inner {
	padding-top: 22rem;
}

.recFv__ttl {
	margin-right: 15rem;
}

}

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

html {
	font-size: 0.833vw;
}

.products__item {
	align-items: center;
	gap: 2.8rem;
	position: static;
	right: 6.5rem;
}

.recQa__obj {
	right: 5rem;
}

}

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

html {
	font-size: 10px;
}

body {
	font-size: 1.5rem;
}

.footer__inner {
	align-items: center;
	flex-direction: column;
	gap: 4.8rem;
	max-width: 54rem;
	padding: 5.8rem 2.5rem 7.5rem;
}

.footer__logo {
	max-width: 11.4rem;
}

.footer__nav {
	flex-direction: column;
	gap: 4.5rem;
}

.footer__link {
	font-size: 1.5rem;
	text-align: center;
}

.header {
	background: transparent;
}

.header.--page {
	background: #fff;
}

.header__inner {
	align-items: flex-end;
	height: 5.5rem;
	padding: 0 0 0 2.3rem;
	transition: width 0.1s;
}

.header__logo {
	margin-left: auto;
	max-width: 5.8rem;
	order: 2;
}

.header__btn {
	height: 100%;
	max-width: 13.4rem;
	order: 3;
	position: static;
}

.header__btn a {
	font-size: 1.5rem;
	gap: 0.9rem;
	opacity: 1;
	padding-left: 2.7rem;
	transition: opacity 0.1s, display 0.1s allow-discrete;
}

.header__btn a::after {
	font-size: 1.5rem;
	margin-top: -0.3rem;
}

.l-inner {
	max-width: 37rem;
	padding: 0 3rem;
}

.l-inner.--page {
	max-width: 54rem;
}

.l-main {
	margin-top: 0;
}

.l-main.--page {
	margin-top: 5.5rem;
}

.burger {
	bottom: 0.5rem;
	display: block;
	height: 3.5rem;
	order: 1;
	position: relative;
	width: 4.1rem;
}

.c-btn {
	font-size: 2rem;
	height: 6rem;
	max-width: 29rem;
}

.c-btn.--lg {
	max-width: 32rem;
}

.c-btn::before {
	left: 0.7rem;
	top: 0.8rem;
}

.c-btn span {
	gap: 0.7rem;
}

.c-btn span::after {
	height: 1.1rem;
	right: auto;
	width: 1.1rem;
}

.c-btn.--entry span::after {
	background: url(./../images/common/btn_arrow.webp) no-repeat bottom/100%;
	height: 1.1rem;
	right: -3rem;
	width: 1.1rem;
}

.c-pageTtl {
	font-size: 3rem;
}

.c-pageTtl__ja {
	font-size: 1.6rem;
}

.c-secTtl {
	align-items: flex-start;
	gap: 0;
}

.c-secTtl__ja {
	font-size: 2rem;
}

.c-secTtl__eng {
	font-size: 5.8rem;
	margin: 0 auto 0 0;
	text-align: left;
}

.c-secTtl__eng.--line {
	position: relative;
}

.c-secTtl__eng.--line::after {
	background: #f2dfdf;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	right: -13rem;
	top: 50%;
	transform: translateY(-50%);
	width: 12rem;
}

.cta {
	padding: 5.5rem 0 6rem;
}

.cta__inner {
	padding: 0 1.8rem;
}

.cta__body {
	padding: 2.8rem 0 4.8rem;
}

.cta__head {
	gap: 1.8rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 23rem;
}

.cta__lead {
	color: #323031;
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: center;
}

.cta__ttl {
	max-width: 20.6rem;
}

.cta__img {
	margin-top: 2rem;
}

.cta_details {
	margin-top: 2.8rem;
}

.cta__text {
	font-size: 1.5rem;
	padding: 0 2rem;
	text-align: left;
}

.cta__text span {
	color: #c07d7d;
	font-weight: 500;
}

.cta__btn {
	margin-top: 4.4rem;
	max-width: 30rem;
}

.nav {
	-webkit-overflow-scrolling: touch;
	background: #fff;
	bottom: 0;
	height: auto;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	padding: 14rem 0 9.2rem;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

.nav__items {
	align-items: flex-start;
	flex-direction: column;
	gap: 2.7rem;
	height: auto;
	margin: 0 auto;
	max-width: calc(100% - 7.6rem);
	min-width: 29.4rem;
}

.nav__items li {
	width: 100%;
}

.nav__link {
	border-bottom: 2px solid #605d5e;
	color: #605d5e;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding: 0 0 1.5rem 1.3rem;
}

.concept {
	padding-top: 6.5rem;
}

.concept__ja {
	display: none;
}

.concept__eng {
	font-size: 4.2rem;
	margin: 0 auto;
}

.concept__lead {
	max-width: 20.8rem;
}

.concept__body {
	margin-top: 13rem;
	padding: 15.7rem 0 7.7rem;
}

.concept__cont {
	flex-direction: column;
	gap: 3.8rem;
	margin-top: -25rem;
	max-width: 33rem;
	padding: 0 3rem;
	width: calc(100% - 5rem);
	width: -moz-fit-content;
	width: fit-content;
}

.concept__img {
	margin-left: 1.2rem;
	max-width: 22.4rem;
}

.concept__text {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 3rem;
}

.confirm__inner {
	padding: 0 1rem;
	width: calc(100% - 4rem);
}

.confirm__body {
	padding: 3rem 0 8rem;
}

.confirm__text {
	font-size: 1.4rem;
}

.confirm .form__item {
	gap: 2rem;
	padding: 3rem 1rem;
}

.confirm .form__label {
	font-size: 1.4rem;
	min-width: 15rem;
	width: 15rem;
}

.confirm .form__item input,
.confirm .form__item select,
.confirm .form__item textarea {
	font-size: 1.4rem;
}

.confirm .form__btnWrap.--back {
	margin-top: 3rem;
}

.confirm .form__btnWrap.--back .form__btn {
	padding: 1rem 0;
}

.contact {
	padding: 8rem 0;
}

.contact__body {
	margin-top: 4rem;
	max-width: 54rem;
}

.faq {
	background: url(./../images/top/sp/faq_bg.webp) no-repeat top/cover;
	padding: 4.5rem 0 8.5rem;
}

.faq__secHead {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.faq__eng {
	margin: 0 auto;
}

.faq__ja {
	margin-top: -2rem;
}

.faq__list {
	gap: 7.5rem;
	margin-top: 5.8rem;
}

.faq__item {
	padding: 4rem 2rem 3.3rem;
}

.faq__ttl {
	font-size: 1.9rem;
	line-height: 1.75;
	margin-right: calc(50% - 50vw);
}

.faq__text {
	font-size: 1.5rem;
	margin-top: 1.5rem;
}

.faq__num {
	height: 7.3rem;
	left: -1.4rem;
	top: -3.5rem;
	width: 7.3rem;
}

.flow {
	padding: 6.5rem 0;
}

.flow__inner {
	padding: 0 2rem;
}

.flow__secTtl {
	align-items: center;
}

.flow__ja {
	margin-top: -3rem;
}

.flow__eng {
	letter-spacing: 0.09em;
	margin: 0 auto;
}

.flow__cont {
	gap: 7rem;
	margin-top: 5.8rem;
}

.flow__item {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	padding: 2.2rem 1.7rem 6rem 3rem;
}

.flow__item::after {
	border-width: 1px;
	left: 1rem;
}

.flow__item:not(:last-child)::before {
	background: url(./../images/top/flow_arrow.webp) no-repeat bottom/100%;
	bottom: -8.3rem;
	content: "";
	display: block;
	height: 12.8rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.7rem;
	z-index: 1;
}

.flow__num {
	left: -0.5rem;
	max-width: 6.4rem;
	top: -4.1rem;
}

.flow__details {
	display: contents;
	position: static;
}

.flow__ttl {
	font-size: 2rem;
	margin: 0 auto;
	order: 1;
	padding: 0.3rem;
	text-align: center;
	width: 100%;
}

.flow__item:nth-child(3) .flow__ttl {
	font-size: 1.9rem;
	letter-spacing: -0.06em;
}

.flow__text {
	font-size: 1.5rem;
	margin-top: 2.5rem;
	min-width: auto;
	order: 3;
}

.flow__img {
	margin: 1.5rem auto 0;
	max-width: 29rem;
	order: 2;
}

.form__item {
	gap: 0.4rem;
}

.form__item:not(:nth-child(1)) {
	margin-top: 2.2rem;
}

.form__label {
	align-items: center;
	gap: 0.3rem;
}

.form__required {
	font-size: 1.4rem;
}

.form__item input,
.form__item select,
.form__item textarea {
	padding: 0.6rem 1rem;
}

.form__btnWrap {
	margin-top: 5rem;
}

.form__btnWrap::before {
	height: 2.45rem;
	max-width: 2.3rem;
	right: 8rem;
	top: 51%;
}

.form__btn {
	font-size: 1.65rem;
	max-width: 27.5rem;
	padding: 1rem 0;
	text-align: center;
}

.form__obj {
	transform: translate(0.7rem, 0.8rem);
}

.fv__inner {
	max-width: 60rem;
}

.fv__ttl {
	max-width: 42.24vw;
	min-width: 37rem;
}

.fv__text {
	left: 3vw;
	max-width: 62.4vw;
	position: relative;
	top: 10vw;
	width: 100%;
}

.legal {
	padding: 8rem 0;
}

.legal__pageTtl {
	font-size: 2rem;
}

.legal__table {
	font-size: 1.4rem;
	margin-top: 4rem;
}

.legal__table th,
.legal__table td {
	padding: 1rem 0.8rem;
}

.legal__table th {
	border-bottom: 1px solid #ccc;
}

.legal__table,
.legal__table tbody,
.legal__table tr,
.legal__table th,
.legal__table td {
	display: block;
	width: 100%;
}

.menu {
	padding: 2.8rem 0 6.4rem;
}

.menu__eng.--line::after {
	right: -18rem;
	top: 60%;
	width: 17rem;
}

.menu__lead {
	margin-top: 3rem;
	max-width: 65rem;
}

.menu__cont {
	margin: 0 calc(50% - 50vw);
	margin-top: 4.8rem;
	width: 100vw;
}

.menu__items {
	gap: 6.7rem;
	grid-template-columns: repeat(1, 1fr);
	margin: 0 auto;
	max-width: 32.5rem;
}

.menu__num {
	left: 1.5rem;
	max-width: 11rem;
	top: -2rem;
}

.menu__img {
	aspect-ratio: 467/427;
}

.menu__ttl {
	font-size: 1.45rem;
	height: 4.7rem;
	letter-spacing: 0;
}

.menu__body {
	padding: 1.1rem 0 0 1.5rem;
}

.menu__price {
	gap: 1.6rem;
	margin-right: calc(50% - 50vw);
}

.menu__label {
	font-size: 1.5rem;
	height: 6rem;
	min-width: 6rem;
	width: 6rem;
}

.menu__price-price {
	font-size: 4.3rem;
}

.menu__price-price span {
	font-size: 2rem;
}

.menu__price-price span.tax {
	font-size: 1rem;
}

.menu__price-price small {
	font-size: 3.6rem;
}

.menu__text {
	font-size: 1.5rem;
}

.menu__note {
	font-size: 1.3rem;
	margin-top: 2.4rem;
	padding-right: 3.4rem;
}

.menu__btn {
	margin-top: 5.2rem;
}

.point {
	padding-top: 10.7rem;
}

.point__secTtl {
	align-items: center;
}

.point__ja {
	letter-spacing: 0.18em;
}

.point__cont {
	margin-top: 5.7rem;
	max-width: 29rem;
}

.privacy {
	padding: 8rem 0;
}

.privacy__lead {
	margin-top: 5rem;
	max-width: 54rem;
}

.privacy__body {
	margin-top: 6rem;
}

.privacy__list dt {
	font-size: 2rem;
	padding-bottom: 1.2rem;
}

.privacy__list dt:not(:nth-child(1)) {
	margin-top: 0;
}

.privacy__list dd {
	max-width: 54rem;
	padding: 1.2rem 0 5rem;
}

.products {
	padding: 4.5rem 0 3.5rem;
}

.products__inner {
	padding: 0 2rem;
}

.products__secTtl {
	max-width: 17.3rem;
}

.products__cont {
	margin-top: 2.8rem;
	padding: 2.4rem 1.1rem 2rem;
}

.products__ttl {
	font-size: 2rem;
	margin-top: 0;
	padding: 0;
}

.products__lead1 {
	padding: 2rem 1.5rem 0;
}

.products__details {
	background: none;
	border: none;
	margin-top: 1.2rem;
	padding: 0;
}

.products__lead {
	font-feature-settings: "palt";
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 0;
}

.products__textBox {
	margin-top: 2.5rem;
	padding-left: 0;
}

.products__lead .marker {
	background: linear-gradient(transparent 55%, rgba(254, 149, 132, 0.15) 0%);
	line-height: 1;
	margin-top: 1.2rem;
}

.products__lead .marker.--inline {
	display: inline;
}

.products__lead .marker.--inline span {
	display: inline;
	line-height: 2.5;
	margin-top: 1rem;
}

.products__lead .marker.--mb {
	margin: 1rem 0;
}

.products__text {
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.75;
	margin-top: 2.5rem;
}

.products__text.--right {
	font-size: 1.3rem;
	letter-spacing: -0.025em;
	margin-right: calc(50% - 50vw);
	margin-top: 3.5rem;
	text-align: left;
}

.products__item {
	bottom: auto;
	gap: 2rem;
	left: 2rem;
	max-width: 100%;
	right: auto;
	top: 39.5rem;
}

.products__price {
	font-size: 4.3rem;
	margin-bottom: 0;
	margin-top: 6rem;
	padding: 0.6rem 1.5rem 0.4rem 1rem;
}

.products__price span {
	font-size: 2.5rem;
}

.products__price span::before {
	font-size: 1.1rem;
	right: 0.2rem;
	top: -0.3rem;
}

.products__img {
	max-width: 9rem;
}

.recAbout {
	padding-top: 6.5rem;
}

.recAbout__inner {
	gap: 0;
	padding: 0 4.3rem;
}

.recAbout__img {
	margin: 3.5rem auto 0;
	max-width: 100%;
	position: static;
	transform: none;
}

.recAbout__cont {
	max-width: 82.67vw;
}

.recAbout__cont.--business {
	margin-top: 6.3rem;
}

.recAbout__head {
	align-items: center;
	gap: 2.3rem;
}

.recAbout__eng {
	font-size: 3.5rem;
	margin: 0 auto;
}

.recAbout__leadMessage {
	max-width: 21.8rem;
}

.recAbout__ja.--business {
	font-size: 1.9rem;
	margin: 0 calc(50% - 50vw);
}

.recAbout__body {
	margin-top: 3rem;
}

.recAbout__text {
	font-size: 1.5rem;
	line-height: 1.73;
	margin: 0;
	padding-left: 2rem;
}

.recAbout__text.--business {
	padding-left: 0;
}

.recFv {
	aspect-ratio: 375/375;
	background: url(./../images/recruit/sp/fv.webp) no-repeat center/cover;
	height: auto;
}

.recFv__inner {
	max-width: 100%;
	padding: 52.53vw 1.5rem 0;
}

.recFv__ttlWrap {
	gap: 5.43vw;
}

.recFv__ttl {
	margin: 0 0 0 auto;
	max-width: 58.667vw;
}

.recInterview {
	background: url(./../images/recruit/sp/interview_bg.webp) no-repeat center/cover;
	padding: 4.5rem 0 9rem;
}

.recInterview__head {
	left: -1rem;
	max-width: 33.6rem;
	position: relative;
}

.recInterview__cont {
	gap: 3.7rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2rem;
	max-width: 100%;
}

.recInterview__movie {
	aspect-ratio: 640/632;
}

.recInterview__details {
	padding: 2.3rem 3.8rem 3.4rem 2rem;
}

.recInterview__meta {
	font-size: 2rem;
}

.recInterview__btn {
	font-size: 1.9rem;
	left: auto;
	margin-top: 4.5rem;
	max-width: 16.4rem;
}

.recInterview__btn::after {
	background: url(./../images/recruit/sp/interview_arrow.webp) no-repeat center/100%;
}

.recIntro {
	background: url(./../images/recruit/sp/bg.webp) no-repeat top/cover;
	padding: 4.5rem 0 6.7rem;
}

.recIntro__inner {
	padding: 0 2.2rem;
}

.recIntro__head {
	font-size: 1.8rem;
	line-height: 3;
}

.recIntro__head span {
	margin-right: 0.5rem;
	max-width: 19.7rem;
	top: 0.5rem;
}

.recIntro__list {
	gap: 6.2rem;
	margin-top: 6.5rem;
	max-width: 100%;
}

.recIntro__item {
	padding: 2.3rem 1rem 5.8rem 2rem;
}

.recIntro__num {
	font-size: 4.5rem;
	left: 2rem;
	top: -3rem;
}

.recIntro__num small {
	font-size: 3.4rem;
}

.recIntro__text {
	font-size: 1.5rem;
	line-height: 1.6;
}

.recIntro__obj {
	height: 17.1rem;
	max-width: 6.3rem;
	right: 0.5rem;
	top: 2rem;
}

.recLocation {
	padding: 5rem 0 6.7rem;
}

.recLocation__inner {
	padding: 2.3rem;
}

.recLocation__head {
	font-size: 1.8rem;
	padding: 0.7rem 2rem;
}

.recLocation__list {
	margin-top: 3.5rem;
	padding: 2rem 1.5rem 0;
}

.recLocation__areaTtl {
	font-size: 1.5rem;
	padding: 0 0 1rem 0.4rem;
}

.recLocation__prefBlock {
	padding: 1.1rem 1rem 2rem 2.4rem;
}

.recLocation__pref {
	font-size: 1.5rem;
}

.recLocation__shops {
	flex-direction: column;
	font-size: 1.5rem;
	padding: 0.7rem 0 0 1em;
}

.recQa {
	padding: 7.5rem 0;
}

.recQa__inner {
	padding: 0 1.3rem;
}

.recQa__secTtl {
	align-items: center;
	gap: 1.5rem;
}

.recQa__ja {
	font-size: 1.8rem;
}

.recQa__eng {
	font-size: 5.4rem;
	margin: 0 auto;
}

.recQa__list {
	margin-top: 2.5rem;
	max-width: 100%;
}

.recQa__item {
	border-width: 1px;
	padding: 0.8rem 0 2rem;
}

.recQa__ttl {
	align-items: flex-start;
	font-size: 1.65rem;
	gap: 0.7rem;
	letter-spacing: -0.02em;
	line-height: 1.8;
	margin-right: calc(50% - 50vw);
	padding-top: 1rem;
}

.recQa__q {
	font-size: 2.3rem;
	height: 4.2rem;
	min-width: 4.2rem;
	padding-bottom: 0.3rem;
	position: relative;
	top: -0.6rem;
	width: 4.2rem;
}

.recQa__text {
	font-size: 1.35rem;
	gap: 1.3rem;
	gap: 0;
	margin-top: 0.6rem;
}

.recQa__text.--mr {
	margin-right: calc(50% - 50vw);
}

.recQa__a {
	font-size: 1.65rem;
	height: 3.5rem;
	min-width: 3.5rem;
	padding-right: 0.2rem;
	position: relative;
	text-align: center;
	top: -0.1rem;
	width: 3.5rem;
}

.recQa__obj {
	max-width: 6.5rem;
	right: 1rem;
	top: -7.8rem;
}

.recStyle {
	padding-top: 14rem;
}

.recStyle__inner {
	padding: 0 2.5rem;
}

.recStyle__head {
	max-width: 100%;
}

.recStyle__eng {
	font-size: 3.5rem;
	margin-left: auto;
	margin-right: auto;
}

.recStyle__list {
	gap: 4.5rem;
	margin-top: 4.8rem;
}

.recStyle__img {
	left: -1rem;
	max-width: 31rem;
	position: relative;
	width: 100%;
}

.recStyle__details {
	margin-top: -2rem;
	max-width: 100%;
	padding: 3.5rem 0.6rem 5rem 2rem;
	width: 100%;
}

.recStyle__item.--point01 .recStyle__details {
	padding-right: 0;
}

.recStyle__num {
	font-size: 3.5rem;
	padding-left: 0.7rem;
}

.recStyle__ttl {
	margin-top: 2.2rem;
}

.recStyle__ttl.--ttl1 {
	max-width: 25rem;
}

.recStyle__ttl.--ttl2 {
	max-width: 17.7rem;
}

.recStyle__ttl.--ttl3 {
	max-width: 27.5rem;
}

.recStyle__text {
	font-size: 1.5rem;
	letter-spacing: -0.02em;
	margin-top: 2rem;
}

.recStyle__item:nth-child(2n) .recStyle__details {
	margin-left: 0;
	max-width: 100%;
	padding-left: 1.8rem;
}

.recStyle__item.--point03 .recStyle__details {
	flex-direction: column;
	gap: 6.4rem;
	left: auto;
	max-width: 100%;
	padding: 3rem 1.5rem 3.5rem 2rem;
}

.recStyle__item.--point03 .recStyle__num {
	padding-left: 0;
	text-align: center;
}

.recStyle__item.--point03 .recStyle__text {
	margin-top: 3rem;
}

.recStyle__textArea {
	margin-right: 0;
}

.recStyle__chart {
	margin: 0 auto;
	max-width: 24.3rem;
}

.recStyle__btn {
	margin-top: 5.7rem;
	max-width: 30rem;
}

.review {
	padding: 3.5rem 0 5.5rem;
}

.review__inner {
	padding: 0 2.7rem;
	position: relative;
}

.review__inner::after {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #c58989;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	display: block;
	height: 1.6rem;
	position: absolute;
	right: 2rem;
	top: 71%;
	transform: translateY(-50%);
	width: 1.6rem;
}

.review__head {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.review__secTtl {
	align-items: center;
}

.review__ja {
	margin-top: -1.5rem;
}

.review__lead {
	display: flex;
	justify-content: center;
	margin: 4rem calc(50% - 50vw) 0;
	max-width: 100vw;
}

.review__lead img {
	max-width: 35rem;
}

.review__listWrap {
	overflow-x: scroll;
}

.review__list {
	display: flex;
	gap: 2rem;
	margin-top: 6.6rem;
	min-width: 103rem;
}

.review__item {
	max-width: 32rem;
}

.review__itemHead {
	border-width: 2px;
	padding: 1.6rem 1rem 1.4rem 1.2rem;
}

.review__icon {
	min-width: 5rem;
	width: 5rem;
}

.review__name {
	font-size: 2.2rem;
	left: -1rem;
	position: relative;
}

.review__meta {
	font-size: 1.4rem;
	left: -1rem;
	margin-right: calc(50% - 50vw);
	position: relative;
}

.review__itemBody {
	padding: 1.8rem;
}

.review__text {
	font-size: 1.5rem;
}

.salon {
	padding: 3.6rem 0 0;
}

.salon__inner {
	padding: 0 1.8rem;
}

.salon__areaTtl {
	font-size: 1.75rem;
	margin: 0 calc(50% - 50vw);
	padding: 0.4rem 1rem;
}

.salon__item {
	padding: 3.5rem 0 8rem;
}

.salon__name {
	font-size: 1.5rem;
	gap: 2.4rem;
}

.salon__name::before,
.salon__name::after {
	height: 1.6rem;
	width: 0.2rem;
}

.salon__info {
	gap: 0;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.8rem;
}

.salon__infoItem {
	padding: 1.3rem 1rem;
}

.salon__infoItem dt {
	font-size: 1.3rem;
	font-weight: 600;
}

.salon__infoItem dd {
	font-size: 1.1rem;
	line-height: 1.6;
}

.salon__btn {
	font-size: 2rem;
	height: 6rem;
	margin-top: 3.2rem;
	max-width: 30.4rem;
}

.salon__btn span::after {
	right: 2.3rem;
}

.salonNav {
	padding-top: 4rem;
}

.salonNav__inner {
	max-width: 37rem;
	padding: 0 1.5rem;
}

.salonNav__area {
	gap: 1.3rem 1.6rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	max-width: 33.4rem;
}

.salonNav__areaTab {
	border-radius: 0.3rem;
	border-width: 1px;
	font-size: 1.8rem;
	max-width: 100%;
	padding: 0.5rem;
}

.salonNav__filter {
	flex-wrap: wrap;
	gap: 2rem 1rem;
	margin-top: 3.4rem;
}

.salonNav__filterBtn {
	color: #4E4E4E;
	font-size: 1.6rem;
	gap: 0.5rem;
}

.salonNav__filterBtn:not(:nth-child(1))::before {
	height: 1.8rem;
	min-width: 1.8rem;
	width: 1.8rem;
}

.salonNav__filterBtn:first-child {
	margin-right: 0;
}

.salonNav__searchField {
	border-radius: 2.5rem;
	border-width: 1px;
	font-size: 1.5rem;
	height: 5.4rem;
	margin-top: 3.5rem;
	max-width: 90%;
	max-width: 29.9rem;
	padding: 1rem 2.5rem;
}

.salonNav__searchBtn {
	background: url(./../images/common/icon_search.webp) no-repeat left/2rem;
	padding-right: 2rem;
	width: 2rem;
}

.sglMessage {
	padding: 6rem 0 5.5rem;
}

.sglMessage__secTtl {
	align-items: center;
}

.sglMessage__eng {
	font-size: 3.5rem;
	margin-left: auto;
	margin-right: auto;
}

.sglMessage__ja {
	margin-top: 1rem;
}

.sglMessage__body {
	background: none;
	margin-top: 2.4rem;
	padding: 0;
}

.sglMessage__box {
	background: #fff;
	padding: 4.4rem 1.2rem 5.8rem 1.4rem;
}

.sglMessage__lead {
	max-width: 27.3rem;
}

.sglMessage__faq {
	gap: 3rem;
	letter-spacing: -0.02em;
}

.sglMessage__faq dt,
.sglMessage__faq dd {
	font-size: 1.6rem;
}

.sglMessage__text {
	letter-spacing: -0.02em;
}

.sglMessage__btn {
	margin-top: 5rem;
}

.sglMessage__btn span::after {
	background: url(./../images/common/btn_arrow.webp) no-repeat bottom/100%;
	height: 1.1rem;
	right: 1.6rem;
	width: 1.1rem;
}

.sglRecruit {
	padding: 7.3rem 0 5.5rem;
}

.sglRecruit__inner {
	padding: 0 1.5rem;
}

.sglRecruit__secTtl {
	align-items: center;
}

.sglRecruit__eng {
	font-size: 3.5rem;
	margin-left: auto;
	margin-right: auto;
}

.sglRecruit__ja {
	margin-top: 0.5rem;
}

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

.sglRecruit__table tr:first-child {
	border-top: none;
}

.sglRecruit__table tr:last-child {
	border-bottom: none;
}

.sglRecruit__table,
.sglRecruit__table tbody,
.sglRecruit__table tr,
.sglRecruit__table th,
.sglRecruit__table td {
	display: block;
}

.sglRecruit__table th,
.sglRecruit__table td {
	line-height: 1.7;
}

.sglRecruit__table th {
	font-size: 1.8rem;
	padding: 3rem 0 0 1.2rem;
	width: 100%;
}

.sglRecruit__table td {
	padding: 1rem 1rem 3rem;
}

.sglSalon {
	padding: 6.5rem 0 4rem;
}

.sglSalon__inner {
	padding: 0 1.5rem;
}

.sglSalon__secTtl {
	align-items: center;
}

.sglSalon__eng {
	font-size: 3.5rem;
	margin-left: auto;
	margin-right: auto;
}

.sglSalon__ja {
	letter-spacing: 0.01em;
	margin-top: 0.5rem;
}

.sglSalon__body {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.4rem;
}

.sglSalon__ttl {
	font-size: 1.8rem;
	order: 1;
	text-align: center;
}

.sglSalon__imgs {
	display: contents;
	gap: 3.1rem 2.1rem;
	max-width: 100%;
	order: 4;
	width: 100%;
}

.sglSalon__imgLg {
	aspect-ratio: 345/220;
	max-width: 100%;
	order: 2;
}

.sglSalon__imgsRow {
	display: flex;
	gap: 1.4rem;
	order: 4;
}

.sglSalon__imgSm {
	aspect-ratio: 213/146;
	max-width: 100%;
}

.sglSalon__desc {
	order: 3;
	padding: 0 1.4rem;
}

.sglSalon__lead {
	font-size: 1.8rem;
	line-height: 1.75;
	order: 2;
	text-align: center;
	width: 100%;
}

.sglSalon__text {
	font-size: 1.5rem;
	margin-right: calc(50% - 50vw);
	order: 3;
}

.sglStyle {
	padding: 5.5rem 0 9.5rem;
}

.sglStyle__inner {
	padding: 0 2rem;
}

.sglStyle__secTtl {
	align-items: center;
}

.sglStyle__eng {
	font-size: 3.5rem;
	margin-left: auto;
	margin-right: auto;
}

.sglStyle__ja {
	margin-top: 1.2rem;
}

.sglStyle__body {
	margin-top: 3rem;
	max-width: 100%;
	padding: 3.5rem 1rem 6rem 1.5rem;
}

.sglStyle__ttl {
	max-width: 25.8rem;
}

.sglStyle__list {
	margin-top: 3.2rem;
}

.sglStyle__merit {
	margin-top: 3rem;
}

.sglStyle__meritTtl {
	font-size: 1.8rem;
	font-size: 1.65rem;
}

.sglStyle__meritList {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin-top: 1rem;
}

.style {
	padding-top: 7rem;
}

.style__ja {
	margin-top: -0.6rem;
	padding-left: 1.2rem;
}

.style__lead {
	margin: 4.6rem auto 0 0;
	max-width: 27rem;
}

.style__cont {
	gap: 0;
	margin-top: 7.3rem;
}

.style__item {
	display: flex;
	flex-direction: column-reverse;
	padding: 0;
}

.style__item.--style2 {
	margin-top: -2.7rem;
}

.style__item.--style1 .style__details {
	margin-top: -2.3rem;
	max-width: 100%;
}

.style__item.--style2 .style__details {
	margin-top: -2.3rem;
	max-width: 100%;
}

.style__item.--style3 .style__details {
	margin-top: -2.3rem;
	max-width: 100%;
}

.style__img {
	position: static;
	position: relative;
}

.style__item.--style1 .style__img {
	left: 4.7rem;
	max-width: 81.9vw;
}

.style__item.--style2 .style__img {
	max-width: 32.5rem;
	right: 7rem;
}

.style__item.--style3 .style__img {
	left: 4.7rem;
	margin-top: -3.3rem;
	max-width: 30.7rem;
}

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

}

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

html {
	font-size: 2.67vw;
}

.concept__cont {
	width: calc(100% - 5rem);
}

.fv {
	aspect-ratio: 375/440;
	aspect-ratio: 380/714;
	background: url(./../images/top/sp/fv.webp) no-repeat center/cover;
	height: auto;
}

.fv__inner {
	align-items: flex-end;
	display: flex;
	height: 100%;
	max-width: 100%;
	padding: 0;
	padding-bottom: 4rem;
	position: static;
	transform: none;
	transform: initial;
}

.fv__ttl {
	max-width: 90.67vw;
	min-width: auto;
	right: 0;
	width: 100%;
}

}


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