@charset "utf-8";
#campaign-contents .clearfix:after {
  display: block;
  clear: both;
  content: "";
}
#campaign-contents .maximg {
  width: 100%;
  height: auto;
}
#section-kv {
  position: relative;
}
#section-kv .photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1440/528;
}
#section-kv .photo h1 {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.8));
}

#fixedBottomBtn .apply-button a:hover,
.apply-button-container .apply-button a:hover {
  opacity: 1;
  filter: saturate(125%);
  filter: brightness(115%);
}
.apply-button-container .btn-note {
  color: #fff;
  text-align: center;
  padding-top: var(--size16);
}

#fixedBottomBtn .apply-button .btn-note,
#section-kv-button .apply-button-container .apply-button .btn-note {
  color: #fff !important;
}

@media print, screen and (max-width: 768px) {
  .apply-button-container {
    max-width: inherit;
  }
  .apply-button-container .apply-button {
    width: 80%;
  }
  .apply-button-container .apply-button a {
    max-width: inherit;
  }
  .apply-button-container .apply-button .btn-note {
    font-size: 10px;
  }
}
@media print, screen and (max-width: 320px) {
  .apply-button-container .apply-button .btn-note {
    font-size: 10px !important;
  }
}

#section-title {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
}
#section-title .title-inner {
  text-align: center;
  padding: 0 50px;
}
#section-period {
  position: relative;
  width: 100%;
  max-width: 900px;
  background-color: #1d2087;
  margin: 30px auto 50px;
}
#section-period::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 34px 25px;
  border-color: transparent transparent #1d2087 transparent;
  pointer-events: none;
  transform: translateX(-50%) rotate(180deg);
}
#section-period .period-inner {
  text-align: center;
  padding: 32px;
}
#section-period .text-box {
  display: inline-block;
  text-align: left;
}
#section-period .inspection-dl-wrap {
  display: flex;
  align-items: baseline;
  column-gap: 5px;
  margin-top: 0 !important;
}
#section-period .inspection-dl-wrap h2 {
  white-space: nowrap;
}
#section-period .inspection-dl-wrap h2,
#section-period .inspection-dl-wrap h3 {
  color: #fff;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
}
#section-period .inspection-dl-wrap > dt {
  width: 20%;
  flex-basis: auto;
  flex-shrink: 0;
  flex-basis: 80px;
}
#section-period .inspection-dl-wrap > dd {
  display: block;
  flex-grow: 1;
  width: 80%;
}
@media screen and (min-width: 769px) {
  #section-period .inspection-dl-wrap > dd br.sp-only {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  #section-title {
    margin: 30px auto 0;
  }
  #section-title .title-inner {
    padding: 0 10%;
  }
  #section-period {
    max-width: inherit;
    margin: 24px auto 0;
  }
  #section-period::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 18px 13px;
    border-color: transparent transparent #1d2087 transparent;
    pointer-events: none;
    transform: translateX(-50%) rotate(180deg);
  }
  #section-period .period-inner {
    padding: 14px 0;
  }
  #section-period .text-box {
    white-space: nowrap;
    margin: 0 auto;
    padding: 0 14px;
  }
  #section-period .inspection-dl-wrap h2,
  #section-period .inspection-dl-wrap h3 {
    font-size: clamp(12px, 3.4vw, 18px);
  }
  #section-period .inspection-dl-wrap > dt {
    width: 20%;
    flex-basis: 28px;
  }
  #section-period .inspection-dl-wrap > dd {
    width: 80%;
  }
}

#section-pickup {
  max-width: 1440px;
  background-color: #b49f6d;
  margin: 0 auto;
  padding: 30px 0;
}
#section-pickup .pickup-inner {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 50px;
}
#section-pickup .pickup-inner::before {
  content: "";
  background: url("/campaign/startup202510/assets/images/txt_overview_03-pc.svg") no-repeat;
  position: absolute;
  bottom: -92px;
  right: -67px;
  width: 235px;
  height: 164px;
}
#section-pickup .pickup-inner h2 {
  margin-right: 40px;
}

@media print, screen and (min-width: 769px) and (max-width: 1200px) {
  #section-pickup .pickup-inner::before {
    bottom: -80px;
    right: 0;
    width: calc(235/1200*100vw);
    height: calc(164/1200*100vw);
  }
}
@media print, screen and (max-width: 768px) {
  #section-pickup {
    margin: 30px auto 0;
    padding: 20px 0;
  }
  #section-pickup .pickup-inner {
    margin: 0 auto;
    padding: 0 5%;
  }
  #section-pickup .pickup-inner::before {
    content: "";
    background: url("/campaign/startup202510/assets/images/txt_overview_03-sp.svg") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -24%;
    right: 5%;
    width: calc(170/768*100vw);
    height: calc(120/768*100vw);
  }
  #section-pickup .pickup-inner h2 {
    width: 45%;
    margin-right: 5%;
  }
  #section-pickup .pickup-inner h3 {
    width: 50%;
  }
}

#section-detail {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1050px;
  margin: 30px auto;
  padding: 0 50px;
}
#section-detail .detail-text p {
  color: #1d2087;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
#section-detail .detail-text .text-line {
  color: #231815;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  text-decoration: underline;
}
#section-detail .detail-list {
  background: #fffbd0;
  border: 2px solid #1d2087;
  border-radius: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 904px;
  margin: 30px auto;
}
#section-detail .detail-list .list-col {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100px;
}
#section-detail .detail-list .list-col:nth-of-type(1) {
  border-right: 2px solid #1d2087;
  width: 15%;
}
#section-detail .detail-list .list-col:nth-of-type(2) {
  border-right: 2px solid #1d2087;
  flex-wrap: wrap;
  width: 25%;
}
#section-detail .detail-list .list-col:nth-of-type(3) {
  flex-wrap: wrap;
  width: 60%;
}
#section-detail .detail-list .list-col p {
  box-sizing: border-box;
  color: #1d2087;
  font-size: clamp(12px, 2.2vw, 22px);
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 20px;
}
#section-detail .detail-list .list-col p:nth-child(2n) {
  border-top: 2px solid #1d2087;
}

#section-detail .detail-lineup {
  width: 100%;
  max-width: 780px;
  margin: 10px auto 0;
}
#section-detail .lineup-inner {
  display: flex;
  padding: 0 50px;
}
#section-detail .lineup-inner h3 {
  text-align: center;
}
#section-detail .lineup-inner h3:last-of-type {
  margin-left: 20px;
}
#section-detail .lineup-inner a {
  display: block;
}
#section-detail .lineup-inner a:hover {
  opacity: .7;
  transition: all .3s;
}

@media print, screen and (max-width: 768px) {
  #section-detail {
    margin: 30px auto;
    padding: 0 5%;
  }
  #section-detail .detail-text p {
    font-size: clamp(12px, 1.8vw, 18px);
  }
  #section-detail .detail-list {
    border: 1px solid #1d2087;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
  }
  #section-detail .detail-text .text-line {
    font-size: clamp(12px, 1.8vw, 18px);
  }
  #section-detail .detail-list .list-col {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 100%;
  }
  #section-detail .detail-list .list-col:nth-of-type(1) {
    border-right: none;
    border-bottom: 1px solid #1d2087;
    justify-content: center;
    width: 100%;
  }
  #section-detail .detail-list .list-col:nth-of-type(2) {
    border-right: 1px solid #1d2087;
    flex-wrap: wrap;
    width: 28%;
  }
  #section-detail .detail-list .list-col:nth-of-type(3) {
    flex-wrap: wrap;
    width: 72%;
  }
  #section-detail .detail-list .list-col:nth-of-type(1) p {
    justify-content: center;
    font-size: clamp(13px, 2.2vw, 22px);
    line-height: 1.5;
    padding-left: 0;
  }
  #section-detail .detail-list .list-col p:nth-child(2n) {
    border-top: 1px solid #1d2087;
  }
  #section-detail .detail-list .list-col p {
    font-size: clamp(12px, 2vw, 20px);
    height: 100%;
    padding: 8px 0 8px 7px;
  }

  #section-detail .detail-lineup {
    margin: 10px auto 0;
  }
  #section-detail .lineup-inner {
    padding: 0;
  }
  #section-detail .lineup-inner h3 {
    text-align: center;
  }
  #section-detail .lineup-inner h3:last-of-type {
    margin-left: 3%;
  }
}
@media print, screen and (min-width: 320px) and (max-width: 429px) {
  #section-detail .detail-list .list-col p {
    font-size: clamp(10px, 2vw, 20px);
    height: 100%;
    padding: 8px 0 8px 7px;
  }
}

#section-safety {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 30px;
  box-sizing: border-box;
  padding: 0 50px;
}
#section-safety .safety-inner {
  border: 2px solid #231815;
  border-radius: 20px;
}
#section-safety .safety-title {
  text-align: center;
  padding: 20px 0;
}
#section-safety .safety-title h2 {
  color: #231815;
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.4;
}
#section-safety .safety-list {
  border-top: 2px solid #231815;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 35px 50px;
}
#section-safety .safety-list li {
  margin: 0 auto 35px;
}
#section-safety .safety-list-img {
  text-align: center;
  margin: 0 auto 15px;
}
#section-safety .safety-list-text {
  color: #231815;
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  #section-safety {
    margin: 50px auto 20px;
    padding: 0 5%;
  }
  #section-safety .safety-inner {
    border: 2px solid #231815;
    border-radius: 20px;
  }
  #section-safety .safety-title {
    text-align: center;
    padding: 20px 0;
  }
  #section-safety .safety-title h2 {
    color: #231815;
    font-size: clamp(15px, 3vw, 30px);
    line-height: 1.4;
  }
  #section-safety .safety-list {
    border-top: 2px solid #231815;
    padding: 30px 5%;
  }
  #section-safety .safety-list li {
    margin: 0 auto 35px;
  }
  #section-safety .safety-list-img {
    margin: 0 auto 15px;
  }
  #section-safety .safety-list-text {
    color: #231815;
    font-size: clamp(13px, 2.5vw, 20px);
    line-height: 1.5;
    text-align: center;
  }
}

#section-notice {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 60px;
}
#section-notice .notice-inner {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}
#section-notice .notice-title {
  position: relative;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.5;
  margin: 0 auto 15px;
}
#section-notice .notice-title::before {
  content: "";
  background: url("/campaign/startup202510/assets/images/icn_01.svg") no-repeat;
  position: absolute;
  top: 50%;
  left: -23px;
  width: 18px;
  height: 16px;
  transform: translateY(-50%);
}
#section-notice .notice-head {
  margin-bottom: 20px;
}
#section-notice .notice-text {
  font-size: 10px;
  line-height: 1.5;
}

@media print, screen and (max-width: 768px) {
  #section-notice .notice-inner {
    padding: 0 5%;
  }
  #section-notice .notice-head {
    border-bottom: 1px solid #231815;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #section-notice .notice-text {
    font-size: clamp(10px, 2vw, 14px);
    line-height: 1.5;
  }
}

/*
***************************************************************
btn-page-top
***************************************************************
*/
#campaign-contents .btn-page-top {
  position: fixed;
  right: 48px;
  bottom: 100px;
  z-index: 1000;
  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;
}
#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;
  }
}

#campaign-contents .content-button.close a,
#contents.crosstrekshev .fixed_menu.close .end-none {
  pointer-events: none;
}

#campaign-contents .btn-nml {
  color: var(--white);
}
#campaign-contents .btn-nml:hover {
  color: var(--white);
  opacity: 0.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;
}
#ot-sdk-btn-floating {
  display: none !important;
}

/*
**************************************************
#fixedBottomBtn
**************************************************
*/
#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 .apply-button {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: var(--size8);
}

#fixedBottomBtn .apply-button .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 326px;
  margin-top: 0 !important;
}

#fixedBottomBtn .apply-button .btn-nml.fixed-btn {
  width: 100%;
  font-size: 1.8rem;
  min-height: var(--size48);
  color: var(--white);
}

#fixedBottomBtn .apply-button .btn-wrap .btn-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #fixedBottomBtn .apply-button {
    flex-wrap: nowrap;
    gap: 8px;
    padding: 8px 0;
  }

  #fixedBottomBtn .apply-button .btn-wrap {
    max-width: 375px;
  }

  #fixedBottomBtn .apply-button .btn-nml.fixed-btn {
    font-size: 1.6rem;
    min-height: var(--size24);
  }

  #fixedBottomBtn .apply-button .btn-wrap .btn-ttl {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 353px) {
  #fixedBottomBtn .apply-button .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
}

/* --------------------- 共通 -------------------- */
#campaign-contents .btn-nml:hover {
  opacity: .7
}

/*
***********************************************************
closeTxt
***********************************************************
*/
#campaign-contents .closeTxt {
  display: none;
}

#campaign-contents .close a,
#contents.shijocp202510 .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 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  z-index: 5;
  margin: 0 auto;
  padding: 0 0 0 10px;
}
#campaign-contents .close .closeTxt {
  width: 100%;
  height: 100%;
}

#campaign-contents #fixedBottomBtn .apply-button {
  position: static;
}
#fixedBottomBtn .close .closeTxt {
  width: 100%;
  height: 100%;
}

#campaign-contents .btn-wrap .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;
}

@media screen and (max-width: 768px) {
  #campaign-contents .close .closeTxt {
    width: 80%;
    height: 100%;
    margin: 0 auto;
  }
  #campaign-contents .apply-button.close .closeTxt {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0;
  }
  #campaign-contents .btn-wrap .apply-button.close .closeTxt {
    width: 90%;
    height: 100%;
    font-size: 16px;
    margin: 0 auto;
  }
  #fixedBottomBtn .close .closeTxt {
    width: 80%;
    height: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 441px) and (max-width: 768px) {
  #campaign-contents .close .closeTxt {
    font-size: 20px;
    padding: 5px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 440px) {
  #campaign-contents .close .closeTxt {
    font-size: 16px;
    line-height: 1.2;
    padding: 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;
  /* デフォルトより狭める */
}



