@charset "UTF-8";
/* =======================================
 TOP メインエリア余白
 ======================================= */
.top-main {
  padding-top: 0;
}

/* =======================================
 FV
 ======================================= */
.fv {
  position: relative;
  width: 100%;
  top: 78.8px;
  top: var(--header-offset, 78.8px);
  height: calc(100vh - 78.8px);
  height: calc(100vh - var(--header-offset, 78.8px));
  overflow: hidden;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: 3;
}

.fv__slider {
  width: 100%;
  height: 100%;
  --fv-zoom-duration: 5s;
}

/* Swiperのz-index:1を解除し、pagination(z-index:10)をTRIALセクション(z-index:2)より前面に出してクリック可能にする */
.fv__slider.swiper {
  z-index: auto;
}

.fv__slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fv__slide picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fv__slide__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.fv__slide__img.is-fv-zoom {
  -webkit-animation: fvZoomOut var(--fv-zoom-duration) linear forwards;
          animation: fvZoomOut var(--fv-zoom-duration) linear forwards;
}

@-webkit-keyframes fvZoomOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fvZoomOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fv__content {
  position: absolute;
  top: 71px;
  left: 110px;
  z-index: 10;
}

.fv__ttl {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  color: #58585a;
}

.fv__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin-top: 12px;
}

.fv__scroll {
  position: absolute;
  bottom: 0;
  right: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.fv__scroll__txt {
  display: block;
  color: #ffffff;
  font-family: "Jost", serif;
  font-size: 12px;
  font-weight: 400;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  margin-top: 10px;
}

.fv__scroll__line {
  display: block;
  position: relative;
  width: 1px;
  height: 87px;
  background: #ffffff;
}

.fv__scroll__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  height: 19px;
  width: 4px;
  -webkit-animation: fvWheel 2s infinite;
          animation: fvWheel 2s infinite;
  border-radius: 5px;
}

@-webkit-keyframes fvWheel {
  to {
    opacity: 0;
    top: 100%;
  }
}

@keyframes fvWheel {
  to {
    opacity: 0;
    top: 100%;
  }
}
.fv__card {
  position: absolute;
  bottom: 49px;
  right: 44px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
}

.fv__card__img {
  width: 110px;
  height: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fv__card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.fv__card__body {
  background: #ffffff;
  width: 340px;
  padding: 24px 24px 18px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.fv__card__label {
  font-family: "Marcellus", serif;
  font-size: 12px;
  font-weight: 400;
  color: #b0b0b0;
  line-height: 1.25;
  letter-spacing: 0;
}

.fv__card__label--jp {
  font-family: "Noto Sans JP", serif;
}

.fv__card__ttl {
  font-size: 18px;
  font-weight: 500;
  color: #58585a;
  letter-spacing: 0.1em;
  line-height: 1.3;
  position: relative;
}

.fv__card__sub {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9285714286;
  color: #58585a;
  letter-spacing: 0.1em;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.fv__card__sub__note,
.fv__card__ttl__note {
  font-size: 10px;
  font-weight: 500;
  line-height: 2.7;
  letter-spacing: 0.1em;
  color: #b0b0b0;
}

.fv__card__ttl__note {
  line-height: 1.6;
  display: inline-block;
  translate: 0 -7px;
}

.fv__card__arrow {
  position: absolute;
  top: 52%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 9px;
}

.fv__card__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.swiper-pagination.fv__pagination {
  position: absolute;
  left: 116px;
  right: auto;
  bottom: 73px;
  width: auto;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  text-align: left;
}

.fv__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.5;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fv__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}

/* =======================================
 TRIAL SET
 ======================================= */
.trial {
  overflow-x: clip;
  position: relative;
  z-index: 2;
}

.trial__bg {
  padding-top: 129px;
  position: relative;
}

.trial__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.trial__img {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  background: #f3f3f3;
}

.trial__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.trial__content {
  width: 50%;
  padding: 48px 60px 18px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.trial__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: 26px;
  padding: 0 14px;
  border-radius: 30px;
  background: #d2c2cc;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
}

.trial__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  translate: 10px;
  margin-top: 19px;
}

.trial__head .c-heading__ja {
  display: inline-block;
  translate: 0 -3px;
}

.trial__txt {
  font-size: 14px;
  font-weight: 500;
  color: #58585a;
  letter-spacing: 0.1em;
  line-height: 1.9285714286;
  margin-top: 30px;
  translate: 12px;
}

.trial__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  margin-top: 20px;
  translate: 12px;
}

.trial__price__num {
  font-family: "Jost", serif;
  font-size: 25px;
  font-weight: 400;
  color: #83677e;
  letter-spacing: 0;
  line-height: 1;
}

.trial__price__unit {
  font-size: 14px;
  font-weight: 500;
  color: #83677e;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  translate: 0 -3px;
}

.trial__price__tax {
  font-size: 14px;
  font-weight: 500;
  color: #83677e;
  display: inline-block;
  translate: -5px 0px;
}

.trial__link {
  margin-top: 43px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  translate: 51px;
}

/* =======================================
 ITEM（TOP）
 ======================================= */
.item--top .item__bg {
  padding: 125px 0 132px;
}

.item--top .item__bg::before {
  content: "";
  position: absolute;
  left: calc(50% - 780px);
  bottom: 0;
  width: 417.03px;
  height: 417.03px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5eff5 0%, #ebf3f5 36%, #e3eff2 100%);
  -webkit-filter: blur(28px);
          filter: blur(28px);
  pointer-events: none;
  z-index: 0;
}

.item--top .item__bg::after {
  content: "";
  position: absolute;
  left: min(70vw, 50% + 300px);
  top: -3%;
  width: 393.8px;
  height: 393.8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5eff5 0%, #ebf3f5 36%, #e3eff2 100%);
  -webkit-filter: blur(28px);
          filter: blur(28px);
  pointer-events: none;
  z-index: 0;
}

.item--top .item__in {
  max-width: 860px;
}

.item--top .item__head .c-heading__ja {
  margin-top: 12px;
}

.item--top .item__list {
  gap: 0 52px;
}

.item--top .item__list .c-product-card__img {
  background: #d9d9d9;
}

.item--top .item__list .c-badge {
  display: inline-block;
  line-height: 2;
  margin-top: 29px;
  border: none;
}

.item--top .item__list .c-product-card__name {
  margin-top: 10px;
  margin-left: -8px;
  margin-right: -8px;
  margin-inline: -8px;
}

.item--top .item__list .c-product-card__price {
  letter-spacing: 0;
}

/* =======================================
 REASON
 ======================================= */
.reason {
  overflow: hidden;
}

.reason__bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 93px;
  padding-bottom: 130px;
}

.webp .reason__bg {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_reason.webp) center/cover no-repeat;
}

.no-webp .reason__bg {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_reason.jpg) center/cover no-repeat;
}

.reason__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.reason__in {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.reason__img {
  width: 352px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  translate: -7px 3px;
}

.reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.reason__content {
  translate: -13px;
  padding-top: 20px;
}

.reason__ttl {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.6;
  translate: 0 5px;
  text-indent: -0.6em;
  padding-left: 0.6em;
}

.reason__txt {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.9285714286;
  margin-top: 33px;
  translate: 24px;
}

.reason__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 62px;
  translate: -4px;
}

/* =======================================
 ABOUT
 ======================================= */
.about {
  overflow-x: clip;
}

.about__bg {
  padding-top: 120px;
  padding-bottom: 71px;
  position: relative;
}

.about__marquee {
  position: absolute;
  top: 50px;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 0;
}

.about__marquee__txt {
  display: inline-block;
  font-family: "Marcellus", serif;
  font-size: 100px;
  font-weight: 400;
  letter-spacing: 0;
  background: linear-gradient(135deg, #f5eff5 0%, #ebf3f5 36%, #e3eff2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0.3;
  -webkit-animation: marqueeScroll 45s linear infinite;
          animation: marqueeScroll 45s linear infinite;
}

@-webkit-keyframes marqueeScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marqueeScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about__in {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 18px;
  gap: 0 18px;
  max-width: 928px;
  position: relative;
  z-index: 3;
}

.about__content {
  translate: 4px;
  position: relative;
  z-index: 3;
}

.about__ttl {
  font-size: 28px;
  font-weight: 500;
  color: #58585a;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 59px;
}

.about__txt {
  font-size: 14px;
  font-weight: 500;
  color: #58585a;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  margin-top: 24px;
}

.about__link {
  margin-top: 62px;
  position: relative;
  z-index: 3;
}

.about__diagram {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  translate: 0 -7px;
}

.about__diagram::before {
  content: "";
  position: absolute;
  width: 525px;
  height: 525px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5eff5 0%, #ebf3f5 36%, #e3eff2 100%);
  -webkit-filter: blur(28px);
          filter: blur(28px);
  z-index: 0;
  pointer-events: none;
}

.about__diagram img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 440px;
  height: auto;
}

/* =======================================
 STEP
 ======================================= */
.step {
  overflow-x: clip;
  position: relative;
  z-index: 3;
}

.step__bg {
  overflow: hidden;
  padding-bottom: 65px;
}

.step__hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.step__hero img {
  width: 100%;
  height: auto;
  display: block;
}

.step__hero__content {
  text-align: center;
  white-space: nowrap;
  position: relative;
}

.step__hero__content::before {
  content: "";
  position: absolute;
  top: -92px;
  left: 50%;
  translate: -50% 0;
  width: 467px;
  height: 467px;
  border-radius: 50%;
  background-color: #ffffff;
}

.step__ttl__wrap {
  position: relative;
  translate: 0 -18px;
}

.step__ttl {
  font-size: 14px;
  font-weight: 500;
  color: #58585a;
  letter-spacing: 0.1em;
  margin-top: 16px;
}

.step__lead {
  font-size: 28px;
  font-weight: 500;
  color: #58585a;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 10px;
  text-align: center;
  translate: 18px;
  position: relative;
}

.step__caution {
  font-size: 10px;
  font-weight: 500;
  line-height: 3.3;
  letter-spacing: 0.1em;
  color: #b0b0b0;
  translate: -4px -17px;
  display: inline-block;
  margin-right: -5px;
}
.step__lead__note {
  font-size: 10px;
  font-weight: 500;
  line-height: 3.3;
  letter-spacing: 0.1em;
  color: #b0b0b0;
  translate: -8px -1px;
  display: inline-block;
}

.step__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 80px;
  margin-top: 53px;
}

.step__sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 116px;
  translate: 7px;
}

.step__nav {
  position: relative;
  list-style: none;
  padding: 0;
}

.step__nav::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 21px;
  width: 1px;
  height: calc(100% - 44px);
  background: #dbdbdb;
  z-index: 0;
}

.step__nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 18px;
  margin-top: 45px;
  cursor: pointer;
}

.step__nav__item:first-child {
  margin-top: 0;
}

.step__nav__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  font-family: "Marcellus", serif;
  font-size: 18px;
  font-weight: 400;
  color: #58585a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  background: #ffffff;
  -webkit-transition: background 0.3s, border-color 0.3s, color 0.3s;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}

.step__nav__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #58585a;
  letter-spacing: 0;
  font-family: "Marcellus", serif;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.step__nav__item.step__nav__item--reset.is-active .step__nav__num {
  background: -webkit-gradient(linear, left top, right top, from(#d2c2cc), color-stop(50%, #d2c2cc), color-stop(50%, #cdc9bd), to(#cdc9bd));
  background: linear-gradient(90deg, #d2c2cc 0%, #d2c2cc 50%, #cdc9bd 50%, #cdc9bd 100%);
  border-color: #cdc9bd;
  color: #ffffff;
}

.step__nav__item.step__nav__item--reset.is-active .step__nav__label {
  color: #d2c2cc;
}

.step__nav__item.step__nav__item--balance.is-active .step__nav__num {
  background-color: #9fc2cd;
  border-color: #9fc2cd;
  color: #ffffff;
}

.step__nav__item.step__nav__item--balance.is-active .step__nav__label {
  color: #9fc2cd;
}

.step__nav__item.step__nav__item--protect.is-active .step__nav__num {
  background-color: #a1bfb1;
  border-color: #a1bfb1;
  color: #ffffff;
}

.step__nav__item.step__nav__item--protect.is-active .step__nav__label {
  color: #a1bfb1;
}

.step__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-width: 0;
  width: calc(100vw - 265px);
  width: calc(100vw - var(--step-main-left, 265px));
  overflow: hidden;
}

.step__slider {
  margin-top: 0;
  overflow-x: auto;
  overflow-y: hidden;
  /* スクロールバーは独自デザイン（.c-scroll-indicator）を使うためネイティブは非表示 */
  scrollbar-width: none;
}

.step__slider::-webkit-scrollbar {
  display: none;
}

.step__slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* 最後のスライドを左端まで送れるように末尾へ余白を確保（Swiper版 slidesOffsetAfter 相当）。
   計算式は「コンテナ幅（100vw - スライダー左端位置） - 最終スライド幅 - gap」 */
.step__slider__list::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(100vw - 265px - 270px - 40px);
  width: calc(100vw - var(--step-main-left, 265px) - 270px - 40px);
}

.step__slider__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 270px;
}

.step__card__tab {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 29px;
  width: 100%;
}

.step__card__tab--wash {
  background: #d2c2cc;
}

.step__card__tab--cleansing {
  background: #cdc9bd;
}

.step__card__tab--lotion {
  background: #9fc2cd;
}

.step__card__tab--emulsion {
  background: #a1bfb1;
}

.step__card__item {
  position: relative;
  display: block;
  margin-top: 16px;
  width: 270px;
  text-align: center;
  text-decoration: none;
}

.step__card {
  padding-bottom: 16px;
}

.step__card__img {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.step__card__img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.step__card__time {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 54px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 54px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 400;
  color: #58585a;
  letter-spacing: 0.05em;
  z-index: 1;
}

.step__card__time img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 22px;
}

.step__card__sub {
  position: absolute;
  right: -20px;
  top: 172px;
  z-index: 2;
}

.step__card__sub img {
  display: block;
  width: 100%;
  height: auto;
}

.step__slider__item:nth-child(1) .step__card__sub {
  width: 54px;
}

.step__slider__item:nth-child(2) .step__card__sub {
  width: 49px;
}

.step__slider__item:nth-child(3) .step__card__sub {
  width: 46px;
}

.step__slider__item:nth-child(4) .step__card__sub {
  width: 41px;
}

.step__card__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 26px;
  border: none;
}

.step__card__name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4615384615;
  color: #989898;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 8px;
}

.step__card__desc {
  font-size: 16px;
  font-weight: 500;
  color: #58585a;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
}

.step__card__price__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
  margin-top: 17px;
}

.step__card__price {
  font-size: 15px;
  font-weight: 400;
  color: #58585a;
  letter-spacing: 0;
  translate: 3px;
}

.step__card__price__num {
  line-height: 1.4666666667;
  letter-spacing: 0;
  font-family: "Jost", serif;
}

.step__card__price__unit {
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Noto Sans JP", serif;
}

.step__scroll-indicator {
  margin-top: 35px;
  width: 90%;
}

.step__scroll-indicator .c-scroll-indicator__label {
  translate: 4px;
}

.step__scroll-indicator .c-scroll-indicator__track {
  min-width: 0;
  width: 100%;
  max-width: 1080px;
}

/* =======================================
 VOICE
 ======================================= */
.voice__bg {
  position: relative;
  overflow-x: clip;
  padding: 55px 0 130px;
  background: #ffffff;
}

.voice__bg::before {
  content: "";
  position: absolute;
  left: calc(50% - 710px);
  bottom: 0;
  width: 614.06px;
  height: 614.06px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5eff5 0%, #ebf3f5 36%, #e3eff2 100%);
  -webkit-filter: blur(28px);
          filter: blur(28px);
  pointer-events: none;
  z-index: 0;
}

.voice__bg::after {
  content: "";
  position: absolute;
  left: min(70vw, 50% + 300px);
  top: 7%;
  width: 547.96px;
  height: 547.96px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5eff5 0%, #ebf3f5 36%, #e3eff2 100%);
  -webkit-filter: blur(28px);
          filter: blur(28px);
  pointer-events: none;
  z-index: 0;
}

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

.voice__head {
  text-align: center;
}

.voice__head .c-heading__ja {
  margin-top: 8px;
}

.voice__slider {
  margin-top: 50px;
  overflow: visible;
}

.voice__slider::-webkit-scrollbar {
  display: none;
}

.voice__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 27px 20px;
  gap: 27px 20px;
}

.voice__card {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 21px 49px 34px;
  height: 100%;
}

.voice__card--lotion {
  padding-top: 30px;
}

.voice__card__reviewer {
  position: absolute;
  top: 16px;
  right: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #b0b0b0;
  letter-spacing: 0;
  text-align: left;
}

.voice__card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  position: relative;
}

.voice__card--wash .voice__card__head {
  gap: 11px;
}

.voice__card__stars {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.voice__card--cleansing .voice__card__stars {
  color: #cdc9bd;
}

.voice__card--wash .voice__card__stars {
  color: #d2c2cc;
}

.voice__card--lotion .voice__card__stars {
  color: #9fc2cd;
}

.voice__card--emulsion .voice__card__stars {
  color: #a1bfb1;
}

.voice__card__badge {
  display: inline-block;
  padding: 2px 6px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  translate: 0 1px;
}

.voice__card--cleansing .voice__card__badge {
  background: #cdc9bd;
}

.voice__card--wash .voice__card__badge {
  background: #d2c2cc;
}

.voice__card--lotion .voice__card__badge {
  background: #9fc2cd;
}

.voice__card--emulsion .voice__card__badge {
  background: #a1bfb1;
}

.voice__card__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 14px;
}

.voice__card__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  margin-top: 17px;
}

.voice__card--wash .voice__card__txt {
  margin-top: 15px;
  line-height: 1.2;
}

.voice__card--lotion .voice__card__txt {
  margin-top: 14px;
  line-height: 1.2;
}

.voice__card--emulsion .voice__card__txt {
  margin-top: 14px;
  line-height: 1.2;
}

.voice__card__deco__wrap {
  position: absolute;
  top: -22px;
  left: calc(50% - 20px);
  width: 22px;
}

.voice__card--wash .voice__card__deco__wrap {
  top: -12px;
  left: calc(50% - 67px);
}

.voice__card--lotion .voice__card__deco__wrap {
  left: calc(50% - 58px);
  width: 19px;
}

.voice__card--emulsion .voice__card__deco__wrap {
  top: -16px;
  left: calc(50% - 50px);
  width: 17px;
}

.voice__card__deco img {
  display: block;
}

.voice__scroll-indicator {
  display: none;
  margin-top: 35px;
  width: 90%;
}

/* =======================================
 PURCHASE (TRIAL SET / SUBSCRIPTION)
 ======================================= */
.purchase {
  position: relative;
  z-index: 3;
}

.purchase__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.purchase__card {
  position: relative;
  display: block;
  width: 50%;
  height: 372px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.purchase__card:hover {
  opacity: 0.8;
}

.purchase__card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.purchase__card__photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  z-index: 0;
}

.purchase__card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.purchase__card__body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 40px;
  translate: -22px -6px;
}

.purchase__card:nth-of-type(2) .purchase__card__body {
  translate: 0 -4px;
}

.purchase__card__en {
  letter-spacing: 0.05em;
  line-height: 1;
}

.purchase__card__lead {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.44;
  margin-top: 17px;
}

.purchase__card__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 314px;
  height: 40px;
  background: #ffffff;
  border-radius: 30px;
  padding: 0 20px 0 24px;
  font-size: 14px;
  font-weight: 500;
  color: #58585a;
  letter-spacing: 0.1em;
  margin-top: 24px;
}

.purchase__card:nth-of-type(2) .purchase__card__cta > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  translate: 4px 0;
}

.purchase__card__cta img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 14px;
  height: 8px;
  -o-object-fit: contain;
     object-fit: contain;
  translate: 5px 1px;
}

/* =======================================
 EVIDENCE
 ======================================= */
.evidence__bg {
  position: relative;
  overflow-x: clip;
  padding: 102px 0 0;
}

.evidence__bg::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -3%;
  translate: -50% 0;
  width: 606.05px;
  height: 606.05px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5eff5 0%, #ebf3f5 36%, #e3eff2 100%);
  -webkit-filter: blur(28px);
          filter: blur(28px);
  pointer-events: none;
  z-index: 0;
}

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

.evidence__head {
  text-align: center;
}

.evidence__head .c-heading__ja {
  margin-top: 8px;
}

.evidence__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 19px;
  gap: 19px;
  margin-top: 43px;
}

.evidence__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  background: #ffffff;
  border-radius: 10px;
  padding: 28px 20px 32px 30px;
}

.evidence__card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.evidence__card:nth-of-type(2) .evidence__card__icon img {
  width: 49px;
}

.evidence__card:nth-of-type(1) .evidence__card__icon img {
  width: 55px;
}

.evidence__card__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.evidence__card__ttl {
  margin: 0;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.evidence__card__sub {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

.evidence__cta {
  margin-top: 48px;
  text-align: right;
}

/* =======================================
 JOURNAL
 ======================================= */
.journal__bg {
  padding-top: 83px;
}

.journal__in {
  position: relative;
}

.journal__head {
  text-align: center;
}

.journal__head .c-heading__ja {
  margin-top: 8px;
}

.journal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 43px;
  margin-left: auto;
  max-width: 983px;
}

.journal__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.journal__ttl {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: "Noto Sans JP", serif;
}

.journal__cta {
  margin-top: 40px;
}

.journal__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}

.journal__img picture {
  display: block;
}

.journal__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* =======================================
 NEWS
 ======================================= */
.news {
  overflow-x: clip;
  position: relative;
  z-index: 3;
}

.news__bg {
  padding: 134px 0 80px;
  position: relative;
}

.news__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  padding-right: 40px;
}

.news__cta {
  margin-top: 38px;
}

.news__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.news__slider {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  /* スクロールバーは独自デザイン（.c-scroll-indicator）を使うためネイティブは非表示 */
  scrollbar-width: none;
}

.news__slider::-webkit-scrollbar {
  display: none;
}

.news__slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* 最後のスライドの右側にもスライド間と同じ余白を確保 */
  padding-right: 34px;
}

.news__slider__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 313px;
}

.news__card {
  width: 100%;
}

.news__card__link {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news__card__link:hover {
  opacity: 0.8;
}

.news__card__img {
  width: 100%;
}

.news__card__img img {
  width: 100%;
  display: block;
}

.news__card__body {
  margin-top: 21px;
}

.news__card__date {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #b0b0b0;
  margin-top: 12px;
}

.news__card__ttl {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 1px;
}

.news__card__txt {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 7px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news__scroll-indicator {
  margin-top: 57px;
  width: 90%;
}

.c-deco {
  width: 417px;
  overflow: hidden;
}

.header__logo {
  width: 90px;
}

.header__logo {
  width: 121px;
}

.mv {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.mv .slick-slider {
  height: 100%;
}

.mv .slick-list {
  height: 100%;
}

.mv .slick-track {
  height: 100%;
}

.mv .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv .slick-dotted.slick-slider {
  margin: 0;
}

.mv .add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
.mv__list {
  position: absolute;
  top: 178px;
  right: 43px;
}

.mv__item {
  margin: 0 0 15px;
  text-align: right;
}

.mv__item:last-child {
  margin: 0;
}

.mv__item__txt {
  color: #fff;
  font-family: "Jost", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0;
}

.mv__item__txt[\:has\(.circle\)] {
  position: relative;
  padding: 0 18px 0 0;
}

.mv__item__txt:has(.circle) {
  position: relative;
  padding: 0 18px 0 0;
}

.mv__item__txt .circle {
  width: 22px;
  height: 22px;
  position: absolute;
  right: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.mv__item__txt .circle span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.mv__item__txt .circle span:nth-child(1) {
  width: 100%;
  height: 100%;
  border: 1px solid #f8f6f5;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-animation: 2s linear infinite scale;
          animation: 2s linear infinite scale;
}

.mv__item__txt .circle span:nth-child(2) {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  opacity: 0.75;
  -webkit-animation: 2s linear infinite scale;
          animation: 2s linear infinite scale;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.mv__item__txt .circle span:nth-child(3) {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
.mv__item__sns {
  display: block;
  width: 17px;
  margin: 0 0 0 auto;
}

.mv__scroll {
  position: absolute;
  bottom: 0;
  right: 42px;
}

.mv__scroll__txt {
  display: block;
  color: #fff;
  font-family: "Jost", serif;
  font-size: 12px;
  font-weight: 400;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  margin: 0 0 10px;
}

.mv__scroll__line {
  display: block;
  position: relative;
  width: 1px;
  height: 87px;
  margin: 0 auto;
  background: #fff;
}

.mv__scroll__line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  height: 19px;
  width: 4px;
  -webkit-animation: wheel 2s infinite;
          animation: wheel 2s infinite;
  border-radius: 5px;
}

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 100%;
  }
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 100%;
  }
}
.mv__box {
  position: absolute;
  bottom: 82px;
  left: 25px;
  width: 100%;
}

.mv__ttl {
  color: #fff;
  font-family: "Jost", serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2105263158;
  margin: 0 0 10px;
  letter-spacing: 0.2em;
}

.mv__txt {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.0555555556;
}

.mv__teaser {
  position: absolute;
  bottom: 48px;
  left: 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Jost", serif;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.4444444444;
  text-align: center;
}

.mv__teaser span {
  color: #fff;
  font-size: 24px;
}

.intro {
  position: relative;
  padding: 223px 0 122px;
  width: 100%;
  overflow: hidden;
}

.intro__deco01 {
  position: absolute;
  top: 0;
  right: 0;
}

.intro__deco01 img {
  -webkit-transform: translate(223px, -104px);
          transform: translate(223px, -104px);
}

.intro__deco02 {
  position: absolute;
  bottom: 305px;
  left: 0;
}

.intro__deco02 img {
  -webkit-transform: translate(-28px, 0);
          transform: translate(-28px, 0);
}

.intro__slider {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
}

.intro__slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro__slider__txt {
  width: 1556px;
}

.intro__in {
  position: relative;
  max-width: 1245px;
  padding: 0 15px;
  margin: 0 auto;
}

.intro__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 40px;
}

.intro__box {
  position: relative;
  width: 50%;
  padding: 0 37px 60px 0;
}

.intro__box__img01 {
  width: 64.71544715%;
  margin: 0 0 0 auto;
  -webkit-filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
}

.intro__box__img01 img {
  border-radius: 20px;
  overflow: hidden;
}

.intro__box__img02 {
  position: absolute;
  left: 31px;
  bottom: 0;
  width: 37.07317073%;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
}

.intro__box__img02 img {
  border-radius: 20px;
  overflow: hidden;
}

.intro__box__img__in {
  border-radius: 20px;
  overflow: hidden;
}

.intro__container {
  width: 50%;
  padding: 0 25px 85px 0;
}

.intro__ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#58585a), color-stop(25%, #b2aba9), color-stop(50%, #58585a));
  background: linear-gradient(90deg, #58585a 0%, #b2aba9 25%, #58585a 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 40px;
}

.intro__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8571428571;
  margin: 0 0 73px;
  letter-spacing: 0.2em;
}

.intro__txt span {
  font-family: "Montserrat", serif;
  font-weight: 400;
}

.intro__txt .sub {
  position: relative;
}

.intro__txt .sub::before {
  content: "リンク";
  position: absolute;
  top: -17px;
  left: 0;
  font-family: "Noto Sans JP", serif;
  font-size: 10px;
  width: 100%;
  text-align: center;
}

.intro__btn {
  margin: 0 0 0 auto;
}

.intro__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro__picture__item01 {
  width: 22.30452675%;
  padding: 0 12px 10px 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.intro__picture__item02 {
  width: 40%;
}

.intro__picture__item03 {
  width: 21.64609053%;
  padding: 40px 0 0 32px;
}
.step {
  overflow: hidden;
  width: 100%;
}

.step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.webp .step__box.box01 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step01.webp) no-repeat center center/cover;
}

.no-webp .step__box.box01 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step01.jpg) no-repeat center center/cover;
}
.webp .step__box.box02 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step02.webp) no-repeat center center/cover;
}

.no-webp .step__box.box02 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step02.jpg) no-repeat center center/cover;
}
.webp .step__box.box03 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step03.webp) no-repeat center center/cover;
}

.no-webp .step__box.box03 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step03.jpg) no-repeat center center/cover;
}
.webp .step__box.box04 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step04.webp) no-repeat center center/cover;
}

.no-webp .step__box.box04 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step04.jpg) no-repeat center center/cover;
}
.step__box__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step__box__container {
  width: 483px;
  padding: 0 0 0 45px;
}

.step__box__tag {
  font-family: "Jost", serif;
  color: #fff;
  display: inline;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}

.step__box__tag span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0 0 0 30px;
  margin: 0 0 0 15px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.step__box__tag span::after {
  position: absolute;
  content: "";
  top: 23%;
  left: 0;
  width: 23px;
  height: 1px;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  background: #fff;
}

.step__box__ttl {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.2em;
  margin: 45px 0 0 0;
}

.step__box__sub {
  font-family: "Jost", serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 20px 0 0 0;
}

.step__box__txt01 {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin: 30px 0 0 0;
}

.step__box__txt01 .bg {
  color: #a7a291;
  padding: 0 10px 2px 10px;
  font-weight: 500;
  display: inline-block;
  background: #fff;
  margin: 10px 0 0 0;
}

.step__box__txt01 .bg.pnk {
  color: #b8a4aa;
}

.step__box__txt01 .bg.grn {
  color: #acbfbc;
}

.step__box__txt01 .bg.l_grn {
  color: #b5c8ad;
}

.step__box__txt01 .bg:first-child {
  margin: 0;
}

.step__box__txt01 .bg span {
  color: currentColor;
  font-size: 10px;
}

.step__box__txt01 .small {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 0 0 0 5px;
}

.step__box__txt02 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2em;
  margin: 20px 0 0 0;
}

.step__box__txt03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  max-width: 388px;
  margin: 72px 0 0 0;
}

.step__box__price {
  color: #fff;
  font-family: "Jost", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.step__box__price .yen {
  color: #fff;
  font-family: "Noto Sans JP", serif;
}

.step__box__price .tax {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0 0 0 2px;
}

.step__box__price .amount {
  color: #fff;
  position: relative;
  font-family: "Jost", serif;
  font-size: 14px;
  margin: 0 0 0 2px;
  padding: 0 0 0 14px;
}

.step__box__price .amount::before {
  position: absolute;
  content: "";
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(130deg);
          transform: translateY(-50%) rotate(130deg);
  left: -2px;
  width: 11px;
  height: 0.5px;
  background: #fff;
}

.step__box__btn {
  padding: 0 67px 0 0;
}

.step__img {
  width: calc(100% - 483px);
  padding: 0 20px 0 0;
}

.repeat {
  position: relative;
}

.repeat__deco {
  position: absolute;
  bottom: -76px;
  right: 0;
}

.repeat__deco img {
  -webkit-transform: translate(150px, 0px);
          transform: translate(150px, 0px);
}

.repeat__wrap {
  overflow: hidden;
  padding: 130px 0 125px;
}

.repeat__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.repeat__container {
  width: 50%;
}

.repeat__container__main {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.2em;
  margin: 55px 0 0 0;
}

.repeat__container__txt {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.2em;
  margin: 37px 0 0 0;
}

.repeat__container__txt span {
  font-family: "Jost", serif;
}

.repeat__container__look {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.8571428571;
  letter-spacing: 0.2em;
  position: relative;
  margin: 65px 0 0 0;
}

.repeat__container__look::after {
  position: absolute;
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/ico_arrow_brown.svg) no-repeat center center/100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 275px;
  width: 47px;
  height: 21px;
}

.repeat__container__btn {
  padding: 0 70px 0 0;
  margin: 70px 0 0;
}

.repeat__img {
  position: relative;
  width: 50%;
  -webkit-filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
}

.repeat__img__in {
  margin-right: calc(50% - 29vw);
}

.repeat__img img {
  display: block;
  border-radius: 20px 0 0 20px;
  max-width: none;
}

.repeat.trial .repeat__wrap {
  padding: 130px 0 0;
  overflow: visible;
}

.repeat.trial .repeat__container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 0 0 97px;
}

.repeat.trial .repeat__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.repeat.trial .repeat__img img {
  border-radius: 0 20px 20px 0;
}

.repeat.trial .repeat__img__in {
  margin-left: calc(50% - 29vw);
  margin-right: 0;
}

.topics {
  position: relative;
  margin: 0 0 100px;
}

.topics__deco {
  position: absolute;
  bottom: -293px;
  left: 0;
}

.topics__deco img {
  -webkit-transform: translate(-92px, 0);
          transform: translate(-92px, 0);
}

.topics__ttl {
  text-align: center;
  margin: 0 0 65px;
}

.topics__wrap {
  margin: 0 0 75px;
}

.topics__cards {
  max-width: 850px;
  margin: 0 auto;
}

.topics__card {
  margin: 0 0 40px 0;
}

.topics__card:last-child {
  margin: 0;
}

.topics__card__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6.352941%;
  font-family: "Noto Sans JP", serif;
}

.topics__card__img {
  width: 31.529412%;
}

.topics__card__container {
  width: 62.117647%;
}

.topics__card__time {
  display: block;
  color: #787878;
  font-family: "Montserrat", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.2em;
  margin: 0 0 30px;
}

.topics__card__ttl {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0.2em;
  margin: 0 0 13px;
}

.topics__card__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.topics__btn {
  margin: 0 0 0 auto;
  padding: 0 64px 0 0;
}

.topics .slick-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 0;
}

.topics .slick-num {
  width: auto;
}

.topics .slick-slider {
  padding: 0 0 25px;
  margin: 0;
}

.topics .slick-scroll {
  color: #dbdbdb;
  font-family: "Jost", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  width: 56px;
}

.topics .progress-container {
  width: calc(100% - 56px);
  height: 0.5px;
  background-color: #787878;
  background: rgba(219, 219, 219, 0.7);
  position: relative;
  margin: 0 auto;
}

.topics .progress-bar1-1 {
  width: 0;
  height: 4px;
  background-color: #dbdbdb;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.floating {
  width: 175px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}

.floating .close {
  width: 30px;
  position: absolute;
  right: 15px;
  top: 6px;
  cursor: pointer;
  -webkit-box-shadow: 3px 4px 9px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 9px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

/* =======================================
 INSTAGRAM
 ======================================= */
.instagram__bg {
  position: relative;
  overflow-x: clip;
  padding: 40px 0 132px;
}

.instagram__bg::before {
  content: "";
  position: absolute;
  left: calc(50% - 700px);
  bottom: -220px;
  width: 635.74px;
  height: 635.74px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5eff5 0%, #ebf3f5 36%, #e3eff2 100%);
  -webkit-filter: blur(28px);
          filter: blur(28px);
  pointer-events: none;
  z-index: 0;
}

.instagram__in {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 644px;
  grid-template-columns: 1fr 644px;
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
      grid-template-areas: "title grid" "link  grid" ".     grid";
  grid-column-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.instagram__en {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  -ms-grid-row-align: start;
      align-self: start;
  padding-left: 10px;
}

#instagram-feed {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 13px;
  gap: 13px;
  list-style: none;
}

.instagram__link {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: link;
  -ms-grid-row-align: start;
      align-self: start;
  margin-top: 50px;
  padding-left: 6px;
}

#instagram-feed li a {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}

#instagram-feed li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media only screen and (max-width: 767px) {
  .fv {
    height: calc(100svh - 76.8px);
    height: calc(100svh - var(--header-offset, 76.8px));
  }
  .fv__content {
    top: 38px;
    left: 31px;
  }
  .fv__ttl {
    font-size: 28px;
    line-height: 1.2;
  }
  .fv__txt {
    font-size: 12px;
    margin-top: 8px;
  }
  .fv__scroll {
    right: 15px;
  }
  .fv__card {
    bottom: 39px;
    right: auto;
    left: 50%;
    translate: -50%;
    height: 84px;
  }
  .fv__card__img {
    width: 84px;
    height: 84px;
  }
  .fv__card__body {
    width: 260px;
    padding: 13px 16px 10px 17px;
  }
  .fv__card__ttl {
    font-size: 16px;
  }
  .fv__card__sub {
    font-size: 12px;
    margin-top: 0;
  }
  .fv__card__ttl__note {
    line-height: 1;
    translate: 0 -9px;
  }
  .fv__card__arrow {
    width: 12px;
    height: 7px;
  }
  .fv__card__arrow--trial {
    right: 8px;
  }
  .swiper-pagination.fv__pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 19px;
    gap: 16px;
  }
  .trial__bg {
    padding-top: 96px;
  }
  .trial__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .trial__img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 750/479;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 16px;
  }
  .trial__content {
    display: contents;
  }
  .trial__label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .trial__head {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 40px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    translate: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .trial__head .c-heading__en {
    letter-spacing: 0;
  }
  .trial__desc {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .trial__txt {
    font-size: 12px;
    line-height: 1.625;
    margin-top: 0;
    translate: 5px;
  }
  .trial__price {
    margin-top: 0;
  }
  .trial__price__num {
    font-size: 21px;
  }
  .trial__price__unit {
    font-size: 12px;
  }
  .trial__price__tax {
    font-size: 12px;
  }
  .trial__link {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -ms-flex-item-align: end;
        align-self: flex-end;
    translate: 0;
    margin-top: 36px;
  }
  .item--top .item__bg {
    padding: 60px 0 70px;
  }
  .item--top .item__bg::before {
    left: initial;
    left: unset;
    top: 10px;
    width: 270px;
    height: 270px;
    right: -70px;
  }
  .item--top .item__bg::after {
    top: initial;
    top: unset;
    left: -70px;
    bottom: -60px;
    width: 270px;
    height: 270px;
  }
  .item--top .item__head .c-heading__en {
    letter-spacing: 0;
  }
  .item--top .item__list {
    gap: 30px 2%;
    margin-top: 32px;
  }
  .item--top .item__list .c-badge {
    margin-top: 13px;
  }
  .reason__bg {
    padding-top: 55px;
    padding-bottom: 62px;
  }
  .reason__in {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .reason__img {
    width: 100%;
    max-width: 352px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 34px;
    padding-left: 13px;
    aspect-ratio: 331/167;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .reason__img img {
    height: auto;
  }
  .reason__content {
    display: contents;
  }
  .reason__ttl {
    font-size: 24px;
    line-height: 1.5;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0.3em;
  }
  .reason__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    translate: 0;
    padding-left: 10px;
  }
  .reason__link {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 20px;
  }
  .about__bg {
    padding-top: 32px;
    padding-bottom: 22px;
  }
  .about__marquee {
    top: 30px;
  }
  .about__marquee__txt {
    font-size: 72px;
    -webkit-animation: marqueeScroll 50s linear infinite;
            animation: marqueeScroll 50s linear infinite;
  }
  .about__in {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 40px;
  }
  .about__content {
    display: contents;
  }
  .about__ttl {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 0;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    z-index: 3;
  }
  .about__ttl__accent {
    color: #9fc2cd;
  }
  .about__txt {
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    z-index: 3;
    margin-top: 7px;
  }
  .about__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: -68px;
    margin-left: auto;
  }
  .about__diagram {
    margin-top: -30px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .about__diagram::before {
    right: -180px;
    top: 20px;
  }
  .about__diagram img {
    width: calc(100% + 50px);
    max-width: none;
    margin-left: -25px;
    margin-right: -25px;
  }
  .step__bg {
    padding-bottom: 0;
  }
  .step__hero__content::before {
    top: -52px;
    width: 237px;
    height: 267px;
  }
  .step__ttl__wrap {
    translate: 0 -8px;
  }
  .step__ttl {
    margin-top: 8px;
  }
  .step__lead {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 19px;
    translate: 8px;
    position: relative;
  }
  .step__lead__note {
    position: absolute;
    bottom: -23px;
    left: calc(50% + 117px);
    display: block;
    width: 42px;
  }
  .step__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    margin-top: 30px;
  }
  .step__sidebar {
    width: 100%;
    translate: 0;
  }
  .step__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 76px;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-inline: auto;
  }
  .step__nav::before {
    top: 22px;
    left: 50%;
    width: 84%;
    height: 1px;
    translate: -50%;
  }
  .step__nav__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px 0;
    margin-top: 0;
  }
  .step__nav__label {
    line-height: 1.1875;
  }
  .step__slider__list {
    gap: 27px;
  }
  .step__slider__list::after {
    width: calc(100vw - 265px - 232px - 27px);
    width: calc(100vw - var(--step-main-left, 265px) - 232px - 27px);
  }
  .step__slider__item {
    width: 232px;
  }
  .step__card__item {
    width: 232px;
  }
  .step__card__time {
    width: 54px;
    height: 54px;
  }
  .step__card__sub {
    right: -17px;
    top: 137px;
  }
  .step__card__name {
    margin-top: 6px;
    margin-left: -2px;
    margin-right: -2px;
    margin-inline: -2px;
    white-space: nowrap;
  }
  .step__scroll-indicator {
    margin-top: 2px;
    position: relative;
    z-index: 3;
  }
  .voice__bg {
    padding: 56px 0 50px;
    overflow-x: visible;
  }
  .voice__bg::before {
    left: initial;
    left: unset;
    top: 80px;
    width: 483px;
    height: 483px;
  }
  .voice__bg::after {
    display: none;
  }
  .voice__slider {
    margin-top: 26px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    width: auto;
    overflow-x: auto;
    /* スクロールバーは独自デザイン（.c-scroll-indicator）を使うためネイティブは非表示 */
    scrollbar-width: none;
  }
  .voice__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* 最後のスライドの右側にもスクロール終端の余白を確保 */
    padding-right: 22px;
  }
  .voice__grid__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px;
  }
  .voice__card {
    padding: 30px 13px 22px 29px;
  }
  .voice__card__reviewer {
    position: static;
    margin-top: 30px;
  }
  .voice__card__head {
    gap: 17px;
  }
  .voice__card--wash .voice__card__stars {
    color: #e9837d;
  }
  .voice__card__txt {
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-top: 22px;
  }
  .voice__card__deco__wrap {
    left: auto;
    right: 16%;
  }
  .voice__card--wash .voice__card__deco__wrap {
    left: auto;
    right: 30%;
  }
  .voice__card--lotion .voice__card__deco__wrap {
    left: auto;
    right: 30%;
  }
  .voice__card--emulsion .voice__card__deco__wrap {
    left: auto;
    right: 29%;
  }
  .voice__scroll-indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
    padding: 0 0 0 5px;
    width: 100%;
  }
  .purchase__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .purchase__card {
    width: 100%;
    height: 426px;
  }
  .purchase__card__body {
    translate: 0;
  }
  .purchase__card__en {
    font-size: 31px;
  }
  .purchase__card__lead {
    font-size: 18px;
  }
  .purchase__card__cta {
    width: 314px;
    font-size: 14px;
    padding: 0 16px 0 20px;
  }
  .evidence__bg {
    padding: 59px 0 0;
  }
  .evidence__bg::after {
    left: 44%;
    top: 160px;
    width: 438px;
    height: 438px;
  }
  .evidence__in.base {
    padding: 0 22px;
  }
  .evidence__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 29px;
  }
  .evidence__card {
    gap: 15px;
    padding: 30px 20px 31px 29px;
    min-height: 136px;
  }
  .evidence__cta {
    margin-top: 32px;
  }
  .journal__bg {
    padding-top: 74px;
    position: relative;
    overflow-x: clip;
  }
  .journal__bg::before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -70px;
    width: 306px;
    height: 306px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5eff5 0%, #ebf3f5 36%, #e3eff2 100%);
    -webkit-filter: blur(28px);
            filter: blur(28px);
    pointer-events: none;
    z-index: 0;
  }
  .journal__in {
    z-index: 1;
  }
  .journal__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 14px;
  }
  .journal__content {
    display: contents;
  }
  .journal__ttl {
    font-size: 18px;
    line-height: 1.4444444444;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .journal__cta {
    margin-top: 24px;
    margin-right: 11px;
    margin-left: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .journal__img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .news {
    overflow-x: visible;
  }
  .news__bg {
    padding: 43px 0 0;
    overflow-x: visible;
  }
  .news__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__left {
    display: contents;
  }
  .news__en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .news__cta {
    margin-top: 24px;
    margin-right: 14px;
    margin-left: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .news__right {
    width: 100%;
    margin-top: 34px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .news__slider {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    width: auto;
  }
  .news__slider__list {
    gap: 22px;
    padding-right: 22px;
  }
  .news__slider__item {
    width: 268px;
  }
  .news__scroll-indicator {
    margin-top: 31px;
    padding: 0 0 0 5px;
    width: 100%;
  }
  .instagram__bg {
    padding: 60px 0 60px;
  }
  .instagram__bg::before {
    left: -35%;
    bottom: -15%;
    width: 100vw;
    height: 100vw;
  }
  .instagram__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .instagram__en {
    letter-spacing: 0;
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #instagram-feed {
    gap: 7px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  .instagram__link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 37px;
    margin-right: 10px;
    -ms-grid-column-align: auto;
        justify-self: auto;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .trial__content {
    padding: 48px 20px 18px 26px;
  }
  .trial__head {
    gap: 0;
  }
  .trial__link {
    translate: 0;
  }
  .reason__ttl {
    font-size: 26px;
  }
  .voice__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-inline: auto;
  }
  .evidence__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .journal__ttl {
    font-size: 20px;
  }
  .news__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__cta {
    margin-top: 0;
  }
  .news__right {
    width: 100%;
    margin-top: 40px;
  }
  .instagram__in {
        grid-template-areas: "title title" "link  link" "grid  grid";
    max-width: 600px;
  }
  #instagram-feed {
    margin-top: 40px;
    max-width: 560px;
  }
  .instagram__link {
    margin-top: 0;
  }
  .instagram__en {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #instagram-feed {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .instagram__link {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media only screen and (min-width: 460px) and (max-width: 767px) {
  .item--top .item__in {
    max-width: 460px;
  }
  .about__in {
    max-width: 460px;
  }
}

@media only screen and (min-width: 768px) {
  .evidence__card:nth-of-type(2) {
    padding-left: 39px;
    padding-top: 31px;
  }
}

@media only screen and (min-width: 1061px) {
  .news__right {
    /* スライダーのみ右方向へフルブリード。min()の960pxは最大幅1920px（=960×2）の頭打ち */
    margin-right: calc(50% - min(50vw, 960px));
  }
}

@media only screen and (max-width: 719px) {
  .header__logo {
    width: 81px;
  }
  .header__logo {
    width: 81px;
  }
  .mv {
    height: 100dvh;
  }
  .mv__scroll {
    right: 15px;
  }
  .mv__scroll__txt {
    margin: 0 15px 10px 0px;
  }
  .mv__teaser {
    font-size: 18px;
    left: 0;
    width: 100%;
    bottom: 28px;
  }
  .mv__teaser span {
    font-size: 14px;
  }
  .intro {
    padding: 97px 0 65px;
  }
  .intro__deco01 img {
    -webkit-transform: translate(168px, -151px);
            transform: translate(168px, -151px);
  }
  .intro__deco02 {
    bottom: 0;
  }
  .intro__deco02 img {
    -webkit-transform: translate(-171px, 260px);
            transform: translate(-171px, 260px);
  }
  .intro__slider {
    top: 45px;
  }
  .intro__slider__txt {
    width: 1077px;
  }
  .intro__wrap {
    margin: 0 0 23px;
  }
  .intro__box {
    width: 100%;
    padding: 0 0 35px 17px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .intro__box__img01 {
    width: calc(100% + 15px);
  }
  .intro__box__img01 img {
    border-radius: 20px 0 0 20px;
  }
  .intro__box__img02 {
    left: 0;
    border: 0;
    width: 34.20289855%;
  }
  .intro__container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 0 31px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .intro__ttl {
    font-size: 28px;
    margin: 0 0 21px;
  }
  .intro__txt {
    margin: 0 0 45px;
  }
  .intro__btn {
    margin: 0;
  }
  .intro__picture__item01 {
    width: 50%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .intro__picture__item02 {
    width: 100%;
    margin: 0 0 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .intro__picture__item03 {
    width: 50%;
    padding: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .step__box {
    padding: 40px 0;
    display: block;
    position: relative;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
  }
  .webp .step__box.box01 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step01_sp.webp) no-repeat center center/cover;
  }
  .no-webp .step__box.box01 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step01_sp.jpg) no-repeat center center/cover;
  }
  .webp .step__box.box02 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step02_sp.webp) no-repeat center center/cover;
  }
  .no-webp .step__box.box02 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step02_sp.jpg) no-repeat center center/cover;
  }
  .webp .step__box.box03 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step03_sp.webp) no-repeat center center/cover;
  }
  .no-webp .step__box.box03 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step03_sp.jpg) no-repeat center center/cover;
  }
  .webp .step__box.box04 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step04_sp.webp) no-repeat center center/cover;
  }
  .no-webp .step__box.box04 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top_new/bg_step04_sp.jpg) no-repeat center center/cover;
  }
  .step__box__in {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .step__box__container {
    display: contents;
  }
  .step__box__tag {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 16px;
    font-weight: 400;
  }
  .step__box__tag span {
    padding: 0 0 0 18px;
    margin: 0 0 0 8px;
    font-size: 12px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .step__box__tag span::after {
    top: 46%;
    width: 14px;
  }
  .step__box__block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 12px;
    margin: 23px 0 25px;
  }
  .step__box__ttl {
    font-size: 32px;
    line-height: 1.1875;
    margin: 0;
  }
  .step__box__sub {
    font-size: 12px;
    margin: 0;
    padding: 0 0 3px;
  }
  .step__box__txt01 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 40px;
  }
  .step__box__txt01[\:has\(.small\)] {
    margin: 0 0 11px;
  }
  .step__box__txt01:has(.small) {
    margin: 0 0 11px;
  }
  .step__box__txt01 .bg {
    padding: 2px 10px;
    margin: 5px 0 0 0;
  }
  .step__box__txt01 .small {
    width: 100%;
    padding: 12px 0 0 0;
    display: block;
    line-height: 1.6;
  }
  .step__box__detail {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
  }
  .step__box__txt02 {
    letter-spacing: 0.1em;
    margin: 15px auto 0;
    text-align: center;
  }
  .step__box__txt03 {
    margin: 10px 0 0;
    text-align: center;
    display: block;
    max-width: none;
  }
  .step__box__price {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 0 0 32px;
  }
  .step__box__price .tax {
    font-size: 10px;
  }
  .step__box__btn {
    padding: 0 64px 0 0;
    margin: 0 auto;
  }
  .step__img {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    padding: 0 10px;
  }
  .repeat__deco {
    bottom: 77px;
  }
  .repeat__deco img {
    -webkit-transform: translate(184px, 0);
            transform: translate(184px, 0);
  }
  .repeat__wrap {
    padding: 68px 0 70px;
  }
  .repeat__box {
    display: contents;
  }
  .repeat__container {
    width: 100%;
  }
  .repeat__container__main {
    font-size: 24px;
    margin: 46px 0 0 0;
  }
  .repeat__container__txt {
    margin: 35px 0 40px 0;
  }
  .repeat__container__look {
    margin: 42px 0 32px 0;
  }
  .repeat__container__btn {
    margin: 42px 0 34px;
  }
  .repeat__img {
    width: 100%;
    -webkit-filter: none;
            filter: none;
  }
  .repeat__img__in {
    margin-right: calc(50% - 50vw);
  }
  .repeat.trial .repeat__wrap {
    padding: 68px 0 0px;
  }
  .repeat.trial .repeat__container {
    padding: 0;
  }
  .repeat.trial .repeat__img__in {
    margin-left: calc(50% - 50vw);
  }
  .topics {
    margin: 0 0 60px;
    overflow: hidden;
  }
  .topics__deco img {
    -webkit-transform: translate(168px, -151px);
            transform: translate(168px, -151px);
  }
  .topics__ttl {
    text-align: left;
    margin: 0 0 35px;
  }
  .topics__wrap {
    margin: 0 -15px 40px;
    padding: 0 0 0 15px;
  }
  .topics__card {
    margin: 0 20px 0 0;
  }
  .topics__card:last-child {
    margin: 0 20px 0 0;
  }
  .topics__card__img {
    width: 100%;
    margin: 0 0 22px;
  }
  .topics__card__container {
    width: 100%;
  }
  .topics__card__time {
    margin: 0 0 10px;
  }
  .topics__card__ttl {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 7px;
  }
  .topics__card__txt {
    font-size: 12px;
    line-height: 1.3333333333;
    -webkit-line-clamp: 3;
  }
  .topics__btn {
    margin: 0;
  }
  .topics.teaser .topics__btn {
    margin: 0 auto;
  }
  .floating {
    width: 150px;
    right: 15px;
    bottom: 15px;
  }
  .floating .close {
    width: 25px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 720px) {
  .intro__box {
    width: 400px;
  }
  .intro__container {
    width: calc(100% - 400px);
  }
  .intro__ttl {
    font-size: 28px;
  }
}

@media only screen and (min-width: 720px) {
  .box {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
  }
  .pinSection {
    height: 100%;
    width: 100%;
  }
  .image {
    top: -50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    background-size: contain;
    height: 100%;
    width: 100%;
  }
  .pin-spacer {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .event1 {
    background-color: #fbc531;
  }
  .event1 .image {
    top: 50%;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 720px) {
  .repeat__container__main {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  .repeat__img__in {
    margin-right: calc(50% - 33vw);
  }
  .repeat.trial .repeat__img__in {
    margin-left: calc(50% - 33vw);
  }
}

@media only screen and (min-width: 1501px) {
  .repeat__img__in {
    margin-right: calc(50% - 38vw);
  }
  .repeat.trial .repeat__img__in {
    margin-left: calc(50% - 38vw);
  }
}