@charset "UTF-8";

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
#page-newlifesale_2025 {
  margin: 0 auto;
  max-width: 1000px;
}

/*------------------------------------------------------
  fixed-btn
------------------------------------------------------*/
.fixed-btn {
  width: 250px;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .fixed-btn {
    width: 33.33333vw;
    bottom: 2.66667vw;
  }
}

/*------------------------------------------------------
  CTA
------------------------------------------------------*/
.cta {
  position: relative;
}
.cta__btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 88.3%;
}
.cta-bra3set .cta__btn,
.cta-bra5set .cta__btn {
  bottom: 5%;
}
.cta-bra10set .cta__btn {
  bottom: 9%;
}
.cta-brashorts3set .cta__btn {
  bottom: 6%;
}
.cta-brashorts5set .cta__btn {
  bottom: 3%;
}
@media (width < 768px) {
}

/*------------------------------------------------------
  モーダル
------------------------------------------------------*/
.cartModal .cartModalLinks .note {
  text-align: center;
  text-decoration: underline;
}
.cartModal .cartModalLinks .note::after {
  content: " ＞";
}
.cartModal .cartModalItemList .additionalText {
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin: 0 0 12px 0;
  font-size: 12px;
  line-height: 1.3;
}
.cartModal .cartModalItemList {
  gap: 10px 2%;
}
.cartModal .cartModalItemList .limited {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin: 20px 0 0 0;
  padding: 20px 10px 10px;
  width: 100%;
  background-color: #d4d4d4;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .cartModal .cartModalItemList {
    gap: 10px 2%;
  }
  .cartModalItemList li {
    width: 23.5%;
  }
  .cartModal .cartModalItemList .limited {
    gap: 10px 2%;
  }
}
.cartModal .note.additional {
  display: flex;
  justify-content: center;
  text-align: left;
}
input[type=checkbox] {
  display: none !important;
}
.checkbox {
  position: relative;
  display: inline-block;
  padding: 0 0 0 32px;
  cursor: pointer;
  width: auto;
  line-height: 1;
  box-sizing: border-box;
}
.checkbox::before {
  content: "";
  position: absolute;
  left: 5px;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ae2d35;
}
.checkbox::after {
  border-right: 2px solid #ae2d35;
  border-bottom: 2px solid #ae2d35;
  content: "";
  display: block;
  height: 12px;
  left: 12px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}
.l-note {
  margin: 1em 0;
  padding: 1.5em 1em 1.25em;
  border-radius: 10px;
  background: #dddddd;
}
.cartModal .note.noteAgree {
  margin: 0;
  color: #ae2d35;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: left;
}
.noteAgree li + li {
  margin-top: 0.5em;
}
.agree {
  padding: 10px;
  text-align: center;
  color: #ae2d35;
  line-height: 1.5;
}
.agree .note {
  display: block;
  margin-top: 0.5em;
}
.agree .required {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 4px 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  background: #ae2d35;
  border-radius: 3px;
}
.agree .checkbox em {
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .checkbox {
    font-size: 13px;
  }
  .agree .note {
    margin-top: 1em;
  }
}

/*------------------------------------------------------
  注意事項
------------------------------------------------------*/
.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 + 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 {
    padding: 30px 20px;
  }
  .attention__heading {
    margin: 0 0 0.5em;
    font-size: 2.4rem;
  }
}