:root {
  --bg: #ffffff;
  --text: #1f1f1f;
  --accent: #0f2744;
  --cta-bg: #ff7a59;
  --cta-bg-hover: #e66a4b;
  --line: #e8e8e8;
  --muted: #666666;
  --radius: 8px;
  --container-wide: 1120px;
  --container-narrow: 960px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family:
    "GenShinGothic",
    "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN",
    "メイリオ",
    Meiryo,
    sans-serif;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
}

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

h1,
h2 {
  line-height: 1.45;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
}

p {
  margin: 0;
}

a {
  color: inherit;
}

.section-wide,
.section-narrow {
  padding: 72px 24px;
}

.section-wide {
  width: min(100%, var(--container-wide));
  margin-inline: auto;
}

.section-narrow {
  width: min(100%, var(--container-narrow));
  margin-inline: auto;
}

.site-header {
  padding-top: 34px;
  padding-bottom: 0;
  text-align: center;
}

.brand {
  display: inline-block;
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.12em;
  font-size: 0.92rem;
}

.brand-logo {
  width: auto;
  max-width: min(266px, 70vw);
  max-height: 140px;
  height: auto;
  object-fit: contain;
  margin-inline: auto;
}

.hero {
  display: block;
  text-align: center;
  padding-top: 20px;
}

.eyebrow {
  margin-bottom: 14px;
  color: #555;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  font-weight: 600;
}

h1 {
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  margin-top: 28px;
}

.lead-list {
  display: grid;
  gap: 4px;
  margin-top: 20px;
  max-width: 740px;
  margin-inline: auto;
}

.hero-media {
  margin: 0;
}

.hero-intro {
  margin: 34px auto 0;
  max-width: 760px;
  text-align: center;
}

.hero-intro p {
  margin: 0;
}

.fh-area-notice {
  margin: 0 auto 24px;
  max-width: 900px;
  text-align: center;
}

.fh-area-notice__label {
  font-weight: 700;
  letter-spacing: 0.06em;
}

.fh-area-notice__text {
  margin-top: 8px;
  color: #333;
  line-height: 1.8;
}

.lineup_concept_head-h {
  font-family: "GenShinGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-size: 35px;
  line-height: 1.429;
}

.cta {
  display: inline-block;
  margin-top: 34px;
  background: var(--cta-bg);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.14em;
  border-radius: 999px;
  padding: 14px 36px;
  transition: background-color 0.2s ease;
  font-size: 0.9rem;
}

.cta:hover {
  background: var(--cta-bg-hover);
}

.cta-note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.85rem;
}

.concept {
  text-align: center;
  padding-top: 54px;
}

.concept p {
  margin: 0 auto 28px;
  max-width: 760px;
}

.points {
  border-top: 1px solid var(--line);
  padding-top: 60px;
}

.points-grid {
  display: grid;
  gap: 54px;
}

.point-card {
  border: 0;
  overflow: hidden;
  background: transparent;
  display: grid;
  gap: 22px;
}

.point-image-fallback {
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f2f2f2 0%, #ececec 100%);
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.point-copy {
  padding: 0;
}

.point-title {
  margin: 0 0 10px;
  color: var(--text);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  letter-spacing: 0.06em;
}

.plan {
  border-top: 1px solid var(--line);
  text-align: center;
}

.plan-images {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

.plan-specs {
  margin: 0 0 10px;
}

.plan-specs dt {
  font-weight: 700;
  color: var(--muted);
}

.plan-specs dd {
  margin: 2px 0 0;
  font-size: 1.25rem;
  color: var(--text);
  font-weight: 700;
}

.list {
  margin: 0 auto;
  padding-left: 1.1rem;
  max-width: 760px;
  text-align: left;
}

.note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.closing {
  border-top: 1px solid var(--line);
  text-align: center;
}

.brand-section {
  background: #f4f1e9;
  padding: 80px 24px;
}

.brand-section__inner {
  width: min(100%, 900px);
  margin: 0 auto;
  text-align: center;
}

.brand-section__logo {
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0 auto;
}

.brand-section__text {
  margin-top: 32px;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding-top: 36px;
  padding-bottom: 40px;
  text-align: center;
}

.address,
.contact-list {
  margin: 0 0 12px;
}

.contact-list {
  list-style: none;
  padding: 0;
}

.contact-list li {
  margin-bottom: 6px;
}

small {
  color: var(--muted);
}

#hero-image,
.point-card img,
.plan-images img,
#concept-image {
  width: 100%;
  border-radius: var(--radius);
}

.is-hidden {
  display: none !important;
}

@media (max-width: 768px) {
  .brand-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .brand-section__logo {
    max-width: 280px;
  }

  .brand-section__text {
    font-size: 14px;
  }
}

@media (min-width: 860px) {
  .point-card {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }

  .point-card:nth-child(even) img,
  .point-card:nth-child(even) .point-image-fallback {
    order: 2;
  }

  .point-card:nth-child(even) .point-copy {
    order: 1;
  }

  .plan-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
