/* Review page — Figma 8005:852 (PC) / 8005:2330 (SP) */

.review-page-heading {
  padding: 3.75rem 0 0;
}

.review-page-heading .section-heading {
  text-align: left;
}

.review-page__lead-br {
  display: none;
}

.review-story__title-br--sp {
  display: none;
}

.review-page__lead {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.5;
  margin: 3.125rem 0;
}

.review-page__video {
  aspect-ratio: 1000 / 562;
  margin-top: 3rem;
  max-width: 62.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.review-page__video::after {
  background: transparent url("../image/review_video_overlay.png") center center repeat;
  content: "";
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.review-page__video-media {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.review-story {
  margin: 7.5rem auto 0;
}

.review-story:first-of-type {
  margin-top: 5rem;
}

.review-story__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 0.625rem;
}

.review-story__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  list-style: none;
}

.review-story__tag {
  background-color: var(--color-accent);
  color: var(--color-white);
  font-size: 0.75rem;
  font-weight: 500;
  height: 1.3125rem;
  letter-spacing: 0.1em;
  line-height: 1.3125rem;
  padding: 0 0.4375rem;
  white-space: nowrap;
}

.review-story__tag--wide {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.review-story__demographic {
  font-family: var(--font-en);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.review-story__title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.review-story__block {
  margin-top: 2.5rem;
}

.review-story__heading {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 0.63rem;
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 0.5rem;
  letter-spacing: 0.1em;
}

.review-story__heading::before {
  background: var(--gradient-brand);
  clip-path: polygon(0 0, 70% 50%, 0 90%);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
}

.review-story__text {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 1rem;
}

.review-story__text p+p {
  margin-top: 0.75em;
}

.review-page {
  margin-bottom: 6rem;
}

@media (max-width: 768px) {
  /* Figma 8005:2330 */
  .review-page-heading {
    padding: 0;
  }

  .review-page-heading .section-heading {
    margin: 3.75rem auto 0;
    max-width: var(--content-width);
    text-align: center;
    width: var(--content-width);
  }

  .review-page-heading .section-heading__en {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }

  .review-page-heading .section-heading__ja {
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.03em;
  }

  .review-page {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content-width);
    width: var(--content-width);
  }

  .review-page__lead {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 1.875rem 0 0;
    text-align: center;
  }

  .review-page__lead-br {
    display: inline;
  }

  .review-story {
    margin-top: 4rem;
  }

  .review-story:first-of-type {
    margin-top: 4rem;
  }

  .review-story__header {
    text-align: center;
  }

  .review-story__meta {
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
  }

  .review-story__tags {
    justify-content: center;
  }

  .review-story__tag {
    font-size: 0.75rem;
    height: 1.3125rem;
    letter-spacing: 0.1em;
    line-height: 1.3125rem;
  }

  .review-story__demographic {
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    margin-top: 0;
    text-align: center;
    width: auto;
  }

  .review-story__title {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 0.6875rem;
    text-align: center;
  }

  .review-story__title-br--sp {
    display: inline;
  }

  .review-story + .review-story .review-story__title {
    font-size: 1.25rem;
  }

  .review-story__block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    max-width: 20rem;
    width: 100%;
  }

  .review-story__heading {
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding-bottom: 0.9375rem;
  }

  .review-story__heading::before {
    height: 1.25rem;
    width: 1.25rem;
  }

  .review-story__text {
    font-size: 0.8em;
    letter-spacing: 0.05em;
    line-height: 1.9;
    margin-top: 0.9375rem;
  }

  .contact {
    padding: 3.75rem 0 4rem;
  }

  .contact .section-heading {
    margin-bottom: 1rem;
  }

  .contact .section-heading__en {
    font-size: 1.5rem;
  }

  .contact .section-heading__ja {
    font-size: 0.6875rem;
  }

  .contact__desc {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 2rem;
  }

  .contact__buttons {
    gap: 1.875rem;
  }

  .contact__button {
    height: 3.75rem;
    max-width: 16.25rem;
    width: 100%;
  }

  .contact__button-title {
    font-size: 1rem;
    letter-spacing: 0.03em;
  }

  .contact__button-sub {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 796px) {
  .review-page__video {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 2.5rem;
    max-width: none;
    width: 100vw;
  }
}