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

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

.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%, 472px);
  padding: 1em 1em;
  background: #0842DB;
  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: filter 0.3s, -webkit-filter 0.3s;
}
.btnBlueWrap {
  padding: 3em 0;
}
.btnBlue:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
.btnBlue:hover picture, .btnBlue:hover img {
  opacity: 1;
}
.btnBlue > span {
  font-size: inherit;
  letter-spacing: .15em;
}
.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;
}
.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);
}

/* リンク付きバナー */
.bannerLink {
  display: block;
  -webkit-filter: opacity(1);
          filter: opacity(1);
  -webkit-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 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;
  margin: 0 auto !important;
  padding: 0 0 3em;
}
.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;
}

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

.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) {
.section__lead {
  padding: 0 0 1em !important;
}
}

/*======================
今回の修正：波紋アニメーションボタン (.btn2)
====================== */
.btn2 {
  position: relative;
  width: min(90%, 950px);
  margin: 4em auto 0;
}

.btn2 a {
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 1em;
  color: #fff;
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: 2px;
  overflow: visible; 
  background-color: #C80D46;
  transition: all 0.3s;
}

.btn2 a:hover {
  animation: ripple 1.5s infinite;
  background-color: #C80D46;
}

@keyframes ripple {
  0% { box-shadow: 0 0 0 0 rgba(251, 77, 138, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(251, 77, 138, 0); }
  100% { box-shadow: 0 0 0 0 rgba(251, 77, 138, 0); }
}

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

.btn2::after {
  content: '';
  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);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .btn2 { width: 90%; }
  .btn2 a { height: 43px; padding: .2em; font-size: inherit; }
  .btn2 a img { width: 80px; }
}

/*======================
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{
    transition: opacity 0.3s;
}
.gowithsubaru .slider img:hover{
  opacity: 0.8;
}