/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --navy: #073b66;
  --blue: #087fc8;
  --cyan: #18c7d9;
  --sky: #42c8f5;
  --yellow: #ffe500;
  --ink: #062f4f;
  --pale: #eefaff;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--ink);
  font-family: var(--font-geist-sans), "Noto Sans JP", "Yu Gothic", sans-serif;
  margin: 0;
  padding-bottom: 94px;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.hero-visual {
  width: 100%;
  padding-bottom: 34px;
  overflow: hidden;
}
.hero-picture {
  width: 100%;
  display: block;
}
.hero-picture img {
  width: 100%;
  height: auto;
  display: block;
}
.campaign-period {
  z-index: 2;
  width: min(100% - 48px, 760px);
  color: var(--navy);
  background: #fffffff7;
  border: 1px solid #087fc829;
  border-radius: 18px;
  justify-items: center;
  margin: 28px auto 0;
  padding: 16px 28px 18px;
  display: grid;
  position: relative;
  box-shadow: 0 14px 34px #073b6629;
}
.campaign-period > span {
  color: var(--blue);
  letter-spacing: 0.2em;
  font-size: 9px;
  font-weight: 900;
}
.campaign-period > p {
  margin: 3px 0 7px;
  font-size: clamp(15px, 1.45vw, 20px);
  font-weight: 800;
}
.campaign-period > strong {
  white-space: nowrap;
  justify-content: center;
  align-items: baseline;
  gap: 16px;
  font-family:
    Arial Black,
    Helvetica Neue,
    sans-serif;
  font-style: italic;
  line-height: 1;
  display: flex;
}
.campaign-period time {
  align-items: baseline;
  display: flex;
}
.campaign-year {
  font-family: var(--font-geist-sans), "Noto Sans JP", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  margin-right: 8px;
  font-size: clamp(15px, 1.45vw, 20px);
  font-style: normal;
  font-weight: 800;
}
.campaign-date-number {
  letter-spacing: -0.045em;
  font-size: clamp(36px, 4vw, 54px);
}
.campaign-period small {
  font-family: var(--font-geist-sans), "Noto Sans JP", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  margin-left: 4px;
  font-size: clamp(10px, 1vw, 13px);
  font-style: normal;
}
.campaign-period i {
  color: var(--navy);
  font-family: var(--font-geist-sans), "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-style: normal;
  font-weight: 700;
}
.site-header {
  z-index: 20;
  height: 78px;
  color: var(--navy);
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(24px, 4.5vw, 72px);
  display: flex;
  position: absolute;
  inset: 0 0 auto;
}
.brand {
  letter-spacing: 0.03em;
  font-size: 20px;
  font-weight: 800;
}
.site-header nav {
  gap: 32px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}
.site-header nav a {
  position: relative;
}
.site-header nav a:after {
  content: "";
  background: var(--yellow);
  height: 2px;
  transition: right 0.25s;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 100%;
}
.site-header nav a:hover:after {
  right: 0;
}
.hero {
  background:
    radial-gradient(circle at 15% 14%, #fffffff2, #0000 31%),
    linear-gradient(135deg, #e9f9ff 0%, #95ddf6 48%, #20bfe5 100%);
  min-height: 900px;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  background-image:
    linear-gradient(#ffffff57 1px, #0000 1px),
    linear-gradient(90deg, #ffffff57 1px, #0000 1px);
  background-size: 112px 112px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(270deg, #000, #0000 76%);
  mask-image: linear-gradient(270deg, #000, #0000 76%);
}
.hero:after {
  content: "";
  filter: blur(60px);
  background: #ffffff59;
  border-radius: 50%;
  height: 70%;
  position: absolute;
  inset: auto -10% -40% 28%;
}
.energy-ribbon {
  z-index: 1;
  filter: drop-shadow(0 8px 12px #ffda0033);
  background: linear-gradient(
    90deg,
    #0000,
    #ffea29 14%,
    #ffd400 68%,
    #0000 94%
  );
  border-radius: 50%;
  width: 120%;
  height: 105px;
  position: absolute;
  left: -10%;
  transform: rotate(-5deg) skew(-22deg);
}
.ribbon-one {
  opacity: 0.92;
  animation: 7s ease-in-out infinite alternate ribbonDrift;
  top: 49%;
}
.ribbon-two {
  opacity: 0.55;
  height: 58px;
  bottom: -24px;
  transform: rotate(4deg);
}
@keyframes ribbonDrift {
  to {
    transform: translate(22px) rotate(-4deg) skew(-22deg);
  }
}
.hero-copy {
  z-index: 5;
  width: min(720px, 49vw);
  padding: 112px 0 70px clamp(30px, 4.5vw, 72px);
  position: relative;
}
.phev-logo {
  width: 182px;
  height: auto;
  margin-bottom: 20px;
}
.eyebrow,
.section-kicker {
  color: var(--blue);
  letter-spacing: 0.22em;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
}
.hero h1 {
  color: var(--navy);
  letter-spacing: -0.075em;
  margin: 0;
  font-size: clamp(80px, 9vw, 142px);
  font-style: italic;
  font-weight: 900;
  line-height: 0.82;
}
.hero h1 span {
  white-space: nowrap;
  letter-spacing: -0.06em;
  width: max-content;
  margin-top: 22px;
  font-size: clamp(30px, 3.2vw, 50px);
  font-style: normal;
  line-height: 1.08;
  display: block;
}
.campaign-date {
  color: var(--navy);
  align-items: baseline;
  gap: 9px;
  margin-top: 32px;
  font-size: clamp(28px, 2.7vw, 42px);
  font-style: italic;
  font-weight: 800;
  display: flex;
}
.campaign-date small {
  letter-spacing: 0.08em;
  font-size: 12px;
}
.campaign-date i {
  margin: 0 10px;
  font-style: normal;
  font-weight: 400;
}
.hero-benefit {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffffe0;
  border: 1px solid #ffffffe6;
  border-radius: 18px;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: 100%;
  margin-top: 32px;
  padding: 14px 20px;
  display: flex;
  box-shadow: 0 16px 35px #073b661f;
}
.hero-benefit p {
  margin: 0;
  font-size: clamp(14px, 1.25vw, 19px);
  font-weight: 700;
}
.hero-benefit strong {
  color: var(--blue);
  font-size: 1.5em;
}
.gift-icon {
  background: var(--yellow);
  border-radius: 50%;
  place-items: center;
  width: 30px;
  height: 30px;
  display: grid;
}
.primary-cta {
  width: min(100%, 425px);
  min-height: 68px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: 0 26px 0 30px;
  font-size: 18px;
  font-weight: 900;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  display: flex;
  box-shadow: 0 15px 30px #8870002e;
}
.primary-cta span {
  font-size: 28px;
  transition: transform 0.2s;
}
.primary-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 36px #53470040;
}
.primary-cta:hover span {
  transform: translate(5px);
}
.hero-cars {
  z-index: 3;
  position: absolute;
  inset: 145px 1.8vw 70px 44vw;
}
.hero-car {
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  animation: 0.65s both carRise;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 22px 45px #00416838;
}
.hero-car:after {
  content: "";
  background: linear-gradient(#0000 52%, #042a44c7);
  position: absolute;
  inset: 0;
}
.hero-car span {
  z-index: 1;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 800;
  position: absolute;
  bottom: 13px;
  left: 16px;
}
.hero-car:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 28px 52px #0041684d;
}
.hero-car-1 {
  width: 42%;
  height: 31%;
  animation-delay: 80ms;
  top: 0;
  left: 10%;
}
.hero-car-2 {
  width: 44%;
  height: 31%;
  animation-delay: 0.16s;
  top: 4%;
  right: 0;
}
.hero-car-3 {
  width: 32%;
  height: 28%;
  animation-delay: 0.24s;
  top: 37%;
  left: 0;
}
.hero-car-4 {
  width: 31%;
  height: 28%;
  animation-delay: 0.32s;
  top: 35%;
  left: 34%;
}
.hero-car-5 {
  width: 32%;
  height: 28%;
  animation-delay: 0.4s;
  top: 37%;
  right: 0;
}
.hero-car-6 {
  width: 64%;
  height: 27%;
  animation-delay: 0.48s;
  bottom: 0;
  left: 18%;
}
@keyframes carRise {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
}
.scroll-cue {
  z-index: 6;
  color: var(--navy);
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  font-weight: 800;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 32px;
}
.scroll-cue i {
  background: var(--navy);
  width: 1px;
  height: 55px;
  display: block;
}
.intro,
.lineup,
.gift-section,
.condition-section,
.closing {
  padding: 110px clamp(24px, 6vw, 96px);
}
.intro {
  text-align: center;
  background:
    radial-gradient(circle at 8% 20%, #18c7d91f, #0000 25%),
    radial-gradient(circle at 92% 76%, #42c8f521, #0000 27%),
    linear-gradient(#fff 0%, #f8fdff 100%);
  position: relative;
  overflow: hidden;
}
.intro:before {
  content: "";
  pointer-events: none;
  background-image: linear-gradient(#087fc809 1px, #0000 1px);
  background-size: 100% 52px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#0000, #000 22% 82%, #0000);
  mask-image: linear-gradient(#0000, #000 22% 82%, #0000);
}
.intro > * {
  z-index: 1;
  position: relative;
}
.intro > .section-kicker,
.intro > h2,
.intro > .lead {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.intro h2,
.section-heading h2,
.gift-heading h2,
.condition-section h2,
.closing h2 {
  color: var(--navy);
  letter-spacing: -0.055em;
  margin: 0;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 900;
  line-height: 1.1;
}
.lead {
  color: #527087;
  margin: 28px auto 0;
  font-size: 17px;
  line-height: 2;
}
.maximum-benefit {
  width: max-content;
  max-width: 100%;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 20px;
  gap: 5px;
  margin: 34px auto 0;
  padding: 18px 34px 17px;
  display: grid;
  box-shadow:
    0 18px 34px #826c0029,
    0 0 0 7px #ffe5001a;
}
.maximum-kicker {
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 900;
}
.maximum-amount {
  white-space: nowrap;
  grid-template-columns: max-content max-content max-content max-content;
  justify-content: center;
  align-items: baseline;
  column-gap: clamp(7px, 0.85vw, 14px);
  line-height: 1;
  display: grid;
}
.maximum-prefix,
.maximum-suffix {
  letter-spacing: -0.06em;
  font-size: clamp(25px, 2.7vw, 39px);
  font-weight: 950;
}
.maximum-number {
  color: #ed4425;
  letter-spacing: -0.055em;
  -webkit-text-stroke: clamp(1px, 0.09vw, 1.5px) #ffffffc7;
  paint-order: stroke fill;
  text-shadow:
    0 3px #9d2c1521,
    0 8px 16px #9d2c1521;
  font-family:
    Arial Black,
    Helvetica Neue,
    sans-serif;
  font-size: clamp(51px, 6.2vw, 82px);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}
.maximum-yen {
  color: #ed4425;
  letter-spacing: -0.03em;
  margin-left: 2px;
  font-size: clamp(25px, 2.8vw, 39px);
  font-weight: 950;
}
.maximum-benefit small {
  opacity: 0.7;
  margin-top: 7px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}
.benefit-grid {
  text-align: left;
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
  gap: 0;
  max-width: 1120px;
  margin: 26px auto 0;
  display: grid;
  position: relative;
}
.benefit-card {
  border-radius: 28px;
  min-height: 354px;
  padding: 39px 44px 36px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 26px 58px #073b6626,
    inset 0 2px #ffffffd9;
}
.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 32px 68px #073b6633,
    inset 0 2px #ffffffd9;
}
.maintenance {
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, #18c7d957, #0000 34%),
    linear-gradient(135deg, #052f55, #087fc8);
}
.accessories {
  background:
    radial-gradient(circle at 92% 10%, #18c7d93d, #0000 35%),
    linear-gradient(135deg, #fafdff, #ccefff);
  border: 2px solid #8cd5ee;
  box-shadow:
    0 26px 58px #073b662e,
    inset 0 2px #ffffffe6;
}
.benefit-plus {
  z-index: 5;
  width: 66px;
  height: 66px;
  color: var(--navy);
  background: var(--yellow);
  pointer-events: none;
  border: 7px solid #f8fdff;
  border-radius: 50%;
  place-self: center;
  place-items: center;
  display: grid;
  position: relative;
  box-shadow: 0 12px 30px #073b6633;
}
.benefit-plus span {
  margin-top: -4px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  display: block;
}
.benefit-number {
  letter-spacing: -0.08em;
  opacity: 0.075;
  font-size: 118px;
  font-weight: 900;
  position: absolute;
  top: -18px;
  right: 24px;
}
.benefit-label {
  z-index: 1;
  background: var(--yellow);
  min-height: 42px;
  color: var(--navy);
  letter-spacing: 0.025em;
  border-radius: 8px 8px 8px 2px;
  align-items: center;
  padding: 10px 20px 10px 18px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  display: inline-flex;
  position: relative;
  box-shadow: 0 5px 14px #554c001f;
}
.benefit-label:before {
  content: "";
  background: var(--blue);
  border-radius: 1px;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  transform: rotate(45deg);
}
.benefit-title {
  z-index: 1;
  margin-top: 27px;
  position: relative;
}
.benefit-card h3 {
  letter-spacing: -0.055em;
  word-break: keep-all;
  overflow-wrap: normal;
  margin: 0;
  font-size: clamp(30px, 3vw, 45px);
  font-weight: 760;
  line-height: 1.08;
}
.benefit-card h3 em {
  color: #ed4425;
  text-shadow: 0 2px #9d2c1514;
  font-family:
    Arial Black,
    Helvetica Neue,
    sans-serif;
  font-style: italic;
  font-weight: 900;
}
.accessory-heading {
  align-items: baseline;
  gap: clamp(7px, 0.65vw, 11px);
  display: flex;
}
.accessory-value {
  white-space: nowrap;
  align-items: baseline;
  gap: clamp(2px, 0.22vw, 4px);
  display: inline-flex;
}
.benefit-card h3 .accessory-number {
  letter-spacing: -0.075em;
  font-size: 1.3em;
  line-height: 0.82;
}
.benefit-card h3 .accessory-unit {
  font-family: var(--font-geist-sans), "Noto Sans JP", "Yu Gothic", sans-serif;
  letter-spacing: -0.045em;
  font-size: 0.76em;
  font-weight: 900;
}
.benefit-card h3 small {
  letter-spacing: -0.025em;
  flex: none;
  font-size: 0.66em;
  font-weight: 700;
}
.benefit-big {
  letter-spacing: 0.06em;
  margin: 6px 0 0;
  font-weight: 900;
  line-height: 1.3;
  font-size: 22px !important;
}
.benefit-plan {
  z-index: 1;
  color: #fff;
  word-break: keep-all;
  overflow-wrap: break-word;
  background: #ffffff1a;
  border: 1px solid #ffffff52;
  border-radius: 7px;
  width: max-content;
  max-width: 100%;
  margin: 17px 0 0;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  position: relative;
}
.benefit-plan span {
  color: var(--yellow);
  letter-spacing: 0.06em;
  border-right: 1px solid #ffffff59;
  margin-right: 8px;
  padding-right: 8px;
  font-size: 10px;
  font-weight: 900;
}
.maintenance .benefit-big {
  color: #fff;
}
.accessories .benefit-big {
  color: var(--navy);
}
.benefit-detail {
  z-index: 1;
  word-break: normal;
  overflow-wrap: break-word;
  border-top: 1px solid;
  gap: 4px;
  max-width: 440px;
  margin: 25px 0 0;
  padding: 17px 0 0 32px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.75;
  display: grid;
  position: relative;
}
.benefit-detail:before {
  content: "✓";
  width: 22px;
  height: 22px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 50%;
  place-items: center;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  display: grid;
  position: absolute;
  top: 18px;
  left: 0;
}
.benefit-detail strong {
  letter-spacing: 0.035em;
  font-size: 13px;
  font-weight: 900;
}
.benefit-detail span {
  opacity: 0.94;
}
.maintenance .benefit-detail {
  border-top-color: #ffffff3d;
}
.accessories .benefit-detail {
  color: #073b66;
  border-top-color: #073b663d;
}
.benefit-card-cta {
  z-index: 2;
  width: min(100%, 320px);
  min-height: 54px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 13px;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  padding: 0 20px 0 23px;
  font-size: 15px;
  font-weight: 950;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  display: flex;
  position: relative;
  box-shadow: 0 12px 24px #6d5c002e;
}
.benefit-card-cta b {
  font-size: 21px;
  line-height: 1;
  transition: transform 0.2s;
}
.benefit-card-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px #6d5c003d;
}
.benefit-card-cta:hover b {
  transform: translateY(3px);
}
.benefit-card-cta:focus-visible {
  outline: 4px solid var(--navy);
  outline-offset: 3px;
}
.lineup {
  background: var(--pale);
}
.section-heading {
  max-width: 1240px;
  margin: 0 auto 64px;
}
.lineup-title span {
  display: block;
}
.lineup-lead {
  color: #527087;
  max-width: 720px;
  margin: 25px 0 0;
  font-size: 16px;
  line-height: 1.9;
}
.vehicle-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1240px;
  margin: auto;
  display: grid;
}
.vehicle-card {
  border-radius: 26px;
  flex-direction: column;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 18px 50px #073b6614;
}
.vehicle-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 58px #073b6626;
}
.vehicle-image {
  aspect-ratio: 1440/550;
  background-color: #07111a;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  position: relative;
}
.vehicle-image:after {
  content: "";
  background: linear-gradient(#0000 60%, #03233757);
  position: absolute;
  inset: 0;
}
.vehicle-image span {
  z-index: 2;
  color: #ffffffc7;
  font-size: 27px;
  font-weight: 900;
  position: absolute;
  top: 16px;
  right: 18px;
}
.vehicle-card:nth-child(6) .vehicle-image span {
  color: var(--navy);
  background: #ffffffb8;
  border-radius: 8px;
  padding: 1px 7px 2px;
  box-shadow: 0 2px 8px #073b661f;
}
.vehicle-body {
  flex-direction: column;
  flex: 1;
  padding: 26px 30px 30px;
  display: flex;
}
.vehicle-body > p:first-child {
  color: var(--blue);
  letter-spacing: 0.16em;
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 800;
}
.vehicle-body h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 900;
}
.vehicle-point {
  color: #567386;
  min-height: 3.4em;
  margin: 13px 0 24px;
  font-size: 14px;
  line-height: 1.7;
}
.vehicle-button {
  border: 2px solid var(--navy);
  color: #fff;
  background: var(--navy);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 52px;
  margin-top: auto;
  padding: 0 18px 0 20px;
  font-size: 14px;
  font-weight: 900;
  transition:
    color 0.2s,
    background 0.2s,
    transform 0.2s;
  display: flex;
}
.vehicle-button:hover {
  color: var(--navy);
  background: var(--yellow);
  transform: translateY(-2px);
}
.vehicle-button b {
  font-size: 18px;
}
.gift-section {
  scroll-margin-top: 24px;
}
.gift-heading {
  text-align: left;
  max-width: 1240px;
  margin: 0 auto 60px;
}
.gift-title span,
.gift-title mark {
  display: block;
}
.gift-heading mark {
  color: var(--navy);
  background: linear-gradient(#0000 63%, #ffe500e6 0);
}
.gift-heading > p:last-child {
  color: #527087;
  margin-top: 26px;
}
.gift-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1240px;
  margin: auto;
  display: grid;
}
.gift-card {
  border: 1px solid #dceef5;
  border-radius: 22px;
  overflow: hidden;
}
.gift-media {
  aspect-ratio: 4 / 3;
  background: #eef8fb;
  display: block;
  overflow: hidden;
}
.gift-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gift-card > div:last-child {
  padding: 22px;
}
.gift-card h3 {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.4;
}
.gift-card p {
  color: #607d90;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}
.gift-example {
  background: var(--navy);
  color: #fff;
  border-radius: 22px;
  max-width: 1050px;
  margin: 50px auto 0;
  padding: 26px 32px;
  display: block;
}
.gift-example .gift-example-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 800;
}
.gift-example .gift-example-detail {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.gift-example .gift-example-detail strong {
  color: #fff;
  font-size: inherit;
  white-space: nowrap;
}
.gift-example .gift-example-present {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-left: 0.1em;
  padding: 2px 12px;
  color: #fff;
  background: #006fe6;
  border: 1px solid #76c9ff;
  border-radius: 7px;
  box-shadow: 0 4px 14px #001d3d4d;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
.gift-example .gift-example-operator {
  display: inline-block;
  margin: 0 0.35em;
  color: #b9d9e8;
  font-weight: 800;
}
.gift-example .gift-example-total {
  display: inline-block;
  margin-left: 0.5em;
  white-space: nowrap;
}
.gift-example .gift-example-payment {
  width: fit-content;
  max-width: 100%;
  margin: 18px 0 0;
  padding: 12px 18px;
  display: flex;
  align-items: baseline;
  gap: 9px;
  color: #073f6b;
  background: #fff;
  border: 3px solid #62d3ff;
  border-radius: 8px;
  box-shadow:
    0 8px 22px #001d3d59,
    inset 0 0 0 1px #dff6ff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
}
.gift-example .gift-example-payment strong {
  color: #004f9e;
  font-size: 24px;
  font-weight: 950;
  white-space: nowrap;
}
.condition-section {
  background: #edf9fd;
  padding-top: 58px;
  padding-bottom: 58px;
}
.notes-panel {
  background: #ffffffa8;
  border: 1px solid #cce7f1;
  border-radius: 18px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 26px 30px;
}
.notes-label {
  color: var(--navy);
  letter-spacing: 0.04em;
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 900;
}
.notes {
  color: #607d90;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.85;
  list-style: none;
}
.notes li {
  padding-left: 1.15em;
  position: relative;
}
.notes li:before {
  content: "・";
  color: var(--navy);
  font-weight: 900;
  position: absolute;
  left: 0;
}
.feature-guide {
  display: block;
  visibility: visible;
  padding: 64px clamp(24px, 6vw, 96px);
}
.feature-guide-inner {
  width: 100%;
  max-width: 1240px;
  min-height: 210px;
  margin: 0 auto;
  padding: 38px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  border: 1px solid #cce7f1;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 18%, #18c7d91f, transparent 31%),
    linear-gradient(135deg, #f7fdff 0%, #eaf8fd 100%);
  box-shadow: 0 18px 44px #073b6614;
}
.feature-guide-copy {
  min-width: 0;
  max-width: 710px;
}
.feature-guide .section-kicker {
  margin-bottom: 10px;
}
.feature-guide h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.2;
}
.feature-guide-copy > p:last-child {
  margin: 18px 0 0;
  color: #527087;
  font-size: 16px;
  line-height: 1.9;
}
.feature-guide-link {
  flex: 0 0 min(100%, 350px);
  min-height: 64px;
  padding: 0 22px 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 2px solid var(--navy);
  border-radius: 16px;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 14px 28px #073b662b;
  font-size: 15px;
  font-weight: 900;
  transition:
    color 0.2s,
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.feature-guide-link b {
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 1;
  transition: transform 0.2s;
}
.feature-guide-link:hover {
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 18px 32px #073b6630;
}
.feature-guide-link:hover b {
  transform: translateX(4px);
}
.feature-guide-link:focus-visible {
  outline: 4px solid var(--cyan);
  outline-offset: 3px;
}
.closing {
  color: #fff;
  background: linear-gradient(125deg, #073b66, #087fc8 58%, #18c7d9);
}
.closing-inner {
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
}
.closing-inner > div {
  flex: 1;
  min-width: 0;
}
.closing .section-kicker {
  color: var(--yellow);
}
.closing h2 {
  color: #fff;
  font-size: clamp(40px, 3.7vw, 62px);
}
.closing-title span {
  display: block;
}
.closing p:not(.section-kicker) {
  opacity: 0.8;
  margin: 28px 0 0;
}
.closing .primary-cta {
  color: #fff;
  background: var(--navy);
  border: 2px solid #ffffffe6;
  flex-shrink: 0;
  box-shadow: 0 15px 30px #03294342;
}

footer {
  color: #fff;
  background: #032943;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 32px clamp(24px, 6vw, 96px);
  font-size: 12px;
  display: flex;
}
.footer-logo {
  flex: 0 1 auto;
  max-width: min(130px, 20vw);
  padding: 6px 8px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}
footer p {
  opacity: 0.55;
  margin: 0;
}
.floating-actions {
  z-index: 80;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #ffffffeb;
  border: 1px solid #ffffffb3;
  border-radius: 18px;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  width: min(100% - 32px, 760px);
  min-height: 68px;
  padding: 6px;
  display: grid;
  position: fixed;
  bottom: 14px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 14px 40px #03294340;
}
.floating-action {
  border-radius: 13px;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 9px 16px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  display: grid;
}
.floating-action:hover {
  transform: translateY(-2px);
}
.floating-action-drive {
  color: var(--navy);
  background: var(--yellow);
  box-shadow: 0 5px 14px #77620026;
}
.floating-action-shop {
  color: #fff;
  background: var(--navy);
}
.floating-action-icon {
  background: #ffffff85;
  border-radius: 50%;
  place-items: center;
  width: 38px;
  height: 38px;
  font-size: 23px;
  font-weight: 900;
  display: grid;
}
.floating-action > span:nth-child(2) {
  flex-direction: column;
  line-height: 1.25;
  display: flex;
}
.floating-action small {
  opacity: 0.72;
  font-size: 9px;
  font-weight: 800;
}
.floating-action strong {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 950;
}
.floating-action > b {
  font-size: 25px;
  line-height: 1;
}
.back-to-top {
  z-index: 79;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #5d677057;
  border: 1px solid #ffffff9e;
  border-radius: 50%;
  place-items: center;
  width: 48px;
  height: 48px;
  transition:
    transform 0.2s,
    background 0.2s,
    border-color 0.2s;
  display: grid;
  position: fixed;
  bottom: 14px;
  right: 14px;
  box-shadow: 0 8px 22px #03294329;
}
.back-to-top:hover {
  background: #4f596285;
  border-color: #ffffffd1;
  transform: translateY(-3px);
}
.back-to-top span {
  border-top: 3px solid #fffffff0;
  border-left: 3px solid #fffffff0;
  width: 15px;
  height: 15px;
  margin-top: 6px;
  transform: rotate(45deg);
}
.floating-action:focus-visible,
.back-to-top:focus-visible {
  outline: 4px solid var(--cyan);
  outline-offset: 3px;
}
@media (width<=980px) {
  .site-header nav {
    display: none;
  }
  .hero {
    min-height: 1080px;
  }
  .hero-copy {
    width: 100%;
    padding-right: 30px;
  }
  .hero h1 {
    font-size: clamp(70px, 15vw, 120px);
  }
  .hero h1 span {
    font-size: clamp(30px, 6.5vw, 52px);
  }
  .hero-cars {
    inset: 590px 24px 60px;
  }
  .ribbon-one {
    top: 65%;
  }
  .lineup-lead {
    margin-top: 22px;
  }
  .gift-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gift-example {
    padding: 24px 26px;
  }
  .closing-inner {
    flex-direction: column;
    align-items: start;
  }
}
@media (width<=640px) {
  body {
    padding-bottom: 78px;
  }
  .hero-visual {
      padding-bottom: 24px;
    overflow: hidden;
  }
  .campaign-period {
    border-radius: 16px;
    width: calc(100% - 32px);
    margin: 18px auto 0;
    padding: 13px 16px 15px;
  }
  .campaign-period > span {
    font-size: 8px;
  }
  .campaign-period > p {
    margin: 3px 0 6px;
    font-size: clamp(11px, 3.2vw, 14px);
  }
  .campaign-period > strong {
    gap: 10px;
  }
  .campaign-year {
    margin-right: 5px;
    font-size: clamp(11px, 3.2vw, 14px);
  }
  .campaign-date-number {
    font-size: clamp(29px, 9vw, 38px);
  }
  .campaign-period small {
    margin-left: 2px;
    font-size: 9px;
  }
  .campaign-period i {
    font-size: 22px;
  }
  .site-header {
    height: 64px;
  }
  .brand {
    font-size: 15px;
  }
  .hero {
    min-height: 920px;
  }
  .hero-copy {
    padding: 88px 20px 0;
  }
  .phev-logo {
    width: 130px;
    margin-bottom: 12px;
  }
  .eyebrow {
    font-size: 8px;
  }
  .hero h1 {
    font-size: 64px;
    line-height: 0.86;
  }
  .hero h1 span {
    white-space: normal;
    width: 8em;
    margin-top: 15px;
    font-size: 31px;
    line-height: 1.06;
  }
  .campaign-date {
    gap: 5px;
    margin-top: 22px;
    font-size: 25px;
  }
  .campaign-date i {
    margin: 0 3px;
  }
  .campaign-date small {
    font-size: 8px;
  }
  .hero-benefit {
    border-radius: 14px;
    margin-top: 20px;
    padding: 11px 13px;
  }
  .hero-benefit p {
    font-size: 12px;
  }
  .gift-icon {
    width: 24px;
    height: 24px;
  }
  .primary-cta {
    border-radius: 15px;
    min-height: 60px;
    font-size: 15px;
  }
  .hero-cars {
    inset: 535px 13px 45px;
  }
  .hero-car {
    border-radius: 12px;
  }
  .hero-car span {
    font-size: 7px;
    bottom: 7px;
    left: 8px;
  }
  .hero-car-1 {
    width: 48%;
    height: 31%;
    left: 0;
  }
  .hero-car-2 {
    width: 48%;
    height: 31%;
  }
  .hero-car-3 {
    width: 32%;
    left: 0;
  }
  .hero-car-4 {
    width: 32%;
    left: 34%;
  }
  .hero-car-5 {
    width: 32%;
  }
  .hero-car-6 {
    width: 80%;
    left: 10%;
  }
  .energy-ribbon {
    height: 54px;
  }
  .ribbon-one {
    top: 67%;
  }
  .scroll-cue {
    display: none;
  }
  .intro,
  .lineup,
  .gift-section,
  .condition-section,
  .closing {
    padding: 78px 20px;
  }
  .gift-heading {
    text-align: left;
  }
  .gift-heading {
    margin-left: 0;
    margin-right: 0;
  }
  .intro h2,
  .section-heading h2,
  .gift-heading h2,
  .condition-section h2,
  .closing h2 {
    font-size: 38px;
  }
  .gift-heading .gift-title {
    letter-spacing: -0.055em;
    font-size: clamp(18px, 5.8vw, 28px);
    line-height: 1.45;
  }
  .gift-title span,
  .gift-title mark {
    white-space: nowrap;
  }
  .section-heading .lineup-title {
    letter-spacing: -0.055em;
    font-size: clamp(26px, 7.8vw, 34px);
  }
  .lineup-title span {
    white-space: nowrap;
  }
  .lead {
    font-size: 14px;
  }
  .maximum-benefit {
    border-radius: 16px;
    padding: 15px 13px 14px;
  }
  .maximum-kicker {
    font-size: 10px;
  }
  .maximum-amount {
    column-gap: clamp(4px, 1.4vw, 7px);
  }
  .maximum-prefix,
  .maximum-suffix {
    font-size: clamp(18px, 5.8vw, 24px);
  }
  .maximum-number {
    font-size: clamp(39px, 12.3vw, 54px);
  }
  .maximum-yen {
    font-size: clamp(20px, 6.2vw, 27px);
  }
  .maximum-benefit small {
    max-width: 330px;
    margin: 8px auto 0;
    font-size: 8px;
    line-height: 1.5;
  }
  .benefit-grid,
  .vehicle-grid {
    grid-template-columns: 1fr;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 26px;
  }
  .benefit-card {
    border-radius: 22px;
    min-height: 0;
    padding: 30px 26px 28px;
  }
  .benefit-label {
    min-height: 40px;
    padding: 9px 15px 9px 14px;
    font-size: 14px;
  }
  .benefit-plus {
    border-width: 6px;
    width: 54px;
    height: 54px;
    margin: 12px auto;
  }
  .benefit-plus span {
    margin-top: -3px;
    font-size: 30px;
  }
  .benefit-number {
    font-size: 92px;
    top: -10px;
    right: 18px;
  }
  .benefit-title {
    margin-top: 23px;
  }
  .benefit-card h3 {
    white-space: nowrap;
    letter-spacing: -0.065em;
    font-size: clamp(27px, 8.2vw, 32px);
  }
  .accessory-heading {
    gap: 6px;
  }
  .accessory-value {
    gap: 2px;
  }
  .benefit-card h3 .accessory-number {
    font-size: 1.24em;
  }
  .benefit-card h3 .accessory-unit {
    font-size: 0.72em;
  }
  .benefit-card h3 small {
    font-size: 0.6em;
  }
  .benefit-big {
    font-size: 18px !important;
  }
  .benefit-plan {
    text-align: left;
    width: 100%;
    margin-top: 15px;
    padding: 7px 9px;
    font-size: 11px;
  }
  .benefit-plan span {
    margin-right: 6px;
    padding-right: 6px;
    font-size: 9px;
  }
  .benefit-detail {
    word-break: keep-all;
    overflow-wrap: anywhere;
    margin-top: 22px;
    padding: 15px 0 0 30px;
    font-size: 14px;
    line-height: 1.75;
  }
  .benefit-detail:before {
    width: 21px;
    height: 21px;
    top: 16px;
  }
  .benefit-card-cta {
    width: 100%;
    min-height: 52px;
    margin-top: 19px;
    font-size: 14px;
  }
  .vehicle-image {
    aspect-ratio: 1440/550;
    background-size: contain;
  }
  .vehicle-body {
    padding: 22px 22px 24px;
  }
  .vehicle-point {
    min-height: 0;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .gift-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .gift-media {
    aspect-ratio: 1 / 1;
  }
  .gift-card > div:last-child {
    padding: 16px 14px;
  }
  .gift-card h3 {
    font-size: 14px;
  }
  .gift-card p {
    display: block;
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.55;
    color: #607d90;
  }
  .gift-example {
    padding: 22px 20px;
  }
  .gift-example .gift-example-title {
    font-size: 14px;
  }
  .gift-example .gift-example-detail {
    font-size: 13px;
    line-height: 1.9;
  }
  .gift-example .gift-example-total {
    margin-left: 0;
  }
  .gift-example .gift-example-present {
    margin-top: 4px;
    margin-left: 0;
    font-size: 15px;
  }
  .gift-example .gift-example-payment {
    width: 100%;
    padding: 11px 13px;
    justify-content: center;
    gap: 7px;
    font-size: 15px;
  }
  .gift-example .gift-example-payment strong {
    font-size: clamp(19px, 6.2vw, 23px);
  }
  .condition-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .notes-panel {
    border-radius: 15px;
    padding: 22px 20px;
  }
  .notes-label {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .notes {
    font-size: 14px;
    line-height: 1.8;
  }
  .notes li + li {
    margin-top: 5px;
  }
  .feature-guide {
    padding: 44px 20px;
  }
  .feature-guide-inner {
    min-height: 0;
    padding: 28px 22px;
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
    border-radius: 18px;
  }
  .feature-guide h2 {
    font-size: clamp(25px, 7.4vw, 32px);
    line-height: 1.3;
  }
  .feature-guide-copy > p:last-child {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.85;
  }
  .feature-guide-link {
    width: 100%;
    min-height: 58px;
    padding: 0 18px 0 20px;
    flex-basis: auto;
    font-size: clamp(13px, 4vw, 15px);
  }
  .closing-title {
    letter-spacing: -0.055em;
    font-size: clamp(20px, 5.9vw, 28px) !important;
    line-height: 1.35 !important;
  }
  .closing-title span {
    white-space: nowrap;
  }
  .closing p:not(.section-kicker) {
    max-width: 34em;
    line-height: 1.8;
  }
  .closing .primary-cta {
    width: 100%;
  }
  footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .footer-logo {
    max-width: 130px;
    padding: 6px 8px;
    }
  .floating-actions {
    border-radius: 15px;
    gap: 4px;
    width: calc(100% - 16px);
    min-height: 62px;
    padding: 4px;
    bottom: 8px;
  }
  .floating-action {
    border-radius: 11px;
    grid-template-columns: 30px 1fr auto;
    gap: 6px;
    padding: 8px 9px;
  }
  .floating-action-icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .floating-action small {
    display: none;
  }
  .floating-action strong {
    font-size: clamp(11px, 3.25vw, 14px);
  }
  .floating-action > b {
    font-size: 20px;
  }
  .back-to-top {
    width: 46px;
    height: 46px;
    bottom: 82px;
    right: 12px;
  }
  .back-to-top span {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 360px) {
  .gift-example .gift-example-payment {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
@media (width<=360px) {
  .maximum-prefix,
  .maximum-suffix {
    font-size: 17px;
  }
  .maximum-number {
    font-size: 37px;
  }
  .maximum-yen {
    font-size: 19px;
  }
  .benefit-card h3 {
    font-size: 25px;
  }
  .accessory-heading {
    gap: 5px;
  }
  .benefit-card h3 .accessory-number {
    font-size: 1.2em;
  }
  .benefit-card h3 .accessory-unit {
    font-size: 0.69em;
  }
  .benefit-card h3 small {
    font-size: 0.6em;
  }
  .benefit-label,
  .benefit-detail {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition: none !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* SP見出しサイズ調整：付属品セクション／クロージング */
@media (width <= 640px) {
  .gift-heading .gift-title {
    font-size: clamp(21px, 6.2vw, 29px);
    line-height: 1.38;
  }

  .closing-title {
    font-size: clamp(22px, 6.4vw, 30px) !important;
    line-height: 1.3 !important;
  }
}
