/* .news-info */
.news-info:where(.astro-VW2DYR2J) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  @media (min-width: 767px) {
    .news-info:where(.astro-VW2DYR2J) {
      margin-bottom: 24px;
    }
  }

  /* .news-info-cat */
  .news-info-cat:where(.astro-VW2DYR2J) {
    font-family: var(--font-ja);
    font-size: clamp(0.75rem, 0.692rem + 0.25vw, 0.875rem);
    color: #e61264;
    border: 1px solid #e61264;
    padding: 4px 12px;
  }

  @media (min-width: 767px) {
    .news-info-cat:where(.astro-VW2DYR2J) {
      padding: 8px 24px;
    }
  }

/* .news-info-en */
.news-info-en:where(.astro-VW2DYR2J) {
    font-family: var(--font-ja);
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    color: #e61264;
    margin-left: 8px;
  }

  @media (min-width: 767px) {
    .news-info-en:where(.astro-VW2DYR2J) {
      margin-left: 12px;
    }
  }

  /* .news-info-time */
  .news-info-time:where(.astro-VW2DYR2J) {
    font-family: var(--font-ja);
    font-size: 14px;
    color: #888;
  }

  /* .news-title */
  .news-title:where(.astro-VW2DYR2J) {
    margin-bottom: 20px;
    font-family: var(--font-ja);
    font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
    font-weight: 700;
  }

  @media (min-width: 767px) {
    .news-title:where(.astro-VW2DYR2J) {
      margin-bottom: 36px;
    }
  }

/* .news-detail-mv */
.news-detail-mv:where(.astro-HJVMCHCQ) {
    padding: 48px 20px 40px;
  }

  @media (min-width: 767px) {
    .news-detail-mv:where(.astro-HJVMCHCQ) {
      padding: 75px 40px 40px 90px;
    }
  }
  @media (min-width: 376px) and (max-width: 768px) {
    .news-detail-mv:where(.astro-HJVMCHCQ) {
      padding: 75px 20px 40px 40px;
    }
  }

  /* img */
  img:where(.astro-HJVMCHCQ) {
    width: 100%;
    height: 55.73vw;
  }

  @media (min-width: 767px) {
    img:where(.astro-HJVMCHCQ) {
      height: 37.109vw;
    }
  }

 /* .news-detail-pageLink */
.news-detail-pageLink:where(.astro-EMW5AUQT) {
    display: flex;
    justify-content: space-between;
    padding-top: 37px;
    padding-bottom: 100px;
  }

  @media (min-width: 767px) {
    .news-detail-pageLink:where(.astro-EMW5AUQT) {
      padding-left: 90px;
      padding-top: 32px;
      padding-bottom: 172px;
    }
  }

  /* .prev, .next */
  .prev:where(.astro-EMW5AUQT),
  .next:where(.astro-EMW5AUQT) {
    font-family: var(--font-ja);
    font-size: 14px;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 4px;
    padding: 8px 16px;
  }
