@charset "utf-8";

/* =========================
   style_lifty_02 organized
========================= */

/* =========================
   ロゴリンク
========================= */
.fv-visual {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.fv-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.fv-logo-link {
  position: absolute;
  top: 3.6%;
  left: 50.3333%;
  transform: translateX(-50%);
  width: 13%;
  height: 5.9%;
  z-index: 2;
  display: block;
}

/* =========================
   重複セレクタを整理し、最終表示を崩さないようカスケード順を保持
========================= */


html,
body {
  overflow-anchor: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background: #e1e4e5;
  color: #1e1e1e;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  font: inherit;
}

.lp-page {
  width: 100%;
}

.lp-section {
  position: relative;
  width: 100%;
}

.section_image-block {
  margin-bottom: 35px;
}

.image-block--full img {
  width: 100%;
}

.image-block--wide {
  width: calc(100% - 68px);
  margin: 28px auto;
}

.section-heading {
  padding: 35px 34px 22px;
  text-align: center;
}

.lead-main,.lead-h1,.lead-h1_2,.lead-h1_3,
.content-title,
.message-title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
}

.lead-h1 {
  font-size: 34px;
  margin: 45px 0 45px 0;
  font-weight: 700;
  text-align: center;
  line-height: 2.0;
}

.lead-h1_2 {
  font-size: 32px;
  margin: 45px 0 45px 0;
  font-weight: 700;
  text-align: center;
  line-height: 2.0;
}
.lead-h1_3 {
  font-size: 32px;
  margin: -10px 0 45px 0;
  font-weight: 700;
  text-align: center;
  line-height: 2.0;
}
.lead-h1-wrap {
  margin: 45px 0 45px 0;
}

@media (max-width: 700px) {

  .lead-h1 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 2.0;
  }

  .lead-h1_2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 2.0;
  }
  .lead-h1_3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 2.0;
  }
  .lead-h1-wrap {
    margin: 0 0 30px 0;
  }

}

.lead-main {
  font-size: clamp(23px, 2.6vw, 30px) !important;
  line-height: 2.0 !important;
  font-weight: 700 !important;
}

.content-title {
  margin-bottom: 16px;
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.8;
}

.desc-text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: justify;
  text-align-last: left;
}

.desc-text2 {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: justify;
  text-align-last: left;
  margin-top: 45px;
}

sup {
  font-size: 50%;
  line-height: 0;
  vertical-align: super;
}

.smallsup {
  font-size: 50%;
}

.desc-text + .desc-text,
.desc-text  + .desc-text {
  margin-top: 25px;
}

.image-block {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 35px 0;
}

.image-block2 {
  margin: 0 0 35px 0;
}

.accent-text {
  color: #a2553f;
}
.accent-text2 {
  color: #d38b8b;
}
/* =========================
   汎用：画像＋本文
========================= */

.content-box {
  padding: 58px 68px;
}

.content-box2 {
  padding: 0px 68px 58px 68px;
}

.content-box--light {
  background: #e1e4e5;
}

.content-box4 {
  padding: 0 68px 58px;
}

.content-box5 {
  padding: 0 68px 8px;
}

.text-image-section .lead-main {
  margin-bottom: 24px !important;
  text-align: center !important;
}

.image-section {
  margin: 65px 0 45px 0;
  text-align: center;
}

.image-section2 {
  margin: 0 0 45px 0;
  text-align: center;
}

.image-section--skin-technology {
  margin: 0 0 20px;
}

.image-section--skin-technology .content-box {
  padding-top: 0;
  padding-bottom: 0;
}

.lead-h1-wrap--skin-technology {
  margin: 70px 0 70px;
}

/* =========================
   宇井先生エリア：固定画像＋カルーセルWF
========================= */

.wf-carousel__head {
  text-align: center;
  margin-bottom: 28px;
}

.expert-section .section-kicker,
.expert-section .lead-main {
  color: #fff !important;
}

.wire-card {
  min-height: 360px;
  padding: 38px 34px;
  border: 1px solid rgba(255,255,255,0.28);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wire-card--dark {
  background: #171718;
}

.wire-label {
  margin-bottom: 18px;
  color: rgba(255,255,255,0.55);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wf-carousel__controls {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.wf-carousel__button,
.readmore-btn,
.close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 46px;
  border: 1px solid rgba(255,255,255,0.82);
  background: rgba(0,0,0,0.35);
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.08em;
}

.wf-carousel__button {
  width: 96px;
  height: 40px;
}

/* =========================
   User's Voice WF
========================= */

.voice-section {
  padding-bottom: 52px;
}

.voice-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: calc(100% - 68px);
  margin: 0 auto;
}

.voice-tab {
  border: 0;
  background: #121212;
  color: #fff;
  cursor: pointer;
  padding: 0 0 8px;
  letter-spacing: 0.04em;
}

@media (max-width: 700px) {

  .voice-tab {
    font-size: 12px;
  }

}

.voice-tab__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #cfd5d7;
  overflow: hidden;
  margin-bottom: 8px;
}

.voice-tab__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-tab.is-active {
  outline: 2px solid #8a5a35;
  outline-offset: 2px;
}

.voice-panels {
  width: calc(100% - 68px);
  margin: 26px auto 0;
}

.voice-panel {
  background: #fff;
  padding: 36px 34px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.wire-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  margin: 18px 0;
  border: 1px dashed #9aa1a4;
  background: #eef2f3;
  color: #798184;
  font-size: 13px;
  letter-spacing: 0.08em;
}

/* =========================
   アンカーリンク
========================= */

/* =========================
   MESSAGE/readmore
========================= */

.message-section {
  background: #111;
  color: #fff;
}

.message-card {
  padding: 72px 72px 82px;
}

.message-title {
  margin-bottom: 52px;
  text-align: center;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.9;
}

.message-visual {
  position: relative;
  margin-bottom: 52px;
}

.message-visual img {
  width: 100%;
}

.message-side {
  position: absolute;
  left: 6px;
  top: 18px;
  writing-mode: vertical-rl;
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  letter-spacing: 0.18em;
  z-index: 2;
}

.readmore-block {
  position: relative;
}

.readmore-preview {
  position: relative;
  max-height: 455px;
  overflow: hidden;
  padding-bottom: 35px;
}

.preview-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 220px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(17,17,17,0), #111 78%, #111 100%);
  z-index: 1;
}

.readmore-preview .readmore-btn {
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  z-index: 2;
}
.readmore-btn,
.close-btn {
  display: flex;
  margin: 34px auto 0;
}



.readmore-expanded[hidden],
.voice-panel[hidden] {
  display: none;
}

/* =========================
   3枚目：注意枠
========================= */

.allergy-section {
  padding: 64px 50px;
}

.note-box,
.small-note-box {
  border: 1px solid rgba(0,0,0,0.55);
  padding: 34px 36px;
  background: transparent;
}

.note-title {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3;
}

.note-box .desc-text {
  font-size: 20px;
  line-height: 2.05;
  letter-spacing: 0.04em;
}

/* =========================
   4枚目：FAQ
========================= */

.faq-list,
.info-accordion {
  width: calc(100% - 68px);
  margin: 0 auto;
}

.faq-item dt button,
.info-item dt button {
  position: relative;
  display: block;
  width: 100%;
  min-height: 58px;
  padding: 18px 56px 18px 18px;
  border: 0;
  background: #5d4d41;
  color: #fff;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media (max-width: 700px) {

  .faq-item dt button,
.info-item dt button {
    position: relative;
    display: block;
    width: 100%;
    min-height: 58px;
    padding: 18px 56px 18px 18px;
    border: 0;
    background: #5d4d41;
    color: #fff;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

}

.faq-item dt button::before {
  content: "Q";
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
  font-family: Georgia, serif;
}

.faq-item dd {
  background: #f4f5f5;
}

.faq-item dd > div,
.info-item dd > div {
  padding: 34px 34px 42px;
}

.faq-item dd p,

.product-note {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.info-item dd p {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.small-note-box p {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.faq-item dd p + p,
.info-item dd p + p {
  margin-top: 16px;
}

.note-section {
  padding: 30px 34px;
}

.small-note-box {
  padding: 24px 26px;
}

.product-info-section {
  padding: 30px 0 80px;
}

.info-item {
  border-top: 1px solid rgba(0,0,0,0.22);
  margin-bottom: 0;
}

.info-item:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.22);
}

.info-item dt button {
  background: transparent;
  color: #1e1e1e;
  padding-left: 0;
}

.info-item dd {
  background: transparent;
}

.info-item dd > div {
  padding: 0 0 28px;
}

/* =========================
   scroll reveal
========================= */

.reveal-up {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s ease, transform 1.5s cubic-bezier(.22,1,.36,1);
  will-change: opacity, transform;
}

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

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

  html {
    scroll-behavior: auto;
  }

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

  .wf-carousel__track {
    transition: none;
  }

}

@media (max-width: 700px) {

  .lp-shell {
    max-width: none;
  }

  .image-block--wide,
  .anchor-menu,
  .voice-tabs,
  .voice-panels,
  .faq-list,
  .info-accordion {
    width: calc(100% - 34px);
  }

  .lead-main {
    font-size: 22px !important;
  }

  .content-box {
    padding: 48px 34px;
  }

  .wf-carousel {
    padding: 36px 17px 0;
  }

  .wire-card {
    min-height: 300px;
    padding: 30px 22px;
  }

  .wf-carousel__button {
    width: 74px;
  }

  .voice-panel {
    padding: 30px 24px;
  }

  .message-title {
    font-size: 28px;
    line-height: 1.85;
    margin-bottom: 38px;
  }

  .message-card .desc-text {
    font-size: 18px;
    line-height: 2.25;
  }

  .note-box {
    padding: 28px 28px;
  }

  .note-box .desc-text {
    font-size: 20px;
  }

  .faq-item dd > div {
    padding: 30px 20px 36px;
  }

  .info-item dd > div {
    padding: 10px 5px 36px;
  }

}

.lp-shell {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--lp-bg);
}

.image-block--wide,
.anchor-menu,
.voice-tabs,
.voice-panels,
.faq-list,
.info-accordion {
  width: var(--lp-content-width-pc);
}

.content-box ,
.content-box4,.content-box5 {
  padding-left: var(--lp-gutter-pc);
  padding-right: var(--lp-gutter-pc);
}

.desc-text,
.message-card .desc-text,
.note-box .desc-text {
  font-size: 18px;
  line-height: 2.25;
  letter-spacing: 0.07em;
  font-weight: 400;
}

.message-card .desc-text {
  font-size: 18px;
  line-height: 2.25;
  letter-spacing: 0.07em;
  color: rgba(255,255,255,0.94);
}

.content-note {
  width: 100%;
  margin: 12px auto 0;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: right;
  color: rgba(30,30,30,0.86);
}

.content-note--image {
  padding-bottom: 8px;
}

.content-note--dark {
  width: 100%;
  color: rgba(255,255,255,0.9);
}

.section-hairline {
  width: var(--lp-hairline-width);
  height: 1px;
  margin: 58px auto;
  background: rgba(0,0,0,0.92);
  transform-origin: center;
}

.section-kicker {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 4vw, 28px);
  line-height: 1.45;
  letter-spacing: 0.18em;
  color: #111;
}

.voice-section .lead-main {
  margin-top: 18px !important;
}

.expert-section {
  padding-bottom: 56px;
  overflow: visible;
  background: var(--lp-bg);
  color: #fff;
  padding: 0;
}

.expert-carousel-area {
  position: relative;
  width: 100%;
  overflow: visible;
}

.expert-frame {
  width: var(--lp-content-width-pc);
  margin: 0 auto;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.expert-fixed {
  width: 100%;
  background: #000;
}

.expert-fixed img {
  width: 100%;
}

.wf-carousel {
  position: static;
  padding: 0;
}

.expert-slide {
  min-height: 620px;
  padding: 0 42px 46px;
  background: #000;
  color: #fff;
}

.expert-slide .lead-main {
  margin: 0 0 30px !important;
  color: #fff !important;
  text-align: center !important;
  font-size: clamp(19px, 3.6vw, 40px) !important;
}

.expert-slide__image {
  width: 100%;
  margin: 0 auto 35px;
}

.expert-slide .desc-text {
  color: rgba(255,255,255,0.96);
  text-align: left;
  text-align-last: left;
}

.wire-media--dark {
  border-color: rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.72);
}

.wf-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: var(--lp-gutter-pc);
  height: 120px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.wf-carousel__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  background: #000;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.wf-carousel__arrow--prev {
  left: 0;
}

.wf-carousel__arrow--next {
  right: 0;
}

.wf-carousel__arrow--prev::before {
  left: 10px;
  transform: translateY(-50%);
}

.wf-carousel__arrow--next::before {
  right: 10px;
  transform: translateY(-50%) rotate(180deg);
}

.wf-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin: 34px 0 0;
}

.wf-carousel__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,0.22);
  cursor: pointer;
}

.wf-carousel__dot.is-active {
  background: #000;
}

.anchor-menu {
  width: calc(100% - 68px);
  margin: 44px auto 74px;
  border-top: 1px solid rgba(0,0,0,0.95);
}

.anchor-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1e1e1e;
  text-decoration: none;
  min-height: 128px;
  padding: 0 40px;
  border-bottom: 1px solid rgba(0,0,0,0.95);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: clamp(22px, 3.4vw, 24px);
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.anchor-menu a::after {
  content: "›";
  display: inline-block;
  color: #000;
  font-size: 32px;
  line-height: 1;
  transform: rotate(90deg);
  transform-origin: center;
}

.wf-carousel__button,
.wf-carousel__controls {
  display: none !important;
}

@media (max-width: 700px) {

  .image-block--wide,

  .anchor-menu,
  .voice-tabs,
  .voice-panels,
  .faq-list,
  .info-accordion {
    width: var(--lp-content-width-sp);
  }

  .content-box,
.content-box4,.content-box5 {
    padding-left: var(--lp-gutter-sp);
    padding-right: var(--lp-gutter-sp);
  }

  .desc-text,
  .message-card .desc-text,
  .note-box .desc-text {
    font-size: 14px;
    line-height: 2.15;
    letter-spacing: 0.05em;
  }

  .content-note {
    width: 100%;
    font-size: 10px;
    line-height: 1.75;
  }

  .section-hairline {
    margin: 50px auto 25px auto;
  }

  .section-kicker {
    font-size: 22px;
    letter-spacing: 0.16em;
  }

  .voice-section .section-heading {
    padding: 20px calc(var(--lp-gutter-sp) * 2) 34px;
  }

  .expert-frame {
    width: var(--lp-content-width-sp);
  }

  .expert-slide {
    min-height: 520px;
    padding: 0px 24px 36px;
  }

  .expert-slide__image {
    width: 100%;
    margin-bottom: 34px;
  }

  .wf-carousel__arrow {
    width: var(--lp-gutter-sp);
    height: 90px;
  }

  .wf-carousel__arrow::before {
    width: 16px;
    height: 16px;
  }

  .wf-carousel__arrow--prev::before {
    left: 1px;
  }

  .wf-carousel__arrow--next::before {
    right: 1px;
  }

  .wf-carousel__dots {
    margin-top: 24px;
  }

  .anchor-menu {
    margin: 34px auto 34px;
  }

  .anchor-menu a {
    min-height: 96px;
    padding: 0 22px;
    font-size: 18px;
  }

}

.image-block--skin-technology img {
  width: 100%;
}

@media (max-width: 700px) {

  /* SP共通外側余白：
    - 美容液は濃度で選ぶ時代へ画像
    - 宇井先生の黒い全体枠
    - User's Voiceサムネイル全体
    - アンカーリンク全体と上下罫線
    - 樽画像と前後本文
    - MESSAGE黒エリア本文
    - アレルギーテスト枠
    - FAQ
    - 注釈・商品情報 */

  .image-block--wide,
  .content-note {
    width: 100%;
  }

  .faq-list {
    width: 90%;
  }

  .content-box,
  .content-box4,
  .content-box5,
  .message-card,
  .allergy-section,
  .note-section {
    padding-left: var(--lp-gutter-sp);
    padding-right: var(--lp-gutter-sp);
  }

  .message-card {
    padding: 54px 37px 68px;
    padding-top: 54px;
    padding-bottom: 68px;
  }

  .allergy-section {
    padding: 40px 25px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .note-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

}

:root {
  --lp-bg: #e1e4e5;
  --lp-gutter-pc: 50px;
  --lp-gutter-sp: 20px;
  --lp-hairline-width: 50%;
  --lp-content-width-pc: calc(100% - (var(--lp-gutter-pc) * 2));
  --lp-content-width-sp: calc(100% - (var(--lp-gutter-sp) * 2));
  --motion-duration: .82s;
  --motion-ease: cubic-bezier(.22, 1, .36, 1);
}

.wf-carousel__track.is-dragging {
  cursor: grabbing;
  transition: none !important;
}

.readmore-expanded[hidden] {
  display: none !important;
}

.wf-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.wf-carousel__slide {
  padding: 0;
  flex: 0 0 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.wf-carousel__viewport {
  overflow: hidden;
  scroll-behavior: auto !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  touch-action: pan-y;
  overscroll-behavior-x: contain;
}

.wf-carousel__track {
  user-select: none;
  backface-visibility: hidden;
  display: flex !important;
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
  cursor: grab;
}

.wf-carousel__track.is-swiping {
  cursor: grabbing;
}

.voice-section .voice-tabs .voice-tab {
  opacity: 1;
  transition: opacity .28s ease;
  outline: 0 !important;
  outline-offset: 0 !important;
}

.voice-section .voice-tabs.has-active .voice-tab {
  opacity: .7;
}

.voice-section .voice-tabs.has-active .voice-tab.is-active {
  opacity: 1;
}

.voice-section .voice-tab.is-active .voice-tab__thumb,
.voice-section .voice-tab:hover .voice-tab__thumb {
  border-color: rgba(0,0,0,0.35) !important;
}

.voice-section .voice-tab.is-active .voice-tab__label,
.voice-section .voice-tab:hover .voice-tab__label {
  background: #000 !important;
}

.voice-section .voice-panels {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: opacity .92s cubic-bezier(.22, 1, .36, 1),
    margin-top .28s ease;
}

.voice-section .voice-panels.is-voice-closed {
  height: 0 !important;
  margin-top: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.voice-section .voice-panels.is-voice-open {
  opacity: 1;
  pointer-events: auto;
}

.voice-section .voice-panels.slick-initialized {
  overflow: visible;
}

.voice-section .voice-panels .slick-list {
  overflow: hidden;
}

.voice-section .voice-panels .slick-track {
  display: block;
}

.voice-section .voice-panel {
  background: #fff;
  padding: 36px 34px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transform: none !important;
  filter: none !important;
  will-change: opacity;
}

.voice-section .voice-panel[hidden] {
  display: block !important;
}

@media (max-width: 700px) {

  .voice-section .voice-panel {
    padding: 30px 20px;
  }

}

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

  .voice-section .voice-tabs .voice-tab,
  .voice-section .voice-panels {
    transition: none !important;
  }

}

/* =========================
   FAQ / Product info accordion
   対象：FAQ / 商品情報のみ
   JSがheight/opacityを直接補間するため、CSSは見た目と+/-制御に限定
========================= */

.faq-item,
.info-item {
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-list .faq-item dd,
.info-accordion .info-item dd {
  display: block !important;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: none !important;
  will-change: height, opacity;
}

.faq-list .faq-item dd > div,
.info-accordion .info-item dd > div {
  opacity: 0;
  transform: none;
  transition: opacity .48s ease .10s;
  will-change: opacity;
}

.faq-list .faq-item.is-open dd > div,
.info-accordion .info-item.is-open dd > div {
  opacity: 1;
  transform: none;
}

.faq-item dt button::after,
.info-item dt button::after {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 300;
  content: "+";
  transition: opacity .24s ease;
}

.faq-item.is-open dt button::after,
.info-item.is-open dt button::after {
  content: "−";
}

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

  .faq-list .faq-item dd > div,
  .info-accordion .info-item dd > div,
  .faq-item dt button::after,
  .info-item dt button::after {
    transition: none !important;
  }

  .faq-list .faq-item dd > div,
  .info-accordion .info-item dd > div {
    transform: none !important;
  }

}

/* =========================
   4枚目：FAQ
========================= */

.faq-section {
  padding-bottom: 30px;
}

.faq-section .section-heading {
  padding-bottom: 8px;
}

.faq-section .image-block--wide,
.faq-section .faq-list {
  width: calc(100% - 68px);
  margin-left: auto;
  margin-right: auto;
}

.faq-section .image-block--wide {
  margin-top: 14px;
  margin-bottom: 25px;
}

.faq-section .image-block--wide img {
  width: 100%;
}

@media (max-width: 700px) {

  .faq-section .image-block--wide,
  .faq-section .faq-list {
    width: 90%;
  }

  .faq-section .image-block--wide {
    margin-top: 14px;
    margin-bottom: 25px;
  }

  .faq-section .image-block--wide img {
    width: 100%;
  }

}

.faq-section,
.faq-section .faq-list,
.faq-section .faq-item,
.faq-section dd {
  overflow-anchor: none;
}

/* =========================
   成分見出し：ナイアシンアミド 10%
========================= */

.ingredient-heading {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 20px;
  margin: 58px 0 34px;
  color: #000;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.ingredient-heading__name {
  font-size: clamp(32px, 4.8vw, 46px);
  font-weight: 500;
}

.ingredient-heading__percent {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-size: clamp(72px, 10vw, 104px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.01em;
  transform: translateX(-5px);
}

.ingredient-heading__unit {
  font-size: 0.45em;
  vertical-align: super;
  margin-left: 0.05em;
}

@media (max-width: 700px) {

  .ingredient-heading {
    justify-content: center;
    gap: 10px;
    margin: 46px 0 26px;
    text-align: center;
  }

  .ingredient-heading__name,
  .ingredient-heading__percent {
    white-space: nowrap;
  }

  .ingredient-heading__name {
    font-size: 24px;
    letter-spacing: 0.06em;
  }

  .ingredient-heading__percent {
    font-size: 55px;
    transform: none;
  }

}

.ingredient-heading--support {
  transform: scale(.8);
  transform-origin: center;
}

.experience7-section {
  position: relative;
  overflow: hidden;
}

.experience7-title {
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0;
  text-align: center;
  pointer-events: none;
}

.experience7-title .lead-h1 {
  margin: 0;
}

.howtocuse-section {
  position: relative;
  overflow: hidden;
}

.howtocuse-title {
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0;
  text-align: center;
  pointer-events: none;
}

.howtocuse-title .lead-h1 {
  margin: 0;
}

@media (max-width: 700px) {

  .section-hairline--awards {
    margin: 22px auto 55px;
  }

  .section-hairline--hakko {
    margin: 10px auto 45px;
  }

  .section-hairline--waterless {
    margin: 10px auto 45px;
  }

  .image-section--skin-technology {
    margin: 0 0 18px;
  }

  .image-section--skin-technology .content-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lead-h1-wrap--skin-technology {
    margin: 50px 0 50px;
  }

}

.image_padd {
  padding: 5px 0;
}

/* =========================
   Footer
========================= */

.lp-footer {
  padding: 86px var(--lp-gutter-pc) 96px;
  color: #111;
  background: #d4d7d8;
}

.lp-footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  margin: 0 auto;
}

.lp-footer-nav a {
  color: #111;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.lp-footer-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.lp-footer-copy {
  margin-top: 180px;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #222;
}

@media (max-width: 700px) {

  .lp-footer {
    padding: 64px var(--lp-gutter-sp) 72px;
  }

  .lp-footer-nav {
    gap: 24px;
  }

  .lp-footer-nav a {
    font-size: 12px;
    line-height: 1.7;
  }

  .lp-footer-copy {
    margin-top: 100px;
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }

}

/* =========================
   User's Voice contents
   サムネイルクリック後のレビュー詳細
========================= */

.voice-review {
  width: 100%;
  color: #111;
}

.voice-review-profile {
  display: grid;
  grid-template-columns: 72px auto;
  align-items: center;
  gap: 18px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: left;
}

.voice-review-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.voice-review-profile-text {
  min-width: 0;
}

.voice-review-name {
  margin: 0;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0.06em;
}

.voice-review-job {
  margin: 4px 0 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.voice-review-stars {
  margin: 4px 0 0;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.voice-review-media {
  display: grid;
  grid-template-columns: minmax(180px, 230px) 1fr;
  align-items: center;
  gap: 34px;
  max-width: 560px;
  margin: 0 auto 42px;
}

.voice-review-movie {
  position: relative;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  background: #eee;
  overflow: hidden;
}

.voice-review-video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.voice-review-movie-label {
  position: absolute;
  left: 8px;
  bottom: 14px;
  color: #000;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.08em;
  opacity: 0.95;
  pointer-events: none;
}

.voice-review-side-image img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.voice-review-side-text {
  font-size: 20px;
  line-height: 2.05;
  letter-spacing: 0.05em;
  text-align: left;
}

.voice-review-side-text p {
  margin: 0;
}

.voice-review-title {
  margin: 0 0 28px !important;
  text-align: center !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif !important;
  font-size: 28px !important;
  line-height: 1.7 !important;
  letter-spacing: 0.08em !important;
  font-weight: 600 !important;
}

.voice-review-title span {
  color: #b84654 !important;
}

.voice-review-before-after {
  width: min(100%, 420px);
  margin: 0 auto 42px;
}

.voice-review-before-after img {
  width: 100%;
}

.voice-review-body {
  margin-top: 34px;
}

.voice-review-body .desc-text {
  font-size: 21px;
  line-height: 2.1;
  letter-spacing: 0.06em;
}

.voice-review-note {
  margin: 46px 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #555;
}

@media (max-width: 700px) {

  .voice-review-profile {
    grid-template-columns: 58px auto;
    gap: 14px;
    margin-bottom: 32px;
  }

  .voice-review-avatar {
    width: 58px;
    height: 58px;
  }

  .voice-review-name {
    font-size: 17px;
  }

  .voice-review-job {
    font-size: 13px;
  }

  .voice-review-stars {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .voice-review-media {
    grid-template-columns: minmax(108px, 42%) 1fr;
    align-items: center;
    gap: 18px;
    max-width: 100%;
    margin: 0 auto 34px;
  }

  .voice-review-movie {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .voice-review-video {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
  }

  .voice-review-movie-label {
    left: 6px;
    bottom: 10px;
    font-size: 28px;
  }

  .voice-review-side-text {
    width: auto;
    margin: 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  .voice-review-side-image img {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .voice-review-title {
    margin-bottom: 22px !important;
    font-size: 20px !important;
  }

  .voice-review-before-after {
    width: min(100%, 300px);
    margin-bottom: 34px;
  }

  .voice-review-body .desc-text {
    font-size: 15px;
    line-height: 2.05;
    letter-spacing: 0.05em;
  }

  .voice-review-note {
    margin-top: 34px;
    font-size: 10px;
  }

}
/* =========================
   FAQ / Product info tap highlight reset
========================= */

.faq-item dt button,
.info-item dt button {
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.faq-item dt button:focus,
.info-item dt button:focus,
.faq-item dt button:active,
.info-item dt button:active {
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
/* =========================
   Inview movie
========================= */

.movie-section {
  background: var(--lp-bg);
}

.movie-block {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  line-height: 0;
}

.movie-block__video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  background: #000;
}
.movie-block--doctor-rose {
  aspect-ratio: 1080 / 600;
  background: #000;
  line-height: 0;
}

.movie-block--doctor-rose .movie-block__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

/* =========================
   How to use：BOUNCY 透明リンク
========================= */

.howtouse-image-block {
  position: relative;
}

.howtouse-bouncy-link {
  position: absolute;
  left: 29.5%;
  top: 33%;
  width: 17%;
  height: 58%;
  z-index: 4;
  display: block;
  text-decoration: none;
}

