@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: 1.5333333333em;
  width: min(100%, 1125px);
  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: 1.5em;
    font-size: inherit;
  }
  .--w100 .btnRedWrap,
  .--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 {
  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: #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;
}
.btnRed:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
.btnRed:hover picture, .btnRed:hover img {
  opacity: 1;
}
.btnRed > span {
  font-size: inherit;
}
.btnRed.--shop > span, .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;
  text-align: center;
}


.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%, 552px);
  padding: 19px 1.8666666667em 24px;
  border-radius: 3em;
  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;
}
.btnBlue > span {
  font-size: inherit;
}
.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;
}
.btnBlue.--more:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
.btnBlue.--more:hover picture, .btnBlue.--more:hover img {
  opacity: 1;
}
.btnBlue.--more::after {
  content: "";
  width: 13px;
  aspect-ratio: 13/20;
  background: url(img/arrow_more.webp) center no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  right: 1.6em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btnBlue.--more:hover::after {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}
@media screen and (max-width:768px) {
  .btnBlue {
    padding: 0.85em 3em;
  }
  .btnBlue.--more::after {
    width: 10px;
  }
}

.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: url(img/arrow_more.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;
}
.btnGold.--more:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width:768px) {
  .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: url(img/icon_shop.webp) center no-repeat;
  background-size: contain;
}
.btnBlack.--car > span::before {
  width: 1.4em;
  aspect-ratio: 28/14;
  margin-top: 0.2em;
  background-image: url(img/icon_car.webp);
}
.btnBlack.--more::after {
  content: "";
  width: 13px;
  aspect-ratio: 13/20;
  background: url(img/arrow_more.webp) center no-repeat;
  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;
  }
}

/* 乗用車はこちら・軽自動車はこちら */
.carLineupList__item:not(:last-child) {
  margin-bottom: 4em;
}

/* リンク付きバナー */
.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: url(./img/bg01.webp) top center no-repeat;
  background-size: cover;*/
  margin: 0 auto !important;
  padding: 5em 0;
}
.section__lead div {
  width: min(90%, 1250px);
  margin: 0 auto;
}
.lead {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  line-height: 0;
}

.newWrap {
  padding: 5em 3em;
  background: #00434b;
}
.newWrap .banner{
  margin-bottom: 10px;
}
.newWrap .new__title {
  margin-bottom: 20px;
}


.special {
  padding: 5em 0 5em;
  background: url(./img/bg02.webp) top center no-repeat;
  background-size: cover;
}
.special__inner {
  width: min(90%,1250px);
  margin: 0 auto;
}
.special__text {
  width: min(90%, 883px);
  margin: 0 auto 25px;
}
.special__list > *:not(:last-child) {
  margin-bottom: 4em;
}

.car {
  width: min(90%, 1544px);
  padding: 4em 0 4em;
  margin: 0 auto;
}
.car__title {
  width: min(80%, 406px);
  margin: 0 auto 4em;
}

.car__title img {
  width: auto;
  max-width: 100%;
}

.carList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(25px * 2.5) 25px;
}
.carList + .carList {
  margin-top: calc(25px * 2.5);
}
@media screen and (max-width:768px) {
  .carList {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
.carList__item > a {
  -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;
}
.carList__item > a:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
.carList__item > a:hover picture, .carList__item > a:hover img {
  opacity: 1;
}
.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;
  }
}

.insta {
  text-align: center;
}
.insta h3 {
  font-size: 50px;
  margin: auto;
  padding-bottom: 20px;
}
.insta p {
  padding-bottom: 40px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.7;
}
.insta-list-cover {
  overflow-y: hidden;
  height: 550px;
  margin: 0 auto 30px;
}
.insta-list {
  column-count: 3;
  width: 100%;
  margin: 0 auto;
}
.insta-list .item-insta {
  break-inside: avoid;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .insta h3 {
    font-size: 20px;
  }
  .insta p {
    padding-bottom: 30px;
  }
  .insta-list-cover {
    overflow-x: scroll;
  }
  .insta-list {
    width: 1250px;
  }
}

.btn2 {
  position: relative;
}

.btn2 {
  width: 50%;
  margin: auto;
}

.btn2 a {
  text-decoration: none;
  display: block;
  background: #0E79D6;
  border: 2px solid #0E79D6;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 1.1em;
  padding: 15px;
  transition: ease all 0.3s;
  letter-spacing: 2px;
}

.btn2 a:hover {
  background: #fff;
  color: #0E79D6;
  border: 2px solid #0E79D6;
}

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

.btn2:hover::after {
  border-top: solid 2px #0E79D6;
  border-right: solid 2px #0E79D6;
}

@media screen and (max-width: 768px) {
  /* ボタン */
  .btn2 {
      width: 80%;
  }
}

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



/*======================
20250613追加CSS
====================== */
/*サイズ*/
section .inside {
	width: min(90%, 1250px);
	margin: 0 auto;
}
section .inside-inner {
	width: min(70%, 750px);
	margin: 0 auto;
}


/*ボタン*/
.box-btn {
	max-width: 1000px;
	margin: 0 auto 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 90px;
}
.btn.b-1, .btn.b-2 {
	width: 47.5%;
}

#btn-last.box-btn {
	margin: 0 auto 100px;
}

@media screen and (max-width: 1280px) {
	.box-btn {
		margin: 0 auto calc(64vw/10);
		padding: calc(64vw/10) 5% 0;
	}
	
}
@media screen and (max-width: 768px) {
	.box-btn {
		display: block;
		padding: calc(80vw/10) 11% 0;
		margin: 0 auto calc(80vw/10);
	}
	.btn.b-1, .btn.b-2 {
		width: 100%;
	}
	.btn.b-1 {
		margin-bottom: calc(50vw/10);
	}
}

/*Top KV*/
.mainvl {
	max-width: 1440px;
	margin: 0 auto;
}

.section {
	width: min(100%, 1440px);
}

#lead-text {
	margin-bottom: 3.5em;
}

#anchor-btn {
	max-width: 1130px;
	margin: 0 auto 4em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#anchor-btn .btn-item {
	width: 30%;
}

#new-lineup {
	background-color: #d5d800;
	padding: 7em 0 5em;
}

#new-lineup .ttl {
	margin-bottom: 1em;
}

#new-lineup .impreza,
#new-lineup .crosstrek,
#new-lineup .rex {
	margin-bottom: 3em;
}

#new-lineup .stella {
	margin-bottom: 5em;
}

#new-lineup .present .bnr {
	position: relative;
}
#new-lineup .present .bnr a.more-btn {
	position: absolute;
	top: 79%;
	left: 0;
	right: 0;
	max-width: 100%;
	text-align: center;
}
a.more-btn img {
	height: 57px;
	width: auto !important;
}


/*キャンペーン*/
#campaign {
	background-color: #fffaeb;
	padding: 2.25em 0;
}

.bnr-3col {
	width: 100%;
	margin: 0 auto 1em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bnr-3col .bnr {
	width:48.5%;
}

#sokuno {
	background-color: #d1eaed;
	margin: 3.5em 0;
}

#note-set {
	margin-top: 3.5em;
}
#note-set .note {
	font-size: 11px;
	line-height: 1.75;
	margin-top: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: -0.025em;
}
#note-set .note-ttl {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	padding-left: 1.6em;
	background: url("img/note_icon.webp") no-repeat 2px 4px;
	background-size: auto 16px;
	margin-bottom: 0;
}


@media screen and (max-width: 1250px) {
	#note-set .note {
		font-size: calc(9vw/10);
	}

	#note-set .note-ttl {
		font-size: calc(12vw/10);
		background-position: 1.5% 40%;
		background-size: auto calc(12vw/10);
	}
	
	#anchor-btn {
		max-width: 100%;
		margin: 0 3% 2.5em;
	}
}
@media screen and (max-width: 960px) {
	
	#note-set .note {
		font-size: calc(11vw/10);
	}
	#note-set .note-ttl {
		font-size: calc(14vw/10);
		background-position: 1.5% 40%;
		background-size: auto calc(16vw/10);
	}
	
	#new-lineup {
		padding: 4em 0 3em;
	}
	#new-lineup .impreza,
	#new-lineup .crosstrek,
	#new-lineup .rex {
		margin-bottom: 2em;
	}
	#new-lineup .stella {
		margin-bottom: 3em;
	}
	
	
	#sokuno {margin: 2.5em 0;}
}
@media screen and (max-width: 768px) {
	/*サイズ*/
	section .inside {
		width: min(93%, 768px);
	}
	section .inside-inner {
		width: min(70%, 750px);
		margin: 0 auto;
	}


	#lead-text {
		margin-bottom: 0;
	}

	#anchor-btn {margin: 3em 3% 4em;}

	#new-lineup {
		padding-bottom: 4em;
	}
	#new-lineup .ttl {
		margin-bottom: 2em;
	}

	#new-lineup .impreza, #new-lineup .crosstrek, #new-lineup .rex {
		margin-bottom: 3em;
	}

	#new-lineup .stella {
		margin-bottom: 4em;
	}

	a.more-btn img {
		width: 90% !important;
		height: auto;
	}
	
	#campaign {
		padding: 3em 0;
	}
	.bnr-3col {
		width: 100%;
		display: block;
	}
	
	.bnr-3col .bnr {
		width: 100%;
		margin-bottom: 2.5em;
	}
	
	#sokuno {
		background-color: transparent;
		margin: 3em 0;
	}
	#sokuno .inside-inner {
		width: 100%;
		padding: 0 0 ;
	}
	#sokuno, #sugdas {
		padding: 0 3%;
	}
	#note-set {
		padding: 0 4%;
		margin-top: calc(42vw/10);
	}
	#note-set .note {
		line-height: 1.8;
		font-size: calc(24vw/10);
	}
	#note-set .note-ttl {
		font-size: calc(33vw/10);
		margin-bottom: 0.2em;
		background-position: 1.25% 42%;
		background-size: auto calc(34vw/10);
	}

}