@charset "UTF-8";

html {
  scroll-padding-top: var(--header-height, 0px);
}
html:has(#page-bestsellersale_2026) {
  scroll-behavior: smooth;
}
#page-bestsellersale_2026 .page-contents {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #page-bestsellersale_2026 .page-contents {
    width: 100%;
  }
  main .inner {
    width: 100%;
    padding: 0 0;
  }
}

/*------------------------------------------------------
  ナインナップ
------------------------------------------------------*/
.lineup {
  position: relative;
}
.lineup .anchor {
  position: absolute;
  bottom: 160px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  max-width: 99%;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .lineup .anchor {
    bottom: 16vw;
  }
}

/*------------------------------------------------------
  スライド
------------------------------------------------------*/
.swiper-wrap.color {
  position: relative;
  overflow: hidden;
}
.swiper-wrap.color .swiper-pagination-bullets {
  position: absolute;
  bottom: 40px;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.swiper-wrap.color .swiper-pagination-bullet {
  margin: 0 10px !important;
  width: 12px;
  height: 12px;
  opacity: 0.6;
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
}

@media screen and (max-width: 1000px) {
  .swiper-wrap.color .swiper-pagination-bullets {
    bottom: 4vw;
  }
  .swiper-wrap.color .swiper-pagination-bullet {
    margin: 0 1vw !important;
    width: 1.2vw;
    height: 1.2vw;
  }
}

/*------------------------------------------------------
  新仕様について
------------------------------------------------------*/
#page-bestsellersale_2026 .open-modal-btn {
  position: absolute;
  top: 46px;
  right: 45px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 16px 40px;
  color: #ffffff;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: .05em;
  background: #64504e;
  border-radius: 9999px;
}
.open-modal-btn .icon_arrow {
  width: 16px;
}
@media screen and (max-width: 1000px) {
  #page-bestsellersale_2026 .open-modal-btn {
    top: 4.6vw;
    right: 4.5vw;
    gap: 3vw;
    padding: 1.6vw 4vw;
    font-size: 3.2vw;
  }
  .open-modal-btn .icon_arrow {
    width: 1.6vw;
  }
}

/*------------------------------------------------------
  CTA
------------------------------------------------------*/
.wrap-cta {
  position: relative;
}

.tabCTA {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: -130px;
}
.tabCTA > label {
  order: -1;
  min-width: 1px;
  cursor: pointer;
}
.tabCTA.tabRow2 > label {
  max-width: 50%;
}
.tabCTA.tabRow3 > label {
  max-width: 35%;
}
.tabCTA.tabRow3 > label:first-of-type {
  max-width: 30%;
}
.tabCTA input {
  display: none;
}
.tabCTA > div {
  display: none;
}
.tabCTA label:has(:checked) + div {
  display: block;
}
@media screen and (max-width: 1000px) {
  .tabCTA {
    margin-top: -13vw;
  }
}

/* ラベルの表示切り替え */
label {
  position: relative;
}
label .label-default {
  display: block;
}
label .label-active {
  display: none;
}
label:has(:checked) .label-active {
  display: block;
}
label:has(:checked) .label-default {
  display: none;
}

/* ボタン */
.cta {
  position: relative;
}
.cta__btn {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 898px;
  cursor: pointer;
}
.cta__btn.position-m {
  bottom: 220px;
}
@media (width < 1000px) {
  .cta__btn {
    bottom: 8vw;
    width: 90%;
  }
  .cta__btn.position-m {
    bottom: 22vw;
  }
}



/*------------------------------------------------------
  注意事項
------------------------------------------------------*/
.attention {
  border: 1px solid #333333;
  margin-top: 40px;
  padding: 40px;
}
.attention__heading {
  margin: 0 0 1em;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
}
.attention__text {
  line-height: 1.7;
}
.attention__text a {
  color: #B9647B;
}
.attention__text p {
  margin-top: 1em;
}
.attention__text ul {
  margin: 1em 0 0 1em;
}
.attention__text li::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}

@media screen and (max-width: 820px) {
  /* 注意事項 */
  .attention {
    margin: 4vw 2vw;
    padding: 3vw 2vw;
  }
  .attention__heading {
    margin: 0 0 0.5em;
    font-size: 2.4rem;
  }
}