/* ==================================================
   共通設定：カラー変数・基本スタイル
================================================== */
:root {
  --t: #0abab5;
  --td: #087873;
  --deep: #063f3d;
  --mint: #e8faf8;
  --mint2: #f5fcfb;
  --o: #ff8a3d;
  --op: #fff0e7;
  --ink: #173230;
  --sub: #687c79;
  --line: #dcebe9;
  --white: #fff;
  --bg: #edf4f3;
  --turquoise-dark: #078f8b;
  --turquoise: #0abab5;
}
* {
  font-size: max(10px, 1em);
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
}
.app {
  border-radius: 28px 28px 0 0;
  width: min(100%, 390px);
  margin: auto;
  background: #fff;
  min-height: 100vh;
  overflow: hidden;
  box-shadow: 0 0 34px rgba(6, 63, 61, 0.12);
  padding-bottom: 118px;
}

h1,
h2,
h3,
h4,
h5 {
  text-rendering: optimizeLegibility;
  font-weight: 700;
}

/* ==================================================
   ヘッダー
================================================== */
.header {
  height: 58px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #edf4f3;
}

.header img {
  max-width: 100px;
  width: 100%;
}

.brand {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--td);
}
.mark {
  width: 21px;
  height: 21px;
  border: 6px solid var(--t);
  border-radius: 50%;
  position: relative;
}
.mark:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 9px;
  background: var(--t);
  left: -6px;
  bottom: -6px;
  border-radius: 0 0 0 6px;
}
.brand strong {
  font-size: 20px;
}
.brand small {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #64a9a5;
}
.guest-link {
  height: 36px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 999px;
  background: var(--t);
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}
/* v1.7.10 sticky bonus badge (own row, left speech bubble) */
.sticky-bonus {
  position: relative;
  grid-column: 1/-1;
  justify-self: start;
  margin: 0 0 1px 2px;
  background: #fff;
  color: var(--td);
  font-size: 11px;
  font-weight: 900;
  padding: 6.5px 15px;
  border-radius: 999px;
  border: 1.5px solid var(--t);
  box-shadow: 0 5px 12px rgba(6, 63, 61, 0.14);
  white-space: nowrap;
}
.sticky-bonus b {
  font-size: 14px;
  letter-spacing: -0.03em;
  color: var(--t);
}
.sticky-bonus:after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -6.5px;
  transform: rotate(45deg);
  width: 11px;
  height: 11px;
  background: #fff;
  border-right: 1.5px solid var(--t);
  border-bottom: 1.5px solid var(--t);
}
/* ==================================================
   メインビジュアル
================================================== */
.mainvisual {
  padding: 10px 10px 0px;
}
.hero-card {
  border-radius: 27px;
  overflow: hidden;
  background: linear-gradient(145deg, #d7f3f0, #fff0e6);
  position: relative;
  min-height: 570px;
}
.hero-art {
  height: 280px;
  position: relative;
  overflow: hidden;
}
.bubble {
  position: absolute;
  border-radius: 40%;
  filter: blur(0.2px);
}
.b1 {
  width: 220px;
  height: 220px;
  background: #c9efeb;
  left: -70px;
  top: -80px;
}
.b2 {
  width: 200px;
  height: 200px;
  background: #ffe0cc;
  right: -75px;
  top: 25px;
}
.scene-panel {
  position: absolute;
  background: rgba(255, 255, 255, 0.78);
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 30px rgba(6, 63, 61, 0.1);
  overflow: hidden;
}
.sp1 {
  width: 225px;
  height: 155px;
  left: 17px;
  top: 28px;
  border-radius: 23px;
  transform: rotate(-4deg);
}
.sp2 {
  width: 152px;
  height: 120px;
  right: 12px;
  top: 105px;
  border-radius: 21px;
  transform: rotate(5deg);
}
.sp3 {
  width: 205px;
  height: 118px;
  left: 36px;
  top: 176px;
  border-radius: 21px;
  transform: rotate(2deg);
}
.illustration {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(135deg, #f9fffe, #f4e8dc);
}
.person {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #d7b29c;
  top: 28px;
}
.person:after {
  content: "";
  position: absolute;
  width: 56px;
  height: 70px;
  border-radius: 28px 28px 14px 14px;
  background: #f4f7f5;
  top: 38px;
  left: -4px;
}
.p1 {
  left: 42px;
}
.p2 {
  right: 38px;
}
.table {
  position: absolute;
  left: 25px;
  right: 25px;
  height: 26px;
  background: #deb99e;
  border-radius: 50%;
  bottom: 16px;
}
.cup {
  position: absolute;
  width: 22px;
  height: 18px;
  border: 3px solid #b07d5c;
  border-radius: 3px 3px 8px 8px;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
}
.mic {
  position: absolute;
  width: 12px;
  height: 60px;
  background: #384d4b;
  border-radius: 8px;
  left: 62%;
  top: 40px;
  transform: rotate(-25deg);
}
.tag {
  position: absolute;
  left: 12px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.88);
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  color: var(--td);
}
.version {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 10px;
  font-weight: 900;
  background: #fff;
  padding: 6px 9px;
  border-radius: 999px;
  color: #6d7c7a;
}
.hero-copy {
  padding: 8px 20px 22px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: var(--t);
  margin: 0;
}
.hero h1 {
  font-size: 33px;
  line-height: 1.18;
  margin: 8px 0 11px;
  letter-spacing: -0.045em;
}
.hero h1 em {
  font-style: normal;
  color: var(--t);
}
.lead {
  font-size: 14px;
  line-height: 1.75;
  color: var(--sub);
  margin: 0 0 17px;
}
.cta {
  height: 55px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 15px;
  background: var(--o);
  color: #fff;
  box-shadow: 0 12px 24px rgba(255, 138, 61, 0.25);
}
.cta:after {
  content: "›";
  font-size: 24px;
  margin-left: 10px;
}
.mini-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 10px;
}
.mini-proof div {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--line);
  padding: 11px 5px;
  text-align: center;
}
.mini-proof b {
  display: block;
  font-size: 11px;
}
.mini-proof small {
  font-size: 10px;
  color: var(--sub);
}
.section {
  padding: 30px 20px;
}
.head {
  text-align: center;
  margin-bottom: 26px;
}
.kicker {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: var(--t);
  margin: 0;
}
.head h2 {
  font-size: 27px;
  line-height: 1.34;
  letter-spacing: -0.04em;
  margin: 8px 0;
}
.head p:last-child {
  font-size: 13px;
  line-height: 1.7;
  color: var(--sub);
  margin: 0;
}
.intro {
  background: linear-gradient(180deg, #fbfefe 0%, #f4fbfa 100%);
}
.intro .head {
  margin-bottom: 22px;
}
.intro-grid {
  display: grid;
  gap: 14px;
}
.intro-card {
  position: relative;
  padding: 18px 18px 18px 16px;
  border-radius: 26px;
  border: 1px solid #d9ece9;
  background: #fff;
  box-shadow: 0 12px 28px rgba(6, 63, 61, 0.05);
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
}
.intro-card:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  background: linear-gradient(
    90deg,
    rgba(10, 186, 181, 0.035),
    transparent 38%
  );
  pointer-events: none;
}
.intro-card:nth-child(2):before {
  background:
    linear-gradient(90deg, rgba(10, 186, 181, 0.03), transparent 40%),
    radial-gradient(circle at 95% 8%, rgba(10, 186, 181, 0.05), transparent 24%);
}
.intro-card:nth-child(3):before {
  background: linear-gradient(90deg, rgba(255, 138, 61, 0.04), transparent 40%);
}
.intro-icon {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #eff9f8;
  color: var(--td);
}
.intro-card:nth-child(3) .intro-icon {
  background: #fff3eb;
  color: #e06c21;
}
.intro-copy {
  position: relative;
  z-index: 1;
}
.intro-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #6ea7a3;
  margin-bottom: 6px;
}
.intro-label b {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--t);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0;
}
.intro-card:nth-child(3) .intro-label b {
  background: var(--o);
}
.intro-card h3 {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  color: var(--ink);
}
.intro-card p {
  font-size: 13px;
  line-height: 1.72;
  color: var(--sub);
  margin: 0;
}
.intro-card svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.point-image-section {
  padding: 54px 14px 36px;
  background: #fff;
}
.point-image-wrap {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(6, 63, 61, 0.08);
  border: 1px solid #e5efee;
}
.point-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.point-image-wrap figcaption {
  display: none;
}
/* v1.7.5 compact illustrated benefits section */
/* ==================================================
   picoの3つの魅力
================================================== */
.benefits-compact {
  padding: 15px 16px 24px;
  background: linear-gradient(180deg, #fbfefe 0%, #f6fbfa 100%);
}
.benefits-compact__head {
  text-align: center;
  margin-bottom: 14px;
}
.benefits-compact__eyebrow {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: var(--t);
  margin: 0 0 4px;
}
.benefits-compact__head h2 {
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: -0.035em;
  margin: 0 0 4px;
  padding-bottom: 5px;
}
.benefits-compact__head h2 em {
  font-style: normal;
  color: var(--o);
}
.benefits-compact__head p {
  font-size: 10.5px;
  line-height: 1.45;
  color: var(--sub);
  margin: 0;
  padding-bottom: 5px;
}
.benefits-compact__list {
  display: grid;
  gap: 8px;
}
.benefit-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: center;
  background: #fff;
  border: 1px solid #dfeceb;
  border-radius: 17px;
  padding: 10px 12px;
  box-shadow: 0 6px 14px rgba(6, 63, 61, 0.03);
  min-height: 88px;
}

.benefit-row__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #eef9f8;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.benefit-row__icon img {
  width: 100%;
}

/* .benefit-row__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #eef9f8;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.benefit-row:nth-child(3) .benefit-row__icon {
  background: #fff3eb;
}
.benefit-row__icon svg {
  width: 38px;
  height: 38px;
  display: block;
} */
.benefit-row__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
}
.benefit-row__num {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--t);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.benefit-row:nth-child(3) .benefit-row__num {
  background: var(--o);
}
.benefit-row h3 {
  font-size: 13.5px;
  line-height: 1.32;
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.benefit-row p {
  font-size: 10px;
  line-height: 1.45;
  color: var(--sub);
  margin: 0;
}
.benefits-compact__support {
  margin-top: 8px;
  border: 1px dashed #bfe3df;
  border-radius: 15px;
  background: #fff;
  padding: 9px 11px;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: center;
}
.benefits-compact__support-icon {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: var(--t);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}
.benefits-compact__support strong {
  display: block;
  font-size: 11.5px;
  margin-bottom: 1px;
}
.benefits-compact__support span {
  font-size: 10px;
  line-height: 1.4;
  color: var(--sub);
}

.break {
  padding: 40px 20px;
  background: linear-gradient(135deg, #0bbab4, #14ccb9);
  color: #fff;
  text-align: center;
  positison: relative;
  overflow: hidden;
}
.break:before,
.break:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.break:before {
  width: 150px;
  height: 150px;
  left: -70px;
  top: -80px;
}
.break:after {
  width: 120px;
  height: 120px;
  right: -55px;
  bottom: -55px;
}
.break h2 {
  font-size: 24px;
  margin: 0 0 9px;
}
.break p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 17px;
  color: #e8fffc;
}
.break .cta {
  background: #fff;
  color: var(--td);
  box-shadow: none;
}
.methods {
  background: var(--mint2);
}
.method {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 25px;
  margin-bottom: 18px;
  overflow: hidden;
}
.method-top {
  padding: 20px 20px 0;
}
.pill {
  display: inline-block;
  font-size: 10px;
  font-weight: 900;
  color: var(--td);
  background: var(--mint);
  padding: 7px 11px;
  border-radius: 999px;
}
.method.orange .pill {
  color: #d86923;
  background: var(--op);
}
.method h3 {
  font-size: 27px;
  margin: 10px 0 6px;
}
.method p {
  font-size: 12px;
  line-height: 1.75;
  color: var(--sub);
  margin: 0;
}
.mock {
  height: 310px;
  margin: 18px 20px;
  background: linear-gradient(160deg, #ecfbf9, #fff);
  border-radius: 22px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.mock:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #d3f4f0;
  right: -55px;
  top: -55px;
}
.phone {
  width: 185px;
  height: 265px;
  border: 7px solid #263d3b;
  border-radius: 30px;
  background: #fff;
  z-index: 1;
  padding: 24px 10px 10px;
  box-shadow: 0 16px 28px rgba(13, 58, 55, 0.18);
  position: relative;
}
.phone:before {
  content: "";
  position: absolute;
  width: 58px;
  height: 6px;
  background: #263d3b;
  border-radius: 99px;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.app-row {
  padding: 10px;
  border: 1px solid #dfeae8;
  border-radius: 12px;
  margin-bottom: 8px;
}
.app-row b {
  font-size: 10px;
  display: block;
}
.app-row span {
  font-size: 10px;
  color: var(--sub);
}
.app-row em {
  font-style: normal;
  font-size: 10px;
  font-weight: 900;
  color: var(--t);
  float: right;
}
.chat {
  font-size: 9px;
  line-height: 1.5;
  padding: 10px;
  border-radius: 12px;
  margin: 9px 0;
  background: #edf5f4;
  max-width: 82%;
}
.chat.me {
  margin-left: auto;
  background: var(--op);
}
.bullets {
  list-style: none;
  padding: 0 20px 20px;
  margin: 0;
  display: grid;
  gap: 9px;
}
.bullets li {
  font-size: 12px;
  padding-left: 22px;
  position: relative;
}
.bullets li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--t);
  font-weight: 900;
}
.method.orange {
  border-top: 5px solid var(--o);
}
.method:first-of-type {
  border-top: 5px solid var(--t);
}
.method.orange .bullets li:before {
  color: var(--o);
}
/* ==================================================
   比較セクション：全体
================================================== */
.compare {
  width: 100%;
  padding: 48px 14px 56px;
  overflow: hidden;
  background: #fff;
}

/* ==================================================
   比較セクション：見出し
================================================== */
.compare-heading {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}

.compare-heading__bubble {
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 13px 30px 10px;
  border-radius: 14px;
  background: linear-gradient(180deg, #12bbb8 0%, #06a9a6 100%);
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.compare-heading__bubble::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 17px;
  height: 17px;
  background: #06a9a6;
  transform: translateX(-50%) rotate(45deg);
}

.compare-heading__title-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
}

.compare-heading__lead {
  font-size: 13px;
}

.compare-heading__title {
  margin: 0;
  text-align: center;
  font-size: 23px;
}

.compare-heading__lines {
  position: absolute;
  width: 34px;
  height: 28px;
}

.compare-heading__lines--left {
  left: 20px;
}

.compare-heading__lines--right {
  right: 20px;
}

.compare-heading__lines::before,
.compare-heading__lines::after {
  content: "";
  position: absolute;
  background: var(--t);
  border-radius: 999px;
}

/* 長い線 */
.compare-heading__lines::before {
  width: 22px;
  height: 2px;
  top: 12px;
  left: 0;
  transform: rotate(20deg);
}

/* 短い線 */
.compare-heading__lines::after {
  width: 17px;
  height: 2px;
  top: 0;
  left: 18px;
  transform: rotate(70deg);
}

.compare-heading__lines--right {
  transform: scaleX(-1);
}

/* ==================================================
   比較セクション：比較カードの並び
================================================== */
.compare-cards {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.92fr) minmax(0, 1.46fr);
  gap: 7px;
  align-items: stretch;
}

.compare-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 455px;
  flex-direction: column;
  align-items: center;
  padding: 20px 6px 12px;
  overflow: hidden;
  border: 1px solid #e0e5e7;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.compare-card--drinking {
  border-color: #f4dfc9;
  background: linear-gradient(180deg, #fffdf9 0%, #fffbf4 100%);
}

.compare-card--pico {
  min-height: 455px;
  padding: 19px 0 0;
  overflow: visible;
  border: 2px solid #08aaa8;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(5, 146, 143, 0.2);
}

/* ==================================================
   比較セクション：左・中央カード
================================================== */
.compare-card__icon-frame {
  display: grid;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  margin-bottom: 10px;
  place-items: center;
  border: 1px solid #e8ebec;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}

.compare-card--drinking .compare-card__icon-frame {
  border-color: #f8dfc5;
}

.compare-card__icon-frame img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.compare-card__label {
  width: 110%;
  margin: 0 0 17px;
  padding: 8px 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #686868, #454545);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.compare-card--drinking .compare-card__label {
  background: linear-gradient(180deg, #ff9a17, #ff7800);
}

.compare-card__description {
  width: 100%;
  min-height: 70px;
  margin: 0;
  color: #25292e;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.compare-card__arrow {
  position: relative;
  width: 16px;
  height: 20px;
  flex: 0 0 auto;
  margin: 12px 0 18px;
  background: #505050;
}

.compare-card__arrow::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  border-top: 13px solid #505050;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  transform: translateX(-50%);
}

.compare-card--drinking .compare-card__arrow {
  background: #ff7900;
}

.compare-card--drinking .compare-card__arrow::after {
  border-top-color: #ff7900;
}

.compare-card__result {
  width: 100%;
  margin: 0 0 8px;
  color: #565656;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.compare-card--drinking .compare-card__result {
  color: #f26c00;
}

.compare-card__result-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  margin-bottom: 12px;
  object-fit: contain;
}

.compare-card__checks {
  width: 100%;
  margin: auto 0 0;
  padding: 12px 1px 0;
  border-top: 1px dashed #aeb4b7;
  list-style: none;
  text-align: left;
  margin-bottom: 6px;
}

.compare-card--drinking .compare-card__checks {
  border-top-color: #ff8a17;
  margin-bottom: 40px;
}

.compare-card__checks li {
  position: relative;
  margin: 0 0 7px;
  padding-left: 17px;
  color: #303338;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.compare-card__checks li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 13px;
  height: 13px;
  place-items: center;
  border-radius: 50%;
  background: #a5aaad;
  color: #fff;
  font-size: 10px;
}

.compare-card--drinking .compare-card__checks li::before {
  background: #ff8110;
}

/* ==================================================
   比較セクション：picoおすすめカード
================================================== */
.compare-card__recommend {
  position: absolute;
  top: -18px;
  right: -10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(150deg, #ff7a19, #ff4f0c);
  color: #fff;
  transform: rotate(7deg);
  font-size: 12px;
  font-weight: 700;
}

.compare-card__recommend .recommend-text {
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: -3px;
}

.compare-card__recommend strong {
  font-size: 20px;
  line-height: 0.9;
  margin-top: -3px;
}

.compare-card__pico-logo {
  width: 78px;
  height: 91px;
  flex: 0 0 auto;
  margin: 1px auto -1px;
  overflow: hidden;
}

.compare-card__pico-logo img {
  width: 85%;
  object-fit: contain;
}

.compare-card__just-right {
  position: relative;
  width: 84%;
  margin: 0 auto 12px;
  padding-bottom: 7px;
  border-bottom: 4px solid #ffd500;
  color: #08aaa8;
}

.compare-card__just-right strong {
  display: block;
  font-size: clamp(17px, 4.7vw, 20px);
  font-weight: 700;
  margin-top: 10px;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.compare-card__star {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 29px;
  line-height: 1;
}

/* ========================================
   ほし
======================================== */

.compare-card__sparkles {
  position: absolute;
  right: 2px;
  bottom: 28px;
  width: 16px;
  height: 16px;
  background: #ffd400;
  clip-path: polygon(
    50% 0%,
    63% 37%,
    100% 50%,
    63% 63%,
    50% 100%,
    37% 63%,
    0% 50%,
    37% 37%
  );
}

.compare-card__feature-list {
  display: grid;
  width: 100%;
  gap: 10px;
  padding: 10px 7px 10px;
}

.compare-feature {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  min-height: 56px;
  padding: 5px 4px;
  border-radius: 999px 16px 16px 999px;
  background: linear-gradient(90deg, #effafa, #f7fbfc);
  text-align: left;
}

.compare-feature__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 7px rgba(4, 139, 136, 0.17);
}

.compare-feature__icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.compare-feature p {
  min-width: 0;
  margin: 0;
  color: #1c252b;
  line-height: 1.25;
}

.compare-feature strong {
  display: block;
  color: #08aaa8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.compare-feature small {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 700;
}

.compare-card__conclusion {
  width: calc(100% + 4px);
  margin: auto -2px -2px;
  padding: 11px 4px 13px;
  border-radius: 0 0 13px 13px;
  background: linear-gradient(180deg, #10b9b5, #05aaa7);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
}

.compare-card__conclusion strong {
  font-size: 10px;
}

/* ========================================
   比較セクション：下部メッセージ
======================================== */

.compare-footer {
  position: relative;
  margin-top: 18px;
  padding: 18px 24px 20px;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(8, 170, 168, 0.06) 100%
  );
  border-radius: 16px;
}

/* ========================================
   比較セクション：補足テキスト
======================================== */

.compare-footer__lead {
  display: inline-block;
  position: relative;
  margin: 0 0 12px;
  padding: 0 10px 8px;
  color: #263238;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.1px;
}

.compare-footer__lead::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 52px;
  height: 2px;
  border-radius: 999px;
  background: #f5c400;
  transform: translateX(-50%);
}

.compare-footer__lead span {
  font-weight: 800;
}

/* ========================================
   比較セクション：メインメッセージ
======================================== */

.compare-footer__message {
  position: relative;
  margin: 0;
  padding: 8px 28px 0;
  color: #15252b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.compare-footer__message strong {
  color: var(--t);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.compare-footer__message strong:last-of-type {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* ==================================================
   安心・安全セクション
================================================== */
.safety {
  background: linear-gradient(180deg, #087d78, #064f4c);
  color: #fff;
}
.safety .kicker {
  color: #88f3ed;
}
.safety .head p:last-child {
  color: #cce6e4;
}
.safety-list {
  display: grid;
  gap: 9px;
}
.safe {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 15px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
}
.safe i {
  font-style: normal;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.13);
  display: grid;
  place-items: center;
  font-weight: 900;
}
.safe h3 {
  font-size: 14px;
  margin: 0 0 4px;
}
.safe p {
  font-size: 11px;
  color: #cbe1df;
  margin: 0;
}
/* ==================================================
   利用者の声
================================================== */
.voices {
  background: linear-gradient(180deg, #fff 0%, #f7fcfb 100%);
  overflow: hidden;
}
.voices .head {
  margin-bottom: 20px;
}
.voice-slider {
  margin: 0 -20px;
  position: relative;
}
.voice-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 20px;
  padding: 4px 20px 18px;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.voice-track::-webkit-scrollbar {
  display: none;
}
.voice {
  position: relative;
  min-width: 300px;
  scroll-snap-align: center;
  background: #fff;
  border: 1px solid #dcecea;
  border-radius: 26px;
  padding: 18px 18px 17px;
  box-shadow: 0 14px 34px rgba(6, 63, 61, 0.07);
}
.voice:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  right: 16px;
  top: 14px;
  background: radial-gradient(circle, #d8f4f1 0 18%, transparent 20%) 0 0/14px
    14px;
  opacity: 0.55;
}
.voice-profile {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 14px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.voice-photo {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #eaf8f6;
  box-shadow: 0 8px 18px rgba(6, 63, 61, 0.1);
}
.voice-meta {
  min-width: 0;
}
.voice-job {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 11px;
  border: 1px solid var(--t);
  border-radius: 999px;
  color: var(--td);
  font-size: 11px;
  font-weight: 900;
  background: #fff;
}
.voice:nth-child(2) .voice-job {
  border-color: var(--o);
  color: #d86923;
}
.voice-title {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 9px 0 0;
  color: var(--ink);
}
.voice:nth-child(2) .voice-title {
  color: #d86923;
}
.voice-balloon {
  position: relative;
  margin-top: 15px;
  padding: 16px 16px 14px;
  border-radius: 20px;
  background: #f8fbfb;
  border: 1px solid #e4efee;
}
.voice-balloon:before {
  content: "";
  position: absolute;
  left: 28px;
  top: -8px;
  width: 16px;
  height: 16px;
  background: #f8fbfb;
  border-left: 1px solid #e4efee;
  border-top: 1px solid #e4efee;
  transform: rotate(45deg);
}
.voice-balloon p {
  font-size: 13px;
  line-height: 1.75;
  margin: 0;
  color: #445b58;
}
.voice-person {
  margin-top: 11px;
  font-size: 10px;
  color: var(--sub);
  text-align: right;
}
.voice-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 2px;
}
.voice-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9ddda;
}
.voice-dot.active {
  width: 22px;
  border-radius: 99px;
  background: var(--t);
}
.voice-swipe {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #7a9290;
  margin-top: 8px;
}
.voice-swipe:before {
  content: "↔";
  font-size: 14px;
  color: var(--t);
}
/* ==================================================
   よくある質問
================================================== */
.faq {
  background: var(--mint2);
  margin-bottom: 5rem;
}
details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 15px;
  margin-bottom: 9px;
}
summary {
  list-style: none;
  padding: 17px 22px 17px 0;
  font-size: 12px;
  font-weight: 900;
  position: relative;
}
summary:after {
  content: "+";
  position: absolute;
  right: 0;
  color: var(--t);
  font-size: 18px;
}
details[open] summary:after {
  content: "−";
}
details p {
  font-size: 11px;
  line-height: 1.7;
  color: var(--sub);
  border-top: 1px solid #eaf0ef;
  margin: 0;
  padding: 13px 0 16px;
}

/* v1.7.12 points section (楽しく気軽に参加する) */
/* ==================================================
   ポイント紹介
================================================== */
.points {
  position: relative;
  padding: 58px 20px 62px;
  overflow: hidden;
}
.points-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.points .head {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  z-index: 2;
}
.points .kicker {
  color: #d8fffc;
}
.points h2 {
  font-size: 26px;
  line-height: 1.34;
  letter-spacing: -0.03em;
  margin: 6px 0 0;
  color: #fff;
}
.point-label {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 9px;
}
.point-card {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(6, 63, 61, 0.18);
  padding: 16px 16px 15px;
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 13px;
  align-items: start;
}
.point-card:last-child {
  margin-bottom: 0;
}

.point-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

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

.point-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 5px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.point-title b {
  font-weight: 700;
  color: var(--o);
  font-size: 23px;
  letter-spacing: 0.02em;
}
.point-text {
  font-size: 11.5px;
  line-height: 1.7;
  color: var(--sub);
  margin: 0;
}
/* v1.7.12 flow section (picoの流れ 6step) */
.flow6 {
  padding: 58px 20px 62px;
  background: #fff;
  text-align: center;
}
.flow6-script {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 34px;
  color: var(--ink);
  margin: 0;
  line-height: 1;
}
.flow6 h2 {
  color: var(--td);
  font-size: 19px;
  letter-spacing: 0.06em;
  margin: 6px 0 16px;
}
.flow6-intro {
  font-size: 11.5px;
  line-height: 1.8;
  color: var(--sub);
  margin: 0 0 26px;
}
.flow6-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
}

.flow6-grid img {
  width: 60%;
  padding-bottom: 10px;
}

.flow-card {
  border: 1.5px solid #bfe3df;
  border-radius: 14px;
  background: #fff;
  padding: 14px 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-card__num {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 31px;
  color: var(--ink);
  line-height: 1;
  margin: 2px 0 10px;
}

.flow-card__icon img {
  width: 50%;
}

/* .flow-card__icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}
.flow-card__icon svg {
  width: 40px;
  height: 40px;
}
.flow-card__icon--register {
  background: #8fce5f;
}
.flow-card__icon--profile {
  background: #bfe9df;
}
.flow-card__icon--search {
  background: #f4ead3;
}
.flow-card__icon--meet {
  background: #f8dcc0;
}
.flow-card__icon--start {
  background: #eef3e4;
}
.flow-card__icon--reward {
  background: #efe3cf;
} */
.flow-card p {
  font-size: 11px;
  line-height: 1.7;
  color: var(--ink);
  margin: 0;
  text-align: left;
}
.final {
  padding: 58px 20px;
  background: linear-gradient(135deg, #08aaa5, #20cbb8);
  color: #fff;
  text-align: center;
}
.final .kicker {
  color: #d8fffc;
}
.final h2 {
  font-size: 29px;
  margin: 8px 0;
}
.final p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 18px;
}
.final .cta {
  background: #fff;
  color: var(--td);
  box-shadow: none;
}
/* v1.7.11 partner links final section (matches male-side page design) */
.partner-final {
  padding: 56px 24px 62px;
  background: #fff;
  text-align: center;
}
.partner-final__logo {
  display: block;
  width: 216px;
  height: auto;
  margin: 0 auto 40px;
}
.partner-final__list {
  display: grid;
  gap: 16px;
  max-width: 300px;
  margin: 0 auto;
}
.partner-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 52px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  padding: 9px 12px;
  box-shadow: 0 4px 10px rgba(23, 50, 48, 0.12);
}
.partner-btn small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
}
.partner-btn--restaurant {
  background: #f2a41f;
}
.partner-btn--beauty {
  background: #45a8c2;
}
.partner-btn--affiliate {
  background: #45a8c2;
}
.trust {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.trust span {
  font-size: 10px;
}
footer {
  background: #153f3d;
  color: #d6e7e5;
  padding: 28px 20px 95px;
}
.footer-brand {
  color: #fff;
  margin-bottom: 17px;
}
.footer-brand small {
  color: #8cc9c5;
}
footer nav {
  font-size: 10px;
  line-height: 2;
  margin-bottom: 13px;
}
footer > small {
  font-size: 10px;
}
/* ==================================================
   画面下部の固定CTA
================================================== */
.sticky {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: min(100%, 390px);
  padding: 8px 12px calc(9px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 10px;
}
.sticky a {
  height: 52px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(6, 63, 61, 0.12);
  white-space: nowrap;
}
.sticky .line-btn {
  background: #06c755;
}
.sticky .guest-btn {
  background: var(--o);
  box-shadow: 0 8px 18px rgba(255, 138, 61, 0.2);
}
.sticky .line-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  color: #06c755;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.sticky .guest-plus {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-top: -1px;
}

/* ==================================================
   利用方法イメージ
================================================== */

.safety {
  background: linear-gradient(180deg, #f4fbfa, #eaf6f4);
  color: var(--ink, #173230);
}
.safety .kicker {
  color: #0a9c97;
}
.safety .head p:last-child {
  color: #687c79;
}
.safety-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
}
.safety-card {
  background: #fff;
  border: 1.5px solid #d8ecea;
  border-radius: 14px;
  padding: 10px 4px 11px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(6, 63, 61, 0.06);
}
.safety-card__icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 7px;
}
.safety-card__icon > svg {
  width: 44px;
  height: 44px;
}
.safety-card__check {
  position: absolute;
  right: -4px;
  bottom: -3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #0abab5;
  border: 2px solid #fff;
  display: grid;
  place-items: center;
}
.safety-card__check svg {
  width: 11px;
  height: 11px;
}
.safety-card h3 {
  font-size: 10.5px;
  margin: 0 0 3px;
  letter-spacing: -0.02em;
  color: #173230;
}
.safety-card p {
  font-size: 10px;
  line-height: 1.5;
  color: #687c79;
  margin: 0;
}
/* D: methods — グルマ/ソロマ HTML section */
.methods {
  margin-top: 2.5rem;
  padding: 54px 14px 58px;
  background: #fff;
}
.methods__head {
  text-align: center;
  margin-bottom: 20px;
}
.methods__head h2 {
  font-size: 21px;
  letter-spacing: -0.02em;
  margin: 0;
  color: #173230;
}
.methods__head em {
  font-style: normal;
  font-size: 24px;
  color: #0abab5;
}
.method-card {
  border-radius: 20px;
  padding: 14px 12px 12px;
  margin-bottom: 16px;
  color: #fff;
}
.method-card--guruma {
  margin: 0px 7px 10px;
  background: linear-gradient(135deg, #08aaa8, #48c8c2);
}
.method-card--soroma {
  margin: 0px 7px 10px;
  background: linear-gradient(135deg, #d86923, #f89d47);
  margin-bottom: 0;
}

.method-card__top {
  display: grid;
  grid-template-columns: 158px 1fr;
  gap: 12px;
}
.method-card__photo {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.method-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 118px;
  object-fit: cover;
}
.method-tag {
  position: absolute;
  left: 6px;
  bottom: 6px;
  background: rgba(10, 42, 40, 0.78);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  border-radius: 6px;
  padding: 3px 7px;
  letter-spacing: 0.02em;
}
.method-tag + .method-tag {
  left: auto;
  right: 6px;
}
.method-card--soroma .method-tag {
  background: rgba(90, 44, 6, 0.72);
}
.method-card__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.method-card__badge {
  display: inline-block;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 9px;
  margin-bottom: 7px;
  letter-spacing: 0.02em;
}
.method-card__intro h3 {
  font-size: 30px;
  letter-spacing: 0.04em;
  margin: 0 0 6px;
  line-height: 1;
}
.method-card__intro p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
  margin: 0;
}
.method-steps {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7px;
  margin: 0;
  padding: 0;
}
.method-steps li {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 9px 4px 10px;
  text-align: center;
  color: #0a8f8a;
}
.method-card--soroma .method-steps li {
  color: #e8792b;
}
.method-steps li:not(:last-child):after {
  content: "›";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 900;
  z-index: 2;
}
.method-steps__num {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
}
.method-steps li svg {
  width: 30px;
  height: 30px;
  margin-bottom: 3px;
}
.method-steps li p {
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
  color: #173230;
}
/* C: support icon sizing */
/* v1.8.0: hero copy overlay (photo text is HTML, not baked in) */
/* v1.8.0: safety layout per spec — 3 + 2 columns */
.safety-cards {
  grid-template-columns: repeat(6, 1fr);
}
.safety-card {
  grid-column: span 2;
  padding: 12px 8px 13px;
}
.safety-card:nth-child(4) {
  grid-column: 1 / span 3;
}
.safety-card:nth-child(5) {
  grid-column: 4 / span 3;
}
.safety-card h3 {
  font-size: 12px;
}
.safety-card p {
  font-size: 10.5px;
}

/* .methods-image {
  padding: 0 14px 30px;
  background: #fff;
}
.methods-image__figure {
  margin: 0;
  display: block;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(6, 63, 61, 0.1);
  border: 1px solid #e5efee;
  background: #fff;
}
.methods-image__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.methods-image__caption {
  display: none;
}
.reveal {
  opacity: 1;
  transform: none;
}
.js .reveal {
  opacity: 1;
  transform: none;
  transition: 0.65s ease;
}
.js .reveal.show {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 360px) {
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .table-grid {
    grid-template-columns: 86px repeat(3, 1fr);
  }
  .cell {
    padding: 8px 4px;
    font-size: 9px;
  }
  .hero h1 {
    font-size: 30px;
  }
} */
/* ===== FactCard × 3（Hero直下） ===== */
.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 0 0 12px;
  padding: 0 2px 6px;
}

.fact-card {
  position: relative;
  min-width: 0;
  padding: 24px 7px 14px;
  overflow: hidden;
  border: 1px solid rgba(10, 186, 181, 0.18);
  border-radius: 20px;
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(10, 186, 181, 0.11),
      transparent 35%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbffff 100%);
  text-align: center;
  box-shadow: 0 9px 24px rgba(18, 65, 64, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
}

.fact-card::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -28px;
  z-index: -1;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(10, 186, 181, 0.1);
  border-radius: 50%;
}

.fact-card::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -22px;
  z-index: -1;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(10, 186, 181, 0.045);
}

.fact-card--proof {
  border-color: rgba(10, 186, 181, 0.78);
  background:
    linear-gradient(
      155deg,
      rgba(219, 249, 247, 0.86),
      rgba(255, 255, 255, 0.97) 50%
    ),
    #ffffff;
  box-shadow: 0 11px 28px rgba(10, 165, 161, 0.14);
}

.fact-number {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: start;
  width: 46px;
  height: 46px;
  padding: 7px 0 0 8px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: linear-gradient(
    135deg,
    var(--turquoise-dark),
    var(--turquoise) 68%,
    transparent 69%
  );
}

.fact-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 10px;
  color: var(--turquoise-dark);
  font-size: 31px;
  line-height: 1;
  font-weight: 800;
  border: 1px dotted rgba(10, 186, 181, 0.62);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 7px 16px rgba(10, 159, 155, 0.12),
    inset 0 0 0 6px rgba(225, 248, 247, 0.78);
}

.fact-icon::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(10, 186, 181, 0.12);
  border-radius: 50%;
}

.fact-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fact-icon--yen {
  padding-top: 1px;
  font-family: Arial, sans-serif;
}

.fact-label {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  color: var(--text);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  white-space: nowrap;
}

.fact-label::before,
.fact-label::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 5px 2px;
  border-radius: 50%;
  background: var(--td);
  box-shadow: 5px 0 0 rgba(10, 186, 181, 0.25);
}

.fact-label::before {
  box-shadow: -5px 0 0 rgba(10, 186, 181, 0.25);
}

.fact-value {
  margin-top: 1px;
  color: var(--turquoise-dark);
  font-size: 10px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.7px;
  white-space: nowrap;
}

.fact-value,
.fact-value--number {
  font-size: 15px;
  font-weight: 800;
}

.fact-value--number {
  letter-spacing: -1px;
}

.fact-value--number span {
  margin-left: 1px;
  font-size: 10px;
  letter-spacing: 0;
}

.fact-divider {
  width: 19px;
  height: 2px;
  margin: 10px auto 7px;
  border-radius: 999px;
  background: var(--t);
}

.fact-description {
  margin-top: auto;
  color: var(--sub);
  font-size: 10px;
  line-height: 1.55;
}

.fact-accent {
  display: inline-block;
  margin-top: 5px;
  padding: 3px 9px 4px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 800;
  border-radius: 3px;
  background: var(--o);
  box-shadow: 0 5px 10px rgba(242, 106, 46, 0.18);
  transform: rotate(-2deg);
}

.fact-note {
  margin-top: auto;
  padding-top: 8px;
  color: var(--sub);
  font-size: 10px;
  line-height: 1.35;
}

@media (max-width: 370px) {
  .hero-facts {
    gap: 6px;
  }

  .fact-card {
    min-height: 204px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .fact-icon {
    width: 52px;
    height: 52px;
  }

  .fact-icon svg {
    width: 28px;
    height: 28px;
  }

  .fact-label::before,
  .fact-label::after {
    margin-right: 3px;
    margin-left: 3px;
  }
}

/* v1.4: グルマ・ソロマ section redesign */
.methods {
  padding: 0;
}
.methods .head {
  padding: 62px 20px 26px;
  margin: 0;
  background: #fff;
}

.method-story {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.method-story__band {
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #dff8f5 0%, #99e6df 100%);
  color: #075c58;
  padding: 20px;
}
.method-story.soloma .method-story__band {
  background: linear-gradient(135deg, #fff0e6 0%, #ffc89f 100%);
  color: #a6501e;
}
.method-story__band strong {
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
.method-story__visual {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #0c7771 0%, #064d49 55%, #032f2d 100%);
}
.method-story.soloma .method-story__visual {
  background: linear-gradient(135deg, #c9723c 0%, #7c4430 52%, #3f2924 100%);
}
.method-story__visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 74% 32%,
      rgba(255, 255, 255, 0.19) 0 8%,
      transparent 9%
    ),
    radial-gradient(
      circle at 63% 43%,
      rgba(255, 255, 255, 0.13) 0 11%,
      transparent 12%
    ),
    radial-gradient(
      circle at 84% 52%,
      rgba(255, 255, 255, 0.12) 0 10%,
      transparent 11%
    ),
    linear-gradient(
      180deg,
      rgba(2, 34, 32, 0.12) 0%,
      rgba(2, 31, 30, 0.45) 48%,
      rgba(2, 24, 23, 0.9) 100%
    );
}
.method-story.soloma .method-story__visual:before {
  background:
    radial-gradient(
      circle at 72% 35%,
      rgba(255, 255, 255, 0.17) 0 9%,
      transparent 10%
    ),
    radial-gradient(
      circle at 59% 47%,
      rgba(255, 255, 255, 0.12) 0 12%,
      transparent 13%
    ),
    linear-gradient(
      180deg,
      rgba(56, 20, 9, 0.08) 0%,
      rgba(45, 20, 13, 0.45) 48%,
      rgba(33, 17, 14, 0.92) 100%
    );
}
.method-story__visual:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: -50px;
  top: -18px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.32),
    rgba(255, 255, 255, 0.06)
  );
  transform: rotate(45deg);
  border-radius: 28px;
}
.method-story__content {
  position: relative;
  z-index: 2;
  padding: 34px 28px 132px;
}
.method-story__label {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #b8fff9;
}
.method-story.soloma .method-story__label {
  color: #ffd8bf;
}
.method-story h3 {
  font-size: 44px;
  line-height: 1;
  margin: 10px 0 18px;
  letter-spacing: -0.055em;
  color: #fff;
}
.method-story__lead {
  font-size: 16px;
  line-height: 1.85;
  color: #fff;
  margin: 0;
  max-width: 310px;
  font-weight: 700;
}
.method-story__note {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.76);
}
.method-steps {
  position: absolute;
  z-index: 3;
  left: 17px;
  right: 17px;
  bottom: -34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.method-step {
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 24px rgba(2, 35, 33, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 7px;
  border: 6px solid #d8f6f2;
  color: #173230;
  position: relative;
}
.method-story.soloma .method-step {
  border-color: #ffe4d3;
}
.method-step:before,
.method-step:after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(10, 186, 181, 0.18);
  border-radius: 50%;
  transform: rotate(45deg);
}
.method-story.soloma .method-step:before,
.method-story.soloma .method-step:after {
  border-color: rgba(255, 138, 61, 0.2);
}
.method-step:after {
  inset: 17px;
}
.method-step b,
.method-step span {
  position: relative;
  z-index: 1;
}
.method-step b {
  font-size: 13px;
  color: var(--td);
  margin-bottom: 8px;
}
.method-story.soloma .method-step b {
  color: #d86a24;
}
.method-step span {
  font-size: 10.5px;
  line-height: 1.45;
  font-weight: 900;
}
.method-story__footer {
  height: 92px;
  background: linear-gradient(135deg, #bff2ed, #75dcd3);
}
.method-story.soloma .method-story__footer {
  background: linear-gradient(135deg, #ffe2cf, #ffb780);
}
.method-arrow {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  display: grid;
  place-items: center;
  color: var(--td);
  font-size: 12px;
  font-weight: 900;
}
.method-step:last-child .method-arrow {
  display: none;
}
@media (max-width: 350px) {
  .method-story__band {
    height: 112px;
  }
  .method-story__band strong {
    font-size: 26px;
  }
  .method-story__visual {
    min-height: 395px;
  }
  .method-story__content {
    padding-left: 22px;
    padding-right: 22px;
  }
  .method-story h3 {
    font-size: 40px;
  }
  .method-step span {
    font-size: 10px;
  }
  .method-steps {
    left: 12px;
    right: 12px;
  }
}

/* v1.8: hero / proof / footer redesign */
/* ==================================================
   基本情報カード
================================================== */
.hero {
  padding: 14px 10px 26px;
}
.hero-card--photo {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(21, 63, 61, 0.14);
  min-height: 0;
}
.hero-photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.hero-cta {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 310px;
  min-height: 58px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  font-size: 14px;
  letter-spacing: 0.02em;
}

.mini-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: 18px 2px 0;
}
.proof-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 132px;
  padding: 16px 8px 14px;
  border: 1px solid #cde6e3;
  border-radius: 20px;
  background: linear-gradient(160deg, #fff 0%, #f6fcfb 100%);
  box-shadow: 0 8px 18px rgba(18, 73, 70, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.proof-card:before {
  content: "";
  position: absolute;
  inset: auto -22px -28px auto;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(10, 186, 181, 0.07);
}
.proof-card--accent {
  border-color: #69d3cd;
  background: linear-gradient(160deg, #effcfb 0%, #fff 75%);
}
.proof-icon {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: #e3f7f5;
  color: #0aa7a2;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  box-shadow: inset 0 0 0 1px rgba(10, 186, 181, 0.11);
}
.proof-icon svg {
  width: 27px;
  height: 27px;
}
.proof-card small {
  position: relative;
  z-index: 1;
  color: #718582;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 4px;
}
.proof-card b {
  position: relative;
  z-index: 1;
  color: #143c3a;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}
.proof-card--accent b {
  color: #078f8b;
}

.site-footer {
  background: #222;
  color: #fff;
  padding: 44px 24px calc(110px + env(safe-area-inset-bottom));
  text-align: center;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.footer-contact {
  margin: 0 0 30px;
  text-align: center;
}
.footer-contact a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.55);
  text-underline-offset: 4px;
  transition:
    color 0.2s ease,
    text-decoration-color 0.2s ease;
}
.footer-contact a:hover {
  color: #48c8c2;
  text-decoration-color: #48c8c2;
}
.footer-heading {
  margin: 0 0 12px;
  color: #48c8c2;
  font-size: 12px;
  font-weight: 600;
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 8px;
  max-width: 330px;
  margin: 0 auto 28px;
}
.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
}
.footer-legal {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}
.footer-legal h3 {
  margin: 0 0 6px;
  color: #48c8c2;
  font-size: 11px;
  font-weight: 600;
}
.footer-legal p {
  margin: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.75;
}
.footer-copy {
  margin: 24px 0 0;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

@media (max-width: 350px) {
  .hero-cta {
    width: calc(100% - 28px);
    font-size: 13px;
  }
  .mini-proof {
    gap: 6px;
  }
  .proof-card {
    padding-left: 5px;
    padding-right: 5px;
    min-height: 124px;
  }
  .proof-card b {
    font-size: 12px;
  }
  .footer-nav {
    gap: 10px 5px;
  }
}

/* v1.8 アイキャッチ下・3つの特徴カード */
.hero .mini-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
  align-items: stretch;
}
.hero .proof-card {
  position: relative;
  min-width: 0;
  min-height: 214px;
  padding: 76px 5px 14px;
  overflow: hidden;
  border: 1px solid #b9e8e4;
  border-radius: 0 20px 20px 20px;
  background:
    radial-gradient(
      circle at 92% 88%,
      rgba(10, 186, 181, 0.055) 0 36px,
      transparent 37px
    ),
    linear-gradient(180deg, #f4fcfb 0%, #ffffff 100%);
  text-align: center;
  color: #177f7a;
  box-shadow: 0 7px 18px rgba(6, 63, 61, 0.045);
}
.hero .proof-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 47px;
  height: 47px;
  background: linear-gradient(135deg, #249f99 0 69%, transparent 70%);
  z-index: 1;
}
.hero .proof-number {
  position: absolute;
  top: 8px;
  left: 9px;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.hero .proof-icon {
  position: absolute;
  top: 26px;
  left: 50%;
  width: 68px;
  height: 68px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  border: 1px solid #c4eae7;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(224, 247, 245, 0.8);
}
.hero .proof-icon::before,
.hero .proof-icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hero .proof-icon::before {
  inset: -10px;
  border: 1px dashed #d1efec;
}
.hero .proof-icon::after {
  inset: -17px;
  border: 1px solid rgba(209, 239, 236, 0.62);
}
.hero .proof-icon__ring {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #188b86;
}
.hero .proof-icon svg {
  width: 31px;
  height: 31px;
}
.hero .proof-card small {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 0 auto 5px;
  color: #324d4a;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 800;
  white-space: nowrap;
}
.hero .proof-card small::before,
.hero .proof-card small::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #79d9d4;
  box-shadow: 5px 0 0 #b4ece9;
}
.hero .proof-card small::after {
  box-shadow: -5px 0 0 #b4ece9;
}
.hero .proof-card b {
  display: block;
  min-height: 47px;
  color: #217f7a;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.06em;
  overflow-wrap: anywhere;
}
.hero .proof-card b::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 10px auto 0;
  border-radius: 99px;
  background: #2ec3bc;
}
.hero .proof-card--accent {
  border-color: #37c5bf;
}
@media (max-width: 360px) {
  .hero .mini-proof {
    gap: 6px;
  }
  .hero .proof-card {
    min-height: 205px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .hero .proof-card b {
    font-size: 16px;
  }
  .hero .proof-card small {
    font-size: 10px;
  }
}

/* v1.9 参考画像に合わせた3カード最終調整 */
.hero .mini-proof {
  width: 100%;
  margin: 16px 0 0;
  gap: 9px;
  align-items: stretch;
}
.hero .proof-card,
.hero .proof-card.proof-card--accent {
  position: relative;
  min-width: 0;
  height: 214px;
  min-height: 214px;
  padding: 91px 5px 12px;
  border: 1px solid #b8e7e3;
  border-radius: 0 20px 20px 20px;
  background:
    radial-gradient(
      circle at 92% 89%,
      rgba(10, 186, 181, 0.055) 0 37px,
      transparent 38px
    ),
    #fff;
  box-shadow: 0 8px 18px rgba(24, 126, 121, 0.045);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.hero .proof-card.proof-card--accent {
  border-color: #26beb8;
}
.hero .proof-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 47px;
  background: linear-gradient(135deg, #239f99 0 69.5%, transparent 70%);
  border-radius: 0;
  z-index: 4;
}
.hero .proof-number {
  position: absolute;
  top: 8px;
  left: 9px;
  z-index: 6;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}
/* 左上からアイコンへ流れる細い装飾線 */
.hero .proof-number::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 16px;
  width: 43px;
  height: 43px;
  border-top: 1px solid rgba(122, 218, 212, 0.75);
  border-left: 1px solid rgba(122, 218, 212, 0.75);
  border-radius: 50%;
  transform: rotate(-18deg);
  pointer-events: none;
}
.hero .proof-icon {
  position: absolute;
  z-index: 3;
  top: 38px;
  left: 50%;
  width: 62px;
  height: 62px;
  margin: 0;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  border: 1px solid #c6eae7;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(231, 248, 247, 0.96);
  color: #168b86;
}
.hero .proof-icon::before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px dashed #caece9;
  border-radius: 50%;
}
.hero .proof-icon::after {
  content: "";
  position: absolute;
  inset: -17px;
  border: 1px solid rgba(207, 238, 235, 0.7);
  border-radius: 50%;
}
.hero .proof-icon__ring {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: inherit;
}
.hero .proof-icon svg {
  width: 29px;
  height: 29px;
}
.hero .proof-card small {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  margin: 0 0 5px;
  color: #334e4b;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 800;
  white-space: nowrap;
}
.hero .proof-card small::before,
.hero .proof-card small::after {
  content: "";
  width: 3px;
  height: 3px;
  flex: 0 0 3px;
  border-radius: 50%;
  background: #79d9d4;
  box-shadow: 5px 0 0 #b3ece9;
}
.hero .proof-card small::after {
  box-shadow: -5px 0 0 #b3ece9;
}
.hero .proof-card b {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  min-height: 48px;
  margin: 0;
  color: #217f7a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.055em;
  white-space: nowrap;
  overflow-wrap: normal;
}
.hero .proof-card b::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: #27c1ba;
}
.hero .proof-note {
  position: relative;
  z-index: 2;
  margin: auto 0 0;
  min-height: 24px;
  color: #526966;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
}
@media (max-width: 360px) {
  .hero .mini-proof {
    gap: 6px;
  }
  .hero .proof-card,
  .hero .proof-card.proof-card--accent {
    height: 205px;
    min-height: 205px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .hero .proof-card b {
    font-size: 16px;
  }
  .hero .proof-card small {
    font-size: 10px;
  }
  .hero .proof-note {
    font-size: 10px;
  }
}

/* ===== Final Logo / Partner Links ===== */
.final-cta {
  padding: 58px var(--page-x) 38px;
  background: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
.final-logo {
  width: 60%;
  height: auto;
  margin: 30px auto 30px;
}
.final-cta .footer-partner-links {
  margin-bottom: 0;
}

/* ===== Footer ===== */
.footer {
  padding: 38px 24px 126px;
  background: #222;
  color: #fff;
  text-align: center;
}
.footer-partner-links {
  display: grid;
  gap: 12px;
  max-width: 246px;
  margin: 0 auto 14px;
}
.footer-partner-button {
  min-height: 42px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
}
.footer-partner-button--restaurant {
  background: #f5a800;
}
.footer-partner-button--affiliate {
  background: #35a3c8;
}
.footer-partner-note {
  font-size: 10px;
  font-weight: 400;
  margin-top: 3px;
  letter-spacing: 0.02em;
}
.footer-contact {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-underline-offset: 3px;
  margin: 0 0 22px;
}
.footer-heading {
  margin: 0 0 10px;
  color: #54c5c8;
  font-size: 11px;
  font-weight: 700;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 10px;
  margin: 0 auto 28px;
  max-width: 310px;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 10px;
  line-height: 1.45;
  position: relative;
}
.footer-links a::after {
  content: "";
  position: absolute;
  inset: -8px -3px;
}
.footer-registration {
  display: grid;
  gap: 18px;
  margin-bottom: 20px;
}
.footer-registration section {
  margin: 0;
}
.footer-registration h3 {
  margin: 0 0 5px;
  color: #54c5c8;
  font-size: 10px;
  line-height: 1.4;
}
.footer-registration p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  line-height: 1.5;
}
.copyright {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.9);
}

/* v2.0 添付のguestページを基準に再構築した3カード */
.hero .cast-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  width: 100%;
  margin: 16px 0 12px;
  padding: 0 2px 6px;
}

.hero .cast-fact-card {
  position: relative;
  min-width: 0;
  min-height: 214px;
  padding: 24px 7px 14px;
  overflow: hidden;
  border: 1px solid rgba(10, 186, 181, 0.18);
  border-radius: 20px;
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(10, 186, 181, 0.11),
      transparent 35%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbffff 100%);
  text-align: center;
  box-shadow: 0 9px 24px rgba(18, 65, 64, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
}

.hero .cast-fact-card::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -28px;
  z-index: -1;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(10, 186, 181, 0.1);
  border-radius: 50%;
}

.hero .cast-fact-card::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -22px;
  z-index: -1;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(10, 186, 181, 0.045);
}

.hero .cast-fact-card--accent {
  border-color: rgba(10, 186, 181, 0.78);
  background:
    linear-gradient(
      155deg,
      rgba(219, 249, 247, 0.86),
      rgba(255, 255, 255, 0.97) 50%
    ),
    #ffffff;
  box-shadow: 0 11px 28px rgba(10, 165, 161, 0.14);
}

.hero .cast-fact-number {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: start;
  width: 46px;
  height: 46px;
  padding: 7px 0 0 8px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, var(--td), var(--t) 68%, transparent 69%);
}

.hero .cast-fact-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 10px;
  color: var(--td);
  border: 1px dotted rgba(10, 186, 181, 0.62);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 7px 16px rgba(10, 159, 155, 0.12),
    inset 0 0 0 6px rgba(225, 248, 247, 0.78);
}

.hero .cast-fact-icon::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(10, 186, 181, 0.12);
  border-radius: 50%;
}

.hero .cast-fact-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero .cast-fact-icon svg path:nth-child(2) {
  fill: currentColor;
  stroke: none;
  opacity: 0.25;
}

.hero .cast-fact-label {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 10px;
  line-height: 1.35;
  font-weight: 700;
  white-space: nowrap;
}

.hero .cast-fact-label::before,
.hero .cast-fact-label::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 5px 2px;
  border-radius: 50%;
  background: rgba(10, 186, 181, 0.52);
  box-shadow: 5px 0 0 rgba(10, 186, 181, 0.25);
}

.hero .cast-fact-label::before {
  box-shadow: -5px 0 0 rgba(10, 186, 181, 0.25);
}

.hero .cast-fact-value {
  margin-top: 1px;
  color: var(--td);
  font-size: clamp(15px, 4.6vw, 20px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.7px;
  white-space: nowrap;
}

.hero .cast-fact-divider {
  width: 19px;
  height: 2px;
  margin: 10px auto 7px;
  border-radius: 999px;
  background: rgba(10, 186, 181, 0.72);
}

.hero .cast-fact-description {
  margin-top: auto;
  color: var(--sub);
  font-size: 10px;
  line-height: 1.55;
}

@media (max-width: 370px) {
  .hero .cast-facts {
    gap: 6px;
  }
  .hero .cast-fact-card {
    min-height: 204px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .hero .cast-fact-icon {
    width: 52px;
    height: 52px;
  }
  .hero .cast-fact-icon svg {
    width: 28px;
    height: 28px;
  }
  .hero .cast-fact-label::before,
  .hero .cast-fact-label::after {
    margin-right: 3px;
    margin-left: 3px;
  }
}
