@charset "UTF-8";
/*======================
base
====================== */
* {
  min-inline-size: 0;
}

@media screen and (max-width: 834px) {
  div > p {
    font-size: inherit;
  }
}
ul {
  list-style-type: none;
}

picture {
  display: block;
  line-height: 0;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  picture {
    margin-top: 2em;
  }
  .picture__first {
    margin-top: 1em;
    padding-top: 0;
  }
}
footer {
  margin-top: 0;
}

/*======================
汎用クラス
====================== */
.pcView {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcView {
    display: none;
  }
}

.spView {
  display: none;
}
@media screen and (max-width: 768px) {
  .spView {
    display: block;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}
.u-mt4 {
  margin-top: 4em !important;
}
@media screen and (max-width: 768px) {
  .u-mt4 {
    margin-top: 2.5em !important;
  }
}

.u-mt2 {
  margin-top: 2em !important;
}
@media screen and (max-width: 768px) {
  .u-mt2 {
    margin-top: 1.5em !important;
  }
}

.video {
  margin-top: 3em;
  margin-bottom: 8em;
}
.video iframe {
  aspect-ratio: 5 / 3;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .video {
    margin-bottom: 1em;
  }
}

/*======================
メイン
====================== */
.main {
  margin-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .main {
    margin-bottom: 4em;
  }
}
/*======================
メインビジュアル
====================== */
.mainvl {
  aspect-ratio: 2428/1100;
  margin: 0;
  line-height: 0;
}
.mainvl picture {
  display: block;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width:480px) {
  .mainvl {
    aspect-ratio: 1/1;
  }
}

/*======================
セクション・コンテンツ
====================== */
.section:not(:first-child) {
  padding-top: 4em;
}
.mainvl ~ .section:not(:first-child) {
  padding-top: 8em;
}
.section:not(:last-child) {
  padding-bottom: 8em;
}
@media screen and (max-width: 768px) {
  .mainvl ~ .section:not(:first-child) {
    padding-top: 3.5em;
  }
  .section:not(:last-child) {
    padding-bottom: 3em;
  }
}
.section:not(:last-child).--mgb0 {
  margin-bottom: 0;
}
.section.--w100 {
  width: 100%;
}
.section_inner {
  width: min(90%, 1250px);
  margin: 0 auto;
}
.block:not(:last-child) {
  margin-bottom: 4em;
}
.block picture {
  display: block;
}
.block picture img {
  display: block;
}

/*======================
リンク・ボタン
====================== */
/* 赤・青ボタンの親要素 */
.event241121 .btnRedWrap,
.event241121 .btnBlueWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5333333333em;
  width: min(100%, 1125px);
  margin: 0 auto;
  font-weight: normal;
}
.event241121 .--w100 .btnRedWrap,
.event241121 .--w100 .btnBlueWrap {
  width: 90%;
}
.event241121 .btnRedWrap:not(:first-child),
.event241121 .btnBlueWrap:not(:first-child) {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .event241121 .btnRedWrap:not(:first-child),
  .event241121 .btnBlueWrap:not(:first-child) {
    margin-top: 3em;
  }
}
.event241121 .btnRedWrap:not(:last-child),
.event241121 .btnBlueWrap:not(:last-child) {
  margin-bottom: 4em;
}
@media screen and (max-width:1080px) {
  .event241121 .btnRedWrap,
  .event241121 .btnBlueWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5em;
    font-size: inherit;
  }
  .event241121 .--w100 .btnRedWrap,
  .event241121 .--w100 .btnBlueWrap {
    width: 80%;
  }
  .event241121 .btnRedWrap .btnRed, .btnRedWrap .btnBlue,
  .event241121 .btnBlueWrap .btnRed,
  .event241121 .btnBlueWrap .btnBlue {
    width: 100%;
  }
}

/* 赤・青ボタン */
.event241121 .btnRed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(90%, 575px);
  padding: 0.85em 3em;
  border-radius: 2em;
  background: #b00;
  font-size: clamp(1.1em, 2vw, 20px);
  font-weight: normal;
  line-height: 1.2;
  color: #FFF;
  text-decoration: none;
  position: relative;
  -webkit-filter: opacity(1);
          filter: opacity(1);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.event241121 .btnRed:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
.event241121 .btnRed:hover picture, .event241121 .btnRed:hover img {
  opacity: 1;
}
.event241121 .btnRed > span {
  font-size: inherit;
}
.event241121 .btnRed.--shop > span, .event241121 .btnRed.--car > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
}
.event241121 .btnRed.--shop > span::before, .event241121 .btnRed.--car > span::before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 20/22;
  background: url(img/icon_shop.webp) center no-repeat;
  background-size: contain;
}
.event241121 .btnRed.--car > span::before {
  width: 1.4em;
  aspect-ratio: 28/14;
  margin-top: 0.2em;
  background-image: url(img/icon_car.webp);
}
.event241121 .btnRed.--more::after {
  content: "";
  width: 13px;
  height: 20px;
  background: url(img/btn_arrow.webp) center no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: calc(50% - 10px);
  right: 1.3866666667em;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.event241121 .btnRed.--more:hover::after {
  right: 47px;
}

.event241121 .btnBlue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(90%, 750px);
  padding: 19px 1.8666666667em 24px;
  border-radius: 2em;
  background: #014e98;
  font-size: clamp(1.1em, 2.4vw, 27.5px);
  font-weight: 300;
  line-height: 1.2;
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.event241121 .btnBlue > span {
  font-size: inherit;
}
.event241121 .btnBlue.--more {
  -webkit-filter: opacity(1);
          filter: opacity(1);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.event241121 .btnBlue.--more:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
.event241121 .btnBlue.--more:hover picture, .event241121 .btnBlue.--more:hover img {
  opacity: 1;
}
.event241121 .btnBlue.--more::after {
  content: "";
  width: 13px;
  height: 20px;
  background: url(img/btn_arrow.webp) center no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: calc(50% - 10px);
  right: 1.6em;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.event241121 .btnBlue.--more:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/* リンク付きバナー */
.event241121 .bannerLink {
  display: block;
  -webkit-filter: opacity(1);
          filter: opacity(1);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.event241121 .bannerLink:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
.event241121 .bannerLink:hover picture, .event241121 .bannerLink:hover img {
  opacity: 1;
}
.event241121 .bannerLink.pcView {
  display: block;
}
@media screen and (max-width: 768px) {
  .event241121 .bannerLink.pcView {
    display: none;
  }
}
.event241121 .bannerLink.spView {
  display: none;
}
@media screen and (max-width: 768px) {
  .event241121 .bannerLink.spView {
    display: block;
  }
}
.event241121 .bannerLink img {
  display: block;
}

/*======================
CTA
====================== */
.mainvl ~ section.section.cta {
  padding-top: 6em;
  padding-bottom: 7em;
}
.cta {
  width: min(90%, 1300px);
  margin: 0 auto;
}
.cta__list {
  display: flex;
  gap: 3rem;
  flex-direction: column;
  width: min(90%, 1250px);
  margin: 0 auto;
}
@media screen and (max-width:1080px) {
  .cta__list {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(4em * 0.5);
  }
}
@media screen and (max-width: 768px) {
  .mainvl ~ section.section.cta {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

/*======================
ページ固有CSS
====================== */
.mainvl ~ .section__topcont.section:not(:first-child) {
  padding-top: 4em;
}
.section__topcont {
  background-image: url(img/bg.webp);
  background-color: #d6eaf5;
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 0;
  padding-bottom: 4em;
}
.section__topcont picture{
  width: 1000px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.newmodel {
  background-image: url(img/bg03.webp);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.newmodel picture:first-child {
  margin-top: 0;
  margin-bottom: 7em;
}

@media screen and (max-width: 768px) {
  .mainvl ~ .section__topcont.section:not(:first-child) {
    padding-top: 2em;
  }
  .section__topcont picture{
    max-width: 100%;
  }
  .newmodel {
    padding-bottom: 3em;
  }
  .newmodel picture:first-child {
    margin-bottom: 3em;
  }
}

.leadcont {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.leadcont img {
  width: 100%;
}

.ctawrap {
  background-image: url(img/bg02.webp);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 0;
  padding: 4em 0 8em;
}

.headline-cta {
  font-weight: 600;
  color: #fff;
  font-size: 60px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ctawrap {
    padding: 2em 0 4em;
  }
  .headline-cta {
    font-size: 30px;
    margin-bottom: 30px;
  }
}


.campaign__banner__wrap picture {
  margin-top: 0;
  padding-top: 0;
  width: 100%;
  max-width: 100%;
}
.campaign__banner__link {
  margin: 0;
  padding: 0;
  list-style: 0;
}

.event241121 a {
  display: block;
  -webkit-filter: opacity(1);
          filter: opacity(1);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.event241121 a:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
.event241121 a:hover picture,.event241121 a:hover img {
  opacity: 1;
}

.event241121 .campaign__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.event241121 .campaign__btn:not(:first-child) {
  margin-top: 2.8666666667em;
}
@media screen and (max-width: 1080px) {
  .event241121 .campaign__btn {
    gap: 1.5em;
    font-size: 15px;
  }
}

.event241121 .btn {
  width: 70%;
  margin: 0 auto;
  margin-top: 2em;
}

/*======================
見出し
====================== */
h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(26px, 6vw, 75px);
  font-weight: 500;
  color: #0d509b;
  letter-spacing: -.05em;
  text-align: center;
}

h4 {
  font-family: "ヒラギノ明朝 ProN W6","Hiragino Mincho ProN", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  color: #000;
  font-size: clamp(16px, 2.96vw, 37px);
  letter-spacing: .05em;
  text-align: center;
  padding-bottom: 0;
  margin-top: 3em;
}

h3.newmodel__headline img {
  width: auto;
}
@media screen and (max-width: 768px) {
  h3.newmodel__headline img {
    width: 40%;
  }
  h4 {
    font-weight: 600;
    margin-top: 2em;
  }
}