/* ========================================
   OLES REFILL LP
======================================== */


/* ========================================
   共通設定
======================================== */
html {
  scroll-behavior: smooth;
}

/* ecforce */
html,
body,
#template-form-view,
#template-form-view.page-container,
#template-form-view .row,
#template-form-view .col-md-12,
#oles-refill-lp,
.oles-refill-lp,
.oles-kv,
.oles-kv picture,
.oles-kv__image {
  margin: 0 !important;
  padding: 0 !important;
}

html,
body,
#template-form-view,
#template-form-view.page-container,
#template-form-view .row,
#template-form-view .col-md-12,
#oles-refill-lp,
.oles-refill-lp {
  width: 100% !important;
  max-width: none !important;
}

/* ecforce側でLP直前に生成される空blockquote */
#template-form-view blockquote:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: 0 !important;
  height: 0 !important;
}


/* ========================================
   LP
======================================== */
.oles-refill-lp,
.oles-refill-lp * {
  box-sizing: border-box;
}

.oles-refill-lp {

  /* -------------------------
     共通フォント
  ------------------------- */
  --oles-font-jp:
    "Noto Serif JP",
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;

  --oles-font-en:
    "Times New Roman",
    "Noto Serif JP",
    "Yu Mincho",
    "YuMincho",
    serif;


  /* -------------------------
     共通カラー
  ------------------------- */
  --oles-black: #303030;
  --oles-gold: #b58e5c;
  --oles-gold-light: #c9a674;
  width: 100%;
  background: #fff;
  color: var(--oles-black);
  font-family: var(--oles-font-jp);
}


/* ========================================
   英字フォント共通
======================================== */
.oles-side-product__status,
.oles-side-product__name,
.oles-side-product__type,
.oles-nav,
.oles-online-shop,
.oles-philosophy__title,
.oles-about__title,
.oles-test-section p {
  font-family: var(--oles-font-en);
}


/* ========================================
   KV
======================================== */
.oles-kv {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: none;
  background: #fff;
}

.oles-kv picture {
  display: block;
  width: 100%;
}

.oles-kv__image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}


/* ========================================
   KV以下
======================================== */
.oles-after-kv {
  position: relative;
  width: 100%;
}

.oles-bg-movie {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

.oles-bg-movie video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.oles-bg-movie__overlay {
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.35;
}


/* ========================================
   PC 3カラム
======================================== */

.oles-pc-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    minmax(220px, 1fr)
    520px
    minmax(260px, 1fr);
  align-items: start;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}


.oles-content {
  grid-column: 2;
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 0;
  margin: 0;
  background: #fff;
  box-shadow:
    0 0 18px rgba(0, 0, 0, 0.025);
}


/* ========================================
   左右エリア
======================================== */

.oles-side {
  position: relative;
  min-width: 0;
  min-height: 100%;
}

.oles-side--left {
  grid-column: 1;
  grid-row: 1;
}

.oles-side--right {
  grid-column: 3;
  grid-row: 1;
}

/* sticky */
.oles-side__inner {
  position: sticky;
  top: 50vh;
  transform: translateY(-50%);
  width: max-content;
  max-width: none;
}


/* ========================================
   LEFT
======================================== */

.oles-side--left .oles-side__inner {
  margin-left: auto;
  margin-right: clamp(40px, 3.5vw, 60px);
}

.oles-side-product__status,
.oles-side-product__name,
.oles-side-product__type {
  margin-top: 0;
  color: var(--oles-black);
}

.oles-side-product__status {
  margin-bottom: 20px;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.oles-side-product__name {
  margin-bottom: 24px;
  font-size: clamp(22px, 1.55vw, 28px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.025em;
}

.oles-side-product__type {
  margin-bottom: 0;
  font-size: clamp(11px, 0.85vw, 15px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.015em;
  white-space: nowrap;
}


/* ========================================
   RIGHT MENU
   右側全体を右寄せ／中身は左揃え
======================================== */

.oles-side--right {
  grid-column: 3;
  grid-row: 1;
}

.oles-side--right .oles-side__inner {
  margin-left: clamp(40px, 3.5vw, 60px);
  margin-right: auto;
}

.oles-nav {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start;
  width: max-content;
  margin: 0;
  gap: 8px;
}

.oles-nav a {
  display: flex !important;
  align-items: baseline;
  gap: 9px;
  width: auto;
  color: var(--oles-black) !important;
  text-decoration: none !important;
  font-family: var(--oles-font-en);
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.015em;
  white-space: nowrap;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.oles-nav a span {
  display: inline-block;
  min-width: 26px;
  font-size: clamp(11px, 0.82vw, 14px);
  font-weight: 400;
  opacity: 0.8;
}

.oles-nav a:hover {
  opacity: 0.55;
  transform: translateX(2px);
}


/* ========================================
   ONLINE SHOP
======================================== */

.oles-online-shop {
  display: inline-flex !important;
  align-items: center;
  width: max-content;
  margin:
    38px
    0
    0;
  padding-bottom: 4px;
  border-bottom:
    1px solid rgba(48, 48, 48, 0.45);
  color: var(--oles-black) !important;
  text-decoration: none !important;
  font-family: var(--oles-font-en);
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.4;
  letter-spacing: 0.035em;
  white-space: nowrap;
}


/* ========================================
   動作確認用 仮セクション
   ※本番セクションへ順次差し替え
======================================== */

.oles-test-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 220px;
  padding:
    60px
    30px;
  border-bottom:
    1px solid #ececec;
  background: #fff;
}


.oles-test-section p {
  margin: 0;
  font-size: 17px;
  letter-spacing: 0.08em;
  color: #444;
}


/* ========================================
   OUR PHILOSOPHY
======================================== */

.oles-philosophy {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: #333;
}

/* PHILOSOPHY MAIN */
.oles-philosophy__main {
  width: 100%;

  padding:
    72px
    34px
    34px;
  text-align: center;
  background: #fff;
}

/* PHILOSOPHY TITLE */
.oles-philosophy__title {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: var(--oles-gold);
}

.oles-philosophy__title-line {
  width: 42px;
  height: 1px;
  margin:
    10px
    auto
    38px;
  background: var(--oles-gold-light);
}

/* PHILOSOPHY LEAD */
.oles-philosophy__lead {
  margin: 0;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.035em;
  color: #252525;
}


/* VERTICAL LINE */

.oles-philosophy__vertical-line {
  width: 1px;
  height: 36px;
  margin:
    28px
    auto
    30px;
  background: #d2ad77;
}


/* PHILOSOPHY BODY */
.oles-philosophy__body {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.05;
  letter-spacing: 0.035em;
  color: var(--oles-black);
}


.oles-philosophy__body p {
  margin: 0;
}

.oles-philosophy__dots {
  margin:
    13px
    0
    15px !important;
  font-size: 12px;
  line-height: 1.25;
  color: #333;
}

/* PHILOSOPHY CONCLUSION */
.oles-philosophy__conclusion-wrap {
  width: 100%;
  padding:
    21px
    20px
    32px;
  text-align: center;
  background: #fff;
}

.oles-philosophy__conclusion {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.055em;
  color: #b58a56;
}


/* ========================================
   PHILOSOPHY UNDERLINE
   やわらかい手描きライン
======================================== */

.oles-philosophy__underline {
  position: relative;
  display: inline-block;
  padding: 0 3px 13px;
}

.oles-philosophy__underline::after {
  content: "";
  position: absolute;
  left: -1%;
  bottom: 1px;
  width: 102%;
  height: 12px;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 20' preserveAspectRatio='none'%3E%3Cpath d='M6 13 C70 11.5 128 12.5 188 10.8 C250 9.2 309 10.5 369 8.8 C414 7.8 455 8.2 494 7' fill='none' stroke='%23D7A06B' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0.72;
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    transform 1.25s
    cubic-bezier(0.22, 1, 0.36, 1)
    0.45s;
}

.js-oles-reveal.is-visible
+ .oles-philosophy__conclusion-wrap
.oles-philosophy__underline::after {
  transform: scaleX(1);
}

/* ========================================
   COMMON REVEAL
======================================== */

/* ゆっくり、ふわっと表示 */

.js-oles-reveal {
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 1.25s ease,
    transform 1.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-oles-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 少し遅れて表示したい要素 */
.oles-reveal-delay-1 {
  transition-delay: 0.18s;
}

.oles-reveal-delay-2 {
  transition-delay: 0.36s;
}

.oles-reveal-delay-3 {
  transition-delay: 0.54s;
}


/* ========================================
   ABOUT OLES
======================================== */

.oles-about {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: var(--oles-black);
}

/* ABOUT VISUAL */
.oles-about__visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f5f5f3;
}

.oles-about__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.oles-about__visual-copy {
  position: absolute;
  left: 42px;
  top: 78px;
  bottom: auto;
  z-index: 2;
  text-align: left;
}


/* ABOUT TITLE */
.oles-about__title {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.09em;
  color: var(--oles-gold);
}

.oles-about__title-line {
  width: 38px;
  height: 1px;
  margin:
    9px
    0
    24px;
  background: var(--oles-gold-light);
}


/* ABOUT CATCH */
.oles-about__catch {
  margin: 0;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.045em;
  color: var(--oles-black);
}

.oles-about__subcopy {
  margin:
    14px
    0
    0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #444;
}

/* ABOUT BODY */
.oles-about__body {
  width: 100%;
  padding:
    56px
    38px
    66px;
  text-align: center;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.05;
  letter-spacing: 0.035em;
  color: #333;
}

.oles-about__body p {
  margin:
    0
    0
    28px;
}

.oles-about__body p:last-child {
  margin-bottom: 0;
}


/* ========================================
   PC ONLY
   768px以上は1レイアウトで運用
======================================== */

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

  .oles-pc-layout {
    grid-template-columns:
      minmax(180px, 1fr)
      520px
      minmax(220px, 1fr);
  }

  .oles-side--left .oles-side__inner {
    margin-left: auto;
    margin-right: clamp(32px, 3vw, 52px);
  }

  .oles-side--right .oles-side__inner {
    margin-left: clamp(32px, 3vw, 52px);
    margin-right: auto;
  }
}


/* ========================================
   SP
======================================== */

@media screen and (max-width: 767px) {
  /* SP 全幅 */
  .oles-refill-lp,
  .oles-kv {
    width: 100vw !important;
  }

  .oles-after-kv,
  .oles-pc-layout,
  .oles-content {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  /* 背景動画なし */
  .oles-bg-movie {
    display: none;
  }

  /* 左右固定エリアなし */
  .oles-side {
    display: none;
  }

  /* 1カラム */
  .oles-pc-layout {
    display: block;
    margin: 0;
  }

  .oles-content {
    margin: 0;
    box-shadow: none;
  }

  /* 仮セクション */
  .oles-test-section {
    min-height: 180px;
    padding:
      45px
      20px;
  }


  /* -------------------------
     PHILOSOPHY
  ------------------------- */
  .oles-philosophy__main {
    padding:
      68px
      24px
      32px;
  }

  .oles-philosophy__title {
    font-size: 16px;
  }

  .oles-philosophy__title-line {
    margin-bottom: 34px;
  }

  .oles-philosophy__lead {
    font-size:
      clamp(23px, 6.2vw, 27px);
    line-height: 1.7;
  }

  .oles-philosophy__vertical-line {
    height: 34px;
    margin-top: 26px;
    margin-bottom: 27px;
  }

  .oles-philosophy__body {
    font-size: 14px;
    line-height: 1.8;
  }

  .oles-philosophy__conclusion-wrap {
    padding:
      20px
      20px
      27px;
  }

  .oles-philosophy__conclusion {
    font-size: 20px;
    line-height: 1.72;
  }

  .oles-philosophy__underline {
    padding-bottom: 11px;
  }

  .oles-philosophy__underline::after {
    height: 12px;
  }


  /* -------------------------
   ABOUT OLES
------------------------- */

.oles-about__visual-copy {
  left: 28px;
  top: 72px;
  bottom: auto;
}

.oles-about__title {
  font-size: 14px;
}

.oles-about__title-line {
  margin-bottom: 20px;
}

.oles-about__catch {
  font-size: 25px;
  line-height: 1.55;
}

.oles-about__subcopy {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.75;
}

.oles-about__body {
  padding:
    48px
    25px
    58px;
  font-size: 14px;
  line-height: 2;
}

.oles-about__body p {
  margin-bottom: 25px;
}
}

/* ========================================
   REDUCED MOTION
======================================== */

@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }

  .oles-bg-movie {
    display: none;
  }

  .oles-nav a,
  .oles-online-shop {
    transition: none;
  }

  .js-oles-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .oles-philosophy__underline::after {
    transform:
      scaleX(1)
      rotate(-0.4deg);
    transition: none;
  }
}

/* ========================================
   FEATURES
======================================== */

.oles-features {
  position: relative;
  width: 100%;
  padding:
    76px
    26px
    90px;
  background: #f1f3f5;
}

.oles-features__inner {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}


/* ========================================
   FEATURES HEADING
======================================== */
.oles-features__heading {
  margin-bottom: 44px;
  text-align: center;
}

.oles-features__title {
  margin: 0;
  font-family: var(--oles-font-en);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: var(--oles-gold);
}

.oles-features__title-line {
  width: 42px;
  height: 1px;
  margin:
    10px
    auto
    28px;
  background: var(--oles-gold-light);
}

.oles-features__lead {
  margin: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: var(--oles-black);
}


/* ========================================
   FEATURE CARD
======================================== */

.oles-feature-card {
  position: sticky;
  top: 28px;
  width: 100%;

  /* 次のカードが来るまで読む時間をつくる */
  margin:
    0
    0
    22vh;

  overflow: hidden;
  background: #fff;
  box-shadow:
    0
    8px
    26px
    rgba(0, 0, 0, 0.05);
}


/* 最後のカードには大きな余白を付けない */
.oles-feature-card:last-child {
  margin-bottom: 0;
}
/* 少しずつ重なり位置をずらす */
.oles-feature-card:nth-of-type(2) {
  top: 48px;
}


.oles-feature-card:nth-of-type(3) {
  top: 68px;
}


/* ========================================
   IMAGE
======================================== */

.oles-feature-card__image-wrap {
  width: 100%;
  padding:
    26px
    26px
    0;
  background: #fff;
}

.oles-feature-card__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}


/* ========================================
   CONTENT
======================================== */

.oles-feature-card__content {
  padding:
    30px
    26px
    36px;
}


/* ========================================
   HEADING GROUP
======================================== */

.oles-feature-card__heading-group {
  margin-bottom: 24px;
  padding-left: 14px;
  border-left:
    2px solid
    #d7cec5;
}


.oles-feature-card__label {
  margin:
    0
    0
    7px;
  font-family: var(--oles-font-en);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--oles-black);
}


.oles-feature-card__heading {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0.025em;
  color: var(--oles-black);
}


/* ========================================
   TEXT
======================================== */

.oles-feature-card__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.025em;
  color: #333;
}


/* ========================================
   SP
======================================== */

@media screen and (max-width: 767px) {
  .oles-features {
    padding:
      66px
      20px
      78px;
  }

  .oles-features__heading {
    margin-bottom: 38px;
  }

  .oles-features__title {
    font-size: 16px;
  }

  .oles-features__lead {
    font-size: 21px;
    line-height: 1.75;
  }

.oles-feature-card {
  top: 18px;
  margin-bottom: 18vh;
}

.oles-feature-card:last-child {
  margin-bottom: 0;
}

  .oles-feature-card:nth-of-type(2) {
    top: 38px;
  }

  .oles-feature-card:nth-of-type(3) {
    top: 58px;
  }

  .oles-feature-card__image-wrap {
    padding:
      22px
      22px
      0;
  }

  .oles-feature-card__content {
    padding:
      26px
      22px
      30px;
  }

  .oles-feature-card__heading-group {
    margin-bottom: 21px;
    padding-left: 12px;
  }

  .oles-feature-card__label {
    font-size: 14px;
  }

  .oles-feature-card__heading {
    font-size: 18px;
    line-height: 1.3;
  }

  .oles-feature-card__text {
    font-size: 13px;
    line-height: 1.65;
  }
}


/* ========================================
   REDUCED MOTION
======================================== */

@media (prefers-reduced-motion: reduce) {
  .oles-feature-card {
    position: relative;
    top: auto !important;
  }
}

/* ========================================
   EVIDENCE
======================================== */

.oles-evidence {
  position: relative;
  width: 100%;
  padding:
    76px
    24px
    90px;
  background: #fff;
}


.oles-evidence__inner {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}


/* ========================================
   EVIDENCE HEADING
======================================== */
.oles-evidence__heading {
  margin-bottom: 42px;
  text-align: center;
}


.oles-evidence__title {
  margin: 0;
  font-family: var(--oles-font-en);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: var(--oles-gold);
}

.oles-evidence__title-line {
  width: 42px;
  height: 1px;
  margin:
    10px
    auto
    28px;
  background: var(--oles-gold-light);
}

.oles-evidence__lead {
  margin: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: var(--oles-black);
}

/* ========================================
   EVIDENCE CARD
======================================== */

.oles-evidence-card {
  width: 100%;
  margin-bottom: 26px;
  padding:
    26px
    24px
    30px;
  background: #eeeeed;
}

.oles-evidence-card:last-child {
  margin-bottom: 0;
}

/* ========================================
   CARD TITLE
======================================== */

.oles-evidence-card__title {
  margin:
    0
    0
    22px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.035em;
  color: var(--oles-black);
}


/* ========================================
   IMAGE
======================================== */

.oles-evidence-card__image-wrap {
  width: 88%;
  margin:
    0
    auto
    24px;
}

.oles-evidence-card__image-wrap--wide {
  width: 100%;
}

.oles-evidence-card__image-wrap--small {
  width: 76%;
  margin-bottom: 0;
}

.oles-evidence-card__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* ========================================
   TEXT
======================================== */

.oles-evidence-card__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.025em;
  color: #333;
}

.oles-evidence-card__intro {
  margin:
    -4px
    0
    24px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #333;
}


/* ========================================
   SP
======================================== */
@media screen and (max-width: 767px) {
  .oles-evidence {
    padding:
      66px
      20px
      78px;
  }

  .oles-evidence__heading {
    margin-bottom: 36px;
  }

  .oles-evidence__title {
    font-size: 16px;
  }

  .oles-evidence__lead {
    font-size: 21px;
    line-height: 1.6;
  }

  .oles-evidence-card {
    margin-bottom: 22px;
    padding:
      22px
      18px
      26px;
  }

  .oles-evidence-card__title {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.6;
  }

  .oles-evidence-card__image-wrap {
    width: 92%;
    margin-bottom: 10px;
  }

  .oles-evidence-card__image-wrap--wide {
    width: 100%;
  }

  .oles-evidence-card__image-wrap--small {
    width: 80%;
    margin-bottom: 0;
  }

  .oles-evidence-card__text {
    font-size: 13px;
    line-height: 1.5;
  }

  .oles-evidence-card__intro {
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.6;
  }
}

/* ========================================
   PRODUCTS
======================================== */

.oles-products {
  position: relative;
  width: 100%;
  padding:
    76px
    0
    90px;
  overflow: hidden;
  background: #fff;
}


/* ========================================
   PRODUCTS HEADING
======================================== */

.oles-products__heading {
  padding:
    0
    24px;
  margin-bottom: 38px;
  text-align: center;
}


.oles-products__title {
  margin: 0;
  font-family: var(--oles-font-en);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: var(--oles-gold);
}


.oles-products__title-line {
  width: 42px;
  height: 1px;
  margin:
    10px
    auto
    28px;
  background: var(--oles-gold-light);
}


.oles-products__lead {
  margin: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: var(--oles-black);
}


/* ========================================
   HORIZONTAL SLIDER
======================================== */

.oles-products__slider {
  display: flex;
  gap: 14px;

  width: 100%;

  padding:
    0
    24px
    8px;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-snap-type: x mandatory;
  scroll-padding-left: 24px;

  -webkit-overflow-scrolling: touch;

  scrollbar-width: none;
}


.oles-products__slider::-webkit-scrollbar {
  display: none;
}


/* ========================================
   PRODUCT CARD
======================================== */

.oles-products__card {
  flex:
    0
    0
    88%;

  min-width: 0;

  scroll-snap-align: start;
  scroll-snap-stop: always;
}


.oles-products__image {
  display: block;

  width: 100%;
  height: auto;

  margin: 0;

  border-radius: 0;
}


/* ========================================
   SP
======================================== */
@media screen and (max-width: 767px) {
  .oles-products {
    padding:
      66px
      0
      78px;
  }

  .oles-products__heading {
    padding:
      0
      20px;

    margin-bottom: 32px;
  }

  .oles-products__title {
    font-size: 16px;
  }

  .oles-products__lead {
    font-size: 21px;
    line-height: 1.6;
  }

  .oles-products__slider {
    gap: 12px;
    padding:
      0
      20px
      8px;
    scroll-padding-left: 20px;
  }

  .oles-products__card {
    flex-basis: 89%;
  }
}

/* ========================================
   LINE UP
======================================== */

.oles-lineup {
  position: relative;
  width: 100%;
  padding:
    20px
    20px
    90px;
  background: #f4f1ed;
}

.oles-lineup__inner {
  width: 100%;
  max-width: 452px;
  margin: 0 auto;
}

/* ========================================
   LINE UP HEADING
======================================== */

.oles-lineup__heading {
  margin-bottom: 46px;
  text-align: center;
}

.oles-lineup__title {
  margin: 0;
  font-family: var(--oles-font-en);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: var(--oles-gold);
}

.oles-lineup__title-line {
  width: 42px;
  height: 1px;
  margin:
    10px
    auto
    28px;
  background: var(--oles-gold-light);
}

.oles-lineup__lead {
  margin:
    0
    0
    22px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: var(--oles-black);
}

.oles-lineup__intro {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.025em;
  color: #333;
}


.oles-lineup__accent {
  color: var(--oles-gold);
}

/* ========================================
   LINE UP CARD
======================================== */

.oles-lineup-card {
  width: 100%;
  margin:
    0
    0
    30px;
  padding:
    20px
    16px
    25px;
  background: #fff;
  border-radius: 12px;
  box-shadow:
    0
    8px
    28px
    rgba(0, 0, 0, 0.035);
}

.oles-lineup-card:last-child {
  margin-bottom: 0;
}


/* ========================================
   LINE UP IMAGE
======================================== */

.oles-lineup-card__visual {
  width: 100%;
}

.oles-lineup-card__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}


/* ========================================
   LINE UP CTA
======================================== */

.oles-lineup-card__cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}


/* ========================================
   BUTTON
======================================== */

.oles-lineup-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding:
    10px
    33px
    10px
    18px;
  border-radius: 4px;
  text-decoration: none;
  transition:
    opacity 0.35s ease;
}


/* MOIST */

.oles-lineup-button--moist {
  background: #444547;
  color: #fff;
}

/* SMOOTH */

.oles-lineup-button--smooth {
  background: #b79a70;
  color: #fff;
}


/* ========================================
   TEXT
======================================== */

.oles-lineup-button__text {
  display: block;
  text-align: center;
  font-family: var(--oles-font-jp);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #fff;
}


.oles-lineup-button__text small {
  display: block;
  margin-top: 6px;
  font-family: var(--oles-font-en);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;

  color: #fff;
}


/* ========================================
   CHEVRON
   右側の細い ＞
======================================== */

.oles-lineup-button
.oles-lineup-button__chevron {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  background: transparent;
  opacity: 1;
  visibility: visible;
  transform:
    translateY(-50%)
    rotate(45deg);
  z-index: 2;
  transition:
    right 0.35s ease;
}


/* ========================================
   PC HOVER
======================================== */

@media (hover: hover) {

  .oles-lineup-button:hover {
    opacity: 0.88;
  }

  .oles-lineup-button:hover
  .oles-lineup-button__chevron {
    right: 14px;
  }

}

/* ========================================
   SP
======================================== */

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

  .oles-lineup-card__cta {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100%;
    gap: 10px;
    margin-top: 14px;
  }

  .oles-lineup-button {
    width: 100%;
    min-width: 0;
    min-height: 35px;
    padding:
      8px
      20px
      8px
      8px;
  }

  .oles-lineup-button__text {
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .oles-lineup-button__text small {
    margin-top: 5px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .oles-lineup-button
  .oles-lineup-button__chevron {
    right: 12px;
    width: 8px;
    height: 8px;
    border-top-width: 1.4px;
    border-right-width: 1.4px;
  }
}

/* ========================================
   SUBSCRIPTION
======================================== */

.oles-subscription {
  position: relative;
  width: 100%;
  padding:
    76px
    28px
    90px;
  background: #fff;
}


.oles-subscription__inner {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}


/* ========================================
   HEADING
======================================== */

.oles-subscription__heading {
  margin-bottom: 64px;
  text-align: center;
}

.oles-subscription__title {
  margin: 0;
  font-family: var(--oles-font-en);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: var(--oles-gold);
}


.oles-subscription__title-line {
  width: 42px;
  height: 1px;
  margin:
    10px
    auto
    28px;

  background: var(--oles-gold-light);
}


.oles-subscription__lead {
  margin:
    0
    0
    38px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: var(--oles-black);
}


.oles-subscription__intro {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.045em;
  color: #333;
}


/* ========================================
   BENEFITS
======================================== */

.oles-subscription-benefits {
  width: 100%;
  margin-bottom: 96px;
  border-top: 1px solid #cfd5d6;
}


.oles-subscription-benefit {
  display: grid;
  grid-template-columns:
    64px
    minmax(0, 1fr);
  gap: 20px;
  padding:
    32px
    0
    34px;

  border-bottom: 1px solid #cfd5d6;
}


.oles-subscription-benefit__number {
  font-family: var(--oles-font-en);
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  color: #333;
}


.oles-subscription-benefit__title {
  margin:
    0
    0
    18px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.04em;
  color: var(--oles-black);
}


.oles-subscription-benefit__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.025em;
  color: #333;
}


/* ========================================
   SUBSCRIPTION POINT
======================================== */

.oles-subscription-points {
  width: 100%;
  margin-bottom: 96px;
}


.oles-subscription-points__heading {
  margin:
    0
    0
    30px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: var(--oles-black);
}

.oles-subscription-point {
  display: grid;
  grid-template-columns: 48px auto;
  justify-content: center;
  align-items: start;
  gap: 20px;
  margin-bottom: 38px;
}

.oles-subscription-point__content {
  width: 290px;
  max-width: 100%;
}

.oles-subscription-point:last-child {
  margin-bottom: 0;
}

/* 丸チェック */

.oles-subscription-point__icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #8e9c9f;
}

.oles-subscription-point__icon span::before,
.oles-subscription-point__icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background: #fff;
  transform-origin: left center;
}

.oles-subscription-point__icon span::before {
  width: 8px;
  left: 15px;
  top: 25px;
  transform: rotate(45deg);
}

.oles-subscription-point__icon span::after {
  width: 15px;
  left: 20px;
  top: 29px;
  transform: rotate(-45deg);
}

.oles-subscription-point__title {
  margin:
    2px
    0
    12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.04em;
  color: var(--oles-black);
}

.oles-subscription-point__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.025em;
  color: #333;
}

/* ========================================
   FAQ
======================================== */

.oles-subscription-faq {
  width: 100%;
}

.oles-subscription-faq__heading {
  margin: 0 0 10px;
  padding-bottom: 28px;
  border-bottom: 1px solid #cfd5d6;
  font-size: 19px;
  text-align: center;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--oles-black);
}

/* details */
.oles-subscription-faq__item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #cfd5d6;
}

/* デフォルト三角削除 */
.oles-subscription-faq__question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding:
    28px
    4px;
  list-style: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.035em;
  color: var(--oles-black);
}

.oles-subscription-faq__question::-webkit-details-marker {
  display: none;
}

.oles-subscription-faq__question::marker {
  display: none;
}


/* ========================================
   PLUS / MINUS
======================================== */

.oles-subscription-faq__icon {
  position: relative;

  flex:
    0
    0
    22px;
  width: 22px;
  height: 22px;
}


.oles-subscription-faq__icon::before,
.oles-subscription-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #7e8b8e;
  transform:
    translate(-50%, -50%);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}


.oles-subscription-faq__icon::after {
  transform:
    translate(-50%, -50%)
    rotate(90deg);
}


/* OPEN = － */
.oles-subscription-faq__item[open]
.oles-subscription-faq__icon::after {
  opacity: 0;
  transform:
    translate(-50%, -50%)
    rotate(0deg);
}


/* ========================================
   FAQ ANSWER
======================================== */

.oles-subscription-faq__answer {
  padding:
    0
    32px
    32px
    4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.025em;
  color: #333;
}


.oles-subscription-faq__answer p {
  margin:
    0
    0
    18px;
}

.oles-subscription-faq__answer p:last-child {
  margin-bottom: 0;
}

.oles-subscription-faq__answer-label {
  margin-bottom: 10px !important;
}

.oles-subscription-faq__answer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* ========================================
   SP
======================================== */

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

  .oles-subscription {
    padding:
      66px
      24px
      78px;
  }

  .oles-subscription__heading {
    margin-bottom: 54px;
  }

  .oles-subscription__title {
    font-size: 16px;
  }


  .oles-subscription__lead {
    margin-bottom: 32px;
    font-size: 20px;
  }


  .oles-subscription__intro {
    font-size: 14px;
    line-height: 1.65;
  }


  /* BENEFITS */
  .oles-subscription-benefits {
    margin-bottom: 82px;
  }

  .oles-subscription-benefit {
    grid-template-columns:
      56px
      minmax(0, 1fr);
    gap: 16px;
    padding:
      28px
      0
      30px;
  }

  .oles-subscription-benefit__number {
    font-size: 36px;
  }

  .oles-subscription-benefit__title {
    margin-bottom: 14px;
    font-size: 19px;
  }

  .oles-subscription-benefit__text {
    font-size: 13px;
    line-height: 1.9;
  }

  /* POINT */
  .oles-subscription-points {
    margin-bottom: 82px;
  }

  .oles-subscription-points__heading {
    margin-bottom: 30px;
    font-size: 20px;
  }

.oles-subscription-point {
  grid-template-columns: 44px auto;
  justify-content: center;
  gap: 16px;
  margin-bottom: 34px;
}

.oles-subscription-point__content {
  width: 260px;
  max-width: 100%;
}
  .oles-subscription-point__icon {
    width: 44px;
    height: 44px;
  }

  .oles-subscription-point__icon span::before {
    left: 13px;
    top: 23px;
  }

  .oles-subscription-point__icon span::after {
    left: 18px;
    top: 27px;
  }

  .oles-subscription-point__title {
    font-size: 18px;
  }

  .oles-subscription-point__text {
    font-size: 13px;
    line-height: 1.9;
  }

  /* FAQ */
  .oles-subscription-faq__heading {
    margin-bottom: 8px;
    padding-bottom: 24px;
    font-size: 18px;
    text-align: center;

  }


  .oles-subscription-faq__question {
    gap: 18px;
    padding:
      24px
      2px;
    font-size: 14px;
    line-height: 1.7;
  }

  .oles-subscription-faq__answer {
    padding:
      0
      28px
      28px
      2px;
    font-size: 13px;
    line-height: 1.9;
  }
}

/* ========================================
   PC KV TRANSITION
   KVが完全に消えるまでは
   PHILOSOPHY側を1pxも動かさない
======================================== */

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

  /*
    高さはJSで
    「フェード距離 + 本文全体の高さ」
    に自動設定する。
  */
  .oles-transition-stage {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /*
    通常状態。
    fadeDistance分だけ下に置くことで、
    フェード終了位置で本文TOPが
    ちょうどviewport上端に来る。
  */
  .oles-transition-stage > .oles-after-kv {
    position: absolute;
    top: var(--oles-kv-fade-distance, 90vh);
    left: 0;
    z-index: 5;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /*
    KVフェード中だけ、
    PHILOSOPHY＋左右メニューを
    viewportに完全固定する。
  */
  .oles-transition-stage.is-kv-fading > .oles-after-kv {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .oles-transition-stage > .oles-after-kv .oles-pc-layout {
    min-height: 100vh;
  }

  /*
    KVは最上層に固定。
    opacityだけJSで変化させる。
  */
  .oles-transition-stage > .oles-kv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    opacity: 1;
    will-change: opacity;
  }

  .oles-transition-stage > .oles-kv picture {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .oles-transition-stage > .oles-kv .oles-kv__image {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center center;
  }

  /*
    完全に消えた後はKVを操作対象から外す。
  */
  .oles-transition-stage.is-kv-done > .oles-kv {
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none;
  }

  /*
    左右情報は2枚目の画面の一部。
  */
  .oles-side {
    opacity: 1;
    visibility: visible;
  }
}


/* ========================================
   SP
   KV → 本文の通常フロー
======================================== */

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

  .oles-transition-stage {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto !important;
    margin: 0;
    padding: 0;
  }

  /*
    HTML上は after-kv → KV の順なので、
    SPだけ表示順を戻す。
  */
  .oles-transition-stage > .oles-kv {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .oles-transition-stage > .oles-after-kv {
    order: 2;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .oles-transition-stage > .oles-kv picture {
    display: block;
    width: 100%;
    height: auto;
  }

  .oles-transition-stage > .oles-kv .oles-kv__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* ========================================
   SP KV SAFETY FIX
   スマホではKVを必ず表示
======================================== */

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

  .oles-transition-stage {
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;
  }


  /* KVを先頭に表示 */
  .oles-transition-stage > .oles-kv {
    order: 1 !important;

    display: block !important;

    position: relative !important;

    top: auto !important;
    left: auto !important;
    right: auto !important;

    width: 100% !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;

    pointer-events: auto !important;

    transform: none !important;
  }


  .oles-transition-stage > .oles-kv picture {
    display: block !important;

    width: 100% !important;
    height: auto !important;
  }


  .oles-transition-stage > .oles-kv .oles-kv__image {
    display: block !important;

    width: 100% !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;

    object-fit: contain !important;
  }


  /* KVの後に本文 */
  .oles-transition-stage > .oles-after-kv {
    order: 2 !important;

    position: relative !important;

    top: auto !important;
    left: auto !important;
    right: auto !important;

    width: 100% !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;
  }

}  /* NEW REFILL / SUBSCRIPTION RENEWAL */
  #oles-refill-lp .oles-refill-purchase,
  #oles-refill-lp .oles-renewal {
    box-sizing: border-box;
    color: #4b4947;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    text-align: center;
  }

  #oles-refill-lp .oles-refill-purchase {
    padding: 92px 28px 84px;
    background: #fff;
  }

  #oles-refill-lp .oles-refill-purchase__inner,
  #oles-refill-lp .oles-renewal__inner {
    width: min(100%, 700px);
    margin: 0 auto;
  }

  #oles-refill-lp .oles-section-label {
    margin: 0;
    color: #b69b76;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .12em;
  }

  #oles-refill-lp .oles-section-label::after {
    display: block;
    width: 40px;
    height: 1px;
    margin: 12px auto 0;
    background: #c8af8a;
    content: "";
  }

  #oles-refill-lp .oles-refill-purchase__title,
  #oles-refill-lp .oles-renewal__title {
    margin: 28px 0 0;
    color: #333230;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: .04em;
  }

  #oles-refill-lp .oles-refill-purchase__intro,
  #oles-refill-lp .oles-renewal__intro {
    margin: 24px 0 0;
    font-size: 16px;
    line-height: 2;
    letter-spacing: .04em;
  }

  #oles-refill-lp .oles-refill-purchase__products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 44px;
  }

  #oles-refill-lp .oles-refill-product {
    display: flex;
    flex-direction: column;
    padding: 34px 12px 24px;
    border: 1px solid #e9e3da;
    border-radius: 8px;
    background: rgba(255,255,255,.9);
  }

  #oles-refill-lp .oles-refill-product__name {
    margin: 0;
    color: #454341;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .11em;
  }

  #oles-refill-lp .oles-refill-product__name span {
    display: block;
    margin-top: 5px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 14px;
    letter-spacing: .04em;
  }

  #oles-refill-lp .oles-refill-product__image {
    display: block;
    width: auto;
    max-width: 78%;
    height: 300px;
    margin: 24px auto 18px;
    object-fit: contain;
  }

  #oles-refill-lp .oles-refill-product__type {
    margin: auto 0 0;
    font-size: 14px;
  }

  #oles-refill-lp .oles-refill-product__price {
    margin: 5px 0 10px;
    color: #3f3d3b;
    font-size: 27px;
    line-height: 1.2;
  }

  #oles-refill-lp .oles-refill-product__price small {
    font-size: 14px;
  }

  #oles-refill-lp .oles-renewal {
    padding: 84px 28px 72px;
    background: #f4f1ed;
  }

  #oles-refill-lp .oles-renewal__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 42px;
  }

  #oles-refill-lp .oles-renewal-feature {
    padding: 0 18px;
    border-right: 1px solid #d9d0c4;
  }

  #oles-refill-lp .oles-renewal-feature:last-child {
    border-right: 0;
  }

  #oles-refill-lp .oles-renewal-feature__icon {
    display: grid;
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: rgba(255,255,255,.78);
    color: #b69b76;
    place-items: center;
  }

  #oles-refill-lp .oles-renewal-feature__icon svg {
    width: 34px;
    height: 34px;
    stroke: currentColor;
  }

  #oles-refill-lp .oles-renewal-feature__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: .03em;
  }

  #oles-refill-lp .oles-renewal__guide {
    margin: 34px 0 0;
    font-size: 15px;
    letter-spacing: .04em;
  }

  #oles-refill-lp .oles-renewal__arrow {
    display: block;
    width: 10px;
    height: 10px;
    margin: 12px auto 0;
    border-right: 1px solid #6f6a64;
    border-bottom: 1px solid #6f6a64;
    transform: rotate(45deg);
  }

  @media (max-width: 767px) {
    #oles-refill-lp .oles-refill-purchase {
      padding: 68px 18px 62px;
    }

    #oles-refill-lp .oles-renewal {
      padding: 62px 18px 30px;
    }

    #oles-refill-lp .oles-section-label {
      font-size: 12px;
    }

    #oles-refill-lp .oles-refill-purchase__title,
    #oles-refill-lp .oles-renewal__title {
      margin-top: 22px;
      font-size: 21px;
      line-height: 1.6;
    }

    #oles-refill-lp .oles-refill-purchase__intro,
    #oles-refill-lp .oles-renewal__intro {
      margin-top: 18px;
      font-size: 14px;
      line-height: 1.7;
    }

    #oles-refill-lp .oles-refill-purchase__products {
      gap: 10px;
      margin-top: 32px;
    }

    #oles-refill-lp .oles-refill-product {
      padding: 24px 10px 21px;
      border-radius: 6px;
    }

    #oles-refill-lp .oles-refill-product__name {
      font-size: 16px;
      letter-spacing: .08em;
    }

    #oles-refill-lp .oles-refill-product__name span {
      font-size: 11px;
    }

    #oles-refill-lp .oles-refill-product__image {
      max-width: 92%;
      height: 190px;
      margin: 18px auto 14px;
    }

    #oles-refill-lp .oles-refill-product__type {
      font-size: 11px;
    }

    #oles-refill-lp .oles-refill-product__price {
      margin-bottom: 14px;
      font-size: 23px;
    }

    #oles-refill-lp .oles-refill-product__price small {
      font-size: 10px;
    }

    #oles-refill-lp .oles-renewal__features {
      margin-top: 32px;
    }

    #oles-refill-lp .oles-renewal-feature {
      padding: 0 7px;
    }

    #oles-refill-lp .oles-renewal-feature__icon {
      width: 52px;
      height: 52px;
      margin-bottom: 10px;
    }

    #oles-refill-lp .oles-renewal-feature__icon svg {
      width: 28px;
      height: 28px;
    }

    #oles-refill-lp .oles-renewal-feature__text {
      font-size: 11px;
    }

    #oles-refill-lp .oles-renewal__guide {
      margin-top: 26px;
      font-size: 12px;
    }
  }

  .oles-features__lead,
  .oles-evidence__lead {
    transform: translateX(6px);
  }

/* =========================================================
   PAGE MANAGEMENT / FINAL CANONICAL RULES
   /shop/pages/refill
   ※ここから下はページ管理用の確定ルール。重複なし。
========================================================= */

/* ページ管理の親幅を抜けて全幅表示 */
#oles-refill-lp {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 0 0 -50vw !important;
  padding: 0 !important;
  overflow: visible !important;
  color: var(--oles-black) !important;
  font-family: var(--oles-font-jp) !important;
}

#oles-refill-lp,
#oles-refill-lp * {
  box-sizing: border-box;
}

#oles-refill-lp img {
  max-width: 100%;
}

/* ========================================
   COMMON REVEAL
======================================== */
#oles-refill-lp .js-oles-reveal {
  opacity: 0 !important;
  transform: translateY(6px) !important;
  transition:
    opacity 1.25s ease,
    transform 1.25s cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: opacity, transform;
}

#oles-refill-lp .js-oles-reveal.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#oles-refill-lp .oles-reveal-delay-1 { transition-delay: .18s !important; }
#oles-refill-lp .oles-reveal-delay-2 { transition-delay: .36s !important; }
#oles-refill-lp .oles-reveal-delay-3 { transition-delay: .54s !important; }

/* PHILOSOPHY 手描きライン */
#oles-refill-lp .oles-philosophy__underline::after {
  opacity: 0 !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition:
    transform 1.15s cubic-bezier(0.22, 1, 0.36, 1),
    opacity .25s ease !important;
}

#oles-refill-lp .oles-philosophy__underline.is-drawn::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

/* ========================================
   FEATURES / EVIDENCE TEXT
======================================== */
#oles-refill-lp .oles-feature-card__text,
#oles-refill-lp .oles-evidence-card__text,
#oles-refill-lp .oles-evidence-card__intro {
  text-align: left !important;
}

#oles-refill-lp .oles-feature-card__heading-group,
#oles-refill-lp .oles-feature-card__label,
#oles-refill-lp .oles-feature-card__heading {
  text-align: left !important;
}

/* ========================================
   FEATURES STACK
======================================== */
#oles-refill-lp .oles-features,
#oles-refill-lp .oles-features__inner {
  overflow: visible !important;
}

#oles-refill-lp .oles-feature-card {
  position: sticky !important;
  top: 28px !important;
  width: 100% !important;
  margin: 0 0 22vh !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 8px 26px rgba(0,0,0,.05) !important;
}

#oles-refill-lp .oles-feature-card:nth-of-type(1) { top: 28px !important; z-index: 1 !important; }
#oles-refill-lp .oles-feature-card:nth-of-type(2) { top: 48px !important; z-index: 2 !important; }
#oles-refill-lp .oles-feature-card:nth-of-type(3) { top: 68px !important; z-index: 3 !important; }
#oles-refill-lp .oles-feature-card:last-child { margin-bottom: 0 !important; }

/* ========================================
   PRODUCTS HORIZONTAL SLIDER
======================================== */
#oles-refill-lp .oles-products {
  overflow: hidden !important;
}

#oles-refill-lp .oles-products__slider {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 14px !important;
  width: 100% !important;
  padding: 0 24px 8px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scroll-padding-left: 24px !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
}

#oles-refill-lp .oles-products__slider::-webkit-scrollbar { display: none; }

#oles-refill-lp .oles-products__card {
  flex: 0 0 88% !important;
  width: 88% !important;
  min-width: 88% !important;
  scroll-snap-align: start !important;
  scroll-snap-stop: always !important;
}

/* ========================================
   SUBSCRIPTION / 6 BENEFITS
======================================== */
#oles-refill-lp .oles-subscription--benefits {
  padding: 76px 28px 90px !important;
  background: #fff !important;
}

#oles-refill-lp .oles-subscription--benefits .oles-subscription__inner {
  width: 100% !important;
  max-width: 440px !important;
  margin: 0 auto !important;
}

#oles-refill-lp .oles-subscription-benefits {
  width: 100% !important;
  margin: 58px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #343434 !important;
}

#oles-refill-lp .oles-subscription-benefits__heading {
  margin: 0 auto 34px !important;
  padding: 0 0 34px !important;
  border: 0 !important;
  border-bottom: 1px solid #e1e4e4 !important;
  font-family: var(--oles-font-jp) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: .07em !important;
  text-align: center !important;
  color: var(--oles-black) !important;
}

#oles-refill-lp .oles-subscription-benefits::before,
#oles-refill-lp .oles-subscription-benefits::after,
#oles-refill-lp .oles-subscription-benefits__heading::before,
#oles-refill-lp .oles-subscription-benefits__heading::after {
  display: none !important;
  content: none !important;
}

#oles-refill-lp .oles-subscription-benefits__list {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 0 !important;
}

#oles-refill-lp .oles-subscription-benefits__item {
  display: grid !important;
  grid-template-columns: 118px minmax(0,1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 30px !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 30px 14px 30px 4px !important;
  border: 0 !important;
  border-bottom: 1px solid #e1e4e4 !important;
  text-align: left !important;
}

#oles-refill-lp .oles-subscription-benefits__number {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: end !important;
  margin: 0 0 8px !important;
  font-family: var(--oles-font-en) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: .08em !important;
  text-align: left !important;
  color: #9a9a9a !important;
}

#oles-refill-lp .oles-subscription-benefits__icon {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
  justify-self: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 78px !important;
  height: 78px !important;
  margin: 0 !important;
}

#oles-refill-lp .oles-subscription-benefits__icon img {
  display: block !important;
  width: 78px !important;
  height: 78px !important;
  max-width: 78px !important;
  max-height: 78px !important;
  object-fit: contain !important;
}

#oles-refill-lp .oles-subscription-benefits__content {
  grid-column: 2 !important;
  grid-row: 2 !important;
  align-self: start !important;
  min-width: 0 !important;
  width: 100% !important;
}

#oles-refill-lp .oles-subscription-benefits__title {
  margin: 0 !important;
  font-family: var(--oles-font-jp) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: .055em !important;
  text-align: left !important;
  color: var(--oles-black) !important;
}

#oles-refill-lp .oles-subscription-benefits__text {
  margin: 12px 0 0 !important;
  font-family: var(--oles-font-jp) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;
  letter-spacing: .03em !important;
  text-align: left !important;
  color: #333 !important;
}

#oles-refill-lp .oles-subscription-benefits__text br.pc {
  display: none !important;
}

/* ========================================
   PC LAYOUT / FIXED SIDE INFORMATION
======================================== */
@media screen and (min-width: 768px) {
  #oles-refill-lp .oles-after-kv {
    width: 100vw !important;
    max-width: none !important;
    overflow: visible !important;
  }

  #oles-refill-lp .oles-pc-layout {
    display: grid !important;
    grid-template-columns: minmax(180px,1fr) 520px minmax(220px,1fr) !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 1600px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }

  #oles-refill-lp .oles-content {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 520px !important;
    max-width: 520px !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  #oles-refill-lp .oles-side {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  #oles-refill-lp .oles-side__inner {
    position: fixed !important;
    top: 50% !important;
    z-index: 8 !important;
    width: max-content !important;
    max-width: none !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #oles-refill-lp .oles-side--left .oles-side__inner {
    right: calc(50vw + 312px) !important;
    left: auto !important;
  }

  #oles-refill-lp .oles-side--right .oles-side__inner {
    left: calc(50vw + 312px) !important;
    right: auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  #oles-refill-lp .oles-side--left .oles-side__inner { right: calc(50vw + 275px) !important; }
  #oles-refill-lp .oles-side--right .oles-side__inner { left: calc(50vw + 275px) !important; }
  #oles-refill-lp .oles-nav a { font-size: 13px !important; }
}

/* ========================================
   SP FINAL
======================================== */
@media screen and (max-width: 767px) {
  #oles-refill-lp {
    left: auto !important;
    width: 100% !important;
    margin: 0 !important;
  }

  #oles-refill-lp .oles-side { display: none !important; }

  #oles-refill-lp .oles-feature-card {
    top: 18px !important;
    margin-bottom: 16vh !important;
  }
  #oles-refill-lp .oles-feature-card:nth-of-type(1) { top: 18px !important; }
  #oles-refill-lp .oles-feature-card:nth-of-type(2) { top: 32px !important; }
  #oles-refill-lp .oles-feature-card:nth-of-type(3) { top: 46px !important; }

  #oles-refill-lp .oles-products__slider {
    gap: 12px !important;
    padding: 0 20px 8px !important;
    scroll-padding-left: 20px !important;
  }

  #oles-refill-lp .oles-products__card {
    flex: 0 0 89% !important;
    width: 89% !important;
    min-width: 89% !important;
  }

  #oles-refill-lp .oles-subscription--benefits {
    padding: 66px 20px 78px !important;
  }

  #oles-refill-lp .oles-subscription-benefits {
    margin-top: 48px !important;
  }

  #oles-refill-lp .oles-subscription-benefits__heading {
    margin-bottom: 28px !important;
    font-size: 18px !important;
  }

  #oles-refill-lp .oles-subscription-benefits__item {
    grid-template-columns: 82px minmax(0,1fr) !important;
    column-gap: 20px !important;
    padding: 24px 2px !important;
  }

  #oles-refill-lp .oles-subscription-benefits__number {
    margin-bottom: 7px !important;
    font-size: 10px !important;
  }

  #oles-refill-lp .oles-subscription-benefits__icon,
  #oles-refill-lp .oles-subscription-benefits__icon img {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
  }

  #oles-refill-lp .oles-subscription-benefits__title {
    font-size: 15.5px !important;
    line-height: 1.55 !important;
  }

  #oles-refill-lp .oles-subscription-benefits__text {
    margin-top: 8px !important;
    font-size: 11.5px !important;
    line-height: 1.8 !important;
  }
}

/* ========================================
   REDUCED MOTION
======================================== */
@media (prefers-reduced-motion: reduce) {
  #oles-refill-lp .js-oles-reveal,
  #oles-refill-lp .js-oles-reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  #oles-refill-lp .oles-philosophy__underline::after,
  #oles-refill-lp .oles-philosophy__underline.is-drawn::after {
    opacity: 1 !important;
    transform: scaleX(1) !important;
    transition: none !important;
  }

  #oles-refill-lp .oles-feature-card {
    position: relative !important;
    top: auto !important;
    margin-bottom: 24px !important;
  }
}

/* =========================================================
   OLES REFILL 20260925_04 — AUTHORITATIVE FINAL RULES
   HTML/CSS full replacement package
========================================================= */

/* FEATURES: target screenshot = all card text left aligned */
#oles-refill-lp .oles-feature-card,
#oles-refill-lp .oles-feature-card__content,
#oles-refill-lp .oles-feature-card__heading-group,
#oles-refill-lp .oles-feature-card__label,
#oles-refill-lp .oles-feature-card__heading,
#oles-refill-lp .oles-feature-card__text {
  text-align: left !important;
}

#oles-refill-lp .oles-feature-card__heading-group {
  display: block !important;
  align-items: initial !important;
  justify-content: initial !important;
}

/* FEATURES: cards fade in, then stack while scrolling */
#oles-refill-lp .oles-features,
#oles-refill-lp .oles-features__inner,
#oles-refill-lp .oles-content,
#oles-refill-lp .oles-pc-layout,
#oles-refill-lp .oles-after-kv {
  overflow: visible !important;
}

#oles-refill-lp .oles-features__inner {
  padding-bottom: 14vh !important;
}

#oles-refill-lp .oles-feature-card {
  position: sticky !important;
  width: 100% !important;
  margin: 0 0 24vh !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: 0 8px 26px rgba(0,0,0,.05) !important;
}

#oles-refill-lp .oles-feature-card:nth-of-type(1) {
  top: 28px !important;
  z-index: 11 !important;
}

#oles-refill-lp .oles-feature-card:nth-of-type(2) {
  top: 48px !important;
  z-index: 12 !important;
}

#oles-refill-lp .oles-feature-card:nth-of-type(3) {
  top: 68px !important;
  z-index: 13 !important;
  margin-bottom: 12vh !important;
}

/* EVIDENCE text */
#oles-refill-lp .oles-evidence-card__text,
#oles-refill-lp .oles-evidence-card__intro {
  text-align: left !important;
}

/* Common soft reveal */
#oles-refill-lp .js-oles-reveal {
  opacity: 0 !important;
  transform: translateY(10px) !important;
  transition:
    opacity 1.05s ease,
    transform 1.05s cubic-bezier(.22,1,.36,1) !important;
  will-change: opacity, transform;
}

#oles-refill-lp .js-oles-reveal.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Six benefits:
   no line above heading; one explicit line BELOW heading */
#oles-refill-lp .oles-subscription-benefits,
#oles-refill-lp .oles-subscription-benefits__heading,
#oles-refill-lp .oles-subscription-benefits__list {
  border-top: 0 !important;
}

#oles-refill-lp .oles-subscription-benefits__heading {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

#oles-refill-lp .oles-subscription-benefits::before,
#oles-refill-lp .oles-subscription-benefits::after,
#oles-refill-lp .oles-subscription-benefits__heading::before,
#oles-refill-lp .oles-subscription-benefits__heading::after,
#oles-refill-lp .oles-subscription-benefits__list::before,
#oles-refill-lp .oles-subscription-benefits__list::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
}

#oles-refill-lp .oles-subscription-benefits__heading-line {
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  margin: 30px 0 0 !important;
  padding: 0 !important;
  background: #e1e4e4 !important;
  border: 0 !important;
}

#oles-refill-lp .oles-subscription-benefits__list {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#oles-refill-lp .oles-subscription-benefits__item:first-child {
  border-top: 0 !important;
}

/* FAQ restored */
#oles-refill-lp .oles-subscription-faq {
  display: block !important;
  width: 100% !important;
  margin: 72px auto 0 !important;
  padding: 0 !important;
  color: #333 !important;
}

#oles-refill-lp .oles-subscription-faq__heading {
  margin: 0 0 28px !important;
  padding: 0 !important;
  border: 0 !important;
  font-family: var(--oles-font-jp) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: .06em !important;
  text-align: center !important;
}

#oles-refill-lp .oles-subscription-faq__item {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e1e4e4 !important;
}

#oles-refill-lp .oles-subscription-faq__item:first-of-type {
  border-top: 1px solid #e1e4e4 !important;
}

#oles-refill-lp .oles-subscription-faq__question {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  width: 100% !important;
  padding: 20px 4px !important;
  cursor: pointer !important;
  list-style: none !important;
  font-family: var(--oles-font-jp) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  letter-spacing: .03em !important;
  text-align: left !important;
}

#oles-refill-lp .oles-subscription-faq__question::-webkit-details-marker {
  display: none !important;
}

#oles-refill-lp .oles-subscription-faq__question::marker {
  content: "" !important;
}

#oles-refill-lp .oles-subscription-faq__icon {
  position: relative !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
}

#oles-refill-lp .oles-subscription-faq__icon::before,
#oles-refill-lp .oles-subscription-faq__icon::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 14px !important;
  height: 1px !important;
  background: #555 !important;
  transform: translate(-50%,-50%) !important;
  transition: transform .25s ease, opacity .25s ease !important;
}

#oles-refill-lp .oles-subscription-faq__icon::after {
  transform: translate(-50%,-50%) rotate(90deg) !important;
}

#oles-refill-lp .oles-subscription-faq__item[open] .oles-subscription-faq__icon::after {
  opacity: 0 !important;
}

#oles-refill-lp .oles-subscription-faq__answer {
  display: grid !important;
  grid-template-columns: 24px minmax(0,1fr) !important;
  gap: 8px !important;
  padding: 0 4px 22px !important;
  font-family: var(--oles-font-jp) !important;
  font-size: 12px !important;
  line-height: 1.85 !important;
  letter-spacing: .025em !important;
  text-align: left !important;
}

#oles-refill-lp .oles-subscription-faq__answer p {
  margin: 0 !important;
}

#oles-refill-lp .oles-subscription-faq__answer p:not(.oles-subscription-faq__answer-label) {
  grid-column: 2 !important;
}

#oles-refill-lp .oles-subscription-faq__answer-label {
  grid-column: 1 !important;
  grid-row: 1 / span 3 !important;
}

#oles-refill-lp .oles-subscription-faq__answer a {
  color: inherit !important;
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  #oles-refill-lp .oles-feature-card {
    margin-bottom: 18vh !important;
  }

  #oles-refill-lp .oles-feature-card:nth-of-type(1) {
    top: 18px !important;
  }

  #oles-refill-lp .oles-feature-card:nth-of-type(2) {
    top: 34px !important;
  }

  #oles-refill-lp .oles-feature-card:nth-of-type(3) {
    top: 50px !important;
    margin-bottom: 10vh !important;
  }

  #oles-refill-lp .oles-subscription-benefits__heading-line {
    margin-top: 24px !important;
  }

  #oles-refill-lp .oles-subscription-faq {
    margin-top: 58px !important;
  }
}

/* =========================================================
   20260925_05
   PAGE FLOW + FEATURES STACK FIX
========================================================= */

/* The previous absolute/fixed AFTER-KV implementation removed the
   content from document flow and clipped the bottom of the page.
   Keep AFTER-KV in normal flow at all times. */
@media screen and (min-width: 768px) {
  #oles-refill-lp .oles-transition-stage {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  #oles-refill-lp .oles-transition-stage > .oles-after-kv,
  #oles-refill-lp .oles-transition-stage.is-kv-fading > .oles-after-kv,
  #oles-refill-lp .oles-transition-stage.is-kv-done > .oles-after-kv {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  /* KV alone remains fixed while it fades. */
  #oles-refill-lp .oles-transition-stage > .oles-kv {
    position: fixed !important;
    inset: 0 !important;
    z-index: 20 !important;
    width: 100% !important;
    height: 100vh !important;
  }

  /* FEATURES needs real scroll distance after the third card too. */
  #oles-refill-lp .oles-features {
    position: relative !important;
    overflow: visible !important;
  }

  #oles-refill-lp .oles-features__inner {
    position: relative !important;
    overflow: visible !important;
    padding-bottom: 18vh !important;
  }

  #oles-refill-lp .oles-feature-card {
    position: sticky !important;
    margin-bottom: 26vh !important;
  }

  #oles-refill-lp .oles-feature-card:nth-of-type(1) {
    top: 28px !important;
    z-index: 21 !important;
  }

  #oles-refill-lp .oles-feature-card:nth-of-type(2) {
    top: 48px !important;
    z-index: 22 !important;
  }

  #oles-refill-lp .oles-feature-card:nth-of-type(3) {
    top: 68px !important;
    z-index: 23 !important;
    margin-bottom: 18vh !important;
  }

  /* Nothing in ancestors may create a sticky containing/clipping box. */
  #oles-refill-lp .oles-after-kv,
  #oles-refill-lp .oles-pc-layout,
  #oles-refill-lp .oles-content,
  #oles-refill-lp main,
  #oles-refill-lp section {
    overflow-x: visible !important;
  }
}

/* Footer / last FAQ must have real breathing room and remain in flow. */
#oles-refill-lp .oles-subscription--benefits {
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding-bottom: 120px !important;
}

#oles-refill-lp .oles-subscription-faq {
  position: relative !important;
  height: auto !important;
  overflow: visible !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  #oles-refill-lp .oles-transition-stage,
  #oles-refill-lp .oles-transition-stage > .oles-after-kv {
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  #oles-refill-lp .oles-subscription--benefits {
    padding-bottom: 90px !important;
  }
}



/* ========================================
   v06 / PRODUCTS PC HORIZONTAL WHEEL
======================================== */
@media screen and (min-width: 768px) {
  #oles-refill-lp .oles-products {
    overflow: visible !important;
  }

  #oles-refill-lp .oles-products__slider {
    position: relative !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    cursor: grab;
  }

  #oles-refill-lp .oles-products__slider:active {
    cursor: grabbing;
  }

  #oles-refill-lp .oles-products__card {
    flex: 0 0 88% !important;
    width: 88% !important;
    min-width: 88% !important;
  }
}


/* =========================================================
   20260925_07
   THEME CSS PROTECTION + EVIDENCE ALIGNMENT + JS FEATURE STACK
========================================================= */

/* ecforce theme has .p-page_content__inner p { font-size:14px; ... }.
   Lock OLES section leads so outside theme rules cannot shrink them. */
#oles-refill-lp p.oles-philosophy__lead,
#oles-refill-lp p.oles-features__lead,
#oles-refill-lp p.oles-evidence__lead,
#oles-refill-lp p.oles-products__lead,
#oles-refill-lp p.oles-lineup__lead,
#oles-refill-lp p.oles-subscription__lead {
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
  letter-spacing: .04em !important;
}

/* Remove the old 6px visual correction. */
#oles-refill-lp .oles-features__lead,
#oles-refill-lp .oles-evidence__lead {
  transform: none !important;
}

/* Section labels/headings: protect from theme h2/p rules as well. */
#oles-refill-lp h2.oles-philosophy__title,
#oles-refill-lp h2.oles-features__title,
#oles-refill-lp h2.oles-evidence__title,
#oles-refill-lp h2.oles-products__title,
#oles-refill-lp h2.oles-lineup__title,
#oles-refill-lp h2.oles-subscription__title {
  font-size: 17px !important;
  line-height: 1.4 !important;
  letter-spacing: .08em !important;
}

/* EVIDENCE:
   1 / 2 = left-aligned content.
   3 = title centered, explanatory body remains left-aligned. */
#oles-refill-lp .oles-evidence-card {
  text-align: left !important;
}
#oles-refill-lp .oles-evidence-card__text {
  text-align: left !important;
}
#oles-refill-lp .oles-evidence-card:nth-of-type(2) .oles-evidence-card__title {
  text-align: left !important;
}
#oles-refill-lp .oles-evidence-card:nth-of-type(3) .oles-evidence-card__title,
#oles-refill-lp .oles-evidence-card:nth-of-type(3) .oles-evidence-card__intro {
  text-align: center !important;
}

/* FEATURES heading/content remains left aligned. */
#oles-refill-lp .oles-features__heading,
#oles-refill-lp .oles-feature-card,
#oles-refill-lp .oles-feature-card__content,
#oles-refill-lp .oles-feature-card__heading-group,
#oles-refill-lp .oles-feature-card__label,
#oles-refill-lp .oles-feature-card__heading,
#oles-refill-lp .oles-feature-card__text {
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  /* v07 no longer depends on position:sticky for FEATURES. */
  #oles-refill-lp .oles-features__inner {
    position: relative !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  #oles-refill-lp .oles-feature-stack {
    position: relative !important;
    width: 100% !important;
    min-height: var(--oles-feature-card-height, 640px);
    overflow: visible !important;
  }

  #oles-refill-lp .oles-feature-stack > .oles-feature-card {
    top: auto !important;
    bottom: auto;
    margin: 0 !important;
    will-change: transform;
    backface-visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  #oles-refill-lp p.oles-philosophy__lead,
  #oles-refill-lp p.oles-features__lead,
  #oles-refill-lp p.oles-evidence__lead,
  #oles-refill-lp p.oles-products__lead,
  #oles-refill-lp p.oles-lineup__lead,
  #oles-refill-lp p.oles-subscription__lead {
    font-size: 21px !important;
  }

  #oles-refill-lp h2.oles-philosophy__title,
  #oles-refill-lp h2.oles-features__title,
  #oles-refill-lp h2.oles-evidence__title,
  #oles-refill-lp h2.oles-products__title,
  #oles-refill-lp h2.oles-lineup__title,
  #oles-refill-lp h2.oles-subscription__title {
    font-size: 16px !important;
  }

  /* SP keeps the current natural/sticky behavior; JS controller is PC only. */
  #oles-refill-lp .oles-feature-stack {
    display: block !important;
    height: auto !important;
  }
}

/* =========================================================
   20260925_08 FINAL OVERRIDE
   - FEATURES: CSS sticky stack (no JS positioning)
   - PRODUCTS: wheel switch handled by v08 JS
   - FAQ/footer: normal document flow
   - heading alignment / font protection
========================================================= */

#oles-refill-lp,
#oles-refill-lp .oles-transition-stage,
#oles-refill-lp .oles-after-kv,
#oles-refill-lp .oles-pc-layout,
#oles-refill-lp .oles-content {
  height: auto !important;
  min-height: 0 !important;
}

#oles-refill-lp .oles-transition-stage,
#oles-refill-lp .oles-after-kv {
  overflow: visible !important;
}

/* Section headings */
#oles-refill-lp .oles-features__heading,
#oles-refill-lp .oles-evidence__heading,
#oles-refill-lp .oles-products__heading,
#oles-refill-lp .oles-lineup__heading,
#oles-refill-lp .oles-subscription__heading {
  text-align: center !important;
}

#oles-refill-lp .oles-features__title,
#oles-refill-lp .oles-features__lead,
#oles-refill-lp .oles-features__lead_sub,
#oles-refill-lp .oles-evidence__title,
#oles-refill-lp .oles-evidence__lead,
#oles-refill-lp .oles-products__title,
#oles-refill-lp .oles-products__lead,
#oles-refill-lp .oles-lineup__title,
#oles-refill-lp .oles-lineup__lead,
#oles-refill-lp .oles-subscription__title,
#oles-refill-lp .oles-subscription__lead {
  text-align: center !important;
}

#oles-refill-lp p.oles-philosophy__lead {
  font-size: 27px !important;
}
#oles-refill-lp p.oles-features__lead,
#oles-refill-lp p.oles-evidence__lead,
#oles-refill-lp p.oles-products__lead,
#oles-refill-lp p.oles-lineup__lead,
#oles-refill-lp p.oles-subscription__lead {
  font-size: 23px !important;
}
#oles-refill-lp .oles-features__lead_sub {
  font-size: 14px !important;
  line-height: 1.8 !important;
  letter-spacing: .06em !important;
}

/* Card text stays left aligned */
#oles-refill-lp .oles-feature-card,
#oles-refill-lp .oles-feature-card__content,
#oles-refill-lp .oles-feature-card__heading-group,
#oles-refill-lp .oles-feature-card__label,
#oles-refill-lp .oles-feature-card__heading,
#oles-refill-lp .oles-feature-card__text {
  text-align: left !important;
}

/* Evidence: 01/02 left, 03 title+intro centered */
#oles-refill-lp .oles-evidence-card,
#oles-refill-lp .oles-evidence-card__text {
  text-align: left !important;
}
#oles-refill-lp .oles-evidence-card:nth-of-type(2) .oles-evidence-card__title {
  text-align: left !important;
}
#oles-refill-lp .oles-evidence-card:nth-of-type(3) .oles-evidence-card__title,
#oles-refill-lp .oles-evidence-card:nth-of-type(3) .oles-evidence-card__intro {
  text-align: center !important;
}

/* FEATURES PC: simple, reliable sticky cards */
@media screen and (min-width: 768px) {
  #oles-refill-lp .oles-features,
  #oles-refill-lp .oles-features__inner {
    position: relative !important;
    height: auto !important;
    overflow: visible !important;
  }

  #oles-refill-lp .oles-features__inner {
    padding-bottom: 16vh !important;
  }

  #oles-refill-lp .oles-feature-card {
    position: sticky !important;
    width: 100% !important;
    margin: 0 0 28vh !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  #oles-refill-lp .oles-feature-card:nth-of-type(1) {
    top: 28px !important;
    z-index: 31 !important;
  }
  #oles-refill-lp .oles-feature-card:nth-of-type(2) {
    top: 48px !important;
    z-index: 32 !important;
  }
  #oles-refill-lp .oles-feature-card:nth-of-type(3) {
    top: 68px !important;
    z-index: 33 !important;
    margin-bottom: 8vh !important;
  }

  /* PRODUCTS */
  #oles-refill-lp .oles-products {
    overflow: visible !important;
  }
  #oles-refill-lp .oles-products__slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 24px 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    scrollbar-width: none !important;
  }
  #oles-refill-lp .oles-products__slider::-webkit-scrollbar {
    display: none !important;
  }
  #oles-refill-lp .oles-products__card {
    flex: 0 0 88% !important;
    width: 88% !important;
    min-width: 88% !important;
    scroll-snap-align: start !important;
  }

  /* FAQ and bottom: normal flow, never fixed/clipped */
  #oles-refill-lp .oles-subscription--benefits,
  #oles-refill-lp .oles-subscription__inner,
  #oles-refill-lp .oles-subscription-faq {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  #oles-refill-lp .oles-subscription--benefits {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  #oles-refill-lp p.oles-philosophy__lead {
    font-size: 25px !important;
  }
  #oles-refill-lp p.oles-features__lead,
  #oles-refill-lp p.oles-evidence__lead,
  #oles-refill-lp p.oles-products__lead,
  #oles-refill-lp p.oles-lineup__lead,
  #oles-refill-lp p.oles-subscription__lead {
    font-size: 21px !important;
  }

  #oles-refill-lp .oles-feature-card {
    position: relative !important;
    top: auto !important;
    margin-bottom: 26px !important;
  }

  #oles-refill-lp .oles-subscription--benefits {
    padding-bottom: 90px !important;
  }
}

