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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

button {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  vertical-align: top;
}

:root {
  --color-text-gray: #414141;
  --color-text-gray-light: #dedede;
  --color-text-gray-dark: #9b9b9b;
  --color-text-white: #ffffff;
  --background-base: #ffffff;
  --background-gray: #414141;
  --ff-noto: "Noto Sans JP", sans-serif;
  --ff-lato: "Lato", sans-serif;
  --fz-base: 16px;
  --fw-base: 400;
  --fw-md: 500;
  --fw-bold: 700;
}
sup.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  sup.sp {
    display: inline-block;
  }
}
sup.pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  sup.pc {
    display: none;
  }
}

body {
  background-color: var(--background-base);
  color: var(--color-text-gray);
  font-family: var(--ff-noto);
  font-size: var(--fz-base);
  font-weight: var(--fw-base);
}

.l-header {
  inline-size: 100%;
  inset-block-start: 23px;
  padding-inline: 10px;
  position: fixed;
  z-index: 30;
}

.l-header__inner {
  align-items: center;
  background: var(--background-base);
  border-radius: 80px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: row;
  margin-inline: auto;
  max-inline-size: 1200px;
  padding-block: 13px 17px;
  padding-inline: clamp(1.25rem, 0.4905063291rem + 1.582278481vi, 1.875rem);
}

.l-header__logo {
  margin-block-start: -3px;
}

.l-header__nav {
  flex-grow: 1;
  margin-inline-start: clamp(
    2.125rem,
    0.1503164557rem + 4.1139240506vi,
    3.75rem
  );
}

.l-header__list {
  display: flex;
  flex-direction: row;
  gap: 29px;
}

.l-header__link {
  font-family: var(--ff-lato);
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: normal;
  text-transform: uppercase;
}

.l-header__snss {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.l-header__btn {
  block-size: 7px;
  display: block;
  inline-size: 24px;
  margin-inline-start: clamp(1.5rem, 0.2848101266rem + 2.5316455696vi, 2.5rem);
  position: relative;
}

.l-header__btn .l-header-btn__bar {
  background: var(--background-gray);
  block-size: 1px;
  inline-size: 100%;
  inset-inline-start: 0px;
  position: absolute;
  transform-origin: right center;
  transition: transform 0.3s linear;
}

.l-header__btn .l-header-btn__bar:nth-of-type(1) {
  inset-block-start: 2px;
}

.l-header__btn .l-header-btn__bar:nth-of-type(2) {
  inset-block-end: -2px;
}

.l-header__btn.is-checked .l-header-btn__bar:nth-of-type(1) {
  transform: rotate(-30deg) translateY(-3.5px);
}

.l-header__btn.is-checked .l-header-btn__bar:nth-of-type(2) {
  transform: rotate(30deg) translateY(3.5px);
}

.l-drawer {
  block-size: 553px;
  display: grid;
  inline-size: 100%;
  inset: 0;
  place-items: center;
  position: fixed;
  transform: translateY(-100%);
  z-index: 20;
}

.l-drawer::before {
  background-image: url(../img/drawer-bgGray.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.l-drawer__inner {
  inline-size: 100%;
  max-inline-size: 700px;
  position: relative;
}

.l-drawer__inner::before {
  background-image: url(../img/svg/drawer-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  block-size: 533.606px;
  content: "";
  inline-size: 1574.677px;
  inset-block-start: -200px;
  inset-inline-end: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(50%);
  z-index: -1;
}

.l-drawer__list {
  display: grid;
  gap: 50px clamp(1rem, 0.6919014085rem + 1.3145539906vi, 1.875rem);
  grid-template-columns: repeat(2, 2fr);
  opacity: 0;
}

.l-drawer__item {
  border-bottom: 1px solid var(--background-base);
  color: var(--color-text-white);
  display: block;
  font-family: var(--ff-lato);
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 150%;
  max-inline-size: 335px;
  padding-block-end: 26px;
  text-transform: uppercase;
}

.l-drawer__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-block-start: clamp(
    2.125rem,
    -0.4464285714rem + 5.3571428571vi,
    4.375rem
  );
  opacity: 0;
}

.l-drawer__nav {
  display: none;
}

.l-drawer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.l-drawer-nav__link {
  color: var(--color-text-white);
  font-family: var(--ff-lato);
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: normal;
  text-transform: uppercase;
}

.l-drawer__other {
  opacity: 0;
}

.l-drawer__snss {
  display: none;
}

.l-drawer__privacy {
  color: var(--color-text-white);
  display: block;
  font-family: var(--ff-lato);
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: normal;
  text-transform: uppercase;
}

.l-drawer.is-checked {
  animation: drawerMove 0.4s ease forwards;
}

.l-drawer.is-closing {
  animation: drawerMoveBack 0.4s ease forwards;
  transform: translateY(0%);
}

.l-drawer.is-checked .l-drawer__inner::before {
  animation: drawerFadeInInner 0.5s cubic-bezier(0.43, -0.005, 0.64, 1) 0.15s
    forwards;
}

.l-drawer.is-checked .l-drawer__list {
  animation: drawerFadeIn 0.5s cubic-bezier(0.43, -0.005, 0.64, 1) 0.3s forwards;
}

.l-drawer.is-checked .l-drawer__info {
  animation: drawerFadeIn 0.5s cubic-bezier(0.43, -0.005, 0.64, 1) 0.45s
    forwards;
}

.l-drawer.is-checked .l-drawer__other {
  animation: drawerFadeIn 0.5s cubic-bezier(0.43, -0.005, 0.64, 1) 0.6s forwards;
}

.l-main {
  overflow: hidden;
  position: relative;
}

.l-main::before {
  background-image: url(../img/main-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-main::before {
    background-image: url(../img/main-bg-sp.webp);
    background-repeat: repeat-y;
    background-size: contain;
  }
}

/* 

.home-bg {
  position: relative;
}
.home-bg::before {
  background-image: url(../img/main-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.l-main:not(.home):before {
  background-image: url(../img/main-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
} */

.l-main.l-main--gray::before {
  background-image: url(../img/main-bg.webp);
}

@media screen and (max-width: 767px) {
  .l-main.l-main--gray::before {
    background-image: url(../img/main-bg-sp.webp);
    background-repeat: repeat-y;
    background-size: contain;
  }
}

.l-main--pink::before {
  background-image: url(../img/main-bg-pink.webp);
}

@media screen and (max-width: 767px) {
  .l-main.l-main--pink::before {
    background-image: url(../img/main-bg-pink-sp.webp);
    background-repeat: repeat-y;
    background-size: contain;
  }
}

.l-footer {
  position: relative;
  z-index: 2;
}

.l-footer::before {
  background-image: url(../img/footer-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.l-footerTop {
  margin-block-start: -300px;
}

.l-footer__inner {
  margin-inline: auto;
  max-inline-size: 1400px;
  padding-block-end: 130px;
  padding-block-start: 177px;
  padding-inline: clamp(2.5rem, -9.6518987342rem + 25.3164556962vi, 12.5rem);
  position: relative;
}

.l-footer__top {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.l-footer__pagetop {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
}

.l-footer-pagetop__icon img {
  display: block;
  inline-size: 100%;
}

.l-footer-pagetop__text {
  color: var(--color-text-white);
  font-family: var(--ff-lato);
  font-size: 10px;
  letter-spacing: 1px;
  line-height: normal;
  text-transform: uppercase;
}

.l-footer__nav {
  margin-block-start: 29px;
}

.l-footer__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 45px;
}

.l-footer__link {
  color: var(--color-text-white);
  display: block;
  font-family: var(--ff-lato);
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: normal;
  text-transform: uppercase;
}

.l-footer__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-block-start: 52px;
}

.l-footer__snss {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.l-footer__sns {
  display: block;
}

.l-footer__privacy {
  color: var(--color-text-white);
  display: block;
  font-family: var(--ff-lato);
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: normal;
  text-transform: uppercase;
}

.l-footer__copyright {
  color: var(--color-text-white);
  display: block;
  font-family: var(--ff-lato);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: normal;
  margin-block-start: 49px;
}

.l-wrapper {
  overflow: hidden;
  position: relative;
}

.l-wrapper::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 64px;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.l-wrapper--pink::before {
  background: url(../img/wrapper-bg-pink.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.l-wrapper--gray::before {
  background: url(../img/treatment-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.7;
}

.c-section-title {
  font-family: var(--ff-lato);
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  opacity: 0.7;
  text-transform: uppercase;
}

.c-scrollbar {
  background: var(--background-base);
  block-size: 4px;
  inline-size: 57.1428571429%;
  margin-block-start: 50px;
  margin-inline: auto;
  max-inline-size: 1200px;
  position: relative;
}

.c-scrollbar__rect {
  background: #969696;
  cursor: grab;
  inline-size: 210px;
  inset-block: 0;
  position: absolute;
}

.c-swiper-btns {
  display: flex;
  flex-direction: row;
  gap: 120px;
  inline-size: 109%;
  inset-block-start: 142px;
  inset-inline-start: 50%;
  justify-content: space-between;
  padding-block-end: 10px;
  position: absolute;
  translate: -50%;
  z-index: 5;
}

.c-swiper-btn__prev,
.c-swiper-btn__next {
  align-items: center;
  background: linear-gradient(135deg, #fff 100%, #e8e8e8 0);
  block-size: 25px;
  border-radius: 50%;
  box-shadow:
    1.262px 1.262px 2.524px 0 rgba(255, 255, 255, 0.3) inset,
    -1.262px -1.262px 2.524px 0 rgba(178, 178, 178, 0.5) inset,
    -3.785px 3.785px 7.571px 0 rgba(178, 178, 178, 0.2),
    3.785px -3.785px 7.571px 0 rgba(178, 178, 178, 0.2),
    -3.785px -3.785px 7.571px 0 rgba(255, 255, 255, 0.9),
    3.785px 3.785px 10.095px 0 rgba(178, 178, 178, 0.9);
  display: flex;
  inline-size: 25px;
  justify-content: center;
}

.c-swiper-btn__prev img {
  transform: translateX(-1px) scale(0.8);
}

.c-swiper-btn__next img {
  transform: translateX(1px) scale(0.8);
}

.c-swiper-btn__prev.is-hidden,
.c-swiper-btn__next.is-hidden {
  pointer-events: none;
  visibility: hidden;
}

.p-topFv {
  overflow: hidden;
}

.p-topFv__inner {
  border-radius: 0 0 3500px 3500px/0 0 1250px 1250px;
  inline-size: 105%;
  overflow: hidden;
  transform: translateX(-2.5%);
}

.p-topFv__container {
  display: block;
  overflow: hidden;
  position: relative;
}

.p-topFv__container img {
  block-size: 100%;
  inline-size: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-topConcept {
  position: relative;
}

.p-topConcept::before {
  background: url(../img/svg/concept-bg.svg) no-repeat center center/cover;
  block-size: 100vw;
  content: "";
  inline-size: 100vw;
  /* inset: 150px 0 0 -600px; */
  top: -18%;
  position: absolute;
  z-index: -1;
}

.p-topConcept__inner {
  margin-inline: auto;
  max-inline-size: 1050px;
  padding-block: 102px 140px;
  padding-inline: 25px;
}

.p-topConcept__head {
  text-align: center;
}

.p-topConcept__title--en {
  color: var(--color-text-gray-light);
  font-family: var(--ff-lato);
  font-size: 70px;
  font-weight: 300;
  line-height: 100%;
  opacity: 0.7;
  position: relative;
  text-transform: uppercase;
  z-index: -1;
}

.p-topConcept__title--ja {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 170%;
  margin-block-start: -35px;
}

.p-topConcept__title--ja span {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 130%;
  text-align: center;
}

.p-topConcept__title--ja sup {
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.p-topConcept__text {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 200%;
  margin-block-start: 17px;
  margin-block-end: 124px;
  text-align: center;
}

.p-topConcept__text sup {
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 100%;
}

.p-topTechnology__inner {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: clamp(1rem, -5.542278481rem + 13.6297468354vi, 6.38375rem);
}

.p-topTechnology__summary {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: clamp(1rem, -5.542278481rem + 13.6297468354vi, 6.38375rem);
}

@media screen and (max-width: 767px) {
  .p-topTechnology__summary {
    flex-direction: column;
  }
}

.p-topTechnology__img {
  width: 100%;
  max-width: 429px;
  flex-shrink: 0;
}
.p-topTechnology__content {
  /* max-inline-size: 469px; */
  flex-grow: 1;
}

.p-topTechnology__title--en {
  color: var(--color-text-gray-light);
  font-family: var(--ff-lato);
  font-size: clamp(2.9375rem, 1.190664557rem + 3.6392405063vi, 4.375rem);
  font-weight: 300;
  line-height: 100%;
  opacity: 0.7;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: -1;
}

.p-topTechnology__title--ja {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 170%;
  margin-block-start: -28px;
  padding-inline-start: 4px;
}

.p-topTechnology__title--ja sup {
  font-size: 14px;
  letter-spacing: 1.3px;
  line-height: 100%;
}

.p-topTechnology__text {
  font-size: 15px;
  letter-spacing: 1.3px;
  font-feature-settings: "halt";
  line-height: 198%;
  margin-block-start: 10px;
  /* max-inline-size: 336px; */
}

.p-topTechnology__text sup {
  font-size: 10px;
  letter-spacing: 1.3px;
  line-height: 100%;
  margin-block-start: 10px;
}

/* .p-topPoint__inner {
  margin-block-start: 122px;
} */

/* .p-topPoint__copy {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 165%;
  text-align: center;
}

.p-topPoint__copy sup {
  font-size: 16px;
} */

.p-topPoint-recommend__card {
  align-items: center;
  background: var(--background-base);
  border: 1px solid #dedede;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-block-start: 64px;
  padding-block: 59px;
  padding-inline: clamp(1rem, -6.4810126582rem + 15.585443038vi, 7.15625rem);
}

.p-topPoint-recommend__head {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 18px;
}

.p-topPoint-recommend__category {
  background: #dedede;
  border-radius: 16px;
  font-family: var(--ff-lato);
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  max-block-size: 25px;
  padding-block: 4px 4px;
  padding-inline: 10px;
  text-transform: uppercase;
}

.p-topPoint-recommend__title {
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.p-topPoint-recommend__title .hidden {
  display: none;
}

.p-topPoint-recommend__title sup {
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .p-topPoint-recommend__title sup {
    font-size: small;
  }
}
.p-topPoint-recommend__text {
  font-size: 13px;
  line-height: 200%;
  margin-block-start: 16px;
}

.p-topPoint-recommend__text sup {
  font-size: 8px;
  line-height: 200%;
}

.p-topPoint-recommend__img {
  flex-shrink: 0;
}

/* アニメーション用 */

.p-topPoint__card {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .p-topPoint__card {
    justify-content: flex-start;
  }
}
/* アニメーション用 */

.p-topPoint__cardInner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  column-gap: 36px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-topPoint__cardInner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
  }
}

.p-topPointCard__image {
  width: 100%;
  max-width: clamp(
    200px,
    calc(200px + (500 - 200) * ((100vw - 375px) / (1440 - 375))),
    500px
  );
  flex-shrink: 0;
  grid-column: 2/3;
  grid-row: 1/5;
}

@media screen and (max-width: 767px) {
  .p-topPointCard__image {
    order: 3;
    width: 100%;
    max-width: 400px;
    margin-block-start: 24px;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.p-topPointCard__title {
  position: relative;
  text-align: center;
  grid-column: 1/2;
  grid-row: 2/3;
}

@media screen and (max-width: 767px) {
  .p-topPointCard__title {
    order: 2;
  }
}

.p-topPointCard__title::before {
  background: url(../img/concept-point-bg.webp) no-repeat center center/cover;
  content: "";
  inset: 0;
  position: absolute;
}

.p-topPointCard__text {
  color: var(--color-text-gray-dark);
  font-family: var(--ff-lato);
  font-size: 9.412px;
  line-height: normal;
  position: relative;
}

.p-topPoint-swiper__num {
  color: var(--color-text-gray-dark);
  font-family: var(--ff-lato);
  font-size: 28.235px;
  font-weight: 300;
  line-height: 100%;
}

.p-topPoint__container .p-topPoint__swiper {
  overflow: visible !important;
}

.p-topPoint__swiper {
  margin-block-start: 56px;
}

.p-topPoint__swiper .swiper-slide {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 36px;
}

.p-topPoint__swiper .swiper-slide-active {
  z-index: 1;
}

.p-topPoint__swiper .p-topPoint-swiper__content {
  flex: 1;
  max-inline-size: 464px;
}

.p-topPointCard__subtitle {
  /* font-size: clamp(1.125rem, 0.6693037975rem + 0.9493670886vi, 1.5rem); */
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 140%;
}

.p-topPointCard__subtitle sup {
  font-size: 12px;
}
.p-topPointCard__subtitle--head {
  padding-block: 20px;
  font-size: 24px;
  grid-column: 1/2;
  grid-row: 1/2;
}

@media screen and (max-width: 767px) {
  .p-topPointCard__subtitle--head {
    order: 1;
    padding-block-start: 0;
    font-size: 20px;
  }
}
.p-topPointCard__subtitle--bottom {
  padding-block: 20px;
  font-size: 24px;
  grid-column: 1/2;
  grid-row: 3/4;
}
@media screen and (max-width: 767px) {
  .p-topPointCard__subtitle--bottom {
    order: 4;
    padding-block-start: 24px;
    font-size: 18px;
    padding-block-end: 0;
    grid-row: 4/5;
    grid-column: 1/2;
  }
}

/* .p-topPointCard__body .p-topPoint-swiper__text { */
.p-topPointCard__detail {
  font-size: clamp(0.8125rem, 0.6606012658rem + 0.3164556962vi, 0.9375rem);
  letter-spacing: 1.5px;
  line-height: 200%;
  grid-column: 1/2;
  grid-row: 4/5;
}

/* .p-topPointCard__body .p-topPoint-swiper__text sup { */
.p-topPointCard__detail sup {
  font-size: 10px;
}

.p-topPoint__swiper .p-topPoint-swiper__img {
  border-radius: 283.333px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  flex: 1;
}

.p-topConcept__add {
  color: var(--color-text-gray-dark);
  font-size: 7px;
  letter-spacing: 0.7px;
  line-height: 160%;
  margin-block-start: 40px;
}
.p-topConcept__add--pc {
  display: block;
}

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

@media screen and (max-width: 767px) {
  .p-topConcept__add--sp {
    display: block;
  }
}

.p-topProduct {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 307px; /* margin-top じゃなく padding 推奨 */
}

.p-topProduct__parallax {
  position: absolute;
  inset: 0;
  background: url(../img/product-kv-pc.webp) top left / contain no-repeat;
  z-index: -1;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .p-topProduct__parallax {
    background: url(../img/product-kv-sp.webp) top left / contain no-repeat;
    /* background: url(../img/product-kv-sp.webp) 0 20% / contain no-repeat; */
  }
}

/* .p-topProduct {
  position: relative;
  padding-top: 307px;
}

.p-topProduct::before {
  content: "";
  position: absolute;
  width: 100vw;
  inset: 0;
  background: url(../img/product-kv-pc.webp) top / cover no-repeat;
  background-attachment: fixed;
  z-index: -1;
} */
.p-topProduct__inner {
  padding-block: 142px 384px;
  position: relative;
}
.p-topProduct__inner:before {
  background-image: url(../img/product-bg.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  clip-path: ellipse(130% 100% at 50% 100%);
  content: "";
  inset: 0;
  /* inset-block-start: 20px; */
  position: absolute;
  margin-top: -20px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-topProduct__inner:before {
    clip-path: ellipse(200% 100% at 50% 100%);
  }
}

.p-topProduct__title {
  font-family: var(--ff-lato);
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  opacity: 0.7;
  text-align: center;
  text-transform: uppercase;
}

.p-topProduct__body {
  margin-block-start: 46px;
}

.p-topProduct__container + .p-topProduct__container {
  margin-block-start: 55px;
}

.p-topProduct-container__head--en {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
}

.p-topProduct-container__head--ja {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 140%;
  margin-block-start: 40px;
  text-align: center;
}

.p-topProduct-container__head--ja sup {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 100%;
}

.p-topProduct__list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(8, 200px);
  margin-block-start: 20px;
  margin-inline: auto;
  max-inline-size: 1400px;
  overflow: scroll;
  padding-inline-end: clamp(2rem, -3.164556962rem + 10.7594936709vi, 6.25rem);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-topProduct__list::-webkit-scrollbar {
  display: none;
}

.p-topProduct__item {
  display: flex;
  flex-direction: column;
  inline-size: 200px;
  padding-block: 0px 20px;
  text-align: center;
}

.p-topProduct-item__img {
  block-size: 200px;
  inline-size: 200px;
}

.p-topProduct-item__img img {
  transform: translate(15px, 5px) scale(1.05);
}

.p-topProduct-item__name,
.p-topProduct-item__price,
.p-topProduct-item__volume {
  font-size: 15px;
  letter-spacing: 1.5px;
  text-align: center;
}

.p-topProduct-item__name {
  align-items: flex-start;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  line-height: 140%;
}

.p-topProduct-item__btn {
  background: linear-gradient(
    135deg,
    rgb(232, 232, 232) 0%,
    rgb(255, 255, 255) 100%
  );
  border-radius: 75.71px;
  box-shadow:
    1.262px 1.262px 2.524px 0 rgba(255, 255, 255, 0.3) inset,
    -1.262px -1.262px 2.524px 0 rgba(178, 178, 178, 0.5) inset,
    -3.785px 3.785px 7.571px 0 rgba(178, 178, 178, 0.2),
    3.785px -3.785px 7.571px 0 rgba(178, 178, 178, 0.2),
    -3.785px -3.785px 7.571px 0 rgba(255, 255, 255, 0.9),
    3.785px 3.785px 10.095px 0 rgba(178, 178, 178, 0.9);
  display: inline-block;
  font-family: var(--ff-lato);
  font-size: 14px;
  inline-size: 100%;
  letter-spacing: 1.4px;
  line-height: normal;
  margin-block-start: 41px;
  margin-inline: auto;
  max-inline-size: 140px;
  padding-block: 12.5px 13.5px;
  text-transform: uppercase;
}

.p-topProduct-container__add {
  color: var(--color-text-gray-dark);
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 150%;
  margin-block-start: 36px;
  margin-inline: auto;
  max-inline-size: 1328px;
  padding-inline: 64px;
}

.p-fv__img {
  border-radius: 0 0 64px 64px;
  display: block;
  overflow: hidden;
}

.p-fv__img img {
  display: block;
  inline-size: 100%;
  min-block-size: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-fragrance {
  position: relative;
}

.p-fragrance::before {
  background: url(../img/fragrance-bg.webp) no-repeat center center/cover;
  block-size: 510px;
  content: "";
  inline-size: 1500px;
  inset-block-end: -130px;
  inset-inline-start: 50%;
  opacity: 0.7;
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
}

.p-fragrance__inner {
  display: flex;
  flex-direction: row;
  gap: clamp(1rem, -7.0506329114rem + 16.7721518987vi, 7.625rem);
  margin-inline: auto;
  max-inline-size: 1050px;
  padding-block: 80px 80px;
  padding-inline: 25px;
}

.p-fragrance__content {
  margin-block-start: clamp(
    1.5625rem,
    -0.3362341772rem + 3.9556962025vi,
    3.125rem
  );
}

.p-fragrance__head .c-section-title {
  padding-inline-start: 8px;
}

.p-fragrance__body {
  margin-block-start: 35px;
  margin-inline: auto;
  max-inline-size: 478px;
}

.p-fragrance__top {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.6px;
  line-height: 150%;
}

.p-fragrance__middle {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 150%;
  margin-block-start: 3px;
}

.p-fragrance__bottom {
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 200%;
  margin-block-start: 10px;
}

.p-product {
  padding-block: 159px 149px;
  position: relative;
}

.p-product::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.p-product-shampoo--gray::before {
  background: url(../img/product-bg-gray.webp) no-repeat center center/100% 100%;
}

.p-product-shampoo--pink::before {
  background: url(../img/product-bg-pink.webp) no-repeat center center/100% 100%;
}

.p-product__inner {
  margin-inline: auto;
  max-inline-size: 1025px;
  padding-inline-start: 25px;
}

.p-product__head {
  text-align: center;
}

.p-product__list {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-product__list::-webkit-scrollbar {
  display: none;
}

.p-product__list {
  display: grid;
  grid-template-columns: repeat(5, 196px);
  margin-block-start: 60px;
}

.p-product__item {
  display: flex;
  flex-direction: column;
  inline-size: 196px;
  padding-block: 0px 20px;
  text-align: center;
}

.p-product-item__img {
  block-size: 200px;
  inline-size: 200px;
}

.p-product-item__img img {
  transform: translate(15px, 5px) scale(1.05);
}

.p-product-item__name {
  align-items: flex-start;
  display: flex;
  flex-grow: 1;
  font-size: 15px;
  justify-content: center;
  letter-spacing: 1.5px;
  line-height: 140%;
  margin-block-start: 29px;
  text-align: center;
}

.p-product-item__btn {
  background: linear-gradient(
    135deg,
    rgb(232, 232, 232) 0%,
    rgb(255, 255, 255) 100%
  );
  border-radius: 75.71px;
  box-shadow:
    1.262px 1.262px 2.524px 0 rgba(255, 255, 255, 0.3) inset,
    -1.262px -1.262px 2.524px 0 rgba(178, 178, 178, 0.5) inset,
    -3.785px 3.785px 7.571px 0 rgba(178, 178, 178, 0.2),
    3.785px -3.785px 7.571px 0 rgba(178, 178, 178, 0.2),
    -3.785px -3.785px 7.571px 0 rgba(255, 255, 255, 0.9),
    3.785px 3.785px 10.095px 0 rgba(178, 178, 178, 0.9);
  display: inline-block;
  font-family: var(--ff-lato);
  font-size: 14px;
  inline-size: 100%;
  letter-spacing: 1.4px;
  line-height: normal;
  margin-block-start: 34px;
  margin-inline: auto;
  max-inline-size: 140px;
  padding-block: 12.5px 13.5px;
  text-transform: uppercase;
}

.p-product__scrollbar {
  display: none;
}

.p-shampoo {
  padding-block: 112px 104px;
}

.p-shampoo {
  position: relative;
}

.p-shampoo::before {
  background: url(../img/shampoo-bg.webp) no-repeat center center/cover;
  block-size: clamp(15.625rem, -3.3623417722rem + 39.5569620253vi, 31.25rem);
  content: "";
  inline-size: clamp(31.25rem, -6.7246835443rem + 79.1139240506vi, 62.5rem);
  inset-block-start: 320px;
  inset-inline-start: 71%;
  opacity: 0.7;
  position: absolute;
  transform: translateX(-50%);
}

.p-shampoo__inner {
  margin-inline: auto;
  max-inline-size: 1051px;
  padding-inline: 25.5px;
}

.p-shampoo-introduce__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: clamp(1rem, -1.582278481rem + 5.3797468354vi, 3.125rem);
}

.p-shampoo-introduce__img {
  flex-grow: 1;
  inline-size: 100%;
  padding-inline-start: clamp(
    0.0625rem,
    -1.9881329114rem + 4.2721518987vi,
    1.75rem
  );
  text-align: center;
}

.p-shampoo-introduce__img img {
  inline-size: 100%;
}

.p-shampoo-introduce__container {
  display: flex;
  flex-direction: column;
  max-inline-size: 394px;
  position: relative;
  z-index: 1;
}

.p-shampoo-introduce__name {
  display: inline-block;
  font-family: var(--ff-lato);
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  max-inline-size: -moz-fit-content;
  max-inline-size: fit-content;
  opacity: 0.7;
  padding-inline: 8px;
  position: relative;
  text-transform: uppercase;
}

.p-shampoo-introduce__name::before {
  block-size: 6px;
  border-radius: 3px;
  content: "";
  inline-size: 100%;
  inset-block-end: 3px;
  inset-inline-start: 0px;
  position: absolute;
  z-index: -1;
}

.p-shampoo-introduce__name--gray::before {
  background: #dedede;
}

.p-shampoo-introduce__name--mellow {
  font-size: 50px !important;
  margin-inline: auto;
}

.p-shampoo-introduce__name--mellow::before {
  background: var(--background-base);
}

.l-main--pink .p-shampoo-introduce__title {
  text-align: center;
}

.l-main--pink .p-shampoo-introduce__title--main {
  font-size: 24px;
}

.p-shampoo-introduce__title {
  margin-block-start: 29px;
  text-align: left;
}

.p-shampoo-introduce__title--main {
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.p-shampoo-introduce__title--sub {
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
  margin-block-start: 4px;
}

.p-shampoo-introduce__list {
  display: flex;
  flex-direction: row;
  gap: 21px;
  justify-content: space-between;
  margin-block-start: 24px;
}

.p-shampoo-introduce__item {
  display: flex;
  flex-direction: column;
  inline-size: 100%;
  max-inline-size: 110px;
  text-align: center;
}

.p-shampoo-introduce-item__title {
  align-items: center;
  display: flex;
  flex-grow: 1;
  font-size: 15px;
  justify-content: center;
  letter-spacing: 1.5px;
  line-height: 130%;
}

.p-shampoo-introduce-item__title--pc {
  white-space: nowrap;
}

.p-shampoo-introduce-item__title--sp {
  display: none;
}

.p-shampoo-introduce-item__price,
.p-shampoo-introduce-item__volume {
  font-size: 12px;
  line-height: normal;
}

.p-shampoo-introduce-item__price {
  margin-block-start: 5px;
}

.p-shampoo-introduce-item__volume {
  margin-block-start: 1px;
}

.p-shampoo-introduce-item__btn {
  background: linear-gradient(
    135deg,
    rgb(232, 232, 232) 0%,
    rgb(255, 255, 255) 100%
  );
  border-radius: 60px;
  box-shadow:
    1px 1px 2px 0 rgba(255, 255, 255, 0.3) inset,
    -1px -1px 2px 0 rgba(178, 178, 178, 0.5) inset,
    -3px 3px 6px 0 rgba(178, 178, 178, 0.2),
    3px -3px 6px 0 rgba(178, 178, 178, 0.2),
    -3px -3px 6px 0 rgba(255, 255, 255, 0.9),
    3px 3px 8px 0 rgba(178, 178, 178, 0.9);
  font-family: var(--ff-lato);
  font-size: 11px;
  letter-spacing: 1.1px;
  line-height: normal;
  margin-block-start: 14px;
  max-inline-size: 110px;
  padding-block: 10px;
  text-transform: uppercase;
}

.p-shampoo-introduce__add {
  color: var(--color-text-gray-dark);
  font-size: 10px;
  line-height: 130%;
  margin-block-start: 24px;
}
.p-shampoo-introduce__add.p-shampoo-introduce__add--pc {
  display: block;
}

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

@media screen and (max-width: 767px) {
  .p-shampoo-introduce__add.p-shampoo-introduce__add--sp {
    display: block;
  }
}

.p-shampoo-point {
  margin-block-start: 89px;
}

.p-shampoo-point__head {
  position: relative;
  text-align: center;
}

.p-shampoo-point__head::before {
  background: url(../img/concept-point-bg.webp) no-repeat center center/cover;
  content: "";
  inset: 0;
  position: absolute;
}

.p-shampoo-point__text {
  color: var(--color-text-gray-dark);
  font-family: var(--ff-lato);
  font-size: 9.412px;
  line-height: normal;
}

.p-shampoo-point__num {
  color: var(--color-text-gray-dark);
  font-family: var(--ff-lato);
  font-size: 28.235px;
  font-weight: 300;
  line-height: 100%;
}

.p-shampoo-point__swiper {
  margin-block-start: 56px;
  overflow: visible !important;
}

.p-shampoo-point__swiper .swiper-slide {
  display: flex;
  flex-direction: row;
  gap: 36px;
}

.p-shampoo-point__swiper .swiper-slide-active {
  z-index: 1;
}

.p-shampoo-point__swiper .p-shampoo-point-swiper__content {
  flex: 1;
  max-inline-size: 464px;
}

.p-shampoo-point__swiper .p-shampoo-point-swiper__title {
  font-size: clamp(1.125rem, 0.6693037975rem + 0.9493670886vi, 1.5rem);
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 130%;
}

.p-shampoo-point__swiper .p-shampoo-point-swiper__title sup {
  font-size: 12px;
}

.p-shampoo-point__swiper .p-shampoo-point-swiper__text {
  font-size: clamp(0.8125rem, 0.6606012658rem + 0.3164556962vi, 0.9375rem);
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 200%;
  margin-block-start: 10px;
}

.p-shampoo-point__swiper .p-shampoo-point-swiper__text sup {
  font-size: 10px;
}

.p-shampoo-point__swiper .p-shampoo-point-swiper__add {
  color: var(--color-text-gray-dark);
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 150%;
  margin-block-start: 20px;
}

.p-shampoo-point__swiper .p-shampoo-point-swiper__img {
  flex: 1;
}

.p-shampoo-point__swiper .p-shampoo-point-swiper__img img {
  border-radius: 283.333px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.p-shampoo-point__swiper .p-shampoo-point-swiper__btns {
  inset-block-start: 130px;
}

.p-shampoo-flow {
  border-radius: 40px;
  margin-block-start: 69px;
  margin-inline: auto;
  max-inline-size: 710px;
  padding-block: 34px 34px;
  padding-inline: 24px 24px;
}

.p-shampoo-flow--gray {
  border: 1px solid #dedede;
}

.p-shampoo-flow--mellow {
  border: 1px solid var(--background-base);
}

.p-shampoo-flow__head {
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
  text-align: center;
}

.p-shampoo-flow__list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(7, 1fr);
  margin-block-start: 14px;
}

.p-shampoo-flow-list__top {
  display: contents;
}

.p-shampoo-flow-list__bottom {
  display: contents;
}

.p-treatment {
  padding-block: 114px 80px;
}

.p-treatment {
  position: relative;
}

.p-treatment::before {
  background: url(../img/shampoo-bg.webp) no-repeat center center/cover;
  block-size: clamp(15.625rem, -3.3623417722rem + 39.5569620253vi, 31.25rem);
  content: "";
  inline-size: clamp(31.25rem, -6.7246835443rem + 79.1139240506vi, 62.5rem);
  inset-block-start: 250px;
  inset-inline-start: 74%;
  opacity: 0.7;
  position: absolute;
  transform: translateX(-50%);
}

.p-treatment::after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.p-treatment__inner {
  margin-inline: auto;
  max-inline-size: 1051px;
  padding-inline: 25.5px;
}

.p-treatment-introduce__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: clamp(1rem, -1.582278481rem + 5.3797468354vi, 3.125rem);
}

.p-treatment-introduce__img {
  flex-grow: 1;
  inline-size: 100%;
  padding-inline-start: clamp(
    0.0625rem,
    -1.9881329114rem + 4.2721518987vi,
    1.75rem
  );
  text-align: center;
}

.p-treatment-introduce__img img {
  inline-size: 100%;
}

.p-treatment-introduce__container {
  display: flex;
  flex-direction: column;
  max-inline-size: 414px;
  position: relative;
  z-index: 1;
}

.p-treatment-introduce__name {
  display: inline-block;
  font-family: var(--ff-lato);
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  max-inline-size: -moz-fit-content;
  max-inline-size: fit-content;
  opacity: 0.7;
  padding-inline: 8px;
  position: relative;
  text-transform: uppercase;
}

.p-treatment-introduce__name::before {
  block-size: 6px;
  border-radius: 3px;
  content: "";
  inline-size: 100%;
  inset-block-end: 3px;
  inset-inline-start: 0px;
  position: absolute;
  z-index: -1;
}

.p-treatment-introduce__name--gray::before {
  background: #dedede;
}

.l-main--pink .p-treatment-introduce__title {
  text-align: center;
}

.l-main--pink .p-treatment-introduce__title--main {
  font-size: 24px;
}

.p-treatment-introduce__title {
  margin-block-start: 29px;
  text-align: left;
}

.p-treatment-introduce__title--main {
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.p-treatment-introduce__title--sub {
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
  margin-block-start: 4px;
}

.p-treatment-introduce__list {
  display: flex;
  flex-direction: row;
  gap: 21px;
  justify-content: space-between;
  margin-block-start: 24px;
}

.p-treatment-introduce__item {
  display: flex;
  flex-direction: column;
  inline-size: 100%;
  max-inline-size: 110px;
  text-align: center;
}

.p-treatment-introduce-item__title {
  align-items: center;
  display: flex;
  flex-grow: 1;
  font-size: 15px;
  justify-content: center;
  letter-spacing: 1.5px;
  line-height: 130%;
}

.p-treatment-introduce-item__title--pc {
  white-space: nowrap;
}

.p-treatment-introduce-item__title--sp {
  display: none;
}

.p-treatment-introduce-item__price,
.p-treatment-introduce-item__volume {
  font-size: 12px;
  line-height: normal;
}

.p-treatment-introduce-item__price {
  margin-block-start: 5px;
}

.p-treatment-introduce-item__volume {
  margin-block-start: 1px;
}

.p-treatment-introduce-item__btn {
  background: linear-gradient(
    135deg,
    rgb(232, 232, 232) 0%,
    rgb(255, 255, 255) 100%
  );
  border-radius: 60px;
  box-shadow:
    1px 1px 2px 0 rgba(255, 255, 255, 0.3) inset,
    -1px -1px 2px 0 rgba(178, 178, 178, 0.5) inset,
    -3px 3px 6px 0 rgba(178, 178, 178, 0.2),
    3px -3px 6px 0 rgba(178, 178, 178, 0.2),
    -3px -3px 6px 0 rgba(255, 255, 255, 0.9),
    3px 3px 8px 0 rgba(178, 178, 178, 0.9);
  font-family: var(--ff-lato);
  font-size: 11px;
  letter-spacing: 1.1px;
  line-height: normal;
  margin-block-start: 14px;
  max-inline-size: 110px;
  padding-block: 10px;
  text-transform: uppercase;
}

.p-treatment-introduce__add {
  color: var(--color-text-gray-dark);
  font-size: 10px;
  line-height: 130%;
  margin-block-start: 24px;
}

.p-treatment-point {
  margin-block-start: 89px;
}

.p-treatment-point__head {
  position: relative;
  text-align: center;
}

.p-treatment-point__head::before {
  background: url(../img/concept-point-bg.webp) no-repeat center center/cover;
  content: "";
  inset: 0;
  position: absolute;
}

.p-treatment-point__text {
  color: var(--color-text-gray-dark);
  font-family: var(--ff-lato);
  font-size: 9.412px;
  line-height: normal;
}

.p-treatment-point__num {
  color: var(--color-text-gray-dark);
  font-family: var(--ff-lato);
  font-size: 28.235px;
  font-weight: 300;
  line-height: 100%;
}

.p-treatment-point__swiper {
  margin-block-start: 56px;
  overflow: visible !important;
}

.p-treatment-point__swiper .swiper-slide {
  display: flex;
  flex-direction: row;
  gap: 36px;
}

.p-treatment-point__swiper .swiper-slide-active {
  z-index: 1;
}

.p-treatment-point__swiper .p-treatment-point-swiper__content {
  flex: 1;
  max-inline-size: 464px;
}

.p-treatment-point__swiper .p-treatment-point-swiper__title {
  font-size: clamp(1.125rem, 0.6693037975rem + 0.9493670886vi, 1.5rem);
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 130%;
}

.p-treatment-point__swiper .p-treatment-point-swiper__title .hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-treatment-point__swiper .p-treatment-point-swiper__title .hidden {
    display: block;
  }
}

.p-treatment-point__swiper .p-treatment-point-swiper__title sup {
  font-size: 12px;
}

.p-treatment-point__swiper .p-treatment-point-swiper__text {
  font-size: clamp(0.8125rem, 0.6606012658rem + 0.3164556962vi, 0.9375rem);
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 200%;
  margin-block-start: 10px;
}

.p-treatment-point__swiper .p-treatment-point-swiper__text sup {
  font-size: 10px;
}

.p-treatment-point__swiper .p-treatment-point-swiper__add {
  color: var(--color-text-gray-dark);
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 150%;
  margin-block-start: 20px;
}

.p-treatment-point__swiper .p-treatment-point-swiper__img {
  flex: 1;
}

.p-treatment-point__swiper .p-treatment-point-swiper__img img {
  border-radius: 283.333px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.p-treatment-point__swiper .p-treatment-point-swiper__btns {
  inset-block-start: 130px;
}

.p-treatment-flow {
  border: 1px solid var(--background-base);
  border-radius: 40px;
  margin-block-start: 69px;
  margin-inline: auto;
  max-inline-size: 806px;
  padding-block: 34px 34px;
  padding-inline: 24px 24px;
}

.p-treatment-flow__head {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 140%;
  text-align: center;
}

.p-treatment-flow__list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(8, 1fr);
  margin-block-start: 14px;
}

.p-treatment-flow-list__top {
  display: contents;
}

.p-treatment-flow-list__bottom {
  display: contents;
}

.p-use {
  padding-block: 73px 135px;
}

.p-use-step__inner {
  margin-inline: auto;
  max-inline-size: 1048px;
  padding-inline: 24px 0px;
}

.p-use-step__body {
  margin-block-start: 34px;
}

.p-use-step__list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 232px);
  padding-inline-end: 24px;
}

.p-use-step__list {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-use-step__list::-webkit-scrollbar {
  display: none;
}

.p-use-step__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-use-step__content {
  display: flex;
  flex-direction: column;
}

.p-use-step__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-use-step__num {
  align-items: center;
  border: 1px solid #bababa;
  border-radius: 16px;
  display: inline-flex;
  flex-direction: row;
  font-family: var(--ff-lato);
  font-size: 14px;
  font-weight: 300;
  gap: 2px;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  line-height: normal;
  padding: 3px 12px;
  text-transform: uppercase;
}

.p-use-step__num span {
  font-family: var(--ff-lato);
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.p-use-step__doing {
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.p-use-step__description {
  flex-grow: 1;
  font-size: 13px;
  line-height: 200%;
  margin-block-start: 16px;
}

.p-use-step__img {
  border: 1px solid var(--background-base);
  border-radius: 29.5px;
  margin-block-start: 16px;
  overflow: hidden;
}

.p-use-step__img img {
  inline-size: 100%;
}

.p-use__step .p-use-step__scrollbar {
  display: none;
}

.p-use__inner {
  margin-inline: auto;
  max-inline-size: 850px;
  padding-inline: 25px;
}

.p-use-recommend__card {
  align-items: center;
  background: var(--background-base);
  border: 1px solid #dedede;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  margin-block-start: 62px;
  padding-block: 31px 31px;
  padding-inline: 31px 31px;
}

.p-use-recommend__content {
  flex-shrink: 0;
  max-inline-size: 312px;
}

.p-use-recommend__head {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-use-recommend__category {
  background: #dedede;
  border-radius: 16px;
  font-family: var(--ff-lato);
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  max-block-size: 25px;
  padding-block: 4px 4px;
  padding-inline: 11px 10px;
  text-transform: uppercase;
}

.p-use-recommend__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
}

.p-use-recommend__title .hidden {
  display: none;
}

.p-use-recommend__text {
  font-size: 16px;
  line-height: 200%;
  margin-block-start: 16px;
  padding-inline-end: 16px;
}

.p-use-recommend__text sup {
  font-size: 8px;
  line-height: 200%;
}

.p-use-recommend__add {
  color: var(--color-text-gray-dark);
  font-size: 10px;
  line-height: 100%;
  margin-block-start: 16px;
  padding-inline-end: 24px;
  text-align: right;
}

.p-use-recommend__img {
  max-inline-size: 400px;
}

.p-use-recommend__img img {
  inline-size: 100%;
}

.p-use__usage {
  margin-block-start: 76px;
}

.p-use-usage__title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: normal;
  text-align: center;
}

.p-use-usage__card {
  border: 1px solid var(--background-base);
  border-radius: 40px;
  display: grid;
  /* gap: clamp(4rem, -1.0886075949rem + 10.6012658228vi, 8.1875rem); */
  grid-template-columns: 240px 240px 250px;
  margin-block-start: 25px;
  overflow: hidden;
  padding-block: 40px 36px;
  /* padding-inline: 82px 82px; */
  position: relative;
  justify-content: center;
}

.p-use-usage__card::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.p-use-usage__card--gray::before {
  background: url(../img/use-usage-bg-gray.webp) no-repeat center center/100%
    100%;
}

.p-use-usage__card--mellow::before {
  background: url(../img/use-usage-bg-mellow.webp) no-repeat center center/100%
    100%;
}

.p-use-usage__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-use-usage__img {
  text-align: center;
}

.p-use-usage__text {
  text-align: center;
}

.p-use-usage__type {
  font-family: var(--ff-lato);
  font-size: 20px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 100%;
  opacity: 0.7;
  text-transform: uppercase;
}

.p-use-usage__volume {
  font-family: var(--ff-lato);
  font-size: 24px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: normal;
  margin-block-start: 6px;
}

.p-use-usage__volume span {
  font-size: 18px;
  letter-spacing: normal;
  line-height: normal;
}

.p-other__inner {
  margin-inline: auto;
  max-inline-size: 850px;
  padding-block: 70px 381px;
  padding-inline: 25px;
}

.p-other__copy {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: normal;
  margin-block-start: 35px;
  text-align: center;
}

.p-other__copy .hidden {
  display: none;
}

.p-other__card {
  display: flex;
  flex-direction: row;
  margin-block-start: 64px;
  padding-block: 47px 32px;
  padding-inline: 30px;
  position: relative;
}

.p-other__card::before {
  border-radius: 56px;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.p-other__card--gray::before {
  background: url(../img/other-bg-gray.webp) no-repeat center center/cover;
}

.p-other__card--pink::before {
  background: url(../img/other-bg-pink.webp) no-repeat center center/cover;
}

.p-other-card__img {
  max-inline-size: 314px;
}

.p-other-card__img img {
  inline-size: 100%;
  margin-left: clamp(0.625rem, -1.5178571429rem + 4.4642857143vi, 2.5rem);
  margin-top: 4px;
}

.p-other-card__content {
  inline-size: 100%;
  max-inline-size: 333px;
  text-align: center;
}

.p-other-card__titleMain {
  font-family: var(--ff-lato);
  font-size: 36px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.p-other-card__titleSub {
  font-size: 12px;
  line-height: normal;
  margin-block-start: 8px;
}

.p-other-card__text {
  font-size: 12px;
  line-height: normal;
  margin-block-start: 13px;
}

.p-other-card__text sup {
  font-size: 8px;
}

.p-other-card__btn {
  background: linear-gradient(
    135deg,
    rgb(232, 232, 232) 0%,
    rgb(255, 255, 255) 100%
  );
  border-radius: 60px;
  box-shadow:
    1px 1px 2px 0 rgba(255, 255, 255, 0.3) inset,
    -1px -1px 2px 0 rgba(178, 178, 178, 0.5) inset,
    -3px 3px 6px 0 rgba(178, 178, 178, 0.2),
    3px -3px 6px 0 rgba(178, 178, 178, 0.2),
    -3px -3px 6px 0 rgba(255, 255, 255, 0.9),
    3px 3px 8px 0 rgba(178, 178, 178, 0.9);
  display: inline-block;
  font-family: var(--ff-lato);
  font-size: 13px;
  inline-size: 100%;
  letter-spacing: 1.3px;
  line-height: normal;
  margin-block-start: 14px;
  margin-inline: auto;
  max-inline-size: 240px;
  padding-block: 18.5px 19.5px;
  position: relative;
  text-transform: uppercase;
}

.p-other-card__btn::before {
  background: url(../img/svg/other-btn-icon.svg) no-repeat center center/cover;
  content: "";
  height: 16px;
  inline-size: 16px;
  inset-block-start: 50%;
  inset-inline-end: 25px;
  position: absolute;
  transform: translateY(-50%);
}

.p-other-card__add {
  color: var(--color-text-gray-dark);
  font-size: 10px;
  font-weight: 300;
  line-height: normal;
  margin-block-start: 15px;
}

.p-other__milk .p-other__card--milk {
  padding-block: 47px 43px;
}

.p-other__milk--mellow .p-other__card {
  align-items: center;
  justify-content: center;
}

.p-other__milk--mellow .p-other-card__img {
  max-inline-size: 300px;
}

.p-other__milk--mellow .p-other-card__img img {
  inline-size: 100%;
  margin-left: 0px;
  margin-top: 0px;
}

.p-other__milk--mellow .p-other-card__content {
  padding-inline-start: clamp(
    0.5rem,
    -1.1708860759rem + 3.4810126582vi,
    1.875rem
  );
}

.p-milk {
  padding-block: 208px 104px;
}

.p-milk {
  position: relative;
}

.p-milk::before {
  background: url(../img/shampoo-bg.webp) no-repeat center center/cover;
  block-size: clamp(15.625rem, 4.2325949367rem + 23.7341772152vi, 25rem);
  content: "";
  inline-size: clamp(31.25rem, 8.4651898734rem + 47.4683544304vi, 50rem);
  inset-block-start: 370px;
  inset-inline-start: 73%;
  opacity: 0.7;
  position: absolute;
  transform: translateX(-50%);
}

.p-milk__inner {
  margin-inline: auto;
  max-inline-size: 1051px;
  padding-inline: 25.5px;
}

.p-milk-introduce__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: clamp(1rem, -1.582278481rem + 5.3797468354vi, 3.125rem);
  padding-inline-end: clamp(
    0.0625rem,
    -1.684335443rem + 3.6392405063vi,
    1.5rem
  );
}

.p-milk-introduce__img {
  flex-grow: 1;
  inline-size: 100%;
  padding-inline-start: clamp(
    0.0625rem,
    -1.9881329114rem + 4.2721518987vi,
    1.75rem
  );
  text-align: right;
}

.p-milk-introduce__img img {
  scale: 1.2;
}

.p-milk-introduce__container {
  display: flex;
  flex-direction: column;
  max-inline-size: clamp(
    23.4375rem,
    19.6400316456rem + 7.9113924051vi,
    26.5625rem
  );
  position: relative;
  z-index: 1;
}

.p-milk-introduce__name {
  display: inline-block;
  font-family: var(--ff-lato);
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-inline: auto;
  max-inline-size: -moz-fit-content;
  max-inline-size: fit-content;
  opacity: 0.7;
  padding-inline: 8px;
  position: relative;
  text-transform: uppercase;
}

.p-milk-introduce__name::before {
  block-size: 6px;
  border-radius: 3px;
  content: "";
  inline-size: 100%;
  inset-block-end: 3px;
  inset-inline-start: 0px;
  position: absolute;
  z-index: -1;
}

.p-milk-introduce__name--gray::before {
  background: #dedede;
}

.p-milk-introduce__name--mellow {
  font-size: 50px;
  margin-inline: auto;
}

.p-milk-introduce__name--mellow::before {
  background: var(--background-base);
}

.p-milk-introduce__title {
  margin-block-start: 29px;
  text-align: center;
}

.p-milk-introduce__title--main {
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.p-milk-introduce__list {
  display: flex;
  flex-direction: row;
  gap: 21px;
  justify-content: center;
  margin-block-start: 24px;
}

.p-milk-introduce__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  inline-size: 100%;
  max-inline-size: 149px;
  text-align: center;
}

.p-milk-introduce__item--mellow {
  max-inline-size: 165px;
}

.p-milk-introduce-item__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 20px;
  font-weight: 300;
  justify-content: center;
  line-height: 130%;
}

.p-milk-introduce-item__title span {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 300;
  justify-content: center;
  line-height: 130%;
}

.p-milk-introduce-item__title span:nth-of-type(2) {
  font-size: 14px;
  line-height: 130%;
}

.p-milk-introduce-item__price,
.p-milk-introduce-item__volume {
  font-size: 12px;
  line-height: normal;
}

.p-milk-introduce-item__price {
  margin-block-start: 2px;
}

.p-milk-introduce-item__volume {
  margin-block-start: 4px;
}

.p-milk-introduce-item__btn {
  background: linear-gradient(
    135deg,
    rgb(232, 232, 232) 0%,
    rgb(255, 255, 255) 100%
  );
  border-radius: 60px;
  box-shadow:
    1px 1px 2px 0 rgba(255, 255, 255, 0.3) inset,
    -1px -1px 2px 0 rgba(178, 178, 178, 0.5) inset,
    -3px 3px 6px 0 rgba(178, 178, 178, 0.2),
    3px -3px 6px 0 rgba(178, 178, 178, 0.2),
    -3px -3px 6px 0 rgba(255, 255, 255, 0.9),
    3px 3px 8px 0 rgba(178, 178, 178, 0.9);
  font-family: var(--ff-lato);
  font-size: 11px;
  inline-size: 100%;
  letter-spacing: 1.1px;
  line-height: normal;
  margin-block-start: 14px;
  max-inline-size: 110px;
  padding-block: 10px;
  text-transform: uppercase;
}

.p-milk-introduce__add {
  color: var(--color-text-gray-dark);
  font-size: 10px;
  line-height: 130%;
  margin-block-start: 33px;
}

.p-milk-point {
  margin-block-start: 105px;
}

.p-milk-point__head {
  position: relative;
  text-align: center;
}

.p-milk-point__head::before {
  background: url(../img/concept-point-bg.webp) no-repeat center center/cover;
  content: "";
  inset: 0;
  position: absolute;
}

.p-milk-point__text {
  color: var(--color-text-gray-dark);
  font-family: var(--ff-lato);
  font-size: 9.412px;
  line-height: normal;
}

.p-milk-point__num {
  color: var(--color-text-gray-dark);
  font-family: var(--ff-lato);
  font-size: 28.235px;
  font-weight: 300;
  line-height: 100%;
}

.p-milk-point__swiper {
  margin-block-start: 56px;
  overflow: visible !important;
}

.p-milk-point__swiper .swiper-slide {
  display: flex;
  flex-direction: row;
  gap: 36px;
}

.p-milk-point__swiper .swiper-slide-active {
  z-index: 1;
}

.p-milk-point__swiper .p-milk-point-swiper__content {
  flex: 1;
  max-inline-size: 464px;
}

.p-milk-point__swiper .p-milk-point-swiper__title {
  font-size: clamp(1.125rem, 0.6693037975rem + 0.9493670886vi, 1.5rem);
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 130%;
}

.p-milk-point__swiper .p-milk-point-swiper__title sup {
  font-size: 12px;
}

.p-milk-point__swiper .p-milk-point-swiper__text {
  font-size: clamp(0.8125rem, 0.6606012658rem + 0.3164556962vi, 0.9375rem);
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 200%;
  margin-block-start: 10px;
}

.p-milk-point__swiper .p-milk-point-swiper__text sup {
  font-size: 10px;
}

.p-milk-point__swiper .p-milk-point-swiper__add {
  color: var(--color-text-gray-dark);
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 150%;
  margin-block-start: 20px;
}

.p-milk-point__swiper .p-milk-point-swiper__img {
  flex: 1;
}

.p-milk-point__swiper .p-milk-point-swiper__img img {
  border-radius: 283.333px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.p-milk-point__swiper .p-milk-point-swiper__btns {
  inset-block-start: 130px;
}

.p-milk-flow {
  border-radius: 40px;
  margin-block-start: 59px;
  margin-inline: auto;
  max-inline-size: 614px;
  padding-block: 34px 34px;
  padding-inline: 24px 24px;
}

.p-milk-flow--gray {
  border: 1px solid #dedede;
}

.p-milk-flow--mellow {
  border: 1px solid var(--background-base);
}

.p-milk-flow__head {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1.6px;
  line-height: 140%;
  text-align: center;
}

.p-milk-flow__list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, 1fr);
  margin-block-start: 14px;
}

.p-milk-flow-list__top {
  display: contents;
}

.p-milk-flow-list__bottom {
  display: contents;
}

.p-milk-use {
  margin-block-start: 97px;
}

.p-milk-use__head {
  text-align: center;
}

.p-milk-use-step__inner {
  margin-inline: auto;
  max-inline-size: 1048px;
  padding-inline: 24px 0px;
}

.p-milk-use-step__body {
  margin-block-start: 34px;
}

.p-milk-use-step__list {
  display: grid;
  gap: 56px;
  grid-template-columns: repeat(2, 472px);
  padding-inline-end: 24px;
}

.p-milk-use-step__list {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-milk-use-step__list::-webkit-scrollbar {
  display: none;
}

.p-milk-use-step__item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
}

.p-milk-use-step__content {
  display: flex;
  flex-direction: column;
}

.p-milk-use-step__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-milk-use-step__num {
  align-items: center;
  border: 1px solid #bababa;
  border-radius: 16px;
  display: inline-flex;
  flex-direction: row;
  font-family: var(--ff-lato);
  font-size: 14px;
  font-weight: 300;
  gap: 2px;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  line-height: normal;
  padding: 3px 12px;
  text-transform: uppercase;
}

.p-milk-use-step__num span {
  font-family: var(--ff-lato);
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.p-milk-use-step__doing {
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.p-milk-use-step__description {
  flex-grow: 1;
  font-size: 13px;
  line-height: 200%;
  margin-block-start: 16px;
}

.p-milk-use-step__img {
  border: 1px solid var(--background-base);
  border-radius: 29.5px;
  max-inline-size: 280px;
  overflow: hidden;
}

.p-milk-use-step__img img {
  inline-size: 100%;
}

.p-milk-use__step .p-milk-use-step__scrollbar {
  display: none;
}

.p-milk-use__usage {
  margin-block-start: 97px;
  margin-inline: auto;
  max-inline-size: 850px;
  padding-inline: 25px;
}

.p-oil__wrapper {
  margin-block-start: 80px;
}

.p-oil {
  padding-block: 181px 212px;
}

.p-oil {
  position: relative;
}

.p-oil::before {
  background: url(../img/shampoo-bg.webp) no-repeat center center/cover;
  block-size: clamp(15.625rem, 4.2325949367rem + 23.7341772152vi, 25rem);
  content: "";
  inline-size: clamp(31.25rem, 8.4651898734rem + 47.4683544304vi, 50rem);
  inset-block-start: 300px;
  inset-inline-start: 66%;
  opacity: 0.7;
  position: absolute;
  transform: translateX(-50%);
}

.p-oil__inner {
  margin-inline: auto;
  max-inline-size: 1051px;
  padding-inline: 25.5px;
}

.p-oil-introduce__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: clamp(1rem, -1.582278481rem + 5.3797468354vi, 3.125rem);
  padding-inline-end: clamp(
    0.0625rem,
    -1.684335443rem + 3.6392405063vi,
    1.5rem
  );
}

.p-oil-introduce__img {
  flex-grow: 1;
  inline-size: 100%;
  padding-inline-start: clamp(
    0.0625rem,
    -1.9881329114rem + 4.2721518987vi,
    1.75rem
  );
  text-align: right;
}

.p-oil-introduce__img img {
  scale: 1.2;
}

.p-oil-introduce__container {
  display: flex;
  flex-direction: column;
  max-inline-size: clamp(
    23.4375rem,
    19.6400316456rem + 7.9113924051vi,
    26.5625rem
  );
  position: relative;
  z-index: 1;
}

.p-oil-introduce__name {
  display: inline-block;
  font-family: var(--ff-lato);
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-inline: auto;
  max-inline-size: -moz-fit-content;
  max-inline-size: fit-content;
  opacity: 0.7;
  padding-inline: 8px;
  position: relative;
  text-transform: uppercase;
}

.p-oil-introduce__name::before {
  block-size: 6px;
  border-radius: 3px;
  content: "";
  inline-size: 100%;
  inset-block-end: 3px;
  inset-inline-start: 0px;
  position: absolute;
  z-index: -1;
}

.p-oil-introduce__name--gray::before {
  background: #dedede;
}

.p-oil-introduce__name--mellow::before {
  background: var(--background-base);
}

.p-oil-introduce__title {
  margin-block-start: 29px;
  text-align: center;
}

.p-oil-introduce__title--main {
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.p-oil-introduce__list {
  display: flex;
  flex-direction: row;
  gap: 21px;
  justify-content: center;
  margin-block-start: 24px;
}

.p-oil-introduce__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  inline-size: 100%;
  max-inline-size: 149px;
  text-align: center;
}

.p-oil-introduce__item--mellow {
  max-inline-size: 165px;
}

.p-oil-introduce-item__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 20px;
  font-weight: 300;
  justify-content: center;
  line-height: 130%;
}

.p-oil-introduce-item__title span {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 300;
  justify-content: center;
  line-height: 130%;
}

.p-oil-introduce-item__title span:nth-of-type(2) {
  font-size: 14px;
  line-height: 130%;
}

.p-oil-introduce-item__price,
.p-oil-introduce-item__volume {
  font-size: 12px;
  line-height: normal;
}

.p-oil-introduce-item__price {
  margin-block-start: 2px;
}

.p-oil-introduce-item__volume {
  margin-block-start: 4px;
}

.p-oil-introduce-item__btn {
  background: linear-gradient(135deg, #eef0f3 0%, #eef0f3 100%);
  border-radius: 60px;
  box-shadow:
    1px 1px 2px 0 rgba(255, 255, 255, 0.3) inset,
    -1px -1px 2px 0 rgba(178, 178, 178, 0.5) inset,
    -3px 3px 6px 0 rgba(178, 178, 178, 0.2),
    3px -3px 6px 0 rgba(178, 178, 178, 0.2),
    -3px -3px 6px 0 rgba(255, 255, 255, 0.9),
    3px 3px 8px 0 rgba(178, 178, 178, 0.9);
  font-family: var(--ff-lato);
  font-size: 11px;
  inline-size: 100%;
  letter-spacing: 1.1px;
  line-height: normal;
  margin-block-start: 14px;
  max-inline-size: 110px;
  padding-block: 10px;
  text-transform: uppercase;
}

.p-oil-introduce__add {
  color: var(--color-text-gray-dark);
  font-size: 10px;
  line-height: 130%;
  margin-block-start: 33px;
}

.p-oil-point {
  margin-block-start: 124px;
}

.p-oil-point__head {
  position: relative;
  text-align: center;
}

.p-oil-point__head::before {
  background: url(../img/concept-point-bg.webp) no-repeat center center/cover;
  content: "";
  inset: 0;
  position: absolute;
}

.p-oil-point__text {
  color: var(--color-text-gray-dark);
  font-family: var(--ff-lato);
  font-size: 9.412px;
  line-height: normal;
}

.p-oil-point__num {
  color: var(--color-text-gray-dark);
  font-family: var(--ff-lato);
  font-size: 28.235px;
  font-weight: 300;
  line-height: 100%;
}

.p-oil-point__swiper {
  margin-block-start: 56px;
  overflow: visible !important;
}

.p-oil-point__swiper .swiper-slide {
  display: flex;
  flex-direction: row;
  gap: 36px;
}

.p-oil-point__swiper .swiper-slide-active {
  z-index: 1;
}

.p-oil-point__swiper .p-oil-point-swiper__content {
  flex: 1;
  max-inline-size: 464px;
}

.p-oil-point__swiper .p-oil-point-swiper__title {
  font-size: clamp(1.125rem, 0.6693037975rem + 0.9493670886vi, 1.5rem);
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 130%;
}

.p-oil-point__swiper .p-oil-point-swiper__title sup {
  font-size: 12px;
}

.p-oil-point__swiper .p-oil-point-swiper__text {
  font-size: clamp(0.8125rem, 0.6606012658rem + 0.3164556962vi, 0.9375rem);
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 200%;
  margin-block-start: 10px;
}

.p-oil-point__swiper .p-oil-point-swiper__text sup {
  font-size: 10px;
}

.p-oil-point__swiper .p-oil-point-swiper__add {
  color: var(--color-text-gray-dark);
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 150%;
  margin-block-start: 20px;
}

.p-oil-point__swiper .p-oil-point-swiper__img {
  flex: 1;
}

.p-oil-point__swiper .p-oil-point-swiper__img img {
  border-radius: 283.333px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.p-oil-point__swiper .p-oil-point-swiper__btns {
  inset-block-start: 130px;
}

.p-oil-flow {
  border-radius: 40px;
  margin-block-start: 69px;
  margin-inline: auto;
  max-inline-size: 709px;
  padding-block: 34px 34px;
  padding-inline: 24px 24px;
}

.p-oil-flow--gray {
  border: 1px solid #dedede;
}

.p-oil-flow--mellow {
  border: 1px solid var(--background-base);
}

.p-oil-flow__head {
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
  text-align: center;
}

.p-oil-flow__list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(7, 1fr);
  margin-block-start: 14px;
}

.p-oil-flow-list__top {
  display: contents;
}

.p-oil-flow-list__bottom {
  display: contents;
}

.p-oil-use {
  margin-block-start: 97px;
}

.p-oil-use__head {
  text-align: center;
}

.p-oil-use-step__inner {
  margin-inline: auto;
  max-inline-size: 1048px;
  padding-inline: 24px 0px;
}

.p-oil-use-step__body {
  margin-block-start: 34px;
}

.p-oil-use-step__list {
  display: grid;
  gap: 56px;
  grid-template-columns: repeat(2, 472px);
  padding-inline-end: 24px;
}

.p-oil-use-step__list {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-oil-use-step__list::-webkit-scrollbar {
  display: none;
}

.p-oil-use-step__item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
}

.p-oil-use-step__content {
  display: flex;
  flex-direction: column;
}

.p-oil-use-step__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-oil-use-step__num {
  align-items: center;
  border: 1px solid #bababa;
  border-radius: 16px;
  display: inline-flex;
  flex-direction: row;
  font-family: var(--ff-lato);
  font-size: 14px;
  font-weight: 300;
  gap: 2px;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  line-height: normal;
  padding: 3px 12px;
  text-transform: uppercase;
}

.p-oil-use-step__num span {
  font-family: var(--ff-lato);
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.p-oil-use-step__doing {
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.p-oil-use-step__description {
  flex-grow: 1;
  font-size: 13px;
  line-height: 200%;
  margin-block-start: 16px;
}

.p-oil-use-step__img {
  border: 1px solid var(--background-base);
  border-radius: 29.5px;
  max-inline-size: 280px;
  overflow: hidden;
}

.p-oil-use-step__img img {
  inline-size: 100%;
}

.p-oil-use__step .p-oil-use-step__scrollbar {
  display: none;
}

.p-oil-use__usage {
  margin-block-start: 99px;
  margin-inline: auto;
  max-inline-size: 848px;
  padding-inline: 24px;
}

.p-recommend {
  margin-block-start: 28px;
}

.p-recommend__inner {
  margin-inline: auto;
  max-inline-size: 1050px;
  padding-inline: 25px 25px;
}

.p-recommend__title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: normal;
  text-align: center;
}

.p-recommend__title br {
  display: none;
}

.p-recommend__body {
  display: grid;
  gap: clamp(1rem, -1.4303797468rem + 5.0632911392vi, 3rem);
  grid-template-columns: repeat(2, 1fr);
  margin-block-start: 26px;
}

.p-recommend__card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--background-base);
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  gap: clamp(1rem, -0.1392405063rem + 2.3734177215vi, 1.9375rem);
  justify-content: space-between;
  padding-block: clamp(2rem, 1.8481012658rem + 0.3164556962vi, 2.125rem)
    clamp(2rem, 1.3924050633rem + 1.2658227848vi, 2.5rem);
  padding-inline: clamp(1.5rem, -0.3227848101rem + 3.7974683544vi, 3rem)
    clamp(1.5rem, -0.3227848101rem + 3.7974683544vi, 3rem);
  position: relative;
}

.p-recommend-card__content {
  display: flex;
  flex-direction: column;
}

.p-recommend-card__name {
  font-size: 18px;
  font-weight: 200;
  line-height: normal;
}

.p-recommend-card__list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 10.5px;
  margin-block-start: 24px;
}

.p-recommend-card__texts {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.p-recommend-card__icon {
  align-items: center;
  background: #dedede;
  block-size: 14px;
  border-radius: 4px;
  display: flex;
  inline-size: 14px;
  justify-content: center;
}

.p-recommend-card__icon--pink {
  background: #f3e5e6;
}

.p-recommend-card__icon img {
  display: block;
}

.p-recommend-card__text {
  font-size: 13px;
  font-weight: 300;
  line-height: 115%;
}

.p-recommend-card__btn {
  align-items: center;
  background: linear-gradient(
    135deg,
    rgb(232, 232, 232) 0%,
    rgb(255, 255, 255) 100%
  );
  block-size: 34px;
  border-radius: 60px;
  box-shadow:
    1px 1px 2px 0 rgba(255, 255, 255, 0.3) inset,
    -1px -1px 2px 0 rgba(178, 178, 178, 0.5) inset,
    -3px 3px 6px 0 rgba(178, 178, 178, 0.2),
    3px -3px 6px 0 rgba(178, 178, 178, 0.2),
    -3px -3px 6px 0 rgba(255, 255, 255, 0.9),
    3px 3px 8px 0 rgba(178, 178, 178, 0.9);
  display: flex;
  font-family: var(--ff-lato);
  font-size: 11px;
  inline-size: 108px;
  justify-content: center;
  letter-spacing: 1.1px;
  line-height: normal;
  margin-block-start: 24px;
  text-align: center;
  text-transform: uppercase;
}

.p-recommend-card__img img {
  filter: drop-shadow(14px 14px 10px rgba(0, 0, 0, 0.23));
}

.l-header__link {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.l-header__sns {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.l-header__btn {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.l-drawer__item {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.l-drawer__privacy {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.l-footer__link {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.l-footer__pagetop {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.l-footer__sns {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.l-footer__privacy {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.p-topProduct-item__btn {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.p-product-item__btn {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.p-shampoo-introduce-item__btn {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.p-treatment-introduce-item__btn {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.p-recommend-card__btn {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.p-milk-introduce-item__btn {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.p-oil-introduce-item__btn {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

.p-other-card__btn {
  transition: all 0.4s cubic-bezier(0.43, -0.005, 0.64, 1);
}

@media (any-hover: hover) {
  .l-header__link:hover {
    filter: blur(1.3px);
    opacity: 0.7;
  }

  .l-header__sns:hover {
    filter: blur(1.3px);
    opacity: 0.7;
  }

  .l-header__btn:hover {
    filter: blur(1px);
    opacity: 0.8;
  }

  .l-drawer__item:hover {
    filter: blur(1.3px);
    opacity: 0.7;
  }

  .l-drawer__privacy:hover {
    filter: blur(1.3px);
    opacity: 0.7;
  }

  .l-footer__link:hover {
    filter: blur(1.3px);
    opacity: 0.7;
  }

  .l-footer__pagetop:hover {
    filter: blur(1.3px);
    opacity: 0.7;
  }

  .l-footer__sns:hover {
    filter: blur(1.3px);
    opacity: 0.7;
  }

  .l-footer__privacy:hover {
    filter: blur(1.3px);
    opacity: 0.7;
  }

  .p-topProduct-item__btn:hover {
    filter: blur(1px);
    opacity: 0.6;
  }

  .p-product-item__btn:hover {
    filter: blur(0.5px);
    opacity: 0.6;
  }

  .p-shampoo-introduce-item__btn:hover {
    filter: blur(0.5px);
    opacity: 0.6;
  }

  .p-treatment-introduce-item__btn:hover {
    filter: blur(0.5px);
    opacity: 0.6;
  }

  .p-recommend-card__btn:hover {
    filter: blur(0.5px);
    opacity: 0.6;
  }

  .p-milk-introduce-item__btn:hover {
    filter: blur(0.5px);
    opacity: 0.6;
  }

  .p-oil-introduce-item__btn:hover {
    filter: blur(0.5px);
    opacity: 0.6;
  }

  .p-other-card__btn:hover {
    filter: blur(0.5px);
    opacity: 0.6;
  }
}

@media (min-width: 450px) and (max-width: 767px) {
  .u-hidden-mid {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .u-hidden-tab {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 1025px) and (min-width: 769px) {
  .p-milk-use__step .p-milk-use-step__scrollbar {
    display: block;
    inline-size: 90%;
    margin-block-start: 40px;
    margin-inline: auto;
  }

  .p-oil-use__step .p-oil-use-step__scrollbar {
    display: block;
    inline-size: 90%;
    margin-block-start: 40px;
    margin-inline: auto;
  }
}

@media (max-width: 1500px) {
  .p-topProduct__list {
    margin-inline-start: clamp(
      2rem,
      -3.164556962rem + 10.7594936709vi,
      6.25rem
    );
  }
}

@media (max-width: 1150px) {
  .c-swiper-btns {
    inline-size: 100%;
    inset-block-start: clamp(
      4.375rem,
      -1.9077225131rem + 13.0890052356vi,
      7.5rem
    );
  }

  .p-topPoint__swiper {
    padding-inline: 40px !important;
  }

  .p-shampoo-point__swiper {
    padding-inline: 40px !important;
  }

  .p-treatment-point__swiper {
    padding-inline: 40px !important;
  }

  /* .p-milk-point__swiper {
    padding-inline: 40px !important;
  } */

  .p-oil-point__swiper {
    padding-inline: 40px !important;
  }
}

@media screen and (max-width: 1025px) {
  .p-product__scrollbar {
    display: block;
  }

  .p-use__step .p-use-step__scrollbar {
    display: block;
    inline-size: 90%;
    margin-block-start: 40px;
    margin-inline: none;
  }
}

@media (max-width: 1024px) {
  .p-shampoo-point__swiper .swiper-slide {
    align-items: center;
  }

  .p-treatment-point__swiper .swiper-slide {
    align-items: center;
  }

  .p-milk {
    padding-block: 120px 104px;
  }

  .p-milk-introduce__img img {
    scale: 1;
  }

  .p-milk-point__swiper .swiper-slide {
    align-items: center;
  }

  .p-oil-introduce__img img {
    scale: 1;
  }

  .p-oil-point__swiper .swiper-slide {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    inset-block-start: 13px;
  }

  .l-header__inner {
    justify-content: space-between;
  }

  .l-header__logo {
    margin-block-start: 0px;
    margin-inline-start: -6px;
    order: 2;
  }

  .l-header__logo a img {
    block-size: 16px;
    inline-size: 106px;
  }

  .l-header__nav {
    display: none;
  }

  .l-header__snss {
    order: 1;
  }

  .l-header__btn {
    order: 3;
  }

  .l-drawer {
    block-size: 640px;
  }

  .l-drawer::before {
    background-image: url(../img/drawer-bgGray-sp.webp);
  }

  .l-drawer__inner {
    max-inline-size: 295px;
  }

  .l-drawer__inner::before {
    background-image: url(../img/svg/drawer-bg-sp.svg);
    block-size: 640px;
    inline-size: 838px;
    inset-block-start: 0px;
  }

  .l-drawer__list {
    gap: 21px;
    grid-template-columns: repeat(1, 4fr);
  }

  .l-drawer__item {
    padding-block-end: 0px;
  }

  .l-drawer__nav {
    display: block;
  }

  .l-drawer__other {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .l-drawer__snss {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-block-start: 9px;
  }

  .l-footer::before {
    background-image: url(../img/footer-bg-sp.webp);
  }

  .l-footer__inner {
    max-inline-size: 560px;
    padding-block-end: 32px;
    padding-block-start: 107px;
  }

  .l-footer__pagetop {
    margin-block-end: -5px;
  }

  .l-footer-pagetop__text {
    font-size: 8px;
    letter-spacing: 0.8px;
  }

  .l-footer__nav {
    margin-block-start: 41px;
  }

  .l-footer__list {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
  }

  .l-footer__info {
    margin-block-start: 37px;
  }

  .l-footer__copyright {
    font-size: 10px;
    letter-spacing: 1.25px;
    margin-block-start: 35px;
  }

  .l-wrapper::before {
    background: none;
  }

  .c-section-title {
    font-size: 40px;
    line-height: 100%;
    text-align: center;
  }

  .c-scrollbar {
    block-size: 2px;
    inline-size: 84%;
    margin-block-start: 10px;
  }

  .c-scrollbar__rect {
    inline-size: 70px;
  }

  .c-swiper-btns {
    inline-size: calc(100% - 32px);
    inset-block-start: 50%;
    inset-inline-start: 50%;
    max-inline-size: 550px;
    translate: -50% -50%;
  }

  .p-topFv__inner {
    border-radius: 0 0 3500px 3500px/0 0 1500px 1500px;
    min-height: 550px;
  }

  .p-topFv__container {
    min-height: 550px;
  }

  .p-topFv__container::before {
    background: url(../img/kv-text-top.webp) no-repeat center center/cover;
    block-size: 117px;
    content: "";
    inline-size: 208px;
    inset-block-start: 100px;
    inset-inline-start: clamp(
      1.4375rem,
      0.0025510204rem + 6.1224489796vi,
      2.9375rem
    );
    position: absolute;
    z-index: 1;
  }

  .p-topFv__container::after {
    background: url(../img/kv-text-bottom.webp) no-repeat center center/cover;
    block-size: 92.3px;
    content: "";
    inline-size: 208px;
    inset-block-end: 50px;
    inset-inline-end: clamp(
      1.4375rem,
      -3.1662946429rem + 19.6428571429vi,
      6.25rem
    );
    position: absolute;
    z-index: 1;
  }

  .p-topFv__container img {
    block-size: 120%;
    inline-size: 120%;
    max-block-size: 550px;
  }

  .p-topConcept::before {
    background: url(../img/svg/concept-bg-sp.svg) no-repeat center center/100%
      100%;
    block-size: 284px;
    inline-size: 100%;
    inset: -10px 0 0 0;
  }
  .p-topConcept::after {
    content: "";
    background: url(../img/technology-bg-sp.svg) no-repeat top center/100%;
    block-size: 395px;
    inline-size: 100vw;
    top: 25%;
    position: absolute;
    z-index: -1;
  }

  .p-topConcept__inner {
    padding-block: 48px 69px;
  }

  .p-topConcept__title--en {
    font-size: 52px;
    line-height: 100%;
    text-align: center;
  }

  .p-topConcept__title--ja {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 170%;
    margin-block-start: -30px;
  }

  .p-topConcept__title--ja span {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 170%;
  }

  .p-topConcept__title--ja sup {
    font-size: 10px;
    line-height: 100%;
  }

  .p-topConcept__text {
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 200%;
    margin-block-start: 35px;
    margin-block-end: 54px;
    margin-inline: auto;
    max-inline-size: 336px;
    text-align: left;
  }

  .p-topConcept__text sup {
    font-size: 8px;
    letter-spacing: 1.3px;
    line-height: 100%;
  }

  .p-topTechnology__inner {
    flex-direction: column;
    gap: 0;
    /* margin-block-start: 45px; */
  }

  .p-topTechnology__img {
    margin-block-start: 20px;
    order: 2;
    padding-inline: 24px;
  }

  .p-topTechnology__content {
    display: contents;
  }

  .p-topTechnology__head {
    order: 1;
  }

  .p-topTechnology__title--en {
    text-align: center;
  }

  .p-topTechnology__title--ja {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 170%;
    margin-block-start: -20px;
    padding-inline-start: 0;
    text-align: center;
  }

  .p-topTechnology__title--ja sup {
    font-size: 10px;
    letter-spacing: 1.3px;
    line-height: 100%;
  }

  .p-topTechnology__text {
    margin-block-start: 20px;
    order: 3;
    font-size: 13px;
  }

  .p-topTechnology__text sup {
    font-size: 8px;
    letter-spacing: 1.3px;
    line-height: 100%;
  }

  /* .p-topPoint__copy {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 165%;
  }

  .p-topPoint__copy sup {
    font-size: 10px;
  } */

  .p-topPoint-recommend__card {
    flex-direction: column;
    margin-block-start: 20px;
    padding-block: 35px 38px;
    padding-inline: 25px;
  }

  .p-topPoint-recommend__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .p-topPoint-recommend__text {
    margin-block-start: 15px;
  }

  .p-topPoint__container {
    margin-block-start: 20px;
  }

  .p-topPoint-swiper__text {
    font-size: 8.235px;
  }

  .p-topPoint-swiper__num {
    font-size: 24.706px;
  }

  .p-topPoint__swiper {
    margin-block-start: 26px;
    padding-inline: 0 !important;
  }

  .p-topPoint__swiper .swiper-slide {
    flex-direction: column;
    gap: 0;
  }

  .p-topPoint__swiper .p-topPoint-swiper__content {
    display: contents;
  }

  .p-topPointCard__subtitle {
    letter-spacing: 1.8px;
    line-height: 140%;
    text-align: center;
  }

  .p-topPointCard__subtitle sup {
    font-size: 10px;
  }

  /* .p-topPointCard__body .p-topPoint-swiper__text { */
  .p-topPointCard__detail {
    letter-spacing: 1.3px;
    line-height: 200%;
    margin-block-start: 26px;
    order: 4;
    grid-column: 1/2;
    grid-row: 5/6;
  }

  /* .p-topPointCard__body .p-topPoint-swiper__text sup { */
  .p-topPointCard__detail sup {
    font-size: 8px;
  }

  .p-topPoint__swiper .p-topPoint-swiper__img {
    margin-block-start: 26px;
    order: 2;
  }

  .p-topConcept__add {
    line-height: 157%;
    margin-block-start: 20px;
  }
  /* 
  .p-topProduct::before {
    background: url(../img/product-kv-sp.webp) top / cover no-repeat;
    block-size: 400px;
    padding-top: 295px;
  } */

  .p-topProduct::after {
    background-image: url(../img/product-bg-sp.webp);
  }

  .p-topProduct__inner {
    padding-block: 90px 369px;
  }

  .p-topProduct__title {
    font-size: 32px;
    line-height: 100%;
  }

  .p-topProduct__body {
    margin-block-start: 38px;
  }

  .p-topProduct__container + .p-topProduct__container {
    margin-block-start: 42px;
  }

  .p-topProduct-container__head--en {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 140%;
  }

  .p-topProduct-container__head--ja {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 140%;
    margin-block-start: 9px;
  }

  .p-topProduct-container__head--ja sup {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 100%;
  }

  .p-topProduct__list {
    gap: 10px;
    grid-template-columns: repeat(8, 150px);
    margin-block-start: 50px;
    margin-inline-start: 10px;
    padding-inline-end: 10px;
  }

  .p-topProduct__item {
    inline-size: 150px;
  }

  .p-topProduct-item__img {
    block-size: 150px;
    inline-size: 150px;
  }

  .p-topProduct-item__name,
  .p-topProduct-item__price,
  .p-topProduct-item__volume {
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 160%;
  }

  .p-topProduct-item__name {
    margin-block-start: 10px;
  }

  .p-topProduct-item__btn {
    border-radius: 60px;
    font-size: 11px;
    letter-spacing: 1.3px;
    line-height: 160%;
    margin-block-start: 20px;
    max-inline-size: 110px;
    padding-block: 8px 9px;
  }

  .p-topProduct-container__add {
    font-size: 7px;
    letter-spacing: 0.7px;
    line-height: 150%;
    margin-block-start: 30px;
    padding-inline: 25px;
  }

  .p-fv__img img {
    transform: translateY(-80px);
  }

  .p-fragrance::before {
    block-size: 284px;
    inline-size: 838px;
    inset-block-start: 350px;
    inset-inline-start: 50%;
    opacity: 0.8;
  }

  .p-fragrance__inner {
    flex-direction: column;
    gap: 10px;
    padding-block: 0px 80px;
  }

  .p-fragrance__head .c-section-title {
    padding-inline-start: 1px;
  }

  .p-fragrance__body {
    margin-block-start: 40px;
  }

  .p-fragrance__top {
    text-align: center;
  }

  .p-fragrance__middle {
    text-align: center;
  }

  .p-fragrance__img {
    padding-inline: 12px;
    text-align: center;
  }

  .p-product {
    padding-block: 96px 100px;
  }

  .p-product-shampoo--gray::before {
    background: url(../img/product-bg-sp-gray.webp) no-repeat center center/100%
      100%;
  }

  .p-product-shampoo--pink::before {
    background: url(../img/product-bg-pink-sp.webp) no-repeat center center/100%
      100%;
  }

  .p-product__list {
    grid-template-columns: repeat(5, 150px);
    margin-block-start: 39px;
  }

  .p-product__item {
    inline-size: 150px;
  }

  .p-product-item__img {
    block-size: 150px;
    inline-size: 150px;
  }

  .p-product-item__name {
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 160%;
    margin-block-start: 20px;
  }

  .p-product-item__btn {
    border-radius: 60px;
    font-size: 11px;
    letter-spacing: 1.3px;
    line-height: 160%;
    margin-block-start: 15px;
    max-inline-size: 110px;
    padding-block: 8px 9px;
  }

  .p-shampoo {
    padding-block: 37px 73px;
  }

  .p-shampoo::before {
    background: url(../img/shampoo-bg-sp.webp) no-repeat center center/cover;
    block-size: clamp(
      22.5625rem,
      14.1321747449rem + 35.9693877551vi,
      31.375rem
    );
    inline-size: 100vw;
    top: 12%;
    inset-inline-start: 50%;
    z-index: 0;
  }

  #mellow-shampoo.p-shampoo::before {
    top: 16%;
  }

  .p-shampoo-introduce__inner {
    flex-direction: column;
    gap: 0;
  }

  .p-shampoo-introduce__img {
    margin-block-start: 12px;
    order: 2;
    padding-inline: 30px 0px;
  }

  .p-shampoo-introduce__img img {
    max-inline-size: 445px;
  }

  .p-shampoo-introduce__container {
    display: contents;
  }

  .p-shampoo-introduce__name {
    margin-inline: auto;
    order: 1;
  }

  .p-shampoo-introduce__name--mellow {
    font-size: 40px !important;
  }

  .l-main--pink .p-shampoo-introduce__title--main {
    font-size: 18px;
  }

  .p-shampoo-introduce__title {
    order: 3;
    text-align: center;
  }

  .p-shampoo-introduce__title--main {
    font-size: 18px;
    line-height: 130%;
  }

  .p-shampoo-introduce__title--sub {
    font-size: 12px;
    line-height: 130%;
  }

  .p-shampoo-introduce__list {
    gap: clamp(1.6875rem, -1.4813456633rem + 13.5204081633vi, 5rem);
    justify-content: normal;
    margin-block-start: 32px;
    order: 4;
  }

  .p-shampoo-introduce__item {
    max-inline-size: 90px;
  }

  .p-shampoo-introduce-item__title--pc {
    display: none;
  }

  .p-shampoo-introduce-item__volume {
    margin-block-start: 4px;
  }

  .p-shampoo-introduce-item__btn {
    margin-block-start: 22px;
  }

  .p-shampoo-introduce__add {
    margin-block-start: 33px;
    order: 5;
  }

  .p-shampoo-point {
    margin-block-start: 104px;
  }

  .p-shampoo-point__text {
    font-size: 8.235px;
  }

  .p-shampoo-point__num {
    font-size: 24.706px;
  }

  .p-shampoo-point__swiper {
    margin-block-start: 19px;
    padding-inline: 0 !important;
  }

  .p-shampoo-point__swiper .swiper-slide {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }

  .p-shampoo-point__swiper .p-shampoo-point-swiper__content {
    display: contents;
  }

  .p-shampoo-point__swiper .p-shampoo-point-swiper__title {
    letter-spacing: 1.8px;
    line-height: 130%;
    align-content: center;
    height: calc(1.3em * 2);
    order: 1;
    text-align: center;
  }

  #mellow-shampoo .p-shampoo-point__swiper .p-shampoo-point-swiper__title {
    height: calc(1.3em * 3);
  }

  .p-shampoo-point__swiper .p-shampoo-point-swiper__title sup {
    font-size: 10px;
  }

  .p-shampoo-point__swiper .p-shampoo-point-swiper__text {
    letter-spacing: 1.3px;
    line-height: 200%;
    margin-block-start: 25px;
    order: 3;
  }

  .p-shampoo-point__swiper .p-shampoo-point-swiper__text sup {
    font-size: 8px;
  }

  .p-shampoo-point__swiper .p-shampoo-point-swiper__add {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 150%;
    margin-block-start: 11px;
    order: 4;
  }

  .p-shampoo-point__swiper .p-shampoo-point-swiper__img {
    margin-block-start: 22px;
    margin-inline: 14px;
    order: 2;
  }

  .p-shampoo-point__swiper .p-shampoo-point-swiper__btns {
    inset-block-start: 220px;
  }

  .p-shampoo-flow {
    margin-block-start: 19px;
    padding-block: 29px 29px;
    padding-inline: 24px 24px;
  }

  .p-shampoo-flow__head {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: normal;
  }

  .p-shampoo-flow__list {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-block-start: 10px;
  }

  .p-shampoo-flow-list__top {
    display: flex;
    gap: clamp(0.375rem, -1.6578443878rem + 8.6734693878vi, 2.5rem);
  }

  .p-shampoo-flow-list__bottom {
    display: flex;
    gap: clamp(0.375rem, -1.6578443878rem + 8.6734693878vi, 2.5rem);
  }

  .p-shampoo-flow__item {
    max-inline-size: clamp(
      3.96875rem,
      2.7430644133rem + 5.2295918367vi,
      5.25rem
    );
  }

  .p-treatment {
    padding-block: 40px 73px;
  }

  .p-treatment::before {
    background: url(../img/treatment-bg-sp.webp) no-repeat top center/contain;
    block-size: clamp(
      22.5625rem,
      14.1321747449rem + 35.9693877551vi,
      31.375rem
    );
    inline-size: 100vw;
    inset-inline-start: 50%;
    top: 16%;
    z-index: -1;
  }

  #mellow-treatment.p-treatment::before {
    top: 19%;
  }

  .p-treatment::after {
    background: none;
  }

  .p-treatment-introduce__inner {
    flex-direction: column;
    gap: 0;
  }

  .p-treatment-introduce__img {
    margin-block-start: 29px;
    order: 2;
  }

  .p-treatment-introduce__img img {
    max-inline-size: 445px;
  }

  .p-treatment-introduce__container {
    display: contents;
  }

  .p-treatment-introduce__name {
    margin-inline: auto;
    order: 1;
  }

  .l-main--pink .p-treatment-introduce__title--main {
    font-size: 18px;
  }

  .p-treatment-introduce__title {
    margin-block-start: 35px;
    order: 3;
    text-align: center;
  }

  .p-treatment-introduce__title--main {
    font-size: 18px;
    line-height: 130%;
  }

  .p-treatment-introduce__title--sub {
    font-size: 12px;
    line-height: 130%;
  }

  .p-treatment-introduce__list {
    gap: clamp(1.6875rem, -1.4813456633rem + 13.5204081633vi, 5rem);
    justify-content: normal;
    margin-block-start: 32px;
    order: 4;
  }

  .p-treatment-introduce__item {
    max-inline-size: 90px;
  }

  .p-treatment-introduce-item__title--pc {
    display: none;
  }

  .p-treatment-introduce-item__volume {
    margin-block-start: 4px;
  }

  .p-treatment-introduce-item__btn {
    margin-block-start: 22px;
  }

  .p-treatment-introduce__add {
    margin-block-start: 33px;
    order: 5;
  }

  .p-treatment-point {
    margin-block-start: 104px;
  }

  .p-treatment-point__text {
    font-size: 8.235px;
  }

  #mellow-treatment .p-treatment-point__text {
    font-size: 8.235px;
  }

  .p-treatment-point__num {
    font-size: 24.706px;
  }

  .p-treatment-point__swiper {
    margin-block-start: 19px;
    padding-inline: 0 !important;
  }

  .p-treatment-point__swiper .swiper-slide {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }

  .p-treatment-point__swiper .p-treatment-point-swiper__content {
    display: contents;
  }

  .p-treatment-point__swiper .p-treatment-point-swiper__title {
    letter-spacing: 1.8px;
    line-height: 130%;
    align-content: center;
    height: calc(1.3em * 2);
    order: 1;
    text-align: center;
  }

  #moist-treatment .p-treatment-point__swiper .p-treatment-point-swiper__title {
    height: calc(1.3em * 3);
  }

  #mellow-treatment
    .p-treatment-point__swiper
    .p-treatment-point-swiper__title {
    height: calc(1.3em * 3);
  }

  .p-treatment-point__swiper .p-treatment-point-swiper__title sup {
    font-size: 10px;
  }

  .p-treatment-point__swiper .p-treatment-point-swiper__text {
    letter-spacing: 1.3px;
    line-height: 200%;
    margin-block-start: 25px;
    order: 3;
  }

  .p-treatment-point__swiper .p-treatment-point-swiper__text sup {
    font-size: 8px;
  }

  .p-treatment-point__swiper .p-treatment-point-swiper__add {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 150%;
    margin-block-start: 11px;
    order: 4;
  }

  .p-treatment-point__swiper .p-treatment-point-swiper__img {
    margin-block-start: 22px;
    margin-inline: 14px;
    order: 2;
  }

  .p-treatment-point__swiper .p-treatment-point-swiper__btns {
    inset-block-start: 220px;
  }

  .p-treatment-flow {
    border: 1px solid #dedede;
    margin-block-start: 39px;
    padding-block: 29px 29px;
    padding-inline: 24px 24px;
  }

  .p-treatment-flow__head {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: normal;
  }

  .p-treatment-flow__list {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-block-start: 10px;
  }

  .p-treatment-flow-list__top {
    display: flex;
    gap: clamp(0.375rem, -1.6578443878rem + 8.6734693878vi, 2.5rem);
  }

  .p-treatment-flow-list__bottom {
    display: flex;
    gap: clamp(0.375rem, -1.6578443878rem + 8.6734693878vi, 2.5rem);
  }

  .p-treatment-flow__item {
    max-inline-size: clamp(
      3.96875rem,
      2.7430644133rem + 5.2295918367vi,
      5.25rem
    );
  }

  .p-use {
    padding-block: 0px 72px;
  }

  .p-use-step__list {
    grid-template-columns: repeat(4, 280px);
  }

  .p-use-step__top {
    flex-direction: row;
    gap: 16px;
  }

  .p-use-recommend__card {
    align-items: normal;
    flex-direction: column;
    gap: 0;
    margin-block-start: 40px;
    padding-block: 35px 34px;
    padding-inline: 25px;
  }

  .p-use-recommend__content {
    display: contents;
  }

  .p-use-recommend__head {
    align-items: center;
    gap: 7px;
    order: 1;
  }

  .p-use-recommend__title {
    text-align: center;
  }

  .p-use-recommend__text {
    font-size: 13px;
    margin-block-start: 15px;
    order: 2;
    padding-inline-end: 0px;
  }

  .p-use-recommend__add {
    margin-block-start: 13px;
    order: 4;
    padding-inline-end: 0px;
  }

  .p-use-recommend__img {
    margin-block-start: 15px;
    margin-inline: auto;
    order: 3;
  }

  .p-use-usage__card {
    gap: 16px;
    grid-template-columns: repeat(1, 3fr);
    padding-block: 40px 40px;
    padding-inline: 24px 24px;
  }

  .p-use-usage__card--gray::before {
    background: url(../img/use-usage-bg-gray-sp.webp) no-repeat center
      center/cover;
  }

  .p-use-usage__card--mellow::before {
    background: url(../img/use-usage-bg-mellow-sp.webp) no-repeat center
      center/cover;
  }

  .p-use-usage__item {
    align-items: center;
    flex-direction: row;
    gap: 24px;
    inline-size: 100%;
    margin-inline: auto;
    max-inline-size: 300px;
  }

  .p-use-usage__text {
    text-align: left;
  }

  .p-other__inner {
    padding-block: 0px 381px;
  }

  .p-other__copy {
    margin-block-start: 33px;
  }

  .p-other__card {
    align-items: center;
    flex-direction: column;
    margin-block-start: 105px;
    padding-block: 47px 54px;
  }

  .p-other__card::before {
    inline-size: 100%;
    inset-inline-start: 50%;
    max-inline-size: 550px;
    transform: translateX(-50%);
  }

  .p-other-card__img {
    margin-block-start: -131px;
  }

  .p-other-card__titleSub {
    margin-block-start: 16px;
  }

  .p-other-card__text {
    margin-block-start: 20px;
  }

  .p-other-card__text sup {
    font-size: 6px;
  }

  .p-other-card__btn {
    margin-block-start: 22px;
  }

  .p-other-card__btn::before {
    inset-inline-end: 21px;
  }

  .p-other-card__add {
    font-size: 9px;
    margin-block-start: 22px;
  }

  .p-other__milk .p-other__card--milk {
    padding-block: 47px 57px;
  }

  .p-other__milk .p-other-card__img {
    margin-block-start: -113px;
    max-inline-size: 200px;
  }
  .p-other__milk--mellow.p-other__milk .p-other-card__img {
    margin-block-start: -130px;
  }
  .p-other__milk--gray.p-other__milk .p-other-card__img {
    margin-block-start: -130px;
  }

  .p-other__milk .p-other-card__content {
    margin-block-start: 14px;
  }

  .p-other__milk--mellow .p-other-card__img {
    max-inline-size: 242px;
  }

  .p-other__milk--mellow .p-other-card__content {
    margin-block-start: 32px;
    padding-inline-start: 0;
  }

  .p-milk {
    padding-block: 83px 73px;
  }

  .p-milk::before {
    background: url(../img/milk-bg-sp.webp) no-repeat center top/contain;
    block-size: 502px;
    inline-size: 610px;
    inset-block-start: 400px;
    inset-inline-start: 50%;
    z-index: -1;
  }

  .p-milk-introduce__inner {
    flex-direction: column;
    gap: 0;
    padding-inline-end: 0;
  }

  .p-milk-introduce__img {
    margin-block-start: 6px;
    margin-right: -30px;
    order: 2;
    padding-inline: 30px 0px;
    text-align: center;
  }

  .p-milk-introduce__img img {
    scale: 1.2;
    translate: 20px 0px;
  }

  .p-milk-introduce__container {
    display: contents;
  }

  .p-milk-introduce__name {
    font-size: 40px;
    order: 1;
  }

  .p-milk-introduce__title {
    order: 3;
  }

  .p-milk-introduce__title--main {
    font-size: 18px;
    line-height: 130%;
  }

  .p-milk-introduce__list {
    gap: clamp(1.875rem, -1.1144770408rem + 12.7551020408vi, 5rem);
    inline-size: 100%;
    justify-content: space-between;
    margin-block-start: 60px;
    max-inline-size: 350px;
    order: 4;
    padding-inline: 13px 24px;
  }

  .p-milk-introduce__list--mellow {
    gap: 0;
    padding-inline: 9px 24px;
  }

  .p-milk-introduce__item {
    max-inline-size: -moz-fit-content;
    max-inline-size: fit-content;
  }

  .p-milk-introduce-item__title {
    font-size: 18px;
    gap: 6px;
    justify-content: flex-start;
  }

  .p-milk-introduce-item__title span {
    font-size: 18px;
  }

  .p-milk-introduce-item__title span:nth-of-type(2) {
    font-size: 12px;
    line-height: 110%;
  }

  .p-milk-introduce-item__price {
    margin-block-start: 11px;
  }

  .p-milk-introduce-item__volume {
    margin-block-start: 4px;
  }

  .p-milk-introduce-item__btn {
    margin-block-start: 15px;
  }

  .p-milk-introduce__add {
    margin-block-start: 25px;
    order: 5;
  }

  .p-milk-point {
    margin-block-start: 104px;
  }

  .p-milk-point__text {
    font-size: 8.235px;
  }

  .p-milk-point__num {
    font-size: 24.706px;
  }

  .p-milk-point__swiper {
    margin-block-start: 19px;
    padding-inline: 0;
  }

  .p-milk-point__swiper .swiper-slide {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }

  .p-milk-point__swiper .p-milk-point-swiper__content {
    display: contents;
  }

  .p-milk-point__swiper .p-milk-point-swiper__title {
    letter-spacing: 1.8px;
    line-height: 130%;
    align-content: center;
    height: calc(1.3em * 3); /* 3行分 */
    order: 1;
    text-align: center;
  }

  .p-milk-point__swiper .p-milk-point-swiper__title sup {
    font-size: 10px;
  }

  .p-milk-point__swiper .p-milk-point-swiper__text {
    letter-spacing: 1.3px;
    line-height: 190%;
    margin-block-start: 25px;
    order: 3;
  }

  .p-milk-point__swiper .p-milk-point-swiper__text sup {
    font-size: 8px;
  }

  .p-milk-point__swiper .p-milk-point-swiper__add {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 150%;
    margin-block-start: 13px;
    order: 4;
  }

  .p-milk-point__swiper .p-milk-point-swiper__img {
    margin-block-start: 22px;
    margin-inline: 14px;
    order: 2;
  }

  .p-milk-point__swiper .p-milk-point-swiper__btns {
    inset-block-start: 220px;
  }

  .p-milk-flow {
    margin-block-start: 40px;
    padding-block: 29px 29px;
    padding-inline: 24px 24px;
  }

  .p-milk-flow__head {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: normal;
  }

  .p-milk-flow__list {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-block-start: 10px;
  }

  .p-milk-flow-list__top {
    display: flex;
    gap: clamp(0.375rem, -1.6578443878rem + 8.6734693878vi, 2.5rem);
  }

  .p-milk-flow-list__bottom {
    display: flex;
    gap: clamp(0.375rem, -1.6578443878rem + 8.6734693878vi, 2.5rem);
  }

  .p-milk-flow__item {
    max-inline-size: clamp(
      3.96875rem,
      2.7430644133rem + 5.2295918367vi,
      5.25rem
    );
  }

  .p-milk-use {
    margin-block-start: 100px;
  }

  .p-milk-use__head .c-section-title {
    font-size: 32px;
    line-height: 100%;
  }

  .p-milk-use-step__list {
    gap: 24px;
    grid-template-columns: repeat(2, 280px);
    margin-inline: auto;
    max-inline-size: 604px;
  }

  .p-milk-use-step__item {
    flex-direction: column;
  }

  .p-milk-use-step__top {
    flex-direction: row;
    gap: 16px;
  }

  .p-milk-use__usage {
    margin-block-start: 75px;
  }

  .p-oil__wrapper {
    margin-block-start: 0;
  }

  .p-oil {
    padding-block: 77px 70px;
  }

  .p-oil::before {
    background: url(../img/oil-bg-sp.webp) no-repeat left top/contain;
    block-size: clamp(
      22.5625rem,
      14.1321747449rem + 35.9693877551vi,
      31.375rem
    );
    inline-size: 100vw;
    inset-block-start: 339px;
    inset-inline-start: 50%;
    z-index: -1;
  }
  #mellow-oil.p-oil::before {
    inset-block-start: 361px;
  }

  .p-oil-introduce__inner {
    flex-direction: column;
    gap: 0;
    padding-inline-end: 0;
  }

  .p-oil-introduce__img {
    margin-block-start: 15px;
    order: 2;
    padding-inline: 30px 0px;
    text-align: center;
  }

  #mellow-oil .p-oil-introduce__img {
    margin-left: -22px;
  }

  .p-oil-introduce__img img {
    scale: 1.2;
    translate: -20px 0px;
  }

  .p-oil-introduce__container {
    display: contents;
  }

  .p-oil-introduce__name {
    font-size: 40px;
    order: 1;
  }

  .p-oil-introduce__title {
    order: 3;
  }

  .p-oil-introduce__title--main {
    font-size: 18px;
    line-height: 130%;
  }

  .p-oil-introduce__list {
    gap: clamp(1.875rem, -1.1144770408rem + 12.7551020408vi, 5rem);
    inline-size: 100%;
    justify-content: space-between;
    margin-block-start: 69px;
    max-inline-size: 350px;
    order: 4;
    padding-inline: 13px 24px;
  }

  .p-oil-introduce__list--mellow {
    gap: 0;
    padding-inline: 9px 24px;
  }

  .p-oil-introduce__item {
    max-inline-size: -moz-fit-content;
    max-inline-size: fit-content;
  }

  .p-oil-introduce-item__title {
    font-size: 18px;
    gap: 6px;
    justify-content: flex-start;
  }

  .p-oil-introduce-item__title span {
    font-size: 18px;
  }

  .p-oil-introduce-item__title span:nth-of-type(2) {
    font-size: 12px;
    line-height: 110%;
  }

  .p-oil-introduce-item__price {
    margin-block-start: 11px;
  }

  .p-oil-introduce-item__volume {
    margin-block-start: 4px;
  }

  .p-oil-introduce-item__btn {
    margin-block-start: 15px;
  }

  .p-oil-introduce__add {
    margin-block-start: 25px;
    order: 5;
    padding-inline-end: 0;
  }

  .p-oil-point {
    margin-block-start: 102px;
  }

  .p-oil-point__text {
    font-size: 8.235px;
  }

  .p-oil-point__num {
    font-size: 24.706px;
  }

  .p-oil-point__swiper {
    margin-block-start: 19px;
    padding-inline: 0 !important;
  }

  .p-oil-point__swiper .swiper-slide {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }

  .p-oil-point__swiper .p-oil-point-swiper__content {
    display: contents;
  }

  .p-oil-point__swiper .p-oil-point-swiper__title {
    letter-spacing: 1.8px;
    line-height: 130%;
    align-content: center;
    height: calc(1.3em * 2);
    order: 1;
    text-align: center;
  }

  .p-oil-point__swiper .p-oil-point-swiper__title sup {
    font-size: 10px;
  }

  .p-oil-point__swiper .p-oil-point-swiper__text {
    letter-spacing: 1.3px;
    line-height: 200%;
    margin-block-start: 28px;
    order: 3;
  }

  .p-oil-point__swiper .p-oil-point-swiper__text sup {
    font-size: 8px;
  }

  .p-oil-point__swiper .p-oil-point-swiper__add {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 150%;
    margin-block-start: 11px;
    order: 4;
  }

  .p-oil-point__swiper .p-oil-point-swiper__img {
    margin-block-start: 22px;
    margin-inline: 14px;
    order: 2;
  }

  .p-oil-point__swiper .p-oil-point-swiper__btns {
    inset-block-start: 220px;
  }

  .p-oil-flow {
    margin-block-start: 39px;
    padding-block: 29px 29px;
    padding-inline: 24px 24px;
  }

  .p-oil-flow__head {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: normal;
  }

  .p-oil-flow__list {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-block-start: 10px;
  }

  .p-oil-flow-list__top {
    display: flex;
    gap: clamp(0.375rem, -1.6578443878rem + 8.6734693878vi, 2.5rem);
  }

  .p-oil-flow-list__bottom {
    display: flex;
    gap: clamp(0.375rem, -1.6578443878rem + 8.6734693878vi, 2.5rem);
  }

  .p-oil-flow__item {
    max-inline-size: clamp(
      3.96875rem,
      2.7430644133rem + 5.2295918367vi,
      5.25rem
    );
  }

  .p-oil-use {
    margin-block-start: 73px;
  }

  .p-oil-use-step__list {
    gap: 24px;
    grid-template-columns: repeat(2, 280px);
    margin-inline: auto;
    max-inline-size: 604px;
  }

  .p-oil-use-step__item {
    flex-direction: column;
  }

  .p-oil-use-step__top {
    flex-direction: row;
    gap: 16px;
  }

  .p-oil-use__usage {
    margin-block-start: 75px;
  }

  .p-recommend {
    margin-block-start: 0px;
    padding-block: 0px 80px;
  }

  .p-recommend__title {
    line-height: 120%;
  }

  .p-recommend__body {
    gap: 26px;
    grid-template-columns: repeat(1, 2fr);
  }

  .p-recommend__card {
    inline-size: 100%;
    justify-content: center;
    margin-inline: auto;
    max-inline-size: 450px;
    padding-block: 36px 40px;
    padding-inline: clamp(1.5rem, -1.5rem + 12.8vi, 2.5rem)
      clamp(1.5rem, -1.5rem + 12.8vi, 2.5rem);
  }

  .p-recommend-card__content {
    inline-size: 100%;
  }

  .p-recommend-card__name {
    text-align: center;
  }

  .p-recommend-card__img {
    inset-block-start: 50px;
    inset-inline-end: 30px;
    max-inline-size: 70px;
    position: absolute;
  }

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

@media (max-width: 767px) {
  .p-shampoo-introduce-item__title--sp {
    display: block;
    white-space: nowrap;
  }

  .p-treatment-introduce-item__title--sp {
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 650px) {
  #moist-shampoo .p-shampoo-point__swiper .p-shampoo-point-swiper__btns {
    inset-block-start: clamp(
      160px,
      calc(160px + (220 - 160) * ((100vw - 375px) / (650 - 375))),
      220px
    );
  }
  #mellow-shampoo .p-shampoo-point__swiper .p-shampoo-point-swiper__btns {
    inset-block-start: clamp(
      192px,
      calc(192px + (220 - 192) * ((100vw - 375px) / (650 - 375))),
      220px
    );
  }

  .p-treatment-point__swiper .p-treatment-point-swiper__btns {
    /* inset-block-start: clamp(
      10.625rem,
      6.3636363636rem + 18.1818181818vi,
      13.75rem
    ); */
    inset-block-start: clamp(
      192px,
      calc(192px + (220 - 192) * ((100vw - 375px) / (650 - 375))),
      220px
    );
  }

  .p-milk-point__swiper .p-milk-point-swiper__btns {
    /* inset-block-start: clamp(
      10.625rem,
      6.3636363636rem + 18.1818181818vi,
      13.75rem
    ); */
    inset-block-start: clamp(
      192px,
      calc(192px + (220 - 192) * ((100vw - 375px) / (650 - 375))),
      220px
    );
  }

  .p-oil-point__swiper .p-oil-point-swiper__btns {
    inset-block-start: clamp(
      10.625rem,
      6.3636363636rem + 18.1818181818vi,
      13.75rem
    );
  }
}

@media screen and (max-width: 627px) {
  .p-milk-use__step .p-milk-use-step__scrollbar {
    display: block;
    inline-size: 90%;
    margin-block-start: 40px;
    margin-inline: auto;
  }

  .p-oil-use__step .p-oil-use-step__scrollbar {
    display: block;
    inline-size: 90%;
    margin-block-start: 40px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 605px) {
  .p-other__copy .hidden {
    display: block;
  }
}

@media (max-width: 600px) {
  .p-fv__img img {
    transform: translateY(-50px);
  }

  .p-recommend__title br {
    display: block;
  }
}

@media (max-width: 560px) {
  .c-swiper-btns {
    inline-size: 108%;
    inset-block-start: 52%;
  }
}

@media (max-width: 550px) {
  .p-milk-introduce__img img {
    translate: 0px 0px;
  }

  .p-oil-introduce__img img {
    translate: -8px 0px;
  }
}

@media (max-width: 500px) {
  .p-fragrance::before {
    inset-inline-start: 85%;
  }

  .p-milk::before {
    inline-size: 418px;
    inset-block-start: 352px;
  }

  .p-recommend-card__img {
    inset-block-start: clamp(0.9375rem, -11.25rem + 52vi, 5rem);
    inset-inline-end: clamp(1.125rem, -3rem + 17.6vi, 2.5rem);
    max-inline-size: 50px;
    position: absolute;
  }
}

@media (max-width: 450px) {
  .p-fv__img img {
    transform: translateY(0px);
  }

  .p-fragrance__inner {
    padding-block: 54px 80px;
  }
}

@media (max-width: 400px) {
  .p-topPoint-recommend__title {
    inline-size: 100%;
  }

  .p-topPoint-recommend__title .hidden {
    display: block;
  }

  .p-use-recommend__title {
    font-size: 18px;
    inline-size: 100%;
  }

  .p-use-recommend__title .hidden {
    display: block;
  }

  .p-recommend__card {
    justify-content: normal;
  }
}

@keyframes drawerMove {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes drawerMoveBack {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes drawerFadeInInner {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes drawerFadeIn {
  0% {
    filter: blur(10px);
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0);
  }
}
