@charset "utf-8";

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

#campaign-contents .maximg {
  width: 100%;
  height: auto
}

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

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

@media (max-width: 768px) {

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

#campaign-contents summary {
  list-style: none;
}

#campaign-contents details>summary::-webkit-details-marker {
  display: none;
}

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

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

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

/*
*********************************************************
.bg-2026firsthalf-area
*********************************************************
*/
.bg-2026firsthalf-area {
  overflow: hidden;
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.15) 100%),
    linear-gradient(to right, rgba(0, 30, 80, 0) 0%, rgba(0, 140, 210, 0.45) 50%, rgba(0, 30, 80, 0) 100%),
    url(/campaign/2026firsthalf_present/images/bg-pc.webp) center center / cover no-repeat,
    #00619E;
}

/*
*********************************************************
#section-kv
*********************************************************
*/
#section-kv {
  overflow: hidden;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #section-kv {}
}

/*
*********************************************************
#section-conditions
*********************************************************
*/
#section-conditions {
  overflow: hidden;
  padding: 0 var(--size16);
}

#section-conditions .conditions-inner {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: var(--size16) 0 0;
}

#section-conditions h2 {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

#section-conditions .text-wrap {
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: var(--size16) auto;
  padding: var(--size16) 0;
}

#section-conditions .text-wrap .text-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

#section-conditions .text-wrap .text-row:nth-child(2) {
  margin-top: var(--size16);
}

#section-conditions .text-wrap .text-period {
  width: 746px;
  max-width: 100%;
}

#section-conditions .text-wrap h3 {
  font-size: 2.8rem;
  white-space: nowrap;
}

#section-conditions .text-wrap h3.model {
  font-size: 2.4rem;
  white-space: nowrap;
}

#section-conditions .text-wrap .text-model {
  font-size: 2.4rem;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-conditions {
    max-width: inherit;
  }

  #section-conditions h2 {
    font-size: 4.6vw;
    line-height: 1.6;
  }

  #section-conditions .text-wrap {
    margin: var(--size16) auto;
    padding: var(--size16) 0;
  }

  #section-conditions .text-wrap .text-row {
    flex-direction: column;
    gap: var(--size8);
  }

  #section-conditions .text-wrap .text-row:nth-child(2) {
    margin-top: var(--size32);
    gap: 0;
  }

  #section-conditions .text-wrap .text-period {
    width: 70%;
  }

  #section-conditions .text-wrap .text-model {
    font-weight: bold;
  }

  #section-conditions .text-wrap h3 {
    font-size: 4.6vw;
    white-space: nowrap;
  }

  #section-conditions .text-wrap h3.model {
    font-size: 4.6vw;
    white-space: nowrap;
  }

  #section-conditions .text-wrap .text-model {
    font-size: 6vw;
  }
}

/*
*********************************************************
#section-flow
*********************************************************
*/
#section-flow {
  overflow: hidden;
}

#section-flow h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 16px;
}

#section-flow .flow-inner {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-flow {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #section-flow h2 {
    font-size: 4.6vw;
    font-weight: bold;
    margin: 0 auto;
  }
}

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

  /* ----- 共通: nav / pagination 非表示 ----- */
  #campaign-contents .swiper-button-prev,
  #campaign-contents .swiper-button-next,
  #campaign-contents .swiper-pagination,
  #features .swiper-button-prev,
  #features .swiper-button-next,
  #features .swiper-pagination {
    display: none;
  }

  /* ----- #flows ----- */
  #campaign-contents .swiper-container {
    width: 100%;
  }

  #campaign-contents .swiper-wrapper {
    display: flex;
    justify-content: start;
    gap: var(--size80);
  }

  #campaign-contents #flows .swiper-slide {
    position: relative;
    flex: 0 1 230px;
    width: 230px;
    max-width: 230px;
  }

  #campaign-contents #flows .swiper-slide img {
    width: 100%;
    max-width: 230px;
    height: auto;
    display: block;
  }

  #flows .swiper-slide:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -50px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: var(--size24);
    height: var(--size24);
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
  }

  /* ----- #features ----- */
  #features.swiper-container {
    width: 100%;
  }

  #features .swiper-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--size40);
  }

  #features .swiper-slide {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex: none;
    width: 100% !important;
    max-width: 100%;
    gap: var(--size32);
  }

  #features .swiper-slide .photo {
    flex: 0 0 50%;
  }

  #features .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }

  #features .swiper-slide .text {
    flex: 1;
    color: #fff;
  }

  #features .swiper-slide .text h4.title {
    border-left: 5px solid #37bef0;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: var(--size16);
    padding-left: var(--size16);
  }

  #features .swiper-slide .text p.lead {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.8;
  }

  #features .swiper-slide .text p.lead span {
    display: inline-block;
    font-size: 1.1rem;
    margin-top: var(--size8);
  }

  #features .swiper-slide div.title.sp-only {
    display: none;
  }

  /* ----- #apponly-flows ----- */
  #apponly-flows .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 5px;
  }

  #apponly-flows .swiper-slide {
    flex: 0 0 calc((100% - 15px) / 4);
    min-width: 0;
  }

  #section-apponly-flow .swiper-slide img {
    width: 100%;
    max-width: 275px;
    height: auto;
    display: block;
  }

  #section-apponly-flow .swiper-slide.step4 img,
  #section-apponly-flow .swiper-slide.step7 img {
    width: calc(230 / 275 * 100%);
    max-width: 230px;
    margin: 0;
  }

  /* ----- #apponly-conditions ----- */
  #section-apponly-conditions .swiper-container {
    padding: var(--size40) 0 var(--size24);
  }
}

@media (min-width: 769px) and (max-width: 930px) {
  #features .swiper-slide.feature03 .text p.lead {
    text-align: left !important;
  }
}

/* ---------------------------------------------- */
/* ------------------- SP ----------------------- */
/* ---------------------------------------------- */
@media screen and (max-width: 768px) {

  #flows,
  #apponly-flows,
  #features {
    padding-bottom: 40px;
  }

  #flows .swiper-pagination,
  #apponly-flows .swiper-pagination,
  #features .swiper-pagination {
    bottom: 0;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 12px;
  }

  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }

  #flows .swiper-pagination-bullet,
  #section-trailseeker .swiper-pagination-bullet {
    background: #444;
    opacity: 1;
  }

  #flows .swiper-pagination-bullet-active,
  #section-trailseeker .swiper-pagination-bullet-active {
    background: #fff;
  }

  #campaign-contents .swiper-button-prev::before,
  #campaign-contents .swiper-button-next::before {
    content: '';
    position: absolute;
    top: -40px;
    bottom: -40px;
    left: 0;
    right: 0;
  }
}

/*
*********************************************************
#section-trailseeker
*********************************************************
*/
#section-trailseeker {
  padding: var(--size64) var(--size16);
}

#section-trailseeker .trailseeker-inner {
  max-width: 880px;
  margin: 0 auto;
}

#section-trailseeker h2 {
  max-width: 1160px;
  background: url(/campaign/2026firsthalf_present/images/trailseeker-h2-bg-pc.svg) no-repeat center center / cover;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  margin: 0 auto var(--size16);
}

#section-trailseeker h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: var(--size64);
}

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

  #section-trailseeker h2 {
    max-width: inherit;
    background: url(/campaign/2026firsthalf_present/images/trailseeker-h2-bg-sp.svg) no-repeat center center / cover;
    font-size: 5vw;
    line-height: 1.4;
    margin: 0 auto var(--size32);
    padding: 5px 0;
  }

  #section-trailseeker h3 {
    font-size: 3.8vw;
    line-height: 1.8;
    padding: 0 var(--size16);
    margin-bottom: var(--size32);
  }

  /* ----- #features SP layout ----- */
  #features.swiper-container {
    height: auto;
  }

  #features .swiper-wrapper {
    align-items: stretch;
  }

  #features .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto !important;
    background: #ebecf0;
    border: none;
    margin-top: 0;
    color: #333;
  }

  #features .swiper-slide div.title.sp-only {
    display: block;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.5;
    padding: var(--size32) 10vw var(--size16);
  }

  #features .swiper-slide .photo,
  #features .swiper-slide .text {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  #features .swiper-slide .text h4.title {
    display: none;
  }

  #features .swiper-slide .text p.lead {
    font-size: 3.8vw;
    text-align: justify;
    line-height: 1.6;
    padding: var(--size16) 0;
  }

  #features .swiper-slide .text p.lead span {
    font-size: 2.8vw;
    display: block;
    margin-bottom: var(--size8);
  }
}

/*
*********************************************************
.apply-button-container
*********************************************************
*/
.apply-button-container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 430px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.apply-button-container .apply-button {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: var(--size8) auto;
}

#section-flow .apply-button-container .apply-button {
  margin: var(--size40) auto 0;
}

#fixedBottomBtn .apply-button-container .apply-button {
  margin: var(--size8) auto;
}

.apply-button-container .apply-button a,
#fixedBottomBtn .apply-button a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  margin: 0 auto;
  padding: 0;
}

#campaign-contents .apply-button-container .apply-button .btn,
#fixedBottomBtn .apply-button .btn {
  position: relative;
  width: 430px;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
  background: #EDAFB9;
  background: linear-gradient(180deg, rgba(237, 175, 185, 1) 0%, rgba(194, 79, 92, 1) 80%, rgba(224, 151, 151, 1) 100%);
  padding: 12px 50px;
  cursor: pointer;
  outline: none;
  transition: opacity 0.3s ease;
}

#campaign-contents .apply-button-container .apply-button .btn:hover,
#fixedBottomBtn .apply-button .btn:hover {
  color: var(--white);
  opacity: 0.9;
}

/* 共通CSSのaタグ::afterは.btnの外・下に出るため非表示にする */
#campaign-contents .apply-button-container .apply-button a[target="_blank"]:not(.icn-none)::after,
#campaign-contents .apply-button-container .apply-button a[href*=".pdf"]:not(.icn-none)::after,
#fixedBottomBtn .apply-button a[target="_blank"]:not(.icn-none)::after,
#fixedBottomBtn .apply-button a[href*=".pdf"]:not(.icn-none)::after {
  display: none;
}

/* .btn（position:relative）を基準に右上へアイコンを配置 */
#campaign-contents .apply-button-container .apply-button a[target="_blank"]:not(.icn-none) .btn::after,
#campaign-contents .apply-button-container .apply-button a[href*=".pdf"]:not(.icn-none) .btn::after,
#fixedBottomBtn .apply-button a[target="_blank"]:not(.icn-none) .btn::after,
#fixedBottomBtn .apply-button a[href*=".pdf"]:not(.icn-none) .btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(/assets/images/icn_blank_white.svg) no-repeat center center / contain;
  top: var(--size8);
  right: var(--size8);
}

#campaign-contents .apply-button-container .btn-note,
#fixedBottomBtn .apply-button .btn-note {
  font-size: var(--size16);
  text-align: center;
  padding-top: var(--size8);
}

#campaign-contents .apply-button-container .btn-note,
#fixedBottomBtn .apply-button .btn-note {
  color: var(--white);
}

#fixedBottomBtn .apply-button .btn-note {
  color: #333;
}

/* ---------------------------------------------- */
/* ------------------- SP ----------------------- */
/* ---------------------------------------------- */
@media screen and (max-width: 768px) {
  #fixedBottomBtn.cta-following-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #fixedBottomBtn .btn-wrap-container {
    display: block !important;
    gap: 0;
    padding: var(--size8) 0;
  }

  #fixedBottomBtn .apply-button .btn {
    width: 80%;
    font-size: 2.4rem;
    margin: 0 auto;
    padding: 12px 50px;
  }

  #campaign-contents .apply-button-container .apply-button .btn {
    width: 80%;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 12px 50px;
  }

  #campaign-contents .apply-button-container .btn-note,
  #fixedBottomBtn .apply-button .btn-note {
    font-size: 2.75vw;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {

  #campaign-contents .apply-button-container .btn-note,
  #fixedBottomBtn .apply-button .btn-note {
    font-size: 1.8vw;
  }
}

/*
*********************************************************
#section-summary
*********************************************************
*/
#section-summary {
  max-width: 1127px;
  margin: 0 auto;
  padding: 0 var(--size16) var(--size64);
}

#section-summary.acc-wrap {
  padding: 0;
}

#section-summary summary {
  list-style: none;
  -webkit-appearance: none;
  /* Safari/Chrome用 */
  appearance: none;
}

#section-summary .acc-wrap.nml-acc-wrap .triggle {
  background-color: #375077;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: var(--size16) 56px var(--size16) 0;
  transition: opacity 0.3s ease;
}

#section-summary .acc-wrap.nml-acc-wrap .triggle:hover {
  opacity: 0.8;
}

#section-summary .acc-wrap.nml-acc-wrap .acc-contents-inner {
  padding: 10px 0 0;
}

#section-summary .summary-inner {
  position: relative;
  width: 100%;
  max-width: 1220px;
  background-color: var(--white);
  margin: 0 auto;
  padding: 40px;
}

#section-summary .summary-inner h2 {
  color: #4774b9;
  font-size: 22px;
  font-weight: 400;
  text-align: justify;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 10px;
}

#section-summary .acc-wrap.nml-acc-wrap {
  border-top: none !important;
  border-bottom: none !important;
}

#section-summary .nml-toggle-icn::after {
  background-color: var(--white);
  width: 2px;
  height: 26px;
  top: calc(50% - 12px);
}

#section-summary .nml-toggle-icn::before {
  background-color: var(--white);
  width: 26px;
  height: 2px;
  right: 14px;
}

#section-summary .acc-wrap.nml-acc-wrap .title02.triggle {
  background-color: #fff;
  padding: 5px 56px 5px 0;
  margin: 0 0 20px;
}

#section-summary .acc-wrap.nml-acc-wrap .title02.triggle {
  border-top: 2px solid #4774b9 !important;
  border-bottom: 2px solid #4774b9 !important;
}

#section-summary .title02.nml-toggle-icn::after {
  background-color: #4774b9;
  width: 2px;
  height: 26px;
  top: calc(50% - 12px);
}

#section-summary .title02.nml-toggle-icn::before {
  background-color: #4774b9;
  width: 26px;
  height: 2px;
  right: 14px;
}

#section-summary h3 {
  color: #1b3b49;
  font-size: 1.6rem;
  text-align: justify;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0 auto 12px;
  padding: 0;
}

#section-summary h4 {
  color: #00abeb;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  text-decoration: none;
  line-height: 2;
  letter-spacing: -0.02em;
  margin: 0 auto;
  padding: 20px 0 0;
}

#section-summary .text-box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#section-summary .text-box.border {
  border-bottom: 2px solid #4774b9;
  margin: 0 auto 25px;
}

#section-summary .link-color {
  color: #0000ff;
  text-decoration: underline;
}

#section-summary .text-box p {
  overflow-wrap: anywhere;
  color: #1b3b49;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 2;
  letter-spacing: -0.02em;
  margin: 0 auto;
  padding: 0;
}

#section-summary .text-box p.mgnb50 {
  margin: 0 auto 50px;
}

#section-summary .text-box p.mgnb50.last {
  margin: 0 auto 0;
}

#section-summary .text-box p.mgnb20 {
  margin: 0 auto 20px;
}

@media screen and (min-width: 769px) and (max-width: 1310px) {
  #section-summary .summary {
    width: calc(100% - 80px);
    max-width: inherit;
    margin: 60px 20px 16px;
  }

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

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-summary {
    padding: 0 var(--size16) var(--size48);
  }

  #section-summary .acc-wrap.nml-acc-wrap .triggle:hover {
    opacity: 1;
  }

  #section-summary .acc-wrap.nml-acc-wrap .triggle {
    padding: 12px 15% 12px 5%;
  }

  #section-summary .acc-wrap.nml-acc-wrap .triggle h2 {
    font-size: 4.5vw;
  }

  #section-summary .summary-inner {
    width: 100%;
    max-width: inherit;
    margin: 0 auto 20px;
    padding: 20px 5%;
  }

  .acc-wrap.nml-acc-wrap .acc-contents-inner {
    padding: 10px 0 20px;
  }

  #section-summary h3 {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 auto 5px;
  }

  #section-summary .text-box p {
    font-size: 1.2rem;
  }

  #section-summary .text-box.text_space_sp p {
    text-align: left;
  }

  #section-summary .text-box p.mgnb50 {
    margin: 0 auto 30px;
  }

  #section-summary .text-box p.mgnb20 {
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 320px) {
  #section-summary .text-box p {
    font-size: 12px;
  }
}

/*
***************************************************************
#section-cautions
***************************************************************
*/
#section-cautions {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 var(--size16) var(--size64);
}

#section-cautions .cautions-inner {
  overflow: hidden;
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto;
}

#section-cautions .acc-wrap.nml-acc-wrap {
  border-top: none;
  border-bottom: none;
}

#section-cautions .acc-wrap.nml-acc-wrap .triggle {
  background-color: #666;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding: var(--size16) 56px;
  -webkit-transition: all .7s;
  transition: all .7s;
}

#section-cautions .acc-wrap.nml-acc-wrap .triggle:hover {
  opacity: 0.8;
}

#section-cautions .acc-wrap.nml-acc-wrap[open] .triggle {
  border-radius: 5px 5px 0 0;
}

#section-cautions .nml-toggle-icn::before,
#section-cautions .nml-toggle-icn::after {
  content: "";
  background-color: var(--white);
  position: absolute;
}

#section-cautions .nml-toggle-icn::after {
  width: 2px;
  height: 36px;
  right: 45px;
  top: calc(50% - 17px);
  transition: var(--transition);
  border: none;
}

#section-cautions .nml-toggle-icn::before {
  width: 36px;
  height: 2px;
  right: 28px;
  left: auto;
  top: 50%;
}

#section-cautions .acc-wrap.nml-acc-wrap .acc-contents-inner {
  border: 1px solid #666;
  border-radius: 0 0 5px 5px;
  padding: var(--size24) var(--size32);
}

#section-cautions .acc-wrap.nml-acc-wrap p.note {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.8;
}

#section-cautions .acc-wrap.nml-acc-wrap p.note.gift {
  padding-top: var(--size24)
}

#section-cautions .acc-wrap.nml-acc-wrap p.note span {
  font-weight: bold;
  border-bottom: 1px solid #000;
}

/* -------------------------------------- */
/* ----------------- SP ----------------- */
/* -------------------------------------- */
@media (max-width: 768px) {
  #section-cautions {
    padding: 0 var(--size16) var(--size24);
  }

  #section-cautions .cautions-inner {
    max-width: inherit;
    margin: 0;
    padding: 0;
  }

  #section-cautions .acc-wrap.nml-acc-wrap .triggle {
    font-size: 4.2vw;
    padding-left: var(--size24);
  }

  #section-cautions .nml-toggle-icn::after {
    width: 2px;
    height: var(--size24);
    right: 22px;
    top: calc(50% - 13px);
    transition: var(--transition);
    border: none;
  }

  #section-cautions .nml-toggle-icn::before {
    width: var(--size24);
    height: 2px;
    right: 11px;
    left: auto;
    top: calc(50% - 2px);
  }

  #section-cautions .acc-wrap.nml-acc-wrap .acc-contents-inner {
    padding: var(--size16);
    margin-top: -1px;
  }
}

@media (max-width:320px) {
  #section-cautions .acc-wrap.nml-acc-wrap .triggle {
    font-size: 4vw;
  }

  #section-cautions .acc-wrap.nml-acc-wrap p.note {
    font-size: 1.2rem;
  }
}

/*
*********************************************************
.bg-apponly-area
*********************************************************
*/
.bg-apponly-area {
  overflow: hidden;
  background: rgba(249, 244, 233, 0.6);
}

/*
*********************************************************
#section-apponly
*********************************************************
*/
#section-apponly {
  overflow: hidden;
}

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

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

#section-apponly .kv-photo .kv-text {
  position: absolute;
  width: 100%;
  max-width: 44vw;
  bottom: 3.5vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.45vw;
  font-weight: bold;
  text-align: justify;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #section-apponly .kv-photo {
    display: block;
    position: relative;
    aspect-ratio: auto;
  }

  /* picture をフロー内に → kv-photo の高さを画像の自然比率で確定 */
  #section-apponly .kv-photo>picture {
    position: relative;
    display: block;
    z-index: 0;
  }

  #section-apponly .kv-photo>picture>img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* h2: picture に重ねて上端に配置 */
  #section-apponly .kv-photo h2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
  }

  #section-apponly .kv-photo .kv-text {
    position: absolute;
    bottom: var(--size32);
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    max-width: 100%;
    transform: none;
    z-index: 1;
    font-size: 3.3vw;
    line-height: 1.4;
    padding: 0 var(--size16);
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-apponly .kv-photo .kv-text {
    bottom: 56px;
    padding: 0 var(--size32);
  }
}

/*
***************************************************************
btn-wrap（試乗車を探す）
***************************************************************
*/
#campaign-contents .btn-wrap.testdrive {
  position: relative;
  max-width: var(--contentMaxW);
  margin: 0 auto !important;
}

#section-apponly-conditions .btn-wrap.testdrive {
  padding: var(--size24) 0 var(--size48);
}

#section-apponly-flow .btn-wrap.testdrive {
  padding: var(--size64) 0;
}

#campaign-contents .btn-wrap.testdrive .btn-ttl {
  color: #666;
  font-size: 2.6rem;
  font-weight: normal;
}

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

#campaign-contents .btn-wrap.testdrive .note {
  font-size: 12px;
  text-align: center;
  padding-top: var(--size16);
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-apponly-conditions .btn-wrap.testdrive {
    padding: var(--size24) 0;
  }

  #section-apponly-flow .btn-wrap.testdrive {
    padding: var(--size40) 0;
  }

  #campaign-contents .btn-wrap.testdrive .btn-ttl {
    font-size: 1.8rem;
    font-weight: bold;
  }

  #campaign-contents .btn-wrap.testdrive .btn-nml {
    width: 80%;
  }

  #campaign-contents .btn-wrap.testdrive .note {
    font-size: 10px;
    line-height: 1.5;
    padding-top: var(--size8);
  }
}

@media screen and (max-width: 320px) {
  #campaign-contents .btn-wrap.testdrive .note {
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
  }

  #campaign-contents .btn-wrap.testdrive .note br {
    display: none;
  }
}

/*
*********************************************************
#section-apponly-conditions
*********************************************************
*/
#section-apponly-conditions {
  overflow: hidden;
}

#section-apponly-conditions .text-wrap {
  color: #354266;
  text-align: center;
  margin: 0 auto;
  padding-bottom: var(--size24);
}

#section-apponly-conditions .text-wrap .text-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--size8);
  padding: var(--size16) 0;
}

#section-apponly-conditions .text-wrap .text-row:not(:first-child) {}

#section-apponly-conditions .text-wrap dt.text-title {
  font-size: 2.8rem;
  font-weight: bold;
}

#section-apponly-conditions .text-wrap dt.text-title small {
  font-size: 2rem;
  font-weight: normal;
}

/* 応募期間 */
#section-apponly-conditions .text-wrap dd {
  width: 100%;
  max-width: 745px;
  margin: 0;
}

/* 対象車種 */
#section-apponly-conditions .text-wrap dd.text-model {
  width: 100%;
  max-width: 368px;
  margin: 0;
}

/* 当選人数 */
#section-apponly-conditions .text-wrap dd.text-number {
  width: 100%;
  max-width: 188px;
  margin: 0;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-apponly-conditions .text-wrap dt.text-title {
    font-size: 4.6vw;
    border-top: 1px solid #354266;
    border-bottom: 1px solid #354266;
    padding: var(--size8) 0;
    width: 100%;
  }

  #section-apponly-conditions .text-wrap {
    padding: 0 var(--size16) var(--size16);
  }

  #section-apponly-conditions .text-wrap dd {
    max-width: 70%;
    margin: 0 auto;
  }

  #section-apponly-conditions .text-wrap dt.text-title small {
    font-size: 3.6vw;
  }

  #section-apponly-conditions .text-wrap dd.text-model {
    max-width: 60%;
    margin: 0 auto;
  }

  #section-apponly-conditions .text-wrap dd.text-number {
    max-width: 35%;
    margin: 0 auto;
  }
}

/*
*********************************************************
#section-apponly-flow
*********************************************************
*/
#section-apponly-flow {
  overflow: hidden;
  padding: 0 var(--size16);
}

#section-apponly-flow h3 {
  max-width: 1100px;
  color: #354266;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #354266;
  border-bottom: 1px solid #354266;
  margin: var(--size32) auto;
}

#section-apponly-flow .flow-inner {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  padding-left: 15px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-apponly-flow {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #section-apponly-flow .flow-inner {
    max-width: inherit;
    padding-left: 0;
  }

  #section-apponly-flow h3 {
    font-size: 1.6rem;
    padding: var(--size8) 0;
    margin: 0 var(--size16);
  }
}

/*
***************************************************************
.testdrive-note-wrap
***************************************************************
*/
.testdrive-note-wrap {
  color: #333;
  padding-bottom: var(--size64);
}

.testdrive-note-wrap h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: -0.4rem;
  line-height: 1.8;
}

.testdrive-note-wrap p {
  font-size: 1rem;
  line-height: 1.8;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  .testdrive-note-wrap {
    padding: 0 var(--size16) var(--size32);
  }

  .testdrive-note-wrap p {
    font-size: 1.2rem;
    text-align: justify;
  }
}

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

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (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: var(--size40) var(--size16);
}

#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 (max-width: 768px) {
  #campaign-contents .btn-section .btn-wrap-container {
    display: block;
    width: 100%;
    padding: var(--size32) var(--size16);
  }

  #campaign-contents .btn-section .btn-wrap-container .btn-wrap {
    max-width: inherit;
    padding: var(--size8) 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;
  margin: 0 auto;
  padding: var(--size8) 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, bottom 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

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

#fixedBottomBtn .btn-note {
  color: #333;
  font-size: 1.2rem;
  text-align: center;
  padding-top: var(--size8);
}

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

#campaign-contents .btn-nml:hover {
  color: #fff;
  opacity: .7;
}

@media (max-width: 768px) {
  #campaign-contents .btn-nml:hover {
    color: #fff;
    opacity: 1;
  }
}

/*
***********************************************************
closeTxt
***********************************************************
*/
#campaign-contents .closeTxt {
  display: none;
}

#campaign-contents .close a,
#contents.apply-button.close .end-none {
  pointer-events: none;
}

#campaign-contents .btn-wrap .apply-button {
  position: relative;
}

#fixedBottomBtn .btn-wrap-container .apply-button {
  position: relative;
}

#campaign-contents .close .closeTxt,
#fixedBottomBtn .close .closeTxt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% + 16px);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  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 #section-apponly-conditions .close .closeTxt,
#campaign-contents #section-apponly-flow .close .closeTxt {
  width: 430px;
}

@media screen and (min-width: 769px) {
  #campaign-contents #section-flow .close .closeTxt {
    padding-bottom: 10px;
  }

  #fixedBottomBtn .apply-button-container,
  #fixedBottomBtn .apply-button {
    position: static;
  }

  #fixedBottomBtn .close .closeTxt {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  #campaign-contents .close .closeTxt {
    width: 90%;
    height: 100%;
    font-size: var(--size16);
    margin: 0 auto;
  }

  #campaign-contents #section-apponly-conditions .close .closeTxt,
  #campaign-contents #section-apponly-flow .close .closeTxt {
    width: calc(100% - 32px);
  }

  #fixedBottomBtn .close .closeTxt {
    top: calc(-1 * var(--size8));
    left: 0;
    transform: none;
    width: 100%;
    height: calc(100% + var(--size8) + var(--size8));
    font-size: var(--size16);
    margin: 0 auto;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {

  #fixedBottomBtn .apply-button-container,
  #fixedBottomBtn .apply-button {
    position: static;
  }

  #fixedBottomBtn .close .closeTxt {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 441px) and (max-width: 768px) {
  #campaign-contents .close .closeTxt {
    font-size: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 440px) {
  #campaign-contents .close .closeTxt {
    line-height: 1.2;
  }
}

/*
***********************************************************
キャンペーン終了エリア
***********************************************************
*/
/*
  テキストを縦並び＆中央寄せ
  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;
  margin: 0 var(--size8);
}

@media screen and (max-width: 768px) {
  .notice-area.alert .notice-area-inner {
    margin: 0 var(--size16);
  }
}

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

/*
***********************************************************
SNS注意喚起
***********************************************************
*/
#section-notice {
  margin: 0 auto;
  padding: 0;
}

#section-notice .notice-area {
  margin: 0 auto;
}

#section-notice .notice-area .notice-txt {
  text-align: justify !important;
}

@media (max-width: 768px) {
  #section-notice .notice-area {
    max-width: inherit;
    padding: 0 var(--size16);
  }
}

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

@media print {
  @page {
    margin: 15mm 10mm;
    size: A4 portrait;
  }

  #fixedBottomBtn {
    display: none;
  }

  .swiper-pagination,
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  *, *::before, *::after {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  body {
    font-size: 10pt;
    line-height: 1.6;
    width: 100% !important;
  }

  /* 非表示 */
  header, footer, nav, .global-nav, .breadcrumb,
  #fixedBottomBtn, .cta-following-wrap, .btn-page-top,
  .swiper-button-prev, .swiper-button-next, .swiper-pagination,
  .apply-button-container,
  #section-flow .apply-button-container,
  .btn-wrap.testdrive,
  #section-apponly-conditions .btn-wrap,
  #section-apponly-flow .btn-wrap,
  .closeTxt {
    display: none !important;
  }

  /* レイアウト */
  #campaign-contents {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .bg-2026firsthalf-area, .bg-apponly-area {
    overflow: visible !important;
  }

  /* #flows Swiper 横並び展開 */
  #section-flow .swiper-container,
  #flows.swiper-container {
    overflow: visible !important;
  }

  #flows .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 4mm !important;
    transform: none !important;
  }

  #flows .swiper-slide {
    flex: 0 1 50mm !important;
    width: 50mm !important;
    max-width: 50mm !important;
    page-break-inside: avoid;
  }

  #flows .swiper-slide img {
    width: 100% !important;
    height: auto !important;
  }

  #flows .swiper-slide:not(:last-child)::after {
    display: none !important;
  }

  /* #features スライド縦並び展開 */
  #features.swiper-container {
    overflow: visible !important;
    height: auto !important;
  }

  #features .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    transform: none !important;
    gap: 6mm !important;
  }

  #features .swiper-slide {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    page-break-inside: avoid;
    gap: 4mm !important;
  }

  #features .swiper-slide .photo {
    flex: 0 0 55mm !important;
  }

  #features .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  #features .swiper-slide div.title.sp-only {
    display: none !important;
  }

  #section-summary details,
  #section-summary details.acc-wrap {
    display: block !important;
  }

  #section-summary .acc-contents,
  #section-summary .js-acc-contents,
  #section-summary .acc-wrap .acc-contents,
  #section-summary .acc-wrap .js-acc-contents {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    opacity: 1 !important;
  }

  #section-summary .acc-wrap .acc-contents .acc-contents-inner {
    display: block !important;
  }

  #section-summary .nml-toggle-icn::before,
  #section-summary .nml-toggle-icn::after,
  #section-summary .title02.nml-toggle-icn::before,
  #section-summary .title02.nml-toggle-icn::after {
    display: none !important;
  }

  #section-apponly .kv-photo {
    position: relative !important;
    display: block !important;
    aspect-ratio: auto !important;
    height: auto !important;
    min-height: 0 !important;
    width: 100% !important;
  }

  #section-apponly .kv-photo>picture:first-child {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    z-index: 0 !important;
  }

  #section-apponly .kv-photo>picture:first-child img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  #section-apponly .kv-photo h2 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  #section-apponly .kv-photo h2 picture {
    display: block !important;
  }

  #section-apponly .kv-photo h2 img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
  }

  #section-apponly .kv-photo .kv-text {
    position: absolute !important;
    bottom: 10% !important;
    left: 50% !important;
    top: auto !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    z-index: 2 !important;
    display: block !important;
    width: 50% !important;
    max-width: 50% !important;
    font-size: 8pt !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    text-align: justify !important;
    padding: 0 !important;
  }

  /* #apponly-flows 横並び展開 */
  #apponly-flows.swiper-container {
    overflow: visible !important;
  }

  #apponly-flows .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 3mm !important;
    transform: none !important;
  }

  #apponly-flows .swiper-slide {
    flex: 0 1 36mm !important;
    width: 36mm !important;
    max-width: 36mm !important;
    page-break-inside: avoid;
  }

  #apponly-flows .swiper-slide img {
    width: 100% !important;
    height: auto !important;
  }

  a[href]::after {
    content: none !important;
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  h1, h2, h3 {
    page-break-after: avoid;
  }

  section {
    page-break-inside: auto;
  }

  /* アコーディオン共通 */
  details {
    display: block !important;
  }

  details>.acc-contents,
  details>.js-acc-contents {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
  }
}



