@charset "utf-8";

/*
*********************************************************
スムーズスクロール設定
*********************************************************
*/
html {
  scroll-behavior: smooth;
}

/*
*********************************************************
モーダル表示時のスクロール制御
*********************************************************
*/
body.modal-open {
  overflow: hidden !important;
}

/*
*********************************************************
campaign-contents
*********************************************************
*/
#campaign-contents {
  max-width: 100%;
  margin: 0 auto;
}

/* chrome 画像・グラフィック文字のぼやけ対策 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  #campaign-contents img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* safari 画像 デフォルト値 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {

  _::-webkit-full-page-media,
  _:future,
  :root #campaign-contents img {
    image-rendering: auto;
  }
}

.inner-xs-wrap2,
.inner-xs-wrap,
.inner-s-wrap,
.inner-wrap {
  width: calc(100% - 32px);
  overflow: visible;
}

@media (max-width: 768px) {

  .inner-xs-wrap2,
  .inner-xs-wrap,
  .inner-s-wrap,
  .inner-wrap {
    width: 100%;
  }
}

/*
*********************************************************
#section-kv
*********************************************************
*/
#section-kv {}

#section-kv .photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1440/523;
}

#section-kv .photo h1 {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}

#section-kv picture,
#section-kv picture img {
  width: 100%;
  height: auto;
  display: block;
}

#section-kv .period {
  position: relative;
  width: 100%;
  min-height: 88px;
  text-align: center;
  background-color: #ebebeb;
  margin: 0 auto;
  padding: 0 var(--size16);
}

#section-kv .period h2 {
  max-width: 814px;
  margin: 0 auto;
  padding-top: var(--size16);
}

#section-kv .period .note {
  color: #000;
  font-size: 1.2rem;
  margin: 0 auto;
  padding-top: var(--size12);
  padding-bottom: var(--size8);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-kv .photo {
    aspect-ratio: 768/720;
  }

  #section-kv .period {
    min-height: auto;
    padding: 0 var(--size16);
  }

  #section-kv .period h2 {
    max-width: inherit;
    padding-top: 10px;
  }

  #section-kv .period .note {
    color: #000;
    font-size: 1.2rem;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media print, screen and (max-width:375px) {
  #section-kv .period .note {
    font-size: 1.0rem;
  }
}

/*
*********************************************************
#section-greeting
*********************************************************
*/
#section-greeting {
  margin-top: var(--size64);
  margin-bottom: var(--size32);
  padding: 0 16px;
}

#section-greeting .h2-wrap {}

#section-greeting .h2-wrap h2 {
  color: #191919;
  text-align: center;
  font-size: 4.6rem;
}

#section-greeting .lead {
  margin-top: var(--size8);
}

#section-greeting .lead p {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.6;
}

#section-greeting .note {
  max-width: 800px;
  margin: 16px auto 0;
}

#section-greeting .note p {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.6;
}

@media screen and (min-width: 769px) and (max-width: 950px) {
  #section-greeting .h2-wrap h2 {
    font-size: 3rem;
  }

  #section-greeting .lead p {
    font-size: 1.6rem;
  }

  #section-greeting .note p {
    font-size: 1rem;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-greeting {
    margin-top: var(--size32);
    margin-bottom: 0;
  }

  #section-greeting .h2-wrap h2 {
    font-size: 4.3vw;
    font-weight: bold;
  }

  #section-greeting .lead p {
    font-size: 3.3vw;
    line-height: 1.8;
    letter-spacing: -0.01em;
  }

  #section-greeting .note p {
    font-size: 1.0rem;
    line-height: 1.8;
    text-align: justify;
    padding-left: 2em;
    text-indent: -2em;
  }

  #section-greeting .note p br {
    display: block !important;
  }
}

/*
***************************************************************
#section-navigation
***************************************************************
*/
#section-navigation {
  position: relative;
  max-width: 720px;
  margin: 0 auto 66px;
}

/* --------------- navigation --------------- */
#section-navigation #navigation>ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#section-navigation #navigation>ul>li {
  position: relative;
  width: 226px;
}

#section-navigation #navigation>ul>li>a {
  display: block;
  position: relative;
  text-align: center;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 226 / 195;
  -webkit-transition: all .7s;
  transition: all .7s;
  margin: 0 auto;
}

#section-navigation #navigation>ul>li>a img {
  display: block;
  width: 100%;
  height: auto;
}

#section-navigation #navigation>ul>li>a:hover {
  opacity: 0.8;
  filter: saturate(120%);
  filter: brightness(110%);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-navigation {
    max-width: inherit;
    margin: 0 auto;
    padding: 32px 0 0;
  }

  #section-navigation #navigation>ul {
    display: flex;
    gap: 8px;
    padding: 0 16px;
  }

  #section-navigation #navigation>ul>li {
    flex: 1;
    padding: 0 4px;
  }

  #section-navigation #navigation>ul>li>a {
    width: 100%;
    height: auto;
    aspect-ratio: 220 / 140;
    background-size: 100% 100%;
    padding: 0;
  }

  #section-navigation #navigation>ul>li>a img {
    display: block;
    width: 100%;
    height: auto;
  }
}

/*
*********************************************************
#section-topic01
*********************************************************
*/
#section-topic01 {
  padding-top: 24px;
}

#section-topic01 .topic01-inner,
#section-special-edition .special-edition-inner {
  margin: 0 auto;
}

/* --------------------- topic-header --------------------  */
#campaign-contents .topic-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

#section-special-edition .topic-header {
  margin-bottom: 24px;
}

#campaign-contents .topic-header h2 {
  position: relative;
  margin: 0 auto 16px auto;
  max-width: 300px;
  z-index: 2;
}

#section-related-sites .topic-header h2 {
  max-width: 602px;
}

#campaign-contents .topic-header h2 img {
  position: relative;
  z-index: 3;
}

#campaign-contents .topic-header h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 46px);
  max-width: 1440px;
  height: 3px;
  z-index: 1;
}

#section-topic01 .topic-header h2::after {
  background-color: #ff8200;
}

#section-special-edition .topic-header h2::after {
  background-color: #ff8200;
}

#section-topic02 .topic-header h2::after {
  background-color: #008778;
}

#section-topic03 .topic-header h2::after {
  background-color: #00afd2;
}

#section-related-sites .topic-header h2::after {
  background-color: #000000;
}

#campaign-contents .topic-header h2::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 46px);
  max-width: 1440px;
  height: 36px;
  z-index: 0;
}

#section-topic01 .topic-header h2::before {
  background: #ff8200;
  background: linear-gradient(0deg, rgba(255, 200, 130, 0.6) 0%, rgba(255, 130, 0, 0) 100%);
}

#section-special-edition .topic-header h2::before {
  background: #ff8200;
  background: linear-gradient(0deg, rgba(255, 200, 130, 0.6) 0%, rgba(255, 130, 0, 0) 100%);
}

#section-topic02 .topic-header h2::before {
  background: #008778;
  background: linear-gradient(0deg, rgba(154, 208, 199, 0.6) 0%, rgba(0, 135, 120, 0) 100%);
}

#section-topic03 .topic-header h2::before {
  background: #00afd2;
  background: linear-gradient(0deg, rgba(0, 175, 270, 0.4) 0%, rgba(0, 175, 270, 0) 100%);
}

#section-related-sites .topic-header h2::before {
  background-color: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 175, 270, 0) 100%);
}

#campaign-contents .topic-header h3 {
  margin: 40px auto 20px;
  max-width: 950px;
}

#section-topic03 .topic-header h3 {
  margin: 30px auto 20px;
  max-width: 526px;
}

#campaign-contents .topic-header .topic-description {
  font-size: 2.2rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: var(--size24);
}

/* --------------------- store-locator -------------------- */
#section-topic01 .store-locator {
  max-width: 720px;
  margin: 0 auto;
}

#section-topic01 .store-locator .store-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 75px;
  max-width: 720px;
  background-color: #b4821e;
  color: #fff;
  font-size: 2.6rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .7s;
  transition: all .7s;
}

#section-topic01 .store-locator .store-button::after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 100px;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

#section-topic01 .store-locator .store-button:hover {
  opacity: 0.8;
}

/* --------------------- car-wrap --------------------  */
#section-special-edition {
  padding-bottom: 66px;
}

#section-topic01 .car-wrap,
#section-special-edition .car-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  max-width: 1130px;
  margin: 0 auto;
}

#section-topic01 .car-wrap .car-item,
#section-special-edition .car-wrap .car-item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section-topic01 .car-wrap .car-item.forester-a .car-info {
  background-color: #2c4b46 !important;
}

#section-special-edition .car-wrap .car-item.crosstrek .car-info {
  background-color: #4f5343 !important;
}

/* CROSSTREK の car-image に左上 */
#section-special-edition .car-wrap .car-item.crosstrek .car-image,
#section-special-edition .car-wrap .car-item.brz-special-edition .car-image {
  position: relative;
  overflow: hidden;
}

#section-special-edition .car-wrap .car-item.brz-special-edition {
  display: flex;
  flex-direction: column;
}

#section-special-edition .car-wrap .car-item.brz-special-edition .car-image {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#section-special-edition .car-wrap .car-item.crosstrek .car-image .wilderness-logo {
  position: absolute;
  top: 13px;
  left: 15px;
  width: 25%;
  max-width: 120px;
  min-width: 80px;
  height: auto;
  z-index: 5;
}

#section-special-edition .car-wrap .car-item.brz-special-edition .car-image .coming-soon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#section-special-edition .car-wrap .car-item.crosstrek .car-image .wilderness-logo img,
#section-special-edition .car-wrap .car-item.brz-special-edition .car-image .coming-soon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#section-topic01 .car-wrap .car-image,
#section-special-edition .car-wrap .car-image {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: auto;
}

#section-special-edition .car-wrap .brz-special-edition .car-image {
  background-color: #000;
}

#section-topic01 .car-wrap .car-image img,
#section-special-edition .car-wrap .crosstrek .car-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-topic01 .car-wrap .car-info,
#section-special-edition .car-wrap .crosstrek .car-info,
#section-special-edition .car-wrap .brz-special-edition .car-info {
  background-color: #00345a;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  text-align: left;
}

#section-topic01 .car-wrap .car-info img,
#section-special-edition .car-wrap .crosstrek .car-info img {
  width: calc(100% - 22px);
  height: auto;
  min-height: 45px;
  object-fit: contain;
}

#section-topic01 .car-wrap .car-info p,
#section-special-edition .car-wrap .crosstrek .car-info p {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

/* --------------- plus-btn --------------- */
#section-topic01 .plus-btn,
#section-special-edition .plus-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 73px;
  height: 73px;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

#section-topic01 .plus-btn::before,
#section-special-edition .plus-btn::before,
#section-topic01 .plus-btn::after,
#section-special-edition .plus-btn::after {
  content: '';
  position: absolute;
  background-color: #333;
  transition: opacity 0.3s ease;
}

#section-topic01 .plus-btn::before,
#section-special-edition .plus-btn::before {
  width: 51px;
  height: 2px;
}

#section-topic01 .plus-btn::after,
#section-special-edition .plus-btn::after {
  width: 2px;
  height: 51px;
}

#section-topic01 .plus-btn:hover,
#section-special-edition .plus-btn:hover {
  background: rgba(255, 255, 255, 0.9);
}

#section-topic01 .plus-btn:hover::before,
#section-special-edition .plus-btn:hover::before,
#section-topic01 .plus-btn:hover::after,
#section-special-edition .plus-btn:hover::after {
  opacity: 0.3;
}

/* ---------------------------------------------  */
/* --------------------- PC --------------------  */
/* ---------------------------------------------  */
@media (min-width: 769px) {

  #section-topic01 .car-wrap .car-item,
  #section-special-edition .car-wrap .car-item {
    flex: 0 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-topic01 {
    padding: 40px 0;
  }

  #section-special-edition {
    padding: 10px 0 40px;
  }

  #section-topic01 .topic01-inner,
  #section-special-edition .special-edition-inner {
    padding: 0 var(--size16);
  }

  #section-topic01 .topic-header,
  #section-special-edition .topic-header {
    margin-bottom: var(--size32);
  }

  #section-topic02 .topic-header {
    margin-bottom: 0;
  }

  #campaign-contents .topic-header h2,
  #section-special-edition .topic-header h2 {
    max-width: inherit;
    margin: 0 auto 8px auto;
  }

  #campaign-contents .topic-header h2::before,
  #section-special-edition .topic-header h2::before {
    width: 100vw;
    max-width: inherit;
    height: 36px;
  }

  #section-related-sites .topic-header h2::before {
    height: 20px;
  }

  #campaign-contents .topic-header h2::after,
  #section-special-edition .topic-header h2::after {
    width: 100vw;
    max-width: inherit;
    height: 3px;
  }

  #section-topic01 .topic-header h2 {
    width: 25%;
    max-width: none;
  }

  #section-related-sites .topic-header h2 {
    width: 80%;
    max-width: inherit;
  }

  #section-topic01 .topic-header h3,
  #section-special-edition .topic-header h3 {
    width: 80%;
    max-width: inherit;
  }

  #section-topic01 .topic-header .topic-description {
    font-size: 3.3vw;
    line-height: 1.8;
    padding: 0 16px;
  }

  /* --------------------- store-locator --------------------  */
  #section-topic01 .store-locator {
    max-width: inherit;
    padding: 0 46px;
  }

  #section-topic01 .store-locator .store-button {
    height: auto;
    padding: 15px 40px;
    font-size: 1.4rem;
  }

  #section-topic01 .store-locator .store-button::before {
    left: 16px;
    width: 14px;
    height: 14px;
  }

  #section-topic01 .store-locator .store-button::after {
    right: 24px;
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  /* --------------------- car-wrap -------------------- */
  #section-topic01 .car-wrap,
  #section-special-edition .car-wrap {
    flex-direction: column;
    gap: 16px;
    max-width: inherit;
  }

  #section-topic01 .car-wrap .car-item,
  #section-special-edition .car-wrap .car-item {
    flex: 1 1 100%;
    max-width: 100%;
  }

  #section-topic01 .plus-btn,
  #section-special-edition .plus-btn {
    bottom: 6px;
    right: 6px;
    width: 50px;
    height: 50px;
  }

  #section-topic01 .plus-btn::before,
  #section-special-edition .plus-btn::before {
    width: 36px;
  }

  #section-topic01 .plus-btn::after,
  #section-special-edition .plus-btn::after {
    height: 36px;
  }

  /* SUBARU WILDERNESS ロゴ */
  #section-special-edition .car-wrap .car-item.crosstrek .car-image .wilderness-logo {
    width: 22%;
    top: 2vw;
    left: 2vw;
  }
}

@media screen and (max-width: 320px) {
  #section-topic01 .store-locator .store-button {
    padding: 12px 40px 12px 20px;
    font-size: 1.2rem;
  }
}

/*
***************************************************************
modal
***************************************************************
*/
#campaign-contents .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1010;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: none;
}

#campaign-contents .modal-container {
  overflow: hidden;
  touch-action: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 970px;
  z-index: 1010;
  padding: 60px 30px 30px 30px;
}

#campaign-contents .modal-wrapper {
  position: relative;
  width: 100%;
  max-width: 970px;
}

#campaign-contents .modal-content {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #e5eaee;
  width: 100%;
  max-height: 80vh;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  overscroll-behavior: contain;
}

#campaign-contents #forester-adventure .modal-content {
  background-color: #e9edec;
}

#campaign-contents #crosstrek .modal-content {
  background-color: #ededec;
}

#campaign-contents .modal-content-inner {
  max-width: 970px;
  padding: 40px 16px 20px;
}

/* 重要 */
#campaign-contents .modal-overlay {
  opacity: 1 !important;
}

/* 閉じるボタン */
#campaign-contents .modal-close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  background-color: #fff;
  z-index: 1020;
}

#campaign-contents .modal-close::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #00345a;
  width: 2px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  rotate: 45deg;
  border-radius: 22.5px;
}

#campaign-contents .modal-close::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #00345a;
  width: 2px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  rotate: -45deg;
  border-radius: 22.5px;
}

#campaign-contents .modal-button.recipe {
  display: inline-block;
  width: 320px;
  background-color: #006d26;
  color: #fff;
  border: none;
  font-size: 2.4rem;
  margin-top: 20px;
  padding: 10px 20px;
  cursor: pointer;
}

#campaign-contents .modal-button.recipe:hover {
  opacity: 0.8;
}

#campaign-contents .modal-button.recipe .arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size16);
  height: var(--size16);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center center;
  transition: transform 0.3s ease;
  margin-left: var(--size16);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #campaign-contents .modal-close::after {
    width: 2px;
    height: 26px;
  }

  #campaign-contents .modal-close::before {
    width: 2px;
    height: 26px;
  }

  #campaign-contents .modal-container {
    padding: 50px 25px 25px 25px;
  }

  #campaign-contents .modal-close {
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
  }

  #campaign-contents .modal-content-inner {
    padding: 16px;
  }
}

@media screen and (max-width:480px) {
  #campaign-contents .modal-container {
    padding: 44px 22px 22px 22px;
  }

  #campaign-contents .modal-close {
    top: -22px;
    right: -18px;
    width: 44px;
    height: 44px;
  }

  #campaign-contents .modal-content-inner {
    padding: 12px 16px;
  }
}

@media screen and (max-width:320px) {
  #campaign-contents .modal-container {
    padding: 40px 20px 20px 20px;
  }

  #campaign-contents .modal-close {
    top: -20px;
    right: -18px;
    width: 38px;
    height: 38px;
  }

  #campaign-contents .modal-content-inner {
    padding: 10px 16px;
  }
}

/*
*********************************************************
モーダルヘッダー画像
*********************************************************
*/
#campaign-contents .modal-container .modal-header-section {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

#campaign-contents .modal-container .modal-photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: visible;
}

/* CROSSTREK モーダル内のSUBARU WILDERNESS ロゴ */
#crosstrek .modal-photo .wilderness-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 23%;
  max-width: 23%;
  z-index: 5;
}

#solterra .modal-photo .wilderness-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* BRZ 特別仕様車 COMING SOON */
#section-special-edition .modal-photo .coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 23%;
  max-width: 23%;
  z-index: 5;
}

#section-special-edition .modal-photo .coming-soon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#solterra .modal-photo {
  position: relative;
}

#solterra .modal-photo .logo {
  position: absolute;
  top: 3vw;
  left: 2vw;
  width: 57%;
  max-width: 510px;
  height: auto;
  z-index: 5;
}

#crosstrek .modal-photo .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#campaign-contents .modal-container .modal-logo-band {
  width: 100%;
  height: 76px;
  background-color: #00345a;
  display: flex;
  align-items: center;
}

#campaign-contents #forester-adventure .modal-container .modal-logo-band {
  background-color: #2c4b46 !important;
}

#campaign-contents #crosstrek .modal-container .modal-logo-band {
  background-color: #4f5343 !important;
}

#campaign-contents .modal-container .modal-logo {
  width: 100%;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #crosstrek .modal-photo .wilderness-logo {
    width: 24%;
    top: 3vw;
    left: 3vw;
    border-width: 2px;
    border-radius: 10px;
  }

  #crosstrek .modal-photo .wilderness-logo::before {
    font-size: 1.4rem;
  }

  #campaign-contents .modal-container .modal-logo-band {
    height: auto;
    padding: 10px 0;
  }
}

/*
*********************************************************
500台限定バナー - Limited Banner
*********************************************************
*/
#campaign-contents .modal-container .limited-banner {
  background-color: #eca92d;
  color: white;
  padding: 15px;
  margin: 20px;
  text-align: center;
}

#campaign-contents .modal-container .limited-header {
  background-color: #4f5343;
  color: white;
  text-align: center;
  margin-bottom: 15px;
  padding: 8px 15px;
}

#campaign-contents .modal-container .limited-header img {
  width: 182px;
}

#campaign-contents .modal-container .limited-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

#campaign-contents .modal-container .limited-title img {
  width: 596px;
}

#campaign-contents .modal-container .limited-period {
  font-size: 2.4rem;
}

#campaign-contents .modal-container .limited-note {
  color: #000;
  font-size: 1.6rem;
  text-align: left;
  padding: 10px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #campaign-contents .modal-container .limited-banner {
    padding: 16px;
  }

  #campaign-contents .modal-container .limited-header {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    padding: 6px 15px;
  }

  #campaign-contents .modal-container .limited-header img {
    width: 30%;
    max-width: 120px;
  }

  #campaign-contents .modal-container .limited-title {
    margin-bottom: 10px;
    margin: 0 auto;
  }

  #campaign-contents .modal-container .limited-title img {
    width: 80%;
  }

  #campaign-contents .modal-container .limited-period {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #campaign-contents .modal-container .limited-note {
    font-size: 1.0rem;
    padding: 0;
    text-align: justify;
  }
}

/*
*********************************************************
装着アクセサリーレイアウト
*********************************************************
*/
#campaign-contents .modal-container .accessory-section {
  padding: 0;
}

#campaign-contents .modal-container .accessory-section h4.accessory-title {
  font-size: 3.0rem;
  color: #333;
  margin-bottom: 25px;
  text-align: left;
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
}

#campaign-contents .modal-container .accessory-section h4.accessory-title span {
  font-size: 1.8rem;
  padding-left: 10px;
}

/* --------------- メイン画像エリア --------------- */
#campaign-contents .modal-container .accessory-section .accessory-images {
  margin-bottom: 20px;
}

#campaign-contents .modal-container .accessory-section .image-row {
  display: flex;
  gap: 0;
  margin-bottom: 10px;
}

#campaign-contents .modal-container .accessory-section .image-item {
  flex: 1;
  position: relative;
}

#campaign-contents .modal-container .accessory-section .car-image-placeholder {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------------- 番号付きポイントマーカー --------------- */
#campaign-contents .modal-container .accessory-section .marker {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #00345a;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
}

#campaign-contents #crosstrek .modal-container .accessory-section .marker {
  background-color: #4f5343;
}

#campaign-contents #forester-adventure .modal-container .accessory-section .marker {
  background-color: #2c4b46;
}

/* --------------- アクセサリー詳細リスト --------------- */
#campaign-contents .modal-container .accessory-section .accessory-list {
  margin-top: 20px;
}

#campaign-contents .modal-container .accessory-section .accessory-item {
  display: flex;
  align-items: flex-start;
}

#campaign-contents .modal-container .accessory-section .item-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00345a;
  color: white;
  width: 23px;
  height: 23px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-right: 15px;
  margin-top: 4px;
  padding-top: 1px;
  flex-shrink: 0;
}

#campaign-contents #crosstrek .modal-container .accessory-section .item-number {
  background-color: #4f5343;
}

#campaign-contents #forester-adventure .modal-container .accessory-section .item-number {
  background-color: #2c4b46;
}

#campaign-contents .modal-container .accessory-section .item-content {
  flex: 1;
}

#campaign-contents .modal-container .accessory-section .accessory-parts {
  list-style: none;
  margin: 0;
}

#campaign-contents .modal-container .accessory-section .accessory-parts li {
  color: #00345a;
  font-size: 1.8rem;
  list-style: none;
}

#campaign-contents #crosstrek .modal-container .accessory-section .accessory-parts li {
  color: #4f5343;
}

#campaign-contents #forester-adventure .modal-container .accessory-section .accessory-parts li {
  color: #2c4b46;
}

#campaign-contents .modal-container .accessory-section .item-content p {
  color: #00345a;
  font-size: 1.8rem;
  line-height: 1.4;
}

#campaign-contents #crosstrek .modal-container .accessory-section .item-content p {
  color: #4f5343;
}

#campaign-contents .modal-container .accessory-section .note {
  color: #333;
  font-size: 1.2rem;
}

/* --------------- その他アクセサリー --------------- */
#campaign-contents .modal-container .accessory-section .other-accessories {
  margin: 20px 0 10px;
  list-style: none;
}

#campaign-contents .modal-container .accessory-section .other-accessories li {
  color: #00345a;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

#campaign-contents .modal-container .accessory-section .other-accessories li span {
  font-size: 1.4rem;
}

#campaign-contents #crosstrek .modal-container .accessory-section .other-accessories li {
  color: #4f5343;
}

/* --------------- 注意書き --------------- */
#campaign-contents .modal-container .accessory-section .accessory-notes {
  margin-top: 10px;
}

#campaign-contents .modal-container .accessory-section .note-text {
  font-size: 1.2rem;
}

#campaign-contents .modal-container .accessory-section .note-text:last-child {
  margin-bottom: 0;
}

/* 769px以上 */
@media (min-width: 769px) {
  #campaign-contents .modal-container .accessory-section .other-accessories {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* ■マークをitem-numberと同じ大きさに */
#campaign-contents .modal-container .accessory-section .other-accessories li::before {
  content: '■';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-color: #00345a;
  color: #00345a;
  text-align: center;
  line-height: 23px;
  font-size: 16px;
  margin-right: 15px;
  vertical-align: middle;
  margin-top: -2px;
  flex-shrink: 0;
}

#campaign-contents #crosstrek .modal-container .accessory-section .other-accessories li::before {
  background-color: #4f5343;
  color: #4f5343;
}

/* --------------- 来店予約 --------------- */
#campaign-contents #crosstrek .modal-container .accessory-section .btn-wrap {
  padding-bottom: 20px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #campaign-contents .modal-container .accessory-section h4.accessory-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #campaign-contents .modal-container .accessory-section h4.accessory-title span {
    font-size: 1.0rem;
    font-weight: normal;
    padding-left: 5px;
  }

  #campaign-contents .modal-container .accessory-section .image-row {
    flex-direction: row;
  }

  #campaign-contents .modal-container .accessory-section .car-image-placeholder {
    font-size: 1.0rem;
  }

  #campaign-contents .modal-container .accessory-section .accessory-item {
    flex-direction: row;
    align-items: flex-start;
    padding: 0 0 6px;
  }

  #campaign-contents .modal-container .accessory-section .item-number {
    margin-right: 12px;
    margin-bottom: 0;
    margin-top: 0;
    width: 18px;
    height: 18px;
    font-size: 1.1rem;
    flex-shrink: 0;
  }

  #campaign-contents .modal-container .accessory-section .marker {
    width: 20px;
    height: 20px;
    font-size: 1.0rem;
    bottom: 0;
    right: 0;
  }

  #campaign-contents .modal-container .accessory-section .accessory-parts li,
  #campaign-contents .modal-container .accessory-section .item-content p {
    font-size: 1.2rem;
    text-align: justify;
  }

  #campaign-contents .modal-container .accessory-section .accessory-parts {
    margin: 0;
  }

  #campaign-contents .modal-container .accessory-section .other-accessories li span {
    font-size: 1.2rem;
  }

  #campaign-contents .modal-container .accessory-section .other-accessories li::before {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    margin-right: 12px;
    position: absolute;
    left: 0;
    top: 0;
  }

  #campaign-contents .modal-container .accessory-section .other-accessories li {
    position: relative;
    font-size: 1.2rem;
    padding-left: 30px;
  }

  #campaign-contents .modal-container .accessory-section .note-text {
    font-size: 1.0rem;
  }
}

/*
*********************************************************
展示店舗リスト
*********************************************************
*/
#campaign-contents .modal-container .store-section {
  padding-top: 30px;
}

#solterra .modal-container .store-section {
  padding-top: 0;
}

#campaign-contents .modal-container .store-section h4.store-title {
  font-size: 3.0rem;
  color: #333;
  text-align: left;
}

#campaign-contents .modal-container .store-section .store-area {
  margin-bottom: 30px;
}

#campaign-contents .modal-container .store-section .area-header {
  background-color: #1e3d59;
  color: white;
  font-size: 2.4rem;
  padding: 5px 10px;
  margin-bottom: 15px;
}

#campaign-contents #forester-adventure .modal-container .store-section .area-header {
  background-color: #2c4b46;
}

#campaign-contents #solterra .modal-container .store-section .area-header {
  background-color: #00325a;
}

#campaign-contents .modal-container .store-section .store-list {
  margin-bottom: 8px;
}

#campaign-contents .modal-container .store-section .store-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #00345a;
  background-color: #f8f9fa;
  margin-bottom: 8px;
}

#campaign-contents #forester-adventure .modal-container .store-section .store-item {
  border: 1px solid #2c4b46;
  background-color: #e9edec;
}

#campaign-contents #solterra .modal-container .store-section .store-item {
  border: 1px solid #00325a;
  background-color: #fff;
}

#campaign-contents .modal-container .store-section .store-name {
  flex: 1;
  font-size: 1.8rem;
  padding: 10px 20px;
}

#campaign-contents #solterra .modal-container .store-section .store-name {
  padding: 8px 15px 5px;
}

#campaign-contents #solterra .modal-container .store-section .store-schedule {
  font-size: 1.2rem;
  line-height: 1;
  margin: 0;
  padding: 0 15px;
  align-self: center;
}

#campaign-contents .modal-container .store-section .store-detail-btn {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7a9bb3;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  white-space: nowrap;
  transition: background-color 0.3s ease;
  padding: 0 16px;
}

#campaign-contents #forester-adventure .modal-container .store-section .store-detail-btn {
  background-color: #95a5a2;
}

#campaign-contents .modal-container .store-section .store-detail-btn:hover {
  background-color: #5a7a93;
  text-decoration: none;
}

#campaign-contents #forester-adventure .modal-container .store-section .store-detail-btn:hover {
  background-color: #718e88;
}

#campaign-contents #solterra .modal-container .store-section .store-detail-btn {
  background-color: #7f98ac;
}

#campaign-contents #solterra .modal-container .store-section .store-detail-btn:hover {
  background-color: #5e7588;
}

/* ---------------------------------------------  */
/* --------------------- PC --------------------  */
/* ---------------------------------------------  */
@media (min-width: 769px) {
  #campaign-contents .modal-container .store-section .store-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 10px;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #campaign-contents .modal-container .store-section h4.store-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
  }

  #campaign-contents .modal-container .store-section .area-header {
    font-size: 1.4rem;
    padding: 10px 15px;
    margin-bottom: 10px;
  }

  #campaign-contents .modal-container .store-section .store-item {
    flex-direction: row;
    align-items: stretch;
    padding: 0;
  }

  #campaign-contents .modal-container .store-section .store-name {
    font-size: 1.3rem;
    margin-bottom: 0;
    padding: 12px 15px;
    flex: 1;
  }

  #campaign-contents .modal-container .store-section .store-schedule {
    font-size: 1.2rem;
    padding: 0 15px;
  }

  #campaign-contents #solterra .modal-container .store-section .store-name {
    font-weight: bold;
    padding: 8px 8px 5px 15px;
  }

  #campaign-contents #solterra .modal-container .store-section .store-schedule {
    padding: 0 8px;
    line-height: 1.4;
  }

  #campaign-contents .modal-container .store-section .store-detail-btn {
    font-size: 1.2rem;
    align-self: stretch;
    min-height: 40px;
    flex-shrink: 0;
    padding: 0 8px;
  }
}

/*
*********************************************************
全国の展示店舗を探す
*********************************************************
*/
#section-exhibition-store {
  padding: var(--size40) 0 20px;
}

#section-exhibition-store .exhibition-store-inner {
  margin: 0 auto;
}

#section-exhibition-store .exhibition-title {
  text-align: left;
  margin-bottom: var(--size8);
}

#section-exhibition-store .exhibition-title h3 {
  font-size: 2.2rem;
  margin: 0;
}

/* アコーディオンスタイル */
#section-exhibition-store .exhibition-acc-wrap {
  margin-bottom: var(--size24);
  background-color: transparent;
}

#section-exhibition-store .exhibition-acc-wrap .exhibition-toggle-icn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #b8934a;
  color: #fff;
  font-size: 2.8rem;
  cursor: pointer;
  border: none;
  list-style: none;
  padding: 5px 15px;
  transition: all 0.3s ease;
}

#section-exhibition-store .exhibition-acc-wrap .exhibition-toggle-icn:hover {
  background-color: #9d7a3a;
}

#section-exhibition-store .exhibition-acc-wrap .exhibition-toggle-icn::-webkit-details-marker {
  display: none;
}

#section-exhibition-store .exhibition-acc-wrap .exhibition-toggle-icn::after {
  content: '';
  position: absolute;
  right: 32px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-70%) translateX(-2px) rotate(45deg);
  transition: transform 0.3s ease;
}

/* 開いた状態（上向き三角に変更） */
#section-exhibition-store .exhibition-acc-wrap[open] .exhibition-toggle-icn::after {
  border-bottom: none;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-25%) translateX(2px) rotate(-45deg);
}

/* アコーディオンコンテンツ */
#section-exhibition-store .exhibition-acc-wrap .acc-contents {
  background-color: white;
  border: 1px solid #b4821e;
  border-top: none;
  overflow: hidden;
  transition: all 0.3s ease;
}

#section-exhibition-store .exhibition-acc-wrap .acc-contents-inner {
  padding: 15px;
  transition: all 0.3s ease;
}

/* 閉じている状態 */
#section-exhibition-store .exhibition-acc-wrap:not([open]) .acc-contents {
  height: 0;
  border: none;
  padding: 0;
  opacity: 0;
}

#section-exhibition-store .exhibition-acc-wrap:not([open]) .acc-contents-inner {
  padding: 0 5px;
  transform: translateY(-10px);
}

/* 開いている状態 */
#section-exhibition-store .exhibition-acc-wrap[open] .acc-contents {
  height: auto;
  opacity: 1;
}

#section-exhibition-store .exhibition-acc-wrap[open] .acc-contents-inner {
  transform: translateY(0);
}

/* 店舗リストスタイル */
#section-exhibition-store .exhibition-store-list {
  background-color: white;
}

/* 769px以上で2列レイアウト */
@media (min-width: 769px) {
  #section-exhibition-store .exhibition-store-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  #section-exhibition-store .exhibition-store-item {
    flex: 0 0 calc((100% - 15px) / 2);
    max-width: calc((100% - 15px) / 2);
    margin-bottom: 5px;
  }
}

#section-exhibition-store .exhibition-store-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border: 1px solid #b4821e;
  margin-bottom: 5px;
  background-color: white;
}

#section-exhibition-store .exhibition-store-item .store-name {
  font-size: 2.2rem;
  color: #333;
  margin-right: 16px;
  min-width: 180px;
}

#section-exhibition-store .exhibition-store-item .store-models {
  flex: 1;
  margin-right: 16px;
}

#section-exhibition-store .exhibition-store-item .store-models .model-name {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.2;
}

#section-exhibition-store .exhibition-store-item .store-detail-btn {
  background-color: #b8934a;
  color: white;
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: normal;
  border-radius: 0;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}

#section-exhibition-store .exhibition-store-item a[target="_blank"]:after {
  background: url(/assets/images/icn_blank_white.svg) no-repeat center center / contain;
  width: 17px;
  height: 17px;
  top: 0;
}

#section-exhibition-store .exhibition-store-item .store-detail-btn:hover {
  background-color: #9d7a3a;
  text-decoration: none;
}

@media (min-width: 769px) and (max-width: 869px) {
  #section-exhibition-store .exhibition-store-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  #section-exhibition-store .exhibition-store-item .store-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 8px;
  }

  #section-exhibition-store .exhibition-store-item .store-detail-btn {
    width: 100px;
    flex-shrink: 0;
    font-size: 1.4rem;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-exhibition-store {
    padding: 0;
  }

  #section-exhibition-store .exhibition-store-inner {
    padding: 0 16px;
  }

  #section-exhibition-store .exhibition-title h3 {
    font-size: 2.0rem;
  }

  #section-exhibition-store .exhibition-acc-wrap {
    margin-bottom: var(--size16);
  }

  #section-exhibition-store .exhibition-acc-wrap .exhibition-toggle-icn {
    font-size: 1.6rem;
    padding: 12px 16px;
  }

  #section-exhibition-store .exhibition-store-item:last-child {
    margin-bottom: 0;
  }

  #section-exhibition-store .exhibition-acc-wrap .acc-contents-inner {
    padding: 10px;
  }

  #section-exhibition-store .exhibition-store-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }

  #section-exhibition-store .exhibition-store-item .store-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 8px;
  }

  #section-exhibition-store .exhibition-store-item .store-name {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 4px;
    margin-right: 5px;
  }

  #section-exhibition-store .exhibition-store-item .store-models .model-name {
    font-size: 1.2rem;
  }

  #section-exhibition-store .exhibition-store-item .store-detail-btn {
    width: 90px;
    height: 40px;
    font-size: 1.2rem;
  }

  #section-exhibition-store .exhibition-store-item a[target="_blank"]:after {
    margin-left: 4px;
  }
}

/* 320px以下: 縦並び（折り返し） */
@media (max-width: 320px) {
  #section-exhibition-store .exhibition-store-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 5px;
  }

  #section-exhibition-store .exhibition-store-item .store-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 0;
    margin-bottom: 8px;
    align-self: stretch;
  }

  #section-exhibition-store .exhibition-store-item .store-info .store-name {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 4px;
  }

  #section-exhibition-store .exhibition-store-item .store-info .store-models {
    margin-right: 0;
  }

  #section-exhibition-store .exhibition-store-item .store-detail-btn {
    align-self: flex-end;
    height: 30px;
    font-size: 1.2rem;
  }
}

/*
***************************************************************
topic02
***************************************************************
*/
#section-topic02 {
  overflow: visible;
  padding-top: 24px;
  padding-bottom: 66px;
}

#section-topic02 .topic02-inner {
  overflow: visible;
}

/* topic02-content */
#section-topic02 .topic02-content {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
}

/* btn-wrapper */
#section-topic02 .btn-wrapper {
  text-align: center;
}

#section-topic02 .btn-wrapper .btn-wrap {
  display: inline-block;
  width: 100%;
  max-width: 248px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
}

#section-topic02 .btn-wrapper .btn-nml {
  position: relative;
  width: 100%;
  max-width: 248px !important;
  font-size: 2.2rem;
  font-weight: normal;
  text-align: right;
}

#section-topic02 .btn-wrapper .btn-nml.rev {
  background-color: #0050a0;
  border: none;
}

#section-topic02 .btn-wrapper .btn-nml::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-topic02 {
    padding-bottom: 40px;
  }

  #section-topic02 .topic02-content {
    max-width: inherit;
    padding: 30px 8px 0;
  }

  #section-topic02 .btn-wrapper .btn-nml {
    font-size: 4.5vw;
    padding-right: 40px;
    padding-left: 20px;
  }

  #section-topic02 .btn-wrapper .btn-nml::after {
    right: 32px;
  }
}

/*
***************************************************************
topic03
***************************************************************
*/
#section-topic03 {
  overflow: visible;
  padding-top: 24px;
}

#section-topic03 .topic03-inner {
  overflow: visible;
  text-align: center;
  margin: 0 auto;
}

#section-topic03 .topic-header {
  margin-bottom: 24px;
}

#section-topic03 .car-image {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
}

#section-topic03 .car-image h4 {
  position: absolute;
  bottom: 1.3vw;
  left: 3.2vw;
  width: 45%;
  max-width: 450px;
  height: auto;
  z-index: 5;
}

#section-topic03 .caption {
  max-width: 1130px;
  font-size: 1.1rem;
  text-align: justify;
  margin: 0 auto;
  padding-top: 5px;
  z-index: 10;
}

#section-topic03 .topic03-content {
  display: flex;
  gap: 55px;
  margin-top: 25px;
}

#section-topic03 .topic03-box {
  flex: 1;
  padding: 24px 16px;
  border: 1px solid #000;
}

#section-topic03 .content-header h5 {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #333;
}

#section-topic03 .content-lead p {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #555;
}

#section-topic03 .content-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

#section-topic03 .content-note {
  text-align: justify;
  margin-top: 10px;
}

#section-topic03 .content-note p {
  font-size: 1.0rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* btn-wrapper */
#section-topic03 .btn-wrapper {
  text-align: center;
}

#section-topic03 .btn-wrapper .btn-wrap {
  display: inline-block;
  width: 100%;
  max-width: 736px;
  margin-top: 35px;
  margin-bottom: 35px;
}

#section-topic03 .btn-wrapper .btn-nml {
  position: relative;
  width: 100%;
  max-width: 736px !important;
  font-size: 3.6rem;
  font-weight: normal;
  text-align: right;
  padding: 15px 40px 15px 20px;
}

#section-topic03 .btn-wrapper .btn-nml.rev {
  background-color: #00afd2;
  border: none;
}

#section-topic03 .btn-wrapper .btn-nml::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 120px;
  width: 22px;
  height: 22px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

#section-topic03 .btn-wrapper .btn-nml:hover {
  background-color: #31c3e0;
  color: var(--white);
}

#section-topic03 .btn-wrapper .btn-nml:hover::after {
  border-top: 3px solid var(--white);
  border-right: 3px solid var(--white);
}

@media (min-width: 936px) and (max-width: 1135px) {
  #section-topic03 .topic03-content {
    gap: 40px;
  }

  #section-topic03 .content-header h5 {
    font-size: 2.2rem !important;
  }

  #section-topic03 .content-lead p {
    font-size: 1.6rem !important;
  }

  #section-topic03 .content-note p {
    font-size: 1.0rem !important;
  }
}

@media (min-width: 769px) and (max-width: 935px) {
  #section-topic03 .topic03-content {
    gap: 30px;
  }

  #section-topic03 .content-header h5 {
    font-size: 2rem !important;
  }

  #section-topic03 .content-lead p {
    font-size: 1.6rem !important;
    text-align: justify;
  }

  #section-topic03 .content-lead p br {
    display: none !important;
  }

  #section-topic03 .content-note p {
    font-size: 1.0rem !important;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #campaign-contents .topic-header h3 {
    width: 85%;
    max-width: inherit;
    margin: 40px auto 20px;
  }

  #section-topic03 .topic-header h3 {
    margin: 30px auto 20px;
  }

  #section-topic03 .topic03-content {
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
    max-width: inherit;
  }

  #section-topic03 .topic03-box {
    padding: 0 16px 16px;
    border: none;
  }

  #section-topic03 .content-header h5 {
    font-size: 5vw;
  }

  #section-topic03 .content-lead p {
    font-size: 3.8vw;
  }

  #section-topic03 .content-image {
    height: auto;
  }

  #section-topic03 .car-image h4 {
    top: 3vw;
    left: 10vw;
    width: 59%;
    max-width: inherit;
  }

  #section-topic03 .btn-wrapper .btn-wrap {
    max-width: inherit !important;
    margin-top: 20px;
    margin-bottom: 35px;
  }

  #section-topic03 .btn-wrapper .btn-nml {
    width: 90%;
    max-width: inherit !important;
    font-size: 4.5vw;
    padding-right: 40px;
    padding-left: 20px;
  }

  #section-topic03 .btn-wrapper .btn-nml::after {
    right: 32px;
  }

  #section-topic03 .caption {
    max-width: inherit;
    padding: 5px 16px 0;
    font-size: 1.0rem;
  }
}

/*
*********************************************************
modal-button-wrapper
*********************************************************
*/
#solterra .modal-content {
  background-color: #fff !important;
}

#section-topic03 .modal-button-wrapper {
  max-width: 1130px;
  margin: 0 auto 90px;
}

#section-topic03 .modal-button-band {
  position: relative;
  background-color: #7396b4;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  cursor: pointer;
  border: none;
  list-style: none;
  margin: 0 auto;
  padding: 5px 15px;
  transition: all 0.3s ease;
}

#section-topic03 .modal-button-band.modal-button {
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

#section-topic03 .modal-button-band.modal-button:hover {
  background-color: #557c99;
  text-decoration: none;
}

#section-topic03 .modal-button-band.modal-button::after {
  content: '';
  position: absolute;
  right: 39px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 2px;
  height: 28px;
  background-color: white;
  transition: all 0.3s ease;
}

#section-topic03 .modal-button-band.modal-button::after {
  content: '';
  position: absolute;
  right: 39px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 2px;
  height: 28px;
  background-color: white;
  transition: all 0.3s ease;
}

#section-topic03 .modal-button-band.modal-button::before {
  content: '';
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-topic03 .modal-button-wrapper {
    max-width: inherit;
    padding: 0 16px;
  }

  #section-topic03 .modal-button-band {
    font-size: 4.5vw;
    line-height: 1.4;
    padding: 16px;
  }

  #section-topic03 .modal-button-band.modal-button::after {
    right: 21px;
    width: 2px;
    height: 20px;
  }

  #section-topic03 .modal-button-band.modal-button::before {
    right: 12px;
    width: 20px;
    height: 2px;
  }
}

/*
*********************************************************
#solterra限定 - store-name調整
*********************************************************
*/
#solterra .modal-container .store-section .store-name {
  flex: none;
  width: auto;
}

@media screen and (max-width: 768px) {
  #solterra .modal-container .store-section .store-name {
    flex: none;
    /* flex: 1無効化 */
    width: auto;
  }
}

/*
*********************************************************
#section-related-sites
*********************************************************
*/
#section-related-sites .slider-outer {
  position: relative;
  max-width: 1130px;
  margin: 40px auto 0;
}

#section-related-sites .slider-inner {
  overflow: hidden;
}

#section-related-sites .swiper {
  position: relative;
}

#section-related-sites .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #000;
}

/* 3つ横並び */
@media (min-width: 769px) {
  #section-related-sites .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    transform: none !important;
    width: 100% !important;
    max-width: 1130px;
    margin: 0 auto;
    contain: layout style;
  }

  #section-related-sites .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #000 !important;
    padding: 10px;
    min-height: 200px;
    height: 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: auto;
  }

  #section-related-sites .swiper-slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  /* ナビゲーションボタンとページネーションを非表示 */
  #section-related-sites .swiper-button-next,
  #section-related-sites .swiper-button-prev,
  #section-related-sites .swiper-pagination {
    display: none !important;
  }
}

#section-related-sites .swiper-slide img {
  max-width: 343px;
  display: block;
  transition: opacity 0.3s ease;
}

#section-related-sites .swiper-slide img:hover {
  opacity: 0.8;
}

#section-related-sites .swiper-pagination {
  position: relative;
  text-align: center;
  margin-top: 12px;
}

#section-related-sites .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.18);
  width: 10px;
  height: 10px;
  opacity: 1;
}

#section-related-sites .swiper-pagination-bullet-active {
  background: #6580bf;
}

/* スライド内テキスト */
#section-related-sites .swiper-slide .slide-text {
  margin: 20px 0 0;
  text-align: center;
}

#section-related-sites .swiper-slide .slide-text h3 {
  display: flex;
  align-items: flex-start;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: -0.02em;
  line-height: 1.4;
  margin-bottom: 12px;
  min-height: 67px;
}

#section-related-sites .swiper-slide .slide-text p {
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

@media (min-width: 769px) and (max-width:1080px) {
  #section-related-sites .swiper-slide {
    border: 1px solid #000 !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: auto;
  }

  #section-related-sites .swiper-slide .slide-text h3 {
    font-size: 1.6rem;
    min-height: 45px;
    /* タブレット用の高さ調整 */
  }

  #section-related-sites .swiper-slide .slide-text p {
    font-size: 1.1vw;
    text-align: left;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-related-sites .slider-outer {
    width: 100%;
    max-width: inherit;
    margin: 24px auto 20px;
    padding: 0 16px;
    overflow: hidden;
  }

  #section-related-sites .slider-inner {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 16px 32px;
    position: relative;
    overflow: hidden;
  }

  #section-related-sites .mySwiper {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  #section-related-sites .swiper-wrapper {
    width: 100%;
    transform-style: preserve-3d;
    display: flex !important;
    grid-template-columns: none !important;
    max-width: inherit;
  }

  #section-related-sites .swiper-slide+.swiper-slide {
    margin-left: 0;
  }

  #section-related-sites .swiper-slide {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none;
    padding: 0 5px;
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
    flex-shrink: 0;
  }

  #section-related-sites .swiper-slide img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }

  #section-related-sites .swiper-button-prev,
  #section-related-sites .swiper-button-next {
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    margin-top: 0;
    cursor: pointer;
  }

  #section-related-sites .swiper-button-prev::before,
  #section-related-sites .swiper-button-prev::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 3px;
    width: 18px;
    height: 2px;
    background-color: #666;
    transform-origin: 0% 50%;
  }

  #section-related-sites .swiper-button-prev::before {
    transform: rotate(-45deg);
  }

  #section-related-sites .swiper-button-prev::after {
    transform: rotate(45deg);
  }

  #section-related-sites .swiper-button-next::before,
  #section-related-sites .swiper-button-next::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 3px;
    width: 18px;
    height: 2px;
    background-color: #666;
    transform-origin: 100% 50%;
  }

  #section-related-sites .swiper-button-next::before {
    transform: rotate(45deg);
  }

  #section-related-sites .swiper-button-next::after {
    transform: rotate(-45deg);
  }

  #section-related-sites .swiper-button-prev {
    left: 24px;
  }

  #section-related-sites .swiper-button-next {
    right: 24px;
  }

  #section-related-sites .swiper-slide .slide-text {
    width: 100%;
    margin: 16px auto 0;
    padding: 0;
  }

  #section-related-sites .swiper-slide .slide-text h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
    min-height: 45px;
    /* モバイル用の高さ調整 */
  }

  #section-related-sites .swiper-slide .slide-text p {
    font-size: 2.9vw;
    letter-spacing: -0.02em;
  }
}

@media screen and (min-width: 375px) and (max-width: 430px) {
  #section-related-sites .swiper-slide .slide-text p {
    font-size: 3.2vw;
    letter-spacing: -0.02em;
  }
}

/*
***************************************************************
#section-bnr .bnr-wrapper
***************************************************************
*/
#section-bnr .bnr-wrapper {
  display: flex;
  position: relative;
  max-width: 1440px;
  background-color: #f2f2f2;
  margin: 90px auto 0;
  padding: 0 16px;
}

#section-bnr .bnr-wrapper .bnr {
  max-width: 1130px;
  margin: 0 auto;
  padding: 35px 0;
}

#section-bnr .bnr-lead {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 0 0 16px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-bnr .bnr-wrapper {
    max-width: inherit;
    margin: 40px auto 0;
    padding: 0 16px;
  }

  #section-bnr .bnr-wrapper .bnr {
    max-width: inherit;
    margin: 0 auto;
    padding: 16px 0;
  }

  #section-bnr .bnr-lead {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

/*
***************************************************************
btn-page-top
***************************************************************
*/
#campaign-contents .btn-page-top {
  position: fixed;
  right: var(--size48);
  bottom: 80px;
  z-index: 1000;
  width: var(--size48);
  height: var(--size48);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#campaign-contents .btn-page-top.show {
  opacity: 1;
  visibility: visible;
}

#campaign-contents .btn-page-top img {
  width: var(--size24);
  height: var(--size24);
}

@media screen and (max-width: 768px) {
  #campaign-contents .btn-page-top {
    right: var(--size8);
  }
}

/*
***********************************************************
固定追従しないバージョン（通常ページ内）
***********************************************************
*/
#campaign-contents .btn-section {
  background-color: #dde2e6;
  max-width: var(--contentMaxW);
  margin: 0 auto 80px;
}

#campaign-contents .btn-section .btn-wrap-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 16px;
}

#campaign-contents .btn-section .btn-nml.cv-btn {
  animation: none !important;
}

#campaign-contents .btn-section .btn-wrap-container .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 326px;
  margin-top: 0;
}

#campaign-contents .btn-section .btn-wrap-container .btn-wrap .btn-nml {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #campaign-contents .btn-section .btn-wrap-container {
    display: block;
    width: 100%;
    padding: 32px 16px;
  }

  #campaign-contents .btn-section .btn-wrap-container .btn-wrap {
    max-width: inherit;
    padding: 8px 0;
  }
}

/*
**************************************************
  fixed-menu
**************************************************
*/
#fixedBottomBtn {
  position: fixed;
  bottom: -56px;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255, 0.9);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, bottom 0.3s ease, visibility 0.3s ease;
  z-index: 14;
}

#fixedBottomBtn.show {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#fixedBottomBtn .btn-wrap-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: var(--size8);
}

#fixedBottomBtn .btn-wrap-container .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 326px;
  margin-top: 0 !important;
}

#fixedBottomBtn .btn-wrap-container .btn-nml.fixed-btn {
  width: 100%;
  font-size: 1.8rem;
  min-height: var(--size48);
  color: var(--white);
}

#fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #fixedBottomBtn .btn-wrap-container {
    flex-wrap: nowrap;
    gap: 8px;
    padding: 8px 0;
  }

  #fixedBottomBtn .btn-wrap-container .btn-wrap {
    max-width: 375px;
  }

  #fixedBottomBtn .btn-wrap-container .btn-nml.fixed-btn {
    font-size: 1.6rem;
    min-height: var(--size24);
  }

  #fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 353px) {
  #fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
    font-size: 0.8rem;
  }
}

/* --------------------- 共通 -------------------- */
#campaign-contents .btn-nml {
  color: var(--white);
}

#campaign-contents .btn-nml:hover {
  color: var(--white);
  opacity: .7
}

/*
***********************************************************
キャンペーン終了エリア
***********************************************************
*/
.notice-area-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.notice-area.alert .notice-area-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*
***********************************************************
シンプルフッターマージン調整
***********************************************************
*/
.footer.footer-simple {
  margin-top: 0;
}

/*
***********************************************************
その他
***********************************************************
*/
#campaign-contents details>summary {
  list-style: none;
}

/*
***********************************************************
PRINT
***********************************************************
*/
#campaign-contents img.pr-img {
  display: none;
}

@media print {
  #campaign-contents {
    width: 96%;
  }

  #campaign-contents img.pr-img {
    display: block !important;
  }

  #section-navigation #navigation>ul>li>a>p {
    font-size: 1.2rem;
  }

  #section-topics02 .decoration img {
    display: none;
  }

  #section-related-sites .related-sites-inner {
    max-width: inherit;
  }

  #section-related-sites .topic-banner-list, .banner-list {
    max-width: inherit !important;
  }

  #section-related-sites .bnr-box {
    padding: 0 16px;
  }

  #section-related-sites .bnr-box .bnr {
    width: 80%;
    padding: 32px 0;
  }

  #fixedBottomBtn {
    display: none;
  }
}

/*
*********************************************************
SNS注意喚起 - Notice Text
*********************************************************
*/
.notice-txt {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #campaign-contents .notice-area {
    padding: 0 16px;
  }
}





