.summersale {
  background-color: #031d40;
}

.summersale .sec-container {
  background-image: url("../../assets/img/campaign/summer-sale2026/bg.webp");
  background-repeat: repeat-y;
  background-position-y: 0;
  background-size: 100% auto;
  padding-top: 164px !important;
}
.summersale .sec-container .sec-title, .summersale .sec-container .sec-lead {
  color: #fff;
}

.products .l-main .sec-item {
  min-height: 608px;
}

.sec02 {
  background-color: #F4F4F4;
  padding-top: 100px;
  padding-bottom: 120px;
}
.sec02 .inner {
  padding: 0 17px;
}
.sec02 .sec-ttl {
  padding-top: 0px;
  padding-bottom: 40px;
}
.sec02-section + .sec02-section {
  margin-top: 30px;
}
.sec02-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-bottom: 26px;
}
.sec02-ttl .-lg {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.sec02-ttl .-sm {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}
.sec02 .swiper-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 17px 10px;
}
.sec02 a {
  transition: 0.3s;
  display: block;
}
.sec02 a:hover {
  opacity: 0.7;
}

.note {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  max-width: 730px;
  margin: 100px auto 0;
}

/* .modal-shop
================================ */
.modal-shop {
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 10000;
}
.modal-shop-bg {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-shop-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 85%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-shop-box {
  overflow-y: scroll;
  background: #fff;
  width: 100%;
}
.modal-shop .close__btn {
  right: 0;
  top: 1vh;
  position: absolute;
}

.close__btn {
  cursor: pointer;
  display: inline-block;
  width: 70px;
  height: 70px;
}
.close__btn span::before, .close__btn span::after {
  background: #fff;
  content: "";
  display: block;
  height: 6%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 84%;
}
.close__btn span::before {
  transform: rotate(-45deg);
}
.close__btn span::after {
  transform: rotate(45deg);
}
@media (min-width: 769px) {
  .sec02 .swiper {
    margin: 0 auto;
    max-width: 1310px;
  }
  .sec02 .swiper-wrapper .sec02-logo {
    width: calc(20% - 8px);
  }
  .sec02 .swiper-slide {
    width: calc(16.6666666667% - 8.3333333333px);
  }
  .modal-shop-box {
    padding: 20px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .summersale .sec-container {
    padding-top: 60px !important;
  }
  .products .l-main .sec-item {
    min-height: auto;
  }
  .sec02 {
    padding-top: 36px;
    padding-bottom: 68px;
  }
  .sec02 .sec-ttl {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .sec02-section + .sec02-section {
    margin-top: 22px;
  }
  .sec02-ttl {
    gap: 9px;
    padding-bottom: 15px;
  }
  .sec02-ttl .-lg {
    font-size: 16px;
    line-height: 1.5;
  }
  .sec02-ttl .-sm {
    font-size: 14px;
    line-height: 1.2142857143;
  }
  .sec02 .swiper-wrapper {
    gap: 7px 10px;
  }
  .sec02 .swiper-wrapper .sec02-logo {
    width: calc(50% - 5px);
  }
  .sec02 .swiper-slide {
    width: calc(50% - 5px);
  }
  .note {
    background: #041D3F;
    margin: 50px auto 0;
  }
  .modal-shop-frame {
    width: 95%;
  }
  .modal-shop-box {
    padding: 16px;
    height: 70vh;
  }
  .modal-shop .close__btn {
    top: 0;
  }
}