.fv-low__inner {
  position: relative;
  overflow-y: hidden;
  max-height: 38.9rem;
}

.fv-low__titles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fv-low__titles--text {
  text-align: center;
  margin-top: 5rem;
  color: #666;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: normal;
}

.access-low {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .access-low {
    margin-top: 4rem;
  }
}

.access-low__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .access-low__inner {
    flex-direction: column;
    gap: 0;
  }
}

.access-low__img {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .access-low__img {
    margin-top: 0rem;
    height: 450px;
  }
}
.access-low__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .access-low__img img {
    width: 100%;
    height: 100%;
  }
}

.access-low__content {
  max-width: 56rem;
  width: 100%;
}
@media (max-width: 767px) {
  .access-low__content {
    margin-top: -4rem;
  }
}

.access-low__name {
  text-align: center;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.048rem;
  background: #009FE6;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .access-low__name {
    width: calc(100% - 2.7rem);
    margin-inline: auto;
  }
}

.access-low__sns {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .access-low__sns {
    margin-top: 2.3rem;
    margin-left: 1.6rem;
  }
}

.access-low__list {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .access-low__list {
    padding-inline: 1.5rem;
  }
}

.access-low__row {
  display: grid;
  align-items: center;
  grid-template-columns: 10rem 1fr;
  gap: 3rem;
  padding: 2.3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 767px) {
  .access-low__row {
    grid-template-columns: 9rem 1fr;
    padding: 2.37rem 0;
    gap: 0;
  }
}
.access-low__row:nth-of-type(n+2) {
  border-top: 1px solid #ddd;
}
.access-low__row:nth-of-type(1) {
  padding-top: 0;
}

@media (max-width: 767px) {
  .access-low__list--shibuya .access-low__row:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    padding: 2.35rem 0;
  }
}

.access-low__row dt {
  color: #6F6F6F;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.88rem; /* 180% */
  letter-spacing: 0.16rem;
}

.access-low__row dd, .access-low__row p {
  color: #6F6F6F;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.88rem; /* 180% */
  letter-spacing: 0.16rem;
}

.access-low__row--little {
  padding-bottom: 1.16rem;
}
@media (max-width: 767px) {
  .access-low__row--little dd p {
    white-space: nowrap;
  }
}

.access-low__row--little2 {
  padding-top: 1rem;
  padding-bottom: 1.18rem;
}
@media (max-width: 767px) {
  .access-low__row--little2 dd p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 400;
    line-height: 2.88rem;
    letter-spacing: 0.16rem;
    white-space: nowrap;
  }
}

.access-low__row--border-bottom {
  border-bottom: 1px solid #ddd;
}

.access-low__maps {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
  margin-top: 9rem;
  padding-inline: 2rem;
  max-width: calc(1094px + 4rem);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .access-low__maps {
    flex-direction: column;
    margin-top: 4rem;
  }
}

.access-low__maps-shibuya {
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .access-low__maps-shibuya {
    margin-top: 4rem;
  }
}

.access-low__map {
  width: 66.4rem;
  max-height: 100%;
}
@media (max-width: 767px) {
  .access-low__map {
    width: 100%;
    height: 24.3rem;
  }
}
.access-low__map iframe {
  width: 100%;
  height: 100%;
}

.access-low__map__right {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .access-low__map__right {
    margin-top: -3rem;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .access-low__map__right--shibuya {
    margin-top: -4rem;
  }
}
@media (max-width: 767px) {
  .access-low__map__right--shibuya .access-low__map--img {
    padding-inline: 0.5rem;
  }
}

.access-low__map--img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.route-low {
  margin-top: 8.5rem;
}
@media (max-width: 767px) {
  .route-low {
    margin-top: 4rem;
  }
}

.route-low-shibuya {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .route-low-shibuya {
    margin-top: 5rem;
  }
}

.route-low__inner {
  max-width: calc(1080px + 4rem);
  margin-inline: auto;
  padding-inline: 2rem;
  padding-bottom: 8rem;
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .route-low__inner {
    margin-bottom: 4rem;
  }
}

.route-title {
  letter-spacing: 0.48rem;
}
@media (max-width: 767px) {
  .route-title {
    letter-spacing: normal;
  }
}

.low-titles {
  max-width: 104.2rem;
  margin-inline: auto;
  padding-inline: 2rem;
  position: relative;
  padding-bottom: 2.5rem;
}
.low-titles::after {
  position: absolute;
  content: "";
  width: 4rem;
  height: 0.2rem;
  background: linear-gradient(90deg, #009FE6 0%, #74D4FF 41.35%, #11ADF3 98.08%);
  bottom: 0;
  left: 2rem;
}

.low-title {
  font-family: "Cormorant SC";
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 100%; /* 64px */
  background: linear-gradient(180deg, #0AA4E8 0%, #70D3FF 50%, #14AEF3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .low-title {
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
  }
}

.all-small {
  font-variant: all-small-caps;
}
@media (max-width: 767px) {
  .all-small {
    font-variant: normal;
  }
}

.low-title__text {
  color: #333;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-top: -0.5rem;
}

.route-low__content {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .route-low__content {
    flex-direction: column;
    gap: 5.5rem;
  }
}

@media (max-width: 767px) {
  .route-low__content--shibuya {
    gap: 4rem;
  }
}

.route-low__card {
  width: calc((1080px + 4rem) / 5);
}
@media (max-width: 767px) {
  .route-low__card {
    width: 100%;
  }
}

.route-low__card--img img {
  aspect-ratio: 203.2/152.4;
  -o-object-fit: contain;
     object-fit: contain;
}

.route-low__card--text {
  margin-top: 2rem;
}
.route-low__card--text p:nth-of-type(1) {
  color: #009FE6;
  font-family: "Cormorant SC", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}
.route-low__card--text p:nth-of-type(2) {
  margin-top: 2rem;
  color: #444;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 120%;
}

.gallery-low {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .gallery-low {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }
}

.gallery-low__inner {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .gallery-low__inner {
    padding-top: 3.5rem;
  }
}

@media (max-width: 767px) {
  .gallery-low-swiper {
    padding-bottom: 3rem;
  }
}

.gallery-low-swiper .swiper-slide {
  width: 464px;
  text-align: center;
}
.gallery-low-swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.gallery-low-pagination {
  margin-top: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .gallery-low-pagination {
    margin-top: 5.2rem;
  }
}

.gallery-low-swiper__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  max-width: calc(100% - 24.4rem - 4rem);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gallery-low-swiper__btn button {
  background: transparent;
}
@media (max-width: 767px) {
  .gallery-low-swiper__btn {
    max-width: 100%;
    top: auto;
    bottom: 1rem;
    transform: translate(-50%, 0);
  }
}

.gallery-low-prev,
.gallery-low-next {
  width: 5.8rem;
  height: 5.8rem;
}
@media (max-width: 767px) {
  .gallery-low-prev,
  .gallery-low-next {
    width: 4.8rem;
    height: 4.8rem;
  }
}/*# sourceMappingURL=access.css.map */