@charset "UTF-8";

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

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

/*------------------------------------------------------
  スライド
------------------------------------------------------*/
.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-summerhappybag_2026 .open-modal-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 46px 0  0 auto;
  padding: 16px 40px;
  color: #ffffff;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: .05em;
  background: #999999;
  border-radius: 9999px;
}
.open-modal-btn .icon_arrow {
  width: 16px;
}
@media screen and (max-width: 1000px) {
  #page-summerhappybag_2026 .open-modal-btn {
    gap: 3vw;
    margin: 4.6vw 2.67vw 0 auto;
    padding: 1.6vw 4vw;
    font-size: 3.2vw;
  }
  .open-modal-btn .icon_arrow {
    width: 1.6vw;
  }
}

/*------------------------------------------------------
  CTA
------------------------------------------------------*/
.tabCTA {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: -140px;
}
.tabCTA > label {
  order: -1;
  min-width: 1px;
  cursor: pointer;
}
.tabCTA.tabRow2 > label {
  max-width: 50%;
}
.tabCTA.tabRow3 > label {
  max-width: 27%;
}
.tabCTA.tabRow3 > label:first-of-type {
  max-width: 46%;
}
.tabCTA input {
  display: none;
}
.tabCTA > div {
  display: none;
}
.tabCTA label:has(:checked) + div {
  display: block;
}
.tabCTA label:not(:has(.bestbuy)) + div {
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .tabCTA {
    margin-top: -14vw;
  }
}

/* ラベルの表示切り替え */
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;
}
label .bestbuy {
  position: absolute;
  top: -40px;
  left: 0;
  width: 224px;
  height: 226px;
  z-index: 1;
}
@media (width < 1000px) {
  label .bestbuy {
    top: -4vw;
    width: 22.4vw;
    height: 22.6vw;
  }
}

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



/*------------------------------------------------------
  注意事項
------------------------------------------------------*/
.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;
  }
}