@charset "UTF-8";
.mb {
  margin-bottom: 25px;
}
.mb0 {
  margin-bottom: 0 !important;
}
/*======================
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;
}

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;
  }
}

.dib {
  display: inline-block;
}

/*======================
メイン
====================== */
.main {
  margin-bottom: 0;
}

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

/*======================
セクション・コンテンツ
====================== */
.section {
  width: min(90%, 1250px);
  margin: 0 auto;
}
.section:not(:first-child) {
  margin-top: 4em;
}
.mainvl ~ .section:not(:first-child) {
  margin-top: 0;
}
.section:not(:last-child) {
  margin-bottom: 4em;
}
.section:not(:last-child).--mgb0 {
  margin-bottom: 0;
}
.section.--w100 {
  width: 100%;
}
.section.--mgt0 {
  margin-top: 0;
}
.section.--mgb0 {
  margin-bottom: 0;
}

.block:not(:last-child) {
  margin-bottom: 4em;
}
.block picture {
  display: block;
}
.block picture img {
  display: block;
}

/*======================
リンク・ボタン
====================== */
/* 赤・青ボタンの親要素 */
.btnRedWrap,
.btnBlueWrap,
.btnGoldWrap,
.btnBlackWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
  width: min(100%, 1100px);
  margin: 0 auto;
  font-weight: normal;
}
.--w100 .btnRedWrap,
.--w100 .btnBlueWrap,
.--w100 .btnGoldWrap,
.--w100 .btnBlackWrap {
  width: 90%;
}
.btnRedWrap:not(:first-child),
.btnBlueWrap:not(:first-child),
.btnGoldWrap:not(:first-child),
.btnBlackWrap:not(:first-child) {
  margin-top: 4em;
}
.btnRedWrap:not(:last-child),
.btnBlueWrap:not(:last-child),
.btnGoldWrap:not(:last-child),
.btnBlackWrap:not(:last-child) {
  margin-bottom: 4em;
}
@media screen and (max-width:1080px) {
  .btnRedWrap,
  .btnBlueWrap,
  .btnGoldWrap,
  .btnBlackWrap {
    -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: 3em;
    font-size: inherit;
  }
  .--w100 .btnBlueWrap,
  .--w100 .btnGoldWrap,
  .--w100 .btnBlackWrap {
    width: 80%;
  }
  .btnRedWrap .btnRed,
  .btnRedWrap .btnBlue,
  .btnRedWrap .btnBlack,
  .btnBlueWrap .btnRed,
  .btnBlueWrap .btnBlue,
  .btnBlueWrap .btnBlack,
  .btnGoldWrap .btnRed,
  .btnGoldWrap .btnBlue,
  .btnGoldWrap .btnBlack,
  .btnBlackWrap .btnRed,
  .btnBlackWrap .btnBlue,
  .btnBlackWrap .btnBlack {
    width: 100%;
  }
}

/* 赤・青ボタン */
.btnRed,.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%, 452px);
  padding: 1em 1em;
  background: #C61046;
  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;
}
.btnBlue {
  background: #0159E7;
}
.btnBlueWrap {
  padding: 4em 0;
}
.btnRed:hover,.btnBlue:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
.btnRed:hover picture, .btnRed:hover img,.btnBlue:hover picture, .btnBlue:hover img {
  opacity: 1;
}
.btnRed > span,.btnBlue > span {
  font-size: inherit;
  letter-spacing: .15em;
}
.btnRed.--shop > span, .btnRed.--car > span,.btnBlue.--shop > span, .btnBlue.--car > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  text-align: center;
}
.btnRed::after,.btnBlue::after{
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}


.btnGold {
  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: 3em;
  background: #9a815b;
  font-size: clamp(1.1em, 2.4vw, 27.5px);
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.btnGold > span {
  font-size: inherit;
}
.btnGold.--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;
}
.btnGold.--more:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
.btnGold.--more:hover picture, .btnGold.--more:hover img {
  opacity: 1;
}
.btnGold.--more::after {
  content: "";
  width: 13px;
  height: 20px;
  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;
}
.btnGold.--more:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width:768px) {
  .btnRedWrap {
    width: 90%;
  }
  .btnGold {
    width: 100%;
  }
}

.btnBlack {
  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: 3em;
  background: #000;
  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;
}
.btnBlack:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
.btnBlack:hover picture, .btnBlack:hover img {
  opacity: 1;
}
.btnBlack > span {
  font-size: inherit;
}
.btnBlack.--shop > span, .btnBlack.--car > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
}
.btnBlack.--shop > span::before, .btnBlack.--car > span::before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 20/22;
  background-size: contain;
}
.btnBlack.--car > span::before {
  width: 1.4em;
  aspect-ratio: 28/14;
  margin-top: 0.2em;
}
.btnBlack.--more::after {
  content: "";
  width: 13px;
  aspect-ratio: 13/20;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  right: 1.3866666667em;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btnBlack.--more:hover::after {
  right: calc(1.3866666667em - 5px);
}
@media screen and (max-width:768px) {
  .btnBlack.--more::after {
    width: 10px;
  }
}


/* リンク付きバナー */
.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;
}
.bannerLink:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
.bannerLink:hover picture, .bannerLink:hover img {
  opacity: 1;
}
.bannerLink.pcView {
  display: block;
}
@media screen and (max-width: 768px) {
  .bannerLink.pcView {
    display: none;
  }
}
.bannerLink.spView {
  display: none;
}
@media screen and (max-width: 768px) {
  .bannerLink.spView {
    display: block;
  }
}
.bannerLink img {
  display: block;
}

/*======================
CTA
====================== */
.cta {
  width: min(90%, 1300px);
}
.cta__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width:1080px) {
  .cta__list {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(4em * 0.5);
  }
}

/*======================
ページ固有CSS
====================== */


.section__lead {
  background:#011F3E;
  background-size: contain;
  margin: 0 auto !important;
  padding: 0 0 5em;
}
.section__lead .lead {
  background: url(./img/bg01.webp) top center no-repeat;
  background-size: cover;
  padding: 5em 0 6em;
  width: 100%;
  text-align: center;
}
.section__lead .lead img {
  width: min(90%, 811.06px);
  margin: 0 auto;
}
.section__lead div {
  width: min(90%, 1100px);
  margin: 0 auto;
}
.lead {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  line-height: 0;
}

.makerWrap {
  padding: 5em 0 0;
}
.makerWrap .banner{
  margin-bottom: 25px;
}


.s210 {
  padding: 5em 0 4em;
  background: url(./img/bg02.webp) top center no-repeat;
  background-size: cover;
}
.s210__inner {
  width: min(90%,1100px);
  margin: 0 auto;
}


.ended {
  position: relative;
}
.ended img {
  filter: grayscale(100%); /* 画像をグレーアウト */
  opacity: 0.6; /* 透明度を少し下げる */
}
.ended::after {
  content: "こちらのキャンペーンは終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4vw;
  color: #e80000;
  font-weight: bold;
  white-space: pre;
}
@media screen and (max-width:768px) {
  .ended::after {
    font-size: 18px;
  }
}

.btn2 {
  position: relative;
}

.btn2 {
  width: min(90%,950px);
  margin: 4em auto 0;
}

.btn2 a {
  position: relative;
  text-decoration: none;
  display: flex;
  background: #141414;
  border: 2px solid #C61046;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 1.1em;
  padding: 1em 1em;
  transition: ease all 0.3s;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 64px;
}
.btn2 a::before {
  position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 2.5s ease-in-out infinite;
}
@-webkit-keyframes btn_animation {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.btn2 a img{
  width: 120px;
  margin-right: 13px;
}

.btn2 a:hover {
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
}

.btn2::after {
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}


@media screen and (max-width: 768px) {
  /* ボタン */
  .btn2 {
      width: 90%;
  }
  .btn2 a {
    padding: .3em;
    height: 43px;
  }
  .btn2 a img{
    width: 80px;
    height: auto;
  }
  .btn2 a span {
    font-size: inherit;
  }
}

/*---------GO!withSUBARU---------*/

.gowithsubaru{
	margin:5% calc(50% - 50vw) 0;
	width: 100vw;
}
.gowithsubaru .inner{
	background: #001D66;
	padding: 20px 0 40px 0;
	margin-top: -20px;
}
.gowithsubaru .slider{
    margin: 15px auto 35px auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.gowithsubaru .slider li{
	margin: 0 10px;
}
.gowithsubaru .slider img{
    height: auto;
    width: 100%;
    opacity: 1;
    transition: ease all 0.3s;
}
.gowithsubaru .slider img:hover{
	opacity: 0.8;
}
section.gowithsubaru .viewmore{
	text-align: center;
}
section.gowithsubaru .viewmore p a{
	color: #FFF;
}
section.gowithsubaru .viewmore p a:hover{
	color: #FFF;
}
section.gowithsubaru .viewmore p a::before{
	background: #FFF;
}
section.gowithsubaru .viewmore p a:hover::before{
	background: #FFF;
}

@media screen and (max-width: 768px) {
  .gowithsubaru{
    margin-top: 5em;
  }
}