@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: 2rem;
    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;
  border-radius: 3em;
  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
====================== */

.event260413 img {
  display: block;
}
.event260413 .section__read {
  background: url(./img/read_bg.webp) center center no-repeat;
  background-size: cover;
  margin: auto;
  padding: min(80/1440*100vw, 80px) 0;
}
.event260413 .section__read .read {
  width: min(90%, 1300px);
  margin: auto;
}
.event260413 .section__read .read img {
  width: 100%;
  margin: 0 auto;
}
.event260413 .section__read div {
  width: min(90%, 1300px);
  margin: 0 auto;
}

.event260413 .item__box {
  background:
  linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(1,32,70,0.85) 50%, rgba(0,0,0,0) 100%),
  radial-gradient(rgba(255,255,255,0.09) 2px, transparent 2px),
  #000;
  background-size: 100% 100%, 24px 24px, auto;
  background-position: 0 0, 4px 6px, 0 0;
}

.event260413 .section__btn .btnBlueWrap {
  flex-direction: column;
}
.event260413 .section__btn .btnBlueWrap a {
  width: min(90%, 1300px);
  margin: auto;
}
.event260413 .section__item .item .item__inner {
  position: relative;
  width: min(100%, 1440px);
  margin: auto;
}
.event260413 .section__item .item .item__inner dd {
  position: absolute;
  top: 0;
}
.event260413 .section__item .item .item__inner:nth-of-type(odd) dd {
  right: 10%;
}
.event260413 .section__item .item .item__inner:nth-of-type(even) dd {
  left: 10%;
}
.event260413 .section__item .item .item__inner dd img {
  display: block;
  width: min(500/1440*100vw,500px);
  height: min(300/1440*100vw,300px);
}
.event260413 .section__item .item .item__inner dd img.item_off_10-15 {
  width: min(816/1440*100vw,816px);
  height: min(300/1440*100vw,300px);
}
.event260413 .note {
  width: min(80%, 1100px);
  margin: 0 auto;
  padding: min(70/1440*100vw,70px) 0;
}
.event260413 .section:not(:last-child) {
  margin-bottom: 0;
}
.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) {
  .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;
  }
}

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

.item__box {
  color: #fff;
}

.item ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3rem;
}

.item ul li {
    display: flex;
    width: min(90%,1100px);
    justify-content: center;
    border: 2px solid #FFF;
    background: #000;
    margin-bottom: 2rem;
}

.item ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.item_text {
  flex: 0.52892;
  padding: 2.51rem 2.62rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.item_img {
  flex: 0.47108;
}

.item_text h3 {
  font-size: 2.38744rem;
  margin-bottom: 1rem;
}

.item_text p {
  font-size: 1rem;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}

.item_text p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #E81163 0%, #2D38C1 60.1%, rgba(45, 56, 193, 0.00) 100%);
}

/* 最後のリストアイテムのpのラインを削除 */
.item ul li:last-child .item_text p::after {
  display: none;
}

/* 最後のリストアイテムのh3にラインを追加 */
.item ul li:last-child .item_text h3 {
  position: relative;
  padding-bottom: 1rem;
}

.item ul li:last-child .item_text h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #E81163 0%, #2D38C1 60.1%, rgba(45, 56, 193, 0.00) 100%);
}

img.offer_price {
    width: min(90%, 400px);
    opacity: 0;
    transform: translateY(20px);
}

img.offer_price.off_5 {
    width: min(80%, 350px);
}

.bounce-in {
    animation: bounceIn 0.6s ease-out forwards;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    50% {
        opacity: 1;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

a.item_btn {
    display: block;
    background: #000;
    color: #fff;
    border: 2px solid #fff;
    padding: 1.12rem 2rem;
    font-size: 1.125rem;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    position: relative;
    width: 100%;
    text-decoration: none;
    text-align: center;
}

a.item_btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

a.item_btn::after {
    content: '';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M4.21667 5.5L0 1.28333L1.28333 0L6.78333 5.5L1.28333 11L0 9.71667L4.21667 5.5Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.3s ease;
}

a.item_btn:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M4.21667 5.5L0 1.28333L1.28333 0L6.78333 5.5L1.28333 11L0 9.71667L4.21667 5.5Z' fill='black'/%3E%3C/svg%3E");
}


.event260413 .note {
  width: min(80%, 1100px);
  margin: 0 auto;
  padding: min(50/1440*100vw,70px) 0;
}

.btnRed,.btnBlue {
  border-radius: 0;
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.0225rem;
  width: 100%;
}

.btnBlue{
  background: #1B6DF2;
}

.btnRed{
  background: #F02070;
}


.section__read .offer_btn {
    padding-bottom: 0;
}


@media screen and (max-width:1080px) {
    .--w100 .btnBlueWrap{
    width: 90%;
  }
}


@media screen and (max-width:768px) {
  .btnRed,.btnBlue {
    font-size: 1rem;
  }
  .btnBlueWrap {
    display: flex;
    padding: 2rem 0;
    gap: 1rem;
  }
  .btnRed::after, .btnBlue::after{
    width: 0.5rem;
    height: 0.5rem;
  }


  .item_text h3 {
  font-size: 1.375rem;
  margin-bottom: 0.8rem;
  }

  .item ul li {
    flex-direction: column-reverse;
    border: 1px solid #fff;
    margin-bottom: 1.5rem;
  }
  .item ul li:nth-child(even) {
    flex-direction: column-reverse;
  }

  

  .item_text{
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .item_text p{
    line-height: 1.5;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    position: relative;
    padding-bottom: 1rem;
  }

  .item_text p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #E81163 0%, #2D38C1 60.1%, rgba(45, 56, 193, 0.00) 100%);
  }

  /* 最後のリストアイテムのpのラインを削除 */
  .item ul li:last-child .item_text p::after {
    display: none;
  }

  /* 最後のリストアイテムのh3にラインを追加 */
  .item ul li:last-child .item_text h3 {
    position: relative;
    padding-bottom: 1rem;
  }

  .item ul li:last-child .item_text h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #E81163 0%, #2D38C1 60.1%, rgba(45, 56, 193, 0.00) 100%);
  }


  .item_text img {
    margin: 0 auto;
  }
  img.offer_price {
    width: 70%;
  }
  img.offer_price.off_5 {
    width: 60%;
  }

  a.item_btn {
    border: solid 1px #fff;
    font-size: 1rem;
  }

  .btnRed.--shop > span, .btnRed.--car > span,.btnBlue.--shop > span, .btnBlue.--car > span {
  gap: 0.6em;
  text-align: center;
  font-size: 1rem;
  letter-spacing: -0.0225rem !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Sans", sans-serif;
  }

    .--w100 .btnBlueWrap
    {
      width: 90%;
    }

    .event260413 .note{
      padding: 0 0 1.5rem;
    }
}