@media screen and (min-width: 769px) {
  body p.sentence:not(:last-of-type) {
    padding-block-end: 0.52083vw;
  }
}
@media screen and (max-width: 768px) {
  body p.sentence:not(:last-of-type) {
    padding-block-end: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .area-catch-copy {
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .g-heading-page-primary .string {
    font-size: 1.66667vw;
  }
}
@media screen and (max-width: 768px) {
  .g-heading-page-primary .string {
    font-size: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .g-heading-page-secondary .string {
    font-size: 3.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .g-heading-page-secondary .string {
    font-size: 8vw;
  }
}

@scope (.area-prmy-hero-view-pages) to (.area-scdy-hero-view-pages) {
  :scope .body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media screen and (min-width: 769px) {
    :scope .body {
      gap: 10.41667vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .body {
      gap: 12vw;
    }
  }
  :scope .body .visual,
  :scope .body .specifics {
    inline-size: 100%;
  }
  @media screen and (min-width: 769px) {
    :scope .body .visual {
      max-inline-size: 50vw;
    }
  }
  :scope .body .visual .disp .media {
    position: relative;
    inline-size: 100%;
    block-size: 100%;
    aspect-ratio: 1 / 1;
  }
  :scope .body .visual .disp .media .image {
    inline-size: 100%;
    block-size: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  @media screen and (min-width: 769px) {
    :scope .body .visual .disp .media {
      max-inline-size: 50vw;
    }
  }
  :scope .body .visual .disp .media .caption {
    position: absolute;
    display: flex;
    flex-direction: column;
  }
  @media screen and (min-width: 769px) {
    :scope .body .visual .disp .media .caption {
      inset-block-end: 5vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .body .visual .disp .media .caption {
      inset-block-end: 9vw;
    }
  }
  :scope .body .visual .disp .media .caption .string {
    color: #fff;
    font-family: "Taprom-Regular", "Times New Roman", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    letter-spacing: 0.04em;
  }
  @media screen and (min-width: 769px) {
    :scope .body .visual .disp .media .caption .string {
      font-size: 1.66667vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .body .visual .disp .media .caption .string {
      font-size: 5vw;
    }
  }
  :scope .body .visual .disp .media .caption .string.main::first-letter {
    text-transform: uppercase;
  }
  :scope .body .visual .disp .media .caption .string.sub {
    align-self: flex-end;
  }
  :scope .body .specifics {
    text-align: right;
  }
  @media screen and (min-width: 769px) {
    :scope .body .specifics {
      max-inline-size: calc(100% - 50vw - 10.41667vw);
    }
  }
  @media screen and (max-width: 768px) {
    :scope .body .specifics {
      max-inline-size: 100%;
    }
  }
  @media screen and (min-width: 769px) {
    :scope .body .specifics {
      padding-inline-end: 13.54167vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .body .specifics {
      padding-inline-end: 6vw;
    }
  }
  :scope .body .specifics .title .g-heading-page-primary {
    display: flex;
    flex-direction: column;
  }
  @media screen and (max-width: 768px) {
    :scope .body .specifics .title .g-heading-page-primary {
      padding-block-end: 2vw;
    }
  }
  :scope .body .specifics .title .g-heading-page-primary .string {
    text-transform: uppercase;
  }
  @media screen and (min-width: 769px) {
    :scope .body .specifics .title .g-heading-page-primary .string {
      padding-block-end: 1.25vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .body .specifics .title .g-heading-page-primary .string {
      padding-block-end: 3vw;
    }
  }
  @media screen and (min-width: 769px) {
    :scope .body .specifics .catch {
      padding-block-end: 3.75vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .body .specifics .catch {
      padding-block-end: 9vw;
    }
  }
  :scope .body .specifics .catch .sentence {
    letter-spacing: 0.04em;
    font-family: "Lusitana", "Times New Roman", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  }
  @media screen and (min-width: 769px) {
    :scope .body .specifics .catch .sentence {
      font-size: 1.66667vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .body .specifics .catch .sentence {
      font-size: 4.5vw;
    }
  }
  :scope .body .specifics .catch .sentence:first-letter {
    text-transform: uppercase;
  }
  @media screen and (max-width: 768px) {
    :scope .body {
      flex-direction: column;
    }
    :scope .body .specifics .catch .sentence {
      letter-spacing: 0.04em;
    }
  }
}
/*# sourceMappingURL=page-common.css.map */
