@charset "utf-8";


/*  l-gallery
--------------------------------------------------*/
.l-gallery {
  position: relative;
  padding-block: 12.5rem 14.0rem;
}
.gallery-head {
  margin-bottom: 4.0rem;
}
.gallery-head__heading {
  font-size: 3.0rem;
  line-height: 1.75;
  letter-spacing: .15em;
  color: #beb098;
  text-align: center;
  margin-bottom: 3.5rem;
}
.gallery-head__desc {
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: .1em;
  color: var(--white);
  text-align: center;
  margin-bottom: 10.5rem;
}
.gallery-head__ttl {
  font-size: 3.2rem;
  letter-spacing: .1em;
  color: #ffdc7c;
  text-align: center;
}
.gallery-contents {
  position: relative;
  width: 100%;
  z-index: 1;
}
.gallery-slideWrap {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}
.gallery-slide {
  margin-inline: auto;
  overflow: clip;
}
.gallery-slide__item {
  position: relative;
}
.gallery-slide__item__name {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 2.2rem;
  letter-spacing: .1em;
  color: var(--white);
  text-align: right;
  filter: drop-shadow(0 0 10px,var(--black-rgb,.6));
  margin-bottom: calc(30 / 1200 * 100%);
  margin-right: calc(30 / 1200 * 100%);
  z-index: 1;
}
.gallery-slide__item__name span {
  display: block;
  font-size: 4.2rem;
  padding-top: .5em;
}
.gallery-slide__btn {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 80px;
  --swiper-navigation-size: 80px;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background: none;
  opacity: 1;
}
.gallery-slide__btn--prev {
  transform: rotate(180deg);
  left: 0;
}
.gallery-slide__btn--next {
  right: 0;
}
.gallery-slide__btn--prev:after, 
.gallery-slide__btn--next:after{
  content: none;
}
.gallery-thumb {
  width: 100%;
  margin-top: 40px;
  overflow: clip;
}
.gallery-thumb__list {
  justify-content: flex-start;
}
.gallery-thumb__item {
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}
.gallery-thumb__item__photo {
  position: relative;
  z-index: 1;
}
.gallery-thumb__item__photo__name {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--black-rgb), .5);
  font-size: 1.2rem;
  color: var(--white);
  line-height: 1.33333333 !important;
  letter-spacing: .05em;
  text-align: center;
}
.gallery-thumb__item.swiper-slide-thumb-active .gallery-thumb__item__photo__name {
  opacity: 0;
}
.gallery-thumb__item__photo__name span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.33333333 !important;
  padding-top: .3em;
}
@media screen and (max-width: 768px){
  .l-gallery {
    padding-block: 5.5rem 5.0rem;
  }
  .gallery-head__heading {
    font-size: 2.2rem;
    margin-bottom: 2.0rem;
  }
  .gallery-head__desc {
    font-size: 1.4rem;
    margin-bottom: 6.0rem;
  }
  .gallery-head__ttl {
    font-size: 2.4rem;
  }
  .gallery-slideWrap {
    width: 100%;
  }
  .gallery-slide__item__name {
    font-size: 1.2rem;
    filter: drop-shadow(0 0 5px,var(--black-rgb,.6));
    margin-bottom: calc(10 / 380 * 100%);
    margin-right: calc(10 / 380 * 100%);
  }
  .gallery-slide__item__name span {
    font-size: 2.0rem;
  }
  .gallery-slide__btn {
    width: 30px;
    --swiper-navigation-size: 30px;
  }
  .gallery-thumb {
    width: calc(340 / 380 * 100%);
    margin-inline: auto;
    margin-top: 2.0rem;
  }
  .gallery-thumb__item__photo__name {
    font-size: .8rem;
  }
  .gallery-thumb__item__photo__name span {
    font-size: 1.1rem;
  }
}