.fv {
  position: relative;
}

.fv__title {
  background-color: #fff;
  padding: 7.5px min(22.5px, 6vw);
  color: #1c085d;
  font-size: min(30px, 8vw);
  line-height: 1.37;
  font-weight: 700;
  border-bottom: 5px solid #1c085d;
  box-sizing: content-box;
  word-break: break-all;
}

@media (min-width: 525px) {
  .fv__title br:last-child {
    display: none;
  }
}

.fv__wrapper {
  background-image: url(../images/top/fv-3.webp);
  background-size: cover;
  margin-top: -2.667vw;
  padding: 20px;
}

.fv__trip {
  position: absolute;
  font-size: clamp(30px, 8vw, 54px);
  line-height: 1;
  font-family: "Allura", serif;
  top: 14vw;
  right: 8.5vw;
  object-fit: cover;
  color: #f38200;
  transform: rotate(-6.15deg);
}

.fv__trip::before {
  content: "Enjoy Your Trip!";
  font-size: clamp(30px, 8vw, 54px);
  line-height: 1;
  font-family: "Allura", serif;
  position: absolute;
  z-index: -1;
  color: #fff;
  right: -0.05em;
  bottom: -0.05em;
}

.fv__decor {
  width: 100%;
  height: auto;
}

.fv__decor-wrapper {
  position: relative;
}

.fv__shops {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  background: rgba(255, 255, 255, 0.91);
  border-radius: 15px;
  padding: 14px clamp(12px, calc(19px + 50vw - 188.5px), 19px);
  gap: 16px;
  max-width: 450px;
  margin: 0 auto;
}

.fv__shops span {
  word-break: break-all;
}

.fv__shop {
  border-radius: 10px;
}

.fv__shop img {
  width: 100%;
  aspect-ratio: 140 / 80;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0 0;
}

.fv__shop span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 4px;
  background-color: #e59900;
  font-size: min(14px, 3.74vw);
  line-height: 2;
  font-weight: 700;
  border-radius: 0 0 10px 10px;
}

.fv__shop span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-image: url(../images/common/arrow-down-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.nav {
  background-color: #fff;
  padding: clamp(56px, calc(96px + 50vw - 188.5px), 96px) 20px;
}

.nav__wrapper {
  width: 100%;
  max-width: 510px;
  background-color: #1c085d;
  border-radius: 10px;
  padding: 24px 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 35px;
  row-gap: 24px;
  margin: 0 auto;
}

.nav__item {
  display: block;
  width: 134px;
}

.nav__image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav__image img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.nav__text {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  display: block;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: 8px;
}

.shops {
  padding: 0 20px 150px;
}

.shops__title {
  font-size: 24px;
  line-height: 33px;
  padding-bottom: 8px;
  border-bottom: 3px solid #1c085d;
  color: #1c085d;
}

.shops__wrapper {
  margin: 24px auto 0;
  display: flex;
  gap: 80px;
  flex-direction: column;
}

.shop {
  max-width: 520px;
  margin: 0 auto;
}

.shop__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background-color: #1c085d;
  padding: 5.5px 13px;
  border-radius: 6px;
}

.shop__image {
  margin: 16px 0;
}

.shop__info {
  margin: 24px auto 0;
}

.shop__info-row {
  display: flex;
  padding: 21px 16px;
  gap: 33px;
}

.shop__info-label {
  min-width: 80px;
  font-weight: 600;
  font-size: clamp(14px, 4.27vw, 16px);
  line-height: 1.75;
}

.shop__info-value {
  font-size: clamp(14px, 4.27vw, 16px);
  line-height: 1.75;
}

.shop__info-row--grey {
  background-color: #f7f7f7;
}

.shop__info-row--map {
  width: 100%;
  aspect-ratio: 335 / 180;
  background-color: #d9d9d9;
  margin-bottom: 16px;
  padding: 0;
}

.shop__info-row--chat {
  flex-direction: column;
  gap: 8px;
}

.shop__info-row--chat p {
  font-size: 14px;
  line-height: 24px;
}

.chat__wrapper {
  display: flex;
  max-width: 81vw;
  justify-content: space-between;
  margin-top: 8px;
}

.chat__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chat__item-qr {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.chat__item span {
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.shop__info-row--location {
  flex-direction: column;
}

.shop__info-row--location {
  padding: 0;
  gap: 21px;
}

.shop__info-row--location .shop__info-label {
  padding: 21px 16px;
  background-color: #f7f7f7;
}

.shop__swiper {
  width: 100%;
}

.shop__swiper .swiper-slide {
  width: 100% !important;
}

.swiper-slide__image {
  display: block;
  width: 100%;
  aspect-ratio: 335 / 180;
  object-fit: cover;
  background-color: #d9d9d9;
  margin-bottom: 8px;
}

.swiper-slide__title {
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.swiper-slide-active .swiper-slide__title {
  opacity: 1;
}

.swiper-pagination {
  position: static;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 20px;
  display: flex;
  gap: 24px;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 60px;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background-color: #d9d9d9;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0;
  background-color: #1c085d;
}

@media (min-width: 768px) {
  .fv__title {
    background-color: transparent;
    padding: 0;
    font-size: 3.66vw;
    line-height: 1.54;
    border-bottom: none;
    position: absolute;
    left: 3.66vw;
    top: 24.89vw;
    word-break: break-all;
    width: 50%;
    text-shadow: 2px 2px 1px rgba(255, 255, 255, 1);
  }

  .fv__trip {
    position: relative;
    font-size: 3.44vw;
    line-height: 1;
    font-family: "Allura", serif;
    object-fit: cover;
    color: #f38200;
    top: auto;
    right: auto;
  }

  .fv__trip::before {
    font-size: 1em;
    line-height: 1;
    right: -0.02em;
    bottom: 0.06em;
  }

  .fv__decor-wrapper {
    position: absolute;
    top: 37.46vw;
    left: 27.96vw;
    transform: rotate(-6.15deg);
  }

  .fv__wrapper {
    position: absolute;
    background-image: none;
    top: clamp(100px, calc(202px + 25vw - 342px), 202px);
    right: clamp(30px, calc(60px + 25vw - 300px), 60px);
    margin-top: 0;
    padding: 0;
  }

  .fv__shops {
    width: fit-content;
    border-radius: 15px;
    padding: min(30px, 2.2vw) min(20px, 1.47vw);
    gap: min(24px, 1.76vw);
    max-width: none;
    margin: 0;
  }

  .fv__shop {
    width: 180px;
    height: fit-content;
    width: max(13.18vw, 120px);
  }

  .fv__shop img {
    width: 100%;
    aspect-ratio: 180 / 142;
    object-fit: cover;
    object-position: center top;
  }

  .fv__shop span {
    padding: 5px 12px;
    font-size: max(1.17vw, 11px);
    line-height: 1.75;
    /* white-space: nowrap; */
  }

  .fv__shop span::after {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }

  @media (max-width: 1150px) {
    .fv__shop:nth-child(2) span {
      position: relative;
      padding-left: 0.5em;
      padding-right: 0.5em;
    }
  }

  .nav {
    padding: clamp(100px, calc(150px + 25vw - 341.5px), 150px) 20px;
    margin-top: calc(-1.9vw);
  }

  .nav__wrapper {
    max-width: 827px;
    padding: 40px;
    column-gap: 44px;
    row-gap: 70px;
  }

  .nav__item {
    width: min(200px, 24.2vw);
  }

  .nav__image img {
    width: 64px;
    height: 64px;
  }

  .nav__text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
  }

  .shops__title {
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 12px;
    max-width: 827px;
    margin: 0 auto;
  }

  .shops__wrapper {
    margin: 50px auto 0;
    gap: 100px;
  }

  .shop {
    max-width: 827px;
  }

  .shop__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.42;
    padding: 10px 20px;
  }

  .shop__image {
    margin: 32px 0 24px;
    width: 100%;
    border-radius: 15px;
  }

  .shop__info-row {
    padding: 21px 25px;
    gap: 55px;
  }

  .shop__info-label {
    min-width: 112px;
  }

  .shop__info-row--map {
    aspect-ratio: 503 / 283;
    max-width: 503px;
    margin-bottom: 20px;
    margin-left: 192px;
    padding: 0;
  }

  .shop__info-row--chat {
    flex-direction: row;
    gap: 55px;
  }

  .shop__info-row--chat p {
    font-size: 16px;
    line-height: 28px;
  }

  .chat__wrapper {
    display: flex;
    max-width: 440px;
    justify-content: space-between;
    margin-top: 24px;
  }

  .chat__item-qr {
    width: 80px;
    height: 80px;
  }

  .chat__item span {
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
  }

  .shop__info-row--location {
    padding: 0;
    gap: 21px;
  }

  .swiper-slide__image {
    aspect-ratio: 503 / 283;
    max-width: 503px;
    margin-left: 192px;
  }

  .swiper-slide__title {
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
    max-width: 503px;
    margin-left: 192px;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    max-width: 503px;
    margin-left: 192px;
    margin-top: 32px;
  }
}