@charset "UTF-8";
/**************************************************************************

	基本設定

***************************************************************************/
/* デフォルトH1テキストを非表示（読み上げ対策） */
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.slideContentArea:has(.ec-featureItems.buttons) {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

.vehicle {
  width: 100%;
}
.vehicle img {
  display: block;
  max-width: 100%;
  height: auto;
}
.vehicle a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .vehicle .sp {
    display: none;
  }
}
.vehicle__blueArea {
  width: 100%;
  padding: 28px 0 78px;
  position: relative;
  z-index: 1;
}
.vehicle__blueArea:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #004b9b;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .vehicle__blueArea {
    padding: 15px 0 36px;
  }
}
.vehicle__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  border-radius: 10px;
}
.vehicle__inner__whitearea {
  background-image: url("/html/upload/user_data/feature/vehicle/img/2026/decobg_pc.png");
  background-size: contain;
  background-position: top;
}
@media only screen and (max-width: 768px) {
  .vehicle__inner__whitearea {
    max-width: 750px;
    border-radius: 6px;
    background-image: url("/html/upload/user_data/feature/vehicle/img/2026/decobg_sp.png");
  }
}

.fv {
  width: 100%;
}
.fv h1 {
  margin: 0;
}
.fv__image {
  width: 100% !important;
}

.vehicleIntro {
  position: relative;
  padding: 30px 40px 34px;
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .vehicleIntro {
    padding: 20px 15px;
  }
}
.vehicleIntro__text, .vehicleIntro__catch, .vehicleIntro__buttons {
  position: relative;
  z-index: 1;
}
.vehicleIntro__text {
  margin: 0;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 3.5;
}
@media only screen and (max-width: 768px) {
  .vehicleIntro__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 400px) {
  .vehicleIntro__text {
    font-size: 1.2rem;
  }
}
.vehicleIntro__text .underline {
  position: relative;
  display: inline-block;
  line-height: 3.5;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .vehicleIntro__text .underline {
    line-height: 2.9;
    display: block;
  }
}
.vehicleIntro__text .underline::after {
  border-bottom: 2px dotted #607083;
  opacity: 0.5;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.vehicleIntro__catch {
  display: inline;
  color: #ff2a85;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.55;
  background: linear-gradient(transparent 55%, rgba(255, 225, 90, 0.9) 55%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (max-width: 768px) {
  .vehicleIntro__catch {
    display: inline-block;
    padding: 0 4px;
    font-size: 1.5rem;
    line-height: 1.45;
  }
}
.vehicleIntro__buttons {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 28px;
}
@media only screen and (max-width: 768px) {
  .vehicleIntro__buttons {
    gap: 10px;
    margin-top: 20px;
  }
}
.vehicleIntro__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  min-height: 54px;
  border-radius: 50vh;
  color: #ffffff !important;
  font-size: 2.4rem;
  padding: 23px 10px;
  font-weight: 900;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .vehicleIntro__button {
    width: calc((100% - 10px) / 2);
    min-height: 42px;
    font-size: 1.4rem;
    box-shadow: 0 4px 0 rgba(0, 48, 109, 0.22);
    flex-direction: column;
    padding: 5px 10px;
  }
}
.vehicleIntro__button:hover {
  filter: brightness(1.06);
  transform: translateY(2px);
  box-shadow: 0 4px 0 rgba(0, 48, 109, 0.24);
}
.vehicleIntro__button--map {
  background: #d8520f;
  box-shadow: 0 6px 0 #9a4700;
}
.vehicleIntro__button--feature {
  background: #00a99d;
  box-shadow: 0 6px 0 #006f7f;
}
.vehicleIntro__button__icon {
  width: 30px !important;
}
@media only screen and (min-width: 769px) {
  .vehicleIntro__button__icon {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .vehicleIntro__button__icon {
    width: 25px !important;
    margin-bottom: 5px;
  }
}
.vehicleIntro__button__arrow {
  width: 10px !important;
}
@media only screen and (min-width: 769px) {
  .vehicleIntro__button__arrow {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .vehicleIntro__button__arrow {
    margin-top: 5px;
  }
}

.sectionTitle {
  width: 880px;
  max-width: calc(100% - 80px);
  margin: 0 auto 22px;
}
@media only screen and (max-width: 768px) {
  .sectionTitle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
  }
}
.sectionTitle--map {
  margin-bottom: -70px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .sectionTitle--map {
    margin-bottom: -30px;
  }
}
.sectionTitle--feature {
  margin-bottom: 0;
}
.sectionTitle__image {
  width: 100%;
}

.mapSection {
  position: relative;
  padding: 30px 28px 74px;
}
@media only screen and (max-width: 768px) {
  .mapSection {
    padding: 14px 15px 42px;
  }
}

.mapOverview {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 28px;
  overflow: hidden;
  background: #dff6ff;
  border-radius: 50px;
  padding: 100px 40px 40px;
}
@media only screen and (max-width: 768px) {
  .mapOverview {
    margin-bottom: 24px;
    border-radius: 14px;
    padding: 40px 15px 30px;
  }
}
.mapOverview__image {
  width: 100%;
  max-width: 830px;
  margin: auto;
}
.mapOverview__link {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 10px;
  background: transparent;
  transition: background-color 0.2s ease, outline-color 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .mapOverview__link {
    border-radius: 6px;
  }
}
.mapOverview__link:hover {
  background: rgba(255, 255, 255, 0.18);
  outline: 3px solid rgba(255, 255, 255, 0.75);
  outline-offset: -6px;
}
.mapOverview__link:focus-visible {
  outline: 3px solid #ffdf37;
  outline-offset: -4px;
  background: rgba(255, 223, 55, 0.16);
}
.mapOverview__link span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.mapOverview__link--hokkaido {
  top: 18.7%;
  left: 32.4%;
  width: 28.2%;
  height: 8.7%;
}
.mapOverview__link--tohoku {
  top: 32.8%;
  left: 32.3%;
  width: 28.4%;
  height: 9.6%;
}
.mapOverview__link--chubu {
  top: 45.6%;
  left: 24.9%;
  width: 28.7%;
  height: 9.4%;
}
.mapOverview__link--kansai {
  top: 58.6%;
  left: 12.2%;
  width: 29.5%;
  height: 9.5%;
}
.mapOverview__link--kanto {
  top: 82.5%;
  left: 54.3%;
  width: 28.4%;
  height: 8.5%;
}

.regionGrid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1180px) {
  .regionGrid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 960px) {
  .regionGrid {
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .regionGrid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.regionCard {
  --zoom: 1;
  --theme-color: #008bd2;
  position: relative;
  scroll-margin-top: 16px;
  overflow: hidden;
  border: 5px solid var(--theme-color);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 4px 4px 0 rgba(0, 48, 109, 0.08);
}
@media only screen and (max-width: 768px) {
  .regionCard {
    border-width: 4px;
  }
}
.regionCard--hokkaido {
  --theme-color: #008bd2;
}
.regionCard--tohoku {
  --theme-color: #45b9aa;
}
.regionCard--kanto {
  --theme-color: #f08360;
}
.regionCard--chubu {
  --theme-color: #80c400;
}
.regionCard--kansai {
  --theme-color: #f39800;
}
.regionCard--wide {
  grid-column: 1/-1;
}
.regionCard--wide .regionCard__body {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  align-items: center;
  padding-right: 28px;
  padding-left: 28px;
}
@media only screen and (max-width: 1180px) {
  .regionCard--wide .regionCard__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 24px 22px 26px;
  }
}
@media only screen and (max-width: 768px) {
  .regionCard--wide .regionCard__body {
    gap: 20px;
    padding: 14px 12px 16px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.regionCard__zoom {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  appearance: none;
}
.regionCard__zoom--normal:checked ~ .regionCard__body .regionCard__frame {
  --zoom: 1;
  overflow: hidden;
  pointer-events: none;
}
.regionCard__zoom--middle:checked ~ .regionCard__body .regionCard__frame {
  --zoom: 1.55;
}
.regionCard__zoom--large:checked ~ .regionCard__body .regionCard__frame {
  --zoom: 2.25;
}
.regionCard__zoom--normal:checked ~ .regionCard__body .regionCard__button--normal, .regionCard__zoom--middle:checked ~ .regionCard__body .regionCard__button--middle, .regionCard__zoom--large:checked ~ .regionCard__body .regionCard__button--large {
  border-color: #ffffff;
  background: #d8520f;
  color: #ffffff;
}
.regionCard__title {
  margin: 0;
  padding: 20px 18px 22px;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  background: var(--theme-color);
}
@media only screen and (max-width: 768px) {
  .regionCard__title {
    padding: 10px 12px 11px;
    font-size: 1.7rem;
  }
}
.regionCard__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 24px 22px 26px;
}
@media only screen and (max-width: 1180px) {
  .regionCard__body {
    max-width: 640px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .regionCard__body {
    gap: 20px;
    padding: 14px 12px 16px;
  }
}
.regionCard__map {
  position: relative;
  overflow: hidden;
  background: #dff6ff;
  border-radius: 28px;
}
@media only screen and (max-width: 768px) {
  .regionCard__map {
    border-radius: 20px;
  }
}
.regionCard__frame {
  position: relative;
  width: 100%;
  overflow: auto;
  aspect-ratio: var(--map-ratio);
  background: #dff6ff;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.regionCard__frame:focus-visible {
  outline: 3px solid #ffdf37;
  outline-offset: -3px;
}
.regionCard__canvas {
  position: relative;
  width: calc(100% * var(--zoom));
  height: calc(100% * var(--zoom));
  min-width: 100%;
  min-height: 100%;
}
.regionCard__scale {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% / var(--zoom));
  height: calc(100% / var(--zoom));
  transform: translate(-50%, -50%) scale(var(--zoom));
  transform-origin: center center;
  transition: transform 0.25s ease;
}
.regionCard__image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}
.regionCard__controls {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media only screen and (max-width: 768px) {
  .regionCard__controls {
    right: 8px;
    bottom: 8px;
    gap: 5px;
  }
}
.regionCard__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  min-height: 34px;
  padding: 6px 12px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: #f8fbfd;
  color: #333333;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 2px 0 #c8d8df;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .regionCard__button {
    width: 100px;
    min-height: 25px;
    padding: 4px 7px;
    border-width: 2px;
    font-size: 1rem;
  }
}
.regionCard__button:hover {
  transform: translateY(1px);
}
.regionCard__lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  counter-reset: region;
  align-items: start;
}
.regionCard__list {
  display: grid;
  row-gap: 20px;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .regionCard__list {
    row-gap: 25px;
  }
}
.regionCard__list li {
  position: relative;
  padding-left: 25px;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  counter-increment: region;
}
@media only screen and (max-width: 768px) {
  .regionCard__list li {
    padding-left: 19px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 400px) {
  .regionCard__list li {
    font-size: 1rem;
  }
}
.regionCard__list li a {
  display: block;
  color: inherit;
  text-decoration: none important;
  transition: 0.3s;
}
.regionCard__list li a:hover {
  text-decoration: underline !important;
  color: var(--theme-color);
}
.regionCard__list li::before {
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--theme-color);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  content: counter(region);
}
@media only screen and (max-width: 768px) {
  .regionCard__list li::before {
    top: -2px;
    width: 17px;
    height: 17px;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 400px) {
  .regionCard__list li::before {
    font-size: 0.75rem;
  }
}

.featureSection {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 58px 20px 72px;
}
@media only screen and (max-width: 768px) {
  .featureSection {
    padding: 34px 8px 48px;
  }
}/*# sourceMappingURL=style.css.map */