@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --content_width: 125.8rem;
  --content-both_space: 2rem;
  --header_height: 12rem;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  -ms-overflow-style: scrollbar;
  font-size: 48%;
  overflow: auto;
}

body {
  color: #000000;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0;
  line-height: 1.5;
  overflow-x: clip;
  padding-top: var(--header_height);
  position: relative;
}
body.is-open::before {
  opacity: 1;
  visibility: visible;
}
body.is-open .c-pagetop {
  display: none;
}
body::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: opacity, visibility;
  visibility: hidden;
  width: 100vw;
  z-index: -1;
  z-index: 50;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

picture {
  display: block;
  line-height: 1.2;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

.pc-only-inline {
  display: inline;
}

.sp-only-inline {
  display: none;
}

/* -------------------------------------------*/
/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  background-color: #fff;
  border: none;
  border: none;
  border: 1px solid #b2b2b2;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 10px 18px;
  position: relative;
  width: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/**
 * textarea
 *
 */
textarea {
  background-color: #fff;
  border: none;
  border: none;
  border: 1px solid #b2b2b2;
  height: 355px;
  letter-spacing: 0.1em;
  padding: 10px;
  position: relative;
  width: 100%;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #000000;
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

input[type=radio] + .mwform-radio-field-text {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 10px 10px 10px 40px;
  position: relative;
  transition: 0.5;
  transition-property: color;
  vertical-align: middle;
}

input[type=radio] + .mwform-radio-field-text::before {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  width: 20px;
  z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
  background-color: #d70051;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 5;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
input[type=checkbox] {
  opacity: 0;
  vertical-align: middle;
}

input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 35px;
  position: relative;
  transition: 0.5;
  transition-property: color;
}

input[type=checkbox] + label::before {
  background: #fff;
  border: 2px #818181 solid;
  box-sizing: border-box;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
}

input[type=checkbox] + label::after {
  border-bottom: 3px solid #000000;
  border-left: 3px solid #000000;
  content: "";
  display: block;
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  transition: 0.5s;
  transition-property: color;
  width: 10px;
  z-index: 3;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/**
 * tel(column)
 *
 */
.mwform-tel-field {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mwform-tel-field > input {
  flex: 1;
  width: 100% !important;
}

/**
 * select
 *
 */
p.select-parts {
  width: 17rem;
}

.select-parts {
  background-color: #fff;
  border: 1px solid #b2b2b2;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.select-parts::before {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #b2b2b2;
  color: #fff;
  content: "▼";
  display: flex;
  font-size: 100%;
  height: 100%;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.select-parts select {
  border: none;
  border: none;
  box-shadow: none;
  font-size: 2rem;
  height: 100%;
  padding: 10px 18px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  cursor: default;
  text-align: left;
}

.date-parts {
  align-items: center;
  display: flex;
  position: relative;
  width: 28rem;
}
.date-parts input {
  box-sizing: border-box;
  color: #000;
  min-width: 0;
  text-align: left;
  width: 100%;
}

.date-parts::after {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #b2b2b2;
  color: #fff;
  content: "▼";
  display: flex;
  font-size: 100%;
  height: 100%;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.time-parts {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin-left: auto;
  width: 27.5rem;
}
.time-parts span {
  font-size: 2.2rem;
  white-space: nowrap;
}
.time-parts input {
  color: #000;
}

/**
 * file
 *
 */
input[type=file] + label {
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 160px;
}
input[type=file] + label:after {
  left: 170px;
}

button, html [type=button], [type=reset], [type=submit] {
  color: #fff;
  cursor: pointer;
  height: 100%;
  left: 0;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  width: 100%;
}

.wpcf7-not-valid-tip {
  bottom: -1.3em;
  position: absolute;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-campaign__inner {
  padding-block: 22rem 0;
  padding-bottom: 5rem;
  position: relative;
}
.l-campaign__inner::before {
  background: url(../images/salon/news_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.l-campaign-old__inner {
  padding-block: 22rem 0;
  position: relative;
}
.l-campaign-old__inner::before {
  background: url(../images/top/campaign_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.l-campaign__title {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 5rem;
  position: relative;
  text-align: center;
}

.l-campaign__title::before {
  background: linear-gradient(to right, #8f7b01 0%, #4d0a00 14%, #907008 36%, #918f4e 45%, #96968f 56%, #908c37 65%, #8d6e00 77%, #4e0600 100%);
  content: attr(data-en);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  bottom: -0.34em;
  display: inline-block;
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 20rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0;
  line-height: 1.5;
  position: absolute;
  transform: translate(-50%, 0);
  white-space: nowrap;
  width: 2.7em;
  z-index: -1;
}

.l-campaign__title--closing::before {
  display: none;
}

.l-campaign__lead {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.8;
  margin-top: 2rem;
  text-align: center;
}

.l-campaign__img {
  margin: 4rem auto 0;
}
.l-campaign__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-campaign__read {
  color: #fff;
  margin-top: 1.6rem;
  text-align: center;
}

.l-campaign__stl {
  font-size: 3.8rem;
  font-weight: 600;
}

.l-campaign__msg {
  margin-top: 2rem;
}

.l-campaign__text {
  font-size: 2rem;
  letter-spacing: -0.03em;
  line-height: 1.7;
}
.l-campaign__text:not(:first-child) {
  margin-top: 1.6em;
}
.l-campaign__text span {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.l-campaign__text--line-info {
  font-size: 1.6rem;
  text-align: center;
}

.l-campaign__price {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
}
.l-campaign__price strong {
  background: linear-gradient(to right, #f5e167 0%, #b37023 14%, #f6d66e 36%, #f7f5b4 45%, #fcfcf5 62%, #f6f29d 70%, #f3d456 77%, #b46c1f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 10.8rem;
  font-weight: 600;
  line-height: 1.3;
}
.l-campaign__price strong span {
  font-size: 4.9rem;
  font-weight: 600;
  margin-left: 0.4em;
}
.l-campaign__price strong small {
  font-size: 3.5rem;
  font-weight: 600;
}
.l-campaign__price span {
  font-size: 3.7rem;
}

.l-campaign__line-btn {
  margin: 2.5rem auto 0;
}

.l-campaign__detail {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}

.l-campaign__detail-lead {
  font-size: 1.4rem;
  opacity: 0.7;
}

.l-campaign__detail-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 1.5rem;
  text-align: center;
}

.l-campaign__detail-recommend {
  margin-top: 2.5rem;
}

.l-campaign__detail-recommend-title {
  font-size: 2rem;
  font-weight: 600;
}

.l-campaign__detail-recommend-list {
  font-size: 1.8rem;
  line-height: 2;
  list-style: disc;
  margin-top: 1rem;
  padding-left: 2em;
}

.l-campaign__bottom {
  margin-top: 4.2rem;
}

.l-campaign__cta {
  color: #fff;
  margin-top: 4rem;
  text-align: center;
}

.l-campaign__cta-text {
  font-size: 2rem;
  line-height: 1.8;
}

.l-campaign-monitor {
  margin: -1px -50px 0;
  padding-block: 6rem 8rem;
  position: relative;
}
.l-campaign-monitor::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.l-campaign-monitor__title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
}

.l-campaign-monitor__text {
  color: #fff;
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 2rem;
  text-align: center;
}

.l-campaign-monitor__img {
  margin-inline: auto;
  margin-top: 3rem;
  max-width: 70%;
}

.l-campaign-monitor__btn {
  margin: 5rem auto 0;
}

.l-campaign-monitor__cta {
  margin-top: 3rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  padding: 14rem 2rem 7.5rem;
  position: relative;
  width: 100%;
}
.l-footer::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.l-footer__logo {
  margin: 0 auto;
  width: 55rem;
}
.l-footer__logo img {
  height: auto;
  width: 100%;
}

.l-footer__logo-link {
  transition: 0.3s;
}
.l-footer__logo-link:hover {
  opacity: 0.6;
}

.l-footer__info {
  display: flex;
  gap: 5rem;
  margin-top: 7rem;
}

.l-footer__info-read {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.l-footer__info-gmap {
  min-width: 46rem;
  padding-top: 29%;
  position: relative;
  width: 40%;
}
.l-footer__info-gmap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.l-footer__info-gmap-address {
  font-style: normal;
}

.l-footer__info-note {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  opacity: 0.8;
}

.l-footer__info-address {
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}
.l-footer__info-address dl {
  display: flex;
}
.l-footer__info-address dl dt {
  width: 6em;
}
.l-footer__info-address dl dd {
  flex: 1;
}

.l-footer__info-table {
  margin-top: auto;
}

.l-footer table {
  background-color: #000;
  border: 2px solid #fff;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 65.1rem;
  width: 100%;
}
.l-footer table thead tr {
  height: 4.5rem;
}
.l-footer table td,
.l-footer table th {
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
.l-footer table td:not(:first-child),
.l-footer table th:not(:first-child) {
  border-left: 1px solid #fff;
}
.l-footer table th {
  background-color: #d70051;
  letter-spacing: -0.2em;
}
.l-footer table tbody tr:not(:first-child) {
  border-top: 1px solid #fff;
}

.l-footer__tel {
  font-weight: 400;
  margin-top: 3.3rem;
  text-align: center;
}

.l-footer__tel-link {
  color: #fff;
  display: inline-block;
  font-size: 3rem;
  padding-left: 2.6rem;
  position: relative;
}
.l-footer__tel-link::before {
  aspect-ratio: 42.4/56.9;
  background: url(../images/common/icon_tel.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  width: 2rem;
  z-index: 1;
}

.l-footer__line {
  height: 14.4rem;
  margin: 0 auto;
  width: 85.5rem;
}

.l-footer__line-link {
  align-items: center;
  background: url(../images/common/line_btn_back.webp) no-repeat top center/cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  line-height: 1.4;
  margin-top: 2.7rem;
  padding-bottom: 0.5rem;
  transition: 0.3s;
  width: 100%;
}
.l-footer__line-link:hover {
  opacity: 0.6;
}
.l-footer__line-link strong {
  font-size: 5.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-left: 5.6rem;
  position: relative;
}
.l-footer__line-link strong::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_line.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  width: 5rem;
  z-index: 1;
}
.l-footer__line-link p {
  font-size: 3.2rem;
  font-weight: 600;
}

.l-footer__sns {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 5.5rem;
}

.l-footer__sns-link {
  height: 5rem;
  transition: 0.3s;
  width: auto;
}
.l-footer__sns-link:hover {
  opacity: 0.6;
}
.l-footer__sns-link img {
  height: 100%;
  width: auto;
}

.l-footer__menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0;
  justify-content: center;
  line-height: 1;
  margin-top: 5rem;
}

.l-footer__menu-item:not(:first-child) {
  border-left: 1px solid #fff;
}

.l-footer__menu-link {
  color: #fff;
  padding: 0 1em;
  transition: 0.3s;
}
.l-footer__menu-link:hover {
  opacity: 0.6;
}

.l-footer__copyright {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 2.3rem;
  text-align: center;
}

.l-footer__overview {
  margin-top: 1rem;
}
.l-footer__overview .c-head-deco__jp {
  padding: 0 6.8rem 0 7.6rem;
}

.l-footer__overview-logo {
  margin: 8rem auto 0;
  width: 55rem;
}

.l-footer__overview-body {
  margin-top: 6.8rem;
}

.l-footer__overview-info {
  display: flex;
  gap: 3.3%;
}

.l-footer__overview-info-img {
  width: 43%;
}

.l-footer__overview-info-read {
  color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: -0.5em;
}

.l-footer__overview-info-address dl {
  display: flex;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.l-footer__overview-info-address dl dt {
  width: 6.8em;
}
.l-footer__overview-info-address dl dd {
  flex: 1;
}

.l-footer__overview-info-tel {
  margin-bottom: auto;
  margin-top: 2rem;
}

.l-footer__overview-info-tel-link {
  color: #fff;
  display: inline-block;
  font-size: 7.6rem;
  font-weight: 400;
  padding-left: 5.4rem;
  position: relative;
}
.l-footer__overview-info-tel-link::before {
  aspect-ratio: 42.4/56.9;
  background: url(../images/common/icon_tel.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  width: 4.8rem;
  z-index: 1;
}

.l-footer__overview-info-table {
  margin-top: 2rem;
}

.l-footer__access {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 14rem;
}
.l-footer__access .c-head-deco__jp {
  padding: 0 6.8rem 0 7.6rem;
}

.l-footer__access-gmap {
  margin-top: 4rem;
  padding-top: 57%;
  position: relative;
  width: 100%;
}
.l-footer__access-gmap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.l-footer__access-address {
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 3.5rem 0 7.5rem;
}
.l-footer__access-address p {
  display: flex;
}
.l-footer__access-address p span {
  display: block;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-header {
  background: linear-gradient(180deg, #000000 0%, #595959 10%, #191919 35%, #000000 70%, #000000 100%);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: var(--header_height);
  justify-content: space-between;
  padding: 0 0 0 4rem;
}

.l-header__logo a {
  aspect-ratio: 405/80;
  display: block;
  height: 8rem;
  transition: 0.3s;
}
.l-header__logo a:hover {
  opacity: 0.6;
}
.l-header__logo a img {
  height: 100%;
  width: auto;
}
.l-header__trigger.is-active .l-header__trigger-text {
  display: none;
}

.l-header__trigger-inner {
  align-items: end;
  display: flex;
  height: 3.6rem;
  justify-content: center;
  position: relative;
  top: 1px;
  width: 4rem;
}

.l-header__trigger-wrap {
  display: inline-block;
  height: 33.5px;
  position: relative;
  transition: all 0.4s;
  width: 4rem;
}

.l-header__trigger-line {
  background-color: #fff;
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.5s;
  transition-property: transform;
  width: 100%;
}
.l-header__trigger-line.is-active {
  background-color: #fff;
}
.l-header__trigger-line:nth-of-type(1) {
  top: 0;
}
.l-header__trigger-line:nth-of-type(1).is-active {
  height: 2px;
  transform: translate(0.7rem, 1.6rem) rotate(45deg);
  width: 3rem;
}
.l-header__trigger-line:nth-of-type(2) {
  top: 0.9rem;
}
.l-header__trigger-line:nth-of-type(2).is-active {
  opacity: 0;
}
.l-header__trigger-line:nth-of-type(3) {
  top: 1.8rem;
}
.l-header__trigger-line:nth-of-type(3).is-active {
  height: 2px;
  transform: translate(0.7rem, -0.2rem) rotate(-45deg);
  width: 3rem;
}

.l-header__trigger-text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-wrapper {
  position: relative;
  text-align: left;
  width: 100%;
}

.l-main {
  position: relative;
  width: 100%;
}
.l-main__inner {
  padding: 0 var(--content-both_space);
  position: relative;
  width: 100%;
  z-index: 1;
}
.l-main--404, .l-main--error {
  padding-block: 22rem 22.5rem;
}
.l-main--404 h1, .l-main--error h1 {
  margin-inline: auto;
  width: 47rem;
}
.l-main--404 .error-text, .l-main--error .error-text {
  font-size: 1.7rem;
  margin-top: 7.5rem;
  text-align: center;
}
.l-main--404 .error-link, .l-main--error .error-link {
  display: block;
  font-feature-settings: "palt";
  font-size: 1.7rem;
  margin: 7.5rem auto 0;
  padding-bottom: 0.3rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.l-main--404 .error-link::after, .l-main--error .error-link::after {
  background: linear-gradient(to right, #000000, #d70051);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-main--404 .l-main__inner, .l-main--error .l-main__inner {
  padding: 120px 0;
}
.l-main--404 .c-btn, .l-main--error .c-btn {
  margin: 40px auto 0;
}

.no-link {
  opacity: 0.4 !important;
  pointer-events: none !important;
}
.no-link--ba {
  pointer-events: none !important;
}
.no-link--ba::before, .no-link--ba::after {
  opacity: 0.4 !important;
  pointer-events: none !important;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-navi {
  height: 100%;
  margin-left: auto;
}

.l-navi__inner {
  display: flex;
  height: 100%;
}

.l-navi__menu {
  align-items: center;
  display: flex;
}

.l-navi__menu-item:not(:first-child) {
  border-left: 1px solid #fff;
}

.l-navi__menu-link {
  color: #fff;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 1.8rem;
  text-align: center;
  transition: 0.3s;
}
.l-navi__menu-link:hover {
  opacity: 0.6;
}
.l-navi__menu-link::after {
  content: attr(data-en);
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.l-navi__btn {
  height: 100%;
  margin-left: 2rem;
  width: 33.2rem;
}

.l-navi__btn-link {
  display: block;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
.l-navi__btn-link::before, .l-navi__btn-link::after {
  content: "";
  inset: 0;
  position: absolute;
  transition: opacity 0.3s ease;
}
.l-navi__btn-link::before {
  background: linear-gradient(to bottom, #d70051 0%, #f09aae 10%, #d70051 35%, #d70051 70%, #6e0032 100%);
  opacity: 1;
  z-index: 0;
}
.l-navi__btn-link::after {
  background: linear-gradient(to bottom, #f2bcc5 0%, #ffffff 10%, #f2bcc5 35%, #f2bcc5 70%, #f09aae 100%);
  z-index: -1;
}
.l-navi__btn-link:hover::before {
  opacity: 0;
}
.l-navi__btn-link span {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  height: 100%;
  justify-content: center;
  line-height: 1.4;
  padding-left: 4rem;
  padding-top: 0.4rem;
  position: relative;
  width: 100%;
  z-index: 10;
}
.l-navi__btn-link span::before {
  aspect-ratio: 34/37;
  background: url(../images/common/icon_calendar.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: 5rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 3.4rem;
}
.l-navi__btn-link span::after {
  content: attr(data-en);
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  margin-top: 0.3rem;
}
.l-navi__bottom {
  margin-top: 1.3rem;
}

.l-navi__bottom-tel {
  text-align: center;
}

.l-navi__bottom-tel-link {
  color: #fff;
  display: inline-block;
  font-size: 3.1rem;
  padding-left: 2.3rem;
  position: relative;
}
.l-navi__bottom-tel-link::before {
  aspect-ratio: 16.8/22.5;
  background: url(../images/common/icon_tel.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 57%;
  transform: translate(0, -50%);
  width: 1.8rem;
  z-index: 1;
}

.l-navi__bottom-sns {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.7rem;
}

.l-navi__bottom-sns-link {
  height: 2.3rem;
}
.l-navi__bottom-sns-link img {
  height: 100%;
  width: auto;
}

.l-navi__bottom-copyright {
  color: #fff;
  font-size: 1rem;
  margin-top: 1.7rem;
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-btn {
  height: 5.4rem;
  width: 27rem;
}

.c-btn__link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
  overflow: hidden;
  padding: 0.3rem 0.5rem 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-btn__link::before, .c-btn__link::after {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: -1;
}
.c-btn__link::before {
  background-image: url(../images/common/btn_back.webp);
  opacity: 1;
}
.c-btn__link::after {
  background-image: url(../images/common/btn_back_on.webp);
  opacity: 0;
}
.c-btn__link:hover::before {
  opacity: 0;
}
.c-btn__link:hover::after {
  opacity: 1;
}
.c-btn__link {
  /* ボックスシャドウは本体に適用 */
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
}

.c-btn-pink {
  height: 5.4rem;
  width: 27rem;
}

.c-btn-pink__link {
  align-items: center;
  color: #d70051;
  display: flex;
  font-size: 1.8rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
  overflow: hidden;
  padding: 0.3rem 0.5rem 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-btn-pink__link::before, .c-btn-pink__link::after {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: -1;
}
.c-btn-pink__link::before {
  background-image: url(../images/common/btn_back-pink.webp);
  opacity: 1;
}
.c-btn-pink__link::after {
  background-image: url(../images/common/btn_back-pink_on.webp);
  opacity: 0;
}
.c-btn-pink__link:hover::before {
  opacity: 0;
}
.c-btn-pink__link:hover::after {
  opacity: 1;
}
.c-btn-pink__link {
  /* ボックスシャドウは本体に適用 */
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
}

.c-btn-pink2 {
  height: 5.4rem;
  width: 27rem;
}

.c-btn-pink2__link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
  overflow: hidden;
  padding: 0.3rem 0.5rem 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-btn-pink2__link::before {
  background-image: url(../images/common/btn_back-pink2.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-btn-pink2__link::after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: -1;
}
.c-btn-pink2__link:hover::after {
  opacity: 1;
}
.c-btn-pink2__link {
  /* ボックスシャドウは本体に適用 */
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-fixed {
  bottom: 0;
  height: var(--fixed-btn);
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.c-fixed__link {
  align-items: center;
  background: url(../images/common/line_btn_back_sp.webp) no-repeat top center/cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  line-height: 1.4;
  width: 100%;
}
.c-fixed__link .c-fixed__inner {
  padding-left: 5.2rem;
  position: relative;
}
.c-fixed__link .c-fixed__inner::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_line.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
  width: 4.5rem;
  z-index: 1;
}
.c-fixed__link strong {
  font-size: 1.9rem;
  letter-spacing: 0.04em;
}
.c-fixed__link p {
  font-size: 1.4rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-head-deco {
  text-align: center;
}
.c-head-deco--white {
  color: #fff;
}
.c-head-deco--white .c-head-deco__jp::before, .c-head-deco--white .c-head-deco__jp::after {
  background-color: #fff;
}

.c-head-deco__jp {
  display: inline-block;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 0 6.4rem 0 7.6rem;
  position: relative;
}
.c-head-deco__jp::before, .c-head-deco__jp::after {
  aspect-ratio: 82/32;
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 5.4rem;
  z-index: 1;
}
.c-head-deco__jp::before {
  left: 0;
  -webkit-mask: url(../images/common/leaf-deco_left.webp) no-repeat top center/contain;
  mask: url(../images/common/leaf-deco_left.webp) no-repeat top center/contain;
}
.c-head-deco__jp::after {
  right: 0;
  -webkit-mask: url(../images/common/leaf-deco_right.webp) no-repeat top center/contain;
  mask: url(../images/common/leaf-deco_right.webp) no-repeat top center/contain;
}

.c-head-deco__en {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  letter-spacing: 0.2em;
}

.p-top-promotion__head .c-head-deco__jp {
  padding: 0 6.4rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-kv__title {
  font-size: 5.5rem;
  font-weight: 500;
  left: 50%;
  letter-spacing: 0.2em;
  position: absolute;
  text-shadow: 0 0 10px rgba(255, 248, 220, 0.9), 0 0 20px rgba(255, 248, 220, 0.8), 0 0 30px rgba(245, 225, 167, 0.7), 0 0 40px rgba(212, 175, 105, 0.6), 0 0 50px rgba(212, 175, 105, 0.5);
  top: 59%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.c-kv__title::before {
  bottom: 70%;
  color: #fff;
  content: attr(en-title);
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 20rem;
  left: 50%;
  line-height: 0.8;
  position: absolute;
  text-shadow: 0 0 15px rgba(255, 248, 220, 0.9), 0 0 30px rgba(255, 248, 220, 0.8), 0 0 50px rgba(245, 225, 167, 0.7), 0 0 70px rgba(212, 175, 105, 0.6), 0 0 90px rgba(212, 175, 105, 0.5);
  transform: translate(-50%, 0);
  z-index: -1;
}

.c-kv__title--line::before {
  font-size: 12rem;
}

.c-kv__img {
  height: 48.3rem;
}
.c-kv__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* マーメイドセルトリートメント コンポーネント */
/* 他ページでも再利用可能な独立コンポーネント */
/* -------------------------------------------*/
.c-mermaid-cell {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.c-mermaid-cell__read {
  margin-top: -1.3rem;
  padding-right: 4.5rem;
}

.c-mermaid-cell__read-head {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-mermaid-cell__catch {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-align: center;
}

.c-mermaid-cell__stl {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}

.c-mermaid-cell__price {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 0;
  text-align: left;
}
.c-mermaid-cell__price strong {
  font-size: 4rem;
  font-weight: 500;
}
.c-mermaid-cell__price strong span {
  font-size: 2.4rem;
  font-weight: 500;
}

.c-mermaid-cell__ex {
  align-items: end;
  color: #fff;
  display: flex;
  font-size: 3rem;
  font-weight: 500;
  justify-content: end;
  line-height: 1.1;
  margin-top: 0.4rem;
}
.c-mermaid-cell__ex::before {
  border: 1px solid #fff;
  content: attr(title-jp);
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  margin-right: 0.5em;
  padding: 0.3em 0.4em;
}
.c-mermaid-cell__ex strong {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  margin-left: 0.2em;
}
.c-mermaid-cell__ex strong span {
  font-size: 2.4rem;
  font-weight: 500;
  margin-left: 0.5em;
}

.c-mermaid-cell__line {
  align-items: flex-end;
  display: flex;
  margin-bottom: -1.2rem;
  margin-top: 2.9rem;
}

.c-mermaid-cell__line-text {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.28;
}

.c-mermaid-cell__line-price {
  background: linear-gradient(to right, #f5e167 0%, #b37023 14%, #f6d66e 36%, #f7f5b4 45%, #fcfcf5 62%, #f6f29d 70%, #f3d456 77%, #b46c1f 100%);
  margin-left: 1.4rem;
  margin-top: -2rem;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 8.5rem;
  font-weight: 600;
  line-height: 1;
}
.c-mermaid-cell__line-price span {
  font-size: 2.8rem;
}

.c-mermaid-cell__trial {
  margin-top: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}

.c-mermaid-cell__trial-box {
  border: 1px solid #fff;
  padding: 1.2em 1.5em;
}

.c-mermaid-cell__trial-label {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 0.8em;
  text-align: center;
}

.c-mermaid-cell__line-badge {
  color: #00B900;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.c-mermaid-cell__trial-price {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  padding-top: 0.8em;
  text-align: center;
}
.c-mermaid-cell__trial-price strong {
  background: linear-gradient(to right, #f5e167 0%, #b37023 14%, #f6d66e 36%, #f7f5b4 45%, #fcfcf5 62%, #f6f29d 70%, #f3d456 77%, #b46c1f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 4rem;
  font-weight: 600;
}
.c-mermaid-cell__trial-price strong span {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

.c-mermaid-cell-cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 3rem auto 0;
  position: relative;
  width: 32rem;
}
.c-mermaid-cell-cta.-full-wide {
  width: 100%;
}
.c-mermaid-cell-cta:has(.-special) {
  width: initial;
}

.c-mermaid-cell-cta__note {
  align-items: center;
  background: url(../images/common/btn_back-gold2.webp) no-repeat center/100% 100%;
  color: #4a2c00;
  display: flex;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.25));
  font-size: 1.8rem;
  font-weight: 700;
  height: 4.5rem;
  justify-content: center;
  letter-spacing: 0.05em;
  margin-bottom: -1.2rem;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}

.c-mermaid-cell-cta__btn {
  align-items: center;
  background: url(../images/common/btn_back-pink3.webp) no-repeat center/100% 100%;
  color: #fff;
  display: flex;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  font-size: 1.8rem;
  font-weight: 600;
  font-weight: initial;
  height: 5.8rem;
  justify-content: center;
  letter-spacing: 0.05em;
  overflow: hidden;
  padding: 0 3rem;
  position: relative;
  text-decoration: none;
  transition: none;
  z-index: 1;
}
.c-mermaid-cell-cta__btn.-special {
  font-size: 2.5rem;
  height: 6.8rem;
  padding: 0 3rem;
}
.c-mermaid-cell-cta__btn::after {
  background: rgba(255, 255, 255, 0);
  border-radius: 0.5rem;
  content: "";
  inset: 0;
  position: absolute;
  transition: background 0.3s ease;
}
.c-mermaid-cell-cta__btn:hover::after {
  background: rgba(255, 255, 255, 0.3);
}

.c-mermaid-cell-cta__btn--gold {
  background-image: url(../images/common/btn_back-gold.webp);
  color: #4a2c00;
}

.c-mermaid-cell__btn {
  margin-top: 2rem;
}

.c-mermaid-cell__btn-link {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
.c-mermaid-cell__btn-link:hover {
  color: #c9a84c;
}

.c-mermaid-cell__body {
  grid-column: 1/-1;
  margin-top: 4rem;
}

.c-mermaid-cell__text {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.c-mermaid-cell__recommend {
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 3rem auto 0;
  max-width: 500px;
  padding: 2.5rem 3rem;
  text-align: center;
}

.c-mermaid-cell__recommend-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.c-mermaid-cell__recommend-list {
  display: inline-block;
  list-style: disc;
  padding-left: 2rem;
  text-align: left;
}
.c-mermaid-cell__recommend-list li {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

.c-mermaid-cell__bottom {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.c-mermaid-cell__img:not(.-not-end) {
  align-self: end;
}
.c-mermaid-cell__img img {
  height: auto;
  width: 100%;
}

/* -------------------------------------------*/
/* CTA セクション */
/* -------------------------------------------*/
.c-mermaid-cell-cta {
  margin-top: 6rem;
  text-align: center;
}

.c-mermaid-cell-cta__text {
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-pagetop {
  bottom: 8rem;
  position: fixed;
  right: 4vw;
  z-index: 11;
}

.c-pageto-link {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #c09b50;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 8rem;
}
.c-pageto-link img {
  height: auto;
  transition: 0.3s;
  width: 2.8rem;
}
.c-pageto-link:hover img {
  transform: translateY(-3px);
}

.c-pagetop {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.c-pagetop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-problem--center .c-problem__bottom-catch {
  text-align: center;
}
.c-problem--center .c-problem__bottom-list {
  justify-content: center;
}

.c-problem__bottom-catch {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.c-problem__bottom-catch--white {
  color: #fff;
}

.c-problem__bottom-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em 0.2em;
  margin-top: 0.8rem;
}

.c-problem__bottom-item {
  background: linear-gradient(-180deg, #d70051 0%, #f09aae 10%, #d70051 35%, #d70051 70%, #6e0032 100%);
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  min-width: 5em;
  padding: 0.2em 0.8em 0.2em;
  text-align: center;
}

.c-problem__btn {
  margin: 4.7rem auto 0;
}

.c-problem__bottom-note {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.8rem;
  padding-left: 1em;
  position: relative;
  text-align: center;
}
.c-problem__bottom-note + .c-problem__bottom-note {
  margin-top: 0;
}
.c-problem__bottom-note::before {
  content: "※";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.p-contact-kv .c-kv__title::before {
  letter-spacing: -0.03em;
}

.p-contact__inner {
  padding-top: 9.5rem;
}
.p-contact__inner::before {
  background: url(../images/contact/contact_back.webp) repeat top center/contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-contact-form__head .c-head-deco__jp {
  padding: 0 6.5rem 0 7.1rem;
}

.p-contact-form__body {
  margin-top: 3rem;
}

.p-contact-form__msg {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  text-align: center;
}

.p-contact-form__list {
  margin: 5.6rem auto 0;
  max-width: 100rem;
}

.p-contact-form__item {
  align-items: center;
  border-bottom: 1px solid #b2b2b2;
  display: flex;
  padding: 3.5rem 0 2rem;
}
.p-contact-form__item.is-required dt::before {
  background-color: #d70051;
  color: #fff;
  content: "必須";
  display: block;
  padding: 0 1rem 0.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.p-contact-form__item dt {
  font-size: 2.2rem;
  position: relative;
  width: 38%;
}
.p-contact-form__item dd {
  display: flex;
  flex: 1;
  gap: 4%;
  padding-left: 1.5rem;
}
.p-contact-form__item.is-textarea {
  align-items: start;
}

.p-contact-form__btn {
  margin: 5rem auto 0;
}

.p-contact-form__box {
  background-color: #fff;
  border: 1px solid #000;
  margin: 10rem auto 0;
  max-width: 82rem;
  padding: 7rem 1rem 6.5rem;
  width: 100%;
}

.p-contact-form__box-head {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-contact-form__box-title {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-contact-form__box-title span {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}

.p-contact-form__box-msg {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 1rem;
  text-align: center;
}

.p-contact-form__box-list {
  margin-top: 2rem;
  padding: 0 10rem;
}

.p-contact-form__box-item {
  border-bottom: 1px solid #b2b2b2;
  font-size: 3rem;
  letter-spacing: 0.05em;
  padding: 1.2rem 0;
  text-align: center;
}

.p-contact-faq {
  padding: 14rem 0 14rem;
}

.p-contact-fqa__head .c-head-deco__jp {
  padding: 0 6.8rem 0 7.1rem;
}

.p-contact-fqa__body {
  margin-top: 3.4rem;
}

.p-contact-fqa__wrap:not(:first-child) {
  margin-top: 3rem;
}
.p-contact-fqa__wrap dt {
  color: #d70051;
  cursor: pointer;
  font-size: 2.4rem;
  padding-left: 1.3em;
  position: relative;
}
.p-contact-fqa__wrap dt::before {
  content: "▶";
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
}
.p-contact-fqa__wrap dt.is-active::before {
  transform: rotate(90deg);
}
.p-contact-fqa__wrap dd {
  display: none;
  font-size: 2rem;
  line-height: 2;
  margin-top: 1rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-course-lead {
  padding-top: 10rem;
}
.p-course-lead::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-course-lead__head-title {
  background: linear-gradient(180deg, #f5e167 0%, #b37023 14%, #f6d66e 36%, #f7f5b4 45%, #fcfcf5 55%, #f6f29d 65%, #f3d456 77%, #b46c1f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Firefox 用 */
  background-clip: text;
  color: transparent;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.p-course-lead__head-msg {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 2rem;
  text-align: center;
}

.p-course-lead__head-line {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2rem;
  text-align: center;
}
.p-course-lead__head-line a {
  color: #fff;
  text-decoration: underline;
}

.p-course-lead__body {
  margin-top: 4rem;
  padding: 0 16.5rem;
}

.p-course-lead__menu {
  display: grid;
  gap: 2rem 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-course-lead__menu-item:first-child {
  grid-column: 1/-1;
}

.p-course-lead__menu-link {
  display: block;
}
.p-course-lead__menu-link img {
  height: auto;
  width: 100%;
}

.p-course-lead__note {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 3rem;
  text-align: center;
}

.p-course-lead__line-link {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2rem;
  text-align: center;
}
.p-course-lead__line-link a {
  color: #fff;
  text-decoration: underline;
}

.p-course-lead__campaign {
  padding-inline: 0;
}

.p-menu__course {
  padding-block: 16.5rem 14.5rem;
}
.p-menu__course::before {
  background: url(../images/menu/course_back.webp) repeat-y top center/contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-menu__course-wrap {
  margin-top: -20rem;
  padding: 20rem 1rem 0 2rem;
}
.p-menu__course-wrap:not(:first-child) {
  margin-top: -5rem;
  padding-top: 27rem;
}

.p-menu__course-title {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  position: relative;
  text-align: center;
}
.p-menu__course-title::before {
  background: linear-gradient(90deg, #f5e167 0%, #b37023 14%, #f6d66e 36%, #f7f5b4 45%, #fcfcf5 55%, #f6f29d 65%, #f3d456 77%, #b46c1f 100%);
  bottom: -0.3em;
  content: attr(en-title);
  left: 53%;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Firefox 用 */
  background-clip: text;
  color: transparent;
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 20rem;
  line-height: 1.2;
  padding-right: 0.5em;
  white-space: nowrap;
  z-index: -1;
}

.p-menu__course-body {
  margin-top: 6.3rem;
}

.p-menu__course-thumb--grid {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: 63% 37%;
  grid-template-rows: auto auto;
}
.p-menu__course-thumb--grid > *,
.p-menu__course-thumb--grid img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-menu__course-thumb--grid > *:nth-child(1),
.p-menu__course-thumb--grid img:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.p-menu__course-thumb--grid > *:nth-child(2),
.p-menu__course-thumb--grid img:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-menu__course-thumb--grid > *:nth-child(3),
.p-menu__course-thumb--grid img:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.p-menu__course-thumb--column {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: 67.5% 32.5%;
}
.p-menu__course-thumb--column img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-menu__course-read {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.p-menu__course-read .c-problem__bottom-note {
  text-align: center;
}

.p-menu__course-stl {
  font-size: 3.8rem;
  font-weight: 500;
  text-align: center;
}
.p-menu__course-stl strong {
  display: inline-block;
  font-size: 6rem;
  font-weight: 600;
  margin-left: 0.5em;
  position: relative;
}
.p-menu__course-stl strong span {
  font-size: 2.4rem;
  font-weight: 500;
  margin-left: 0.5em;
}
.p-menu__course-stl strong::before {
  content: attr(before-text);
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  margin-right: 0.3em;
}
.p-menu__course-stl strong::after {
  content: attr(after-text);
  display: inline-block;
  font-size: 3.4rem;
}
.p-menu__course-stl--lg strong {
  font-size: 7rem;
}
.p-menu__course-stl--lg strong span {
  font-size: 2.8rem;
}

.p-menu__course-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 2.5rem;
  text-align: center;
}
.p-menu__course-text span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: -1.5rem;
  position: relative;
}

.p-menu__course-grid {
  display: flex;
}
.p-menu__course-grid:not(:first-child) {
  margin-top: 15rem;
}

.p-menu__course-grid-read {
  flex: 1;
  margin-top: -1.3rem;
  padding-right: 4.5rem;
}

.p-menu__course-grid-read-head {
  display: flex;
  flex-wrap: wrap;
}
.p-menu__course-grid-read-head + .p-menu__course-grid-read-head {
  margin-top: 2rem;
}

.p-menu__course-grid-stl {
  font-size: 3.4rem;
  font-weight: 500;
}

.p-menu__course-grid-price {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  margin-left: auto;
  text-align: right;
}
.p-menu__course-grid-price strong {
  font-size: 4rem;
  font-weight: 500;
}
.p-menu__course-grid-price strong span {
  font-size: 2.4rem;
  font-weight: 500;
}

.p-menu__course-grid-ex {
  align-items: end;
  color: #d70051;
  display: flex;
  font-size: 3rem;
  font-weight: 500;
  justify-content: end;
  line-height: 1.1;
  margin-left: auto;
  margin-top: 0.4rem;
}
.p-menu__course-grid-ex::before {
  border: 1px solid #d70051;
  content: attr(title-jp);
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  margin-right: 0.5em;
  padding: 0.3em 0.4em;
  white-space: nowrap;
}
.p-menu__course-grid-ex strong {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  margin-left: 0.2em;
}
.p-menu__course-grid-ex strong span {
  font-size: 2.4rem;
  font-weight: 500;
  margin-left: 0.5em;
}

.p-menu__course-grid-note {
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  justify-self: end;
  margin-left: auto;
  margin-top: 0.5rem;
  padding-left: 1em;
  position: relative;
}
.p-menu__course-grid-note::before {
  content: "※";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-menu__course-grid-body {
  margin-top: 4rem;
}

.p-menu__course-grid-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}

.p-menu__course-grid-bottom {
  margin-top: 3rem;
}

.p-menu__course-other {
  margin-top: 7.5rem;
}

.p-menu__course-other-title {
  border-bottom: 1px solid #000;
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 1.1rem;
  text-align: center;
}

.p-menu__course-other-body {
  margin-top: 2.8rem;
}

.p-menu__course-other-list {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 7rem;
  column-gap: 7rem;
}

.p-menu__course-other-item {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.833;
  white-space: nowrap;
  width: 100%;
}

.p-menu__course-other-note {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.4rem;
  padding-left: 1em;
  position: relative;
}
.p-menu__course-other-note::before {
  content: "※";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-menu__course-grid-img {
  width: 41%;
}
.p-menu__course-grid-img img {
  height: auto;
  width: 100%;
}

.p-menu__course-bottom {
  margin-top: 4.5rem;
}
.p-menu__course-bottom--single {
  margin-top: 3.4rem;
}

.p-menu__course-bottom-grid {
  display: flex;
  gap: 3rem;
}

.p-menu__course-bottom-read {
  flex: 1;
}

.p-menu__course-bottom-box {
  border: 1px solid #000;
  padding: 3rem 1rem 1.5rem;
}

.p-menu__course-bottom-stl {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}

.p-menu__course-bottom-list {
  margin-top: 2rem;
}

.p-menu__course-bottom-item {
  font-size: 1.8rem;
  line-height: 1.389;
  padding-left: 1em;
  position: relative;
}
.p-menu__course-bottom-item::before {
  content: "・";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-menu__course-bottom-text {
  font-size: 1.4rem;
  line-height: 1.67;
  margin-top: 1rem;
}

.p-menu__course-bottom-img {
  width: 50%;
}
.p-menu__course-bottom-img img {
  height: auto;
  width: 100%;
}

.p-menu__course-bottom-problem {
  margin-top: 3rem;
}

.p-menu__course-ex {
  margin-top: 4rem;
}

.p-menu__course-ex-title {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
.p-menu__course-ex-title span {
  color: #d70051;
}

.p-menu__course-ex-list {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
}

.p-menu__course-ex-item {
  text-align: center;
}
.p-menu__course-ex-item img {
  height: auto;
  width: 100%;
}
.p-menu__course-ex-item figcaption {
  border: 1px solid #000;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 2rem;
  min-width: 6.7em;
  padding: 0.6rem 4rem;
}
.p-menu__course-line {
  margin-top: 4rem;
  text-align: center;
}

.p-menu__course-line-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-menu__course-line-text a {
  color: inherit;
  text-decoration: underline;
}

.p-menu__reservation {
  background-color: #f9f9f9;
  margin-top: 8rem;
  padding: 4rem;
  text-align: center;
}

.p-menu__reservation-title {
  font-size: 2.8rem;
  font-weight: 600;
}

.p-menu__reservation-text {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1.5rem;
}

.p-menu__reservation-note {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
}

.p-menu__reservation-link {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 2rem;
}
.p-menu__reservation-link a {
  color: inherit;
  text-decoration: underline;
}

.p-menu__closing {
  padding-bottom: 8rem;
  padding-top: 8rem;
  text-align: center;
}

.p-menu__closing-label {
  font-size: 1.8rem;
  font-weight: 500;
}

.p-menu__closing-text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2rem;
}

.p-menu__closing-message {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2rem;
}

.p-menu__cta {
  margin-top: 4rem;
  text-align: center;
}

.p-menu__cta-btn {
  background: linear-gradient(180deg, #f5e167 0%, #b37023 14%, #f6d66e 36%, #f7f5b4 45%, #fcfcf5 55%, #f6f29d 65%, #f3d456 77%, #b46c1f 100%);
  border-radius: 5px;
  color: #000;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.5rem 4rem;
  text-decoration: none;
}

.p-course-lead {
  padding-top: 10rem;
}

.p-course-lead::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-course-lead__head-title {
  background: linear-gradient(180deg, #f5e167 0%, #b37023 14%, #f6d66e 36%, #f7f5b4 45%, #fcfcf5 55%, #f6f29d 65%, #f3d456 77%, #b46c1f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Firefox 用 */
  background-clip: text;
  color: transparent;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.p-course-lead__head-msg {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 2rem;
  text-align: center;
}

.p-course-lead__btn {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 7rem;
  justify-content: center;
  line-height: 1.4;
  margin: 3rem auto 0;
  text-align: center;
  width: 32rem;
}

.p-course-lead__body {
  margin-top: 4rem;
  padding: 0 16.5rem;
}

.p-course-lead__menu {
  display: grid;
  gap: 2rem 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-course-lead__menu-item:first-child {
  grid-column: 1/-1;
}

.p-course-lead__menu-link {
  display: block;
}

.p-course-lead__menu-link img {
  height: auto;
  width: 100%;
}

.p-course-lead__campaign {
  padding-inline: 0;
}

.p-course-lead__img {
  margin: 0 calc(var(--content-both_space) * -1);
  width: 100vw;
}

.p-line .p-course-lead__inner {
  padding-bottom: 4rem;
  position: relative;
}

.p-line .p-course-lead__inner::before {
  background: url(../images/line/lead_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-line-content {
  color: #fff;
  padding: 10.7rem 0 0;
  position: relative;
}

.p-line-content::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-line-content::after {
  aspect-ratio: 2882/1291;
  background: url(../images/line/content_top_back.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-line-content .p-salon-greeting__grid {
  gap: 5rem;
}

.p-line-content .p-salon-greeting__grid:not(:first-child) {
  margin-top: 10.6rem;
}

.p-line-content .p-salon-greeting__grid .p-salon-greeting__stl::before {
  background-color: #fff;
}

.p-line-content .p-salon-greeting__grid .p-salon-greeting__stl {
  letter-spacing: 0;
}

.p-line-content .p-salon-greeting__img picture + picture {
  margin-top: 2rem;
}

.p-line-content .p-salon-greeting__img picture img {
  height: auto;
  width: 100%;
}

.p-salon-greeting__line-text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 3rem;
}

.p-salon-greeting__line-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.p-salon-greeting__line-link:hover {
  color: #c9a84c;
}

.p-line-relaboute {
  margin-top: 10rem;
  text-align: center;
}

.p-line-relaboute__title {
  font-size: 3.4rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.p-line-relaboute__images {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-bottom: 4rem;
}

.p-line-relaboute__images img {
  height: auto;
  max-width: 45%;
}

.p-line-relaboute__text {
  font-size: 2.2rem;
  line-height: 1.9;
  margin-bottom: 4rem;
}

.p-line-relaboute__text > p:first-child {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.p-line-relaboute__text p {
  margin-bottom: 2rem;
}

.p-line-relaboute__sub {
  margin-top: 2rem;
}

.p-line-relaboute__action {
  margin-top: 4rem;
  text-align: center;
}

.p-line-relaboute__action-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.p-line-relaboute__action-list {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
}

.p-line-relaboute__action-list li {
  margin-bottom: 0.5rem;
}

.p-line-relaboute__note {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}

.p-line-relaboute__system {
  margin-top: 4rem;
  text-align: center;
}

.p-line-relaboute__system-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.p-line-relaboute__system-text {
  font-size: 1.8rem;
  line-height: 1.8;
}

.p-line-relaboute__system-note {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 2rem;
}

.p-line-relaboute__footnote {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 2rem;
}

.p-line-action {
  margin-top: 9rem;
}

.p-line-action__title {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}

.p-line-action__grid {
  margin-top: 4rem;
}

.p-line-action__list {
  flex: 1;
}

.p-line-action__item:not(:first-child) {
  margin-top: 4.7rem;
}

.p-line-action__stl {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.23;
}

.p-line-action__text {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1.5rem;
}

.p-line-action__img {
  width: 43.5%;
}

.p-line-action__img img:not(:first-child) {
  margin-top: 2rem;
}

.p-line-action__img img {
  height: auto;
  width: 100%;
}

.p-line-action__box {
  margin-top: 4.4rem;
}

.p-line-action__catch {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}

.p-line-action__items {
  margin-top: 2.1rem;
}

.p-line-action__sel {
  background: linear-gradient(to right, #d2b88b 0%, #ffffff 50%, #d2b88b 100%);
  color: #000;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 1.5rem 0.8rem;
  text-align: center;
}

.p-line-system {
  color: #fff;
  margin-top: 9rem;
  padding-bottom: 9.1rem;
  position: relative;
}

.p-line-system::before {
  aspect-ratio: 2880/1243;
  background: url(../images/line/content_bottom_back.webp) no-repeat top center/contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  width: 100vw;
  z-index: -1;
}

.p-line-system__title {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}

.p-line-system__list {
  margin-top: 6rem;
}

.p-line-system__img img {
  height: auto;
  width: 100%;
}

.p-line-system__read {
  margin-top: 2rem;
}

.p-line-system__stl {
  border-bottom: 1px solid #fff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.17;
  padding-bottom: 2rem;
  padding-left: 6.8rem;
  position: relative;
}

.p-line-system__stl span {
  font-size: 4.8rem;
  font-weight: 500;
  left: 0;
  position: absolute;
  top: calc(50% - 1rem);
  transform: translate(0, -50%);
}

.p-line-system__text {
  font-size: 1.8rem;
  line-height: 1.78;
}

.p-line-system__note {
  font-size: 3rem;
  margin-top: 5rem;
  text-align: center;
}

.p-line-voice {
  padding: 14.5rem 0 15.5rem;
}

.p-line-voice::before {
  background: url(../images/line/pattern_back.webp) repeat-y top center/contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-line-voice__title {
  border-bottom: 1px solid #000;
  font-size: 4rem;
  font-weight: 500;
  padding-bottom: 1rem;
  text-align: center;
}

.p-line-voice__subtitle {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  text-align: center;
}

.p-line-voice__body {
  margin-top: 11rem;
}

.p-line-voice__grid {
  gap: 3.5rem;
}

.p-line-voice__grid:not(:first-child) {
  margin-top: 8rem;
}

.p-line-voice__grid.is-rev {
  flex-direction: row-reverse;
}

.p-line-voice__img {
  width: 46%;
}

.p-line-voice__img img {
  height: auto;
  width: 100%;
}

.p-line-voice__read {
  flex: 1;
}

.p-line-voice__stl {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-line-voice__text {
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1.9;
  margin-top: 1.5rem;
}

.p-line-voice__note {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.9;
  margin-top: 2rem;
}

.p-line-voice__line-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 5rem;
  text-align: center;
}

.p-line-voice__line-link {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.p-line-voice__line-link:hover {
  color: #c9a84c;
}

.p-salon-greeting {
  padding: 13.6rem 0 15rem;
}

.p-salon-greeting::before {
  background: url(../images/salon/greeting_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-salon-greeting__body {
  margin-top: 4rem;
}

.p-salon-greeting__grid {
  display: flex;
  gap: 4rem;
}

.p-salon-greeting__grid.is-rev {
  flex-direction: row-reverse;
}

.p-salon-greeting__grid.is-rev .p-salon-greeting__stl::before {
  left: 0;
}

.p-salon-greeting__grid.is-end {
  align-items: end;
}

.p-salon-greeting__grid:not(:first-child) {
  margin-top: 3.2rem;
}

.p-salon-greeting__grid:first-child .p-salon-greeting__img, .p-salon-greeting__grid:nth-child(4) .p-salon-greeting__img {
  width: 45%;
}

.p-salon-greeting__grid:nth-child(3) {
  margin-top: -14rem;
}

.p-salon-greeting__grid:nth-child(3) .p-salon-greeting__img {
  width: 49.5%;
}

.p-salon-greeting__grid:nth-child(4) {
  margin-top: 10.5rem;
}

.p-salon-greeting__grid:nth-child(5) {
  margin-top: -12.5rem;
}

.p-salon-greeting__grid:nth-child(5) .p-salon-greeting__img {
  width: 38.2%;
}

.p-salon-greeting__grid:nth-child(6) {
  margin-top: 12rem;
}

.p-salon-greeting__grid:nth-child(7) {
  margin-top: 9rem;
}

.p-salon-greeting__grid:nth-child(7) .p-salon-greeting__img {
  width: 50%;
}

.p-salon-greeting__grid:nth-child(6), .p-salon-greeting__grid:nth-child(7) {
  gap: 3.3rem;
}

.p-salon-greeting__grid:nth-child(6) .p-salon-greeting__img, .p-salon-greeting__grid:nth-child(7) .p-salon-greeting__img {
  width: 48.5%;
}

.p-salon-greeting__read {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}

.p-salon-greeting__read dl {
  margin-bottom: 2.5rem;
}

.p-salon-greeting__read dl dt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}

.p-salon-greeting__read dl dd {
  align-items: center;
  display: flex;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.8;
}

.p-salon-greeting__read dl dd span {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  margin-left: 0.7em;
}

.p-salon-greeting__title {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.3em;
}

.p-salon-greeting__stl {
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-bottom: 2rem;
  position: relative;
}

.p-salon-greeting__stl span {
  letter-spacing: -1em;
}

.p-salon-greeting__stl::before {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  width: 100vw;
}

.p-salon-greeting__stl + p {
  letter-spacing: 0.05em;
  margin-top: 1.4rem;
}

.p-salon-greeting__stl + p small {
  display: block;
  font-size: 1.6rem;
  line-height: 1.375;
  margin-top: 3rem;
}

.p-salon-greeting__text {
  font-size: 2.2rem;
  line-height: 1.9;
}

.p-salon-greeting__emphasis {
  font-size: 3rem;
}

.p-salon-greeting__group {
  display: flex;
  justify-content: space-between;
}

.p-salon-greeting__list {
  margin-top: 1.2rem;
}

.p-salon-greeting__item {
  font-size: 2rem;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}

.p-salon-greeting__item:not(:first-child) {
  margin-top: 0.5rem;
}

.p-salon-greeting__item::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

.p-salon-greeting__bnr {
  display: block;
  margin-top: auto;
  width: 50rem;
}

.p-salon-greeting__read-img {
  margin-top: 4rem;
}

.p-salon-greeting__read-img img {
  height: auto;
  width: 100%;
}

.p-salon-greeting__img {
  width: 48%;
}

.p-salon-greeting__img img {
  height: auto;
  width: 100%;
}

.p-salon-news {
  color: #fff;
  margin-top: -1px;
  padding: 14.8rem 0 15rem;
}

.p-salon-news::before {
  background: url(../images/salon/news_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  top: 1px;
  width: 100vw;
  z-index: -1;
}

.p-salon-news__inner {
  padding-inline: 2rem;
}

.-line .p-salon-news__inner {
  max-width: 140rem;
}

.p-salon-news .p-menu__course-grid:not(:first-child) {
  margin-top: 6rem;
}

.p-salon-news__stl {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.42;
  margin-bottom: 4rem;
  text-align: center;
}

.p-salon-news__lead {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.8;
  margin-top: 2rem;
  text-align: center;
}

.p-salon-news .p-menu__course-grid-catch {
  font-size: 1.8rem;
  font-weight: 500;
}

.p-salon-news .p-menu__course-grid-ex {
  color: #fff;
  margin-left: 0;
  text-align: left;
}

.p-salon-news .p-menu__course-grid-ex::before {
  border-color: #fff;
}

.p-salon-news__bottom {
  margin-top: 4.6rem;
  text-align: center;
}

.p-salon-news__closing {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.p-salon-news__text {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.p-salon-news__line-link {
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  margin-top: 3rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.p-salon-news__line-link:hover {
  color: #c9a84c;
}

.p-menu__course-grid-line-link {
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 1.5rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.p-menu__course-grid-line-link:hover {
  color: #c9a84c;
}

.p-salon-news__btn {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 5.4rem;
  justify-content: center;
  letter-spacing: 0.05em;
  margin: 4rem auto 0;
  overflow: hidden;
  padding: 0.3rem 0.5rem 0 0;
  position: relative;
  width: 27rem;
  z-index: 1;
}

.p-salon-news__btn::before, .p-salon-news__btn::after {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: -1;
}

.p-salon-news__btn::before {
  background-image: url(../images/salon/button_gold01.webp);
  opacity: 1;
}

.p-salon-news__btn::after {
  background-image: url(../images/salon/button_gold02.webp);
  opacity: 0;
}

.p-salon-news__btn:hover::before {
  opacity: 0;
}

.p-salon-news__btn:hover::after {
  opacity: 1;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
.p-page {
  padding: 20rem 0;
  text-align: center;
}

.p-page__title {
  font-size: 4rem;
  font-weight: 700;
}

.p-page__msg {
  font-size: 2rem;
  margin-top: 2rem;
}

.p-page__btn {
  margin: 3rem auto 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-salon-lead__inner {
  padding: 9.8rem 0 9.1rem;
  position: relative;
}
.p-salon-lead__inner::before {
  background: url(../images/salon/lead_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.p-salon-lead__title {
  background: linear-gradient(180deg, #f5e167 0%, #b37023 14%, #f6d66e 36%, #f7f5b4 45%, #fcfcf5 55%, #f6f29d 65%, #f3d456 77%, #b46c1f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-indent: 0.5em;
}
.p-salon-lead__text {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 2rem;
  text-align: center;
}
.p-salon-lead__img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.p-salon-greeting {
  padding: 13.6rem 0 15rem;
}
.p-salon-greeting::before {
  background: url(../images/salon/greeting_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.p-salon-greeting__body {
  margin-top: 4rem;
}
.p-salon-greeting__grid {
  display: flex;
  gap: 4rem;
}
.p-salon-greeting__grid.is-rev {
  flex-direction: row-reverse;
}
.p-salon-greeting__grid.is-rev .p-salon-greeting__stl::before {
  left: 0;
}
.p-salon-greeting__grid.is-end {
  align-items: end;
}
.p-salon-greeting__grid:not(:first-child) {
  margin-top: 3.2rem;
}
.p-salon-greeting__grid:first-child .p-salon-greeting__img, .p-salon-greeting__grid:nth-child(4) .p-salon-greeting__img {
  width: 45%;
}
.p-salon-greeting__grid:nth-child(3) {
  margin-top: -14rem;
}
.p-salon-greeting__grid:nth-child(3) .p-salon-greeting__img {
  width: 49.5%;
}
.p-salon-greeting__grid:nth-child(4) {
  margin-top: 10.5rem;
}
.p-salon-greeting__grid:nth-child(5) {
  margin-top: -12.5rem;
}
.p-salon-greeting__grid:nth-child(5) .p-salon-greeting__img {
  width: 38.2%;
}
.p-salon-greeting__grid:nth-child(6) {
  margin-top: 12rem;
}
.p-salon-greeting__grid:nth-child(7) {
  margin-top: 9rem;
}
.p-salon-greeting__grid:nth-child(7) .p-salon-greeting__img {
  width: 50%;
}
.p-salon-greeting__grid:nth-child(6), .p-salon-greeting__grid:nth-child(7) {
  gap: 3.3rem;
}
.p-salon-greeting__grid:nth-child(6) .p-salon-greeting__img, .p-salon-greeting__grid:nth-child(7) .p-salon-greeting__img {
  width: 48.5%;
}
.p-salon-greeting__read {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}
.p-salon-greeting__read dl {
  margin-bottom: 2.5rem;
}
.p-salon-greeting__read dl dt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
.p-salon-greeting__read dl dd {
  align-items: center;
  display: flex;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.8;
}
.p-salon-greeting__read dl dd span {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  margin-left: 0.7em;
}
.p-salon-greeting__title {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.3em;
}
.p-salon-greeting__stl {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-bottom: 2rem;
  position: relative;
}
.p-salon-greeting__stl span {
  letter-spacing: -1em;
}
.p-salon-greeting__stl::before {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  width: 100vw;
}
.p-salon-greeting__stl + p {
  letter-spacing: 0.05em;
  margin-top: 1.4rem;
}
.p-salon-greeting__stl + p small {
  display: block;
  font-size: 1.6rem;
  line-height: 1.375;
  margin-top: 3rem;
}
.p-salon-greeting__text {
  font-size: 1.9rem;
  line-height: 1.9;
}
.p-salon-greeting__group {
  display: flex;
  justify-content: space-between;
}
.p-salon-greeting__list {
  margin-top: 1.2rem;
}
.p-salon-greeting__item {
  font-size: 2rem;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
.p-salon-greeting__item:not(:first-child) {
  margin-top: 0.5rem;
}
.p-salon-greeting__item::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
.p-salon-greeting__bnr {
  display: block;
  margin-top: auto;
  width: 50rem;
}
.p-salon-greeting__read-img {
  margin-top: 4rem;
}
.p-salon-greeting__read-img img {
  height: auto;
  width: 100%;
}
.p-salon-greeting__img {
  width: 48%;
}
.p-salon-greeting__img img {
  height: auto;
  width: 100%;
}

.p-salon-news {
  color: #fff;
  padding: 14.8rem 0 15rem;
}
.p-salon-news.-line {
  padding: 14.8rem 0 9rem;
}
.p-salon-news::before {
  background: url(../images/salon/news_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  top: 1px;
  width: 100vw;
  z-index: -1;
}
.p-salon-news__inner {
  padding-inline: 2rem;
}
.p-salon-news .p-menu__course-grid:not(:first-child) {
  margin-top: 6rem;
}
.p-salon-news__stl {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.42;
  text-align: center;
}
.p-salon-news .p-menu__course-grid-catch {
  font-size: 1.8rem;
  font-weight: 500;
}
.p-salon-news .p-menu__course-grid-price,
.p-salon-news .p-menu__course-grid-ex {
  color: #fff;
  margin-left: 0;
  text-align: left;
}
.p-salon-news .p-menu__course-grid-ex::before {
  border-color: #fff;
}
.p-salon-news__bottom {
  margin-top: 4.6rem;
  text-align: center;
}
.p-salon-news__text {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.p-salon-news__btn {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 5.4rem;
  justify-content: center;
  letter-spacing: 0.05em;
  margin: 4rem auto 0;
  overflow: hidden;
  padding: 0.3rem 0.5rem 0 0;
  position: relative;
  width: 27rem;
  z-index: 1;
}
.p-salon-news__btn::before, .p-salon-news__btn::after {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: -1;
}
.p-salon-news__btn::before {
  background-image: url(../images/salon/button_gold01.webp);
  opacity: 1;
}
.p-salon-news__btn::after {
  background-image: url(../images/salon/button_gold02.webp);
  opacity: 0;
}
.p-salon-news__btn:hover::before {
  opacity: 0;
}
.p-salon-news__btn:hover::after {
  opacity: 1;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-top-mv {
  height: calc(100vh - var(--header_height));
  max-height: 800px;
  overflow: hidden;
}

.p-top-mv__catch {
  left: 5.8%;
  position: absolute;
  top: 13%;
  z-index: 2;
}
.p-top-mv__title img {
  height: auto;
  width: 55rem;
}

.p-top-mv__btn {
  margin-top: 0.5rem;
}

.p-top-mv__btn-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.p-top-mv__btn-link:hover {
  color: #c9a84c;
}

.p-top-mv__text {
  align-items: center;
  color: #3a3a3a;
  display: flex;
  flex-direction: column;
  font-family: "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 2rem;
  position: relative;
  text-align: center;
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.85), 0 0 2px rgba(255, 255, 255, 0.9);
}
.p-top-mv__text::before {
  backdrop-filter: blur(2px);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
  border-radius: 0.5rem;
  content: "";
  inset: -2rem -3rem;
  position: absolute;
  z-index: -1;
}

/* Swiper */
.p-top-mv .swiper {
  height: 100%;
}
.p-top-mv .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.89, 0.04, 0.53, 0.95);
}
.p-top-mv .swiper-slide {
  overflow: hidden;
}
.p-top-mv .swiper-slide-active .swiper-img img, .p-top-mv .swiper-slide-duplicate-active .swiper-img img, .p-top-mv .swiper-slide-prev .swiper-img img, .p-top-mv .swiper-slide-duplicate-prev .swiper-img img {
  transform: scale(1.1) !important;
  transition: transform 10s linear 0s;
}
.p-top-mv .swiper .swiper-img {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition-timing-function: cubic-bezier(0.89, 0.04, 0.53, 0.95) !important;
  width: 100%;
}
.p-top-mv .swiper .swiper-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 30%;
  object-position: center 30%;
}
.p-top-mv .swiper-container-horizontal > .swiper-pagination-bullets,
.p-top-mv .swiper-pagination-custom,
.p-top-mv .swiper-pagination-fraction {
  bottom: 3.5vw !important;
}
.p-top-mv .swiper-pagination-bullet {
  aspect-ratio: 57.2/6.6;
  background-color: #fff;
  border-radius: 0;
  height: inherit;
  margin: 0 3px !important;
  opacity: 1 !important;
  width: 3vw;
}
.p-top-mv .swiper-pagination-bullet-active {
  background-color: #c09b50;
}

.p-top-news {
  padding: 10rem 20% 9rem;
}

.p-top-news__title {
  margin: 0 auto;
  max-width: 54rem;
  width: 100%;
}

.p-top-news__list {
  margin-top: 1rem;
  text-align: center;
}

.p-top-news__item {
  border-bottom: 1px solid #000000;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 80rem;
  padding: 2rem 1rem 1rem;
  text-align: center;
  width: 100%;
}
.p-top-news__item span {
  color: #c09b50;
  margin-right: 1em;
}

.p-top-news__item-body {
  display: inline-block;
  text-align: left;
}

.p-top-promotion {
  padding: 14rem 0 22.8rem;
  position: relative;
}
.p-top-promotion::before {
  background: url(../images/top/pv_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-top-promotion__movie {
  margin-top: 6.5rem;
}
.p-top-promotion__movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.p-top-about__visual {
  margin: 0 calc(50% - 50vw);
  position: relative;
  width: 100vw;
}
.p-top-about__visual::before {
  bottom: 0;
  color: #fff;
  content: attr(data-en);
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 12.5rem;
  font-weight: 400;
  left: 0;
  line-height: 0.45;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
}

.p-top-about__img01 img {
  height: auto;
  width: 100%;
}

.p-top-about__img02 {
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  left: 7.9vw;
  position: absolute;
  top: -6.5vw;
  width: 25.5vw;
}

.p-top-about__body {
  margin-top: -38%;
  padding: 0 0 12%;
  position: relative;
}
.p-top-about__body::before {
  background: url(../images/top/about_back03.webp) no-repeat top center/cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  height: 84%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  top: auto;
  width: 100vw;
  z-index: -1;
}

.p-top-about__wrap {
  display: flex;
  gap: 5rem;
}
.p-top-about__wrap:first-child .p-top-about__img {
  margin-right: -18rem;
  width: 73.3rem;
}

.p-top-about__read {
  color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.p-top-about__read .space {
  display: block;
  height: 54rem;
  width: 1rem;
}

.p-top-about__title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.6rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.p-top-about__title::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 0.75px;
  margin: 0 0 0 calc(50% - 50vw);
  position: absolute;
  right: 0;
  transform: scale(0.75);
  transform-origin: right;
  width: 100vw;
}

.p-top-about__text {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-top-about__text span {
  font-size: 3rem;
  margin-bottom: 0;
}
.p-top-about__text strong {
  font-size: 1.15em;
}
.p-top-about__text small {
  font-size: 1.4rem;
}
.p-top-about__text:not(.-no-margin) {
  margin-bottom: 0;
}

.p-top-about__btn {
  margin-top: 3rem;
}

.p-top-about__banner {
  display: inline-block;
  margin-top: auto;
  max-width: 26vw;
  transition: 0.3s;
  width: 100%;
}
.p-top-about__banner:hover {
  opacity: 0.6;
}

.p-top-about__img {
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  width: 58rem;
}
.p-top-about__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-voice {
  padding: 13.5rem 0 15rem;
}
.p-top-voice::before {
  background: url(../images/top/dairiseki_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-top-voice__head-sub {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  text-align: center;
}

.p-top-voice__head-title {
  border-bottom: 0.5px solid #000;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
  text-align: center;
}

.p-top-voice__head-text {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 1.5rem;
  text-align: center;
}
.p-top-voice__head-text small {
  font-size: 1.4rem;
}

.p-top-voice__body {
  margin-top: 4rem;
}
.p-top-voice__body .ti-widget.ti-goog .ti-review-item {
  padding: 14px !important;
}
.p-top-voice__body .ti-widget.ti-goog .ti-review-item > .ti-inner,
.p-top-voice__body .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500;
}
.p-top-voice__body .ti-text-align-center.ti-widget.ti-goog .ti-review-content .ti-inner {
  text-align: left !important;
}
.p-top-voice__body .ti-widget.ti-goog .ti-controls .ti-next:before,
.p-top-voice__body .ti-widget.ti-goog .ti-controls .ti-prev:before {
  background: #000 !important;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px !important;
  position: absolute;
  transform: rotate(45deg);
  width: 17px;
}
.p-top-voice__body .ti-widget[data-layout-id="4"][data-set-id=drop-shadow] .ti-controls .ti-next:after,
.p-top-voice__body .ti-widget[data-layout-id="4"][data-set-id=drop-shadow] .ti-controls .ti-prev:after {
  background: #000 !important;
  height: 2px !important;
}
.p-top-voice__body .ti-widget.ti-goog .ti-controls {
  display: none !important;
}
.p-top-voice__body .ti-widget.ti-goog .ti-controls-line {
  display: none !important;
}

.p-top-voice__btn {
  margin: 6rem auto 0;
}

.p-top-reason__visual {
  margin: 0 calc(50% - 50vw);
  position: relative;
  width: 100vw;
}
.p-top-reason__visual::before {
  bottom: 0;
  color: #c09b50;
  content: attr(data-en);
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 12.5rem;
  font-weight: 400;
  line-height: 0.45;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 1;
}

.p-top-reason__img01 {
  height: auto;
  width: 100%;
}
.p-top-reason__img01 img {
  height: auto;
  width: 100%;
}

.p-top-reason__img02 {
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 8vw;
  top: -8.2vw;
  width: 29vw;
}
.p-top-reason__img02 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-reason__body {
  margin-top: -15.1vw;
  padding: 7.55vw 0 7.78vw;
  position: relative;
}
.p-top-reason__body::before {
  background: url(../images/top/reason_back03.webp) no-repeat top center/cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  height: calc(100% - 15vw);
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  top: auto;
  width: 100vw;
  z-index: -1;
}

.p-top-reason__wrap {
  align-items: end;
  display: flex;
  flex-direction: row-reverse;
  gap: 7rem;
}

.p-top-reason__read {
  color: #fff;
  flex: 1;
}

.p-top-reason__title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.1rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.p-top-reason__title::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 0.75px;
  left: 0;
  margin: 0 calc(50% - 50vw) 0 0;
  position: absolute;
  transform: scale(0.75);
  transform-origin: left;
  width: 100vw;
}

.p-top-reason__text {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.p-top-reason__text span {
  font-size: 3rem;
}

.p-top-reason__btn {
  margin: 4rem 0 0 auto;
}

.p-top-reason__line-cta {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}

.p-top-reason__line-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.p-top-reason__line-link:hover {
  color: #c9a84c;
}

.p-top-reason__img {
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  margin-left: -20rem;
  width: 58rem;
}
.p-top-reason__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-menu__wrap {
  display: flex;
  max-height: 61rem;
}
.p-top-menu__wrap:first-child .p-top-menu__img img {
  -o-object-position: center top;
  object-position: center top;
}

.p-top-menu__read {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 50%;
}
.p-top-menu__read::before {
  background: url(../images/top/menu_back.webp) repeat-y top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: -2rem;
  position: absolute;
  top: 0;
  width: calc(100% + 2rem);
  z-index: -1;
}

.p-top-menu__read-wrap {
  max-width: 60rem;
  width: 100%;
}

.p-top-menu__img {
  flex: 1;
  margin: 0 calc(50% - 50vw) 0 0;
  overflow: hidden;
  z-index: -1;
}
.p-top-menu__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-menu__title {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 1.5rem;
  position: relative;
}
.p-top-menu__title::before {
  bottom: 0;
  color: #fff;
  content: attr(data-en);
  display: block;
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 18rem;
  font-weight: 400;
  left: 0.15em;
  letter-spacing: 0;
  line-height: 0.7;
  position: absolute;
  white-space: nowrap;
  z-index: -1;
}

.p-top-menu__text {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 0.5rem;
}

.p-top-menu__check {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 1.5rem;
}

.p-top-menu__btn {
  margin: 4.2rem 0 0;
}

.p-top-menu-cta {
  padding: 2rem 0;
  text-align: center;
}

.p-top-menu-cta__lead {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.p-top-menu-cta .c-btn-pink2 {
  margin: 0 auto;
}

.p-top-menu-cta__link {
  color: inherit;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.5rem;
  text-decoration: none;
}

.p-top-monitor {
  margin-top: -5.5rem;
  padding: 0 0 14rem;
}
.p-top-monitor::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-top-blog {
  padding: 14rem 0 15rem;
}
.p-top-blog::before {
  background: url(../images/top/dairiseki_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-top-blog__body {
  margin-top: 9rem;
}

.p-top-blog__list {
  display: grid;
  gap: 9rem 6rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-top-blog__item-img {
  width: 17.3rem;
}
.p-top-blog__item-img img {
  aspect-ratio: 173/216;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-blog__item {
  display: flex;
  gap: 2rem;
}

.p-top-blog__item-read {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.p-top-blog__item-stl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.41;
}

.p-top-blog__item-time {
  display: block;
  font-size: 1.8rem;
  margin-top: 1rem;
  text-align: right;
}

.p-top-blog__item-btn {
  margin: auto 0 0 auto;
}

.p-top-blog__btn {
  margin: 10rem auto 0;
}

.p-top-about__line-cta {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}

.p-top-about__line-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.p-top-about__line-link:hover {
  color: #c9a84c;
}

/* メニュー導線エリア */
.p-top-menu-nav {
  display: block;
  margin-left: calc(50% - 50vw);
  position: relative;
  transition: opacity 0.3s ease;
  width: 100vw;
}
.p-top-menu-nav:hover {
  opacity: 0.85;
}

.p-top-menu-nav__top,
.p-top-menu-nav__bottom {
  position: relative;
}
.p-top-menu-nav__top img,
.p-top-menu-nav__bottom img {
  display: block;
  height: auto;
  width: 100%;
}

.p-top-menu-nav__top .p-top-menu-nav__text {
  bottom: 15%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-top-menu-nav__text {
  align-items: center;
  background: linear-gradient(to right, #f9eda5 0%, #d4a857 14%, #faeab0 36%, #fffdf5 45%, #ffffff 62%, #fdf8d8 70%, #f7e08a 77%, #d4a857 100%);
  display: flex;
  flex-direction: column;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.p-top-menu-nav__text-main {
  align-items: baseline;
  display: flex;
  gap: 1rem;
}

.p-top-menu-nav__text-jp {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.p-top-menu-nav__text-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}

.p-top-menu-nav__text-sub {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-top: 0.5rem;
}

.p-top-menu-nav__text-bottom {
  color: #333;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  left: 50%;
  letter-spacing: 0.08em;
  line-height: 1.8;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 255, 255, 0.6);
  top: 15%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.p-top-menu-nav__inner {
  position: relative;
}

.p-top-menu-nav__title {
  background: linear-gradient(to right, #f5e167 0%, #b37023 14%, #f6d66e 36%, #f7f5b4 45%, #fcfcf5 55%, #f6f29d 65%, #f3d456 77%, #b46c1f 100%);
  font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-top-menu-nav__title span {
  font-family: "Cormorant Garamond", serif;
  font-size: 5.6rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.p-top-menu-nav__sub {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin-top: 0.5rem;
}

.p-top-menu-nav__note {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 3rem;
  opacity: 0.8;
  position: relative;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-tab {
  display: none;
}

.u-disp__less1023 {
  display: none;
}

.u-mask--c-black {
  filter: brightness(0);
}

.u-mask--c-white {
  filter: brightness(0) invert(1);
}

.u-con--md {
  margin: 0 auto;
  max-width: var(--content_width);
}

.u-con--lg {
  margin: 0 auto;
  max-width: 90%;
}

.u-c-white {
  color: #fff;
}

.u-c--b-white {
  color: #fff;
}

.u-z-1 {
  z-index: -1;
}

.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z10 {
  z-index: 10;
}

.u-z50 {
  z-index: 50;
}

.u-z100 {
  z-index: 100;
}

.u-z999 {
  z-index: 999;
}

@media not all and (max-width: 1600px){
  html {
    font-size: 62.5%;
  }
}

@media not all and (max-width: 1320px){
  .l-header__trigger {
    display: none;
  }
  .l-navi__bottom {
    display: none;
  }
}

@media screen and (max-width: 1320px){
  .l-header__inner {
    padding: 0 0 0 2rem;
  }
  .l-header__trigger {
    align-items: center;
    aspect-ratio: 1/1;
    background: linear-gradient(-180deg, #d70051 0%, #f09aae 10%, #d70051 35%, #d70051 70%, #6e0032 100%);
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
  }
  .l-navi {
    display: none;
    height: 100vh;
    left: 50%;
    overflow: scroll;
    padding: 1.2rem 0 15rem;
    position: absolute;
    top: var(--header_height);
    transform: translate(-50%, 0);
    width: 100%;
  }
  .l-navi__inner {
    flex-direction: column;
    height: 100vh;
  }
  .l-navi__menu {
    flex-direction: column;
  }
  .l-navi__menu-item:not(:first-child) {
    border: none;
    margin-top: 0.2rem;
  }
  .l-navi__menu-link {
    font-size: 1.7rem;
    padding: 1rem 2rem;
    text-align: center;
  }
  .l-navi__menu-link::after {
    font-size: 1rem;
  }
  .l-navi__btn {
    display: flex;
    height: auto;
    justify-content: center;
    margin: 1rem 0 0;
    width: 100%;
  }
  .l-navi__btn-link {
    display: inline-block;
    height: auto;
    width: auto;
  }
  .l-navi__btn-link::before, .l-navi__btn-link::after {
    display: none;
  }
  .l-navi__btn-link span {
    font-size: 1.7rem;
    height: inherit;
    padding-left: 3.8rem;
  }
  .l-navi__btn-link span::before {
    left: 0;
    width: 2.858rem;
  }
  .l-navi__btn-link span::after {
    font-size: 1rem;
  }
}

@media not all and (max-width: 927px){
  .l-header__trigger-inner {
    transform: scale(1.4);
  }
  .l-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .p-contact-form__item.is-textarea dt {
    margin-top: 0.5em;
  }
  .p-menu__course-other-item:first-child {
    align-items: end;
  }
  .p-menu__course-other-item:first-child p {
    margin-bottom: 0.5em;
    margin-left: -9rem;
  }
  .p-menu__course-other-item:nth-child(2) {
    align-items: start;
  }
  .p-menu__course-other-item p {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    margin-left: auto;
    white-space: nowrap;
  }
  .p-menu__course-other-item p strong {
    font-size: 3.5rem;
    font-weight: 500;
  }
  .p-menu__course-other-item p strong span {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .p-line-content .p-salon-greeting__grid:nth-child(1) .p-salon-greeting__img {
    width: 47%;
  }
  .p-line-content .p-salon-greeting__grid:nth-child(2) .p-salon-greeting__img {
    width: 49%;
  }
  .p-line-content .p-salon-greeting__grid .p-salon-greeting__text {
    font-size: 2.2rem;
  }
  .p-line-action__grid {
    align-items: flex-end;
    display: flex;
    gap: 3rem;
  }
  .p-line-action__items {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-line-system__list {
    display: grid;
    gap: 6rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-line-voice__grid {
    align-items: flex-start;
    display: flex;
  }
  .p-line-voice__grid:nth-child(2) .p-line-voice__img {
    width: 44%;
  }
  .p-line-voice__grid:nth-child(3) .p-line-voice__img {
    width: 45%;
  }
  .p-salon-greeting__inner {
    padding-inline: 2rem;
  }
  .p-salon-greeting .p-contact-form__head .c-head-deco__jp {
    padding: 0 6.8rem 0 7.3rem;
  }
  .p-salon-greeting__inner {
    padding-inline: 2rem;
  }
  .p-salon-greeting .p-contact-form__head .c-head-deco__jp {
    padding: 0 6.8rem 0 7.3rem;
  }
  .p-top-about__wrap:not(:first-child) {
    margin-top: 6.5rem;
  }
  .p-top-about__wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-top-about__wrap:nth-child(even) .p-top-about__title::before {
    left: 0;
    margin: 0 calc(50% - 50vw) 0 0;
    right: auto;
    transform-origin: left;
  }
  .p-top-menu__wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-top-menu__wrap:nth-child(even) .p-top-menu__read::before {
    left: auto;
    right: -2rem;
    transform: scale(-1, 1);
  }
  .p-top-menu__wrap:nth-child(even) .p-top-menu__read-wrap {
    margin-left: 8rem;
  }
  .p-top-menu__wrap:nth-child(even) .p-top-menu__btn {
    margin-left: 45%;
  }
  .p-top-menu__wrap:nth-child(even) .p-top-menu__img {
    margin: 0 0 0 calc(50% - 50vw);
  }
  .p-top-menu__wrap:last-child .p-top-menu__text {
    line-height: 1.65;
  }
  .u-st {
    display: none !important;
  }
}

@media screen and (max-width: 927px){
  :root {
    --content_width: 750px;
    --content-both_space: 6.4vw;
    --header_height: 7rem;
    --fixed-btn: 7rem;
  }
  html {
    font-size: 70%;
  }
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    font-size: 1.4rem;
    padding: 3px 2px;
  }
  textarea {
    height: 176px;
  }
  input[type=radio] + .mwform-radio-field-text {
    margin: 0;
    padding: 10px 5px 12px 23px;
  }
  input[type=radio] + .mwform-radio-field-text::before {
    height: 15px;
    width: 15px;
  }
  input[type=radio] + .mwform-radio-field-text::after {
    content: "";
    height: 9px;
    left: 3px;
    width: 9px;
  }
  input[type=checkbox] + label {
    padding-left: 30px;
  }
  p.select-parts {
    width: 100%;
  }
  .select-parts::before {
    font-size: 0.8rem;
  }
  .select-parts select {
    font-size: 1.4rem;
    padding: 3px 6px;
  }
  .date-parts {
    width: inherit;
  }
  .date-parts input {
    font-size: 1.2rem;
    padding: 3px 6px;
    width: 14.5rem;
  }
  .date-parts::after {
    font-size: 0.8rem;
    height: calc(100% - 2px);
    top: 1px;
  }
  .time-parts {
    flex: 1;
    justify-content: baseline;
    margin-left: 1.5rem;
    width: 100%;
  }
  .time-parts span {
    font-size: 1.5rem;
    margin-right: 0.3em;
  }
  .wpcf7-not-valid-tip {
    font-size: 0.5em;
  }
  .l-campaign__inner {
    padding-block: 9rem 0;
  }
  .l-campaign-old__inner {
    padding-block: 9rem 0;
  }
  .l-campaign-old__inner::before {
    background: url(../images/top/campaign_back_sp.webp) no-repeat top center/cover;
  }
  .l-campaign__title {
    font-size: 2.2rem;
  }
  .l-campaign__title::before {
    bottom: -0.3em;
    font-size: 9rem;
  }
  .l-campaign__lead {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
  .l-campaign__img {
    aspect-ratio: 299/214;
    margin-top: 2.5rem;
    width: 88%;
  }
  .l-campaign__read {
    margin-top: 2.4rem;
  }
  .l-campaign__stl {
    font-size: 2.2rem;
    line-height: 1.29;
  }
  .l-campaign__msg {
    margin-top: 1rem;
  }
  .l-campaign__text:not(:first-child) {
    font-size: 1.8rem;
  }
  .l-campaign__text {
    font-size: 1.6rem;
    line-height: 1.55;
    text-align: left;
  }
  .l-campaign__text span {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.55;
    margin-bottom: 0.5em;
  }
  .l-campaign__text--02 {
    line-height: 1.3;
    text-align: center;
  }
  .l-campaign__text--line-info {
    font-size: 1.2rem;
    text-align: center;
  }
  .l-campaign__price {
    font-size: 2rem;
    margin-top: 1.3rem;
  }
  .l-campaign__price strong {
    font-size: 5.6rem;
    line-height: 1;
  }
  .l-campaign__price strong span {
    font-size: 2.4rem;
    margin-left: 0.2em;
  }
  .l-campaign__price strong small {
    font-size: 1.8rem;
  }
  .l-campaign__price > span {
    display: inline-block;
    font-size: 2rem;
    margin-top: 1rem;
    text-align: center;
    width: 100%;
  }
  .l-campaign__line-btn {
    margin-top: 2rem;
  }
  .l-campaign__detail {
    align-items: flex-start;
    margin-top: 2.5rem;
  }
  .l-campaign__detail-text {
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: initial;
  }
  .l-campaign__detail-recommend-title {
    font-size: 1.7rem;
  }
  .l-campaign__detail-recommend-list {
    font-size: 1.5rem;
  }
  .l-campaign__bottom {
    margin-top: 1.8rem;
  }
  .l-campaign__cta {
    margin-top: 2.5rem;
  }
  .l-campaign__cta-text {
    font-size: 1.6rem;
  }
  .l-campaign-monitor {
    margin: -1px 0 0;
    padding: 4rem 4.8rem;
  }
  .l-campaign-monitor__title {
    font-size: 2.2rem;
    line-height: 1.27;
  }
  .l-campaign-monitor__text {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
  .l-campaign-monitor__img {
    margin-top: 2rem;
    max-width: 100%;
  }
  .l-campaign-monitor__btn {
    margin-top: 3.5rem;
  }
  .l-campaign-monitor__cta {
    margin-top: 2.5rem;
  }
  .l-footer {
    padding: 4.5rem 0 10rem;
  }
  .l-footer__inner {
    padding: 0 var(--content-both_space);
  }
  .l-footer__logo {
    width: 27.4rem;
  }
  .l-footer__info {
    display: block;
    margin-top: 2.2rem;
  }
  .l-footer__info-gmap {
    margin-top: 2rem;
    padding-top: 80%;
    width: 100%;
  }
  .l-footer__info-gmap-address {
    color: #fff;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    margin-top: 1rem;
  }
  .l-footer__info-note {
    font-size: 1.1rem;
  }
  .l-footer__info-address {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .l-footer__info-address dl dt {
    width: 6.5em;
  }
  .l-footer__info-table {
    margin-top: 2.3rem;
    width: 100%;
  }
  .l-footer table {
    width: 100%;
  }
  .l-footer table td,
  .l-footer table th {
    font-size: 1.5rem;
  }
  .l-footer__tel {
    margin-top: 1.1rem;
  }
  .l-footer__tel-link {
    font-size: 2rem;
    padding-left: 2rem;
  }
  .l-footer__tel-link::before {
    top: 55%;
    width: 1.6rem;
  }
  .l-footer__sns {
    gap: 0.7rem;
    margin-top: 3.5rem;
  }
  .l-footer__sns-link {
    height: 2.5rem;
  }
  .l-footer__menu {
    gap: 0.5rem;
    margin-top: 2.3rem;
  }
  .l-footer__menu-link {
    font-size: 1.2rem;
    padding: 1rem;
  }
  .l-footer__copyright {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .l-footer__overview {
    margin-top: 0;
  }
  .l-footer__overview-logo {
    margin-top: 2rem;
    width: 27.5rem;
  }
  .l-footer__overview-body {
    margin-top: 1.9rem;
  }
  .l-footer__overview-info {
    display: block;
  }
  .l-footer__overview-info-img {
    width: 100%;
  }
  .l-footer__overview-info-read {
    margin-top: 1.6rem;
  }
  .l-footer__overview-info-address dl dt {
    width: 6.1em;
  }
  .l-footer__overview-info-tel {
    margin-top: 1.2rem;
    text-align: center;
  }
  .l-footer__overview-info-tel-link {
    font-size: 3.5rem;
    padding-left: 2.5rem;
  }
  .l-footer__overview-info-tel-link::before {
    top: 55%;
    width: 2rem;
  }
  .l-footer__overview-info-table {
    margin-top: 1.7rem;
  }
  .l-footer__access {
    padding-top: 4.5rem;
  }
  .l-footer__access-gmap {
    margin-top: 2.5rem;
    padding-top: 60.5%;
  }
  .l-footer__access-address {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    margin: 0.7rem 0 0;
  }
  .l-header__logo a {
    height: auto;
    max-width: 24rem;
    width: 62vw;
  }
  .l-main--404 .l-main__inner, .l-main--error .l-main__inner {
    padding: 80px 15px;
  }
  .l-main--404 .c-btn, .l-main--error .c-btn {
    margin-top: 30px;
  }
  .l-navi__bottom-sns {
    gap: 0.7rem;
    margin-top: 2.5rem;
  }
  .c-btn {
    height: 3.5rem;
    width: 17rem;
  }
  .c-btn__link {
    font-size: 1.3rem;
    padding: 0;
  }
  .c-btn-pink {
    height: 3.5rem;
    width: 17rem;
  }
  .c-btn-pink__link {
    font-size: 1.3rem;
    padding: 0;
  }
  .c-btn-pink2 {
    height: 3.5rem;
    width: 17rem;
  }
  .c-btn-pink2__link {
    font-size: 1.3rem;
    padding: 0;
  }
  .c-head-deco__jp {
    font-size: 1.9rem;
    letter-spacing: 0.2em;
    padding: 0 3.2rem 0 4rem;
  }
  .c-head-deco__jp::before, .c-head-deco__jp::after {
    width: 2.7rem;
  }
  .c-head-deco__en {
    font-size: 1rem;
  }
  .p-top-promotion__head .c-head-deco__jp {
    padding: 0 3.2rem;
  }
  .c-kv__title {
    font-size: 2.5rem;
    text-shadow: 0 0 8px rgba(255, 248, 220, 0.9), 0 0 15px rgba(255, 248, 220, 0.8), 0 0 25px rgba(245, 225, 167, 0.7), 0 0 35px rgba(212, 175, 105, 0.6);
  }
  .c-kv__title::before {
    bottom: 60%;
    font-size: 9rem;
    text-shadow: 0 0 10px rgba(255, 248, 220, 0.9), 0 0 20px rgba(255, 248, 220, 0.8), 0 0 35px rgba(245, 225, 167, 0.7), 0 0 50px rgba(212, 175, 105, 0.6);
  }
  .c-kv__title--line::before {
    font-size: 6rem;
  }
  .c-kv__img {
    height: 20rem;
  }
  .c-mermaid-cell {
    display: flex;
    flex-direction: column;
  }
  .c-mermaid-cell__read {
    margin-top: 2.4rem;
    order: 2;
    padding: 0;
  }
  .c-mermaid-cell__read-head {
    display: block;
  }
  .c-mermaid-cell__read-head:has(.c-mermaid-cell__ex) .c-mermaid-cell__price {
    font-size: 1.8rem;
  }
  .c-mermaid-cell__read-head:has(.c-mermaid-cell__ex) .c-mermaid-cell__price strong {
    font-size: 2.4rem;
  }
  .c-mermaid-cell__read-head:has(.c-mermaid-cell__ex) .c-mermaid-cell__price strong span {
    font-size: 1.4rem;
  }
  .c-mermaid-cell__catch {
    font-size: 1.6rem;
    text-align: center;
  }
  .c-mermaid-cell__stl {
    font-size: 2.2rem;
    line-height: 1.32;
    text-align: center;
  }
  .c-mermaid-cell__price {
    font-size: 2rem;
    margin-top: 1rem;
    text-align: center;
  }
  .c-mermaid-cell__price strong {
    font-size: 2.8rem;
    margin-left: 0.2em;
  }
  .c-mermaid-cell__price strong span {
    font-size: 1.7rem;
  }
  .c-mermaid-cell__ex {
    font-size: 1.8rem;
    justify-content: center;
  }
  .c-mermaid-cell__ex::before {
    font-size: 1.2rem;
  }
  .c-mermaid-cell__ex strong {
    font-size: 3.6rem;
  }
  .c-mermaid-cell__ex strong span {
    font-size: 1.4rem;
  }
  .c-mermaid-cell__line {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
  .c-mermaid-cell__line-text {
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
  }
  .c-mermaid-cell__line-price {
    font-size: 5rem;
    margin-left: 0;
    margin-top: 0;
  }
  .c-mermaid-cell__line-price span {
    font-size: 1.8rem;
  }
  .c-mermaid-cell__trial {
    margin-top: 1.5rem;
    width: 100%;
  }
  .c-mermaid-cell__trial-box {
    padding: 1em 1.2em;
  }
  .c-mermaid-cell__trial-label {
    font-size: 1.7rem;
  }
  .c-mermaid-cell__trial-price {
    font-size: 1.8rem;
  }
  .c-mermaid-cell__trial-price strong {
    font-size: 3rem;
  }
  .c-mermaid-cell__trial-price strong span {
    font-size: 1.4rem;
  }
  .c-mermaid-cell-cta:has(.-special) {
    width: 95%;
  }
  .c-mermaid-cell-cta {
    margin-bottom: 2rem;
    margin-top: 2rem;
    width: 95%;
  }
  .c-mermaid-cell-cta__note {
    font-size: 1rem;
    height: 3.2rem;
    margin-bottom: -0.8rem;
  }
  .c-mermaid-cell-cta__btn.-special {
    font-size: 1.3rem;
    height: 4rem;
  }
  .c-mermaid-cell-cta__btn {
    font-size: 1.3rem;
    height: 4rem;
  }
  .c-mermaid-cell__btn {
    text-align: center;
  }
  .c-mermaid-cell__btn-link {
    font-size: 1.4rem;
  }
  .c-mermaid-cell__body {
    margin-top: 1.4rem;
    order: 3;
  }
  .c-mermaid-cell__text {
    font-size: 1.47rem;
    line-height: 1.7;
  }
  .c-mermaid-cell__recommend {
    margin-top: 2rem;
    padding: 2rem;
  }
  .c-mermaid-cell__recommend-title {
    font-size: 1.6rem;
  }
  .c-mermaid-cell__recommend-list li {
    font-size: 1.6rem;
  }
  .c-mermaid-cell__bottom {
    margin-top: 2rem;
  }
  .c-mermaid-cell__img {
    order: 1;
  }
  .c-mermaid-cell-cta {
    margin-top: 4rem;
  }
  .c-mermaid-cell-cta__text {
    font-size: 1.8rem;
  }
  .c-pageto-link {
    border-width: 1px;
    padding-bottom: 1px;
    width: 3.2rem;
  }
  .c-pageto-link img {
    width: 1.4rem;
  }
  .c-problem__bottom-catch {
    font-size: 1.6rem;
    text-align: center;
  }
  .c-problem__bottom-list {
    justify-content: center;
    margin-top: 1rem;
  }
  .c-problem__bottom-list.is-3column {
    margin-inline: auto;
    width: calc(19.2rem + 0.6em);
  }
  .c-problem__bottom-list.is-4column {
    margin-inline: auto;
    width: calc(25.6rem + 0.8em);
  }
  .c-problem__bottom-item {
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    min-width: 5.2em;
    padding: 0.25em 0.6em 0.4em;
  }
  .c-problem__bottom-item.is-long {
    min-width: 10.6em;
  }
  .c-problem__bottom-note {
    font-size: 1.4rem;
    text-align: left;
  }
  .p-contact-kv .c-kv__title::before {
    bottom: 0.15em;
    font-size: 6.2rem;
  }
  .p-contact__inner {
    padding-top: 3.5rem;
  }
  .p-contact-form__body {
    margin-top: 1rem;
  }
  .p-contact-form__msg {
    font-size: 1.7rem;
    letter-spacing: -0.02em;
    line-height: 1.72;
    text-align: left;
  }
  .p-contact-form__list {
    margin-top: 0.6rem;
  }
  .p-contact-form__item {
    display: block;
    padding: 1rem 0 0.9rem;
  }
  .p-contact-form__item.is-required dt::before {
    bottom: -3.8rem;
    font-size: 1.2rem;
    left: 0;
    padding: 0 0.5rem;
    right: auto;
    top: auto;
  }
  .p-contact-form__item dt {
    font-size: 1.5rem;
    width: 100%;
  }
  .p-contact-form__item dd {
    gap: 0;
    margin-top: 0.6rem;
    padding-left: 4rem;
  }
  .p-contact-form__btn {
    margin-top: 2rem;
  }
  .p-contact-form__box {
    margin-top: 4.8rem;
    padding: 3.2rem 1rem 2rem;
  }
  .p-contact-form__box-title {
    font-size: 2.1rem;
  }
  .p-contact-form__box-title span {
    font-size: 1.5rem;
  }
  .p-contact-form__box-msg {
    font-size: 1.7rem;
    line-height: 1.7;
    text-align: left;
  }
  .p-contact-form__box-list {
    margin-top: 1.5rem;
    padding: 0 2.5rem;
  }
  .p-contact-form__box-item {
    font-size: 1.8rem;
    padding: 0.35rem 0;
  }
  .p-contact-faq {
    padding: 4.5rem 0;
  }
  .p-contact-fqa__body {
    margin-top: 1rem;
  }
  .p-contact-fqa__wrap:not(:first-child) {
    margin-top: 2.8rem;
  }
  .p-contact-fqa__wrap dt {
    font-size: 1.6rem;
  }
  .p-contact-fqa__wrap dd {
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    line-height: 1.88;
  }
  .p-course-lead {
    padding-top: 4rem;
  }
  .p-course-lead__head-title {
    font-size: 2.1rem;
    white-space: nowrap;
  }
  .p-course-lead__head-msg {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    line-height: 1.6;
    margin-top: 1.4rem;
  }
  .p-course-lead__head-line {
    font-size: 1.4rem;
  }
  .p-course-lead__body {
    margin-top: 2.6rem;
    padding: 0;
  }
  .p-course-lead__menu {
    gap: 0.8rem 0.5rem;
    margin: 0 auto;
    max-width: 60rem;
    width: 100%;
  }
  .p-course-lead__note {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .p-course-lead__line-link {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .p-menu__course {
    padding-block: 9.3rem 4.5rem;
  }
  .p-menu__course-wrap {
    margin: -10rem auto 0;
    max-width: 60rem;
    padding: 10rem 0 0;
    width: 100%;
  }
  .p-menu__course-wrap:not(:first-child) {
    margin-top: -4rem;
    padding-top: 12.5rem;
  }
  .p-menu__course-title {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  .p-menu__course-title::before {
    font-size: 9rem;
  }
  .p-menu__course-body {
    margin-top: 3rem;
  }
  .p-menu__course-thumb--grid {
    gap: 0.4rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
  }
  .p-menu__course-thumb--grid > *:nth-child(1),
  .p-menu__course-thumb--grid img:nth-child(1) {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .p-menu__course-thumb--grid > *:nth-child(2),
  .p-menu__course-thumb--grid img:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2;
  }
  .p-menu__course-thumb--grid > *:nth-child(3),
  .p-menu__course-thumb--grid img:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2;
  }
  .p-menu__course-thumb--column {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-menu__course-read {
    margin-top: 2rem;
  }
  .p-menu__course-stl strong::before {
    font-size: 1.7rem;
  }
  .p-menu__course-stl strong::after {
    font-size: 1.7rem;
  }
  .p-menu__course-stl {
    display: block;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .p-menu__course-stl strong {
    display: block;
    font-size: 2.8rem;
    margin: 0.5rem 0 0;
  }
  .p-menu__course-stl strong span {
    font-size: 1.7rem;
  }
  .p-menu__course-stl strong::before {
    font-size: 1.7rem;
  }
  .p-menu__course-stl strong::after {
    font-size: 1.7rem;
  }
  .p-menu__course-stl--lg strong {
    font-size: 4.9rem;
  }
  .p-menu__course-stl--lg strong span {
    font-size: 1.9rem;
  }
  .p-menu__course-text {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-top: 1.5rem;
    text-align: left;
  }
  .p-menu__course-text span {
    font-size: 1.4rem;
    letter-spacing: -0.05em;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
  }
  .p-menu__course-grid {
    flex-direction: column-reverse;
  }
  .p-menu__course-grid:not(:first-child) {
    margin-top: 7rem;
  }
  .p-menu__course-grid-read {
    margin-top: 2.4rem;
    padding: 0;
  }
  .p-menu__course-grid-read-head {
    display: block;
  }
  .p-menu__course-grid-read-head:has(.p-menu__course-grid-ex) .p-menu__course-grid-price {
    font-size: 1.8rem;
  }
  .p-menu__course-grid-read-head:has(.p-menu__course-grid-ex) .p-menu__course-grid-price strong {
    font-size: 2.4rem;
  }
  .p-menu__course-grid-read-head:has(.p-menu__course-grid-ex) .p-menu__course-grid-price strong span {
    font-size: 1.4rem;
  }
  .p-menu__course-grid-stl {
    font-size: 2.2rem;
    line-height: 1.32;
    text-align: center;
  }
  .p-menu__course-grid-price {
    font-size: 2rem;
    margin-top: 1rem;
    text-align: center;
  }
  .p-menu__course-grid-price strong {
    font-size: 2.8rem;
    margin-left: 0.2em;
  }
  .p-menu__course-grid-price strong span {
    font-size: 1.7rem;
  }
  .p-menu__course-grid-ex {
    font-size: 1.8rem;
    justify-content: center;
  }
  .p-menu__course-grid-ex::before {
    font-size: 1.1rem;
  }
  .p-menu__course-grid-ex strong {
    font-size: 3.6rem;
  }
  .p-menu__course-grid-ex strong span {
    font-size: 1.4rem;
  }
  .p-menu__course-grid-note {
    font-size: 1.2rem;
  }
  .p-menu__course-grid-body {
    margin-top: 1.4rem;
  }
  .p-menu__course-grid-text {
    font-size: 1.7rem;
    line-height: 1.7;
  }
  .p-menu__course-grid-bottom {
    margin-top: 2rem;
  }
  .p-menu__course-other {
    margin-top: 5rem;
  }
  .p-menu__course-other-title {
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
  }
  .p-menu__course-other-body {
    margin-top: 1rem;
  }
  .p-menu__course-other-list {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .p-menu__course-other-item {
    flex-wrap: wrap;
    font-size: 1.8rem;
    line-height: 1.61;
  }
  .p-menu__course-other-item p {
    font-size: 1.8rem;
    margin-left: auto;
  }
  .p-menu__course-other-item p strong {
    font-size: 2.4rem;
    font-weight: 500;
    margin-left: 0.2em;
  }
  .p-menu__course-other-item p strong span {
    font-size: 1.4rem;
    margin-left: 0.1em;
  }
  .p-menu__course-other-note {
    font-size: 1.2rem;
    line-height: 1.28;
    margin-top: 1rem;
  }
  .p-menu__course-grid-img {
    width: 100%;
  }
  .p-menu__course-bottom {
    margin-top: 1.5rem;
  }
  .p-menu__course-bottom--single {
    margin-top: 2rem;
  }
  .p-menu__course-bottom-grid {
    display: block;
  }
  .p-menu__course-bottom-box {
    border-left: none;
    border-right: none;
    padding: 1.4rem 0 1.5rem;
  }
  .p-menu__course-bottom-stl {
    font-size: 2rem;
  }
  .p-menu__course-bottom-list {
    margin-top: 1.3rem;
  }
  .p-menu__course-bottom-item {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-menu__course-bottom-text {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 1.7rem;
  }
  .p-menu__course-bottom-img {
    margin-top: 2rem;
    width: 100%;
  }
  .p-menu__course-bottom-problem {
    margin-top: 2rem;
  }
  .p-menu__course-ex {
    margin-top: 1.5rem;
  }
  .p-menu__course-ex-title {
    font-size: 1.8rem;
    line-height: 1.61;
  }
  .p-menu__course-ex-list {
    gap: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2rem;
  }
  .p-menu__course-ex-item figcaption {
    font-size: 2rem;
    margin-top: 1.5rem;
    padding: 0.5rem 4rem;
  }
  .p-menu__course-line {
    margin-top: 2rem;
  }
  .p-menu__course-line-text {
    font-size: 1.4rem;
  }
  .p-menu__reservation {
    margin-top: 4rem;
    padding: 2rem 1.5rem;
  }
  .p-menu__reservation-title {
    font-size: 2rem;
  }
  .p-menu__reservation-text {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .p-menu__reservation-note {
    font-size: 1.3rem;
  }
  .p-menu__reservation-link {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
  .p-menu__closing {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .p-menu__closing-label {
    font-size: 1.4rem;
  }
  .p-menu__closing-text {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
  .p-menu__closing-message {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
  .p-menu__cta {
    margin-top: 3rem;
  }
  .p-menu__cta-btn {
    font-size: 1.4rem;
    padding: 1.2rem 2rem;
  }
  .p-course-lead {
    padding-top: 4rem;
  }
  .p-course-lead__head-title {
    font-size: 1.9rem;
    white-space: nowrap;
  }
  .p-course-lead__head-msg {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    line-height: 1.6;
    margin-top: 1.4rem;
    text-align: center;
  }
  .p-course-lead__btn {
    font-size: 1.5rem;
    height: 6rem;
    margin-top: 2rem;
    width: 28rem;
  }
  .p-course-lead__body {
    margin-top: 2.6rem;
    padding: 0;
  }
  .p-course-lead__menu {
    gap: 0.8rem 0.5rem;
    margin: 0 auto;
    max-width: 60rem;
    width: 100%;
  }
  .p-line .p-course-lead__inner {
    padding-bottom: 3rem;
  }
  .p-line .p-course-lead__inner::before {
    background: url(../images/line/lead_back_sp.webp) no-repeat top center/cover;
  }
  .p-line-content {
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-line-content::after {
    aspect-ratio: 585/537;
    top: 66vw;
  }
  .p-line-content .p-salon-greeting__grid:not(:first-child) {
    margin-top: 3rem;
  }
  .p-line-content .p-salon-greeting__grid:nth-child(1) .p-salon-greeting__img {
    margin: 0;
    position: relative;
    width: 100%;
  }
  .p-line-content .p-salon-greeting__grid:nth-child(2) {
    flex-direction: column-reverse;
  }
  .p-line-content .p-salon-greeting__grid:nth-child(2) .p-salon-greeting__img {
    margin: 0;
    width: 100%;
  }
  .p-line-relaboute__images {
    width: 100%;
  }
  .p-line-content .p-salon-greeting__read {
    margin-top: 0 !important;
  }
  .p-salon-greeting__line-text {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
  .p-line-relaboute {
    margin-top: 4rem;
  }
  .p-line-relaboute__head {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-line-relaboute__title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .p-line-relaboute__title::after {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    margin-top: 1.5rem;
  }
  .p-line-relaboute__images {
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2.5rem;
  }
  .p-line-relaboute__images img {
    max-width: 100%;
  }
  .p-line-relaboute__text {
    font-size: 1.45rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    text-align: left;
  }
  .p-line-relaboute__text > p:first-child {
    font-size: 1.7rem;
    font-weight: 600;
  }
  .p-line-relaboute__text > p:first-child span {
    font-size: 1.44rem;
  }
  .p-line-relaboute__action-title,
  .p-line-relaboute__system-title {
    font-size: 1.8rem;
  }
  .p-line-relaboute__action-list,
  .p-line-relaboute__system-text,
  .p-line-relaboute__system-note {
    font-size: 1.6rem;
  }
  .p-line-action {
    margin-top: 3rem;
  }
  .p-line-action__title {
    border: 1px solid #fff;
    font-size: 2rem;
    line-height: 1.3;
    padding: 0.65em;
    text-align: center;
  }
  .p-line-action__grid {
    margin-top: 2.2rem;
  }
  .p-line-action__item:not(:first-child) {
    margin-top: 3.2rem;
  }
  .p-line-action__stl {
    font-size: 2.2rem;
    line-height: 1.27;
    text-align: center;
  }
  .p-line-action__text {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .p-line-action__img {
    margin-top: 2.2rem;
    width: 100%;
  }
  .p-line-action__catch {
    font-size: 2.2rem;
  }
  .p-line-action__items {
    margin-top: 1.8rem;
  }
  .p-line-action__sel {
    font-size: 1.7rem;
    margin-left: 3.8rem;
    padding: 0.3rem 1rem 0.4rem;
    position: relative;
    text-align: left;
  }
  .p-line-action__sel:not(:first-child) {
    margin-top: 0.28rem;
  }
  .p-line-action__sel span {
    align-items: center;
    aspect-ratio: 1/1;
    border: solid 1px #fff;
    color: #fff;
    display: flex;
    font-size: 1.7rem;
    height: 100%;
    justify-content: center;
    left: -4rem;
    position: absolute;
    top: 0;
  }
  .p-line-system {
    margin-top: 5.2rem;
    padding-bottom: 5rem;
  }
  .p-line-system::before {
    aspect-ratio: 585/752;
    background: url(../images/line/content_bottom_back_sp.webp) no-repeat top center/contain;
  }
  .p-line-system__title {
    border: 1px solid #fff;
    font-size: 2rem;
    line-height: 1.3;
    padding: 0.6em 0 0.7em;
    text-align: center;
  }
  .p-line-system__list {
    margin-top: 2rem;
  }
  .p-line-system__item {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-line-system__item:not(:first-child) {
    margin-top: 2.5rem;
  }
  .p-line-system__img {
    margin-top: 2.5rem;
  }
  .p-line-system__read {
    margin: 0;
  }
  .p-line-system__stl {
    font-size: 2.2rem;
    padding-bottom: 1.2rem;
    padding-left: 6.8rem;
  }
  .p-line-system__stl span {
    font-size: 5rem;
  }
  .p-line-system__text {
    line-height: 1.7;
    margin-top: 0.6rem;
  }
  .p-line-system__note {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 2.2rem;
  }
  .p-line-voice {
    padding: 4.5rem 0 3rem;
  }
  .p-line-voice__title {
    font-size: 2.2rem;
    line-height: 1.27;
    padding-bottom: 2rem;
  }
  .p-line-voice__subtitle {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-line-voice__body {
    margin-top: 2rem;
  }
  .p-line-voice__grid:not(:first-child) {
    margin-top: 3.6rem;
  }
  .p-line-voice__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-line-voice__read {
    margin-top: 2.5rem;
  }
  .p-line-voice__stl {
    border-bottom: 1px solid #000;
    font-size: 2.2rem;
    line-height: 1.27;
    padding-bottom: 1.8rem;
    text-align: center;
  }
  .p-line-voice__text {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.8;
    margin-top: 2.2rem;
  }
  .p-line-voice__note {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.8;
    margin-top: 1.5rem;
  }
  .p-line-voice__line-text {
    font-size: 1.5rem;
    margin-top: 3rem;
  }
  .p-salon-greeting {
    padding: 69vw 0 3.8rem;
  }
  .p-salon-greeting__body {
    margin-top: 0.6rem;
  }
  .p-salon-greeting__grid {
    flex-direction: column;
    gap: 0;
  }
  .p-salon-greeting__grid.is-rev {
    flex-direction: column-reverse;
  }
  .p-salon-greeting__grid:nth-child(-n+3) .p-salon-greeting__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-salon-greeting__grid:nth-child(1) .p-salon-greeting__img {
    left: 0;
    position: absolute;
    top: 0;
  }
  .p-salon-greeting__grid:nth-child(2) .p-salon-greeting__read {
    margin-top: 3.4rem;
  }
  .p-salon-greeting__grid:nth-child(3) {
    margin-top: 0;
    position: relative;
  }
  .p-salon-greeting__grid:nth-child(3) .p-salon-greeting__img {
    left: 0;
    position: absolute;
    top: 0;
  }
  .p-salon-greeting__grid:nth-child(4) {
    flex-direction: column-reverse;
    margin-top: 3.2rem;
  }
  .p-salon-greeting__grid:nth-child(4) .p-salon-greeting__img {
    margin: 0 auto;
    width: 85%;
  }
  .p-salon-greeting__grid:nth-child(4) .p-salon-greeting__text {
    line-height: 1.7;
  }
  .p-salon-greeting__grid:nth-child(5) {
    margin-top: 2rem;
  }
  .p-salon-greeting__grid:nth-child(5) .p-salon-greeting__img {
    margin-bottom: 2rem;
    width: 100%;
  }
  .p-salon-greeting__grid:nth-child(6) {
    margin-top: 4rem;
  }
  .p-salon-greeting__grid:nth-child(7) {
    flex-direction: column-reverse;
    margin-top: 3.4rem;
  }
  .p-salon-greeting__grid:nth-child(6), .p-salon-greeting__grid:nth-child(7) {
    gap: 3rem;
  }
  .p-salon-greeting__grid:nth-child(6) .p-salon-greeting__img, .p-salon-greeting__grid:nth-child(7) .p-salon-greeting__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-salon-greeting__read dl {
    border-bottom: 1px solid #000;
    margin: 1.5rem 0 1rem;
    padding-bottom: 1rem;
  }
  .p-salon-greeting__read dl dt {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
  }
  .p-salon-greeting__read dl dd {
    flex-direction: column;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-top: 0.2rem;
    text-align: center;
    text-indent: 0.3em;
  }
  .p-salon-greeting__read dl dd span {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    margin: 0;
  }
  .p-salon-greeting__title {
    font-size: 2rem;
    margin-top: -0.5rem;
    text-align: center;
  }
  .p-salon-greeting__stl {
    font-size: 2.1rem;
    line-height: 1.27;
    padding-bottom: 1.5rem;
    text-align: center;
  }
  .p-salon-greeting__stl::before {
    width: 100%;
  }
  .p-salon-greeting__stl + p {
    margin-top: 1rem;
  }
  .p-salon-greeting__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-salon-greeting__emphasis {
    font-size: 1.8rem;
  }
  .p-salon-greeting__list {
    margin-top: 0.2rem;
  }
  .p-salon-greeting__item {
    font-size: 1.6rem;
  }
  .p-salon-greeting__item:not(:first-child) {
    margin-top: 0.5rem;
  }
  .p-salon-greeting__bnr {
    margin: 3rem auto 0;
    width: 87%;
  }
  .p-salon-greeting__img {
    width: 100%;
  }
  .p-salon-news {
    padding: 3.6rem 0 5rem;
  }
  .p-salon-news__inner {
    padding-inline: 0;
  }
  .p-salon-news .p-menu__course-grid:not(:first-child) {
    margin-top: 2rem;
  }
  .p-salon-news__stl {
    font-size: 2.2rem;
    letter-spacing: 0;
    margin-bottom: 2rem;
  }
  .p-salon-news__lead {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
  .p-salon-news .p-menu__course-grid-catch {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  .p-salon-news .p-menu__course-grid-price,
  .p-salon-news .p-menu__course-grid-ex {
    text-align: center;
  }
  .p-salon-news .p-menu__course-grid-ex {
    justify-content: center;
    margin-top: 1rem;
    padding-top: 4.8rem;
    position: relative;
  }
  .p-salon-news .p-menu__course-grid-ex::before {
    font-size: 2.2rem;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .p-salon-news__bottom {
    margin-top: 2.5rem;
  }
  .p-salon-news__closing {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .p-salon-news__text {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .p-salon-news__line-link {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .p-menu__course-grid-line-link {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .p-menu__course-grid-recommend {
    margin-top: 2rem;
  }
  .p-menu__course-grid-recommend-catch {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .p-menu__course-grid-recommend-list li {
    font-size: 1.4rem;
  }
  .p-salon-news__btn {
    font-size: 1.3rem;
    height: 3.5rem;
    margin-top: 2.4rem;
    padding: 0;
    width: 17rem;
  }
  .p-salon-lead__inner {
    padding: 4rem 0 3.8rem;
  }
  .p-salon-lead__inner::before {
    background: url(../images/salon/lead_back_sp.webp) no-repeat top center/cover;
  }
  .p-salon-lead__title {
    font-size: 2.2rem;
    white-space: nowrap;
  }
  .p-salon-lead__text {
    font-size: 1.75rem;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: left;
  }
  .p-salon-greeting {
    padding: 69vw 0 3.8rem;
  }
  .p-salon-greeting__body {
    margin-top: 0.6rem;
  }
  .p-salon-greeting__grid {
    flex-direction: column;
    gap: 0;
  }
  .p-salon-greeting__grid.is-rev {
    flex-direction: column-reverse;
  }
  .p-salon-greeting__grid:nth-child(-n+3) .p-salon-greeting__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-salon-greeting__grid:nth-child(1) .p-salon-greeting__img {
    left: 0;
    position: absolute;
    top: 0;
  }
  .p-salon-greeting__grid:nth-child(2) .p-salon-greeting__read {
    margin-top: 3.4rem;
  }
  .p-salon-greeting__grid:nth-child(3) {
    margin-top: 0;
    position: relative;
  }
  .p-salon-greeting__grid:nth-child(3) .p-salon-greeting__img {
    left: 0;
    position: absolute;
    top: 0;
  }
  .p-salon-greeting__grid:nth-child(4) {
    flex-direction: column-reverse;
    margin-top: 3.2rem;
  }
  .p-salon-greeting__grid:nth-child(4) .p-salon-greeting__img {
    margin: 0 auto;
    width: 85%;
  }
  .p-salon-greeting__grid:nth-child(4) .p-salon-greeting__text {
    line-height: 1.7;
  }
  .p-salon-greeting__grid:nth-child(5) {
    margin-top: 2rem;
  }
  .p-salon-greeting__grid:nth-child(5) .p-salon-greeting__img {
    margin-bottom: 2rem;
    width: 100%;
  }
  .p-salon-greeting__grid:nth-child(6) {
    margin-top: 4rem;
  }
  .p-salon-greeting__grid:nth-child(7) {
    flex-direction: column-reverse;
    margin-top: 3.4rem;
  }
  .p-salon-greeting__grid:nth-child(6), .p-salon-greeting__grid:nth-child(7) {
    gap: 3rem;
  }
  .p-salon-greeting__grid:nth-child(6) .p-salon-greeting__img, .p-salon-greeting__grid:nth-child(7) .p-salon-greeting__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-salon-greeting__read dl {
    border-bottom: 1px solid #000;
    margin: 1.5rem 0 1rem;
    padding-bottom: 1rem;
  }
  .p-salon-greeting__read dl dt {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
  }
  .p-salon-greeting__read dl dd {
    flex-direction: column;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-top: 0.2rem;
    text-align: center;
    text-indent: 0.3em;
  }
  .p-salon-greeting__read dl dd span {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    margin: 0;
  }
  .p-salon-greeting__title {
    font-size: 2rem;
    margin-top: -0.5rem;
    text-align: center;
  }
  .p-salon-greeting__stl {
    font-size: 2.1rem;
    line-height: 1.27;
    padding-bottom: 1.5rem;
    text-align: center;
  }
  .p-salon-greeting__stl::before {
    width: 100%;
  }
  .p-salon-greeting__stl + p {
    margin-top: 1rem;
  }
  .p-salon-greeting__text {
    font-size: 1.47rem;
    line-height: 1.8;
  }
  .p-salon-greeting__list {
    margin-top: 0.2rem;
  }
  .p-salon-greeting__item {
    font-size: 1.6rem;
  }
  .p-salon-greeting__item:not(:first-child) {
    margin-top: 0.5rem;
  }
  .p-salon-greeting__bnr {
    margin: 3rem auto 0;
    width: 87%;
  }
  .p-salon-greeting__img {
    width: 100%;
  }
  .p-salon-news {
    padding: 3.6rem 0 0.5rem;
  }
  .p-salon-news.-line {
    padding: 3.6rem 0 0.5rem;
  }
  .p-salon-news__inner {
    padding-inline: 0;
  }
  .p-salon-news .p-menu__course-grid:not(:first-child) {
    margin-top: 2rem;
  }
  .p-salon-news__stl {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  .p-salon-news .p-menu__course-grid-catch {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  .p-salon-news .p-menu__course-grid-price,
  .p-salon-news .p-menu__course-grid-ex {
    text-align: center;
  }
  .p-salon-news .p-menu__course-grid-ex {
    justify-content: center;
    margin-top: 1rem;
    padding-top: 4.8rem;
    position: relative;
  }
  .p-salon-news .p-menu__course-grid-ex::before {
    font-size: 2.2rem;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .p-salon-news__bottom {
    margin-top: 2.5rem;
  }
  .p-salon-news__text {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .p-salon-news__btn {
    font-size: 1.3rem;
    height: 3.5rem;
    margin-top: 2.4rem;
    padding: 0;
    width: 17rem;
  }
  .p-top-mv {
    max-height: 550px;
  }
  .p-top-mv__catch {
    left: var(--content-both_space);
    top: 4.5%;
  }
  .p-top-mv__title img {
    width: 28rem;
  }
  .p-top-mv__text {
    -webkit-text-stroke: 0.3px #3a3a3a;
    font-size: 1.37rem;
    letter-spacing: 0.07em;
    line-height: 1.8;
    margin-top: 1.2rem;
  }
  .p-top-mv__text::before {
    inset: -1rem -1.5rem;
  }
  .p-top-mv .swiper-container-horizontal > .swiper-pagination-bullets,
  .p-top-mv .swiper-pagination-custom,
  .p-top-mv .swiper-pagination-fraction {
    bottom: 6.5vw !important;
  }
  .p-top-mv .swiper-pagination-bullet {
    aspect-ratio: 34/4;
    width: 3.4rem;
  }
  .p-top-news {
    padding: 4.5rem 0 4rem;
  }
  .p-top-news__title {
    width: 27rem;
  }
  .p-top-news__item {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: left;
  }
  .p-top-news__item span {
    display: block;
    margin: 0;
  }
  .p-top-promotion {
    padding: 3rem 0 4rem;
  }
  .p-top-promotion__movie {
    margin-top: 2rem;
  }
  .p-top-about__visual::before {
    font-size: 10vw;
    left: -0.1em;
  }
  .p-top-about__img02 {
    left: var(--content-both_space);
    top: -5vw;
    width: 31vw;
  }
  .p-top-about__body {
    margin-top: 0;
    padding: 0;
  }
  .p-top-about__wrap {
    align-items: stretch;
    gap: 2rem;
  }
  .p-top-about__wrap:first-child .p-top-about__img {
    margin: 0;
    position: absolute;
    right: 0;
    top: -36.81vw;
    width: 38.67vw;
  }
  .p-top-about__wrap {
    flex-direction: column;
  }
  .p-top-about__wrap:nth-child(even) {
    flex-direction: column-reverse;
  }
  .p-top-about__wrap:nth-child(even) .p-top-about__img {
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-top-about__wrap:nth-child(even) .p-top-about__title {
    letter-spacing: 0;
  }
  .p-top-about__wrap--01 {
    padding: 11.3vw 0 13vw;
    position: relative;
  }
  .p-top-about__wrap--01::before {
    background: url(../images/top/about_back03-01_sp.webp) no-repeat top center/cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .p-top-about__wrap--02 {
    padding: 0 0 13.5vw;
    position: relative;
  }
  .p-top-about__wrap--02::before {
    background: url(../images/top/about_back03-02_sp.webp) no-repeat top center/cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .p-top-about__read .space {
    height: initial;
  }
  .p-top-about__title {
    font-size: 2.2rem;
    line-height: 1.31;
    margin-bottom: 1rem;
  }
  .p-top-about__title::before {
    margin: 0;
    transform: scale(1);
    width: 100%;
  }
  .p-top-about__text {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .p-top-about__text span {
    font-size: 2.5rem;
  }
  .p-top-about__text small {
    font-size: 1.1rem;
  }
  .p-top-about__btn {
    margin: 2.6rem auto 0;
  }
  .p-top-about__banner {
    display: block;
    margin: 2.5rem auto 0;
    max-width: 450px;
    width: 75vw;
  }
  .p-top-about__img {
    width: 100%;
  }
  .p-top-voice {
    padding: 5rem 0 5rem;
  }
  .p-top-voice__head-sub {
    font-size: 2rem;
  }
  .p-top-voice__head-title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .p-top-voice__head-text {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-top: 1rem;
  }
  .p-top-voice__head-text small {
    font-size: 1.2rem;
  }
  .p-top-voice__body {
    margin: 1.5rem -1.5rem 0;
    width: calc(100% + 3rem);
  }
  .p-top-voice__btn {
    margin: 0.5rem auto 0;
  }
  .p-top-reason__visual::before {
    font-size: 10.5vw;
    left: 0;
    right: auto;
  }
  .p-top-reason__img02 {
    right: 6.87vw;
    top: 66.15vw;
    width: 32.56vw;
  }
  .p-top-reason__body {
    margin-top: 0;
    padding: 15.52vw 0 11.27vw;
  }
  .p-top-reason__body::before {
    background: url(../images/top/reason_back03_sp.webp) no-repeat top center/cover;
    height: 100%;
  }
  .p-top-reason__wrap {
    align-items: baseline;
    flex-direction: column;
  }
  .p-top-reason__read {
    width: 100%;
  }
  .p-top-reason__title {
    font-size: 2.2rem;
    letter-spacing: 0;
    line-height: 1.31;
    margin-bottom: 1rem;
  }
  .p-top-reason__title::before {
    transform: scale(1);
    width: 100%;
  }
  .p-top-reason__text {
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .p-top-reason__btn {
    margin: 2.5rem auto 0;
  }
  .p-top-reason__img {
    left: 0;
    margin: 0;
    position: absolute;
    top: -29.5vw;
    width: 36.38vw;
  }
  .p-top-menu__wrap {
    flex-direction: column-reverse;
    max-height: inherit;
  }
  .p-top-menu__wrap:first-child .p-top-menu__img img {
    -o-object-position: center 90%;
    object-position: center 90%;
  }
  .p-top-menu__read {
    padding: 4rem 0 5rem;
    width: 100%;
  }
  .p-top-menu__read::before {
    background: url(../images/top/menu_back_sp.webp) repeat-y top center/cover;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-top-menu__read-wrap {
    margin: 0 auto;
    max-width: 66rem;
  }
  .p-top-menu__img {
    aspect-ratio: 3/2;
    flex: none;
    margin: 0 calc(50% - 50vw);
  }
  .p-top-menu__title {
    font-size: 2.2rem;
    letter-spacing: 0.3em;
    text-align: center;
    z-index: 1;
  }
  .p-top-menu__title::before {
    bottom: 0.5rem;
    font-size: 9rem;
    left: 50%;
    letter-spacing: 0;
    transform: translate(-50%, 0);
  }
  .p-top-menu__text {
    font-size: 1.7rem;
    letter-spacing: -0.04em;
    line-height: 1.6;
    position: relative;
    z-index: 1;
  }
  .p-top-menu__text span {
    letter-spacing: -0.05em;
  }
  .p-top-menu__check {
    font-size: 1.8rem;
    text-align: left;
  }
  .p-top-menu__btn {
    margin: 2.7rem auto 0;
  }
  .p-top-menu-cta {
    padding: 1.5rem 0;
  }
  .p-top-menu-cta__lead {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .p-top-menu-cta__link {
    font-size: 1.4rem;
  }
  .p-top-monitor {
    margin-top: -0.5rem;
    padding: 0.5rem 0 4.4rem;
  }
  .p-top-blog {
    padding: 4rem 0 4.7rem;
  }
  .p-top-blog .p-top-blog__slider {
    position: relative;
  }
  .p-top-blog .swiper-button-prev,
  .p-top-blog .swiper-button-next {
    background: none;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 45vw;
    width: 17px;
    z-index: 10;
  }
  .p-top-blog .swiper-button-prev {
    transform: rotate(-45deg);
  }
  .p-top-blog .swiper-button-next {
    transform: rotate(135deg);
  }
  .p-top-blog__body {
    margin-top: 1.5rem;
  }
  .p-top-blog__list {
    gap: 4rem;
  }
  .p-top-blog__item-img {
    width: 100%;
  }
  .p-top-blog__item {
    display: block;
  }
  .p-top-blog__item-stl {
    font-size: 1.8rem;
    line-height: 1.38;
  }
  .p-top-blog__item-time {
    font-size: 1.4rem;
  }
  .p-top-blog__item-btn {
    margin-top: 3rem;
  }
  .p-top-blog__btn {
    margin-top: 5rem;
  }
  .p-top-menu-nav__text-main {
    gap: 0.5rem;
  }
  .p-top-menu-nav__text-jp {
    font-size: 2.8rem;
  }
  .p-top-menu-nav__text-en {
    font-size: 2.2rem;
  }
  .p-top-menu-nav__text-sub {
    font-size: 1.2rem;
  }
  .p-top-menu-nav__text-bottom {
    font-size: 1.2rem;
  }
  .p-top-menu-nav__title {
    font-size: 3rem;
  }
  .p-top-menu-nav__title span {
    font-size: 3.4rem;
  }
  .p-top-menu-nav__sub {
    font-size: 1.4rem;
  }
  .p-top-menu-nav__note {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
  .u-pc:not(img) {
    display: none;
  }
  .u-tab {
    display: block;
  }
  .u-psp {
    display: none;
  }
  .u-disp__less1023 {
    display: block !important;
  }
}

@media screen and (max-width: 927px) and (max-width: 927px){
  .l-campaign__text span {
    margin-bottom: 0.4em;
  }
}

@media screen and (max-width: 767px){
  .pc-only-inline {
    display: none;
  }
  .sp-only-inline {
    display: inline;
  }
}

@media not all and (max-width: 666px){
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-footer table th {
    border-bottom: 2px solid #fff;
    height: 4rem;
  }
  .l-footer table th:not(:first-child) {
    width: 10%;
  }
  .l-footer table th:first-child {
    letter-spacing: 0.05em;
  }
  .l-footer table td {
    height: 6.5rem;
  }
  .c-problem--center .c-problem__bottom-note {
    justify-self: center;
  }
  #facial .p-menu__course-grid:nth-child(4) {
    margin-top: 9rem;
  }
  #facial .p-menu__course-grid:nth-child(5) {
    margin-top: 8rem;
  }
  #spa .p-menu__course-text {
    text-align: center;
  }
  .p-top-voice__body .ti-widget.ti-goog .ti-reviews-container-wrapper {
    flex-wrap: wrap;
  }
  .p-top-voice__body .ti-widget.ti-goog .ti-review-item {
    left: 0 !important;
  }
  .p-top-voice__body .ti-review-item:nth-child(n+7) {
    display: none;
  }
  .p-top-voice__body .ti-column:nth-child(n+7) {
    display: none;
  }
  .p-top-voice__body .ti-widget.ti-goog .ti-col-4 .ti-review-item {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 666px){
  html {
    font-size: 62.5%;
  }
  .l-campaign__text--02 {
    text-align: left;
  }
  .l-footer__info-gmap {
    min-width: inherit;
  }
  .l-footer__info-address {
    align-items: stretch;
  }
  .l-footer table thead td,
  .l-footer table thead th {
    border-bottom: 2px solid #fff;
  }
  .l-footer table td,
  .l-footer table th {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  .l-footer table tbody th {
    height: 3.5rem;
  }
  .l-footer__overview .c-head-deco__jp {
    padding: 0 3.4rem 0 4rem;
  }
  .l-footer__overview-info-address dl {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .l-footer__access .c-head-deco__jp {
    padding: 0 3.4rem 0 4rem;
  }
  .l-main--404 h1, .l-main--error h1 {
    width: 80%;
  }
  .l-main--404 .error-text, .l-main--error .error-text {
    font-size: 1.5rem;
  }
  .l-main--404 .error-link, .l-main--error .error-link {
    font-size: 1.5rem;
  }
  .p-contact-form__head .c-head-deco__jp {
    padding: 0 3.2rem 0 3.6rem;
  }
  .p-contact-fqa__head .c-head-deco__jp {
    padding: 0 3.2rem 0 3.6rem;
  }
  .p-course-lead__head-msg {
    text-align: left;
  }
  .p-course-lead__head-line {
    text-align: left;
  }
  .p-course-lead__note {
    font-size: 1.2rem;
    text-align: left;
  }
  .p-course-lead__line-link {
    text-align: left;
  }
  .p-salon-greeting {
    padding: 28.2rem 0 3.8rem;
  }
  .p-salon-greeting__stl + p small {
    font-size: 1.4rem;
    line-height: 1.42;
    margin-top: 1.1rem;
  }
  .p-salon-greeting__group {
    display: block;
    margin-top: 0.7rem;
  }
  .p-salon-news::before {
    background: url(../images/salon/news_back_sp.webp) no-repeat top center/cover;
  }
  .p-salon-news__text {
    text-align: left;
  }
  .p-menu__course-grid-line {
    align-items: center;
    flex-direction: column;
    margin-bottom: 2.3rem;
    margin-top: 1.6rem;
  }
  .p-menu__course-grid-line-text {
    font-size: 2.2rem;
    line-height: 1.27;
    text-align: center;
  }
  .p-menu__course-grid-line-price {
    font-size: 6.7rem;
    letter-spacing: 0.02em;
    margin-top: 0;
  }
  .p-menu__course-grid-line-price span {
    font-size: 2.1rem;
  }
  .p-line .p-course-lead__head-msg {
    text-align: center;
  }
  .p-page {
    padding: 14rem 0;
  }
  .p-page__title {
    font-size: 3.2rem;
  }
  .p-page__msg {
    font-size: 1.6rem;
  }
  .p-salon-greeting {
    padding: 28.2rem 0 3.8rem;
  }
  .p-salon-greeting__stl + p small {
    font-size: 1.4rem;
    line-height: 1.42;
    margin-top: 1.1rem;
  }
  .p-salon-greeting__group {
    display: block;
    margin-top: 0.7rem;
  }
  .p-salon-news::before {
    background: url(../images/salon/news_back_sp.webp) no-repeat top center/cover;
  }
  .p-salon-news__text {
    text-align: left;
  }
  .p-top-mv {
    height: calc(var(--vh, 1vh) * 100 - var(--header_height) - var(--fixed-btn));
    max-height: inherit;
  }
  .p-top-mv__catch {
    align-items: center;
    bottom: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    right: var(--content-both_space);
  }
  .p-top-mv__title {
    align-self: flex-start;
  }
  .p-top-about__body::before {
    display: none;
  }
  .p-top-voice__body .ti-widget.ti-goog .ti-review-item {
    padding: 5px 35px !important;
  }
  .p-top-voice__body .ti-widget.ti-goog .ti-controls {
    display: block !important;
  }
  .p-top-blog__list {
    display: block;
    gap: 0;
  }
  .p-top-blog__item-link {
    display: block;
    margin: 0 auto;
    width: 81%;
  }
  .p-top-blog__item-read {
    margin: 1rem -3rem 0;
  }
  .p-top-blog__item-btn {
    display: none;
  }
  .p-top-blog__btn {
    margin-top: 3rem;
  }
  .u-pt {
    display: none !important;
  }
  .u-tab {
    display: none !important;
  }
  .u-psp {
    display: block;
  }
  .u-pb-wide {
    padding-bottom: 8rem;
  }
}

@media (hover: hover) and (pointer: fine){
  .l-main--404 .error-link::after, .l-main--error .error-link::after {
    transition: 0.5s;
    transition-property: left;
  }
  .l-main--404 .error-link:hover::after, .l-main--error .error-link:hover::after {
    left: 1rem;
  }
  .p-course-lead__head-line a {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-course-lead__head-line a:hover {
    opacity: 0.7;
  }
  .p-course-lead__menu-link {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-course-lead__menu-link:hover {
    opacity: 0.9;
  }
  .p-course-lead__line-link a {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-course-lead__line-link a:hover {
    opacity: 0.7;
  }
  .p-menu__course-line-text a {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-menu__course-line-text a:hover {
    opacity: 0.7;
  }
  .p-menu__reservation-link a {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-menu__reservation-link a:hover {
    opacity: 0.7;
  }
  .p-menu__cta-btn {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-menu__cta-btn:hover {
    opacity: 0.8;
  }
  .p-course-lead__menu-link {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-course-lead__menu-link:hover {
    opacity: 0.9;
  }
  .p-salon-greeting__bnr {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-salon-greeting__bnr:hover {
    opacity: 0.8;
  }
  .p-salon-greeting__bnr {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-salon-greeting__bnr:hover {
    opacity: 0.8;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
