.fvSlider .swiper-wrapper {
  align-items: stretch;
  height: auto;
}
.fvSlider .swiper-slide {
  height: auto !important;
  display: block;
  position: relative;
}
.fvSlider .swiper-pagination {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 425px) {
  .fvSlider .swiper-pagination {
    bottom: 9%;
  }
}
.fvSlider .swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  background: #b3b3b3 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 425px) {
  .fvSlider .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}
.fvSlider .swiper-pagination-bullet-active {
  background: #fff !important;
}

.top-works__body {
  width: 100%;
}
@media screen and (max-width: 425px) {
  .top-works__body {
    width: calc(100% + 2.8rem);
  }
}

.worksList {
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 425px) {
  .worksList {
    gap: 1rem;
  }
}
.worksList li {
  grid-column: span 2;
  /*
  &:first-child {
    grid-column: 1 / -1!important;
    .workThumb {
      @media screen and (max-width: 425px) {
        height: 17.5rem;
      }
    }
  }
  */
}
.worksList li .workThumb {
  height: 51rem;
  aspect-ratio: auto;
  border-radius: 2.5rem;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 425px) {
  .worksList li .workThumb {
    height: 16rem;
    border-radius: 1rem;
  }
}
.worksList li .workThumb .workThumb__bg {
  opacity: 0.8;
  transform: scale(1.1);
}
.worksList[data-work-length="3"] li {
  grid-column: span 2;
}
@media screen and (max-width: 425px) {
  .worksList[data-work-length="3"] li {
    grid-column: span 3;
  }
}
.worksList[data-work-length="2"] li {
  grid-column: span 3;
}
@media screen and (max-width: 425px) {
  .worksList[data-work-length="2"] li {
    grid-column: span 2;
  }
}

.kv_slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(../images/kv/kv_base.jpg) center center/cover no-repeat;
  -webkit-mask-image: url(../images/main/common/fv-bg_mask.png), linear-gradient(to top, transparent 9.5rem, #fff 9.5rem);
  mask-image: url(../images/main/common/fv-bg_mask.png), linear-gradient(to top, transparent 9.5rem, #fff 9.5rem);
  -webkit-mask-position: bottom center, bottom center;
  mask-position: bottom center, bottom center;
  -webkit-mask-size: max(192rem, 100%), 100% 100%;
  mask-size: max(192rem, 100%), 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  color: #ffffff;
}
@media screen and (max-width: 425px) {
  .kv_slide {
    -webkit-mask-image: url(../images/main/common/fv-bg_mask.png), linear-gradient(to top, transparent 10vw, #fff 10vw);
    mask-image: url(../images/main/common/fv-bg_mask.png), linear-gradient(to top, transparent 10vw, #fff 10vw);
    -webkit-mask-size: 200%, 100% 100%;
    mask-size: 200%, 100% 100%;
  }
}
.kv_slide__img {
  width: 90%;
  max-width: 110.5rem;
  display: block;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 425px) {
  .kv_slide__img {
    width: 92%;
  }
}

.fv-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-mask-image: url(../images/main/common/fv-bg_mask.png), linear-gradient(to top, transparent 9.5rem, #fff 9.5rem);
  mask-image: url(../images/main/common/fv-bg_mask.png), linear-gradient(to top, transparent 9.5rem, #fff 9.5rem);
  -webkit-mask-position: bottom center, bottom center;
  mask-position: bottom center, bottom center;
  -webkit-mask-size: max(192rem, 100%), 100% 100%;
  mask-size: max(192rem, 100%), 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  color: #ffffff;
}
@media screen and (max-width: 425px) {
  .fv-slide {
    -webkit-mask-image: url(../images/main/common/fv-bg_mask.png), linear-gradient(to top, transparent 10vw, #fff 10vw);
    mask-image: url(../images/main/common/fv-bg_mask.png), linear-gradient(to top, transparent 10vw, #fff 10vw);
    -webkit-mask-size: 200%, 100% 100%;
    mask-size: 200%, 100% 100%;
  }
}