/* 農機具高価買取比較ナビ — ハブTOP（ドメイン直下）
   種別主役（案A）＋ヒカカクPR。カードは参考サイト寄りに抑える */

:root {
  --ink: #1a1f24;
  --ink-strong: #0f1317;
  --muted: #5c6670;
  --line: #dde3df;
  --surface: #ffffff;
  --page: #f3f5f3;
  --accent: #1f7a4c;
  --accent-deep: #16633c;
  --cta: #0f8a7a;
  --cta-deep: #0b6e61;
  --cta-ink: #ffffff;
  --mark: #e8a317;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  --wrap: 1080px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--page);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100%;
}

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

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Header */
/* Header/footer → noukigu-chrome.css */

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background: #e8efe6;
  border-bottom: 1px solid var(--line);
}

.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.48) 0%,
      rgba(255, 255, 255, 0.34) 28%,
      rgba(255, 255, 255, 0.4) 58%,
      rgba(247, 249, 247, 0.72) 100%
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0.16) 42%,
      transparent 68%
    ),
    url("../hero/hub-hero-sunny.webp?v=2") center 40% / cover no-repeat;
}

.hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.75rem) 1.25rem clamp(2rem, 5vw, 3.25rem);
  text-align: center;
}

.hero__eyebrow {
  margin: 0 0 0.55rem;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero__eyebrow::before,
.hero__eyebrow::after {
  content: "／";
  margin: 0 0.35rem;
  opacity: 0.55;
}

.hero__brand {
  margin: 0 auto;
  max-width: 12em;
  font-size: clamp(1.4rem, 4.8vw, 2.35rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: var(--ink-strong);
  text-shadow: 0 0 2px #fff, 0 0 14px rgba(255, 255, 255, 0.95), 0 1px 0 #fff;
}

.hero__lead {
  margin: 0.75rem auto 0;
  max-width: 28rem;
  color: #31443a;
  font-size: clamp(0.92rem, 2.4vw, 1rem);
  font-weight: 600;
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: normal;
  text-shadow: 0 0 8px #fff, 0 0 12px rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  .hero__bg {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.58) 0%,
        rgba(255, 255, 255, 0.44) 36%,
        rgba(255, 255, 255, 0.5) 62%,
        rgba(247, 249, 247, 0.82) 100%
      ),
      url("../hero/hub-hero-sunny.webp?v=2") center 35% / cover no-repeat;
  }

  .hero__inner {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .hero__eyebrow {
    color: #16633c;
    font-weight: 800;
    text-shadow: 0 0 8px #fff, 0 0 16px #fff;
  }

  .hero__brand {
    max-width: 11em;
    font-size: clamp(1.55rem, 7.4vw, 1.9rem);
    line-height: 1.28;
    letter-spacing: -0.03em;
    color: #0c1210;
    text-shadow:
      0 1px 0 #fff,
      0 0 12px #fff,
      0 0 24px rgba(255, 255, 255, 1);
  }

  .hero__lead {
    max-width: 20em;
    color: #1a1f24;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.75;
    text-shadow: 0 0 8px #fff, 0 0 16px #fff;
  }
}

/* 金リース＋紺リボン実績エンブレム（透過枠＋改行固定の日本語） */
.trust-emblems {
  --te-navy: #16324c;
  --te-gold: #8d6a22;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.2rem 0.35rem;
  max-width: 42rem;
  margin: 1rem auto 0;
  padding: 0;
  list-style: none;
}

.trust-emblem {
  flex: 0 0 10.8rem;
  width: 10.8rem;
}

.trust-emblem__frame {
  position: relative;
  width: 10.8rem;
  height: 10.8rem;
  padding: 0;
  text-align: center;
}

.trust-emblem__frame::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 16% 19% 30% 19%;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 42%,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.7) 58%,
    rgba(255, 255, 255, 0) 78%
  );
  pointer-events: none;
}

.trust-emblem__laurel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
  filter: none;
  opacity: 1;
}

.trust-emblem__core {
  position: absolute;
  z-index: 1;
  top: 12.5%;
  left: 20%;
  right: 20%;
  display: grid;
  justify-items: center;
  gap: 0.04rem;
  padding: 0;
  max-width: none;
}

.trust-emblem__eyebrow {
  margin: 0;
  color: var(--te-gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.28;
  text-shadow: 0 0 6px #fff, 0 0 10px #fff;
}

.trust-emblem__num {
  margin: 0.1rem 0 0;
  color: var(--te-navy);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-size: 2.05rem;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-shadow: 0 0 8px #fff, 0 1px 0 #fff;
}

.trust-emblem__num--wide {
  font-size: 1.48rem;
  letter-spacing: -0.04em;
}

.trust-emblem__desc {
  margin: 0.06rem 0 0;
  color: #1a1a1a;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-shadow: 0 0 6px #fff, 0 0 10px #fff;
}

/* 帯の位置は emblem-frame-jbr.webp の紺リボン（画像高の 69.5%〜81%）に合わせる */
.trust-emblem__ribbon {
  position: absolute;
  z-index: 2;
  left: 9%;
  right: 9%;
  top: 69.5%;
  height: 11.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-width: 0;
}

.trust-emblem__ribbon span {
  display: block;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.15;
  white-space: nowrap;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow: none;
}

.trust-emblem__ribbon span::before,
.trust-emblem__ribbon span::after {
  display: none;
}

.hk-cv .trust-emblems {
  margin: 1.1rem auto 1.35rem;
}

@media (max-width: 768px) {
  .trust-emblems {
    gap: 0.08rem 0.2rem;
    max-width: 100%;
  }
  .trust-emblem,
  .trust-emblem__frame {
    flex: 0 0 6.85rem;
    width: 6.85rem;
    height: 6.85rem;
  }
  .trust-emblem__core {
    top: 10.5%;
    left: 16%;
    right: 16%;
    max-width: none;
    padding: 0;
  }
  .trust-emblem__eyebrow {
    font-size: 0.5rem;
    letter-spacing: 0.01em;
  }
  .trust-emblem__num {
    font-size: 1.38rem;
  }
  .trust-emblem__num--wide {
    font-size: 1.02rem;
  }
  .trust-emblem__desc {
    font-size: 0.46rem;
  }
  .trust-emblem__ribbon {
    left: 7%;
    right: 7%;
    min-width: 0;
  }
  .trust-emblem__ribbon span {
    font-size: 0.5rem;
    letter-spacing: 0.01em;
    padding: 0;
  }
}





.hero__form,
.hero__cv {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 1.35rem auto 0;
  padding: 1.45rem 1.2rem 1.25rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 19, 23, 0.08);
  text-align: left;
}

.hero__form-badge {
  position: absolute;
  top: -0.55rem;
  left: 1rem;
  margin: 0;
  padding: 0.22rem 0.6rem;
  background: var(--accent);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  border-radius: 3px;
}

.hero__form-title {
  margin: 0.4rem 0 0.7rem;
  font-size: clamp(0.98rem, 2.8vw, 1.08rem);
  font-weight: 900;
  line-height: 1.4;
  color: var(--ink-strong);
}

.hero__cv-lead {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.55;
}

.hero__cv-note {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.hero__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted);
}

.hero__select {
  width: 100%;
  appearance: none;
  min-height: 48px;
  padding: 0.8rem 2.4rem 0.8rem 0.9rem;
  border: 1px solid #cfd5db;
  border-radius: 6px;
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235c6670' d='M1 1l5 5 5-5'/%3E%3C/svg%3E")
    no-repeat right 0.9rem center;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}

.hero__select:focus {
  outline: 2px solid color-mix(in srgb, var(--accent) 45%, white);
  outline-offset: 1px;
  border-color: var(--accent);
}

.hero__submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  width: 100%;
  margin-top: 0.15rem;
  min-height: 64px;
  padding: 0.85rem 1rem;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #19a393 0%, var(--cta) 100%);
  color: var(--cta-ink);
  font: inherit;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0 3px 0 var(--cta-deep);
}

.hero__submit-kicker {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  opacity: 0.95;
}

.hero__submit-main {
  display: block;
  font-size: clamp(1.08rem, 3.2vw, 1.22rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.hero__submit:hover {
  filter: brightness(1.04);
}

.pr-ticket__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  text-align: center;
}

.pr-ticket__cta-kicker {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.pr-ticket__cta-main {
  display: block;
  font-size: clamp(1.08rem, 3vw, 1.22rem);
  font-weight: 900;
  line-height: 1.3;
}

/* Machines — 線画固定BGは .icons-stage 側 */
.machines {
  background: transparent;
  padding: clamp(1.75rem, 4vw, 2.75rem) 0 clamp(2.25rem, 5vw, 3.25rem);
  border-bottom: 1px solid rgba(221, 227, 223, 0.85);
}

/* 下部セクション共通：線画イラスト背景（PCはfixed／スマホはscrollで横はみ出し防止） */
.icons-stage {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  max-width: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(247, 249, 247, 0.68) 100%),
    url("../hero/hub-hero-icons-bg.webp?v=4") center center / cover no-repeat;
  background-attachment: scroll, fixed;
  background-color: #f3f6f3;
}

.icons-stage > section {
  position: relative;
  z-index: 1;
  max-width: 100%;
  min-width: 0;
}

@media (max-width: 900px) {
  /* スマホ：fixedはiOSで不安定＋横はみ出しの原因になるのでscroll */
  .icons-stage {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(247, 249, 247, 0.74) 100%),
      url("../hero/hub-hero-icons-bg-mobile.webp?v=2");
    background-attachment: scroll, scroll;
    background-size: auto, cover;
    background-position: center, center top;
    background-repeat: no-repeat, no-repeat;
  }
}

.machines__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.machines__heading {
  margin: 0;
  padding-left: 0.7rem;
  border-left: 4px solid var(--accent);
  font-size: clamp(1.08rem, 3vw, 1.22rem);
  font-weight: 900;
  color: var(--ink-strong);
  line-height: 1.3;
}

.machines__lead {
  margin: 0.5rem 0 1.2rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.machines__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

@media (min-width: 640px) {
  .machines__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.machine-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.2s var(--ease), transform 0.2s var(--ease);
}

.machine-card:hover,
.machine-card:focus-visible {
  border-color: color-mix(in srgb, var(--accent) 45%, var(--line));
  transform: translateY(-2px);
}

.machine-card__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  min-height: 7rem;
  overflow: hidden;
  background: var(--tint, #eef2ef);
  padding: 0.5rem;
}

.machine-card__thumb img {
  width: auto;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(15, 19, 23, 0.1));
}

.machine-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.65rem 0.7rem 0.8rem;
  border-top: 1px solid var(--line);
}

.machine-card__name {
  font-size: clamp(0.86rem, 2.6vw, 0.95rem);
  font-weight: 900;
  color: var(--ink-strong);
  line-height: 1.3;
}

.machine-card__sub {
  font-size: clamp(0.66rem, 2vw, 0.72rem);
  font-weight: 500;
  color: var(--muted);
  line-height: 1.4;
}

/* 特徴・使い方（コンテンツ量維持） */
.section-kicker {
  margin: 0 0 0.35rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.section-title {
  margin: 0;
  font-size: clamp(1.25rem, 3.2vw, 1.7rem);
  font-weight: 900;
  line-height: 1.4;
  color: var(--ink-strong);
}

.section-lead {
  margin: 0.55rem 0 0;
  max-width: 40rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: normal;
}

.br-mobile {
  display: none;
}

@media (max-width: 640px) {
  .br-mobile {
    display: inline;
  }
}

.features {
  padding: clamp(2.2rem, 4vw, 3.2rem) 1.25rem;
  background: transparent;
  border-bottom: 1px solid rgba(221, 227, 223, 0.85);
}

.features__inner,
.howto__inner {
  max-width: var(--wrap);
  margin: 0 auto;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.35rem 0 0;
}

.features__grid li {
  padding: 1.05rem 1.1rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e2ebe4;
  border-radius: 8px;
}

.features__grid strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.98rem;
  font-weight: 900;
  color: var(--ink-strong);
}

.features__grid span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.howto {
  padding: clamp(2.2rem, 4vw, 3.2rem) 1.25rem;
  background: transparent;
  border-bottom: 1px solid rgba(221, 227, 223, 0.85);
}

.howto__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.howto__fig {
  margin: 0;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #dde5dd;
  aspect-ratio: 3 / 2;
}

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

.howto__grid li {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #dfe6e0;
  border-radius: 8px;
  overflow: hidden;
}

.howto__step {
  margin: 0;
  padding: 0.75rem 0.85rem 0.2rem;
  font-size: 0.92rem;
  font-weight: 900;
  color: var(--ink-strong);
}

.howto__step span {
  display: inline-block;
  margin-right: 0.35rem;
  color: #e67a28;
  letter-spacing: 0.04em;
}

.howto__desc {
  margin: 0;
  padding: 0 0.85rem 0.95rem;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .howto__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .features__grid {
    grid-template-columns: 1fr;
  }
}


/* ヒカカク広告 — チケット型 */
.pr-block {
  padding: 0;
  background: #f0f3f0;
  border-bottom: 1px solid var(--line);
}

.pr-block__stage {
  position: relative;
  padding: clamp(2rem, 4vw, 3rem) 1.25rem;
  background:
    radial-gradient(rgba(31, 122, 76, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #f7f4ec 0%, #eef3ee 55%, #f4f6f5 100%);
  background-size: 12px 12px, auto;
  overflow: hidden;
}

.pr-block__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 12% 0%, rgba(230, 122, 40, 0.07), transparent 58%),
    radial-gradient(ellipse 60% 50% at 92% 100%, rgba(31, 122, 76, 0.08), transparent 52%);
  pointer-events: none;
}

.pr-block__rail {
  display: none;
}

.pr-block__inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.pr-block__head {
  margin-bottom: 1.15rem;
  color: var(--ink-strong);
}

.pr-block__label {
  display: inline-block;
  margin: 0 0 0.55rem;
  padding: 0.22rem 0.6rem;
  background: #e67a28;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  border-radius: 3px;
}

.pr-block__title {
  margin: 0;
  font-size: clamp(1.25rem, 3.4vw, 1.85rem);
  font-weight: 900;
  line-height: 1.35;
  color: var(--ink-strong);
}

.pr-block__lead {
  margin: 0.55rem 0 0;
  max-width: 40em;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.pr-ticket {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.8fr);
  gap: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: #fff;
  border: 1px solid #ddd6c8;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(20, 40, 28, 0.1);
}

.pr-ticket__side,
.pr-ticket__main,
.pr-ticket__visual {
  min-width: 0;
  max-width: 100%;
}

.pr-ticket::before,
.pr-ticket::after,
.pr-ticket__main::before,
.pr-ticket__main::after {
  display: none;
}

.pr-ticket__visual {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  min-height: 240px;
  align-self: stretch;
  background: #dce8df;
}

.pr-ticket__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.pr-ticket__side {
  grid-column: 2;
  grid-row: 1;
  padding: 1rem 1rem 0.95rem;
  background: #fffdf8;
}

.pr-ticket__main {
  grid-column: 1 / -1;
  grid-row: 2;
  padding: 0.9rem 1rem 1rem;
  background: #fffaf4;
  border-top: 1px solid #efe4d6;
}

.pr-ticket__eyebrow {
  display: inline-block;
  margin: 0 0 0.4rem;
  padding: 0.18rem 0.5rem;
  background: #fff4e8;
  border: 1px solid #efd7bf;
  color: #c45a12;
  font-size: 0.7rem;
  font-weight: 800;
  border-radius: 999px;
}

.pr-ticket__catch {
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.18rem);
  font-weight: 900;
  line-height: 1.4;
  color: var(--ink-strong);
}

.pr-ticket__catch span,
.pr-ticket__sub span,
.pr-ticket__reasons-title span {
  background: linear-gradient(transparent 62%, #f0c43a 62%);
}

.pr-ticket__sub {
  margin: 0.4rem 0 0;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.55;
  color: var(--muted);
}

.pr-ticket__score {
  display: grid;
  grid-template-columns: 4.4rem 1fr;
  gap: 0.65rem;
  align-items: center;
  margin: 0.75rem 0 0;
  padding: 0.55rem 0.65rem;
  border: 1px solid #f0c56a;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 30%, rgba(255, 220, 90, 0.35), transparent 55%),
    linear-gradient(180deg, #fffdf6, #fff1d4);
  box-shadow: inset 0 1px 0 #fff, 0 0 18px rgba(255, 196, 0, 0.12);
}

.pr-ticket__score-photo {
  width: 4.4rem;
  height: 3.3rem;
  object-fit: cover;
  border-radius: 5px;
}

.pr-ticket__score-body span {
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  color: #8a6a2a;
  letter-spacing: 0.06em;
}

.pr-ticket__score-row {
  margin: 0.08rem 0 0.12rem;
  line-height: 1;
}

.pr-ticket__score-row strong {
  font-size: 2.05rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #e89400;
  background: linear-gradient(180deg, #fff3a8 0%, #ffd24a 40%, #e88900 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 10px rgba(255, 196, 0, 0.55));
}

.pr-ticket__score-row em {
  margin-left: 0.12rem;
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: #b08940;
  -webkit-text-fill-color: #b08940;
}

.pr-stars {
  display: block;
  line-height: 0;
}

.pr-stars svg {
  display: block;
  overflow: visible;
}

.pr-ticket__switch-label {
  display: block;
  margin: 0.75rem 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
}

.pr-ticket__select {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 0.5rem 0.7rem;
  border: 1px solid #d9c7b2;
  border-radius: 6px;
  font: inherit;
  font-weight: 700;
  background: #fff;
}

.pr-ticket__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.7rem;
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  padding: 0.7rem 0.9rem;
  background: linear-gradient(180deg, #2f9b55, #1f7a4c);
  color: #fff !important;
  font-weight: 900;
  font-size: 0.92rem;
  border-radius: 999px;
  box-shadow: 0 3px 0 #16633c;
  text-align: center;
  overflow-wrap: anywhere;
}

.pr-ticket__cta:hover {
  filter: brightness(1.04);
}

.pr-ticket__note {
  margin: 0.65rem 0 0;
  font-size: 0.68rem;
  color: #8a7b6a;
  line-height: 1.5;
}

.pr-ticket__reasons-title {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  font-weight: 900;
  color: var(--ink-strong);
}

.pr-ticket__reasons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pr-ticket__reasons li {
  overflow: hidden;
  background: #fff;
  border: 1px solid #efe4d6;
  border-radius: 6px;
}

.pr-ticket__reasons img {
  width: 100%;
  height: 4.2rem;
  object-fit: cover;
}

.pr-ticket__reasons span {
  display: block;
  margin: 0.4rem 0.55rem 0;
  color: #e67a28;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.pr-ticket__reasons strong {
  display: block;
  margin: 0.1rem 0.55rem 0.5rem;
  font-size: 0.78rem;
  font-weight: 900;
  color: var(--ink-strong);
  line-height: 1.35;
}

@media (max-width: 860px) {
  .pr-ticket {
    grid-template-columns: 1fr;
  }

  .pr-ticket__visual {
    grid-column: 1;
    grid-row: 1;
    min-height: 180px;
    height: 180px;
  }

  .pr-ticket__side {
    grid-column: 1;
    grid-row: 2;
  }

  .pr-ticket__main {
    grid-column: 1;
    grid-row: 3;
  }

  .pr-ticket__reasons {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .pr-ticket__reasons {
    grid-template-columns: 1fr;
  }
}


/* About / Footer */
.tips,
.faq,
.market,
.about {
  padding: clamp(2.2rem, 4vw, 3.2rem) 1.25rem;
  border-bottom: 1px solid rgba(221, 227, 223, 0.85);
  background: transparent;
}

.tips,
.faq,
.market {
  background: transparent;
}

.faq {
  background: transparent;
}

.tips__inner,
.faq__inner,
.market__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  min-width: 0;
  width: 100%;
}

.market__table-wrap {
  margin-top: 1.25rem;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e2ebe4;
  border-radius: 8px;
}

.market__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.market__table th,
.market__table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e8eee9;
}

.market__table th {
  background: rgba(238, 246, 241, 0.95);
  font-weight: 800;
  color: var(--ink-strong);
  white-space: nowrap;
}

.market__table tr:last-child td {
  border-bottom: 0;
}

.market__table a {
  color: var(--accent-deep);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.market__more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0.9rem 0 0;
}

.market__more-label {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.market__more-link {
  padding: 0.28rem 0.7rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d8e6dd;
  border-radius: 999px;
  color: var(--accent-deep);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.market__more-link:hover,
.market__more-link:focus-visible {
  background: #eef6f1;
  border-color: var(--accent);
}

.market__note {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.tips__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: tip;
}

.tips__grid li {
  position: relative;
  padding: 1.1rem 1rem 1rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e2ebe4;
  border-radius: 8px;
  counter-increment: tip;
}

.tips__grid li::before {
  content: counter(tip, decimal-leading-zero);
  display: block;
  margin-bottom: 0.4rem;
  color: #e67a28;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.tips__grid h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--ink-strong);
}

.tips__grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

.tips__cta-wrap {
  margin: 1.35rem 0 0;
  text-align: center;
  max-width: 100%;
}

.tips__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 46px;
  padding: 0.7rem 1.2rem;
  border: 1px solid var(--accent);
  border-radius: 999px;
  color: var(--accent-deep);
  font-weight: 800;
  background: #fff;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

.tips__cta:hover {
  background: #eef6f1;
}

.faq__list {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.55rem;
}

.faq__list details {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e2ebe4;
  border-radius: 8px;
  padding: 0.85rem 1rem;
}

.faq__list summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--ink-strong);
}

.faq__list p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .tips__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tips__grid {
    grid-template-columns: 1fr;
  }
}

.about {
  padding: 2rem 1.25rem 2.5rem;
  background: transparent;
  border-top: 0;
}

.about__inner {
  max-width: 720px;
  margin: 0 auto;
}

.about h2 {
  margin: 0 0 0.45rem;
  font-size: 0.98rem;
  font-weight: 900;
}

.about p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 768px) {
  .hero__badges {
    gap: 0.25rem 0.55rem;
    padding: 0;
  }

  .hero__badges img {
    width: 6rem;
  }

  .machines__inner {
    padding: 0 1rem;
  }
}


@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
/* Legal static pages */
.legal-page {
  background: #f7f9f7;
  min-height: 60vh;
}

.legal-page__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}

.legal-page__kicker {
  margin: 0 0 0.4rem;
  color: #2f9b55;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.legal-page__title {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 900;
  color: #122018;
  line-height: 1.35;
}

.legal-page__lead {
  margin: 0.75rem 0 1.5rem;
  color: #5c6670;
  font-size: 0.95rem;
  line-height: 1.7;
}

.legal-page__body {
  padding: 1.35rem 1.25rem 1.5rem;
  background: #fff;
  border: 1px solid #dde3df;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(20, 40, 28, 0.05);
}

.legal-page__body h2 {
  margin: 1.5rem 0 0.55rem;
  font-size: 1.08rem;
  font-weight: 900;
  color: #163528;
}

.legal-page__body h2:first-child {
  margin-top: 0;
}

.legal-page__body p,
.legal-page__body li {
  color: #31443a;
  font-size: 0.92rem;
  line-height: 1.8;
}

.legal-page__body p {
  margin: 0 0 0.85rem;
}

.legal-page__body ul {
  margin: 0 0 0.85rem;
  padding-left: 1.2rem;
}

.legal-page__body dl {
  margin: 0;
}

.legal-page__body dt {
  margin-top: 0.85rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: #6b7a70;
}

.legal-page__body dd {
  margin: 0.2rem 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #122018;
  line-height: 1.6;
}

.legal-page__body a {
  color: #1f7a4c;
  font-weight: 700;
}

.legal-page__meta {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  color: #6b7a70;
}

.legal-contact {
  display: grid;
  gap: 0.75rem;
}

.legal-contact label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #31443a;
}

.legal-contact input,
.legal-contact textarea,
.legal-contact select {
  width: 100%;
  min-height: 44px;
  padding: 0.6rem 0.75rem;
  border: 1px solid #d5ddd7;
  border-radius: 8px;
  font: inherit;
  background: #fff;
}

.legal-contact textarea {
  min-height: 140px;
  resize: vertical;
}

.legal-contact button {
  justify-self: start;
  min-height: 46px;
  padding: 0.65rem 1.2rem;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #2f9b55, #1f7a4c);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.legal-contact__note {
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  color: #6b7a70;
  line-height: 1.6;
}


/* Mobile / SWELL 共存時の横はみ出し防止 */
@media (max-width: 640px) {
  .tips,
  .faq,
  .market,
  .about,
  .features,
  .howto {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pr-block__stage {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tips__grid li,
  .faq__list details {
    max-width: 100%;
    min-width: 0;
  }
}

/* WP / SWELL が載っても LP の横スクロールを抑える */
body.noukigu-lp,
body.noukigu-hub,
body.machine-top {
  overflow-x: clip;
  max-width: 100%;
}

body.noukigu-lp #body_wrap,
body.noukigu-lp .l-container,
body.noukigu-lp .l-content,
body.noukigu-lp .l-mainContent,
body.noukigu-lp main,
body.noukigu-hub main,
body.machine-top #view-root {
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}
