.top-hero {
  position: relative;
  height: 700px;
}

.top-hero-background-container {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.top-hero-background-item {
  width: 100%;
  height: 700px;
  background-position: center;
  background-size: cover;
}

.top-hero-background-item.kv-01 {
  background-image: url('/asset/img/kv/kv-01-sp.webp');
}

.top-hero-background-item.kv-02 {
  background-image: url('/asset/img/kv/kv-02-sp.webp');
}

.top-hero-background-item.kv-03 {
  background-image: url('/asset/img/kv/kv-03-sp.webp');
}

.top-hero-content {
  position: relative;
  padding: 237px 29px 0;
}

.top-hero-logo {
  display: block;
}

.top-hero-text {
  margin-top: 12px;
  color: #ffffff;
  font-size: 15px;
}

.top-news {
  padding-bottom: 8px;
}

.top-news-header {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: bold;
}

.top-section-new-tour {
  padding-bottom: 48px;
  overflow: hidden;
  background-image: url('/asset/img/common/background-wave.svg');
  background-position: bottom center;
  background-size: cover;
}

.top-news-date {
  font-size: 14px;
}

.top-news-text {
  font-size: 14px;
}

.top-activity-location-container {
  display: grid;
  margin: 0 -16px;
}

.top-activity-location-photo {
  padding: 16px;
  height: 188px;
  background-position: center;
  background-size: cover;
}

.top-activity-location-name {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.top-activity-location-text {
  padding: 12px 16px 16px;
  background-color: #f2f8fc;
}

.top-activity-location-desc {
  font-size: 14px;
}

.top-activity-location-link {
  margin-top: 8px;
  text-align: right;
  font-size: 14px;
}

.top-about-logo-frame {
  border: solid 1px #cfdce5;
  border-radius: 8px;
}

.top-about-logo-image {
  display: block;
  margin: 41px auto;
}

.top-about-text {
  margin-top: 24px;
}

.tour-recommend-point-gallery-item {
  aspect-ratio: 16/9;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.common-card-image-container {
  width: 100%;
  aspect-ratio: 4/3;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-card-image {
  width: 100%;
  height: 100%;
  /* background-size: contain; */
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.common-card:focus .common-card-image,
.common-card:hover .common-card-image {
  background-size: cover;
}

@media (min-width: 768px) {
  .top-hero {
    margin-top: 80px;
    height: 660px;
  }

  .top-hero-content {
    padding: 210px 40px;
  }

  .top-hero-content-inner {
    margin: 0 auto;
    max-width: 1160px;
  }

  .top-hero-background-item {
    height: 660px;
  }

  .top-hero-background-item.kv-01 {
    background-image: url('/asset/img/kv/kv-01-pc.webp');
  }

  .top-hero-background-item.kv-02 {
    background-image: url('/asset/img/kv/kv-02-pc.webp');
  }

  .top-hero-background-item.kv-03 {
    background-image: url('/asset/img/kv/kv-03-pc.webp');
  }

  .top-hero-logo {
    width: 400px;
  }

  .top-hero-text {
    margin-top: 16px;
    font-size: 20px;
  }

  .top-news {
    display: flex;
    border-bottom: none;
    padding: 16px 0;
  }

  .top-news-header {
    flex: 0 0 auto;
    width: 25%;
    font-size: 28px;
  }

  .top-section-new-tour {
    margin-bottom: 32px;
    padding-bottom: 80px;
  }

  .top-activity-location-container {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -40px;
  }

  .top-activity-location-item {
    position: relative;
  }

  .top-activity-location-photo {
    padding: 32px 24px;
    height: 386px;
  }

  .top-activity-location-text {
    position: absolute;
    inset: auto 0 0;
    background-color: rgb(255 255 255 / 86%);
  }

  .top-about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .top-about-text {
    margin-top: 0;
  }
}
