/* 上のスペース削除 */
@media print, screen and (min-width: 768px) {
  #rwd-content .rwd-pagenav-header-wrap.with-keyvisual .rwd-pagenav-header {
    margin-bottom: 0;
  }
}

/* ===============================
   6輪生活 LP
=============================== */

.six-wheel-lp {
  --sixrin-color-bg: #FFF6DB;
  --sixrin-color-blue: #2861A3;
  --sixrin-color-brown: #938168;
  --sixrin-color-text: #1d1d1f;
  --sixrin-color-white: #fff;
  --sixrin-font-rounded: "M PLUS Rounded 1c", "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  --sixrin-container: 1040px;

  overflow: hidden;
  color: var(--sixrin-color-text);
  font-family: var(--sixrin-font-base);
  line-height: 1.75;
  background: var(--sixrin-color-bg);
}

.six-wheel-lp,
.six-wheel-lp * {
  box-sizing: border-box;
}

.six-wheel-lp img {
  display: block;
  max-width: 100%;
  height: auto;
}

.six-wheel-lp a {
  color: inherit;
  text-decoration: none;
}

.six-wheel-lp figure {
  margin-bottom: 0;
}

/* ===============================
   Common
=============================== */

.six-wheel-lp .lp-container {
  width: min(calc(100% - 48px), var(--sixrin-container));
  margin-inline: auto;
}

.six-wheel-lp .section {
  position: relative;
}

.six-wheel-lp .pc-only {
  display: inline;
}

.six-wheel-lp .section-title {
  margin: 0;
  color: var(--sixrin-color-blue);
  font-family: var(--sixrin-font-rounded);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.six-wheel-lp .section-title--left {
  font-size: clamp(28px);
}

.six-wheel-lp .section-title--center {
  text-align: center;
  font-size: clamp(27px, 3.2vw, 46px);
}

.six-wheel-lp .section-title span {
  color: #ffd84b;
  -webkit-text-stroke: 2px var(--sixrin-color-blue);
  text-shadow: 2px 2px 0 var(--sixrin-color-blue);
}

.six-wheel-lp .image-heading {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.six-wheel-lp .image-heading img {
  width: auto;
  max-height: 92px;
}

/* ===============================
   Intro
=============================== */

.six-wheel-lp .section-intro {
  padding: 64px 0 36px;
}

.six-wheel-lp .intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 520px) 280px;
  justify-content: center;
  gap: 28px;
  align-items: center;
}

.six-wheel-lp .intro-copy p {
  margin: 26px 0 0;
  font-size: 20px;
}

.six-wheel-lp .intro-image {
  justify-self: center;
  width: min(100%, 400px);
}

/* ===============================
   About / Movie
=============================== */

.six-wheel-lp .section-about {
  padding: 20px 0 52px;
}

.six-wheel-lp .about-card {
  width: min(100%, 780px);
  margin-inline: auto;
  padding: 46px 56px 56px;
  text-align: center;
  background: var(--sixrin-color-white);
  border-radius: 24px;
}

.six-wheel-lp .about-text {
  margin: 18px 0 4px;
  font-size: 20px;
}

.six-wheel-lp .movie-lead {
  margin: 14px 0 16px;
  color: var(--sixrin-color-blue);
  font-weight: 700;
  font-size: 20px;
}

.six-wheel-lp .movie-frame {
  width: min(100%, 560px);
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  background: #d9d9d9;
}

.six-wheel-lp .movie-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ===============================
   CTA
=============================== */

.six-wheel-lp .cta-wrap {
  display: flex;
  justify-content: center;
}

.six-wheel-lp .cta-wrap--first {
  margin-top: 36px;
}

.six-wheel-lp .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 64px;
  width: min(100%, 560px);
  padding: 14px 32px;
  color: var(--sixrin-color-white) !important;
  background: var(--sixrin-color-blue);
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.4;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.six-wheel-lp .cta-button span {
  font-size: 20px;
}

.six-wheel-lp .cta-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.six-wheel-lp .cta-arrow {
  width: 12px;
  height: 12px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

/* ===============================
   Usecase
=============================== */

.six-wheel-lp .section-usecase {
  padding: 12px 0 74px;
}

.six-wheel-lp .usecase-kicker {
  margin: 0 0 8px;
  text-align: center;
  color: var(--sixrin-color-brown);
  font-weight: 700;
  font-size: 20px;
}

.six-wheel-lp .usecase-heading-image {
  max-width: 640px;
  margin: 0 auto 28px;
}

.six-wheel-lp .usecase-heading-image img {
  width: 100%;
  height: auto;
}

.six-wheel-lp .usecase-visual-image {
  max-width: 980px;
  margin: 0 auto;
}

.six-wheel-lp .usecase-visual-image img {
  width: 100%;
  height: auto;
}

.six-wheel-lp .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  .six-wheel-lp .section-usecase {
    padding: 2px 0 52px;
  }

  .six-wheel-lp .usecase-heading-image {
    margin-bottom: 20px;
  }
}

/* ===============================
   Choice
=============================== */

.six-wheel-lp .section-choice {
  background: #FFECB5 100%
}

.six-wheel-lp .choice-inner {
  position: relative;
  padding: 64px 0 84px;
}

.six-wheel-lp .choice-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 70px;
  background: url("../img/city-silhouette.svg") center bottom / auto 70px repeat-x;
  pointer-events: none;
}

.six-wheel-lp .choice-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.six-wheel-lp .choice-label {
  width: fit-content;
  margin: 0 auto 20px;
  padding: 7px 24px;
  color: var(--sixrin-color-white);
  background: var(--sixrin-color-blue);
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
}



.six-wheel-lp .choice-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0;
  margin: 36px 0 0;
  list-style: none;
}

.six-wheel-lp .choice-points li {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  padding: 20px;
  text-align: center;
  color: var(--sixrin-color-blue);
  background: var(--sixrin-color-white);
  border-radius: 50%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
}

/* ===============================
   Benefits
=============================== */

.six-wheel-lp .section-benefits {
  padding: 84px 0 36px;
}

.six-wheel-lp .benefits-stack {
  display: grid;
  gap: 34px;
  max-width: 900px;
}

.six-wheel-lp .benefit-card {
  padding: 44px 56px;
  background: var(--sixrin-color-white);
  border-radius: 24px;
}

.six-wheel-lp .benefit-head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.six-wheel-lp .benefit-head img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.six-wheel-lp .benefit-card h3 {
  margin: 0;
  color: var(--sixrin-color-blue);
  font-family: var(--sixrin-font-rounded);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 700;
  line-height: 1.35;
}

.six-wheel-lp .benefit-card p {
  margin: 20px 0 0;
  font-size: 18px;
}

.six-wheel-lp .graph-image {
  width: min(100%, 690px);
  margin: 34px auto 0;
}

.six-wheel-lp .benefit-card--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 36px;
  align-items: start;
}

.six-wheel-lp .benefit-illust {
  justify-self: center;
  width: min(100%, 320px);
}

/* ===============================
   Next
=============================== */

.six-wheel-lp .section-next {
  padding: 28px 0 26px;
}

.six-wheel-lp .next-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  max-width: 900px;
}

.six-wheel-lp .next-person {
  justify-self: center;
}

.six-wheel-lp .next-copy p {
  margin: 22px 0 0;
  font-size: 19px;
}

/* ===============================
   Products
=============================== */

.six-wheel-lp .section-products {
  padding: 24px 0 48px;
}

.six-wheel-lp .products-box {
  width: min(100%, 920px);
  margin-inline: auto;
  padding: 40px 40px 48px;
  background: var(--sixrin-color-white);
  border: 4px solid var(--sixrin-color-brown);
  border-radius: 30px;
}

.six-wheel-lp .products-box h2 {
  margin: 0 0 36px;
  text-align: center;
  color: var(--sixrin-color-blue);
  font-family: var(--sixrin-font-rounded);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 700;
}

.six-wheel-lp .product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

.six-wheel-lp .product-card {
  text-align: center;
}

.six-wheel-lp .product-card img {
  height: 180px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 14px;
}

.six-wheel-lp .product-lead {
  min-height: 3.5em;
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.6;
}

.six-wheel-lp .product-card h3 {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 700;
}

.six-wheel-lp .detail-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 44px;
  padding: 10px 28px;
  color: var(--sixrin-color-white) !important;
  background: var(--sixrin-color-blue);
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.six-wheel-lp .detail-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* ===============================
   Final CTA
=============================== */

.six-wheel-lp .section-final-cta {
  padding: 0 0 92px;
  text-align: center;
}

.six-wheel-lp .section-final-cta p {
  margin: 0 0 28px;
  color: var(--sixrin-color-blue);
  font-size: clamp(18px, 1.9vw, 26px);
  font-weight: 700;
  line-height: 1.6;
}

.six-wheel-lp .cta-button--wide {
  width: min(100%, 620px);
}


/* ===============================
   注釈
=============================== */

.six-wheel-lp .note-text {
  margin: 12px 0 0;
  color: var(--sixrin-color-text);
  font-size: 10px !important;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

/* ===============================
   SP
=============================== */

@media (max-width: 767px) {
  .six-wheel-lp .lp-container {
    width: min(calc(100% - 32px), var(--sixrin-container));
  }

  .six-wheel-lp .pc-only {
    display: none;
  }

  .six-wheel-lp .section-title--left,
  .six-wheel-lp .section-title--center {
    font-size: 24px;
    text-align: center;
  }

  .six-wheel-lp .section-title span {
    -webkit-text-stroke: 1.3px var(--sixrin-color-blue);
    text-shadow: 1.5px 1.5px 0 var(--sixrin-color-blue);
  }

  .six-wheel-lp .image-heading img {
    max-width: 88%;
    max-height: none;
  }

  .six-wheel-lp .section-intro {
    padding: 42px 0 24px;
  }

  .six-wheel-lp .intro-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .six-wheel-lp .intro-copy p {
    text-align: left;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.9;
  }

  .six-wheel-lp .intro-image {
    width: min(76%, 260px);
  }

  .six-wheel-lp .section-about {
    padding: 10px 0 40px;
  }

  .six-wheel-lp .about-card {
    padding: 32px 18px 28px;
    border-radius: 18px;
  }

  .six-wheel-lp .about-text {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }

  .six-wheel-lp .movie-lead {
    font-size: 17px;
  }

  .six-wheel-lp .cta-wrap--first {
    margin-top: 24px;
  }

  .six-wheel-lp .cta-button {
    min-height: 56px;
    padding: 12px 22px;
  }

    .six-wheel-lp .cta-button span {
    font-size: 17px !important;
  }

  .six-wheel-lp .section-usecase {
    padding: 2px 0 52px;
  }

  .six-wheel-lp .usecase-kicker {
    font-size: 16px;
  }

  .six-wheel-lp .usecase-visual {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 36px;
  }

  .six-wheel-lp .vehicle-block > img {
    width: min(86%, 300px);
  }

  .six-wheel-lp .wheel-badge {
    top: -18px;
    left: calc(50% - 150px);
    width: 62px;
    height: 62px;
    border-width: 4px;
    font-size: 23px;
  }

  .six-wheel-lp .plus {
    font-size: 62px;
  }

  .six-wheel-lp .scene-list {
    flex-wrap: wrap;
    gap: 8px;
  }

  .six-wheel-lp .scene-list li {
    min-width: 88px;
    font-size: 13px;
  }

  .six-wheel-lp .scene-list img {
    width: 38px;
    height: 38px;
  }

  .six-wheel-lp .choice-inner {
    padding: 44px 0 72px;
  }

  .six-wheel-lp .choice-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .six-wheel-lp .choice-rider {
    width: min(70%, 230px);
    margin-inline: auto;
  }

  .six-wheel-lp .choice-label {
    font-size: 16px;
    padding: 6px 18px;
  }

  .six-wheel-lp .choice-points {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 26px;
  }

  .six-wheel-lp .choice-points li {
    width: min(100%, 340px);
    min-height: 82px;
    aspect-ratio: auto;
    margin-inline: auto;
    border-radius: 999px;
    padding: 16px 22px;
    font-size: 17px;
  }

  .six-wheel-lp .section-benefits {
    padding: 56px 0 28px;
  }

  .six-wheel-lp .benefits-stack {
    gap: 22px;
  }

  .six-wheel-lp .benefit-card {
    padding: 28px 18px;
    border-radius: 18px;
  }

  .six-wheel-lp .benefit-head {
    align-items: flex-start;
  }

  .six-wheel-lp .benefit-head img {
    width: 52px;
    height: 52px;
    margin-top: 2px;
  }

  .six-wheel-lp .benefit-card h3 {
    font-size: 24px;
  }

  .six-wheel-lp .benefit-card p {
    font-size: 16px;
    line-height: 1.9;
  }

  .six-wheel-lp .graph-image {
    margin-top: 24px;
  }

  .six-wheel-lp .benefit-card--split {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .six-wheel-lp .benefit-illust {
    width: min(100%, 300px);
  }

  .six-wheel-lp .section-next {
    padding: 22px 0 18px;
  }

  .six-wheel-lp .next-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .six-wheel-lp .next-person {
    width: min(58%, 200px);
  }

  .six-wheel-lp .next-copy p {
    text-align: left;
    font-size: 16px;
    line-height: 1.95;
  }

  .six-wheel-lp .section-products {
    padding: 18px 0 40px;
  }

  .six-wheel-lp .products-box {
    padding: 30px 18px 34px;
    border-width: 3px;
    border-radius: 22px;
  }

  .six-wheel-lp .products-box h2 {
    margin-bottom: 26px;
    font-size: 24px;
  }

  .six-wheel-lp .product-list {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .six-wheel-lp .product-card img {
    height: 220px;
  }

  .six-wheel-lp .detail-button {
  min-width: 200px;
  font-size: 17px;
}

  .six-wheel-lp .product-lead {
    min-height: auto;
    font-size: 16px;
  }

  .six-wheel-lp .product-card h3 {
    font-size: 28px;
  }

  .six-wheel-lp .section-final-cta {
    padding-bottom: 64px;
  }

  .six-wheel-lp .section-final-cta p {
    font-size: 16px;
    line-height: 1.7;
  }

  .six-wheel-lp .note-text {
    font-size: 10px;
    line-height: 1.7;
  }
}

/* ===============================
   Tablet
=============================== */

@media (min-width: 768px) and (max-width: 1023px) {
  .six-wheel-lp .intro-grid {
    grid-template-columns: minmax(0, 1fr) 260px;
  }

  .six-wheel-lp .choice-grid {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .six-wheel-lp .choice-points {
    gap: 14px;
  }

  .six-wheel-lp .benefit-card--split {
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .six-wheel-lp .product-list {
    gap: 24px;
  }

  .six-wheel-lp .note-text {
    font-size: 10px;
    line-height: 1.7;
  }

}