#shooting {
  padding-bottom: 120px !important;
}
@media (max-width: 767px) {
  #shooting {
    padding-bottom: 0 !important;
    margin-bottom: 80px;
  }
}

.shooting-slider {
  margin-right: calc(50% - 50vw);
  position: relative;
}
.shooting-slider__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .shooting-slider__item {
    margin-right: 5.5vw;
  }
}
.shooting-slider__item:last-child {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .shooting-slider__item:last-child {
    margin-right: 5.5vw;
  }
}
.shooting-slider__img {
  height: 400px;
  max-width: none;
}
@media (max-width: 767px) {
  .shooting-slider__img {
    height: 60vw;
  }
}
.shooting-slider__title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-top: 1.6666666667em;
}
@media (max-width: 767px) {
  .shooting-slider__title {
    font-size: 14px;
    margin-top: 1.2857142857em;
  }
}

.shooting-slider-ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1480px;
  margin-inline: auto;
  margin-top: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .shooting-slider-ui {
    margin-top: 50px;
  }
}
.shooting-slider-ui .swiper-scrollbar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 320px);
  height: 3px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 767px) {
  .shooting-slider-ui .swiper-scrollbar-wrap {
    width: calc(100% - 80px);
  }
}
.shooting-slider-ui .swiper-scrollbar {
  width: 100%;
  height: 1px;
  background: #ddd;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .shooting-slider-ui .swiper-scrollbar {
    width: 100%;
  }
}
.shooting-slider-ui .swiper-scrollbar-drag {
  cursor: -webkit-grab;
  cursor: grab;
  height: 32px;
  background: transparent;
  position: absolute;
  top: -15px;
  left: 0;
}
.shooting-slider-ui .swiper-scrollbar-drag:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: rgba(20, 20, 18, 0.86);
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
}
.shooting-slider-ui .swiper-button-prev,
.shooting-slider-ui .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: auto;
  height: auto;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000;
  margin-top: 0;
}
.shooting-slider-ui .swiper-button-prev:hover,
.shooting-slider-ui .swiper-button-next:hover {
  opacity: 0.5;
}
.shooting-slider-ui .swiper-button-prev:before, .shooting-slider-ui .swiper-button-prev:after,
.shooting-slider-ui .swiper-button-next:before,
.shooting-slider-ui .swiper-button-next:after {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
}
.shooting-slider-ui .swiper-button-prev {
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .shooting-slider-ui .swiper-button-prev {
    left: 0;
  }
}
.shooting-slider-ui .swiper-button-prev:before {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  background: url(../img/shooting_arrow_prev.svg) 50% no-repeat;
}
.shooting-slider-ui .swiper-button-prev:after {
  content: "BACK";
}
@media (max-width: 767px) {
  .shooting-slider-ui .swiper-button-prev:after {
    content: none;
  }
}
.shooting-slider-ui .swiper-button-next {
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .shooting-slider-ui .swiper-button-next {
    right: 0;
  }
}
.shooting-slider-ui .swiper-button-next:before {
  content: "NEXT";
}
@media (max-width: 767px) {
  .shooting-slider-ui .swiper-button-next:before {
    content: none;
  }
}
.shooting-slider-ui .swiper-button-next:after {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  background: url(../img/shooting_arrow_next.svg) 50% no-repeat;
}

.remodal-wrapper {
  padding: max(10vh, 80px) 40px;
  padding-bottom: max(10vh - 39px, 20vh - 39px - 80px);
  padding-bottom: min(calc(10vh - 39px), calc(20vh - 39px - 80px));
}
@media (max-width: 767px) {
  .remodal-wrapper {
    padding: max(10vh, 100px) 20px;
    padding-bottom: 40px;
  }
}

.remodal-overlay {
  background: rgba(255, 255, 255, 0.9);
}

.shooting-modal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  padding: 0;
  background: transparent;
  margin-bottom: 0;
}
.shooting-modal__img {
  width: auto;
  max-width: 80vw;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .shooting-modal__img {
    max-width: 100%;
  }
}
.shooting-modal__title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  margin-top: 0.6666666667em;
}
@media (max-width: 767px) {
  .shooting-modal__title {
    font-size: 14px;
    margin-top: 1em;
  }
}
.shooting-modal__close {
  width: 40px;
  height: 40px;
  left: auto;
  top: -50px;
  right: -50px;
}
@media (max-width: 767px) {
  .shooting-modal__close {
    top: -60px;
    right: 0px;
  }
}
.shooting-modal__close:before, .shooting-modal__close:after {
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}
.shooting-modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.shooting-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 40px;
}
@media (max-width: 767px) {
  .shooting-list {
    gap: 36px 20px;
  }
}
.shooting-list__item:nth-child(7n+1), .shooting-list__item:nth-child(7n+2), .shooting-list__item:nth-child(7n+3), .shooting-list__item:nth-child(7n+4) {
  width: calc((100% - 120px) / 4);
}
@media (max-width: 767px) {
  .shooting-list__item:nth-child(7n+1), .shooting-list__item:nth-child(7n+2), .shooting-list__item:nth-child(7n+3), .shooting-list__item:nth-child(7n+4) {
    width: calc((100% - 20px) / 2);
  }
}
.shooting-list__item:nth-child(7n+1) .shooting-list__picture:before, .shooting-list__item:nth-child(7n+2) .shooting-list__picture:before, .shooting-list__item:nth-child(7n+3) .shooting-list__picture:before, .shooting-list__item:nth-child(7n+4) .shooting-list__picture:before {
  content: "";
  display: block;
  padding-top: 141.4%;
}
.shooting-list__item:nth-child(7n+5), .shooting-list__item:nth-child(7n+6), .shooting-list__item:nth-child(7n+7) {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 767px) {
  .shooting-list__item:nth-child(7n+5), .shooting-list__item:nth-child(7n+6), .shooting-list__item:nth-child(7n+7) {
    width: 100%;
  }
}
.shooting-list__item:nth-child(7n+5) .shooting-list__picture:before, .shooting-list__item:nth-child(7n+6) .shooting-list__picture:before, .shooting-list__item:nth-child(7n+7) .shooting-list__picture:before {
  content: "";
  display: block;
  padding-top: 66.6%;
}
.shooting-list__picture {
  display: block;
  position: relative;
}
.shooting-list__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.shooting-list__title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-top: 1.6666666667em;
}
@media (max-width: 767px) {
  .shooting-list__title {
    font-size: 14px;
    margin-top: 1.2857142857em;
  }
}

.shooting-archive {
  margin-bottom: 110px;
}