.side-bar {
  top: 0;
}
.top-fv__top__text {
  padding: 1.5rem 0;
}
.top-fv__top,
.top-fv__search__wrapper,
.top-introduction__wrapper-cover,
.top-new-arrival__wrapper,
.top-pick-up__wrapper,
.map__wrapper,
.facility-list__search__wrapper,
.facility-list__option,
.facility-list__cards,
.footer__wrapper
 {
  max-width: 120rem;
}
.top-fv__top {
  margin: 0 auto;
}
.top-fv__top__text {
  font-size: 3rem;
}
.top-fv__detail {
  font-size: 2rem;
}
.top-fv__squeeze__instruction {
  font-size: 2.5rem;
}
.top-fv__squeeze__instruction__img {
  width: 30px;
}

.top-introduction__contents {
  gap: 6rem;
}
.top-introduction__title {
  font-size: 4.5rem;
}
.top-introduction__title__span {
  font-size: 7rem;
}
.top-introduction__content__room {
  width: 100%;
}
.top-introduction__content__room img {
  width: 100%;
}

.footer__wrapper {
  font-size: 1.125rem;
}

.map__lists-wrapper {
  height: 45rem;
}
.map__lists.nowrap {
  flex-wrap: nowrap;
  gap: 0;
}
.map__nav__title__shimogyou,
.map__nav__title__kamigyou {
  font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .top-fv__top__text { font-size: 2rem; }
  .top-fv__detail { font-size: 1rem; }
  .top-fv__squeeze__instruction { font-size: 1.5rem; }
  .top-introduction__wrapper {
    height: 95.65rem;
  }
  .top-introduction__contents {
    gap: 2rem;
  }
  .top-introduction__content__room__img__2 {
    width: 155px;
  }
  .top-introduction__wrapper:nth-of-type(2),
  .top-introduction__wrapper:nth-of-type(3) {
    height: 72.65rem;
  }
  .top-fv__top__text {
    padding-left: 1rem;
  }
  .top-introduction__wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* .top-new-arrival  {
    margin-top: 0;
  } */
  .side-bar {
    top: 0;
  }
  .top-new-arrival__swiper-slide__figure {
    text-align: center;
  }
  .top-new-arrival__swiper-slide__img {
    width: auto;
  }
  .top-introduction__title {
    font-size: 1.5rem;
    transform: translateX(-9.5rem) !important;
  }
  .top-introduction__title.top-introduction__title__3 {
    transform: translateX(-7.5rem) !important;
  }
  .top-introduction__title__span {
    font-size: 2.5rem;
  }
  .map__lists.nowrap {
    flex-wrap: wrap;
  }
  .map__nav__title__shimogyou,
  .map__nav__title__kamigyou
   {
    font-size: 1rem;
  }
  .top-pick-up__img-cover-sp-wrapper {
    margin-bottom: 3rem;
  }
  .map__lists-wrapper {
    height: 35rem !important;
  }
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .side-bar {
    top: 0;
  }
  .map__nav {
      justify-content: space-around;
  }
  .map__lists-wrapper:nth-of-type(1) {
      width: 100%;
  }
  .map__lists-wrapper:nth-of-type(2) {
      margin-left: 3.5rem;
  }
  .map__lists-wrapper:nth-of-type(3) {
      margin-left: 9.5rem;
  }
  .map__lists__item {
    margin-left: 1rem;
  }
}