@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/*
 * Sleephug Salon セクション用 CSS Reset
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
body.sleephug-salon-section {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

body.sleephug-salon-section h1,
body.sleephug-salon-section h2,
body.sleephug-salon-section h3 {
  font-family: "Noto Sans JP", sans-serif;
}

body.sleephug-salon-section.is-mobile-nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

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

@media screen and (max-width: 767px) {
  .u-br-sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-br-pc {
    display: inline;
  }
}
/**
 * WordPress コアの align* クラス（foundation 不要）
 * ※ school-style は style.css を読まないため、このファイルを school-style.scss からも @use する
 */
.aligncenter {
  clear: both;
  text-align: center;
  margin: 0 auto;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.alignjustify {
  text-align: justify;
}

@media (prefers-reduced-motion: no-preference) {
  html.js-scroll-anim-pending .js-animate-content .p-school-top-intro__brand,
  html.js-scroll-anim-pending .js-animate-content .p-school-top-intro__lead,
  html.js-scroll-anim-pending .js-animate-content .p-school-top-intro__body,
  html.js-scroll-anim-pending .js-animate-content .p-school-top-cards__item,
  html.js-scroll-anim-pending .js-animate-content .p-school-category__header > *,
  html.js-scroll-anim-pending .js-animate-content .p-school-category__item,
  html.js-scroll-anim-pending .js-animate-content .p-school-seasonal-topics__header > *,
  html.js-scroll-anim-pending .js-animate-content .p-school-seasonal-topics__media,
  html.js-scroll-anim-pending .js-animate-content .p-school-seasonal-topics__body > *,
  html.js-scroll-anim-pending .js-animate-content h1,
  html.js-scroll-anim-pending .js-animate-content h2,
  html.js-scroll-anim-pending .js-animate-content h3,
  html.js-scroll-anim-pending .js-animate-content p,
  html.js-scroll-anim-pending .js-animate-content li,
  html.js-scroll-anim-pending .js-animate-content figure,
  html.js-scroll-anim-pending .js-animate-content img,
  html.js-scroll-anim-pending .js-animate-content .c-custom-button,
  html.js-scroll-anim-pending .js-animate-content .p-top-mv-topics,
  html.js-scroll-anim-pending .js-animate-content .p-school-course-top__intro,
  html.js-scroll-anim-pending .js-animate-content .p-school-course-top__section,
  html.js-scroll-anim-pending .js-animate-content .p-school-course-top__card-item,
  html.js-scroll-anim-pending .js-animate-content .p-school-course__aside,
  html.js-scroll-anim-pending .js-animate-content .p-school-course__item,
  html.js-scroll-anim-pending .js-animate-content .p-school-course__pagination,
  html.js-scroll-anim-pending .js-animate-content .p-school-course__empty,
  html.js-scroll-anim-pending .js-animate-content .p-school-voice__intro,
  html.js-scroll-anim-pending .js-animate-content .p-school-voice-card,
  html.js-scroll-anim-pending .js-animate-content .p-school-voice__pagination,
  html.js-scroll-anim-pending .js-animate-content .p-school-voice__empty,
  html.js-scroll-anim-pending .js-animate-content .p-school-voice__footer-note,
  html.js-scroll-anim-pending .js-animate-content .p-school-about-intro__text,
  html.js-scroll-anim-pending .js-animate-content .p-school-about-intro__media,
  html.js-scroll-anim-pending .js-animate-content .p-school-about-bottom-links__card,
  html.js-scroll-anim-pending body.school-section .page-content .l-inner > *:not(.tool-classic-center):not(.tool-amelia-compact-dates):not(.amelia-v2-booking):not(.amelia-app-booking),
  html.js-scroll-anim-pending body.school-section .page-content .p-index > *:not(.tool-classic-center):not(.tool-amelia-compact-dates):not(.amelia-v2-booking):not(.amelia-app-booking) {
    opacity: 0;
    transform: translateY(16px);
    visibility: hidden;
  }
}
/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults（scroll-behavior は base.scss で設定） */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 6.25rem;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  color: #1a1a1a;
}

main {
  overflow: hidden;
}

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

h1, h2, h3 {
  font-family: "Noto Serif", serif;
  font-weight: inherit;
  line-height: 1.3;
}
h1:not([class]), h2:not([class]), h3:not([class]) {
  margin-bottom: 0.9375rem;
}

hr {
  color: rgba(228, 228, 228, 0.35);
  margin: 3.125rem 0;
  opacity: 0.35;
}

h3 {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 2.1875rem;
}

p {
  font-family: "Inter", sans-serif;
  font-family: "Inter", sans-serif;
}

p:not([class]) {
  margin-bottom: 1.5625rem;
}

.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.3125rem;
  }
  p:not([class]) {
    margin-bottom: 0.9375rem;
  }
  hr {
    margin: 1.875rem 0;
  }
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.wp-content-figure {
  margin: 2.5rem auto;
  position: relative;
  max-height: 34.375rem;
  overflow: hidden;
}
.wp-content-figure img {
  height: 100%;
  max-height: 34.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-content-figure {
  /* サイズ指定あり（中・小・大など）: 設定通りに表示 */
}
.wp-content-figure:has(img.size-thumbnail)::before, .wp-content-figure:has(img.size-medium)::before, .wp-content-figure:has(img.size-large)::before, .wp-content-figure:has(img.size-medium_large)::before {
  display: none;
}
.wp-content-figure:has(img.size-thumbnail) img, .wp-content-figure:has(img.size-medium) img, .wp-content-figure:has(img.size-large) img, .wp-content-figure:has(img.size-medium_large) img {
  position: static;
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: initial;
     object-fit: initial;
}
.wp-content-figure img.size-thumbnail {
  max-width: 150px;
}
.wp-content-figure img.size-medium {
  max-width: 300px;
}
.wp-content-figure img.size-medium_large {
  max-width: 768px;
}
.wp-content-figure img.size-large {
  max-width: 1024px;
}

@media screen and (max-width: 768px) {
  .wp-content-figure {
    margin: 1.25rem auto;
  }
  .wp-content-figure::before {
    padding-top: 73.8461538462%;
  }
}
/* ========================================
   WP-PageNavi ページネーション
   ======================================== */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 500;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0 0.75rem;
  color: #000;
  display: inline-block;
}
.wp-pagenavi {
  /* 無効時（戻れない/次へ行けない）: #b4bdb4 */
}
.wp-pagenavi .previouspostslink.disabled,
.wp-pagenavi .nextpostslink.disabled {
  color: #b4bdb4;
  cursor: default;
  pointer-events: none;
}
.wp-pagenavi {
  /* 現在より前のページ（smaller）: 薄いグレー */
}
.wp-pagenavi .smaller {
  color: #a9a9a9;
}
.wp-pagenavi {
  /* 現在のページ: 黒 */
}
.wp-pagenavi .current {
  color: #000;
}
.wp-pagenavi {
  /* ページ番号・Next >: 黒 */
}
.wp-pagenavi .page,
.wp-pagenavi .larger,
.wp-pagenavi .nextpostslink {
  color: #000;
}
.wp-pagenavi a:hover {
  opacity: 0.7;
}

/**
 * News/Blog アーカイブ一覧
 * スマホ基準、PCでは100%幅
 */
.p-archive-list {
  padding: 3.75rem 0;
}

.p-archive-list__inner {
  width: 100%;
  padding: 0 0.9375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-archive-list__inner {
    padding: 0 25px;
    max-width: none;
  }
}

.p-archive-list__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.p-archive-list__title {
  font-size: 2.25rem;
  font-weight: 300;
  margin: 0 0 0.5rem;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-archive-list__title {
    font-size: 3rem;
  }
}

.p-archive-list__subtitle {
  font-size: 0.875rem;
  color: #808080;
  margin: 0;
  font-weight: normal;
}

.p-archive-list__items {
  padding: 0;
  margin: 0 auto;
  max-width: 1140px;
}

.p-archive-list__item {
  border-top: 1px solid #e0e0e0;
}
.p-archive-list__item:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.p-archive-list__link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 0;
  text-decoration: none;
  color: #000;
  transition: opacity 0.3s;
}
.p-archive-list__link:hover {
  opacity: 0.8;
}
.p-archive-list__link:hover .p-archive-list__arrow svg circle {
  fill: #0f2b0f;
}

.p-archive-list__thumbnail {
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  overflow: hidden;
}
.p-archive-list__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-archive-list__thumbnail {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.p-archive-list__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4375rem;
}

.p-archive-list__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}

.p-archive-list__date {
  font-size: 0.75rem;
}

.p-archive-list__item-title {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .p-archive-list__item-title {
    font-size: 1.125rem;
  }
}

.p-archive-list__arrow {
  flex-shrink: 0;
}
.p-archive-list__arrow svg {
  display: block;
}

.p-archive-list__empty {
  text-align: center;
  padding: 3.75rem 1.25rem;
  color: #999;
  font-size: 0.875rem;
}

.p-archive-list .l-pager {
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-single p {
    font-size: 0.875rem;
  }
}
.p-index p:not([class]) {
  margin-bottom: 1.5625rem;
}
.p-index {
  /* 配置に応じてマージンを変更（WordPress の alignleft/alignright/aligncenter） */
}
.p-index img.alignleft {
  float: left;
  margin: 0 1em 3.75rem 0;
}
.p-index {
  /* 画像の直後の要素で改行し、テキストを画像の下に表示 */
}
.p-index .wp-content-figure + * {
  clear: left;
}
.p-index img.alignright {
  float: right;
  margin: 0 0 3.75rem 1em;
}
.p-index .wp-content-figure:has(img.alignright) + * {
  clear: right;
}
.p-index img.aligncenter,
.p-index img.alignnone,
.p-index img:not([class*=align]) {
  margin: 0 auto;
}
.p-index h1, .p-index h2 {
  font-size: clamp(2.188rem, 1.016rem + 2.344vw, 3.125rem);
}

@media screen and (max-width: 768px) {
  .p-index img.alignleft {
    margin: 0 1em 1.25rem 0;
  }
  .p-index img.alignright {
    margin: 0 0 1.25rem 1em;
  }
  .p-index img.aligncenter,
  .p-index img.alignnone,
  .p-index img:not([class*=align]) {
    margin: 0 auto 1.25rem;
  }
}
.c-custom-button-wrap {
  text-align: center;
  margin: 40px 0;
}

.c-custom-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #0f2b0f;
  border: 1px solid #0f2b0f;
  color: #fff;
  padding: 1.125rem 3.125rem;
  border-radius: 1.875rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
  min-width: 220px;
  text-decoration: none !important;
}
.c-custom-button svg {
  width: 0.4375rem;
  margin-top: 0.125rem;
}
.c-custom-button:hover {
  background: #fff;
  color: #0f2b0f;
  opacity: 1;
  transition: background 0.3s, color 0.3s;
}
.c-custom-button:hover svg polyline {
  stroke: #0f2b0f;
  transition: fill 0.3s, stroke 0.3s;
}

.c-custom-button__arrow {
  font-size: 1.25rem;
  transition: transform 0.3s;
  line-height: 1;
}

.c-custom-button--white {
  background: #fff;
  color: #0f2b0f;
  border: 1px solid #fff;
}
.c-custom-button--white:hover {
  background: #0f2b0f;
  color: #fff;
  opacity: 1;
  transition: background 0.3s, color 0.3s;
}
.c-custom-button--white:hover svg polyline {
  color: #fff;
  stroke: #fff;
  transition: fill 0.3s, stroke 0.3s;
}
.c-custom-button--white:hover .c-custom-button__arrow {
  color: #fff;
}
.c-custom-button--white .c-custom-button__arrow {
  color: #0f2b0f;
}

.c-custom-button--black {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.c-custom-button--black:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  opacity: 1;
}
.c-custom-button--black:hover .c-custom-button__arrow {
  color: #fff;
}
.c-custom-button--black:hover path {
  stroke: #fff;
}
.c-custom-button--black .c-custom-button__arrow path {
  stroke: currentColor;
}

.c-custom-button-wrap {
  margin: 30px 0;
}

.c-custom-button {
  padding: 15px 40px;
  font-size: 0.875rem;
  min-width: 240px;
}

@media screen and (max-width: 768px) {
  .c-custom-button {
    width: 100%;
    padding: 0.75rem 1.25rem;
    max-width: 250px;
  }
}
.l-inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 950px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}

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

.page-hero {
  position: relative;
  width: 100%;
  min-height: 34.375rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.page-hero__image {
  width: 100%;
  position: relative;
  max-height: 40.625rem;
}
.page-hero__image::before {
  content: "";
  padding-top: 54.1666666667%;
  display: block;
  max-height: 40.625rem;
}
.page-hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-hero__image video.page-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-hero__image .page-hero__video--sp {
  display: none;
}
.page-hero__image .page-hero__video--pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .page-hero__image .page-hero__video--sp {
    display: block;
  }
  .page-hero__image .page-hero__video--pc {
    display: none;
  }
}
.img-effect .img-load.loaded img,
.img-effect.img-load.loaded img {
  opacity: 1;
  scale: 1;
}

.img-effect .img-load img,
.img-effect.img-load img {
  transition-property: opacity, scale;
  transition-duration: 1.35s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.4s;
  opacity: 0;
  scale: 1.25;
  min-height: 1px;
}

.page-hero__content {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 3.75rem 2.5rem 0;
  text-align: center;
}

@keyframes heroContentFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-hero__title {
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0 0 15px 0;
  letter-spacing: 0.05em;
}

/* 投稿詳細: 日付 + カテゴリー（左揃え・横並び） */
.page-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  text-align: left;
}

.page-hero__date {
  display: inline-block;
  font-size: 0.875rem;
  color: #808080;
  margin-bottom: 0;
  text-align: left;
}

.page-header {
  padding: 5rem 0 0px;
  text-align: center;
}

.page-header__title {
  font-size: 3rem;
  font-weight: normal;
  color: #000;
  margin: 0 0 15px 0;
  letter-spacing: 0.05em;
}

.page-header__subtitle {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}

[id^=js-scroll-fade-in] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
  backface-visibility: hidden;
}
[id^=js-scroll-fade-in][id$="--visible"] {
  opacity: 1 !important;
  transform: translateY(0) !important;
  will-change: auto;
}

.page-content {
  padding: 5rem 0 5.625rem;
}
.page-content p:not([class]):empty,
.page-content p:not([class]):has(> br:only-child) {
  overflow-wrap: anywhere;
}
.page-content .wp-content-figure:first-child {
  margin-top: 0;
}
.page-content a {
  text-decoration: underline;
}
.page-content li {
  padding-left: 1.375rem;
  position: relative;
  margin-bottom: 0.625rem;
}
.page-content li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  background: #1a1a1a;
  border-radius: 50%;
}
.page-content ol {
  counter-reset: ol-num;
}
.page-content ol li::before {
  top: 0;
  transform: translateY(0);
  content: counter(ol-num);
  counter-increment: ol-num;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}

.page-template--simple {
  background: #e6e6e6;
  min-height: 100vh;
}

#page-hero-21 .page-hero__image img {
  height: auto;
  bottom: -20%;
  top: auto;
}

@media screen and (max-width: 768px) {
  .page-hero {
    min-height: 18.75rem;
  }
  .page-hero__image {
    min-height: 300px;
  }
  .page-hero__image img {
    min-height: 300px;
  }
  .page-hero__content {
    padding: 2.5rem 1.25rem 0;
  }
  .page-hero__title {
    font-size: 1.625rem;
    text-align: center;
  }
  .page-hero__subtitle {
    font-size: 0.75rem;
  }
  .page-hero__meta {
    margin-bottom: 1.875rem;
  }
  .page-hero__date {
    font-size: 0.75rem;
  }
  .page-header {
    padding: 60px 0 30px;
  }
  .page-header__title {
    font-size: 2rem;
  }
  .page-header__subtitle {
    font-size: 0.75rem;
  }
  .page-content {
    padding: 0;
  }
}
.l-footer-salon {
  color: #1a1a1a;
}

.l-footer-salon__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: clamp(3rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 3rem) clamp(2.5rem, 5vw, 3.5rem);
}

@media screen and (max-width: 767px) {
  .l-footer-salon__inner {
    padding: 0 0 1.75rem;
    max-width: none;
  }
}
.l-footer-salon__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

@media screen and (max-width: 767px) {
  .l-footer-salon__top {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
.l-footer-salon__nav {
  flex: 1;
  min-width: 0;
}

.l-footer-salon__nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .l-footer-salon__nav-list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.l-footer-salon__nav-item--top {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-footer-salon__nav-item--top {
    display: block;
  }
}
.l-footer-salon__nav-item a {
  display: block;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.l-footer-salon__nav-item a:hover {
  opacity: 0.55;
}

@media screen and (max-width: 767px) {
  .l-footer-salon__nav-item {
    width: 100%;
  }
  .l-footer-salon__nav-item a {
    padding: 1.375rem 1.25rem;
    font-size: 0.875rem;
    text-align: center;
    white-space: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .l-footer-salon__nav-item:first-child a {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.l-footer-salon__contact {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem;
  border: 1px solid rgba(0, 0, 0, 0.35);
  color: #1a1a1a;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.l-footer-salon__contact:hover {
  opacity: 0.55;
}

@media screen and (max-width: 767px) {
  .l-footer-salon__contact {
    align-self: center;
    margin-top: 2.5rem;
    padding: 0.875rem 1.75rem;
    font-size: 0.8125rem;
  }
}
.l-footer-salon__bottom {
  display: flex;
  align-items: center;
  gap: 1rem 2.125rem;
  margin-top: clamp(2.25rem, 4vw, 3rem);
}

@media screen and (max-width: 767px) {
  .l-footer-salon__bottom {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}
.l-footer-salon__sns {
  display: flex;
  align-items: center;
  gap: 2.125rem;
}

.l-footer-salon__sns-link {
  display: block;
  line-height: 0;
  transition: opacity 0.2s;
}

.l-footer-salon__sns-link:hover {
  opacity: 0.55;
}

.l-footer-salon__sns-link img {
  display: block;
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer-salon__legal {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-left: auto;
}

.l-footer-salon__policy {
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  text-underline-offset: 0.15em;
}

.l-footer-salon__copyright {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .l-footer-salon__legal {
    margin-left: 0;
    order: 2;
  }
  .l-footer-salon__copyright {
    font-size: 0.625rem;
    text-align: center;
    order: 3;
  }
}
.l-header-salon {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  transition: background-color 0.3s ease;
}

.l-header-salon.is-beyond-hero {
  background: #fff;
}

.l-header-salon.is-beyond-hero .l-header-salon__nav-list > li > a {
  color: #111;
}

.l-header-salon.is-beyond-hero .l-header-salon__nav-list > li:last-child > a,
.l-header-salon.is-beyond-hero .l-header-salon__nav-list > li.menu-item-cta > a {
  border-color: rgba(17, 17, 17, 0.85);
}

.l-header-salon.is-beyond-hero .l-header-salon__hamburger-bar {
  background: #111;
}

.l-header-salon__inner {
  display: flex;
  align-items: center;
  padding: 22px 48px;
}

@media screen and (max-width: 767px) {
  .l-header-salon__inner {
    padding: 20px 20px;
  }
}
.l-header-salon__nav {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-header-salon__nav {
    display: none;
  }
}
.l-header-salon__nav-list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-header-salon__nav-list > li > a {
  display: block;
  padding: 6px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s, color 0.3s ease, border-color 0.3s ease;
}

.l-header-salon__nav-list > li > a:hover {
  opacity: 0.7;
}

.l-header-salon__nav-list > li:last-child > a,
.l-header-salon__nav-list > li.menu-item-cta > a {
  border: 1px solid rgba(255, 255, 255, 0.85);
  padding: 0.3125rem;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.l-header-salon__nav-list > li:last-child {
  margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .l-header-salon__inner {
    padding: 20px 24px;
    gap: 1rem;
  }
  .l-header-salon__nav-list > li:not(.menu-item-cta) {
    display: none;
  }
  .l-header-salon__nav-list > li.menu-item-cta {
    margin-left: auto;
  }
}
.l-header-salon__hamburger {
  display: none;
  position: relative;
  width: 60px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
  .l-header-salon__hamburger {
    display: block;
  }
}
.l-header-salon__hamburger-bar {
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  background: #fff;
  transform-origin: 50% 50%;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s, background-color 0.3s ease;
}

.l-header-salon__hamburger-bar:nth-child(1) {
  width: 4.375rem;
  top: 0px;
}

.l-header-salon__hamburger-bar:nth-child(2) {
  width: 2.5rem;
  top: 11px;
}

.l-header-salon__hamburger-bar:nth-child(3) {
  width: 1.625rem;
  top: 22px;
}

.l-header-salon__hamburger.is-open .l-header-salon__hamburger-bar {
  width: 20px;
}

.l-header-salon__hamburger.is-open .l-header-salon__hamburger-bar:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.l-header-salon__hamburger.is-open .l-header-salon__hamburger-bar:nth-child(2) {
  opacity: 0;
  width: 0;
}

.l-header-salon__hamburger.is-open .l-header-salon__hamburger-bar:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.l-main-salon:has(.p-archive-list),
.l-main-salon:has(.p-single) {
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .l-main-salon:has(.p-archive-list),
  .l-main-salon:has(.p-single) {
    padding-top: 4.5rem;
  }
}
.c-salon-btn {
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
  color: #1a1a1a;
  font-size: 0.78125rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.25s;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-salon-btn:hover {
  opacity: 1 !important;
}
.c-salon-btn:hover .c-salon-btn__arrow {
  opacity: 1 !important;
  transform: translateX(0.25rem);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-salon-btn:hover {
  opacity: 0.55;
}

.c-salon-btn__label {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  line-height: 1.5;
}

.c-salon-btn__arrow {
  display: inline-block;
  position: relative;
  width: 1.625rem;
  height: 1px;
  margin-bottom: 0.3125rem;
  margin-bottom: 1px;
  background: currentColor;
  flex-shrink: 0;
  margin-bottom: 0.4375rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-salon-btn__arrow::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0.875rem;
  height: 1px;
  margin-left: -1px;
  background: currentColor;
  transform: rotate(-160deg);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-salon-cta {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-width: 17.5rem;
  min-height: 3.25rem;
  padding: 0.875rem 1.75rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  transition: opacity 0.25s;
}

.c-salon-cta:hover {
  opacity: 0.72;
}

.c-salon-cta__label {
  display: inline-block;
}

.c-salon-cta__arrow {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  transform: translateY(-0.05em);
}

.c-salon-cta--primary {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
  outline: 1px solid #1a1a1a;
  outline-offset: 0.125rem;
}

.c-salon-cta--secondary {
  background: #898988;
  border-color: #898988;
  color: #fff;
  box-shadow: inset 0 0 0 1px #898988;
  outline: 1px solid #898988;
  outline-offset: 0.125rem;
}

@media screen and (max-width: 767px) {
  .c-salon-cta {
    width: 100%;
    max-width: 21.25rem;
    min-width: 0;
    min-height: 3rem;
    padding: 0.8125rem 1.25rem;
  }
}
.p-mobile-nav-salon {
  position: fixed;
  inset: 0;
  z-index: 400;
  pointer-events: none;
}

.p-mobile-nav-salon.is-open {
  pointer-events: auto;
}

.p-mobile-nav-salon__panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  transform: translateY(-100%);
}

.p-mobile-nav-salon__panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
}

.p-mobile-nav-salon__close {
  position: relative;
  width: 28px;
  height: 20px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}

.p-mobile-nav-salon__close span {
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 9px;
  transform-origin: 50% 50%;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-mobile-nav-salon__close span:nth-child(1) {
  transform: rotate(45deg);
}

.p-mobile-nav-salon__close span:nth-child(2) {
  transform: rotate(-45deg);
}

.p-mobile-nav-salon__logo a {
  display: block;
  line-height: 0;
}

.p-mobile-nav-salon__logo img {
  width: 110px;
  height: auto;
}

.p-mobile-nav-salon__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-mobile-nav-salon__item {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.p-mobile-nav-salon__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.p-mobile-nav-salon__link-mask {
  overflow: hidden;
}

.p-mobile-nav-salon__link {
  display: block;
  padding: 23px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  will-change: transform;
}

.p-mobile-nav-salon__link:hover {
  opacity: 0.65;
}

.p-salon-about-blend {
  background: #fff;
  padding: 1.25rem 0 3.125rem;
}

.p-salon-about-blend__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  grid-template-areas: "heading heading" "copy    visuals" ".       caption";
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  row-gap: 1.25rem;
  align-items: start;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 4vw, 3rem);
}

@media screen and (max-width: 767px) {
  .p-salon-about-blend__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "blend" "heading" "copy" "portrait" "caption";
    row-gap: 0;
    max-width: none;
    padding-inline: 0;
  }
}
.p-salon-about-blend__heading {
  grid-area: heading;
  margin: 0;
  text-align: center;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .p-salon-about-blend__heading {
    margin-top: clamp(2.5rem, 8vw, 3.5rem);
    padding-inline: 1.5rem;
  }
}
.p-salon-about-blend__heading-img {
  display: block;
  width: 25rem;
  height: auto;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-salon-about-blend__heading-img {
    width: clamp(16.25rem, 82vw, 22.5rem);
  }
}
.p-salon-about-blend__copy {
  grid-area: copy;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  font-size: 0.83125rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-salon-about-blend__copy {
    gap: 2rem;
    margin-top: clamp(1.75rem, 6vw, 2.25rem);
    padding-inline: 1.75rem;
    font-size: 0.875rem;
    text-align: center;
  }
}
.p-salon-about-blend__p {
  margin: 0;
}

.p-salon-about-blend__visuals {
  grid-area: visuals;
  display: grid;
  grid-template-columns: 2.1fr 1fr;
  gap: 0;
  align-items: stretch;
  min-width: 0;
  aspect-ratio: 2.35/1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-salon-about-blend__visuals {
    display: contents;
    aspect-ratio: auto;
    filter: none;
  }
}
.p-salon-about-blend__blend {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-salon-about-blend__blend {
    grid-area: blend;
    height: auto;
    aspect-ratio: 750/560;
  }
}
.p-salon-about-blend__blend-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 42%;
     object-position: center 42%;
}

.p-salon-about-blend__blend-label {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(10rem, 58%, 15rem);
  height: auto;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-salon-about-blend__blend-label {
    width: clamp(12.5rem, 62vw, 17.5rem);
  }
}
.p-salon-about-blend__portrait {
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-salon-about-blend__portrait {
    grid-area: portrait;
    width: clamp(12.5rem, 58vw, 17.5rem);
    height: auto;
    margin: clamp(2.5rem, 8vw, 3.5rem) auto 0;
    aspect-ratio: 1/1;
  }
}
.p-salon-about-blend__portrait-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 28% center;
     object-position: 28% center;
}

.p-salon-about-blend__caption {
  grid-area: caption;
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-salon-about-blend__caption {
    margin-top: 1rem;
    padding-inline: 1.5rem;
    font-size: 0.6875rem;
    text-align: center;
  }
  .p-salon-about-blend__caption-gap {
    display: none;
  }
}
.p-salon-about-intro {
  background: #fff;
  padding: 2.5rem clamp(1.5rem, 5vw, 2.5rem) clamp(4rem, 8vw, 6.25rem);
  text-align: center;
}

.p-salon-about-intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.375rem;
  max-width: 720px;
  margin-inline: auto;
}

.p-salon-about-intro__heading {
  margin: 0;
  line-height: 0;
}

.p-salon-about-intro__heading-img {
  display: block;
  width: clamp(17.5rem, 42vw, 30rem);
  height: auto;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-salon-about-intro__heading-img {
    width: clamp(15rem, 78vw, 21.25rem);
  }
}
.p-salon-about-intro__lead {
  margin: 0;
  font-size: 0.83125rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .p-salon-about-intro {
    padding: 2.125rem 1rem 1.25rem;
  }
  .p-salon-about-intro__lead {
    font-size: 0.875rem;
  }
}
.p-salon-about-intro__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.p-salon-about-intro__p {
  margin: 0;
  font-size: 0.83125rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-salon-about-intro__p {
    font-size: 0.875rem;
  }
  .p-salon-about-intro__body {
    gap: 1rem;
  }
}
.p-salon-about-intro__after {
  display: inline;
}

@media screen and (max-width: 767px) {
  .p-salon-about-intro__after {
    display: block;
    margin-top: 2.5rem;
  }
}
.p-salon-about-origin {
  background: #fff;
  padding: 1.25rem 0 3.125rem;
}

.p-salon-about-origin__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  grid-template-areas: "tagline tagline" "copy    media";
  -moz-column-gap: clamp(2rem, 4vw, 3.5rem);
       column-gap: clamp(2rem, 4vw, 3.5rem);
  row-gap: clamp(2.25rem, 4vw, 3.25rem);
  align-items: start;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 4vw, 3rem);
}

@media screen and (max-width: 767px) {
  .p-salon-about-origin__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "tagline" "copy";
    row-gap: 0;
    max-width: none;
    padding-inline: 0;
  }
}
.p-salon-about-origin__tagline {
  grid-area: tagline;
  margin: 0;
  text-align: center;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .p-salon-about-origin__tagline {
    margin-top: clamp(2.25rem, 7vw, 3rem);
    padding-inline: 1.5rem;
  }
}
.p-salon-about-origin__tagline-img {
  display: block;
  width: 23.75rem;
  height: auto;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-salon-about-origin__tagline-img {
    width: clamp(15rem, 78vw, 20rem);
  }
}
.p-salon-about-origin__copy {
  grid-area: copy;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;
}

@media screen and (max-width: 767px) {
  .p-salon-about-origin__copy {
    align-items: center;
    gap: 1.75rem;
    margin-top: 0.9375rem;
    padding-inline: 1rem;
    text-align: center;
  }
}
.p-salon-about-origin__title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #1a1a1a;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .p-salon-about-origin__title {
    font-size: 0.875rem;
  }
}
.p-salon-about-origin__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.p-salon-about-origin__p {
  margin: 0;
  font-size: 0.83125rem;
  font-weight: 400;
  line-height: 2;
  color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .p-salon-about-origin__p {
    font-size: 0.875rem;
  }
}
.p-salon-about-origin__asterisk {
  font-size: 0.65em;
  line-height: 1;
  vertical-align: super;
}

.p-salon-about-origin__note {
  display: inline-block;
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

.p-salon-about-origin__media {
  grid-area: media;
  overflow: hidden;
  aspect-ratio: 930/450;
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .p-salon-about-origin__media {
    aspect-ratio: 750/620;
  }
}
.p-salon-about-origin__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 35%;
     object-position: center 35%;
  transform: scale(1.4);
  transform-origin: center 40%;
}

@media screen and (max-width: 767px) {
  .p-salon-about-origin__img {
    transform: scale(1.8);
    transform-origin: center 38%;
  }
}
.p-salon-about-products {
  background: #fff;
  padding: 1.25rem clamp(1.5rem, 5vw, 2.5rem) 1.25rem;
  text-align: center;
}

.p-salon-about-products__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.75rem, 4vw, 2.5rem);
  max-width: 720px;
  margin-inline: auto;
}

.p-salon-about-products__logo {
  margin: 0;
  line-height: 0;
}

.p-salon-about-products__logo-img {
  display: block;
  width: 17.5rem;
  height: auto;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-salon-about-products__logo-img {
    width: clamp(12.5rem, 58vw, 16.25rem);
  }
}
.p-salon-about-products__bottles {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
}

.p-salon-about-products__bottle {
  display: block;
  width: 6.25rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-salon-about-products__bottle {
    width: 7.5rem;
  }
}
.p-salon-about-products__bottle--limone {
  position: relative;
  z-index: 1;
  margin-right: -0.375rem;
}

.p-salon-about-products__bottle--lavender {
  position: relative;
  z-index: 0;
  margin-left: -0.375rem;
}

@media screen and (max-width: 767px) {
  .p-salon-about-products__bottle--limone {
    margin-right: clamp(-0.5rem, -2vw, -0.25rem);
  }
  .p-salon-about-products__bottle--lavender {
    margin-left: clamp(-0.5rem, -2vw, -0.25rem);
  }
}
.p-salon-about-products__captions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.p-salon-about-products__caption {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .p-salon-about-products__caption {
    font-size: 0.8125rem;
  }
}
.p-salon-about-standard {
  background: #fff;
  padding: 1.25rem 0 3.125rem;
}

.p-salon-about-standard__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  grid-template-areas: "copy media";
  -moz-column-gap: clamp(2rem, 4vw, 3.5rem);
       column-gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 4vw, 3rem);
}

@media screen and (max-width: 767px) {
  .p-salon-about-standard__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "copy";
    row-gap: 0;
    max-width: none;
    padding-inline: 0;
  }
}
.p-salon-about-standard__copy {
  grid-area: copy;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-salon-about-standard__copy {
    gap: 2rem;
    margin-top: clamp(2.25rem, 7vw, 3rem);
    padding-inline: 1.75rem;
    text-align: center;
  }
}
.p-salon-about-standard__p {
  margin: 0;
  font-size: 0.83125rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-salon-about-standard__p {
    font-size: 0.875rem;
  }
}
.p-salon-about-standard__note {
  display: inline-block;
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

.p-salon-about-standard__after {
  display: inline;
}

@media screen and (max-width: 767px) {
  .p-salon-about-standard__after {
    display: block;
    margin-top: 2rem;
  }
}
.p-salon-about-standard__media {
  grid-area: media;
  overflow: hidden;
  aspect-ratio: 930/450;
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .p-salon-about-standard__media {
    aspect-ratio: 750/625;
  }
}
.p-salon-about-standard__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 58% 75%;
     object-position: 58% 75%;
  transform: scale(1.1);
  transform-origin: 58% 28%;
}

@media screen and (max-width: 767px) {
  .p-salon-about-standard__img {
    -o-object-position: 48% 100%;
       object-position: 48% 100%;
    transform: scale(1.7);
    transform-origin: 0% 22%;
  }
}
.p-salon-contact-form-section {
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem) clamp(4rem, 8vw, 6rem);
}

.p-salon-contact-form-section__inner {
  max-width: 800px;
  margin-inline: auto;
}

.p-salon-contact-form-section .wpcf7 {
  margin: 0;
}

.p-salon-contact-form-section .wpcf7-form {
  margin: 0;
}

.p-salon-contact-form {
  box-sizing: border-box;
  padding: clamp(1.75rem, 4vw, 3rem) clamp(1.25rem, 3.5vw, 2.5rem) clamp(2rem, 4vw, 3rem);
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1.75rem rgba(0, 0, 0, 0.08);
  border: 1px solid #c7c7c7;
}

.p-salon-contact-form__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.375rem, 2.6vw, 1.75rem);
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.p-salon-contact-form__intro {
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.25rem);
  font-size: clamp(0.8125rem, 1.35vw, 0.90625rem);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #333;
}

.p-salon-contact-form__row {
  margin: 0 0 1rem;
}

.p-salon-contact-form__row--upload {
  margin-top: 0.5rem;
  margin-bottom: 1.75rem;
}

.p-salon-contact-form__video-note {
  margin: 0 0 1.25rem;
}

.p-salon-contact-form__video-note-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #222;
}

.p-salon-contact-form__video-note-lead {
  margin: 0 0 0.5rem;
  font-size: clamp(0.8125rem, 1.35vw, 0.875rem);
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}

.p-salon-contact-form__video-note-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-salon-contact-form__video-note-list li {
  margin: 0 0 0.375rem;
  font-size: clamp(0.8125rem, 1.35vw, 0.875rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #333;
}

.p-salon-contact-form__video-note-list li:last-child {
  margin-bottom: 0;
}

.p-salon-contact-form__row--agree {
  margin-bottom: 1.5rem;
}

.p-salon-contact-form__row--submit {
  margin-bottom: 0;
}

.p-salon-contact-form__label {
  display: block;
  margin: 0 0 0.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.875rem;
}

.p-salon-contact-form__req {
  margin-left: 0.1em;
  color: #d32f2f;
  font-weight: 700;
}

.p-salon-contact-form__field .wpcf7-form-control-wrap {
  display: block;
}

.p-salon-contact-form__input,
.p-salon-contact-form input[type=text],
.p-salon-contact-form input[type=email],
.p-salon-contact-form input[type=tel],
.p-salon-contact-form input[type=url] {
  box-sizing: border-box;
  width: 100%;
  height: 2.875rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.125rem;
  background: #fff;
  font-size: 0.9375rem;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-salon-contact-form__input:focus,
.p-salon-contact-form input[type=text]:focus,
.p-salon-contact-form input[type=email]:focus,
.p-salon-contact-form input[type=tel]:focus,
.p-salon-contact-form input[type=url]:focus {
  outline: none;
  border-color: #888;
}

.p-salon-contact-form__field--short {
  max-width: 15rem;
}

.p-salon-contact-form__field--radio .wpcf7-radio,
.p-salon-contact-form__field--radio .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
  margin: 0;
}

.p-salon-contact-form__field--radio .wpcf7-list-item {
  margin: 0;
}

.p-salon-contact-form__field--radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #333;
}

.p-salon-contact-form__field--radio input[type=radio],
.p-salon-contact-form__field--radio input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: #333;
}

.p-salon-contact-form__upload {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 12.5rem;
  padding: 1.75rem 1.25rem;
  border: 1px solid #cfcfcf;
  border-radius: 0.25rem;
  background: #fff;
  overflow: hidden;
}

.p-salon-contact-form__upload-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  pointer-events: none;
}

.p-salon-contact-form__upload-icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../images/salon/contact/upload-to-cloud.webp") center/contain no-repeat;
}

.p-salon-contact-form__upload-caption {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #333;
}

.p-salon-contact-form__upload-browse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10rem;
  height: 2.25rem;
  padding: 0 1rem;
  border-radius: 0.125rem;
  background: #4a4a4a;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}

.p-salon-contact-form__upload .wpcf7-form-control-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
}

.p-salon-contact-form__upload input[type=file],
.p-salon-contact-form__file {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}

.p-salon-contact-form__upload-filename {
  position: relative;
  z-index: 1;
  margin: 0.75rem 0 0;
  max-width: 100%;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #555;
  word-break: break-all;
  text-align: center;
  pointer-events: none;
}

.p-salon-contact-form__upload-note {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-salon-contact-form__agree {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
}

.p-salon-contact-form__policy-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.p-salon-contact-form__policy-link:hover {
  opacity: 0.7;
}

.p-salon-contact-form__agree .wpcf7-form-control-wrap,
.p-salon-contact-form__agree .wpcf7-acceptance,
.p-salon-contact-form__agree .wpcf7-list-item {
  display: inline;
  margin: 0;
}

.p-salon-contact-form__agree .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.p-salon-contact-form__agree input[type=checkbox] {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin: 0;
  vertical-align: middle;
  accent-color: #333;
}

.p-salon-contact-form__agree .wpcf7-list-item-label {
  display: inline;
  line-height: 1.5;
}

.p-salon-contact-form__submit {
  margin: 0;
}

.p-salon-contact-form__submit-btn,
.p-salon-contact-form input[type=submit] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 3.25rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 0.125rem;
  background: #3a3a3a;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.p-salon-contact-form__submit-btn:hover,
.p-salon-contact-form input[type=submit]:hover {
  opacity: 0.88;
}

.p-salon-contact-form .wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  color: #d32f2f;
}

.p-salon-contact-form-section .wpcf7-response-output {
  margin: 1.25rem 0 0;
  padding: 0.75rem 0.875rem;
  font-size: 0.8125rem;
  line-height: 1.6;
}

.p-salon-contact-form__admin-note {
  margin: 0;
  padding: 1.25rem;
  background: #fff;
  color: #b00020;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .p-salon-contact-form__field--short {
    max-width: none;
  }
  .p-salon-contact-form__upload {
    min-height: 11.25rem;
  }
  .p-salon-contact-form__submit-btn,
  .p-salon-contact-form input[type=submit] {
    height: 3rem;
    font-size: 0.9375rem;
  }
}
.p-salon-contact-member {
  background: #fff;
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 3rem) clamp(3rem, 6vw, 4.5rem);
}

.p-salon-contact-member__inner {
  max-width: 920px;
  margin-inline: auto;
}

.p-salon-contact-member__header {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.p-salon-contact-member__title {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  font-size: clamp(1.625rem, 3.2vw, 2.25rem);
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #111;
}

.p-salon-contact-member__lead {
  margin: 0 auto 1.125rem;
  max-width: 700px;
  font-size: clamp(0.78125rem, 1.35vw, 0.875rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #222;
  text-align: center;
}

.p-salon-contact-member__lead:last-child {
  margin-bottom: 0;
}

.p-salon-contact-member__benefits {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
}

.p-salon-contact-member__benefits-title {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #111;
  text-align: center;
}

.p-salon-contact-member__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-salon-contact-member__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 5.5rem;
  padding: 1.375rem 1rem;
  background: #e8e8e8;
  text-align: center;
}

.p-salon-contact-member__item--wide {
  grid-column: 1/-1;
  min-height: 6rem;
  padding: 1.5rem 1.25rem;
}

.p-salon-contact-member__item-main {
  margin: 0;
  font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #111;
}

.p-salon-contact-member__item-sub {
  margin: 0.25rem 0 0;
  font-size: clamp(0.71875rem, 1.2vw, 0.8125rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #222;
}

.p-salon-contact-member__item-free {
  margin: 0.125rem 0 0;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #111;
}

@media screen and (max-width: 767px) {
  .p-salon-contact-member__grid {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  .p-salon-contact-member__item {
    min-height: 4.75rem;
    padding: 1.125rem 1rem;
  }
  .p-salon-contact-member__item--wide {
    min-height: 5.25rem;
    padding: 1.25rem 1rem;
  }
  .p-salon-contact-member__lead {
    max-width: none;
  }
}
.p-salon-contact-video {
  background: #fff;
  padding: 0 clamp(1.25rem, 4vw, 3rem) 0.625rem;
}

.p-salon-contact-video__inner {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

.p-salon-contact-video__title {
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #111;
}

.p-salon-contact-video__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-salon-contact-video__item {
  margin: 0;
  padding: clamp(1.375rem, 2.8vw, 1.75rem) 0;
}

.p-salon-contact-video__text {
  margin: 0 auto;
  max-width: 800px;
  font-size: clamp(0.78125rem, 1.35vw, 0.875rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #222;
  text-align: left;
}

.p-salon-contact-video__note {
  margin: clamp(1.75rem, 3.5vw, 2.5rem) 0 0;
  font-size: clamp(0.78125rem, 1.35vw, 0.875rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #222;
}

@media screen and (max-width: 767px) {
  .p-salon-contact-video__text {
    max-width: none;
    text-align: left;
  }
  .p-salon-contact-video__item {
    padding: 1.25rem 0;
  }
  .p-salon-contact-video__note {
    text-align: left;
  }
}
.p-salon-legal {
  background: #fff;
  padding: 7.5rem clamp(1.25rem, 4vw, 3rem) clamp(4rem, 8vw, 6.25rem);
}

.p-salon-legal__inner {
  max-width: 1150px;
  margin-inline: auto;
}

.p-salon-legal__title {
  margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
  font-size: clamp(1.375rem, 2.8vw, 2rem);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #111;
}

.p-salon-legal__body {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.9;
  color: #222;
}

.p-salon-legal__body h2,
.p-salon-legal__body h3 {
  margin: 2rem 0 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-salon-legal__body p {
  margin: 0 0 1rem;
}

.p-salon-legal__body ul,
.p-salon-legal__body ol {
  margin: 0 0 1rem;
  padding-left: 1.2em;
  list-style: revert;
}

.p-salon-legal__body ul {
  list-style-type: disc;
}

.p-salon-legal__body ol {
  list-style-type: decimal;
}

.p-salon-legal__body li {
  list-style: inherit;
  list-style-position: outside;
  display: list-item;
  margin: 0 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-salon-legal {
    padding-top: 5.5rem;
  }
}
.p-salon-list {
  background: #fff;
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.5rem, 4vw, 3rem) clamp(4.5rem, 9vw, 7.5rem);
}

.p-salon-list__inner {
  max-width: 1100px;
  margin-inline: auto;
}

.p-salon-list__header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.p-salon-list__title {
  margin: 0 0 1.25rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

.p-salon-list__sub {
  margin: 0 0 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

.p-salon-list__sub-note {
  font-weight: 400;
  font-size: 0.92em;
}

.p-salon-list__desc {
  margin: 0;
  font-size: 0.78125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #555;
}

.p-salon-list__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: clamp(1.5rem, 3vw, 2.5rem);
       column-gap: clamp(1.5rem, 3vw, 2.5rem);
  row-gap: clamp(2.25rem, 4.5vw, 3.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-salon-list__item {
  box-sizing: border-box;
  padding-left: 0.875rem;
  border-left: 1px solid #d0d0d0;
  min-width: 0;
}

.p-salon-list__meta {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #666;
}

.p-salon-list__name {
  margin: 0 0 0.625rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
  word-break: break-word;
}

.p-salon-list__link {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #A477AE;
  text-decoration: none;
  transition: opacity 0.25s;
}

.p-salon-list__link:hover {
  opacity: 0.65;
}

.p-salon-list__link-arrow {
  display: inline-block;
}

.p-salon-list__pagination {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.p-salon-list__pagination ul.page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-salon-list__pagination ul.page-numbers .page-numbers {
  display: inline-block;
  min-width: 1em;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #bbb;
  text-decoration: none;
}

.p-salon-list__pagination ul.page-numbers a.page-numbers:hover {
  color: #1a1a1a;
}

.p-salon-list__pagination ul.page-numbers .page-numbers.current {
  color: #1a1a1a;
}

.p-salon-list__empty {
  margin: 2.5rem 0;
  font-size: 0.875rem;
  text-align: center;
  color: #666;
}

.p-salon-list__notice {
  margin: clamp(2.25rem, 4vw, 3rem) 0 0;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #888;
}

@media screen and (max-width: 767px) {
  .p-salon-list {
    padding: 2.5rem 1.75rem 4.5rem;
  }
  .p-salon-list__header {
    margin-bottom: 2.25rem;
  }
  .p-salon-list__title {
    display: none;
  }
  .p-salon-list__sub {
    display: inline-block;
    margin-bottom: 1rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #1a1a1a;
    font-size: 0.9375rem;
  }
  .p-salon-list__sub-note {
    font-size: 0.85em;
  }
  .p-salon-list__desc {
    font-size: 0.8125rem;
    line-height: 1.9;
    color: #1a1a1a;
  }
  .p-salon-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 2rem;
  }
  .p-salon-list__item {
    padding-left: 0.75rem;
  }
  .p-salon-list__meta {
    font-size: 0.625rem;
  }
  .p-salon-list__name {
    font-size: 0.875rem;
  }
  .p-salon-list__link {
    font-size: 0.6875rem;
  }
  .p-salon-list__pagination {
    margin-top: 2.5rem;
  }
  .p-salon-list__pagination ul.page-numbers {
    gap: 0.875rem;
  }
  .p-salon-list__notice {
    margin-top: 2.25rem;
    font-size: 0.6875rem;
  }
}
.p-salon-method-hair-detail {
  background: #fff;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 3vw, 2.5rem) clamp(4rem, 8vw, 6.25rem);
}

.p-salon-method-hair-detail__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(0, 0.95fr);
  grid-template-areas: "info flow video" ". actions .";
  -moz-column-gap: clamp(1rem, 2vw, 1.5rem);
       column-gap: clamp(1rem, 2vw, 1.5rem);
  row-gap: clamp(1.25rem, 2.5vw, 1.75rem);
  max-width: 1100px;
  margin-inline: auto;
  align-items: start;
}

.p-salon-method-hair-detail__info {
  grid-area: info;
  box-sizing: border-box;
  min-width: 0;
  padding: 0.75rem 1.4375rem;
  border: 1px solid #cfcfcf;
}

.p-salon-method-hair-detail__methods {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
}

.p-salon-method-hair-detail__method-title {
  margin: 0 0 0.375rem;
  font-size: clamp(0.8125rem, 1.35vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #111;
  text-align: center;
}

.p-salon-method-hair-detail__meta {
  box-sizing: border-box;
  padding: 0.875rem 3.4vw;
  background: #d9e2ea;
}

.p-salon-method-hair-detail__meta-row {
  margin: 0;
  font-size: clamp(0.75rem, 1.2vw, 0.84375rem);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #111;
}

.p-salon-method-hair-detail__meta-key,
.p-salon-method-hair-detail__meta-sep,
.p-salon-method-hair-detail__meta-val {
  display: inline;
}

.p-salon-method-hair-detail__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: 1.375rem;
}

.p-salon-method-hair-detail__photo {
  position: relative;
  margin: 0;
  aspect-ratio: 245/155;
  overflow: hidden;
}

.p-salon-method-hair-detail__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 28%;
     object-position: center 28%;
  transform: scale(1.2);
  transform-origin: center center;
}

.p-salon-method-hair-detail__photo:nth-child(1) img {
  -o-object-position: center 32%;
     object-position: center 32%;
  transform: scale(1.42);
}

.p-salon-method-hair-detail__photo:nth-child(2) img {
  -o-object-position: 48% 44%;
     object-position: 48% 44%;
  transform: scale(1.6) translateX(19px);
}

.p-salon-method-hair-detail__flow {
  grid-area: flow;
  box-sizing: border-box;
  min-width: 0;
  padding: 1.25rem 1.75rem 1.5rem 1.125rem;
  overflow: visible;
  background: #c2cbd2;
  width: 100%;
}

.p-salon-method-hair-detail__flow-title {
  margin: 0 0 1.125rem;
  padding: 0;
  font-size: clamp(0.9375rem, 1.5vw, 1.125rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #111;
  text-align: center;
  background: transparent;
  width: 100%;
}

.p-salon-method-hair-detail__steps {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-salon-method-hair-detail__step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-height: 4.375rem;
  padding: 0.625rem 4rem 0.625rem 1rem;
  background: #fff;
}

.p-salon-method-hair-detail__step-text {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: clamp(0.71875rem, 1.15vw, 0.8125rem);
  font-weight: 600;
  line-height: 1.7;
  color: #111;
  text-align: center;
}

.p-salon-method-hair-detail__step-img {
  position: absolute;
  top: 50%;
  right: -1.375rem;
  z-index: 1;
  width: 3.625rem;
  height: 3.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  transform: translateY(-50%);
}

.p-salon-method-hair-detail__step-img--portrait {
  display: block;
  width: 2.5rem;
  height: 5.3125rem;
  overflow: hidden;
  border-radius: 0.5rem;
  -o-object-fit: unset;
     object-fit: unset;
  right: -0.8125rem;
}

.p-salon-method-hair-detail__step-img--portrait img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 35% 20%;
     object-position: 35% 20%;
  transform: scale(1.4) translateY(-5px);
}

.p-salon-method-hair-detail__step-img--portrait img[src*="nail01.jpg"] {
  transform: scale(1.2) translateY(7px);
  -o-object-position: 26% 21%;
     object-position: 26% 21%;
}

.p-salon-method-hair-detail__step-img--bottles {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  -o-object-fit: unset;
     object-fit: unset;
}

.p-salon-method-hair-detail__bottle {
  display: block;
  width: auto;
  height: 3.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-salon-method-hair-detail__bottle--limone {
  position: relative;
  z-index: 1;
  margin-right: -0.125rem;
}

.p-salon-method-hair-detail__bottle--lavender {
  position: relative;
  z-index: 2;
}

.p-salon-method-hair-detail__step-arrow {
  position: relative;
  height: 1.625rem;
  margin: 0;
  list-style: none;
}

.p-salon-method-hair-detail__step-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff;
  transform: translate(-50%, -50%);
}

.p-salon-method-hair-detail__step-divider {
  height: 0;
  margin: 1.375rem 0;
  border: 0;
  border-top: 0.1875rem solid #fff;
}

.p-salon-method-hair-detail__video {
  grid-area: video;
  min-width: 0;
}

.p-salon-method-hair-detail__video-title {
  margin: 0 0 0.75rem;
  font-size: clamp(0.8125rem, 1.3vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-salon-method-hair-detail__video-frame {
  position: relative;
  aspect-ratio: 1/1.1;
  overflow: hidden;
  background: #222;
}

.p-salon-method-hair-detail__video-player {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #111;
}

.p-salon-method-hair-detail__actions {
  grid-area: actions;
  display: flex;
  justify-content: stretch;
  padding-top: 0.5rem;
}

.p-salon-method-hair-detail__actions .c-salon-cta {
  width: 100%;
  max-width: none;
}

.p-salon-method-hair-detail__step-img-video {
  -o-object-fit: contain;
     object-fit: contain;
  height: 5rem;
}

.p-salon-method-hair-detail--esthe {
  padding-top: clamp(2.25rem, 4.5vw, 3.5rem);
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "info flow menu" ". actions ." "copy copy people";
  row-gap: clamp(1.75rem, 3.5vw, 2.75rem);
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__info {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1.125rem;
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__note {
  margin: 1.25rem 0 0;
  font-size: clamp(0.78125rem, 1.25vw, 0.875rem);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #111;
  text-align: center;
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__ig-link {
  display: inline-block;
  align-self: center;
  font-size: clamp(0.78125rem, 1.25vw, 0.875rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #6b4fc0;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__photos {
  margin-top: auto;
  padding-top: 1.25rem;
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__photo:nth-child(1) img {
  -o-object-position: center 40%;
     object-position: center 40%;
  transform: scale(1.8);
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__photo:nth-child(2) img {
  -o-object-position: center 58%;
     object-position: center 58%;
  transform: scale(1.2);
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 1.75rem 1.375rem 2rem 1rem;
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__steps {
  flex: 1 1 auto;
  justify-content: center;
  gap: 0.25rem;
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__step-arrow {
  height: 2rem;
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__step:nth-of-type(1) .p-salon-method-hair-detail__step-img--portrait img {
  -o-object-position: center 18%;
     object-position: center 18%;
  transform: scale(1.5) translateX(4px);
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__step:nth-of-type(3) .p-salon-method-hair-detail__step-img--portrait img {
  -o-object-position: center 30%;
     object-position: center 30%;
  transform: scale(2.2) translateX(-2px) translateY(-2px);
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__menu {
  grid-area: menu;
  min-width: 0;
  align-self: start;
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__actions {
  justify-content: stretch;
  padding-top: 0.25rem;
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__actions .c-salon-cta {
  width: 100%;
  max-width: none;
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__copy {
  grid-area: copy;
  min-width: 0;
  padding-right: clamp(0.75rem, 2vw, 1.75rem);
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__copy-lead {
  margin: 0 0 1.125rem;
  font-size: clamp(0.8125rem, 1.3vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 0.35em;
  text-decoration-thickness: 1px;
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__copy-text {
  margin: 0 0 1.125rem;
  font-size: clamp(0.78125rem, 1.25vw, 0.875rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #222;
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__copy-text:last-child {
  margin-bottom: 0;
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__people {
  grid-area: people;
  min-width: 0;
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__portraits {
  grid-template-columns: minmax(0, 1fr);
  max-width: 6.25rem;
  margin-top: 1rem;
}

.p-salon-method-hair-detail--esthe .p-salon-method-hair-price__row-price + .p-salon-method-hair-price__row-price {
  margin-top: 0.375rem;
}

.p-salon-method-hair-detail--hand {
  padding-top: clamp(2.25rem, 4.5vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.p-salon-method-hair-detail--hand .p-salon-method-hair-detail__actions {
  justify-content: stretch;
}

.p-salon-method-hair-detail--hand .p-salon-method-hair-detail__actions .c-salon-cta {
  width: 100%;
  max-width: none;
}

.p-salon-method-hair-detail--hand-price {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  padding-bottom: clamp(4.5rem, 9vw, 6.875rem);
}

.p-salon-method-hair-detail--hand-price .p-salon-method-hair-detail__inner {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.1fr) minmax(0, 0.85fr);
  grid-template-areas: "copy menu people" ". actions .";
  row-gap: clamp(1.75rem, 3.5vw, 2.75rem);
  align-items: start;
}

.p-salon-method-hair-detail--hand-price .p-salon-method-hair-detail__copy {
  grid-area: copy;
  min-width: 0;
  padding-right: 0;
}

.p-salon-method-hair-detail--hand-price .p-salon-method-hair-detail__copy-text {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #222;
}

.p-salon-method-hair-detail--hand-price .p-salon-method-hair-detail__copy-text:last-child {
  margin-bottom: 0;
}

.p-salon-method-hair-detail--hand-price .p-salon-method-hair-detail__menu {
  grid-area: menu;
  min-width: 0;
}

.p-salon-method-hair-detail--hand-price .p-salon-method-hair-detail__people {
  grid-area: people;
  min-width: 0;
}

.p-salon-method-hair-detail--hand-price .p-salon-method-hair-detail__portraits {
  grid-template-columns: minmax(0, 1fr);
  max-width: 6.25rem;
  margin-top: 1rem;
}

.p-salon-method-hair-detail--hand-price .p-salon-method-hair-detail__actions {
  justify-content: stretch;
  padding-top: 0.25rem;
}

.p-salon-method-hair-detail--hand-price .p-salon-method-hair-detail__actions .c-salon-cta {
  width: 100%;
  max-width: none;
}

.p-salon-method-hair-detail--hand-price .p-salon-method-hair-price__people-text {
  display: block;
}

.p-salon-method-hair-detail--hand-price .p-salon-method-hair-price__row-price + .p-salon-method-hair-price__row-price {
  margin-top: 0.375rem;
}

.p-salon-method-hair-detail--hand .p-salon-method-hair-detail__method-title {
  font-size: clamp(0.78125rem, 1.25vw, 0.875rem);
}

.p-salon-method-hair-detail--hand .p-salon-method-hair-detail__meta {
  text-align: center;
}

.p-salon-method-hair-detail--hand .p-salon-method-hair-detail__photo:nth-child(1) img {
  -o-object-position: center 40%;
     object-position: center 40%;
  transform: scale(1.18);
}

.p-salon-method-hair-detail--hand .p-salon-method-hair-detail__photo:nth-child(2) img {
  -o-object-position: center 42%;
     object-position: center 42%;
  transform: scale(1.2);
}

.p-salon-method-hair-detail__step-img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.25rem;
  background: #111;
}

.p-salon-method-hair-detail__placeholder-label {
  display: block;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  writing-mode: horizontal-tb;
}

.p-salon-method-hair-detail__video-frame--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
}

.p-salon-method-hair-detail__video-placeholder {
  margin: 0;
  padding: 1rem;
  font-size: clamp(0.75rem, 1.2vw, 0.875rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-salon-method-hair-detail {
    padding: 1.75rem 1.875rem 1.875rem;
  }
  .p-salon-method-hair-detail__inner {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
  }
  .p-salon-method-hair-detail__info {
    box-sizing: border-box;
    padding: 1.375rem 0.875rem 1rem;
    border: 1px solid #cfcfcf;
  }
  .p-salon-method-hair-detail__method-title {
    font-size: 0.84375rem;
  }
  .p-salon-method-hair-detail__meta {
    padding: 0.75rem 0.875rem;
    background: #d5dee6;
  }
  .p-salon-method-hair-detail__meta-row {
    font-size: 0.78125rem;
  }
  .p-salon-method-hair-detail__photos {
    margin-top: 1.125rem;
    gap: 0.375rem;
  }
  .p-salon-method-hair-detail__photo {
    aspect-ratio: 245/155;
  }
  .p-salon-method-hair-detail__photo img {
    transform: scale(1.24);
  }
  .p-salon-method-hair-detail__flow {
    padding: 0.75rem 1rem 1.625rem;
  }
  .p-salon-method-hair-detail__flow-title {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
  }
  .p-salon-method-hair-detail__step {
    margin-right: 1.5625rem;
    padding: 0.5rem 0rem 0.5rem 1rem;
    min-height: auto;
  }
  .p-salon-method-hair-detail__step-text {
    font-size: 0.75rem;
  }
  .p-salon-method-hair-detail__step-img {
    right: -2.5rem;
    width: 4rem;
    height: 4rem;
  }
  .p-salon-method-hair-detail__step-img--portrait {
    width: 2.125rem;
    height: 4.0625rem;
    border-radius: 0.5rem;
    right: -1.5625rem;
  }
  .p-salon-method-hair-detail__bottle {
    height: 4.25rem;
  }
  .p-salon-method-hair-detail__video-title {
    font-size: 0.8125rem;
    margin: 0 auto 0.625rem;
    text-align: left;
    width: 80%;
  }
  .p-salon-method-hair-detail__video-frame {
    width: 80%;
    margin: 0 auto;
  }
  .p-salon-method-hair-detail__actions {
    order: 4;
    padding-top: 0;
    width: 100%;
  }
  .p-salon-method-hair-detail__actions .c-salon-cta {
    width: 100%;
    max-width: none;
  }
  .p-salon-method-hair-detail__step-img-video {
    -o-object-fit: contain;
       object-fit: contain;
    height: 5rem;
  }
  .p-salon-method-hair-detail--esthe {
    padding: 1.75rem 1.875rem 4rem;
  }
  .p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__info {
    order: 1;
    padding: 1.125rem 0.875rem 1rem;
  }
  .p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__flow {
    order: 2;
    min-height: 0;
    padding: 0.8125rem 1rem 1rem;
  }
  .p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__actions {
    order: 3;
  }
  .p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__menu {
    order: 4;
    width: 100%;
  }
  .p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__people {
    order: 5;
  }
  .p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__copy {
    order: 6;
  }
  .p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__note {
    font-size: 0.8125rem;
  }
  .p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__ig-link {
    font-size: 0.8125rem;
  }
  .p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__step {
    margin-right: 1.25rem;
    min-height: 2.8125rem;
  }
  .p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__copy-lead {
    font-size: 0.84375rem;
  }
  .p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__copy-text {
    font-size: 0.8125rem;
  }
  .p-salon-method-hair-detail--esthe .p-salon-method-hair-detail__portraits {
    max-width: 10rem;
    width: 42%;
  }
  .p-salon-method-hair-detail--hand {
    padding: 1.75rem 1.875rem 2.5rem;
  }
  .p-salon-method-hair-detail--hand .p-salon-method-hair-detail__method-title {
    font-size: 0.8125rem;
  }
  .p-salon-method-hair-detail--hand .p-salon-method-hair-detail__photo:nth-child(1) img {
    -o-object-position: center 38%;
       object-position: center 38%;
    transform: scale(1.22);
  }
  .p-salon-method-hair-detail--hand .p-salon-method-hair-detail__photo:nth-child(2) img {
    -o-object-position: center 40%;
       object-position: center 40%;
    transform: scale(1.24);
  }
  .p-salon-method-hair-detail__placeholder-label {
    font-size: 0.4375rem;
  }
  .p-salon-method-hair-detail__video-placeholder {
    font-size: 0.78125rem;
  }
  .p-salon-method-hair-detail--hand-price {
    padding: 0.5rem 1.875rem 4rem;
  }
  .p-salon-method-hair-detail--hand-price .p-salon-method-hair-detail__menu {
    order: 1;
    width: 100%;
  }
  .p-salon-method-hair-detail--hand-price .p-salon-method-hair-detail__actions {
    order: 2;
  }
  .p-salon-method-hair-detail--hand-price .p-salon-method-hair-detail__people {
    order: 3;
  }
  .p-salon-method-hair-detail--hand-price .p-salon-method-hair-detail__copy {
    order: 4;
    padding-right: 0;
  }
  .p-salon-method-hair-detail--hand-price .p-salon-method-hair-detail__copy-text {
    font-size: 0.8125rem;
  }
  .p-salon-method-hair-detail--hand-price .p-salon-method-hair-detail__portraits {
    max-width: 10rem;
    width: 42%;
  }
}
.p-salon-method-hair-price {
  background: #fff;
  padding: 0 clamp(1rem, 3vw, 2.5rem) clamp(4.5rem, 9vw, 6.875rem);
}

.p-salon-method-hair-price__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr);
  grid-template-areas: "copy menu people" ". actions .";
  -moz-column-gap: clamp(1.5rem, 3vw, 2.5rem);
       column-gap: clamp(1.5rem, 3vw, 2.5rem);
  row-gap: clamp(1.75rem, 3.5vw, 2.5rem);
  max-width: 1120px;
  margin-inline: auto;
  align-items: start;
}

.p-salon-method-hair-price__copy {
  grid-area: copy;
  min-width: 0;
}

.p-salon-method-hair-price__copy-text {
  margin: 0 0 1.375rem;
  font-size: clamp(0.78125rem, 1.3vw, 0.875rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #222;
}

.p-salon-method-hair-price__copy-text:last-child {
  margin-bottom: 0;
}

.p-salon-method-hair-price__copy-lead {
  margin: 0 0 1.375rem;
  font-size: clamp(0.78125rem, 1.3vw, 0.875rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 0.35em;
  text-decoration-thickness: 1px;
}

.p-salon-method-hair-price__menu {
  grid-area: menu;
  min-width: 0;
}

.p-salon-method-hair-price__table {
  border: 1px solid #c8c8c8;
  text-align: center;
}

.p-salon-method-hair-price__table-title {
  margin: 0;
  padding: 0.875rem 0.75rem;
  border-bottom: 1px solid #c8c8c8;
  font-size: clamp(0.875rem, 1.4vw, 1rem);
  font-weight: 400;
  line-height: 1.4;
}

.p-salon-method-hair-price__row {
  padding: 1rem 0.75rem;
  border-bottom: 1px solid #c8c8c8;
}

.p-salon-method-hair-price__row:last-child {
  border-bottom: 0;
}

.p-salon-method-hair-price__row-name {
  margin: 0 0 0.5rem;
  font-size: clamp(0.8125rem, 1.3vw, 0.90625rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #111;
}

.p-salon-method-hair-price__row-price {
  margin: 0;
  font-size: clamp(0.75rem, 1.2vw, 0.84375rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #222;
}

.p-salon-method-hair-price__row-note {
  margin: 0.375rem 0 0;
  font-size: clamp(0.6875rem, 1.1vw, 0.78125rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #333;
}

.p-salon-method-hair-price__foot {
  font-size: clamp(0.71875rem, 1.15vw, 0.78125rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #333;
  font-size: 0.625rem;
}

.p-salon-method-hair-price__foot:first-of-type {
  margin-top: 0.5rem;
}

.p-salon-method-hair-price__people {
  grid-area: people;
  min-width: 0;
}

.p-salon-method-hair-price__people-block {
  margin-bottom: 0.875rem;
}

.p-salon-method-hair-price__people-label {
  margin: 0 0 0.125rem;
  font-size: clamp(0.78125rem, 1.25vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #111;
}

.p-salon-method-hair-price__people-text {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.35em;
  margin: 0;
  font-size: clamp(0.75rem, 1.2vw, 0.8125rem);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #222;
}

.p-salon-method-hair-price__people-brand {
  flex: 0 0 auto;
  min-width: 7.2em;
}

.p-salon-method-hair-price__people-text--sub .p-salon-method-hair-price__people-brand {
  visibility: hidden;
}

.p-salon-method-hair-price__people-role {
  flex: 1 1 auto;
  min-width: 0;
}

.p-salon-method-hair-price__portraits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.p-salon-method-hair-price__portrait {
  min-width: 0;
  align-self: start;
  text-align: left;
}

.p-salon-method-hair-price__portrait-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4/5;
}

.p-salon-method-hair-price__portrait img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
}

.p-salon-method-hair-price__portrait img[src*="ota2.jpg"] {
  -o-object-position: 62% -228%;
     object-position: 62% -228%;
  transform: scale(3.6) translateX(-6%);
  transform-origin: center center;
}

.p-salon-method-hair-price .p-salon-method-hair-price__portrait:nth-child(2) img {
  -o-object-position: 48% -126%;
     object-position: 48% -126%;
  transform: scale(1.24) translateX(2%);
  transform-origin: center center;
}

.p-salon-method-hair-price .p-salon-method-hair-price__portrait:nth-child(3) img {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
  transform: scale(1.35);
  transform-origin: center center;
}

.p-salon-method-hair-price__portrait-name {
  margin: 0.5rem 0 0;
  font-size: 0.5625rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  text-align: left;
  white-space: nowrap;
}

.p-salon-method-hair-price__actions {
  grid-area: actions;
  display: flex;
  justify-content: center;
}

.p-salon-method-hair-price__actions .c-salon-cta {
  width: min(100%, 26.25rem);
}

@media screen and (max-width: 767px) {
  .p-salon-method-hair-price {
    padding: 0 1.875rem 4rem;
  }
  .p-salon-method-hair-price__inner {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
  }
  .p-salon-method-hair-price__menu {
    order: 1;
    width: 100%;
  }
  .p-salon-method-hair-price__actions {
    order: 2;
    width: 100%;
  }
  .p-salon-method-hair-price__people {
    order: 3;
    width: 100%;
  }
  .p-salon-method-hair-price__people-block {
    margin-bottom: 0.75rem;
  }
  .p-salon-method-hair-price__people-label {
    font-size: 0.8125rem;
  }
  .p-salon-method-hair-price__people-text {
    font-size: 0.78125rem;
    line-height: 1.85;
  }
  .p-salon-method-hair-price__people-brand {
    min-width: 7.4em;
  }
  .p-salon-method-hair-price__copy {
    order: 4;
  }
  .p-salon-method-hair-price__table-title {
    padding: 0.5rem 0.625rem;
    font-size: 0.9375rem;
  }
  .p-salon-method-hair-price__row {
    padding: 0.875rem 0.625rem;
  }
  .p-salon-method-hair-price__row-name {
    font-size: 0.84375rem;
  }
  .p-salon-method-hair-price__row-price {
    font-size: 0.65625rem;
  }
  .p-salon-method-hair-price__row-note {
    font-size: 0.71875rem;
  }
  .p-salon-method-hair-price__actions .c-salon-cta {
    width: 100%;
    max-width: none;
  }
  .p-salon-method-hair-price__portraits {
    gap: 1.875rem;
    margin-top: 1.375rem;
  }
  .p-salon-method-hair-price__portrait-media {
    aspect-ratio: 4/5;
  }
  .p-salon-method-hair-price__portrait img {
    -o-object-position: center 18%;
       object-position: center 18%;
  }
  .p-salon-method-hair-price__portrait img[src*="ota2.jpg"] {
    -o-object-position: 31% -248%;
       object-position: 31% -248%;
    transform: scale(3.6) translateX(-6%);
    transform-origin: center center;
  }
  .p-salon-method-hair-price .p-salon-method-hair-price__portrait:nth-child(2) img {
    -o-object-position: 48% -126%;
       object-position: 48% -126%;
    transform: scale(1.3) translateX(3%);
    transform-origin: center center;
  }
  .p-salon-method-hair-price .p-salon-method-hair-price__portrait:nth-child(3) img {
    -o-object-position: 50% 28%;
       object-position: 50% 28%;
    transform: scale(1.35) translateY(-6%);
    transform-origin: center center;
  }
  .p-salon-method-hair-price__portrait-name {
    margin-top: 0.375rem;
    font-size: 0.59375rem;
    letter-spacing: 0.02em;
    white-space: wrap;
  }
  .p-salon-method-hair-price__copy-text,
  .p-salon-method-hair-price__copy-lead {
    font-size: 0.8125rem;
  }
}
.p-salon-method-hair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #c9d1d9;
  scroll-margin-top: 5rem;
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
}

.p-salon-method-hair__visual {
  position: relative;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: 920/520;
}

.p-salon-method-hair__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 60%;
     object-position: center 60%;
}

.p-salon-method-hair__label {
  position: absolute;
  z-index: 1;
  height: auto;
  pointer-events: none;
}

.p-salon-method-hair__label--hachi {
  top: 0rem;
  left: auto;
  width: 40%;
}

.p-salon-method-hair__label--kaohaba {
  right: 0.625rem;
  bottom: 0rem;
  width: 50%;
  transform: translateX(40%);
}

.p-salon-method-hair--esthe .p-salon-method-hair__img {
  -o-object-position: center 42%;
     object-position: center 42%;
}

.p-salon-method-hair__label--kogao {
  top: -0.1875rem;
  left: -0.375rem;
  width: 20vw;
}

.p-salon-method-hair--hand {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 0;
}

.p-salon-method-hair--hand .p-salon-method-hair__img {
  -o-object-position: center 48%;
     object-position: center 48%;
  scale: 1.1;
}

.p-salon-method-hair__label--hand01 {
  top: -0.1875rem;
  left: -0.75rem;
  width: 21vw;
  max-width: 290px;
}

.p-salon-method-hair__label--hand02 {
  top: clamp(2.5rem, 6vw, 4rem);
  left: clamp(0.375rem, 1.2vw, 0.875rem);
  width: clamp(12.5rem, 52%, 18.75rem);
}

.p-salon-method-hair__body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 0.625rem 0.625rem;
  text-align: center;
}

.p-salon-method-hair__category {
  margin: 0 0 0.375rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 0.35em;
  text-decoration-thickness: 1px;
}

.p-salon-method-hair__category.is-hand {
  font-size: 1.125rem;
}

.p-salon-method-hair__text {
  margin: 0 0 0.625rem;
  font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #111;
}

.p-salon-method-hair__price {
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #111;
}

@media screen and (max-width: 767px) {
  .p-salon-method-hair {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .p-salon-method-hair__visual {
    aspect-ratio: 750/620;
  }
  .p-salon-method-hair__img {
    -o-object-position: 42% 32%;
       object-position: 42% 32%;
  }
  .p-salon-method-hair__label--hachi {
    top: 0.25rem;
    left: auto;
    right: 0.375rem;
    width: 60vw;
    max-width: 13.75rem;
    transform: translateX(0%);
  }
  .p-salon-method-hair__label--kaohaba {
    top: auto;
    right: 0.125rem;
    bottom: 1.375rem;
    width: 53vw;
    transform: translateX(30%);
  }
  .p-salon-method-hair--esthe .p-salon-method-hair__img {
    -o-object-position: center 38%;
       object-position: center 38%;
  }
  .p-salon-method-hair__label--kogao {
    top: 0;
    right: -4.375rem;
    width: 13.75rem;
  }
  .p-salon-method-hair--hand {
    margin-top: 2.25rem;
    margin-bottom: 0;
  }
  .p-salon-method-hair--hand .p-salon-method-hair__img {
    -o-object-position: center 46%;
       object-position: center 46%;
  }
  .p-salon-method-hair__label--hand01 {
    top: 0rem;
    left: -0.125rem;
    width: 53vw;
  }
  .p-salon-method-hair__label--hand02 {
    top: 3rem;
    left: 2.1875rem;
    width: 55vw;
    max-width: 16.75rem;
  }
  .p-salon-method-hair__body {
    padding: 1.875rem 0.875rem 1.875rem;
  }
  .p-salon-method-hair__category {
    font-size: 0.875rem;
  }
  .p-salon-method-hair__category.is-hand {
    font-size: 0.8125rem;
  }
  .p-salon-method-hair__text {
    margin-bottom: 0.875rem;
    font-size: 0.8125rem;
    line-height: 2.05;
  }
  .p-salon-method-hair__price {
    font-size: 1.375rem;
  }
}
.p-salon-method-intro {
  background: #fff;
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 3rem) clamp(3.5rem, 7vw, 5.5rem);
}

.p-salon-method-intro__inner {
  max-width: 1100px;
  margin-inline: auto;
  text-align: center;
}

.p-salon-method-intro__heading {
  margin: 0 0 2.5rem;
  line-height: 0;
}

.p-salon-method-intro__heading-img {
  display: block;
  width: clamp(17.5rem, 42vw, 30rem);
  height: auto;
  margin-inline: auto;
}

.p-salon-method-intro__lead {
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  max-width: 700px;
  font-size: clamp(0.78125rem, 1.35vw, 0.875rem);
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: #111;
}

.p-salon-method-intro__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-salon-method-intro__card {
  min-width: 0;
}

.p-salon-method-intro__card-link {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 7.5rem;
  height: 100%;
  padding: 0.5rem 0.875rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.p-salon-method-intro__card-link:hover {
  opacity: 0.88;
}

.p-salon-method-intro__card-main {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #B7B7B7;
}

.p-salon-method-intro__card-arrow {
  margin-left: 0.35em;
}

.p-salon-method-intro__card-note {
  display: block;
  font-size: 0.71875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #b7b7b7;
}

@media screen and (max-width: 767px) {
  .p-salon-method-intro__heading-img {
    width: clamp(13.75rem, 72vw, 18.75rem);
  }
  .p-salon-method-intro__lead {
    max-width: none;
  }
  .p-salon-method-intro__cards {
    grid-template-columns: 1fr;
    gap: 1.5625rem;
  }
  .p-salon-method-intro__card-link {
    min-height: auto;
    padding: 0.625rem 1rem;
  }
  .p-salon-method-intro__card-note {
    font-size: 0.625rem;
  }
}
.p-salon-method-natural {
  background: #fff;
  padding: 0 clamp(1rem, 3vw, 2.5rem) clamp(4.5rem, 9vw, 6.875rem);
}

.p-salon-method-natural__inner {
  display: grid;
  grid-template-columns: minmax(0, 13.75rem) minmax(0, 1fr) minmax(0, 1.35fr);
  -moz-column-gap: clamp(1.75rem, 3.5vw, 3rem);
       column-gap: clamp(1.75rem, 3.5vw, 3rem);
  row-gap: 1.25rem;
  max-width: 1120px;
  margin-inline: auto;
  align-items: flex-end;
  width: 90%;
  padding-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid #ccc;
}

.p-salon-method-natural__visual {
  margin: 0;
  width: 70%;
  aspect-ratio: 212/266;
  overflow: hidden;
}

.p-salon-method-natural__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 40%;
     object-position: center 40%;
}

.p-salon-method-natural__brand {
  min-width: 0;
  padding-top: 0.125rem;
}

.p-salon-method-natural__eyebrow {
  margin: 0 0 0.75rem;
  font-size: clamp(0.75rem, 1.2vw, 0.875rem);
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.625rem;
}

.p-salon-method-natural__name {
  margin: 0 0 1rem;
  line-height: 0;
}

.p-salon-method-natural__name-img {
  display: block;
  width: clamp(11.25rem, 22vw, 16.25rem);
  max-width: 100%;
  height: auto;
  transform: translateX(-10px);
}

.p-salon-method-natural__meta {
  margin: 0 0 1.375rem;
  font-size: clamp(0.8125rem, 1.3vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #222;
}

.p-salon-method-natural__lead {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.9;
  color: #111;
}

.p-salon-method-natural__copy {
  min-width: 0;
  padding-top: 0.125rem;
}

.p-salon-method-natural__copy-text {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2.05;
  color: #222;
}

@media screen and (max-width: 767px) {
  .p-salon-method-natural {
    padding: 2.5rem 1.875rem 4.5rem;
  }
  .p-salon-method-natural__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .p-salon-method-natural__visual {
    width: 48%;
    max-width: 11.25rem;
    aspect-ratio: 3/4;
    margin-bottom: 1.375rem;
  }
  .p-salon-method-natural__brand {
    padding-top: 0;
  }
  .p-salon-method-natural__name-img {
    width: 15rem;
  }
  .p-salon-method-natural__meta {
    margin-bottom: 1.75rem;
    font-size: 0.875rem;
  }
  .p-salon-method-natural__lead {
    margin-bottom: 1.375rem;
    line-height: 1.85;
  }
  .p-salon-method-natural__copy {
    padding-top: 0;
  }
  .p-salon-method-natural__copy-text {
    font-size: 0.75rem;
    line-height: 2;
  }
}
.p-salon-product-formula {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 60%;
  max-width: 700px;
  aspect-ratio: 1260/400;
  margin-inline: auto;
  overflow: hidden;
  color: #1a1a1a;
}

.p-salon-product-formula__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.p-salon-product-formula__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 45%;
     object-position: 50% 45%;
}

.p-salon-product-formula__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-inline: auto;
}

.p-salon-product-formula__corner {
  position: absolute;
  top: clamp(0.75rem, 1.8vw, 1.25rem);
  right: clamp(0.875rem, 2vw, 1.5rem);
  margin: 0;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

.p-salon-product-formula__corner--br {
  top: auto;
  right: 0;
  bottom: 0;
}

.p-salon-product-formula__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
}

.p-salon-product-formula__line {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.08em;
}

.p-salon-product-formula__line--pc {
  position: relative;
}

.p-salon-product-formula__line--sp {
  display: none;
}

.p-salon-product-formula__asterisk {
  position: absolute;
  top: -0.1875rem;
  left: 10rem;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.p-salon-product-formula__asterisk-inline {
  font-size: 0.65em;
  vertical-align: super;
  line-height: 1;
}

.p-salon-product-formula__items--pc {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 500px;
  margin: clamp(1.125rem, 2.5vw, 1.75rem) 0 0;
  padding: 0 0rem 1.375rem;
}

.p-salon-product-formula__items--sp {
  display: none;
}

.p-salon-product-formula__names,
.p-salon-product-formula__notes {
  display: flex;
  -moz-column-gap: clamp(1rem, 3vw, 2.5rem);
       column-gap: clamp(1rem, 3vw, 2.5rem);
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.p-salon-product-formula__notes {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.p-salon-product-formula__name {
  font-size: 1.06875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.p-salon-product-formula__note {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  white-space: nowrap;
}

.p-salon-product-formula__note--empty {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .p-salon-product-formula {
    width: 100%;
    max-height: 500px;
    aspect-ratio: 750/700;
    padding: 0;
  }
  .p-salon-product-formula__bg-img {
    -o-object-position: 50% 40%;
       object-position: 50% 40%;
  }
  .p-salon-product-formula__inner {
    box-sizing: border-box;
    justify-content: center;
    align-items: stretch;
    gap: 1.875rem;
    padding: 3rem 1.75rem 2.5rem;
    max-width: 500px;
    margin: 0 auto;
    width: 80%;
  }
  .p-salon-product-formula__corner {
    top: 0.875rem;
    right: -1.25rem;
    font-size: 0.625rem;
  }
  .p-salon-product-formula__corner--br {
    top: auto;
    right: 0;
    bottom: 0;
  }
  .p-salon-product-formula__heading {
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    gap: 0.625rem;
    margin-top: 0.5rem;
    font-size: 4vw;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .p-salon-product-formula__line--pc {
    display: none;
  }
  .p-salon-product-formula__line--sp {
    display: inline-block;
  }
  .p-salon-product-formula__items--pc {
    display: none;
  }
  .p-salon-product-formula__items--sp {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 0.5rem;
    width: 100%;
    margin: 0;
    padding: 0 0 1.375rem;
    text-align: left;
  }
  .p-salon-product-formula__row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.375rem 0.5rem;
    margin: 0;
  }
  .p-salon-product-formula__row--note {
    margin-top: -0.125rem;
  }
  .p-salon-product-formula__name {
    font-size: 1rem;
    letter-spacing: 0.06em;
    white-space: normal;
  }
  .p-salon-product-formula__note {
    font-size: 0.625rem;
    white-space: normal;
  }
}
.p-salon-product-howto {
  background: #fff;
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.5rem, 4vw, 3rem) clamp(4rem, 8vw, 6.25rem);
  scroll-margin-top: 5rem;
}

.p-salon-product-howto__inner {
  max-width: 1100px;
  margin-inline: auto;
}

.p-salon-product-howto__header {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.p-salon-product-howto__titles {
  flex: 0 0 auto;
}

.p-salon-product-howto__title {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: clamp(1.625rem, 2.8vw, 2.25rem);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}

.p-salon-product-howto__lead {
  margin: 0.625rem 0 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}

.p-salon-product-howto__lead--sp {
  display: none;
}

.p-salon-product-howto__desc {
  flex: 1 1 auto;
  margin: 0.5rem 0 0;
  padding: 0.5rem 0;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  font-size: 0.78125rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  text-align: left;
}

.p-salon-product-howto__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-salon-product-howto__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

.p-salon-product-howto__media {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f0f0f0;
}

.p-salon-product-howto__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-salon-product-howto__item:nth-child(1) .p-salon-product-howto__img {
  -o-object-position: 50% 37%;
     object-position: 50% 37%;
}

.p-salon-product-howto__item:nth-child(2) .p-salon-product-howto__img {
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
  scale: 1.7;
}

.p-salon-product-howto__item:nth-child(3) .p-salon-product-howto__img {
  -o-object-position: 50% 45%;
     object-position: 50% 45%;
}

.p-salon-product-howto__item:nth-child(4) .p-salon-product-howto__img {
  -o-object-position: 50% 48%;
     object-position: 50% 48%;
}

.p-salon-product-howto__caption {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  min-width: 0;
}

.p-salon-product-howto__num {
  display: block;
  width: clamp(1.75rem, 3vw, 2.5rem);
  height: auto;
  flex-shrink: 0;
}

.p-salon-product-howto__text {
  margin: 0;
  font-size: clamp(0.6875rem, 1.1vw, 0.8125rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-salon-product-howto__note {
  margin: clamp(1.25rem, 3vw, 2rem) 0 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-salon-product-howto {
    padding: 3rem 1.75rem 4rem;
  }
  .p-salon-product-howto__header {
    flex-direction: column;
    align-items: stretch;
    gap: 1.75rem;
    margin-bottom: 1.75rem;
    display: block;
  }
  .p-salon-product-howto__titles {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .p-salon-product-howto__title {
    font-size: 1.625rem;
    text-align: center;
  }
  .p-salon-product-howto__lead--pc {
    display: none;
  }
  .p-salon-product-howto__lead--sp {
    display: block;
    margin: 1.75rem 0 0;
    font-size: 0.96875rem;
    text-align: center;
  }
  .p-salon-product-howto__desc {
    margin: 0;
    max-width: none;
    width: 100%;
    padding: 1.125rem 0;
    font-size: 3.3vw;
    line-height: 2;
    text-align: center;
  }
  .p-salon-product-howto__list {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .p-salon-product-howto__item {
    gap: 0.625rem;
  }
  .p-salon-product-howto__media {
    aspect-ratio: 620/210;
  }
  .p-salon-product-howto__num {
    width: 2.875rem;
  }
  .p-salon-product-howto__caption {
    transform: translateX(-10px);
  }
  .p-salon-product-howto__text {
    font-size: 0.875rem;
  }
  .p-salon-product-howto__note {
    margin-top: 2.25rem;
    font-size: 0.75rem;
    text-align: center;
    line-height: 2;
  }
}
.p-salon-product-notes {
  background: #fff;
  padding: 1.25rem clamp(2rem, 5vw, 4rem) 3.125rem;
}

.p-salon-product-notes__inner {
  max-width: 1100px;
  margin-inline: auto;
  border-top: 1px solid #ddd;
  padding-top: 2.5rem;
}

.p-salon-product-notes__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 3.4375rem;
  align-items: start;
}

.p-salon-product-notes__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.p-salon-product-notes__heading {
  margin: 0 0 0.75rem;
  line-height: 0;
  width: 100%;
}

.p-salon-product-notes__num {
  display: block;
  width: 100%;
  max-width: 17.5rem;
  height: auto;
}

.p-salon-product-notes__text {
  margin: 0;
  font-size: 0.83125rem;
  font-weight: 400;
  line-height: 1.9;
  transform: translateX(15%);
}

.p-salon-product-notes__note {
  display: inline;
  margin: 0;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #555;
}

.p-salon-product-notes__visuals {
  position: relative;
  grid-column: 1/-1;
  margin-top: clamp(0.5rem, 2vw, 1.5rem);
  margin-bottom: clamp(0.5rem, 2vw, 1.5rem);
  overflow: visible;
}

.p-salon-product-notes__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: visible;
}

.p-salon-product-notes__photo {
  position: relative;
  aspect-ratio: 1140/550;
  overflow: hidden;
  background: #111;
}

.p-salon-product-notes__photo-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-salon-product-notes__photo--limone .p-salon-product-notes__photo-img {
  -o-object-position: 50% 78%;
     object-position: 50% 78%;
}

.p-salon-product-notes__photo--lavender .p-salon-product-notes__photo-img {
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}

.p-salon-product-notes__bottles {
  position: absolute;
  top: -10.625rem;
  right: 4.5%;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0;
  pointer-events: none;
}

.p-salon-product-notes__bottle {
  display: block;
  width: 5.375rem;
  height: auto;
}

.p-salon-product-notes__bottle--limone {
  position: relative;
  z-index: 1;
  margin-right: -0.625rem;
}

.p-salon-product-notes__bottle--lavender {
  position: relative;
  z-index: 2;
  margin-top: 2.8125rem;
}

.p-salon-product-notes__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 1.75rem;
  background: #fff;
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.25rem, 4vw, 2.5rem) clamp(2.5rem, 5vw, 3.5rem);
}

@media screen and (max-width: 767px) {
  .p-salon-product-notes {
    padding: 1.25rem 1.25rem 3.125rem;
  }
  .p-salon-product-notes__list {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2.25rem;
  }
  .p-salon-product-notes__item {
    align-items: center;
  }
  .p-salon-product-notes__item--01 {
    order: 1;
  }
  .p-salon-product-notes__item--02 {
    order: 2;
  }
  .p-salon-product-notes__item--03 {
    order: 3;
  }
  .p-salon-product-notes__item--04 {
    order: 4;
  }
  .p-salon-product-notes__item--05 {
    order: 5;
  }
  .p-salon-product-notes__visuals {
    order: 6;
    padding-top: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-inline: -1.25rem;
  }
  .p-salon-product-notes__item--06 {
    order: 7;
  }
  .p-salon-product-notes__item--07 {
    order: 8;
  }
  .p-salon-product-notes__item--08 {
    order: 9;
  }
  .p-salon-product-notes__item--09 {
    order: 10;
  }
  .p-salon-product-notes__item--10 {
    order: 11;
  }
  .p-salon-product-notes__heading {
    margin-bottom: 0.75rem;
    display: flex;
    justify-content: center;
  }
  .p-salon-product-notes__num {
    width: min(100%, 20rem);
    max-width: none;
  }
  .p-salon-product-notes__text {
    width: min(100%, 20rem);
    font-size: 0.8125rem;
    line-height: 1.85;
  }
  .p-salon-product-notes__note {
    font-size: 0.625rem;
  }
  .p-salon-product-notes__photos {
    grid-template-columns: 1fr;
    gap: 0.3125rem;
    background: #fff;
  }
  .p-salon-product-notes__photo {
    aspect-ratio: 750/400;
  }
  .p-salon-product-notes__bottles {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
  }
  .p-salon-product-notes__bottle {
    position: absolute;
    width: 18%;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.32));
  }
  .p-salon-product-notes__bottle--limone {
    top: 7%;
    left: 7%;
    margin: 0;
    z-index: 2;
  }
  .p-salon-product-notes__bottle--lavender {
    top: 40%;
    right: 7%;
    left: auto;
    margin: 0;
    z-index: 2;
  }
  .p-salon-product-notes__actions {
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
    padding: 2.5rem 1.25rem 2.5rem;
  }
}
.p-salon-product-scenes {
  background: #fff;
  padding: 0 clamp(1.5rem, 4vw, 3rem) clamp(4.5rem, 9vw, 7.5rem);
}

.p-salon-product-scenes__inner {
  max-width: 1100px;
  margin-inline: auto;
}

.p-salon-product-scenes__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.65fr);
  align-items: center;
  gap: clamp(1.75rem, 4vw, 3.5rem);
  max-width: 900px;
  margin: 0 auto;
}

.p-salon-product-scenes__text {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  text-align: left;
}

.p-salon-product-scenes__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3125rem;
  min-width: 0;
}

.p-salon-product-scenes__photo {
  aspect-ratio: 485/330;
  overflow: hidden;
  background: #f0f0f0;
}

.p-salon-product-scenes__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-salon-product-scenes__photo:first-child .p-salon-product-scenes__img {
  -o-object-position: 50% 35%;
     object-position: 50% 35%;
}

.p-salon-product-scenes__photo:last-child .p-salon-product-scenes__img {
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
}

@media screen and (max-width: 767px) {
  .p-salon-product-scenes {
    padding: 0 1.25rem 4.5rem;
  }
  .p-salon-product-scenes__body {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
  }
  .p-salon-product-scenes__media {
    order: -1;
    gap: 0.1875rem;
    width: 100%;
  }
  .p-salon-product-scenes__photo {
    aspect-ratio: 305/210;
  }
  .p-salon-product-scenes__text {
    font-size: 0.875rem;
    line-height: 2;
    text-align: center;
  }
}
.p-salon-product-tennotes {
  background: #fff;
  padding: 1.5625rem clamp(1.5rem, 5vw, 2.5rem) 3.125rem;
  text-align: center;
}

.p-salon-product-tennotes__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.75rem, 3.5vw, 2.5rem);
  max-width: 720px;
  margin-inline: auto;
}

.p-salon-product-tennotes__heading {
  margin: 0;
  line-height: 0;
}

.p-salon-product-tennotes__heading-img {
  display: block;
  width: clamp(15rem, 36vw, 26.25rem);
  height: auto;
  margin-inline: auto;
}

.p-salon-product-tennotes__body {
  width: 100%;
}

.p-salon-product-tennotes__p {
  margin: 0;
  font-size: 0.83125rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

.p-salon-product-tennotes__after {
  display: inline;
}

@media screen and (max-width: 767px) {
  .p-salon-product-tennotes {
    padding: 2.5rem 1rem 3rem;
  }
  .p-salon-product-tennotes__inner {
    gap: 1.75rem;
  }
  .p-salon-product-tennotes__heading-img {
    width: clamp(12.5rem, 62vw, 17.5rem);
  }
  .p-salon-product-tennotes__p {
    font-size: 0.875rem;
  }
  .p-salon-product-tennotes__after {
    display: block;
    margin-top: 1.75rem;
  }
}
.p-salon-top-begin {
  background: #fff;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 6vw, 6.25rem) 5.625rem;
  max-width: 1650px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-salon-top-begin {
    padding: clamp(2.5rem, 8vw, 3.5rem) 0 clamp(3rem, 10vw, 4rem);
  }
}
.p-salon-top-begin__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  align-items: center;
  max-width: 1100px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-salon-top-begin__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: none;
  }
}
.p-salon-top-begin__lead {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-salon-top-begin__lead {
    display: block;
    margin: 0;
    padding-inline: 1.5rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #1a1a1a;
  }
}
.p-salon-top-begin__products {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-salon-top-begin__products {
    padding-inline: 2.5rem;
  }
}
.p-salon-top-begin__bottles {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
}

.p-salon-top-begin__bottle {
  display: block;
  width: 6.25rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-salon-top-begin__bottle {
    width: 6.875rem;
  }
}
.p-salon-top-begin__captions {
  margin-top: 0.4375rem;
}

.p-salon-top-begin__caption-main {
  margin: 0 0 0.375rem;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}

.p-salon-top-begin__caption-scents {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.5rem);
}

@media screen and (max-width: 767px) {
  .p-salon-top-begin__caption-scents {
    flex-direction: column;
    gap: 2px;
  }
}
.p-salon-top-begin__caption-scent {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

.p-salon-top-begin__content {
  min-width: 0;
}

.p-salon-top-begin__heading {
  margin: 0 0 0.75rem;
  text-align: center;
  line-height: 0;
}

.p-salon-top-begin__heading-img {
  width: 26.25rem;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-salon-top-begin__heading-img {
    width: clamp(230px, 70vw, 320px);
  }
  .p-salon-top-begin__heading {
    margin-bottom: 2.5rem;
  }
}
.p-salon-top-begin__table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .p-salon-top-begin__table {
    grid-template-columns: 1fr;
  }
}
.p-salon-top-begin__cell {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.75rem clamp(0.75rem, 1.5vw, 1.25rem);
  font-size: 0.9375rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s;
  background: #fff;
}
.p-salon-top-begin__cell:hover {
  opacity: 1 !important;
}
.p-salon-top-begin__cell:hover .p-salon-top-begin__cell-arrow {
  opacity: 1 !important;
  transform: translateX(0.25rem);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-salon-top-begin__cell:nth-child(5),
.p-salon-top-begin__cell:nth-child(6) {
  border-bottom: none;
}

.p-salon-top-begin__cell:nth-child(2),
.p-salon-top-begin__cell:nth-child(3),
.p-salon-top-begin__cell:nth-child(6) {
  background: #F6F6F6;
}

.p-salon-top-begin__cell:hover {
  opacity: 0.55;
}

@media screen and (max-width: 767px) {
  .p-salon-top-begin__cell {
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    font-size: 0.8125rem;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .p-salon-top-begin__cell:nth-child(1),
  .p-salon-top-begin__cell:nth-child(3),
  .p-salon-top-begin__cell:nth-child(5) {
    background: #fff;
  }
  .p-salon-top-begin__cell:nth-child(2),
  .p-salon-top-begin__cell:nth-child(4),
  .p-salon-top-begin__cell:nth-child(6) {
    background: #F6F6F6;
  }
  .p-salon-top-begin__cell:last-child {
    border-bottom: none;
  }
}
.p-salon-top-begin__cell-arrow {
  flex-shrink: 0;
  font-size: 0.875rem;
  line-height: 1;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-salon-top-brand {
  position: relative;
  z-index: 1;
  padding: 3.75rem clamp(1.5rem, 5vw, 2.5rem);
}

@media screen and (max-width: 767px) {
  .p-salon-top-brand {
    padding: 7.5rem clamp(1.5rem, 5vw, 2.5rem) 3.75rem;
  }
}
.p-salon-top-brand__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  max-width: 720px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-salon-top-brand__inner {
    gap: 2.25rem;
  }
}
.p-salon-top-brand__tagline {
  line-height: 0;
  width: 26.25rem;
}

@media screen and (max-width: 767px) {
  .p-salon-top-brand__tagline {
    width: clamp(16.25rem, 82vw, 22.5rem);
  }
}
.p-salon-top-brand__tagline-img {
  display: block;
  width: 100%;
  height: auto;
}

.p-salon-top-brand__logo {
  line-height: 0;
  width: 18.75rem;
}

@media screen and (max-width: 767px) {
  .p-salon-top-brand__logo {
    width: clamp(11.25rem, 52vw, 15rem);
  }
}
.p-salon-top-brand__logo-img {
  display: block;
  width: 100%;
  height: auto;
}

.p-salon-top-concept {
  background: #fff;
  padding-top: clamp(2.5rem, 6.5vw, 3.75rem);
  padding-bottom: 5rem;
  text-align: center;
}

.p-salon-top-concept__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  padding-left: 20px;
  padding-right: 20px;
}

.p-salon-top-concept__heading {
  line-height: 0;
}

.p-salon-top-concept__heading-img {
  width: clamp(240px, 38vw, 440px);
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-salon-top-concept__heading-img {
    width: clamp(220px, 72vw, 320px);
  }
}
.p-salon-top-concept__body {
  font-size: 0.83125rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .p-salon-top-concept__body {
    font-size: 0.78125rem;
  }
}
.p-salon-top-features {
  background: #fff;
  padding: 0 clamp(2.5rem, 8vw, 7.5rem) 4.6875rem;
}

@media screen and (max-width: 767px) {
  .p-salon-top-features {
    padding: 0;
  }
}
.p-salon-top-features__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-salon-top-features__grid {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: none;
  }
}
.p-salon-top-features__item {
  display: flex;
  flex-direction: column;
}

.p-salon-top-features__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1215/710;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-salon-top-features__media {
    aspect-ratio: 750/625;
  }
}
.p-salon-top-features__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-salon-top-features__img--notes {
  -o-object-position: center 81%;
     object-position: center 81%;
}

.p-salon-top-features__img--methods {
  -o-object-position: center 44%;
     object-position: center 44%;
}

@media screen and (max-width: 767px) {
  .p-salon-top-features__img--methods {
    transform: scale(1.4);
    transform-origin: center 44%;
  }
}
.p-salon-top-features__label {
  position: absolute;
  top: 0;
  right: -0.625rem;
  width: 12.5rem;
  height: auto;
  pointer-events: none;
}

.p-salon-top-features__label--methods {
  top: 0.4375rem;
  right: -1.25rem;
}

@media screen and (max-width: 767px) {
  .p-salon-top-features__item--methods .p-salon-top-features__label {
    top: auto;
    right: auto;
    bottom: clamp(16px, 4vw, 24px);
    left: -1.8125rem;
    width: 16.25rem;
  }
}
.p-salon-top-features__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0.625rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-salon-top-features__body {
    gap: 1.75rem;
    padding: clamp(2.25rem, 5vw, 3rem) 1.25rem clamp(3rem, 6vw, 4rem);
  }
}
.p-salon-top-features__text {
  margin: 0;
  font-size: 0.83125rem;
  font-weight: 400;
  line-height: 2;
  color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .p-salon-top-features__text {
    font-size: 0.78125rem;
    max-width: none;
  }
  .p-salon-top-features__text br {
    display: inline;
  }
}
.p-salon-top-foam {
  pointer-events: none;
}

.p-salon-top-foam__img {
  display: block;
  height: auto;
}

.p-salon-top-foam--pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-salon-top-bridge {
    position: relative;
    overflow: visible;
  }
  .p-salon-top-bridge .p-salon-top-begin,
  .p-salon-top-bridge .p-salon-top-info {
    background: transparent;
  }
  .p-salon-top-bridge .p-salon-top-begin {
    position: relative;
    z-index: 2;
    padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
  }
  .p-salon-top-bridge .p-salon-top-begin__products,
  .p-salon-top-bridge .p-salon-top-begin__content {
    position: relative;
    z-index: 3;
    max-width: 550px;
  }
  .p-salon-top-foam--pc {
    display: block;
    position: relative;
    z-index: 1;
    min-height: clamp(12.5rem, 22vw, 20rem);
    margin-top: clamp(-8.75rem, -12vw, -5.625rem);
    margin-bottom: clamp(-6.25rem, -8vw, -3.75rem);
    overflow: visible;
  }
  .p-salon-top-foam--pc .p-salon-top-foam__img {
    position: absolute;
    left: max(-140px, 50% - 820px);
    top: 30%;
    width: clamp(26.25rem, 50vw, 42.5rem);
    max-width: none;
    transform: translate(-15%, -50%);
  }
  .p-salon-top-bridge .p-salon-top-info {
    position: relative;
    z-index: 2;
    padding-top: 0rem;
  }
  .p-salon-top-bridge .p-salon-top-info__inner {
    position: relative;
    z-index: 2;
  }
}
.p-salon-top-foam--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-salon-top-foam--sp {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: -0.5rem;
    margin-bottom: -12.5rem;
    padding: 0;
    position: relative;
    z-index: 0;
  }
  .p-salon-top-foam--sp .p-salon-top-foam__img {
    width: 120vw;
    max-width: 540px;
    transform: translateX(-17%);
  }
}
.p-salon-hero {
  position: relative;
  width: 100%;
  height: 72svh;
  min-height: 560px;
  overflow: hidden;
}

.p-salon-hero:not(.p-salon-hero--about):not(.p-salon-hero--product):not(.p-salon-hero--list):not(.p-salon-hero--contact):not(.p-salon-hero--method) {
  height: max(72svh, min(51.4285714286vw, 980px));
}

.p-salon-hero__picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-salon-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  opacity: 0;
  transform: scale(1.08);
  transform-origin: center center;
  will-change: transform, opacity;
}

.p-salon-hero__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.p-salon-hero__logo {
  width: clamp(220px, 28vw, 380px);
  height: auto;
  opacity: 0;
  transform: translateY(24px);
  will-change: transform, opacity;
}

.p-salon-hero__sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 18px;
  color: #fff;
  text-align: center;
}

.p-salon-hero__premium {
  display: block;
  font-size: clamp(10px, 1vw, 13px);
  font-weight: 300;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
}

.p-salon-hero__note {
  display: block;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 300;
  letter-spacing: 0.12em;
}

.p-salon-hero.is-animated .p-salon-hero__img {
  opacity: 1;
  transform: scale(1);
}

.p-salon-hero.is-animated .p-salon-hero__logo {
  opacity: 1;
  transform: translateY(0);
}

.p-salon-hero--about .p-salon-hero__img {
  -o-object-position: center 70%;
     object-position: center 70%;
  transform-origin: center;
}

.p-salon-hero--about.is-animated .p-salon-hero__img {
  transform: scale(1);
}

.p-salon-hero--product .p-salon-hero__img {
  -o-object-position: center 52%;
     object-position: center 52%;
  transform-origin: center 42%;
}

.p-salon-hero--product.is-animated .p-salon-hero__img {
  transform: scale(1);
}

.p-salon-hero--list .p-salon-hero__img {
  -o-object-position: center 74%;
     object-position: center 74%;
  transform-origin: center center;
}

.p-salon-hero--list.is-animated .p-salon-hero__img {
  transform: scale(1);
}

.p-salon-hero--method .p-salon-hero__img {
  -o-object-position: center 58%;
     object-position: center 58%;
  transform-origin: center 58%;
}

.p-salon-hero--method.is-animated .p-salon-hero__img {
  transform: scale(1);
}

.p-salon-hero--contact {
  height: auto;
  min-height: 0;
  aspect-ratio: 10/3;
}

.p-salon-hero--contact .p-salon-hero__img {
  -o-object-position: center 42%;
     object-position: center 42%;
  transform-origin: center center;
}

.p-salon-hero--contact.is-animated .p-salon-hero__img {
  transform: scale(1);
}

.p-salon-hero__title-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(16px, 4vw, 48px);
  pointer-events: none;
}

.p-salon-hero__title {
  display: block;
  width: clamp(280px, 58vw, 720px);
  height: auto;
  opacity: 0;
  transform: translateY(16px);
  will-change: transform, opacity;
}

.p-salon-hero.is-animated .p-salon-hero__title {
  opacity: 1;
  transform: translateY(0);
}

.p-salon-hero__title-sp-wrap {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .p-salon-hero__img,
  .p-salon-hero__logo,
  .p-salon-hero__title,
  .p-salon-hero__title-sp-wrap {
    opacity: 1;
    transform: none;
  }
  .p-salon-hero--contact .p-salon-hero__title-sp {
    transform: translateX(18%);
  }
}
@media screen and (prefers-reduced-motion: reduce) and (max-width: 767px) {
  .p-salon-hero:not(.p-salon-hero--about):not(.p-salon-hero--product):not(.p-salon-hero--list):not(.p-salon-hero--contact):not(.p-salon-hero--method) .p-salon-hero__img {
    transform: scale(1.35) translateY(0%);
  }
}
@media screen and (max-width: 767px) {
  .p-salon-hero {
    height: 70svh;
  }
  .p-salon-hero:not(.p-salon-hero--about):not(.p-salon-hero--product):not(.p-salon-hero--list):not(.p-salon-hero--contact):not(.p-salon-hero--method) .p-salon-hero__img {
    transform-origin: center center;
    -o-object-position: -47% center;
       object-position: -47% center;
  }
  .p-salon-hero:not(.p-salon-hero--about):not(.p-salon-hero--product):not(.p-salon-hero--list):not(.p-salon-hero--contact):not(.p-salon-hero--method).is-animated .p-salon-hero__img {
    transform: scale(1.35) translateY(-2%) !important;
  }
  .p-salon-hero--about .p-salon-hero__img {
    -o-object-position: center center;
       object-position: center center;
    transform-origin: center center;
  }
  .p-salon-hero--about.is-animated .p-salon-hero__img {
    transform: scale(1);
  }
  .p-salon-hero--product .p-salon-hero__img {
    -o-object-position: center 38%;
       object-position: center 38%;
    transform-origin: center 38%;
  }
  .p-salon-hero--product.is-animated .p-salon-hero__img {
    transform: scale(1);
  }
  .p-salon-hero--list .p-salon-hero__img {
    -o-object-position: center 42%;
       object-position: center 42%;
    transform-origin: center 42%;
  }
  .p-salon-hero--list.is-animated .p-salon-hero__img {
    transform: scale(1);
  }
  .p-salon-hero--method .p-salon-hero__img {
    -o-object-position: center 48%;
       object-position: center 48%;
    transform-origin: center 48%;
    scale: 1.6 !important;
    transform-origin: 75% 50% !important;
  }
  .p-salon-hero--method.is-animated .p-salon-hero__img {
    transform: scale(1);
  }
  .p-salon-hero--contact {
    height: auto;
    min-height: 0;
    aspect-ratio: 4/3;
  }
  .p-salon-hero--contact .p-salon-hero__img {
    -o-object-position: 28% 40%;
       object-position: 28% 40%;
    transform-origin: 28% 40%;
  }
  .p-salon-hero--contact.is-animated .p-salon-hero__img {
    transform: scale(1);
  }
  .p-salon-hero--contact .p-salon-hero__title-wrap {
    display: none;
  }
  .p-salon-hero__title-sp-wrap {
    display: flex;
    position: absolute;
    inset: 0;
    z-index: 1;
    align-items: flex-start;
    justify-content: center;
    padding-top: 18svh;
    pointer-events: none;
    opacity: 0;
    transform: translateY(16px);
    will-change: transform, opacity;
  }
  .p-salon-hero.is-animated .p-salon-hero__title-sp-wrap {
    opacity: 1;
    transform: translateY(0);
  }
  .p-salon-hero--contact .p-salon-hero__title-sp-wrap {
    align-items: center;
    padding-top: 0;
  }
  .p-salon-hero__title-sp {
    display: block;
    width: clamp(12.5rem, 62vw, 17.5rem);
    height: auto;
  }
  .p-salon-hero--contact .p-salon-hero__title-sp {
    width: clamp(11.25rem, 68vw, 20rem);
    transform: translateX(18%);
  }
  .p-salon-hero__logo {
    width: clamp(180px, 52vw, 260px);
  }
  .p-salon-hero__content {
    justify-content: flex-start;
    padding-top: 21svh;
  }
  .p-salon-hero__premium {
    font-size: 10px;
    letter-spacing: 0.22em;
  }
  .p-salon-hero__note {
    font-size: 10px;
  }
}
.p-salon-top-info {
  background: #fff;
  padding: 0 clamp(1.5rem, 5vw, 5rem) clamp(3.5rem, 7vw, 6.25rem);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-salon-top-info {
    padding: clamp(3rem, 10vw, 4rem) 1.25rem 1.5rem;
  }
}
.p-salon-top-info__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "salon-heading news-header news-header" "salon-media   news-grid   news-grid" ".             news-more   news-more";
  -moz-column-gap: clamp(1.25rem, 2.5vw, 2rem);
       column-gap: clamp(1.25rem, 2.5vw, 2rem);
  row-gap: clamp(1rem, 2vw, 1.5rem);
  max-width: 1000px;
  margin-inline: auto;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .p-salon-top-info__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "salon-heading" "salon-media" "news-header" "news-grid" "news-more";
    row-gap: 0;
    max-width: none;
  }
}
.p-salon-top-info__salon-heading {
  grid-area: salon-heading;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding-bottom: 0.625rem;
  color: #1a1a1a;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: opacity 0.25s;
  border-bottom: 1px solid transparent;
  z-index: 1;
}

.p-salon-top-info__salon-heading:hover {
  opacity: 0.55;
}

@media screen and (max-width: 767px) {
  .p-salon-top-info__salon-heading {
    margin-bottom: clamp(1rem, 4vw, 1.25rem);
  }
}
.p-salon-top-info__arrow {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.p-salon-top-info__arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.p-salon-top-info__salon-media {
  grid-area: salon-media;
  display: block;
  margin-top: calc(0.8125rem * 1.7 + 1.125rem);
  transition: opacity 0.25s;
}

.p-salon-top-info__salon-media:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .p-salon-top-info__salon-media {
    margin-top: 0;
    margin-bottom: clamp(3.5rem, 12vw, 4.5rem);
  }
}
.p-salon-top-info__news-header {
  grid-area: news-header;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .p-salon-top-info__news-header {
    margin-bottom: clamp(1.25rem, 4vw, 1.75rem);
  }
}
.p-salon-top-info__news-title {
  margin: 0 0 0.625rem;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}

.p-salon-top-info__news-grid {
  grid-area: news-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

@media screen and (max-width: 767px) {
  .p-salon-top-info__news-grid {
    grid-template-columns: 1fr;
    gap: clamp(1.75rem, 6vw, 2.25rem);
  }
}
.p-salon-top-info__news-item {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s;
}

.p-salon-top-info__news-item:hover {
  opacity: 0.75;
}

.p-salon-top-info__news-item-title {
  margin: 0 0 clamp(0.75rem, 1.5vw, 1.125rem);
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

.p-salon-top-info__news-more {
  grid-area: news-more;
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(0.25rem, 1vw, 0.5rem);
}

@media screen and (max-width: 767px) {
  .p-salon-top-info__news-more {
    margin-top: clamp(1.25rem, 4vw, 1.75rem);
  }
}
.p-salon-top-info__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1215/710;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-salon-top-info__media {
    aspect-ratio: 750/450;
  }
}
.p-salon-top-info__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-salon-top-info__img--salon {
  -o-object-position: center 65%;
     object-position: center 65%;
}

.p-salon-top-info__img--news-1 {
  -o-object-position: center center;
     object-position: center center;
}

.p-salon-top-info__img--news-2 {
  -o-object-position: center center;
     object-position: center center;
}

.p-salon-top-professionals {
  display: grid;
  grid-template-columns: clamp(64px, 12vw, 160px) 1fr 1fr clamp(64px, 12vw, 160px);
  grid-template-areas: "intro intro intro intro" ".     left  right .";
  background: #fff;
  max-width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-salon-top-professionals {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "intro" "right";
  }
}
.p-salon-top-professionals__intro {
  grid-area: intro;
  text-align: center;
  padding: 0 clamp(1.25rem, 4vw, 3rem) 2rem;
}

@media screen and (max-width: 767px) {
  .p-salon-top-professionals__intro {
    padding: clamp(2.5rem, 8vw, 3.5rem) 1rem clamp(3rem, 10vw, 4rem);
  }
}
.p-salon-top-professionals__heading {
  display: inline-block;
  margin: 0 0 1.875rem;
  max-width: 800px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  border-bottom: 1px solid currentColor;
}

@media screen and (max-width: 767px) {
  .p-salon-top-professionals__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.75rem;
    border-bottom: none;
    padding-bottom: 0;
    line-height: 1.7;
  }
  .p-salon-top-professionals__heading-line {
    display: inline-block;
    border-bottom: 1px solid currentColor;
    display: block;
  }
}
.p-salon-top-professionals__body {
  margin: 0 auto;
  max-width: 40em;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-salon-top-professionals__body {
    font-size: 0.78125rem;
  }
}
.p-salon-top-professionals__body-pc {
  display: inline;
}

@media screen and (max-width: 767px) {
  .p-salon-top-professionals__body-pc {
    display: none;
  }
}
.p-salon-top-professionals__body-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-salon-top-professionals__body-sp {
    display: inline;
  }
}
.p-salon-top-professionals__panel {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1215/710;
}

@media screen and (max-width: 767px) {
  .p-salon-top-professionals__panel {
    aspect-ratio: 750/800;
  }
}
.p-salon-top-professionals__panel--left {
  grid-area: left;
}

.p-salon-top-professionals__panel--left::before,
.p-salon-top-professionals__panel--left::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 7%;
  background: #000;
  z-index: 1;
  pointer-events: none;
}

.p-salon-top-professionals__panel--left::before {
  top: 0;
}

.p-salon-top-professionals__panel--left::after {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-salon-top-professionals__panel--left {
    margin-inline: 40px;
  }
}
.p-salon-top-professionals__panel--right {
  grid-area: right;
}

.p-salon-top-professionals__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-salon-top-professionals__img--left {
  -o-object-position: center center;
     object-position: center center;
}

.p-salon-top-professionals__img--right {
  -o-object-position: center center;
     object-position: center center;
}

.p-salon-top-professionals__label {
  position: absolute;
  top: clamp(16px, 2.5vw, 28px);
  right: clamp(16px, 2.5vw, 28px);
  left: auto;
  height: auto;
  pointer-events: none;
}

.p-salon-top-professionals__label--left {
  width: 15rem;
  top: 0.375rem;
  right: 0.1875rem;
  z-index: 2;
}

.p-salon-top-professionals__label--right {
  width: 15.625rem;
  right: 0.75rem;
  mix-blend-mode: screen;
}

@media screen and (max-width: 767px) {
  .p-salon-top-professionals__label--left {
    top: auto;
    right: auto;
    bottom: clamp(28px, 8vw, 48px);
    left: 50%;
    width: clamp(180px, 55vw, 260px);
    transform: translateX(-50%);
  }
  .p-salon-top-professionals__label--right {
    top: 1.875rem;
    right: auto;
    left: 1.625rem;
    width: 16.25rem;
  }
}