/* CHANGED: MIRI NAIL stylesheet rebuilt around variables.css brand tokens. */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-text-primary);
  font-family: var(--font-sans);
  background: linear-gradient(90deg, #e6d6cc, var(--color-bg-primary), #dbe9ef);
  letter-spacing: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

img {
  display: block;
  max-width: 100%;
}

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

.lp {
  position: relative;
  width: min(100%, 1080px);
  margin: 0 auto;
  overflow: hidden;
  /* ページ全体＝1枚の連続した淡い水面（2026-07-14 けんし指示）。中央は光で明るく=文字可読 */
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.66) 190px, rgba(255, 255, 255, 0.66) calc(100% - 190px), rgba(255, 255, 255, 0) 100%),
    url("assets/bg-water-tile.jpg?v=1") top center / 100% auto repeat-y #f1f7fb;
}

/* CHANGED: Decorative water/pearl layer replaces MAY bubble texture. */
.lp::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 9% 13%, rgba(255, 255, 255, 0.76) 0 18px, transparent 21px),
    radial-gradient(circle at 90% 9%, rgba(255, 255, 255, 0.66) 0 38px, transparent 42px),
    radial-gradient(circle at 5% 38%, rgba(255, 255, 255, 0.62) 0 28px, transparent 32px),
    radial-gradient(circle at 94% 55%, rgba(255, 255, 255, 0.52) 0 36px, transparent 40px);
  opacity: 0.56;
}

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

.panel::after {
  position: absolute;
  content: "";
  pointer-events: none;
  width: 230px;
  height: 190px;
  background:
    radial-gradient(circle at 32% 44%, rgba(255, 255, 255, 0.96) 0 16px, transparent 20px),
    radial-gradient(circle at 64% 43%, rgba(255, 255, 255, 0.72) 0 10px, transparent 13px),
    radial-gradient(circle at 50% 68%, rgba(255, 255, 255, 0.62) 0 22px, transparent 27px);
  filter: blur(2px);
  opacity: 0.46;
}

/* CHANGED: Hero repositions MAY layered LP layout for MIRI's beach nail visual. */
.hero {
  position: relative;
  min-height: 620px;
  padding: 54px 92px 72px;
  background:
    linear-gradient(115deg, rgba(250, 246, 240, 0.9), rgba(240, 245, 247, 0.78)),
    radial-gradient(circle at 74% 24%, rgba(74, 157, 172, 0.12), transparent 28%);
  transition: background 0.7s var(--ease-out);
}

/* ヒーロー下端をやわらかく白寄りにフェードし、次のセクションへなめらかに繋ぐ（強い境目を作らない） */
.hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background: linear-gradient(to bottom, transparent 0%, #fafdfe 100%);
  pointer-events: none;
  z-index: 0;
}

/* シーン別背景色 */
.hero[data-scene="sea"] {
  background:
    linear-gradient(115deg, rgba(234, 241, 246, 0.92), rgba(220, 238, 247, 0.82)),
    radial-gradient(circle at 74% 24%, rgba(74, 157, 172, 0.16), transparent 28%);
}

/* 左ミニ画像：横長の足元写真を縦長コンテナに収める表示位置 */
.mini-photo-left img {
  object-position: 55% 40%;
}

.hero::after {
  left: -44px;
  bottom: 34px;
}

.hero-text {
  position: relative;
  z-index: 4;
  width: 430px;
  /* 最上部センターのブランド名(hero-brand-top)と重ならないよう下げる(2026-07-12 FV再構成) */
  padding-top: 110px;
  margin-left: 168px;
}

.hero-text p,
.small-label {
  margin: 0 0 var(--space-sm);
  color: var(--color-accent-turquoise);
  font-size: var(--fs-sm);
  font-weight: 700;
  line-height: var(--lh-base);
  letter-spacing: var(--ls-base);
}

h1,
h2 {
  margin: 0;
  color: var(--color-text-primary);
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  font-size: clamp(2.7rem, 6vw, 4.2rem);
}

/* FVメインコピー：2行できれいに収め、文字詰めして視認性アップ */
/* 「サンダルから覗く、」(9文字)が商品写真に重ならないよう一段控えめに(2026-07-12) */
.hero-text h1 {
  font-size: clamp(1.45rem, 3.3vw, 2.55rem);
  letter-spacing: -0.025em;
  line-height: 1.4;
  white-space: nowrap;
}

.hand-script {
  position: absolute;
  z-index: 5;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-script);
  font-size: clamp(4rem, 9vw, 7.8rem);
  line-height: 0.86;
  transform: rotate(-7deg);
  text-shadow: 0 4px 16px rgba(74, 157, 172, 0.14);
}

.hand-script {
  top: 108px;
  left: 690px;
  font-size: clamp(2.4rem, 3.8vw, 3.4rem);
  color: rgba(255, 255, 255, 0.92);
  text-shadow:
    0 1px 2px rgba(80, 110, 130, 0.4),
    0 3px 16px rgba(60, 90, 110, 0.28);
  letter-spacing: 0.06em;
  transform: rotate(-6deg);
  transform-origin: left center;
}

.hero-product {
  position: absolute;
  z-index: 2;
  top: 64px;
  right: 92px;
  width: 360px;
  height: 500px;
  overflow: hidden;
  border-radius: 130px 0 130px 0;
  box-shadow: var(--shadow-product);
}

.hero-product img,
.mini-photo img,
.purchase-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ヒーロー商品画像：縦長コンテナにチップ貝皿が綺麗に収まるよう中央配置 */
.hero-product img {
  object-position: 50% 50%;
  filter: brightness(1.0) contrast(1.03) saturate(1.08);
}

.mini-photo {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  width: 240px;
  height: 335px;
  box-shadow: var(--shadow-md);
}

.mini-photo-left {
  left: -16px;
  top: 72px;
  border-radius: 0 110px 110px 0;
}

.orb-photo {
  display: none;
}

.brand-lockup {
  position: absolute;
  left: 260px;
  /* 見出しとの間の空白を詰めるため少し上へ(74px→100px・2026-07-12) */
  bottom: 100px;
}

.brand-lockup strong {
  display: block;
  color: var(--color-text-primary);
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

.brand-lockup span {
  display: block;
  margin-top: 10px;
  color: var(--color-text-secondary);
  font-size: var(--fs-xs);
  letter-spacing: var(--ls-base);
}

/* FV：ブランド名下のメインCTA（しっかり目立つ） */
.brand-cta {
  position: relative;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin: 30px 0 0;
  padding: 18px 44px;
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #fff;
  background: linear-gradient(135deg, #e7abb4 0%, var(--color-accent-rose) 52%, var(--color-accent-rose-hover) 100%);
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow:
    0 8px 24px rgba(201, 123, 137, 0.5),
    0 3px 10px rgba(201, 123, 137, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  animation: cta-pulse 2.4s ease-in-out infinite;
  transition:
    transform var(--duration-fast) var(--ease-out),
    box-shadow var(--duration-base) var(--ease-out),
    filter var(--duration-base) var(--ease-out);
}

.brand-cta:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow:
    0 12px 30px rgba(201, 123, 137, 0.6),
    0 4px 12px rgba(201, 123, 137, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* CTAをやわらかく呼吸させて目線を引く */
@keyframes cta-pulse {
  0%, 100% {
    box-shadow:
      0 8px 24px rgba(201, 123, 137, 0.5),
      0 3px 10px rgba(201, 123, 137, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.25);
  }
  50% {
    box-shadow:
      0 12px 32px rgba(201, 123, 137, 0.65),
      0 5px 14px rgba(201, 123, 137, 0.4),
      inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
}

/* CHANGED: Opening section swaps skincare explanation for sandal-ready foot nail positioning. */
.opening {
  padding: 36px 0 74px;
}

.opening::after {
  right: -58px;
  top: 330px;
}


.faq p {
  display: block;
  color: var(--color-text-secondary);
  font-size: var(--fs-xs);
  line-height: var(--lh-loose);
}

/* CHANGED: social section uses sea/sandal imagery. */
.social {
  position: relative;
  padding: 48px 0 80px;
}

/* SUMMER SCENES 背景装飾：四隅まわりに淡い色のにじみ＋パール粒を散らす（中央は空ける／写真の後ろ） */
.social::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 7% 16%, rgba(168, 197, 216, 0.32), transparent 20%),
    radial-gradient(circle at 94% 20%, rgba(224, 181, 189, 0.30), transparent 19%),
    radial-gradient(circle at 9% 84%, rgba(181, 205, 176, 0.27), transparent 19%),
    radial-gradient(circle at 93% 86%, rgba(201, 169, 97, 0.18), transparent 16%),
    radial-gradient(circle at 14% 34%, rgba(255, 255, 255, 0.9) 0 5px, transparent 8px),
    radial-gradient(circle at 7% 52%, rgba(255, 255, 255, 0.75) 0 3px, transparent 6px),
    radial-gradient(circle at 90% 40%, rgba(255, 255, 255, 0.85) 0 5px, transparent 8px),
    radial-gradient(circle at 96% 60%, rgba(255, 255, 255, 0.7) 0 3px, transparent 6px),
    radial-gradient(circle at 19% 90%, rgba(255, 255, 255, 0.8) 0 4px, transparent 7px),
    radial-gradient(circle at 82% 92%, rgba(255, 255, 255, 0.72) 0 4px, transparent 7px);
}

/* SUMMER SCENES 夏モチーフ：アイボリーのホタテ貝画像（assets/miri-shell.png・透過PNG）を余白に散らす */
.summer-shell {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background: url("assets/miri-shell.png?v=1") no-repeat center / contain;
}
.summer-shell--a {
  top: 5%;
  left: 2%;
  width: 78px;
  height: 78px;
  transform: rotate(-12deg);
  opacity: 0.9;
}
.summer-shell--b {
  top: 56%;
  left: 4%;
  width: 52px;
  height: 52px;
  transform: rotate(14deg);
  opacity: 0.78;
}
.summer-shell--c {
  top: 8%;
  right: 3%;
  width: 60px;
  height: 60px;
  transform: rotate(18deg);
  opacity: 0.85;
}

/* SUMMER SCENES 夏モチーフ：くすみピンクのヒトデ画像を右下に1つ（assets/miri-starfish.png・透過PNG） */
.summer-star {
  position: absolute;
  right: 6%;
  bottom: 8%;
  z-index: 0;
  width: 74px;
  height: 74px;
  pointer-events: none;
  opacity: 0.8;
  background: url("assets/miri-starfish.png?v=1") no-repeat center / contain;
}

.social h2 {
  color: rgba(74, 157, 172, 0.34);
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  letter-spacing: var(--ls-base);
}

.post-cloud {
  position: relative;
  width: 700px;
  height: 424px;
  margin: 0 auto;
}

.post {
  position: absolute;
  width: 202px;
  padding: 10px 10px 15px;
  margin: 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-lg);
  transition: transform var(--duration-base) var(--ease-out),
              box-shadow var(--duration-base) var(--ease-out);
}

/* ホバーで前面に出てふわっと持ち上がる（おしゃれな重なり演出） */
.post:hover {
  z-index: 9 !important;
  box-shadow: 0 16px 40px rgba(61, 40, 23, 0.22);
}

.post img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.post p {
  margin: 9px 0 0;
  color: var(--color-text-secondary);
  font-size: 12px;
  line-height: 1.5;
}

.post-a {
  left: 0;
  top: 44px;
  z-index: 1;
  transform: rotate(-6deg);
}

.post-b {
  left: 166px;
  top: 92px;
  z-index: 2;
  transform: rotate(3deg);
}

.post-c {
  left: 330px;
  top: 26px;
  z-index: 3;
  transform: rotate(-3deg);
}

.post-d {
  left: 496px;
  top: 78px;
  z-index: 4;
  transform: rotate(5deg);
}

/* SUMMER SCENES 右下の控えめCTA */
/* 「夏カラーを見る」CTA：ローズのグラデーション塗りつぶしピル。白文字＋矢印（ホバーで右に動く）。キラキラ演出なし */
.scenes-cta {
  position: absolute;
  right: 6px;
  bottom: 0;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 30px;
  font-family: var(--font-serif);
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #fff;
  background: linear-gradient(135deg, #e7abb4 0%, var(--color-accent-rose) 52%, var(--color-accent-rose-hover) 100%);
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow:
    0 8px 22px rgba(201, 123, 137, 0.42),
    0 2px 6px rgba(201, 123, 137, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s var(--ease-out),
    box-shadow 0.3s var(--ease-out),
    filter 0.3s var(--ease-out);
}

/* 矢印（テキストの後ろにCSSで付与） */
.scenes-cta::after {
  content: "→";
  font-size: 15px;
  line-height: 1;
  transition: transform 0.25s var(--ease-out);
}

.scenes-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 12px 28px rgba(201, 123, 137, 0.52),
    0 4px 12px rgba(201, 123, 137, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.scenes-cta:hover::after {
  transform: translateX(4px);
}

/* CHANGED: Purchase CTA and pricing updated for MIRI NAIL. */

.purchase-card {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  width: 790px;
  min-height: 364px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-lg);
}

.purchase-visual {
  height: 364px;
  overflow: hidden;
  background: var(--color-product-blue-bg);
  border-radius: 0 0 86px 0;
}

.purchase-info {
  padding: 48px 48px 34px;
}

.product-line {
  display: grid;
  grid-template-columns: 1fr 94px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(61, 40, 23, 0.12);
}

.product-line strong {
  color: var(--color-text-primary);
  font-family: var(--font-display);
  font-size: 37px;
  line-height: 1;
}

.product-line span {
  color: var(--color-text-secondary);
  font-size: 13px;
  text-align: center;
  border-left: 1px solid rgba(61, 40, 23, 0.12);
}

.purchase-info > p {
  margin: 14px 0 18px;
  color: var(--color-text-secondary);
  font-size: 13px;
  line-height: 1.8;
}

/* 「ご希望のカラーもオーダー可能」のやわらかい水色のタグ風ノート（差し色） */
.purchase-info p.color-note {
  display: inline-block;
  margin: -6px 0 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--color-accent-turquoise);
  background: rgba(74, 157, 172, 0.12);
  border-radius: 9999px;
}

.price {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 26px;
  color: var(--color-accent-rose);
}

/* 「通常価格」「円(税込)」は変な位置で折り返さないように */
.price small,
.price span {
  flex-shrink: 0;
  white-space: nowrap;
}

.price small {
  color: var(--color-text-secondary);
}

.price b {
  flex-shrink: 0;
  font-family: var(--font-sans);
  font-size: 56px;
  line-height: 0.92;
}

.button-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
}

.button-grid a {
  display: grid;
  place-items: center;
  min-height: 42px;
  color: var(--color-text-inverse);
  font-size: 12px;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, #e7abb4 0%, var(--color-accent-rose) 52%, var(--color-accent-rose-hover) 100%);
  box-shadow: var(--shadow-cta);
  transition:
    transform var(--duration-fast) var(--ease-out),
    filter var(--duration-fast) var(--ease-out);
}

.button-grid a:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

/* 副CTA：LINE。購入ボタンより一段控えめにして主役を食わない */
.button-grid a.button-grid__line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 6px;
  color: var(--color-accent-rose);
  background: #ffffff;
  border: 1.5px solid var(--color-accent-rose);
  box-shadow: none;
  white-space: nowrap;
}

.button-grid a.button-grid__line svg {
  flex: none;
  width: 14px;
  height: 14px;
}

.button-grid a.button-grid__line:hover {
  filter: none;
  background: rgba(201, 123, 137, 0.06);
}

.purchase-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
  padding: 0;
  list-style: none;
}

.purchase-trust li {
  padding: 6px 11px;
  color: var(--color-text-secondary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid rgba(201, 123, 137, 0.28);
  border-radius: var(--radius-pill);
  background: rgba(255, 249, 246, 0.84);
}

.purchase-trust li::before {
  content: "✓";
  margin-right: 5px;
  color: var(--color-accent-rose);
}

.purchase-info--colors .purchase-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.purchase-info--colors .purchase-trust li {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.purchase-info.purchase-info--colors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 38px 30px !important;
}

.purchase-info--colors .product-line {
  width: 100%;
}

.purchase-info--colors > p.color-collection-copy {
  margin: 16px 0 18px;
  color: var(--color-text-secondary);
  font-size: 13px;
  line-height: 1.8;
}

.color-choice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.color-choice {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 9px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(112, 88, 72, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.color-choice > span {
  grid-row: 1 / 3;
  width: 28px;
  height: 28px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(89, 67, 51, 0.14);
}

.color-choice strong {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: var(--color-text-primary);
}

.color-choice small {
  overflow: hidden;
  font-size: 10px;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--color-text-muted);
}

.color-choice--blue > span {
  /* 2026-08-04: 実物写真から採取した色・質感に差し替え */
  background-color: #8d949c;
  background-image: url("assets/swatch-blue-real-v1.png");
}

.color-choice--mint > span {
  background-color: #75795e;
  background-image: url("assets/swatch-green-real-v1.png");
}

.color-choice--coral > span {
  background-color: #c49056;
  background-image: url("assets/swatch-orange-real-v1.png");
}

.color-choice--pink > span {
  background-color: #b48380;
  background-image: url("assets/swatch-pink-real-v1.png");
}

@media (max-width: 1023px) {
  .purchase-info.purchase-info--colors {
    padding: 30px 24px 32px !important;
  }

  .color-choice small {
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
  }
}

@media (min-width: 1024px) {
  .purchase-card--colors .purchase-visual {
    height: auto;
    min-height: 100%;
  }
}

/* CHANGED: New MIRI four-color lineup section. */
.lineup {
  padding: 104px 0 110px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), var(--color-bg-secondary));
}

/* CHANGED: Point sections explain MIRI product value while preserving MAY layout classes. */

/* CHANGED: Summer fit section and FAQ replace skincare free-formulation language. */


.faq h2 {
  color: var(--color-accent-turquoise);
  font-size: 32px;
}

.faq {
  padding: 88px 0 96px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), var(--color-bg-secondary));
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 14px;
  width: 720px;
  margin: 34px auto 0;
  text-align: left;
}

.faq details {
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(74, 157, 172, 0.16);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.faq summary {
  color: var(--color-text-primary);
  font-weight: 700;
  cursor: pointer;
}

.faq p {
  margin: 12px 0 0;
}

/* CHANGED: Voice section reflects MIRI audience and summer usage. */

@media (max-width: 1023px) {
  .lp {
    width: 100%;
  }

  /* ヒーロー：スマホ/タブレットは縦積みのクリーンな構図に（PC用の絶対配置をやめ、写真と文字の重なりを解消） */
  .hero {
    min-height: 0;
    padding: 40px 24px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-text {
    position: static;
    order: 1;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding-top: 0;
  }

  .hero-text p {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.9;
  }

  .hero-text h1 {
    white-space: normal;
    font-size: 31px;
    line-height: 1.42;
  }

  .hero-product {
    position: static;
    order: 2;
    top: auto;
    right: auto;
    width: min(86%, 320px);
    height: auto;
    aspect-ratio: 3 / 4;
    margin: 24px auto 4px;
    border-radius: 80px 0 80px 0;
  }

  .brand-lockup {
    position: static;
    order: 3;
    left: auto;
    bottom: auto;
    margin: 22px auto 0;
    text-align: center;
  }

  .brand-cta {
    margin: 18px auto 0;
  }

  .brand-lockup strong {
    font-size: 32px;
  }

  .brand-lockup span {
    font-size: 11px;
  }

  /* スマホ/タブレットでは小さな足元写真・装飾・スクリプトは非表示にして重なりを防ぐ */
  .mini-photo-left,
  .orb-photo,
  .hand-script {
    display: none;
  }

  
  .post-cloud,
  .purchase-card,
  .faq-list {
    width: calc(100% - 36px);
  }

  .opening {
    padding: 28px 0;
  }

  
  .purchase-card {
    grid-template-columns: 1fr;
  }

  .social {
    padding: 18px 0 40px;
  }

  .social h2 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .post-cloud {
    display: grid;
    height: auto;
    gap: 18px;
  }

  .post,
  .post-a,
  .post-b,
  .post-c,
  .post-d {
    position: static;
    width: 100%;
    transform: none;
  }

  /* 写真が横長に切れて被写体が途切れるのを防ぐ：縦長(4:5)枠で表示 */
  .post img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  /* モバイル：CTAは写真の下に右寄せでそっと配置（光の演出を収めるため relative に） */
  .scenes-cta {
    position: relative;
    justify-self: end;
    margin-top: 2px;
  }

  .purchase-card {
    grid-template-columns: 1fr;
  }

  .purchase-visual {
    height: 255px;
  }

  .purchase-info {
    padding: 34px 24px;
  }

  .product-line strong {
    font-size: 31px;
  }

  .price b {
    font-size: 48px;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .lineup {
    padding: 66px 0 72px;
  }

  .faq {
    padding: 58px 0 66px;
  }
}

/* ════════════════════════════════════════════
   CUTE ENHANCEMENTS — kawaii layer on top of MAY base
   ════════════════════════════════════════════ */

/* キーフレーム：ふわっと浮遊 */
@keyframes cute-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-6px) rotate(-4deg); }
}

@keyframes cute-twinkle {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50%      { opacity: 1;    transform: scale(1.18); }
}

@keyframes cute-bob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-4px); }
}

/* モバイル/タブレットでセンタリングしながらふわっと浮遊 */
@keyframes cute-bob-centered {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(-4px); }
}

/* small-label の装飾プレフィックスは削除（ハートなし） */
.small-label::before {
  content: none;
}

/* drop-row モバイル：3列にきれいに整列 */

/* drop-row 各カードに ♡ をふわっと添える */

/* カラーカード：ふんわり浮遊感とホバー */

/* カラーチップに ✨ きらめき */

/* ご愛用者さまの声：ブロッククォートにハート */

/* FAQ summary：開閉アイコン（ハートではなく ＋／−） */
.faq-list details summary {
  position: relative;
  list-style: none;
}
.faq-list details summary::-webkit-details-marker {
  display: none;
}
.faq-list details summary::after {
  content: "＋";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-accent-rose);
  font-size: 16px;
  transition: transform var(--duration-base) var(--ease-out),
              color var(--duration-base) var(--ease-out);
}
.faq-list details[open] summary::after {
  content: "−";
  color: var(--color-accent-rose);
}

/* CTAボタン（購入カード）：装飾ハートは削除 */
.button-grid a {
  position: relative;
  overflow: hidden;
}

/* 価格ブロックを少し整える（モバイルで折り返しが起きにくく） */
@media (max-width: 1023px) {
  .price {
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 10px;
  }
  .price b {
    font-size: 44px;
  }
  .price small,
  .price span {
    font-size: 12px;
  }
}

/* ghost ラベルの近くにきらめきをひとつ */

/* 全体的にやさしさを増す：パネルの角丸をすこし強調 */
@media (max-width: 1023px) {
  .purchase-card,
  .faq-list details {
    border-radius: 22px;
  }
}

/* ════════════════════════════════════════════
   GIFT BUBBLE — 購入カードの特典吹き出し
   ════════════════════════════════════════════ */
.purchase-info {
  position: relative;
}

.gift-bubble {
  position: absolute;
  top: -22px;
  right: 18px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 12px 18px 14px;
  max-width: 220px;
  text-align: center;
  background: linear-gradient(160deg, #fff 0%, #fff5f7 100%);
  color: var(--color-text-primary);
  border: 1.5px solid var(--color-accent-rose-light);
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(201, 123, 137, 0.22),
              0 2px 6px rgba(201, 123, 137, 0.12);
  animation: cute-bob 3.6s ease-in-out infinite;
  transform-origin: center bottom;
}

/* 吹き出しのしっぽ（下向き） */
.gift-bubble::after {
  position: absolute;
  bottom: -10px;
  left: 28px;
  content: "";
  width: 18px;
  height: 18px;
  background: inherit;
  border-right: 1.5px solid var(--color-accent-rose-light);
  border-bottom: 1.5px solid var(--color-accent-rose-light);
  transform: rotate(45deg);
  box-shadow: 4px 4px 8px rgba(201, 123, 137, 0.08);
}

/* 角の星きらめき */
.gift-bubble::before {
  position: absolute;
  top: -8px;
  right: -6px;
  content: "✦";
  font-size: 18px;
  color: var(--color-accent-rose);
  animation: cute-twinkle 2.2s ease-in-out infinite;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
}

.gift-bubble__tag {
  display: inline-block;
  padding: 2px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(135deg, #d48a97, var(--color-accent-rose));
  border-radius: 9999px;
  box-shadow: 0 2px 6px rgba(201, 123, 137, 0.3);
}

.gift-bubble__main {
  font-family: var(--font-serif);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.55;
  color: var(--color-text-primary);
  letter-spacing: 0.02em;
}

.gift-bubble__main strong {
  font-weight: 700;
  color: var(--color-accent-rose);
}

/* モバイル：吹き出しをカード全幅中央に配置、MIRI NAIL に被らないように */
.purchase-card {
  position: relative;
}

@media (max-width: 1023px) {
  .purchase-info {
    padding-top: 100px !important;
  }
  .gift-bubble {
    top: 8px;
    left: 50%;
    right: auto;
    width: max-content;
    max-width: calc(100% - 24px);
    padding: 10px 18px 12px;
    animation: cute-bob-centered 3.6s ease-in-out infinite;
  }
  .gift-bubble__main {
    font-size: 12px;
    line-height: 1.5;
  }
  .gift-bubble__tag {
    font-size: 9.5px;
    padding: 2px 10px;
  }
  /* モバイル時はしっぽを下中央に */
  .gift-bubble::after {
    left: 50%;
    right: auto;
    bottom: -10px;
    transform: translateX(-50%) rotate(45deg);
  }
  .gift-bubble::before {
    top: -6px;
    right: -4px;
    font-size: 14px;
  }
}

/* デスクトップでは吹き出し下にスペース確保 */
@media (min-width: 1024px) {
  .purchase-info {
    padding-top: 120px;
  }
  .gift-bubble {
    top: 12px;
  }
}

/* ════════════════════════════════════════════
   TABLET (761px - 1023px): モバイルのスタック構造を保ちつつ、サイズを大きめに調整
   ════════════════════════════════════════════ */
@media (min-width: 761px) and (max-width: 1023px) {
  /* ヒーロー（タブレット）：縦積みのまま、見出しは横一列で大きく（余白を活かす） */
  .hero {
    padding: 60px 48px 64px;
  }
  .hero-text {
    max-width: 720px;
  }
  .hero-text p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .hero-text h1 {
    font-size: clamp(44px, 6.6vw, 56px);
  }
  /* タブレット幅：サブコピーのみ1行に。h1は新キャッチ(14文字)が1行に収まらないため
     指定改行を残して「サンダルから覗く、/夏の主役。」の2行で見せる(2026-07-12) */
  .hero-text p br {
    display: none;
  }
  .hero-product {
    width: min(62%, 400px);
  }
  .brand-lockup strong {
    font-size: 40px;
  }
  .brand-lockup span {
    font-size: 12px;
  }

  /* オープニング */
  .opening {
    padding: 44px 0 70px;
  }

  /* SNS */
  .social {
    padding: 36px 0 64px;
  }
  .social h2 {
    font-size: clamp(42px, 6.4vw, 56px);
  }
  .post-cloud {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .post img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  /* 販売 */
  .purchase-card {
    min-height: 0;
  }
  .purchase-visual {
    height: 320px;
  }
  .purchase-info {
    padding: 110px 40px 40px !important;
  }
  .product-line strong {
    font-size: 34px;
  }
  .price b {
    font-size: 52px;
  }
  .button-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* ラインナップ */
  .lineup {
    padding: 84px 0 92px;
  }

  /* ポイント */

  /* ダイアグラム */

  /* 夏のフィット */
  
  .faq h2 {
    font-size: 30px;
  }

  /* FAQ */
  .faq {
    padding: 76px 0 84px;
  }

  /* USER VOICE */
}

/* ADDED: Scene-select section (hero → opening). Choose summer foot nail chips by occasion. Fully additive — does not override hero/opening rules. */
.scene-select {
  position: relative;
  z-index: 1;
  padding: 72px 92px 88px;
  /* 2枚目：チャッピー製の水面テクスチャ（2026-07-12 けんし指示）。
     ヒーロー画像の下端も水面テクスチャで終わっているので、
     scene-selectを少し上へ重ね、上端をマスクで柔らかくフェードインさせて
     2つの水面を溶け合わせる（暗い継ぎ目・のっぺり帯を作らない） */
  background: url("assets/bg-water.jpg?v=8") top center / cover no-repeat;
}

/* PC：FV下端の水面と模様の縮尺を揃えるため、coverでなく幅100%表示（継ぎ目のスケール跳びを防ぐ） */
@media (min-width: 1024px) {
  .scene-select {
    background: #d2e7f3 url("assets/bg-water.jpg?v=8") top center / 100% auto no-repeat;
  }
}


/* スマホのみ：水面セクションの入口も白から（前セクションが白で終わるため） */
@media (max-width: 1023px) {
  .scene-select::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 110px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: -1;
  }
}


.scene-select__head {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.scene-eyebrow {
  margin: 0 0 10px;
  font-family: var(--font-script);
  font-size: clamp(1.7rem, 3.4vw, 2.3rem);
  line-height: 1;
  color: var(--color-accent-turquoise);
  opacity: 0.85;
}

.scene-select__head h2 {
  margin: 0 0 16px;
  font-family: var(--font-serif);
  /* PCで少し小さめに（カード画像も目に入るバランス）。スマホでも圧迫しないサイズ */
  font-size: clamp(1.5rem, 4vw, 2.3rem);
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: var(--ls-base);
  color: var(--color-text-primary);
  /* 見出しも1文字落ちを避けて行を均等に分ける＋自然な区切りで折り返す */
  text-wrap: balance;
  word-break: auto-phrase;
}

.scene-select__head > p {
  margin: 0;
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  color: var(--color-text-secondary);
}

.scene-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 24px;
  max-width: var(--max-wide);
  margin: 0 auto;
}

.scene-card {
  display: flex;
  flex-direction: column;
  height: 100%; /* 3枚のカードの高さを揃える（グリッドのstretchと合わせて確実に） */
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--duration-base) var(--ease-out),
    box-shadow var(--duration-base) var(--ease-out);
}

.scene-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

/* ===== カード上半分：画像エリア（本画像が無くても淡色グラデで崩れない） ===== */
.scene-card__media {
  position: relative;
  display: flex;
  aspect-ratio: 5 / 4; /* 4/3より少し高くして写真をもう少し見せる */
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.scene-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
}

.product-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.product-image-link img {
  width: 100%;
  height: 100%;
}

/* シーンごとに見せたい部分が切れすぎないよう、表示位置を微調整 */
.scene-card--sea .scene-card__media img {
  object-position: 50% 44%; /* チップと貝殻が自然に見える位置 */
}
.scene-card--hanabi .scene-card__media img {
  object-position: 50% 50%; /* 新画像はチップが中央＋余白入りなので中央表示 */
}
.scene-card--travel .scene-card__media img {
  object-position: 50% 56%; /* チップを主役にしつつカメラが切れすぎない位置 */
}

/* シーン別のプレースホルダー背景（淡色グラデ） */
.scene-card--sea .scene-card__media {
  background: linear-gradient(150deg, #dfeaf2 0%, var(--color-product-blue-bg) 55%, #ffffff 100%);
}
.scene-card--hanabi .scene-card__media {
  background: linear-gradient(150deg, #f3dfe6 0%, var(--color-product-pink-bg) 55%, #ffffff 100%);
}
.scene-card--travel .scene-card__media {
  background: linear-gradient(150deg, #f2e6d6 0%, var(--color-product-orange-bg) 55%, #eef2ea 100%);
}

/* 画像エリアに重ねる、シーンを表す大きめの透かしアイコン（プレースホルダー用） */
.scene-card__watermark {
  position: absolute;
  right: -6px;
  bottom: -8px;
  width: 96px;
  height: 96px;
  opacity: 0.16;
}
.scene-card--sea .scene-card__watermark {
  color: var(--color-accent-turquoise);
}
.scene-card--hanabi .scene-card__watermark {
  color: var(--color-accent-rose);
}
.scene-card--travel .scene-card__watermark {
  color: var(--color-accent-sage);
}

/* 本画像を入れたら透かしは自動で隠す */
.scene-card__media:has(img) .scene-card__watermark {
  display: none;
}

/* 画像エリア左上の小さなラベル（SEA / NIGHT / TRIP ＋ アイコン） */
.scene-card__label {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 13px 6px 10px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(2px);
}

.scene-card__label svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.scene-card--sea .scene-card__label {
  color: var(--color-accent-turquoise);
}
.scene-card--hanabi .scene-card__label {
  color: var(--color-accent-rose);
}
.scene-card--travel .scene-card__label {
  color: var(--color-accent-sage);
}

/* ===== カード下半分：テキストエリア ===== */
.scene-card__body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  flex: 1;
  gap: 8px;
  padding: 24px 26px 28px;
}

.scene-card__body h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: var(--fs-xl);
  font-weight: 600;
  letter-spacing: var(--ls-base);
  color: var(--color-text-primary);
}

.scene-card__catch {
  margin: 0;
  font-size: clamp(0.88rem, 1.7vw, 0.96rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: var(--color-accent-rose);
  /* 行末で1文字だけ落ちないよう、行を均等に分ける（日本語の不格好な改行を防ぐ） */
  text-wrap: balance;
  word-break: auto-phrase;
}

.scene-card__desc {
  margin: 5px 0 0;
  font-size: clamp(0.79rem, 1.5vw, 0.86rem);
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: var(--color-text-secondary);
  text-wrap: balance;
  word-break: auto-phrase;
}

/* CTA：「夏カラーを見る」と同じローズの斜めグラデーションに統一 */
.scene-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 36px;
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--color-text-inverse);
  background: linear-gradient(135deg, #e7abb4 0%, var(--color-accent-rose) 52%, var(--color-accent-rose-hover) 100%);
  border-radius: var(--radius-pill);
  box-shadow:
    0 8px 22px rgba(201, 123, 137, 0.42),
    0 2px 6px rgba(201, 123, 137, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition:
    transform var(--duration-fast) var(--ease-out),
    box-shadow var(--duration-base) var(--ease-out),
    filter var(--duration-base) var(--ease-out);
}

.scene-cta:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow:
    0 12px 28px rgba(201, 123, 137, 0.52),
    0 4px 12px rgba(201, 123, 137, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.scene-card__cta {
  align-self: flex-start;
  justify-content: center;
  min-width: 172px;
  height: 48px;
  margin-top: 12px;
  padding: 0 22px;
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .scene-select {
    padding: 48px 22px 56px;
  }
  .scene-select__head {
    margin-bottom: 30px;
  }
  .scene-cards {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 20px; /* カード間が詰まりすぎないように */
  }
  .scene-card__media {
    aspect-ratio: 4 / 3; /* スマホでは画像が小さくなりすぎないよう、やや高めに */
  }
  .scene-card__body {
    padding: 22px 22px 26px;
  }
  .scene-cta {
    padding: 16px 36px; /* 指で押しやすいサイズ */
  }
  .scene-card__cta {
    align-self: stretch;
    width: 100%;
    min-width: 0;
    height: 52px;
    padding: 0 20px;
  }
}

/* ADDED: Nail-tip benefit section (scene-select → opening). "why nail tips?" — 付け替え/おうち/ハンド&フット。2枚目のトーンを引き継ぐ追加のみ。 */
.nailtip-benefit {
  position: relative;
  z-index: 1;
  padding: 80px 92px 92px;
  /* 3枚目：ごく淡いアイボリー〜白。前後の水色とゆるやかに切り替わる程度（強い区切りはしない） */
  background: transparent;
}

.nailtip-benefit__head {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.nailtip-benefit__head h2 {
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 4vw, 2.3rem);
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: var(--ls-base);
  color: var(--color-text-primary);
  text-wrap: balance;
  word-break: auto-phrase;
}

.nailtip-benefit__head > p {
  margin: 0;
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  color: var(--color-text-secondary);
}

/* 3枚目：左右交互の編集レイアウト（2枚目・4枚目のカード並びと差別化して単調さを解消） */
.nailtip-benefit__rows {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 1000px;
  margin: 0 auto;
}

.benefit-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
}

/* 偶数行は画像と文章を左右入れ替え（交互配置） */
.benefit-row:nth-child(even) .benefit-row__media {
  order: 1;
}

.benefit-row__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.benefit-row__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
}
.benefit-row--swap .benefit-row__media img {
  object-position: 50% 44%;
}
.benefit-row--home .benefit-row__media img {
  object-position: 50% 47%;
}
.benefit-row--pair .benefit-row__media img {
  object-position: 50% 56%;
}

.benefit-row__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* 編集レイアウトらしい小さな連番 */
.benefit-row__index {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--color-accent-rose);
}
.benefit-row__index::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--color-accent-rose-light);
}

.benefit-row__text h3 {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.6vw, 1.6rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: var(--ls-base);
  color: var(--color-text-primary);
  text-wrap: balance;
  word-break: auto-phrase;
}

.benefit-row__text p {
  margin: 0;
  font-size: clamp(0.86rem, 1.6vw, 0.95rem);
  line-height: 1.9;
  letter-spacing: 0.01em;
  color: var(--color-text-secondary);
  text-wrap: pretty;
  word-break: auto-phrase;
}

.nailtip-benefit__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

@media (max-width: 1023px) {
  .nailtip-benefit {
    padding: 52px 22px 60px;
  }
  .nailtip-benefit__head {
    margin-bottom: 30px;
  }
  .nailtip-benefit__rows {
    gap: 40px;
  }
  .benefit-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  /* スマホでは画像を常に上に（交互配置を解除） */
  .benefit-row:nth-child(even) .benefit-row__media {
    order: 0;
  }
  .benefit-row__media {
    aspect-ratio: 16 / 10;
  }
  .nailtip-benefit__cta-wrap {
    margin-top: 44px;
  }
}

/* ADDED: Hand & foot section (4th). 手元も足元も。nailtip-benefit → opening の間。既存は上書きせず追加のみ。 */
.handfoot {
  position: relative;
  z-index: 1;
  padding: 80px 92px 92px;
  /* 4枚目：ごく淡い水色〜白。商品紹介に戻るので爽やかに（強い区切りはしない） */
  background: transparent;
}

.handfoot__head {
  max-width: 660px;
  margin: 0 auto 48px;
  text-align: center;
}

.handfoot__head h2 {
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 4vw, 2.3rem);
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: var(--ls-base);
  color: var(--color-text-primary);
  text-wrap: balance;
  word-break: auto-phrase;
}

.handfoot__head > p {
  margin: 0;
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  color: var(--color-text-secondary);
}

.handfoot-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: var(--max-wide);
  margin: 0 auto;
}

.handfoot-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--duration-base) var(--ease-out),
    box-shadow var(--duration-base) var(--ease-out);
}

.handfoot-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

/* 上半分：写真エリア（本画像が無くても淡色グラデ＋プレースホルダーで崩れない） */
.handfoot-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.handfoot-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 余白入りの新画像なので写真いっぱいでOK */
  object-position: 50% 50%;
}

.handfoot-card__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.handfoot-card--foot .handfoot-card__media {
  background: linear-gradient(150deg, #dfeaf2 0%, var(--color-product-blue-bg) 55%, #ffffff 100%);
}
.handfoot-card--hand .handfoot-card__media {
  background: linear-gradient(150deg, #f3dfe6 0%, var(--color-product-pink-bg) 55%, #ffffff 100%);
}
.handfoot-card--set .handfoot-card__media {
  background: linear-gradient(150deg, #f2e6d6 0%, var(--color-product-orange-bg) 55%, #eef2ea 100%);
}

/* 写真プレースホルダーのアイコン（本画像を入れると自動で消える） */
.handfoot-card__ph {
  width: 52px;
  height: 52px;
  opacity: 0.32;
}
.handfoot-card--foot .handfoot-card__ph {
  color: var(--color-accent-turquoise);
}
.handfoot-card--hand .handfoot-card__ph {
  color: var(--color-accent-rose);
}
.handfoot-card--set .handfoot-card__ph {
  color: var(--color-accent-sage);
}
.handfoot-card__media:has(img) .handfoot-card__ph {
  display: none;
}

/* 下半分：テキストエリア（タイトル → 説明 → 区切り線 → 補足） */
.handfoot-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 26px 26px 30px;
  text-align: center;
}

.handfoot-card__body h3 {
  margin: 0 0 10px;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 600;
  letter-spacing: var(--ls-base);
  color: var(--color-text-primary);
  text-wrap: balance;
  word-break: auto-phrase;
}

.handfoot-card__desc {
  margin: 0;
  font-size: clamp(0.84rem, 1.6vw, 0.92rem);
  font-weight: 600;
  line-height: 1.7;
  color: var(--color-accent-rose);
  text-wrap: balance;
  word-break: auto-phrase;
}

.handfoot-card__rule {
  width: 100%;
  height: 1px;
  margin: 14px 0;
  background: rgba(155, 142, 133, 0.28);
}

.handfoot-card__note {
  margin: 0 0 22px;
  font-size: clamp(0.76rem, 1.4vw, 0.84rem);
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: var(--color-text-secondary);
  text-wrap: balance;
  word-break: auto-phrase;
}

/* 各カードのCTA（3枚の高さが違ってもボタン位置は下端でそろう） */
.handfoot-card__cta {
  align-self: stretch;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: 48px;
  margin-top: auto;
  padding: 0 18px;
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .handfoot {
    padding: 52px 22px 60px;
  }
  .handfoot__head {
    margin-bottom: 30px;
  }
  .handfoot-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .handfoot-card__media {
    aspect-ratio: 4 / 5;
  }
  .handfoot-card__body {
    padding: 24px 22px 28px;
  }
  .handfoot-card__cta {
    height: 52px; /* 指で押しやすいサイズ */
    padding: 0 20px;
  }
}

/* =====================================================================
 * ADDED: 全体の仕上げ（既存デザインは変えず、質感だけ底上げする追加のみ）
 * 1) スクロールで各セクションがふわっと現れる演出（JS対応時のみ）
 * 2) 日本語の改行をサイト全体でととのえる
 * ===================================================================== */

/* 1) スクロール表示：JSが .js-reveal を付けたときだけ有効。コンテンツは常に表示される安全設計 */
.js-reveal section.reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.995);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-reveal section.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .js-reveal section.reveal,
  .js-reveal section.reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* 2) 日本語の改行をきれいに：見出しは行を均等、本文は語句の途中で切れにくく（HEROのh1は除外） */
.lp h2,
.lp h3 {
  text-wrap: balance;
}
.lp p,
.lp li,
.lp summary {
  word-break: auto-phrase;
}

/* =====================================================================
 * ADDED: LP再構成（5 商品ラインナップ / 6 使い方・サイズ / 7 セット内容 / 9 最後のCTA）
 *        ＋ SUMMER SCENES と FAQ の背景を薄めトーンに統一
 * ===================================================================== */

/* SUMMER SCENES（残す）：白寄りの背景でギャラリーを引き立てる */
.social {
  background: transparent;
}
/* FAQ：白ベース */
.faq {
  background: transparent;
}

.product-lineup,
.howto,
.setcontents,
.final-cta {
  position: relative;
  z-index: 1;
}

/* ---- 5. 商品ラインナップ（淡いアイボリー〜白） ---- */
.product-lineup {
  padding: 72px 92px 88px;
  background: transparent;
}
.product-lineup__head {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}
.product-lineup__head h2 {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 4vw, 2.3rem);
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: var(--ls-base);
  color: var(--color-text-primary);
  text-wrap: balance;
  word-break: auto-phrase;
}
.product-lineup__head > p {
  margin: 0;
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  color: var(--color-text-secondary);
}
.product-lineup .purchase-card {
  max-width: 920px;
  margin: 0 auto 48px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: var(--max-wide);
  margin: 0 auto;
}
.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--duration-base) var(--ease-out),
    box-shadow var(--duration-base) var(--ease-out);
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.product-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(150deg, #eef4f7 0%, #f7f1ea 100%);
}
.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__media:has(img) .product-card__ph {
  display: none;
}
.product-card__ph {
  width: 44px;
  height: 44px;
  opacity: 0.3;
  color: var(--color-accent-turquoise);
}
.product-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--color-accent-rose);
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
}
.product-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 18px 18px 22px;
  text-align: center;
}
.product-card__body h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 600;
  letter-spacing: var(--ls-base);
  color: var(--color-text-primary);
  text-wrap: balance;
  word-break: auto-phrase;
}
.product-card__price {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-accent-rose);
}
.product-card__price small {
  font-size: 0.62em;
  font-weight: 600;
  color: var(--color-text-muted);
}
.product-card__link {
  margin-top: 2px;
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-accent-turquoise);
}
.product-card__link:hover {
  text-decoration: underline;
}
.product-lineup__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

/* ---- 6. 使い方・サイズ（淡い水色〜白） ---- */
.howto {
  padding: 72px 92px 84px;
  background: transparent;
}
.howto__head {
  max-width: 640px;
  margin: 0 auto 44px;
  text-align: center;
}
.howto__head h2 {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 4vw, 2.3rem);
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: var(--ls-base);
  color: var(--color-text-primary);
  text-wrap: balance;
  word-break: auto-phrase;
}
.howto__head > p {
  margin: 0;
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  color: var(--color-text-secondary);
}
.howto-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 18px;
  max-width: var(--max-wide);
  margin: 0 auto;
}
.howto-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 26px 16px 24px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
}
.howto-step__num {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-accent-rose);
}
.howto-step h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-primary);
  text-wrap: balance;
  word-break: auto-phrase;
}
.howto-step p {
  margin: 0;
  font-size: var(--fs-xs);
  line-height: 1.7;
  color: var(--color-text-secondary);
  text-wrap: balance;
  word-break: auto-phrase;
}
.howto__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

/* ---- 7. セット内容（淡いアイボリー〜白） ---- */
.setcontents {
  padding: 72px 92px 84px;
  background: transparent;
}
.setcontents__head {
  max-width: 640px;
  margin: 0 auto 36px;
  text-align: center;
}
.setcontents__head h2 {
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: var(--ls-base);
  color: var(--color-text-primary);
  text-wrap: balance;
  word-break: auto-phrase;
}
.setcontents__head > p {
  margin: 0;
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  color: var(--color-text-secondary);
}
.set-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.set-list li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
}
.set-list li::before {
  content: "✓";
  flex-shrink: 0;
  color: var(--color-accent-rose);
  font-size: 0.9em;
}
.set-list strong {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--color-text-primary);
}
.set-list span {
  margin-left: auto;
  font-size: var(--fs-xs);
  color: var(--color-text-muted);
}

/* ---- 9. 最後のCTA（淡い水色〜白） ---- */
.final-cta {
  padding: 80px 92px 96px;
  background: transparent;
}
.final-cta__inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.final-cta__inner h2 {
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-size: var(--fs-2xl);
  font-weight: 600;
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-base);
  color: var(--color-text-primary);
  text-wrap: balance;
  word-break: auto-phrase;
}
.final-cta__inner > p {
  margin: 0 0 28px;
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  color: var(--color-text-secondary);
}
.final-cta__btn {
  margin: 0 auto;
}

/* 最終CTA：購入とLINEの2択（縦積み・購入を上に） */
.final-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

/* 2つのボタンの幅をそろえる（購入が細く見えて主役を譲らないように） */
.final-cta__actions > a {
  box-sizing: border-box;
  justify-content: center;
  width: 100%;
  max-width: 300px;
}

.cta-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-accent-rose);
  background: #ffffff;
  border: 1.5px solid var(--color-accent-rose);
  border-radius: var(--radius-pill);
  transition:
    transform var(--duration-fast) var(--ease-out),
    background var(--duration-base) var(--ease-out);
}

.cta-line svg {
  flex: none;
  width: 17px;
  height: 17px;
}

.cta-line:hover {
  background: rgba(201, 123, 137, 0.06);
  transform: translateY(-2px);
}

/* 購入ボタンの下に置く控えめな導線（主役のCTAより目立たせない） */
.final-cta__inner > .final-cta__more {
  margin: 26px 0 0;
  font-size: 0.82rem;
  line-height: 1.9;
  color: var(--color-text-secondary);
}

.final-cta__more-link {
  color: var(--color-text-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--duration-base) var(--ease-out);
}

.final-cta__more-link:hover {
  color: var(--color-accent-rose);
}

/* レスポンシブ（再構成セクション） */
@media (max-width: 1023px) {
  .product-lineup,
  .howto,
  .setcontents {
    padding: 52px 22px 60px;
  }
  .final-cta {
    padding: 56px 22px 64px;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .product-lineup .purchase-card {
    margin-bottom: 36px;
  }
  .set-list {
    grid-template-columns: 1fr;
  }
}

/* ===== フッター ===== */
.site-footer {
  padding: 52px 24px 40px;
  text-align: center;
  background: linear-gradient(180deg, rgba(251, 244, 241, 0) 0%, #fbf4f1 45%, #f3eaec 100%);
  border-top: 1px solid rgba(201, 123, 137, 0.14);
}

.site-footer__brand strong {
  display: block;
  font-family: var(--font-display);
  font-size: 26px;
  letter-spacing: 0.08em;
  color: var(--color-text-primary);
}

.site-footer__brand span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--color-text-secondary);
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  margin: 28px 0 20px;
}

.site-footer__links a {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--color-text-secondary);
  transition: color var(--duration-base) var(--ease-out);
}

.site-footer__links a:hover {
  color: var(--color-accent-rose);
}

.site-footer__sns {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 26px;
}

.site-footer__sns a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--color-accent-rose);
  transition: opacity var(--duration-base) var(--ease-out);
}

.site-footer__sns a:hover {
  opacity: 0.7;
}

.site-footer__sns svg {
  width: 20px;
  height: 20px;
}

.site-footer__copy {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--color-text-secondary);
}

/* ===== 全画面共通：右下にずっとついてくる「ショップへ行く」ボタン（2026-07-12 常時表示化） ===== */
.mobile-buy-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: fixed;
  right: 16px;
  left: auto;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  z-index: 200;
  padding: 11px 18px;
  font-family: var(--font-serif);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.035em;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #78c4d2 0%, #56a9c3 52%, #3f8fb4 100%);
  border-radius: 9999px;
  box-shadow:
    0 6px 18px rgba(63, 143, 177, 0.32),
    0 2px 6px rgba(63, 143, 177, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mobile-buy-bar:hover {
  transform: translateY(-2px);
  box-shadow:
    0 10px 24px rgba(63, 143, 177, 0.40),
    0 3px 8px rgba(63, 143, 177, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.mobile-buy-bar svg {
  width: 16px;
  height: 16px;
}

/* 追従ボタンが最下部のフッターと重ならないよう余白を確保 */
.site-footer {
  padding-bottom: 80px;
}

/* ===== 狭い画面（iPhone SE / 320px 級）：CTAなどが折り返さないよう微調整 ===== */
@media (max-width: 360px) {
  .hero {
    padding: 36px 18px 44px;
  }
  .hero-text h1 {
    font-size: 28px;
  }
  /* ヒーローCTAが「選/ぶ」と割れないよう、文字と余白を少し小さく */
  .brand-cta {
    padding: 15px 22px;
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}


/* =========================================================
   カテゴリー専用ページ（fullorder.html 等）
   ========================================================= */
.cat-page {
  padding-bottom: 0;
}
.cat-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 28px;
  border-bottom: 1px solid rgba(201, 123, 137, 0.18);
}
.cat-back {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-accent-rose);
  text-decoration: none;
}
.cat-back:hover { color: var(--color-accent-rose-hover); }
.cat-topbar__brand {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--color-text-muted);
}
.cat-hero {
  position: relative;
  z-index: 2;
  padding: 56px 28px 32px;
  text-align: center;
}
.cat-eyebrow {
  font-family: var(--font-script);
  font-size: 30px;
  color: var(--color-accent-rose);
  margin: 0 0 6px;
}
.cat-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(30px, 7vw, 44px);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-text-primary);
  margin: 0 0 18px;
}
.cat-lead {
  font-size: 15px;
  line-height: 1.9;
  color: var(--color-text-secondary);
  margin: 0;
}
.cat-gallery {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 24px 28px 8px;
}
.cat-card {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 8px 24px rgba(61, 40, 23, 0.08);
}
.cat-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.cat-cta {
  position: relative;
  z-index: 2;
  padding: 44px 28px 64px;
  text-align: center;
}
.cat-cta__lead {
  font-size: 15px;
  line-height: 1.9;
  color: var(--color-text-secondary);
  margin: 0 0 22px;
}
.cat-cta__note {
  font-size: 12px;
  color: var(--color-text-muted);
  margin: 16px 0 0;
}

@media (max-width: 600px) {
  .cat-gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 20px 16px 8px; }
  .cat-hero { padding: 40px 20px 24px; }
  .cat-topbar { padding: 14px 18px; }
}

/* カテゴリーページ：準備中・補助リンク */
.cat-gallery--empty {
  display: block;
  text-align: center;
}
.cat-empty {
  padding: 56px 20px;
  font-size: 14px;
  color: var(--color-text-muted);
  background: rgba(201, 123, 137, 0.06);
  border-radius: var(--radius-md);
}
.cat-line-link {
  color: var(--color-accent-rose);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cat-line-link:hover { color: var(--color-accent-rose-hover); }

/* ===== 2026-07-11 追加：FVの特典ピル & 価格の価値づけ一文 ===== */
/* PC：絶対配置でCTAの下に浮かせ、ブランド名の位置を動かさない */
.hero-perk {
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  margin: 16px 0 0;
  padding: 7px 16px;
  border: 1px solid var(--color-accent-rose-light);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.65);
  color: var(--color-text-secondary);
  font-family: var(--font-sans, sans-serif);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
}

/* .brand-lockup strong の44px表示指定を打ち消す */
.hero-perk strong {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--color-accent-rose);
  font-weight: 700;
}

/* スマホ：brand-lockupがstaticになるので通常フローで中央に */
@media (max-width: 1023px) {
  .hero-perk {
    position: static;
    margin: 14px auto 0;
    white-space: normal;
    text-align: center;
    line-height: 1.8;
  }
}

.price-note {
  margin: 10px 0 0;
  color: var(--color-text-muted);
  font-size: 13px;
  line-height: 1.7;
}

.price-note strong {
  color: var(--color-text-secondary);
  font-weight: 600;
}

/* ===== 2026-07-12 追加：20%OFF・送料無料の価格表示 ===== */
.price-sale-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 8px;
}

.price-sale-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 9999px;
  background: var(--color-accent-rose);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.price-was {
  color: var(--color-text-muted);
  font-size: 13px;
  text-decoration: line-through;
  white-space: nowrap;
}

.price .price-shipping {
  align-self: center;
  margin-left: 4px;
  padding: 4px 10px;
  border: 1px solid var(--color-accent-rose-light);
  border-radius: 9999px;
  color: var(--color-accent-rose);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* ===== 2026-07-12 追加：ヒーロー商品写真の読み込み中プレースホルダー =====
   画像が出るまでの間、真っ白な穴に見えないよう淡い下地を敷く */
.hero-product {
  background: linear-gradient(160deg, #f6efe6 0%, #eef3f5 100%);
}

/* Purchase-first information order on desktop and mobile. */
main.lp {
  display: flex;
  flex-direction: column;
}

.hero { order: 1; }
.product-lineup { order: 2; }
.scene-select { order: 3; }
.howto { order: 4; }
.setcontents { order: 5; }
.handfoot { order: 6; }
.faq { order: 7; }
.final-cta { order: 8; }
.site-footer { order: 9; }

/* Mobile keeps the same purchase-first order and focuses on foot nail tips. */
@media (max-width: 1023px) {
  /* 2026-08-07 けんし指示：ハンド＆フット紹介をスマホでも表示する。
     （旧＝`.handfoot { display: none }` で畳んでいた。理由は「脇道を減らして一点集中」。
       3枚に価格を入れたことで単体でも判断できるようになったため解除。） */
}

/* ===== 2026-07-12 追加：FVの価格オファーブロック（hero-perkピルを置換・けんし指示） ===== */
.hero-offer {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
  white-space: nowrap;
}

.hero-offer__row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.hero-offer__price {
  color: var(--color-accent-rose);
  font-size: 15px;
}

.hero-offer__price b {
  margin-right: 2px;
  font-family: var(--font-sans);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.hero-offer .price-shipping {
  padding: 4px 10px;
  border: 1px solid var(--color-accent-rose-light);
  border-radius: 9999px;
  color: var(--color-accent-rose);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .hero-offer {
    position: static;
    align-items: center;
    margin: 16px auto 0;
  }

  .hero-offer__row {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ===== 2026-07-12 追加：FV再構成＝ブランド名を最上部センターへ（けんし指示） ===== */
.hero-brand-top {
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
  white-space: nowrap;
}

.hero-brand-top strong {
  display: block;
  color: var(--color-text-primary);
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
}

.hero-brand-top span {
  display: block;
  margin-top: 6px;
  color: var(--color-text-secondary);
  font-size: var(--fs-xs);
  letter-spacing: var(--ls-base);
}

@media (max-width: 1023px) {
  .hero-brand-top {
    position: static;
    order: 0;
    transform: none;
    margin: 0 auto 20px;
  }

  .hero-brand-top strong {
    font-size: 32px;
  }

  .hero-brand-top span {
    font-size: 11px;
  }
}

/* ===== 2026-07-12 追加：PCのFVはチャッピー製1枚絵に差し替え（けんし「同じにして」） =====
   スマホは既存のHTML構成（並び替え済み）を維持。1枚絵はクリックで商品セクションへ */
.hero-fv-pc {
  display: none;
}

@media (min-width: 1024px) {
  .hero-fv-pc {
    display: block;
    line-height: 0;
  }

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

  /* 1枚絵に焼き込まれている要素はPCでは重複するため非表示 */
  .hero .hero-brand-top,
  .hero .mini-photo-left,
  .hero .hero-text,
  .hero .hand-script,
  .hero .hero-product,
  .hero .orb-photo,
  .hero .brand-lockup {
    display: none;
  }

  .hero {
    min-height: 0;
    padding: 0;
  }
}

/* ===== 2026-07-12 更新：PC1枚絵の下端は画像内で水色(#c9e3f1)へフェード済み。
   scene-selectの水面bgと同色で地続きになるため、白フェードの::afterは撤去（けんし指示） ===== */
@media (min-width: 1024px) {
  .hero-fv-pc {
    position: relative;
  }
}

/* ===== Hero offer — blue campaign card inspired by salon LP CTAs ===== */
.hero-editorial-offer {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: min(100%, 384px);
  padding: 16px;
  color: #164e72;
  text-align: left;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(247, 252, 253, 0.93));
  border: 1px solid rgba(95, 169, 195, 0.22);
  border-radius: 22px;
  box-shadow:
    0 18px 38px rgba(53, 112, 137, 0.14),
    0 3px 10px rgba(75, 143, 170, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero-editorial-offer--pc {
  display: none;
}

.hero-editorial-offer__summary {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 76px;
  padding: 0 4px 9px;
}

.hero-editorial-offer__badge {
  display: inline-flex;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #287da0;
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  background: linear-gradient(145deg, #f0fafd 0%, #dff2f7 100%);
  border: 1px solid rgba(83, 158, 188, 0.2);
  border-radius: 18px;
  box-shadow: none;
}

.hero-editorial-offer__badge small {
  margin-top: 4px;
  color: #6199ae;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero-editorial-offer__price-block {
  flex: 1;
  min-width: 0;
}

.hero-editorial-offer__meta {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.hero-editorial-offer__meta .hero-editorial-offer__was {
  justify-content: center;
  margin-bottom: 0;
}

.hero-editorial-offer__was {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 2px;
  color: #5e7585;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
}

.hero-editorial-offer__was span {
  padding: 3px 8px;
  color: #387994;
  background: #e1f1f5;
  border-radius: 999px;
  letter-spacing: 0.04em;
}

.hero-editorial-offer__was s {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  text-decoration-style: double;
  text-decoration-thickness: 1px;
}

.hero-editorial-offer__price {
  display: flex;
  align-items: baseline;
  margin: 0;
  color: #267c9f;
  font-family: var(--font-sans);
  line-height: 1;
}

.hero-editorial-offer__price b {
  font-size: clamp(42px, 3.9vw, 55px);
  font-weight: 780;
  letter-spacing: -0.055em;
}

.hero-editorial-offer__price small {
  margin-left: 6px;
  color: #39718f;
  font-size: 16px;
  font-weight: 700;
}

.hero-editorial-offer__benefit {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  padding: 7px 12px;
  color: #3b748a;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: rgba(226, 242, 247, 0.72);
  border: 1px solid rgba(88, 158, 185, 0.14);
  border-radius: 11px;
  box-shadow: none;
}

.hero-editorial-offer__benefit strong {
  color: #277997;
  font-size: 12.5px;
}

.hero-editorial-offer__benefit span {
  margin: 0;
  color: #8eb5c3;
  font-weight: 400;
}

.hero-editorial-offer .brand-cta {
  display: flex;
  width: 100%;
  min-height: 54px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 10px 0 0;
  padding: 8px 10px;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: linear-gradient(105deg, #2f86ad 0%, #43a0bd 55%, #63bdca 100%);
  border: 0;
  border-radius: 15px;
  box-shadow:
    0 9px 20px rgba(48, 133, 169, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  animation: none;
}

.hero-editorial-offer .brand-cta:hover {
  filter: none;
  transform: translateY(-2px);
  background: linear-gradient(105deg, #2a7b9f 0%, #3b92ae 55%, #58aeba 100%);
  box-shadow:
    0 12px 24px rgba(48, 133, 169, 0.29),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.hero-editorial-offer .brand-cta:focus-visible {
  outline: 2px solid rgba(32, 160, 213, 0.72);
  outline-offset: 3px;
}

.brand-cta__icon,
.brand-cta__arrow {
  position: relative;
  display: inline-flex;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #3686a4;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
}

.brand-cta__icon::before {
  content: "";
  width: 13px;
  height: 11px;
  box-sizing: border-box;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.brand-cta__icon::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 7px;
  height: 5px;
  box-sizing: border-box;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.brand-cta__label {
  flex: 1;
  text-align: center;
  white-space: nowrap;
}

.brand-cta__arrow {
  font-family: var(--font-sans);
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

/* Mobile hero nests the offer inside .brand-lockup; neutralize its legacy
   descendant typography so the campaign card keeps the same appearance. */
.brand-lockup .hero-editorial-offer__badge {
  display: inline-flex;
  margin-top: 0;
  color: #287da0;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.brand-lockup .hero-editorial-offer__badge small {
  margin-top: 4px;
  color: #6199ae;
  font-size: 9.5px;
  letter-spacing: 0.08em;
}

.brand-lockup .hero-editorial-offer__was span {
  display: inline-flex;
  margin-top: 0;
  color: #387994;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.brand-lockup .hero-editorial-offer__benefit strong,
.brand-lockup .hero-editorial-offer__benefit span {
  display: inline;
  margin-top: 0;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}

.brand-lockup .hero-editorial-offer .brand-cta span {
  margin-top: 0;
}

.brand-lockup .hero-editorial-offer .brand-cta__icon,
.brand-lockup .hero-editorial-offer .brand-cta__arrow {
  display: inline-flex;
  color: #3686a4;
  font-size: 23px;
  letter-spacing: 0;
}

.brand-lockup .hero-editorial-offer .brand-cta__label {
  display: block;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.04em;
}

@media (min-width: 1024px) {
  .hero-editorial-offer--pc {
    position: absolute;
    top: 59.4%;
    left: 29.1%;
    z-index: 8;
    display: flex;
    width: 32.5%;
    min-height: 25.3%;
    justify-content: center;
    padding: 10px;
  }

  .hero-editorial-offer--mobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .brand-lockup {
    width: min(100%, 380px);
  }

  .hero-editorial-offer--mobile {
    margin: 0 auto;
  }

  .hero-editorial-offer__price b {
    font-size: 50px;
  }
}

@media (max-width: 420px) {
  .hero-editorial-offer {
    padding: 13px;
    border-radius: 19px;
  }

  .hero-editorial-offer__summary {
    gap: 10px;
    padding-inline: 4px;
  }

  .brand-lockup .hero-editorial-offer__badge {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
    font-size: 17px;
  }

  .hero-editorial-offer__price b {
    font-size: 46px;
  }

  .hero-editorial-offer .brand-cta {
    min-height: 52px;
    font-size: 12.5px;
    letter-spacing: 0.035em;
  }

  .brand-lockup .hero-editorial-offer .brand-cta__label {
    font-size: 12.5px;
    letter-spacing: 0.035em;
  }

  .brand-cta__icon,
  .brand-cta__arrow {
    flex-basis: 33px;
    width: 33px;
    height: 33px;
  }
}

/* how to use の06「サイズが合わないとき」はスマホのみ表示（PCは1行に収まらずレイアウトが崩れるため） */
.howto-step--sp-only {
  display: none;
}

@media (max-width: 1023px) {
  .howto-step--sp-only {
    display: flex;
  }
}

/* 3カードの価格（フット/ハンド=通常2,500円→2,000円・セット=通常5,000円→4,000円）
   説明文の行数がカードごとに違うので、価格を下端側へ寄せて3枚の高さを揃える。 */
.handfoot-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 6px 10px;
  margin: auto 0 18px;
}

/* 余白は価格の上でまとめて吸収する（CTAの margin-top:auto と分け合わせない） */
.handfoot-card__price + .handfoot-card__cta {
  margin-top: 0;
}

.handfoot-card__price-badge,
.price-tag__badge {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  padding: 4px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: var(--color-accent-rose);
  border-radius: var(--radius-pill);
}

.handfoot-card__price-badge small,
.price-tag__badge small {
  font-size: 0.62rem;
}

.handfoot-card__price-was,
.price-tag__was {
  font-size: 0.78rem;
  color: var(--color-text-secondary);
}

.handfoot-card__price-now,
.price-tag__now {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-text-primary);
}

.handfoot-card__price-now b,
.price-tag__now b {
  font-size: 1.5rem;
  letter-spacing: 0.01em;
}

/* =====================================================================
 * 2026-08-07 追加：価格表示の共通パーツ（けんし指示「他の商品にも金額を」）
 * シーンカード／カラーコレクション／各カテゴリページで同じ見た目にする。
 * 見た目の定義は上の .handfoot-card__price-* と共有している。
 * ===================================================================== */
.price-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 6px 10px;
  margin: 0;
}

/* 「2,000円〜」のように下限だけ示す形（シーン一覧・人気・フルオーダー） */
.price-tag--from .price-tag__now {
  font-size: 0.9rem;
}

/* シーンカード：本文が1frで伸びるので、価格とCTAは自然に下端でそろう */
.scene-card__body .price-tag {
  justify-content: flex-start;
  margin: 12px 0 0;
}

@media (max-width: 1023px) {
  .scene-card__body .price-tag {
    justify-content: center;
  }
}

/* カラーコレクションのカード：購入ボタンのすぐ上 */
.purchase-info--colors .price-tag {
  margin: 4px 0 14px;
}

/* カテゴリページ（hand/foot/set/scene/popular/fullorder）：CTAの上 */
.cat-cta .price-tag {
  margin: 0 0 18px;
}
