/**************************************/
.sec-collection {
  margin-top: 140px;
}
@media screen and (max-width: 834px) {
  .sec-collection {
    margin-top: 80px;
  }
}
.sec-collection__btn {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}
.sec-collection__btn:not(:first-of-type) {
  margin-top: 120px;
}
@media screen and (max-width: 1100px) {
  .sec-collection__btn:not(:first-of-type) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 834px) {
  .sec-collection__btn:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 450px) {
  .sec-collection__btn:not(:first-of-type) {
    margin-top: 20px;
  }
}
.sec-collection__btn:nth-of-type(2) {
  position: relative;
  z-index: 3;
}
.sec-collection__hg {
  position: absolute;
  color: #fff;
  bottom: 70px;
  left: 60px;
  z-index: 5;
}
@media screen and (max-width: 1100px) {
  .sec-collection__hg {
    bottom: 5%;
    left: 5%;
  }
}
.sec-collection__txt {
  font-size: 24px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .sec-collection__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .sec-collection__txt {
    font-size: 16px;
  }
}
.sec-collection__ttl {
  margin-top: 5px;
  font-size: 48px;
  font-weight: normal;
}
@media screen and (max-width: 834px) {
  .sec-collection__ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 450px) {
  .sec-collection__ttl {
    font-size: 24px;
  }
}
.sec-collection__img {
  position: relative;
}
.sec-collection__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 42%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 29%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  opacity: 0.25;
}
.sec-collection__img.\-2025 {
  position: relative;
}
.sec-collection__img.\-2025 .sec-collection__img01 {
  max-width: 550px;
  width: 50%;
  display: block;
}
.sec-collection__img.\-2025 .sec-collection__img02 {
  position: absolute;
  max-width: 771px;
  width: 70%;
  top: -100px;
  right: -70px;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .sec-collection__img.\-2025 .sec-collection__img02 {
    top: -50px;
    right: -30px;
  }
}
.sec-collection__img.\-2022 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sec-collection__img.\-2022 .sec-collection__img01,
.sec-collection__img.\-2022 .sec-collection__img02 {
  display: block;
  width: 50%;
}
.sec-collection__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px 60px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .sec-collection__modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.sec-collection__modal.is-active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: fill;
}
.sec-collection__modal-cont {
  position: relative;
  max-width: 1100px;
  width: 100%;
  max-height: 80vh;
}
.sec-collection__swiper {
  max-width: 1100px;
  max-height: 80vh;
}

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 11;
}

.batu-btn {
  position: absolute;
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  z-index: 1002;
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 834px) {
  .batu-btn {
    width: 30px;
    top: 20px;
    right: 20px;
  }
}
.batu-btn::before, .batu-btn::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .batu-btn::before, .batu-btn::after {
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
  }
}
.batu-btn::before {
  transform: rotate(45deg);
}
.batu-btn::after {
  transform: rotate(-45deg);
}

.swiper-button-next,
.swiper-button-prev {
  width: 23px;
  height: 44px;
  z-index: 1003;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 15px;
    height: 36px;
  }
}

.swiper-button-prev {
  left: -50px;
  background: url(../../assets/img/collection/prev.webp) no-repeat top left/cover;
}
@media screen and (max-width: 834px) {
  .swiper-button-prev {
    left: -30px;
  }
}
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  right: -50px;
  background: url(../../assets/img/collection/next.webp) no-repeat top right/cover;
}
@media screen and (max-width: 834px) {
  .swiper-button-next {
    right: -30px;
  }
}
.swiper-button-next::after {
  display: none;
}