@charset "utf-8";

/* CSS Document */


/*******************

LP style

********************/

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: "Yu Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Baskerville","Times New Roman",serif;
      background: transparent;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      overflow-x: hidden;
    }

.lp-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.lp-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
}

/* 1枚目 */
.lp-bg-1 {
  opacity: 1;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.12), rgba(0,0,0,0.95)),
    url("https://ce-parfait.jp/bouncy/lp/assets/images/bg.jpg") center top / cover no-repeat;
}

/* 2枚目 */
.lp-bg-2 {
  opacity: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.12), rgba(0,0,0,0.95)),
    url("https://ce-parfait.jp/bouncy/lp/assets/images/bg_2.jpg") center top / cover no-repeat;
  transition: opacity 3s ease-in-out;
}

    .lp { width: 100%; position: relative; z-index: 1;}
    .lp-inner {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      position: relative;
      padding-bottom: 80px;
    }
    .section {
      position: relative;
      width: 100%;
      padding: 0;
      background: transparent;
    }
    .section:first-of-type { padding-top: 18px; }

    .top-copy {
      width: 100%;
      text-align: center;
      padding: 18px 0 12px;
      font-size: clamp(10px, 1.2vw, 14px);
      line-height: 1.8;
      letter-spacing: 0.18em;
      color: rgba(255,255,255,0.95);
      text-shadow: 0 0 8px rgba(0,0,0,0.45);
      font-family: "Yu Mincho","Hiragino Mincho ProN","Times New Roman",serif;
      font-weight: 500;
    }
    .top-copy .small-en {
      display: block;
      font-size: clamp(9px, 1vw, 12px);
      letter-spacing: 0.16em;
      margin-bottom: 4px;
      opacity: 0.95;
    }

    .lp-logo { width: 100%; text-align: center; margin: 0; }
    .lp-logo a { display: inline-block; }
    .lp-logo img { width: 70px; height: auto; display: block; }

    .jump-nav-wrap {
      position: sticky;
      top: 0;
      z-index: 100;
      width: 100%;
      padding: 20px 0;
      background: rgba(10, 10, 16, 0.16);
      backdrop-filter: blur(20px) saturate(150%);
      -webkit-backdrop-filter: blur(20px) saturate(150%);
      box-shadow: inset 0 0 0 rgba(255,255,255,0.14), 0 4px 24px rgba(0,0,0,0.18);
    }
    .jump-nav {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      display: flex;
      padding: 0 16px;
      justify-content: center;
      gap: 6px;
    }
    .jump-nav a {
      flex: 1 1 0;
      min-width: 0;
      height: clamp(44px, 4vw, 66px);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 8px;
      border: 1px solid rgba(255,255,255,0.78);
      color: #fff;
      text-decoration: none;
      font-size: clamp(13px, 1vw, 22px);
      line-height: 1;
      letter-spacing: 0.08em;
      background: rgba(255,255,255,0.03);
      transition: background .25s ease, border-color .25s ease, opacity .25s ease;
    }
    .jump-nav a.is-active,
    .jump-nav a:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.95);
    }
    .arrow-down {
      width: 7px;
      height: 7px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      transform: rotate(45deg);
      vertical-align: super;
      margin-left: 4px;
    }

    .jump-anchor {
      display: flex;
      margin: 50px 0 10px;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }
    .jump-anchor::before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(255,255,255,0.9), transparent);
      transform: scaleX(0.6);
      transform-origin: center;
      transition: transform 0.7s cubic-bezier(.22,1,.36,1);
    }
    .jump-anchor.is-active::before { transform: scaleX(1); }

    .img-box {
      color: #444;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      line-height: 1;
      text-transform: lowercase;
      overflow: hidden;
    }
    .img-box img,
    .img-box video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .img-box video { padding: 20px 0; }

    .img-wide {
      width: 80%;
      height: auto;
      margin: 30px auto;
    }
    .img-medium1,
    .img-medium2{
      width: 60%;
      height: auto;
      margin: 20px auto 30px;
    }
    .img-small-left {
      width: 100%;
      height: clamp(160px, calc(340px - 11vw), 300px);
      margin-top: 10px;
      object-fit: cover;
      object-position: center;
    }

    .expanded-lower-image {
  position: relative;
}

.img-small-right-wrap {
  width: 100%;
  margin-left: auto;
}

.img-small-right-wrap picture {
  display: block;
  width: 100%;
}

.img-small-right {
  width: 100%;
  height:clamp(160px, calc(340px - 11vw), 300px);
  margin-top: 10px;
  object-fit: cover;
  object-position: center;
  display: block;
}


  /*  .img-small-right {
      width: 100%;
      height: clamp(180px, calc(300px - 8vw), 260px);
      margin-top: 10px;
      object-fit: cover;
      object-position: center;
    }*/

    .center-copy .lead-main,
    .text-title,
    .top-copy {
      font-family: "Yu Mincho","Hiragino Mincho ProN","Times New Roman",serif;
      font-weight: 500;
      letter-spacing: 0.06em;
    }
    .product-intro .en,
    .product-intro .en strong {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }
.product-intro .desc p,
.text-block p,
.preview-text p,
.expanded-lower-text p,
.left-copy p,
.lp-inner .product__data dd div,
#lpfooter .footer__link {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;/*clamp(14px, 1.5vw, 16px)*/
  line-height: 2;
  letter-spacing: 0.04em;
}
    .product-intro .desc p,
    .text-block p,
    .preview-text p,
    .expanded-lower-text p,
    .left-copy p,
    .lp-inner .faq-block .product__data dd div {
      text-align: justify;
      text-align-last: left;
    }
    .center-copy .lead-main,
    .text-title { line-height: 1.8; }

    .product-intro {
      text-align: center;
      background: transparent;
      padding: 20px 16px;
    }

  .product-intro .desc {
  margin: 0 auto;
  margin-top: -20px;
  padding: 0 60px;
  color: rgba(255,255,255,0.92);
}
    .product-intro .en {
      font-size: clamp(24px, 3.2vw, 40px);
      line-height: 1.25;
      letter-spacing: 0.02em;
      font-weight: 100;
    }
    .product-intro .en strong {
      display: block;
      font-weight: 200;
      font-size: clamp(24px, 4.4vw, 40px);
      line-height: 1.25;
      letter-spacing: 0.01em;
    }
    .product-intro .ja {
      margin-top: 8px;
      font-size: clamp(10px, 1.2vw, 14px);
      line-height: 1.7;
      letter-spacing: 0.08em;
    }
    .product-intro p + p,
    .text-block p + p { margin-top: 10px; }


    sup {
      font-size: 10px;
      vertical-align: super;
      position: relative;
      top: 2px;
    }

    .bmf-bar-area {
      position: relative;
      width: 100%;
      margin: 10% auto;
      overflow: visible;
    }
    .bmf-text { position: relative; z-index: 3; }
    .bmf-text img {
      width: 97%;
      height: auto;
      display: block;
      margin: 0 auto;
    }
    .glass-bar {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -15%;
      height: 140%;
      z-index: 2;
      overflow: hidden;
      background: rgba(255,255,255,0.12);
      backdrop-filter: blur(14px) saturate(140%) contrast(108%);
      -webkit-backdrop-filter: blur(14px) saturate(140%) contrast(108%);
      border-radius: 4px;
      border: 1px solid rgba(255,255,255,0.14);
      box-shadow:
        0 0 18px rgba(255,255,255,0.06),
        0 0 40px rgba(255,255,255,0.03),
        inset 0 1px 0 rgba(255,255,255,0.28),
        inset 0 -1px 0 rgba(255,255,255,0.08);
    }
    .glass-bar::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      pointer-events: none;
      background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.28) 0%,
        rgba(255,255,255,0.12) 18%,
        rgba(255,255,255,0.03) 40%,
        rgba(255,255,255,0.00) 60%
      );
    }
    .glass-bar::after {
      content: "";
      position: absolute;
      inset: -20% 0;
      pointer-events: none;
      border-radius: inherit;
      background:
        radial-gradient(circle at 20% 50%, rgba(255,180,100,0.14), transparent 22%),
        radial-gradient(circle at 60% 40%, rgba(255,120,60,0.12), transparent 20%),
        radial-gradient(circle at 85% 65%, rgba(255,220,160,0.10), transparent 18%);
      filter: blur(18px);
      animation: glassLightMove 18s linear infinite;
    }
    @keyframes glassLightMove {
      0% { transform: translateY(-6%); }
      50% { transform: translateY(6%); }
      100% { transform: translateY(-6%); }
    }

    .center-copy {
      text-align: center;
      padding: 40px 16px 18px;
    }

    .center-copy-sub {
      text-align: center;
      padding: 6px 16px 16px;
    }

    .center-copy .lead-small {
      font-size: 18px;
      line-height: 2;
      letter-spacing: 0.14em;
      margin-bottom: 18px;
      opacity: 0.98;
    }
    .center-copy .lead-main {
      font-size: clamp(26px, 2.6vw, 40px);
      line-height: 1.65;
      font-weight: 500;
      letter-spacing: 0.08em;
    }
    .center-copy .sub-main {
      margin-top: 18px;
      font-size: 14px;
      line-height: 2.05;
      letter-spacing: 0.08em;
      color: rgba(255,255,255,0.95);
    }

    .center-copy-sub .sub-main {
      margin-top: 18px;
      font-size: 18px;
      line-height: 2.05;
      letter-spacing: 0.08em;
      color: rgba(255,255,255,0.95);
    }


    .text-block {
      width:100%;
      margin:0 auto;
      padding: 20px 80px;
      background: transparent;
    }
    .text-block p { color: rgba(255,255,255,0.94); }

    .text-title {
      font-size: clamp(16px, 1.6vw, 22px);
      font-weight: 500;
      margin-bottom: 22px;
      color: #fff;
    }

    .two-col-lower {
      display: grid;
      grid-template-columns: 6fr 4fr;
      gap: 50px;
      align-items: start;
      padding: 16px 16px 0;
      margin-top: 0;
    }

    .footer-copy-box {
      width: 96%;
      margin: 18px auto 0;
      padding: 10px 16px;
      background: rgba(255,255,255,0.08);
      border-radius: 2px;
    }
    .footer-copy-box p {
      font-size: 10px;
      line-height: 1.95;
      color: rgba(255,255,255,0.94);
    }
    .spacer-3 { height: 30px; }

    .readmore-block {
      position: relative;
      margin: 0 auto;
      width: 100%;
      padding: 16px 16px 0;
    }
    .readmore-preview,
    .readmore-expanded {
      position: relative;
      width: 100%;
    }


    .preview-main {
      display: grid;
      grid-template-columns: 3.5fr 6.5fr;
      gap: 50px;
      align-items: start;
      position: relative;
    }
    .preview-image,
    .preview-text {
      position: relative;
      z-index: 2;
    }
    .preview-text p,
    .expanded-lower-text p {
      line-height: 2.05;
      color: rgba(255,255,255,0.95);
    }
    .preview-text .text-title,
    .expanded-lower-text .text-title {
      margin-bottom: 14px;
    }
    .readmore-preview {
      max-height: 560px;
      overflow: hidden;
    }
    .preview-fade {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 58px;
      height: 180px;
      z-index: 5;
      pointer-events: none;
      background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.55) 35%,
        rgba(0,0,0,0.88) 70%,
        rgba(0,0,0,1) 100%
      );
    }
    .readmore-btn,
    .close-btn {
      display: block;
      width: 170px;
      height: 46px;
      margin: 18px auto 0;
      border: 1px solid rgba(255,255,255,0.82);
      background: rgba(0,0,0,0.35);
      color: #fff;
      cursor: pointer;
      text-align: center;
    }
    .readmore-expanded { display: none; }
    .readmore-expanded.is-open { display: block; }
    .expanded-main { margin-bottom: 28px; }
    .expanded-lower {
      display: grid;
      grid-template-columns: 6.5fr 3.5fr;
      gap: 50px;
      align-items: start;
    }
    .expanded-lower-text,
    .expanded-lower-image { position: relative; }
    .expanded-lower .img-small-right {
      width: 100%;
      object-fit: cover;
      object-position: center;
    }
    .readmore-preview.is-hidden { display: none; }

    .lp-inner .product {
      display: block;
      margin: 50px 0;
      padding: 0 16px;
      position: relative;
      width: 100%;
      color: #fff;
    }
    .lp-inner .product__data + .product__data {
      border-top: 1px solid rgba(255,255,255,0.22);
    }
    .lp-inner .product__data dt {
      position: relative;
      display: block;
      box-sizing: border-box;
      padding: 24px 16px;
      cursor: pointer;
      color: #fff;
    }
    .lp-inner .product__data dt::before,
    .lp-inner .product__data dt::after {
      content: "";
      display: block;
      width: 18px;
      height: 1px;
      background: rgba(255,255,255,0.9);
      position: absolute;
      top: 50%;
      right: 20px;
      transition: transform 0.35s ease, opacity 0.3s ease;
    }
    .lp-inner .product__data dt::before { transform: rotate(0deg); }
    .lp-inner .product__data dt::after { transform: rotate(90deg); }
    .lp-inner .product__data dt.acd__btn--open::before { transform: rotate(180deg); }
    .lp-inner .product__data dt.acd__btn--open::after {
      transform: rotate(180deg);
      opacity: 0;
    }
    .lp-inner .product__data dd div {
      position: relative;
      display: block;
      box-sizing: border-box;
      padding: 0 16px 28px;
      color: rgba(255,255,255,0.92);
    }
    .lp-inner .product__notes {
      font-size: 12px;
      line-height: 1.8;
      margin-top: .8em;
      color: rgba(255,255,255,0.72);
    }

    #lpfooter {
      background: transparent;
      color: #fff;
      box-sizing: border-box;
      display: block;
      width: 100%;
      padding: clamp(20px, 5vw, 40px);
    }
    #lpfooter .footer__link,
    #lpfooter #copy {
      width: 100%;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
    #lpfooter .footer__link {
      text-align: left;
      line-height: 2;
      letter-spacing: 0.04em;
    }
    #lpfooter ul,
    #lpfooter li {
      list-style: none !important;
      padding-left: 0;
      margin-left: 0;
    }
    #lpfooter .footer__link li { margin: 1.2em 0; }
    #lpfooter li::before { content: none !important; }
    #lpfooter .footer__link a {
      color: #fff;
      text-decoration: none;
    }
    #lpfooter #copy {
      text-align: center;
      font-size: clamp(12px, 1.3vw, 14px);
      line-height: 1.8;
      color: rgba(255,255,255,0.7);
      border-top: 1px solid rgba(255,255,255,0.25);
      padding-top: clamp(16px, 4vw, 40px);
      margin-top: clamp(28px, 6vw, 60px);
    }

    @media (max-width: 700px) {
      .lp-logo img { width: 60px; }
      .img-wide { width: 100%; }
      .img-medium1 { width: 70%; }
      .img-medium2 { width: 87%; }
      .preview-main ,.expanded-lower { gap: 20px; }
      .readmore-preview { max-height: 520px; }
      .readmore-block{ width: 90%; }
      .product-intro .desc,
      .text-block { width: 80%;padding-left: 16px; padding-right: 16px; }
    }

/* =========================
   FAQ 専用デザイン 最終版
   ※ .faq-block で囲った .product__data のみ対象
========================= */
.faq-block {
  margin: 0 0 42px;
}

.faq-block .product__data {
  margin: 0 0 14px;
  border-top: none !important;
}

.faq-block .product__data + .product__data {
  border-top: none !important;
}

/* -------------------------
   Q部分
------------------------- */
.faq-block .product__data dt {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 !important;
  cursor: pointer;

  border: 1px solid rgba(255,255,255,0.42);
  background: rgba(255,255,255,0.16);

  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.28),
    inset 0 -1px 0 rgba(255,255,255,0.08),
    0 8px 24px rgba(0,0,0,0.10);

  color: #111;
}

/* Qテキスト
   → サイズは既存の product__data と揃えて 14px / line-height 2 */
.faq-block .product__data dt span {
  display: block;
  width: 100%;
  padding: 20px 56px 20px 18px;

  color: #ffffff;
  font-family: "Yu Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Times New Roman",serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

/* Qラベル */
.faq-block .product__data dt span::before {
  content: "Q ";
  display: inline-block;
  margin-right: 6px;
  font-weight: 600;
  color: #ffffff;
}

/* ＋ / － アイコン */
.faq-block .product__data dt::before,
.faq-block .product__data dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 18px;
  height: 1px;
  background: #ffffff;
  transform-origin: center center;
  transition:
    transform 0.35s ease,
    opacity 0.28s ease,
    background-color 0.25s ease;
}

.faq-block .product__data dt::before {
  transform: translateY(-50%) rotate(0deg);
}

.faq-block .product__data dt::after {
  transform: translateY(-50%) rotate(90deg);
}

/* 開いたら － */
.faq-block .product__data.open dt::after {
  opacity: 0;
}

/* hover */
.faq-block .product__data dt:hover {
  background: rgba(255,255,255,0.19);
}

/* -------------------------
   A部分
   ※ height/opacity は JSと連動
------------------------- */
.faq-block .product__data dd {
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: -1px;

  border-left: 1px solid rgba(255,255,255,0.28);
  border-right: 1px solid rgba(255,255,255,0.28);
  border-bottom: 1px solid rgba(255,255,255,0.28);

  background: rgba(255,255,255,0.05);

  transition:
    height 0.65s cubic-bezier(.22,1,.36,1),
    opacity 0.42s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.faq-block .product__data.open dd {
  opacity: 1;
}

/* A本文 */
.faq-block .product__data dd div {
  padding: 40px 20px 60px !important;

  color: rgba(255,255,255,0.95);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
}

/* Aラベル */
.faq-block .product__data dd div::before {
  content: "A ";
  display: inline-block;
  margin-right: 6px;
  font-weight: 700;
  color: rgba(255,255,255,0.95);
}

/* 開いたときだけ少し余韻 */
.faq-block .product__data.open {
  margin-bottom: 14px;
}

/* -------------------------
   SP
------------------------- */
@media (max-width: 700px) {
  .faq-block {
    margin: 0 0 34px;
  }

  .faq-block .product__data {
    margin-bottom: 12px;
  }

  .faq-block .product__data dt {
    min-height: 52px;
  }

  .faq-block .product__data dt span {
    padding: 16px 48px 16px 14px;
    font-size: 14px;   /* 全成分と同じ */
    line-height: 2;
    letter-spacing: 0.04em;
  }

  .faq-block .product__data dt::before,
  .faq-block .product__data dt::after {
    right: 16px;
    width: 18px;
  }

  .faq-block .product__data dd div {
    padding: 40px 16px 40px !important;
    font-size: 14px;
    line-height: 2;
  }
}

/* =========================
   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);
}

/* 少し遅らせたい時用 */
.reveal-delay-1 { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.24s; }
.reveal-delay-3 { transition-delay: 0.36s; }

@media (prefers-reduced-motion: reduce) {
  .reveal-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}