/* test_k_index — r8_moshi_mov_1920.jpg に合わせたビジュアル */

:root {
  --color-primary: #1f5aa8;
  --color-primary-dark: #174380;
  --color-accent: #d32f2f;
  --color-accent-hover: #b71c1c;
  --color-gold: #ffcc4d;
  --color-text: #1b2433;
  --color-text-muted: #5d6778;
  --color-border: #d9e1ef;
  --color-card: #ffffff;
  --color-page: #eef3fa;
  --color-page-2: #f7f9fc;
  --shadow-sm: 0 4px 12px rgba(22, 33, 62, 0.08);
  --shadow-card: 0 8px 24px rgba(22, 33, 62, 0.1);
  --font-body: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  --font-heading: 20px;
}

.section-title,
.recommend_sectionTitle,
.mv-summary__lead,
.mv-delivery-notice__title,
.card h3,
.step h3{
/* .reccomend__title { */
  font-size: var(--font-heading);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  background: linear-gradient(180deg, var(--color-page) 0%, var(--color-page-2) 50%, #fff 100%);
  color: var(--color-text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

button {
  font-family: inherit;
  cursor: pointer;
}

.app {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
}

.bg-grid {
  pointer-events: none;
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(31, 90, 168, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 90, 168, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 85% 75% at 50% 0%, black 25%, transparent 72%);
  z-index: 0;
}

.bg-orbs,
.orb,
.orb--1,
.orb--2,
.orb--3 {
  display: none;
}

.content {
  position: relative;
  z-index: 1;
}

/* .cms_mainvisual {
  max-width: 1100px;
  margin: 0.75rem auto 0;
  padding: 0 clamp(1rem, 3vw, 2rem);
} */

.cms_mainvisual h1 {
  margin: 0;
}

.cms_mainvisual picture {
  display: block;
}

.cms_mainvisual img {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
  box-shadow: 0 10px 26px rgba(19, 35, 69, 0.18);
}

/* 修正CSS */
.mv-cta {
  max-width: 1100px;
  margin: 0 auto;
  /* padding: 1.35rem clamp(1rem, 3vw, 2rem); */
  display: flex;
  justify-content: center;
}

/* 修正CSS */
.mv-cta .btn-primary {
  min-width: min(100%, 20rem);
  width: 600px;
  justify-content: center;
}

.campaign-overview {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.25rem clamp(1rem, 3vw, 2rem) 1rem;
}

.campaign-overview__eyebrow {
  margin: 0 0 0.85rem;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--color-primary);
}

.benefit-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

/* 追加CSS */
.benefit-card--full {
  grid-column: 1 / -1; /* 左端から右端まで全幅ぶち抜き */
  }

.benefit-card {
  position: relative;
  padding: 1.15rem 1.1rem 1.05rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}

/* 追加CSS */
.benefit-card {
  display: flex;
  flex-direction: column;
  height: 100%; /* 隣のカードと高さを揃えるためのおまじない */
}

/* 追加CSS */
.benefit-card .section-cta {
  margin-top: auto;  /* ★これが魔法の1行！上の要素を押し上げて、ボタンを最下部に固定します */
  padding-top: 25px; /* テキストとボタンがくっつきすぎないための余白 */
}

.benefit-card--primary {
  border-top: 4px solid var(--color-primary);
}

/* 修正CSS */
.benefit-card--accent {
  border-top: 4px solid var(--color-accent);
  /* background: linear-gradient(180deg, #fff 0%, #fff9f9 100%); */
}

.benefit-card__badge {
  display: inline-block;
  margin-bottom: 0.55rem;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: rgba(31, 90, 168, 0.1);
  color: var(--color-primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.benefit-card__badge--limited {
  background: rgba(211, 47, 47, 0.1);
  color: var(--color-accent);
}

.benefit-card__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.05rem, 2.8vw, 1.2rem);
  font-weight: 800;
  line-height: 1.4;
  color: var(--color-text);
  text-align: center;
}

.benefit-card__desc {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--color-text-muted);
}

.benefit-card__meta {
  margin: 0;
  padding: 0.65rem 0.75rem;
  list-style: none;
  border-radius: 8px;
  background: var(--color-page);
  font-size: 0.86rem;
  line-height: 1.6;
}

.benefit-card__meta li {
  /* display: flex; */
  gap: 0.5rem;
  margin: 0 0 0.35rem;
  color: var(--color-text);
  max-width: 100%;
  text-align: center;
}

.benefit-card__meta li:last-child {
  margin-bottom: 0;
}

.benefit-card__meta strong {
  flex-shrink: 0;
  min-width: 3.2em;
  color: var(--color-primary);
  font-weight: 700;
}

.benefit-card .important {
  font-weight: 700;
  color: var(--color-primary);
}

/* 追加CSS */
.benefit-card .important2 {
  font-weight: 700;
  color: var(--color-accent);
}

.u-pc-only {
  display: none;
}

@media (min-width: 768px) {
  .u-pc-only {
    display: inline;
  }
}

.mv-summary {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.5rem clamp(1rem, 3vw, 2rem);
}

.mv-summary__panel {
  padding: 1.15rem 1.25rem 1.2rem;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff 0%, #f3f7ff 100%);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}

.mv-summary__lead {
  margin: 0 auto;
  font-weight: 800;
  line-height: 1.7;
  color: var(--color-primary);
  text-align: center;
  letter-spacing: 0.02em;
}

.mv-summary__p {
  margin: 0 0 0.8rem;
  color: var(--color-text);
  font-size: 1.05rem;
  line-height: 1.85;
}

.mv-summary__p:last-child {
  margin-bottom: 0;
}

.mv-summary .important {
  font-weight: 700;
  color: var(--color-primary);
}

/* 追加CSS */
.mv-summary .important2 {
  font-weight: 700;
  color: var(--color-accent);
}

.mv-summary .highlight {
  font-weight: 700;
  color: var(--color-accent);
}

.mv-summary__video-spotlight {
  position: relative;
  margin: 0.35rem 0 1rem;
  padding: 1.35rem 1.2rem 1.25rem;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(31, 90, 168, 0.08) 0%, rgba(211, 47, 47, 0.06) 55%, rgba(255, 204, 77, 0.12) 100%);
  border: 2px solid rgba(31, 90, 168, 0.22);
  box-shadow: 0 6px 20px rgba(31, 90, 168, 0.12);
}

.mv-summary__video-ribbon {
  margin: -1.35rem -1.2rem 0.85rem;
  padding: 0.48rem 0.75rem;
  border-bottom: 2px solid rgba(255, 204, 77, 0.65);
  background: linear-gradient(180deg, #1a4a8c 0%, var(--color-primary-dark) 100%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
  line-height: 1.4;
}

.mv-summary__video-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem 0.3rem;
  margin: 0 0 0.75rem;
  font-size: clamp(1.05rem, 3.2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  color: var(--color-primary-dark);
  letter-spacing: 0.02em;
}

.mv-summary__video-title__icon {
  display: inline-flex;
  color: var(--color-accent);
  flex-shrink: 0;
}

.mv-summary__video-title__accent {
  color: var(--color-accent);
  text-decoration: underline;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.15em;
}

.mv-summary__video-lead {
  margin: 0 0 0.85rem;
  font-size: 0.98rem;
  line-height: 1.8;
  color: var(--color-text);
  text-align: center;
}

.mv-summary__video-points-box {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 90, 168, 0.12);
  overflow: hidden;
}

.mv-summary__video-points {
  margin: 0;
  padding: 0.75rem 0.85rem 0.55rem;
  list-style: none;
  border-radius: 0;
  background: transparent;
  border: none;
}

.mv-summary__video-points-note {
  margin: 0;
  padding: 0 0.85rem 0.7rem;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
  color: #ff6600;
  border-top: 1px solid rgba(31, 90, 168, 0.1);
}

.mv-summary__video-points li {
  position: relative;
  margin: 0 0 0.45rem;
  padding-left: 1.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color-text-muted);
  line-height: 1.55;
}

.mv-summary__video-points li:last-child {
  margin-bottom: 0;
}

.mv-summary__video-points li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.42em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(31, 90, 168, 0.15);
}

.mv-summary__p--closing {
  margin-top: 0.25rem;
  text-align: center;
  font-size: 1rem;
}

.mv-delivery-notice {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem) 1.25rem;
}

.mv-delivery-notice__panel {
  padding: 1rem 1.15rem 1.05rem;
  border-radius: 10px;
  background: #eef0f3;
  border: 1px solid #d5d9e0;
  color: #5d6778;
  font-size: 0.86rem;
  line-height: 1.75;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.mv-delivery-notice__title {
  margin: 0 0 0.65rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #c9ced6;
  font-weight: 700;
  color: #4a5568;
  letter-spacing: 0.02em;
}

.mv-delivery-notice__list {
  margin: 0 0 0.65rem;
  padding: 0;
  list-style: none;
}

.mv-delivery-notice__list li {
  margin: 0 0 0.5rem;
  padding-left: 0;
}

.mv-delivery-notice__list li:last-child {
  margin-bottom: 0;
}

.mv-delivery-notice__label {
  font-weight: 700;
  color: #4a5568;
}

.mv-delivery-notice__flow {
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.mv-delivery-notice__flow li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  line-height: 1.5;
}

.mv-delivery-notice__step-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.mv-delivery-notice__note {
  margin: 0.45rem 0 0;
  font-size: 0.82rem;
  color: #6b7280;
  line-height: 1.65;
}

.mv-delivery-notice__list + .mv-delivery-notice__note {
  margin-top: 0.65rem;
  padding-top: 0.55rem;
  border-top: 1px dashed #c5cad3;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem clamp(1.25rem, 4vw, 2.5rem);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--color-border);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.zizen {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;

}

.logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.logo img {
  display: block;
  height: clamp(28px, 5vw, 40px);
  width: auto;
  object-fit: contain;
}

.header-cta {
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  border: none;
  background: var(--color-accent);
  color: #fff;
  box-shadow: 0 4px 12px rgba(211, 47, 47, 0.28);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
}

a.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
}

.header-cta:hover {
  background: var(--color-accent-hover);
  color: #fff;
  box-shadow: 0 6px 16px rgba(211, 47, 47, 0.35);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  padding: clamp(2rem, 5vw, 3.75rem) clamp(1.25rem, 4vw, 2.5rem) clamp(3rem, 8vw, 5.25rem);
  max-width: 1100px;
  margin: 0.75rem auto 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(19, 35, 69, 0.2);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/r8_moshi_mov_1920.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(14, 38, 78, 0.86) 0%, rgba(23, 67, 128, 0.72) 52%, rgba(211, 47, 47, 0.45) 100%),
    radial-gradient(circle at 85% 16%, rgba(255, 204, 77, 0.25), transparent 36%);
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow-sm);
}

.hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-gold);
  box-shadow: 0 0 0 2px rgba(255, 204, 77, 0.28);
}

.hero-title {
  font-weight: 800;
  font-size: clamp(1.9rem, 5.2vw, 2.85rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0 0 1.1rem;
  max-width: 18ch;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.hero-title-accent {
  background: linear-gradient(120deg, #ffe28a 0%, #ffcc4d 45%, #fff5cf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: rgba(255, 255, 255, 0.92);
  max-width: 36rem;
  margin: 0 0 1.75rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.btn-primary {
  display: inline-flex;
  /* flex-direction: column; */
  align-items: center;
  gap: 0.45rem;
  white-space: nowrap;
  padding: 0.9rem 2.45rem;
  border: none;
  border-radius: 999px;
  background: var(--color-accent);
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  box-shadow: 0 8px 20px rgba(211, 47, 47, 0.35);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

a.btn-primary {
  text-decoration: none;
  box-sizing: border-box;
}

.btn-primary:hover {
  background: var(--color-accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(211, 47, 47, 0.4);
}

.btn-primary:focus-visible {
  outline: 2px solid var(--color-sky);
  outline-offset: 2px;
}

.btn-primary svg {
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
}

.btn-ghost {
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.btn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.26);
  color: #fff;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
  padding: 1.5rem 1.25rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 22px rgba(16, 33, 69, 0.22);
  max-width: 520px;
}

.stat {
  text-align: left;
}

.stat-value {
  font-size: clamp(1.6rem, 3.5vw, 2rem);
  font-weight: 800;
  color: var(--color-text);
  line-height: 1.1;
  margin-bottom: 0.3rem;
}

.stat-value span {
  color: var(--color-accent);
}

.stat-label {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  line-height: 1.4;
}

.section {
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(0.25rem, 4vw, 2.5rem);
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(224, 228, 235, 0.8);
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin: 0 0 0.5rem;
}

.section-title {
  font-weight: 800;
  margin: 0 0 0.75rem;
  color: var(--color-text);
  letter-spacing: 0.02em;
}

.section-title--mt {
  margin-top: clamp(2rem, 5vw, 3rem);
}

.section-desc {
  color: var(--color-text-muted);
  max-width: 40rem;
  margin: 0 0 1.75rem;
  font-size: 1rem;
  line-height: 1.8;
}

.video-showcase {
  position: relative;
  max-width: 920px;
  margin: 0 auto 1.75rem;
  padding: 0.5rem 0 0;
}

.video-showcase::before {
  content: "";
  position: absolute;
  inset: 10% 8% auto;
  height: 55%;
  background: radial-gradient(ellipse at 50% 40%, rgba(31, 90, 168, 0.18), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.video-showcase__device {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 32px rgba(19, 35, 69, 0.22));
}

.video-showcase__lid {
  position: relative;
  border-radius: 14px 14px 6px 6px;
  background: linear-gradient(165deg, #3a455c 0%, #1c2433 42%, #121820 100%);
  padding: 0.55rem 0.75rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35),
    0 6px 0 rgba(0, 0, 0, 0.15);
}

.video-showcase__hinge {
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 18%;
  min-width: 72px;
  height: 5px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(180deg, #4a5568, #2a3140);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.video-showcase__bezel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  border-radius: 10px;
  background: #0a0d12;
  padding: 0.45rem 0.5rem 0.55rem;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    inset 0 0 24px rgba(0, 0, 0, 0.45);
}

.video-showcase__camera {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #5c6a82, #1a2230 65%);
  box-shadow:
    0 0 0 2px rgba(0, 0, 0, 0.55),
    0 0 6px rgba(31, 90, 168, 0.35);
}

.video-showcase__screen {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
}

.video-showcase__ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.video-showcase__ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-showcase__base {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2px;
  padding-top: 4px;
}

.video-showcase__base-top {
  width: 76%;
  max-width: 520px;
  height: 11px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, #2f384c 0%, #1a2130 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-top: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.video-showcase__base-plate {
  width: 88%;
  max-width: 440px;
  height: 7px;
  margin-top: 1px;
  border-radius: 2px 2px 12px 12px;
  background: linear-gradient(90deg, #c9d0de 0%, #eef2f8 45%, #c9d0de 100%);
  box-shadow:
    0 6px 14px rgba(19, 35, 69, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.video-showcase__caption {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 0.86rem;
  color: #e65100;
  font-weight: 600;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.1rem;
}

.card {
  padding: 1.5rem 1.1rem;
  border-radius: 14px;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.card:hover {
  border-color: rgba(31, 90, 168, 0.4);
  box-shadow: var(--shadow-card);
  transform: translateY(-2px);
}

.card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.55rem;
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  background: rgba(31, 90, 168, 0.1);
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.card h3 {
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--color-primary);
  line-height: 1.45;
  text-align: center;
}

.card p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.steps {
  display: grid;
  gap: 0.9rem;
}

.steps--timeline {
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}

/* 修正CSS */
.steps--timeline .step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  /* padding: 1.2rem 1.25rem; */
  padding: 3.2rem 4.25rem 3.2rem 1.25rem;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--color-border);
  box-shadow: none;
  background: var(--color-card);
}

.steps--timeline .step:last-child {
  border-bottom: none;
}

.step__num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(31, 90, 168, 0.25);
}

.step__body {
  flex: 1;
  min-width: 0;
}

/* 追加CSS */
.step__body img, .benefit-card img {
  width: 100%;          /* 画面が1100pxより狭くなったら、枠に合わせて縮む */
  height: auto;         /* 画像の縦横比を保つ */
  display: block;       /* 中央寄せ（margin: auto）を効かせるための設定 */
  margin: 24px auto;    /* 上下に隙間を開け、左右は「auto」で中央寄せ！ */
}

/* 追加CSS */
.step__body p {
  width: 100%;          /* 親要素の幅いっぱいに広げる */
  overflow-wrap: break-word; /* 長い英数字やURLがあっても枠内で自動改行する */
}

/* 追加CSS */
.step__body h4 {
  border-bottom: 1px solid #c9ced6;
}

.step {
  padding: 1.25rem 1.35rem;
  border-radius: 14px;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.step h3 {
  margin: 0 0 0.4rem;
  margin-right: -26%;
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.5;
}

.step p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.step p a {
  color: var(--color-primary);
  font-weight: 700;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 55;
  padding: 0.55rem clamp(0.75rem, 3vw, 1.25rem);
  padding-bottom: calc(0.55rem + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid var(--color-border);
  box-shadow: 0 -6px 20px rgba(22, 33, 62, 0.12);
  transform: translateY(110%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sticky-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  background: var(--color-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: 0 6px 16px rgba(211, 47, 47, 0.35);
  transition: background 0.2s, transform 0.2s;
}

.sticky-cta__btn:hover {
  background: var(--color-accent-hover);
  transform: translateY(-1px);
}

.sticky-cta__btn svg {
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
}

/* 追加CSSここから */
/* --- 2つのボタンを横並びにする設定 --- */
.cta-group {
  display: flex;          /* 中身を横並びにする魔法の1行 */
  justify-content: center; /* ボタン全体を中央に寄せる */
  gap: 20px;               /* ボタンとボタンの間の「隙間」を20pxあける */
  width: 100%;
}

/* --- ボタン自体の横幅を揃える（お好みで調整してください） --- */
.cta-group .section-cta {
  flex: 1;                /* 2つのボタンを同じ幅に等分割する */
  max-width: 320px;       /* パソコンで見た時に大きくなりすぎない限界値 */
}

/* --- スマホ対策：画面が狭いときは自動で縦並びに戻す（超重要！） --- */
@media (max-width: 767px) {
  .cta-group {
    flex-direction: column; /* スマホでは縦並びにチェンジ */
    align-items: center;    /* 中央揃えにする */
    gap: 15px;              /* 縦並びの時のボタン同士の隙間 */
  }
  
  .cta-group .section-cta {
    width: 100%;            /* スマホでは横幅いっぱいに広げる */
    max-width: 340px;       /* 押しやすい手頃なサイズに制限 */
  }
}
/* 追加CSSここまで */

/* 追加CSSここから */
.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}
/* 追加CSSここまで */


@media (min-width: 901px) {
  .sticky-cta {
    display: none;
  }
}

.section-cta {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

.section-cta .btn-primary {
  justify-content: center;
  width: fit-content;
}

.recommend {
  margin: clamp(1.5rem, 4vw, 2.5rem) clamp(1.25rem, 4vw, 2.5rem);
  border-radius: 16px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: linear-gradient(145deg, #ffffff 0%, #eef4ff 65%, #e8f0ff 100%);
  border: 1px solid rgba(31, 90, 168, 0.25);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 8px 24px rgba(31, 90, 168, 0.12);
}

.recommend_sectionTitle {
  margin: 0 0 1.3rem;
  font-weight: 800;
  color: var(--color-primary);
  text-align: center;
}

@media (min-width: 601px) {
  h2,
  h2.section-title,
  h2.recommend_sectionTitle {
    font-size: 30px;
  }
}

.recommend__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.recommend__wrap {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 1rem;
  box-shadow: var(--shadow-sm);
}

.reccomend__title {
  margin: 0 0 0.8rem;
  line-height: 1.5;
  color: var(--color-text);
}

.recommend__wrap a {
  display: block;
}

.recommend__wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.recommend__spanBg-n {
  margin-top: 0.75rem;
  display: inline-block;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  background: rgba(31, 90, 168, 0.1);
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 700;
}

.recommend__tagBox {
  margin-top: 0.7rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.recommend__spanBg-k1,
.recommend__spanBg-k2,
.recommend__spanBg-gakka {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.58rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
}

.recommend__spanBg-k1 {
  background: #fce6e6;
  color: #b42b2b;
}

.recommend__spanBg-k2 {
  background: #eaf1ff;
  color: #2453a6;
}

.recommend__spanBg-gakka {
  background: #e7f6ef;
  color: #24624a;
}

.recommend__wrap p {
  margin: 0.85rem 0 0;
  color: var(--color-text-muted);
  font-size: 0.94rem;
  line-height: 1.75;
}

.referenceMark {
  font-size: 0.82rem;
}

.recommendCv {
  margin-top: 1.2rem;
}

.recommendCv__lead {
  text-align: center;
  font-size: clamp(1.08rem, 2.6vw, 1.3rem);
  line-height: 1.5;
}

.recommendCv__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  margin-inline: auto;
}

.recommendCv__wrap {
  display: flex;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 1rem;
  text-align: center;
}

.noto-serif-jp {
  margin: 0 0 0.7rem;
  color: var(--color-text);
  font-weight: 600;
}

.recommendCv__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0.85rem 9.25rem;
  border-radius: 999px;
  background: var(--color-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.recommendCv__btn:hover {
  background: var(--color-accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(211, 47, 47, 0.4);
}

.back-to-top {
  position: fixed;
  right: clamp(0.65rem, 3vw, 1.15rem);
  bottom: calc(clamp(0.65rem, 3vw, 1.15rem) + env(safe-area-inset-bottom, 0px));
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--color-primary);
  background: rgba(255, 255, 255, 0.96);
  color: var(--color-primary);
  font-family: inherit;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease,
    transform 0.28s ease,
    background 0.2s,
    color 0.2s;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--color-primary);
  color: #fff;
}

.back-to-top:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
}

.back-to-top__arrow {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}

.footer {
  padding: 1.75rem clamp(1.25rem, 4vw, 2.5rem) 2.5rem;
  border-top: 1px solid var(--color-border);
  text-align: center;
  color: var(--color-text-muted);
  font-size: 0.78rem;
  background: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.js-reveal {
  will-change: transform, opacity;
}

@media (max-width: 1080px) {
  h2,
  h2.section-title,
  h2.recommend_sectionTitle {
    font-size: 24px;
  }

  .hero-title {
    max-width: none;
  }

  .header {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem clamp(0.75rem, 4vw, 1.25rem);
    height: 30px;
  }

  /* 修正CSS */
  .logo {
    /* flex: 1 1 auto; */
    min-width: 0;
    width: 150px;
  }

  .logo img {
    max-width: 100%;
    height: clamp(24px, 7vw, 36px);
  }

  .header-cta {
    flex-shrink: 0;
    padding: 0.45rem 0.85rem;
    font-size: 0.98rem;
  }

  .hero {
    border-radius: 12px;
    margin-top: 0.35rem;
  }

  .cms_mainvisual {
    /* margin-top: 0.45rem; */
    padding: 0;
  }

  .cms_mainvisual img {
    width: 100%;
    border-radius: 0;
  }

  /* 修正CSS */
  /* .mv-cta {
    padding: 1rem clamp(1rem, 4vw, 1.25rem);
  } */

  .mv-cta .btn-primary {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .mv-summary__panel {
    padding: 1rem 0.95rem 1.05rem;
  }

  .mv-summary__video-spotlight {
    padding: 1.05rem 0.3rem 1rem;
  }

  .mv-summary__video-ribbon {
    margin: -1.05rem -0.8rem 0.75rem;
    padding: 0.42rem 0.65rem;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  .mv-summary__video-lead {
    font-size: 0.94rem;
  }

  .mv-delivery-notice__panel {
    padding: 0.9rem 0.85rem 0.95rem;
    font-size: 0.82rem;
  }

  .section-cta .btn-primary {
    width: 100%;
  }

  .video-showcase {
    margin-bottom: 1.35rem;
  }

  .video-showcase__lid {
    padding: 0.45rem 0.55rem 0.55rem;
    border-radius: 12px 12px 5px 5px;
  }

  .video-showcase__bezel {
    padding: 0.35rem 0.4rem 0.45rem;
  }

  .recommend {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.1rem 0.7rem;
  }

  .recommend__container {
    grid-template-columns: 1fr;
  }

  .recommendCv__wrap {
    min-width: 0;
  }

  .recommendCv__btn {
    width: 100%;
    max-width: 100%;
    padding: 0.85rem clamp(0.75rem, 4vw, 1.25rem);
  }

  .benefit-cards {
    grid-template-columns: 1fr;
  }

  .btn-primary {
    font-size: 1.25rem;
    padding: 0.8rem 1.5rem;
  }

  body.has-sticky-cta {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
  }

  .back-to-top {
    bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
  }
  /* 追加CSS */
  .step__body h4,
  .step__body p {
    margin-top: 3rem;
    margin-left: -26%;
    width: 150%;
  }
}
