.galleryModal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .galleryModal__list {
    gap: 60px 36px;
  }
}

@media screen and (max-width: 768px) {
  .galleryModal__list {
    gap: 28px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .galleryModal__thumb {
    width: calc((100% - 72px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .galleryModal__thumb {
    width: calc(50% - 10px);
  }
}

@media print, screen and (min-width: 768px) {
  .gallerySect__head .leadSect .heading {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__head .leadSect .heading {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .gallerySect__head + .gallerySect__cont {
    margin-top: 94px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__head + .gallerySect__cont {
    margin-top: 72px;
  }
}

.gallerySlider {
  position: relative;
}

.gallerySlider .swiper-slide .photo {
  width: 100%;
}

.gallerySlider .swiper-slide .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

.gallerySlider__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .gallerySlider__btn {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySlider__btn {
    gap: 10px;
  }
}

.gallerySlider__controller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .gallerySlider__controller {
    margin-top: 12px;
    padding: 0 20px;
  }
}

.gallerySlider__controller .swiper-button-next,
.gallerySlider__controller .swiper-button-prev {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #888888;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: auto;
  margin-top: 0;
  position: relative;
  right: auto;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .gallerySlider__controller .swiper-button-next,
  .gallerySlider__controller .swiper-button-prev {
    width: 48px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySlider__controller .swiper-button-next,
  .gallerySlider__controller .swiper-button-prev {
    width: 40px;
  }
}

.gallerySlider__controller .swiper-button-next .prevSVG,
.gallerySlider__controller .swiper-button-next .nextSVG,
.gallerySlider__controller .swiper-button-prev .prevSVG,
.gallerySlider__controller .swiper-button-prev .nextSVG {
  display: block;
  height: auto;
  width: 32px;
}

.gallerySlider__controller .swiper-button-next:after,
.gallerySlider__controller .swiper-button-prev:after {
  content: none;
}

.gallerySlider__controller .swiper-pagination-bullet {
  background-color: #ffffff;
  border-radius: 0;
}

.gallerySlider__controller .swiper-pagination-bullet:nth-child(n+2) {
  margin-left: 10px;
}

.gallerySlider__controller .swiper-pagination-bullets {
  position: relative;
  z-index: 1;
}

.modalTrigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: relative;
  z-index: 1;
}

.modalTrigger__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(17, 18, 17, 0.5);
  -webkit-box-shadow: 8px 12px 25px 0 rgba(37, 44, 37, 0.2);
          box-shadow: 8px 12px 25px 0 rgba(37, 44, 37, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -20px;
  position: absolute;
  top: -20px;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .modalTrigger__icon {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .modalTrigger__icon {
    width: 40px;
  }
}

.modalTrigger__icon .arrowSVG {
  display: block;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .modalTrigger__icon .arrowSVG {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .modalTrigger__icon .arrowSVG {
    width: 17px;
  }
}

.modalTrigger__icon .arrowSVG__path {
  fill: #ffffff;
}

.modalTrigger__image {
  -webkit-box-shadow: 8px 12px 25px 0 rgba(37, 44, 37, 0.2);
          box-shadow: 8px 12px 25px 0 rgba(37, 44, 37, 0.2);
  -webkit-transition: -webkit-box-shadow .6s ease-in-out;
  transition: -webkit-box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out, -webkit-box-shadow .6s ease-in-out;
}

.modalTrigger__image .photo {
  overflow: hidden;
}

.modalTrigger__image .photo__image {
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.6s ease-in-out;
  transition: -webkit-transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.6s ease-in-out;
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease-in-out;
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease-in-out, -webkit-transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.6s ease-in-out;
}

.modalTrigger__ttl {
  color: #575752;
  letter-spacing: .14em;
  text-align: center;
  line-height: 1.6;
}

.modalTrigger__ttl:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.modalTrigger__ttl:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.modalTrigger__ttl:before, .modalTrigger__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .modalTrigger__ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .modalTrigger__ttl {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .modalTrigger__image + .modalTrigger__ttl {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .modalTrigger__image + .modalTrigger__ttl {
    margin-top: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .modalTrigger:hover .modalTrigger__image {
    -webkit-box-shadow: 8px 12px 25px 0 rgba(37, 44, 37, 0.4);
            box-shadow: 8px 12px 25px 0 rgba(37, 44, 37, 0.4);
  }
  .modalTrigger:hover .modalTrigger__image .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

@media (hover: hover) and (pointer: fine) {
  .modalTrigger:hover .modalTrigger__image {
    -webkit-box-shadow: 8px 12px 25px 0 rgba(37, 44, 37, 0.4);
            box-shadow: 8px 12px 25px 0 rgba(37, 44, 37, 0.4);
  }
  .modalTrigger:hover .modalTrigger__image .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

.pageIntroduction:before {
  content: none;
}

@media print, screen and (min-width: 768px) {
  .pageIntroduction .leadSect .movieModal {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.gallery-commonSpace {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .gallery-commonSpace {
    padding: 165px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .gallery-commonSpace {
    padding: 120px 0;
  }
}

.gallery-commonSpace:before {
  background: linear-gradient(325deg, rgba(237, 237, 237, 0) 0%, rgba(251, 251, 251, 0.5) 80%, #ffffff 100%);
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .gallery-commonSpace:before {
    height: calc(869 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .gallery-commonSpace:before {
    aspect-ratio: 1 / 1;
  }
}
