@charset "UTF-8";
h1 {
  font-style: normal;
  display: flex;
  gap: 16px;
  margin: 6px 0 48px 116px;
}
@media screen and (max-width: 1023px) {
  h1 {
    margin-left: 6%;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    display: none;
  }
}
h1 span {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 56px;
  font-weight: 300;
  letter-spacing: 8.4px;
  line-height: 100%;
  color: #121212;
}
@media screen and (max-width: 1023px) {
  h1 span {
    font-size: 56px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 5.6px;
  }
}

h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  display: flex;
  flex-direction: column;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 4px;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 1023px) {
  h2 span {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.mv-slider {
  position: relative;
  overflow: hidden;
}
.mv-slider .mv-swiper {
  width: 100%;
  height: auto;
  padding-bottom: 56px;
}
.mv-slider .mv-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
  backface-visibility: hidden;
}
.mv-slider .mv-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.mv-slider .mv-swiper .swiper-slide .mv-slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.mv-slider .swiper-pagination {
  bottom: -8px !important;
  z-index: 1;
  padding: 24px 0;
}
.mv-slider .swiper-pagination .swiper-pagination-bullet {
  background: #dedede;
}
.mv-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #121212;
}

section.gallery {
  padding: 80px 88px;
}
@media screen and (max-width: 640px) {
  section.gallery {
    padding: 40px 5%;
  }
}
section.gallery .g-grid {
  width: 1264px;
  display: grid;
  gap: 44px 32px;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
  margin-top: 48px;
}
@media (max-width: 1023px) {
  section.gallery .g-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
    margin-top: 16px;
    width: 100%;
  }
}
section.gallery .g-card {
  margin: 0;
}
section.gallery .g-link {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
section.gallery .g-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.gallery .g-cap {
  text-align: center;
  font-size: 13px;
  color: #121212;
  margin-top: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 1.3px;
}
section.gallery #g-sentinel {
  height: 1px;
}

/* dialog モーダル（ページ全体に効くので外に記述） */
#g-modal::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

#g-modal {
  border: none;
  padding: 0;
  max-width: min(90vw, 1100px);
  width: -moz-fit-content;
  width: fit-content;
  background: #000;
}

#g-modal img {
  display: block;
  max-width: min(90vw, 1100px);
  max-height: 80vh;
  height: auto;
  width: auto;
}

.g-modal-cap {
  color: #ddd;
  text-align: center;
  padding: 10px 12px 16px;
}

.g-close {
  position: absolute;
  top: 6px;
  right: 10px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}/*# sourceMappingURL=index.css.map */