@charset "utf-8";

/*
*********************************************************
#campaign-contents
*********************************************************
*/
#campaign-contents .clearfix:after {
  display: block;
  clear: both;
  content: "";
}

#campaign-contents .maximg {
  width: 100%;
}

#campaign-contents {
  line-height: 1;
}

/*
***************************************************************
#section-kv
***************************************************************
*/
#section-kv {
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}

#section-kv .kv-inner {
  position: relative;
  margin: 0 auto;
}

#section-kv .kv-placeholder {
  width: 100%;
  padding-top: 35.41666%;
  /* 20250910 510/1440 */
  pointer-events: none;
}

#section-kv .slideshow-fade {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
}

#section-kv .slideshow-fade ul {
  margin: 0;
  padding: 0;
}

#section-kv .slideshow-fade li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

#section-kv .slideshow-fade li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-kv {
    max-width: inherit;
  }

  #section-kv .kv-placeholder {
    padding-top: 106.5104%;
    /* 例: 1636 / 1536 * 100 */
  }
}

/*
***************************************************************
bg-wrap
***************************************************************
*/
#campaign-contents .bg-wrap {
  width: 100%;
  max-width: 1440px;
  background-image: url(/campaign/shijocp202510/assets/images/bg-pc.webp?date=20250910);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 0 0 56px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
  #campaign-contents .bg-wrap {
    background-image: url(/campaign/shijocp202510/assets/images/bg-sp.webp?date=20250910);
    margin: 0;
    padding: 0 0 40px;
  }
}

/*
***************************************************************
#section-present
***************************************************************
*/
#section-present {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#section-present .present-inner {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  #section-present .present-inner {
    padding: 0 1.5%;
  }
}

#section-present .h2-wrap {
  text-align: center;
  padding: 56px 0 32px;
}

#section-present .h2-wrap h2 {
  max-width: 610px;
  margin: 0 auto;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
  #section-present .h2-wrap h2 {
    width: 80%;
    max-width: inherit;
    margin: 0 auto;
  }

  #section-present .h2-wrap {
    padding: 32px 0 16px;
  }
}

/* --------------- item ---------------  */
#section-present .item {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 40px;
  padding: 0;
}

#section-present .item img {
  filter: drop-shadow(0 0 0.75rem #c88278);
}

/* --------------- link ---------------  */
#section-present .link {
  position: relative;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
}

#section-present .link p {
  width: 100%;
  color: #666;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0 auto;
  padding: 0;
  text-decoration: inherit !important;
}

/* ▼ aタグのリセットを防ぎ、確実に下線を適用 */
#section-present a.link {
  text-decoration: underline !important;
  text-decoration-color: #000 !important;
  color: inherit;
}

/* ▼ 訪問済みリンクの下線を確実に適用 */
#section-present a.link:visited {
  text-decoration: underline !important;
  text-decoration-color: #000 !important;
  color: inherit !important;
}

/* ▼ ホバー時の挙動を統一 */
#section-present a.link:hover {
  text-decoration: none !important;
}

/* ▼ aタグ内の画像の余白調整 */
#section-present a.link img {
  margin: 0 5px 8px;
}

/* ▼ 画像のサイズ調整 */
#section-present .item img {
  width: 100%;
}

/* --------------- note ---------------  */
#section-present .note {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #141414;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: -0.02em;
  margin: 0 auto;
  padding: 5px 0 0;
}

#section-present .link:hover::before {
  opacity: 0;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
  #section-present .present-inner {
    padding: 0 5%;
  }

  #section-present .link {
    width: 100%;
    /* 2024.12.6 */
  }

  #section-present .item {
    max-width: inherit;
    margin: 0 auto 32px;
  }

  #section-present .link p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }

  #section-present .note {
    display: flex;
    flex-direction: column;
  }

  #section-present .note .text {
    display: flex;
    column-gap: 0.2rem;
    font-size: clamp(1.2rem, 1rem + 0.6vw, 1.4rem);
    /* 12px/14px */
    line-height: 1.8;
    text-align: justify;
  }
}

/*
***************************************************************
#section-flow（ギフト受け取りまでのフロー）
***************************************************************
*/
#section-flow {
  width: 100%;
  margin: 0 auto;
}

#section-flow .flow-inner {
  width: 100%;
}

#section-flow .h2-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 80px 0 16px;
}

#section-flow .h2-wrap h2 {
  color: #666;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 18px;
  text-decoration-thickness: 2px;
  text-decoration-color: #666;
  margin: 0 auto;
}

#section-flow .note {
  text-align: center;
  margin: 0 auto;
}

#section-flow .note p {
  text-align: center;
  margin: 0 auto;
}

#section-flow .note.flows {}

#section-flow .note.flows p {
  color: #666;
  font-size: 20px;
  line-height: 1.5;
}

/* ---------------------------------------------  */
/* --------------------- PC --------------------  */
/* ---------------------------------------------  */
@media print, screen and (min-width: 769px) {
  #section-flow .flows-box-pc {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: var(--contentCol10);
    background-color: #fff;
    border: 2px solid #b3b3b3;
    margin: 24px auto 24px;
    padding: 32px 0;
  }

  #section-flow .flows-box-pc img {
    width: 100%;
    max-width: 945px;
  }
}

@media screen and (min-width: 854px) {
  #section-prize h3 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 853px) {
  #section-prize h3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  #section-flow .flows-box-pc {
    width: 90%;
  }

  #section-flow .flows-box-pc img {
    width: 90%;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
  #section-flow {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* --------------- h2-wrap ---------------  */
  #section-flow .h2-wrap {
    margin: 0;
    padding: 5rem 0 2rem !important;
  }

  #section-flow .h2-wrap h2 {
    font-size: 24px;
    font-weight: bold;
  }

  /* --------------- note ---------------  */
  #section-flow .note {
    padding-top: var(--size24);
    font-weight: bold;
  }

  #section-flow .note p {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }

  #section-flow .note.flows p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media print, screen and (max-width: 320px) {
  #section-flow .h2-wrap h2 {
    font-size: 20px;
  }

  #section-flow .note p {
    font-size: 14px;
  }
  #section-flow .note.flows p {
    font-size: 1.4rem;
  }
}



/*
***********************************************************
#section-rule（注意事項）
***********************************************************
*/
#section-rule {
  overflow: hidden;
  position: relative;
  max-width: 1130px;
  margin: 40px auto;
  z-index: 3;
}

@media screen and (min-width: 769px) and (max-width: 1160px) {
  #section-rule {
    width: calc(100% - 80px);
  }
}

#section-rule .rule-inner {
  background-color: #fff;
}

#section-rule .rule-box {}

#section-rule .acc-wrap.nml-acc-wrap .triggle {
  background-color: #d0d0d0;
  color: var(--greyK80);
  font-weight: var(--fwNormal);
  text-align: center;
  padding: 16px 0 16px 0;
  transition: .2s;
}

#section-rule .acc-wrap.nml-acc-wrap .triggle:hover {
  opacity: .7
}

#section-rule .acc-wrap.nml-acc-wrap {
  border-top: none;
  border-bottom: none;
}

#section-rule .acc-wrap.nml-acc-wrap summary {
  display: block;
  list-style: none;
}

#section-rule .acc-wrap.nml-acc-wrap summary::-webkit-details-marker {
  display: none;
}

#section-rule .nml-toggle-icn::before,
#section-rule .nml-toggle-icn::after {
  background-color: var(--greyK80);
}

#section-rule .nml-toggle-icn::before {
  width: 19px;
  height: 2px;
  right: 18px;
  left: auto;
  top: 50%;
}

#section-rule .nml-toggle-icn::after {
  width: 2px;
  height: 18px;
  right: 26px;
}

#section-rule.is-active .nml-toggle-icn::after {
  transform: rotate(90deg);
}

#section-rule .note-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0 48px;
}

#section-rule .note-box .heading {
  color: #666;
  font-weight: bold;
  font-size: var(--size16);
}

#section-rule .note-box h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8em;
  color: var(--keyColor);
  padding: 8px 0;
}

#section-rule .note-box h3 .number {
  font-weight: bold;
  font-size: 1.6rem;
}

#section-rule .note-box h3 .number-text {
  position: relative;
  font-size: 1.6rem;
  padding-left: 0.8em;
}

#section-rule .note-box h3 .number-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--keyColor);
}

#section-rule .note-box h3 .text::before {
  content: "";
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
}

#section-rule .note-box p.text {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: justify;
}

#section-rule .note-box p.indent {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: -0.01em;
  text-indent: -1.2rem;
  padding-left: 4rem;
}

#section-rule .note-box p.emphasis {
  color: #c1272d;
  font-weight: var(--fwBold);
}

#section-rule .note-box p.emphasis-b {
  font-weight: var(--fwBold);
}

#section-rule .note-box .no-indent {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: -0.01em;
  padding-left: 2.8rem;
}

#section-rule .note-box p.text-sp {
  text-align: left;
}

#section-rule .note-box .heading {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: justify;
  padding-top: var(--size24);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #section-rule {
    max-width: inherit;
    padding: 0 var(--size16);
  }

  #section-rule .acc-wrap.nml-acc-wrap {}

  #section-rule .acc-wrap.nml-acc-wrap .triggle {
    padding: var(--size16) 0;
    transition: .2s;
  }

  #section-rule .note-box {
    overflow-wrap: break-word;
    max-width: inherit;
    margin: 0 auto;
    padding: 0;
  }

  #section-rule .note-box .heading {
    font-size: 1.4rem;
    padding-top: var(--size24);
    text-indent: -2rem;
    padding-left: 2rem;
  }

  #section-rule .note-box p.text {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: justify;
  }

  #section-rule .note-box p.indent {
    font-size: 1.4rem;
    line-height: 1.6;
    text-indent: -1.4rem;
    padding-left: 3rem;
  }

  #section-rule .note-box p.indent.indent-sp {
    text-indent: -3.8rem;
    padding-left: 3.8rem;
  }

  #section-rule .note-box .no-indent {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
    overflow-wrap: break-word;
    letter-spacing: -0.01em;
    padding-left: 1.8rem;
  }

  #section-rule .note-box .indent.no-indent-sp {
    text-indent: 0 !important;
    padding-left: 1rem !important;
  }
}

/*
***************************************************************
#section-note
***************************************************************
*/
#section-note {
  max-width: 1130px;
  margin: 0 auto;
}

#section-note .note.image p {
  color: #666;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) and (max-width: 1160px) {
  #section-note {
    width: calc(100% - 80px);
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
  #section-note {
    max-width: inherit;
    padding: 0 var(--size16);
  }

  #section-flow .note p {
    font-size: 1.2rem;
  }
}

/*
***************************************************************
btn-page-top
***************************************************************
*/
#campaign-contents .btn-page-top {
  position: fixed;
  right: 48px;
  bottom: 100px;
  z-index: 10;
  width: 48px;
  height: 48px;
  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, transform 0.3s ease;
  transform: translateY(12px);
}

#campaign-contents .btn-page-top.show {
  opacity: 1;
  visibility: visible;
}

#campaign-contents .btn-page-top img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  #campaign-contents .btn-page-top {
    right: 8px;
  }
}

/*
***************************************************************
btn-wrap（試乗車を探す）
***************************************************************
*/
#campaign-contents .btn-wrap {
  position: relative;
  max-width: var(--contentMaxW);
  margin: 0 !important;
  padding-top: var(--contentMg);
}

#campaign-contents .btn-wrap .btn-ttl {
  color: #666;
  font-size: 2.6rem;
  font-weight: normal;
}

#campaign-contents .btn-wrap .note {
  font-size: 12px;
  text-align: center;
  padding-top: var(--size16);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
  #campaign-contents .btn-wrap .btn-nml {
    width: 90%;
  }

  #campaign-contents .btn-wrap .btn-ttl {
    font-size: 1.8rem;
    font-weight: bold;
  }

  #campaign-contents .btn-wrap .note {
    font-size: 10px;
    line-height: 1.5;
    padding-top: var(--size8);
  }
}

@media print, screen and (max-width: 320px) {
  #campaign-contents .btn-wrap .note {
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
  }

  #campaign-contents .btn-wrap .note br {
    display: none;
  }
}

/*
**************************************************
#fixedBottomBtn
**************************************************
*/
#fixedBottomBtn {
  position: fixed;
  bottom: -56px;
  width: 100%;
  background: rgb(255, 255, 255, 0.9);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: max(16px, env(safe-area-inset-bottom));
}

#fixedBottomBtn.show {
  bottom: 0px;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#fixedBottomBtn.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#fixedBottomBtn.show {
  bottom: 0;
  opacity: 1;
}

#fixedBottomBtn .btn-wrap-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: var(--size16);
}

#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-wrap .btn-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

#fixedBottomBtn .btn-nml.cv-btn.accent-org {
}

#fixedBottomBtn .btn-nml:hover {
  color: var(--white);
  opacity: .7;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media print, screen and (max-width: 768px) {
  #fixedBottomBtn .btn-wrap-container {
    display: block;
    padding: 16px 0;
  }
}

/* --------------------- 共通 -------------------- */
#campaign-contents .btn-nml:hover {
  opacity: .7
}

/*
***********************************************************
closeTxt
***********************************************************
*/
#campaign-contents .apply-button {
  position: relative;
}

#campaign-contents .closeTxt {
  display: none;
}

#campaign-contents .close a,
#contents.shijocp202510 .apply-button.close .end-none {
  pointer-events: none;
}

#fixedBottomBtn .btn-wrap-container .apply-button {
  position: relative;
}

#campaign-contents .close .closeTxt,
#campaign-contents .apply-button.close .closeTxt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 66px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  z-index: 5;
  margin: 0 auto;
}

#campaign-contents .close .closeTxt {
  top: 20%;
  left: 50%;
}

#campaign-contents .apply-button.close .closeTxt {
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #campaign-contents .apply-button.close .closeTxt {
    width: 90%;
    height: 100%;
    font-size: 16px;
    padding: 0;
  }

  #campaign-contents #fixedBottomBtn .apply-button.close .closeTxt {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }

  #campaign-contents .apply-button.close .closeTxt {
    top: 0;
  }
}

/*
***********************************************************
キャンペーン終了エリア
***********************************************************
*/
/*
  テキストを縦並び＆中央寄せ
  module.css のレイアウトをベースに、余白を最適化
*/
.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;
}

/*
***********************************************************
PRINT
***********************************************************
*/
@media print {
  body {
    overflow-y: hidden;
  }

  #container {
    overflow-y: hidden;
    min-width: inherit;
  }

  #bottomnavi ul li img {
    display: none !important;
  }

  .shijocp202510 .close .closeTxt,
  .shijocp202510 .apply-button.close .closeTxt {
    display: none !important;
  }

  #section-flow .flows-box-pc {
    width: 90%;
  }
}

/*
*********************************************************
notice-area
*********************************************************
*/
.shijocp202510 a.arrow-link:not([target="_blank"]) {
  padding-right: 0 !important;
}

/*
*********************************************************
driveCarSearchMap
*********************************************************
*/
#driveCarSearchMap .l-shop-list .list-content li.active-list dl dd .btnBox .search-btn {
  width: 100%;
}

#driveCarSearchMap .l-shop-list .list-content li.active-list dl dd .btnBox .search-btn:after {
  background: none;
  width: initial;
  height: initial;
}



