body {
  color: #111;
  background: #fff;
    font-family: "MINI Serif Regular","motoya w3",sans-serif;
  line-height: 1.85;
  letter-spacing: .02em;
}

body iframe[src*="googletagmanager"] {
  display: none;
  visibility: hidden;
}

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

p {
  margin-bottom: 1.2rem;
}

.mini-lp-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}

.mini-lp-header__logo {
  width: 18%;
  max-width: 190px;
  min-width: 104px;
  margin: 3.5vw 0 0 4vw;
}

.mini-lp-header__logo img {
  display: block;
  width: 100%;
}

.mini-lp-header__logo--right {
  margin: 3.5vw 4vw 0 auto;
}

.hero {
  position: relative;
  min-height: 720px;
  background: #000;
  overflow: hidden;
}

.hero__image {
  width: 100%;
  min-height: 720px;
  object-fit: cover;
  opacity: .72;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.58) 46%, rgba(0,0,0,.12) 100%);
}

.hero__content {
  max-width: 760px;
  padding-top: 4rem;
}

.hero__label,
.eyebrow {
  display: inline-block;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero__label {
  margin-bottom: 1rem;
  padding: .45rem .8rem;
  color: #000;
  background: #fff;
}

.hero h1 {
  margin-bottom: 1.2rem;
  font-size: clamp(1.5rem, 6vw, 2.3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: .02em;
}

.hero__lead {
  margin-bottom: .7rem;
  font-size: clamp(1.28rem, 2.6vw, 2rem);
  font-weight: 700;
  line-height: 1.55;
}

.hero__sub {
  max-width: 660px;
  margin-bottom: 1.5rem;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-bottom: 2rem;
}

.hero__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: .45rem .8rem;
  border: 1px solid rgba(255,255,255,.75);
  font-size: .9rem;
  font-weight: 700;
}

.section-pad {
  padding: 5.5rem 0;
}

.section-light {
  background: #f4f4f4;
}

.section-black {
  color: #fff;
  background: #000;
}

.section-title {
  margin-bottom: 1.6rem;
  font-size: clamp(1.85rem, 4vw, 3.35rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: .02em;
  text-align: center;
}

.lead-copy {
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  font-weight: 650;
  line-height: 1.75;
}

.eyebrow {
  margin-bottom: 1rem;
  color: #555;
}

.eyebrow--light {
  color: #d8d8d8;
}

.btn-mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 1rem 2.3rem;
  color: #fff;
  background: #000;
  border: 2px solid #000;
  border-radius: 0;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: opacity .2s ease, transform .2s ease;
}

.btn-mini:hover,
.btn-mini:focus {
  color: #000;
  opacity: .78;
  transform: translateY(-1px);
}

.btn-mini--white {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.btn-mini--white:hover,
.btn-mini--white:focus {
  color: #000;
}

.note-box {
  padding: 1.25rem 1.5rem;
  background: #f5f5f5;
  border-left: 5px solid #000;
  font-size: .92rem;
  line-height: 1.75;
  text-align: left;
}

.step-card {
  height: 100%;
  padding: 2.1rem 1.7rem;
  background: #fff;
  border: 1px solid #dedede;
}

.step-card__num,
.reason-num {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.step-card__num {
  color: #fff;
  background: #000;
  padding: .28rem .65rem;
}

.step-card h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  font-weight: 800;
}

.step-card p {
  margin-bottom: 0;
}

.step-card-row {
  align-items: stretch;
}

.step-card--with-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
}

.step-card__icon-wrap {
  width: 100%;
  margin: .6rem 0 1.35rem;
  text-align: center;
}

.step-card__icon {
  display: block;
  width: min(72%, 250px);
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.step-card--with-icon h3,
.step-card--with-icon p {
  width: 100%;
}


.rounded-img {
  border-radius: 0;
}

.story .section-title {
  text-align: left;
}

.reason-block {
  padding: 3.25rem 0;
  border-top: 1px solid rgba(255,255,255,.24);
}

.reason-block--last {
  border-bottom: 1px solid rgba(255,255,255,.24);
}

.reason-num {
  color: #000;
  background: #fff;
  padding: .28rem .65rem;
}

.reason-block h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.38rem, 2.6vw, 2.1rem);
  font-weight: 800;
  line-height: 1.45;
}

.reason-block p {
  margin-bottom: 0;
  color: #eeeeee;
}

.info-list {
  display: grid;
  gap: .7rem;
  margin: 0;
}

.info-list > div {
  display: grid;
  grid-template-columns: 220px 1fr;
  background: #f4f4f4;
}

.info-list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin: 0;
  padding: .9rem 1rem;
  color: #fff;
  background: #000;
  font-weight: 800;
  text-align: center;
}

.info-list dd {
  display: flex;
  align-items: center;
  min-height: 56px;
  margin: 0;
  padding: .9rem 1.2rem;
}

.small-note {
  font-size: .88rem;
  line-height: 1.75;
}

.form-placeholder {
  min-height: 520px;
  padding: 2.2rem;
  background: #fff;
  border: 2px dashed #b8b8b8;
  text-align: center;
}

.form-placeholder__title {
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.final-cta {
  background: #fff;
}

.footer {
  padding-top: 3rem;
  background: #f3f3f3;
}

.footer a {
  color: #111;
}

.footer-ttl {
  font-size: 1.06rem;
}

@media screen and (max-width: 991px) {
  .hero,
  .hero__image {
    min-height: 650px;
  }

  .hero__overlay {
    background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.6) 70%, rgba(0,0,0,.25) 100%);
  }

  .section-pad {
    padding: 4.25rem 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.78;
  }

  .mini-lp-header__logo {
    width: 28%;
    margin: 6vw 0 0 6vw;
  }

  .hero,
  .hero__image {
    min-height: 690px;
  }

  .hero__overlay {
    align-items: flex-end;
    padding-bottom: 3.25rem;
    background: linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.52) 36%, rgba(0,0,0,.9) 100%);
  }

  .hero__content {
    padding-top: 7rem;
  }

  .hero__badges {
    gap: .5rem;
  }

  .hero__badges span {
    min-height: 34px;
    font-size: .82rem;
  }

  .section-title,
  .story .section-title {
    text-align: center;
  }

  .info-list > div {
    grid-template-columns: 1fr;
  }

  .info-list dt {
    justify-content: flex-start;
    min-height: auto;
    text-align: left;
  }

  .info-list dd {
    min-height: auto;
  }

  .btn-mini {
    width: 100%;
    min-width: 0;
  }

  .form-placeholder {
    min-height: 420px;
    padding: 1.5rem;
  }
}


/* 対象試乗車カード・モーダル */
.demo-car-grid {
  align-items: stretch;
}

.demo-car-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dedede;
  transition: transform .2s ease, box-shadow .2s ease;
}

.demo-car-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0,0,0,.12);
}

.demo-car-card__image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.demo-car-card__image-button img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: opacity .2s ease;
}

.demo-car-card__image-button:hover img,
.demo-car-card__image-button:focus img {
  opacity: .86;
}

.demo-car-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.demo-car-card__shop {
  display: inline-block;
  width: fit-content;
  margin-bottom: .75rem;
  padding: .25rem .6rem;
  color: #fff;
  background: #000;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.demo-car-card h3 {
  margin-bottom: .85rem;
  font-size: clamp(1.12rem, 1.8vw, 1.48rem);
  font-weight: 800;
  line-height: 1.35;
}

.demo-car-card p {
  margin-bottom: 1.25rem;
  font-size: .95rem;
  line-height: 1.75;
}

.btn-mini--small {
  min-width: 0;
  width: 100%;
  margin-top: auto;
  padding: .78rem 1.2rem;
  font-size: .95rem;
}

.demo-car-modal .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0 24px 80px rgba(0,0,0,.3);
}

.demo-car-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 5;
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: rgba(255,255,255,.86);
  border-radius: 50%;
  opacity: 1;
}

.demo-car-modal__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  background: #f3f3f3;
}

.demo-car-modal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
  padding: clamp(2rem, 4vw, 4rem);
  background: #fff;
}

.demo-car-modal__content h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1.25;
}

.demo-car-modal__lead {
  margin-bottom: 1.6rem;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  font-weight: 650;
  line-height: 1.85;
}

.demo-car-spec {
  display: grid;
  gap: .5rem;
  margin: 0 0 1.6rem;
}

.demo-car-spec > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  border: 1px solid #e2e2e2;
}

.demo-car-spec dt,
.demo-car-spec dd {
  margin: 0;
  padding: .72rem .9rem;
  font-size: .92rem;
  line-height: 1.6;
}

.demo-car-spec dt {
  display: flex;
  align-items: center;
  color: #fff;
  background: #000;
  font-weight: 800;
}

.demo-car-spec dd {
  background: #f7f7f7;
}

.demo-car-modal__actions {
  display: flex;
  gap: .75rem;
}

@media screen and (max-width: 991px) {
  .demo-car-modal__image {
    min-height: 360px;
    max-height: 48vh;
  }

  .demo-car-modal__content {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .demo-car-card__body {
    padding: 1.25rem;
  }

  .demo-car-modal__close {
    top: .75rem;
    right: .75rem;
    width: 40px;
    height: 40px;
  }

  .demo-car-modal__image {
    min-height: 300px;
    max-height: 42vh;
  }

  .demo-car-modal__content {
    padding: 1.5rem;
  }

  .demo-car-spec > div {
    grid-template-columns: 1fr;
  }

  .demo-car-spec dt,
  .demo-car-spec dd {
    padding: .65rem .8rem;
  }
}


/* 3ステップアイコン微調整 */
@media screen and (max-width: 767px) {
  .step-card__icon {
    width: min(66%, 220px);
  }
}

/* MINIロゴ右配置 */
.mini-lp-header__logo--right {
  margin: 3.5vw 4vw 0 auto;
}

/* 試乗車を選ぶべき理由：4アイコン横並び */
.reasons__lead {
  max-width: 760px;
  margin: 0 auto;
  color: #eeeeee;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.reason-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 1.7rem 1.15rem 1.55rem;
  color: #111;
  background: #fff;
  border: 1px solid rgba(255,255,255,.2);
  text-align: center;
}

.reason-card__icon-wrap {
  width: 100%;
  margin-bottom: 1rem;
}

.reason-card__icon {
  display: block;
  width: min(86%, 260px);
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
}

.reason-card__label {
  display: inline-block;
  margin-bottom: .65rem;
  padding: .22rem .58rem;
  color: #fff;
  background: #000;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .12em;
}

.reason-card h3 {
  margin-bottom: .65rem;
  font-size: clamp(1.08rem, 1.55vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
}

.reason-card p {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.75;
}

@media screen and (max-width: 991px) {
  .reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reason-card__icon {
    width: min(72%, 230px);
  }
}

@media screen and (max-width: 767px) {
  .mini-lp-header__logo--right {
    margin: 6vw 6vw 0 auto;
  }

  .reason-grid {
    grid-template-columns: 1fr;
  }

  .reason-card {
    padding: 1.45rem 1.1rem;
  }

  .reason-card__icon {
    width: min(62%, 220px);
  }
}

/* 対象試乗車カード・モーダル */
.demo-car-grid {
  align-items: stretch;
}

.demo-car-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dedede;
  transition: transform .2s ease, box-shadow .2s ease;
}

.demo-car-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0,0,0,.12);
}

.demo-car-card__image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.demo-car-card__image-button img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: opacity .2s ease;
}

.demo-car-card__image-button:hover img,
.demo-car-card__image-button:focus img {
  opacity: .86;
}

.demo-car-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.demo-car-card__shop {
  display: inline-block;
  width: fit-content;
  margin-bottom: .75rem;
  padding: .25rem .6rem;
  color: #fff;
  background: #000;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.demo-car-card h3 {
  margin-bottom: .85rem;
  font-size: clamp(1.12rem, 1.8vw, 1.48rem);
  font-weight: 800;
  line-height: 1.35;
}

.demo-car-card p {
  margin-bottom: 1.25rem;
  font-size: .95rem;
  line-height: 1.75;
}

.btn-mini--small {
  min-width: 0;
  width: 100%;
  margin-top: auto;
  padding: .78rem 1.2rem;
  font-size: .95rem;
}

.demo-car-modal .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0 24px 80px rgba(0,0,0,.3);
}

.demo-car-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 5;
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: rgba(255,255,255,.86);
  border-radius: 50%;
  opacity: 1;
}

.demo-car-modal .modal-body .row > .col-lg-6:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  overflow: hidden;
}

.demo-car-modal__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  object-position: center center;
  background: #f3f3f3;
}

.demo-car-modal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
  padding: clamp(2rem, 4vw, 4rem);
  background: #fff;
}

.demo-car-modal__content h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1.25;
}

.demo-car-modal__lead {
  margin-bottom: 1.6rem;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  font-weight: 650;
  line-height: 1.85;
}

.demo-car-spec {
  display: grid;
  gap: .5rem;
  margin: 0 0 1.6rem;
}

.demo-car-spec > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  border: 1px solid #e2e2e2;
}

.demo-car-spec dt,
.demo-car-spec dd {
  margin: 0;
  padding: .72rem .9rem;
  font-size: .92rem;
  line-height: 1.6;
}

.demo-car-spec dt {
  display: flex;
  align-items: center;
  color: #fff;
  background: #000;
  font-weight: 800;
}

.demo-car-spec dd {
  background: #f7f7f7;
}

.demo-car-modal__actions {
  display: flex;
  gap: .75rem;
}

@media screen and (max-width: 991px) {
  .demo-car-modal__image {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: 48vh;
    object-fit: contain;
    object-position: center center;
  }

  .demo-car-modal__content {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .demo-car-card__body {
    padding: 1.25rem;
  }

  .demo-car-modal__close {
    top: .75rem;
    right: .75rem;
    width: 40px;
    height: 40px;
  }

  .demo-car-modal__image {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: 42vh;
    object-fit: contain;
    object-position: center center;
  }

  .demo-car-modal__content {
    padding: 1.5rem;
  }

  .demo-car-spec > div {
    grid-template-columns: 1fr;
  }

  .demo-car-spec dt,
  .demo-car-spec dd {
    padding: .65rem .8rem;
  }
}


/* 3ステップアイコン微調整 */
@media screen and (max-width: 767px) {
  .step-card__icon {
    width: min(66%, 220px);
  }
}

/* MINIロゴ右配置 */
.mini-lp-header__logo--right {
  margin: 3.5vw 4vw 0 auto;
}

/* 試乗車を選ぶべき理由：4アイコン横並び */
.reasons__lead {
  max-width: 760px;
  margin: 0 auto;
  color: #eeeeee;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.reason-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 1.7rem 1.15rem 1.55rem;
  color: #111;
  background: #fff;
  border: 1px solid rgba(255,255,255,.2);
  text-align: center;
}

.reason-card__icon-wrap {
  width: 100%;
  margin-bottom: 1rem;
}

.reason-card__icon {
  display: block;
  width: min(86%, 260px);
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
}

.reason-card__label {
  display: inline-block;
  margin-bottom: .65rem;
  padding: .22rem .58rem;
  color: #fff;
  background: #000;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .12em;
}

.reason-card h3 {
  margin-bottom: .65rem;
  font-size: clamp(1.08rem, 1.55vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
}

.reason-card p {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.75;
}

@media screen and (max-width: 991px) {
  .reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reason-card__icon {
    width: min(72%, 230px);
  }
}

@media screen and (max-width: 767px) {
  .mini-lp-header__logo--right {
    margin: 6vw 6vw 0 auto;
  }

  .reason-grid {
    grid-template-columns: 1fr;
  }

  .reason-card {
    padding: 1.45rem 1.1rem;
  }

  .reason-card__icon {
    width: min(62%, 220px);
  }
}
