#gallery {
  margin-bottom: 9rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  #gallery {
    margin-bottom: 0;
    height: auto;
  }
}
#gallery .section-nav {
  z-index: 1;
}
#gallery .gallery-inner {
  padding: 8rem 1.6rem;
}
@media (max-width: 480px) {
  #gallery .gallery-inner {
    padding: 5rem 1.6rem;
  }
}
#gallery .gallery-inner .section-title {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #gallery .gallery-inner .section-title {
    margin-bottom: 2rem;
  }
}
#gallery .gallery-inner .section-title .section-title__ja {
  color: #fff;
}
#gallery .gallery-inner .gallery__text {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
#gallery .gallery-inner .gallery__text .gallery__text--inner {
  color: #fff;
  margin-bottom: 2rem;
  line-height: 40px;
}
@media (max-width: 480px) {
  #gallery .gallery-inner .gallery__text .gallery__text--inner {
    line-height: 30px;
  }
}
#gallery .gallery-inner .slick-track {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  #gallery .gallery-inner .slick-track {
    gap: 1rem;
  }
}
#gallery .gallery-inner .common-button {
  position: absolute;
  bottom: 0;
  right: 5%;
}
@media (max-width: 480px) {
  #gallery .gallery-inner .common-button {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
}

.slider.__02 {
  transform: scaleX(-1);
}
.slider.__02 .gallery-main__item {
  transform: scaleX(-1);
}

.slider__wrapper {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 5rem;
}
@media (max-width: 480px) {
  .slider__wrapper {
    margin-top: 2rem;
    position: relative;
    z-index: 0;
  }
}
.slider__wrapper.__02 {
  margin-top: 0;
}

.gallery-main__item:hover .gallery-main__item--text {
  opacity: 1;
}
.gallery-main__item .img {
  overflow: hidden;
  margin-bottom: 0.5rem;
  aspect-ratio: 16/9;
}
.gallery-main__item .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  transition: 0.3s;
}
.gallery-main__item .img > img:hover {
  transform: scale(1.08);
}
.gallery-main__item .term {
  color: #fff;
  font-size: 0.875rem;
}
@media (max-width: 480px) {
  .gallery-main__item .term {
    font-size: 0.75rem;
  }
}
.gallery-main__item .gallery_title {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}/*# sourceMappingURL=style.css.map */