/* ==========================================================================
   Zero Next One BASE NIIKAPPU
   top-sec08.css
   Section 08 smartphone comp override
   --------------------------------------------------------------------------
   Section 08 / News
   - Full background image
   - HTML text / news cards / CTA
   - Smartphone comp first
   - Phase 1 typography refinement
   - Archive CTA button refinement
   - Marker: 20260612-sec08-archive-button-01
   ========================================================================== */

@media (max-width: 767px) {
  .page-top .p-news {
    position: relative;
    width: 100%;
    min-height: max(100svh, 202.3vw);
    min-height: max(100dvh, 202.3vw);
    padding: 0 0 48px;
    color: #1f1c16;
    background: #efe4cf;
    overflow: hidden;
    isolation: isolate;
  }

  .page-top .p-news::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url("../img/top/sec08/sec08_bg_news_sp.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
  }

  .page-top .p-news__bg,
  .page-top .p-news__decor,
  .page-top .p-news__layout,
  .page-top .p-news__visual {
    display: none !important;
  }

  .page-top .p-news__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: clamp(80px, 20vw, 100px) 34px 0;
  }

  .page-top .p-news__heading {
    position: relative;
    isolation: isolate;
    width: min(100%, 360px);
    margin: 0;
  }

  .page-top .p-news__heading::before {
    content: "";
    position: absolute;
    left: -22px;
    top: -22px;
    z-index: -1;
    width: min(116%, 398px);
    height: calc(100% + 38px);
    pointer-events: none;
    background:
      radial-gradient(
        ellipse at 34% 42%,
        rgba(246, 238, 220, 0.82) 0%,
        rgba(246, 238, 220, 0.58) 46%,
        rgba(246, 238, 220, 0.22) 72%,
        rgba(246, 238, 220, 0) 100%
      );
    filter: blur(2.3px);
  }

  .page-top .p-news__kicker {
    position: relative;
    margin: 0 0 clamp(16px, 4vw, 22px);
    color: #171511;
    font-family: var(--font-label);
    font-size: clamp(0.78rem, 3.04vw, 0.92rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    text-shadow:
      0 1px 6px rgba(246, 238, 220, 0.8),
      0 0 12px rgba(246, 238, 220, 0.34);
  }

  .page-top .p-news__kicker::after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    margin-top: 12px;
    background: currentColor;
    opacity: 0.62;
  }

  .page-top .p-news__title {
    margin: 0;
    color: #15273d;
    font-family: var(--font-heading);
    font-size: clamp(3.08rem, 12.25vw, 3.82rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0.11em;
    text-shadow:
      0 2px 10px rgba(246, 238, 220, 0.56),
      0 0 18px rgba(246, 238, 220, 0.28);
  }

  .page-top .p-news__lead {
    margin: clamp(19px, 4.7vw, 25px) 0 0;
    color: #16140f;
    font-family: var(--font-body);
    font-size: clamp(0.76rem, 2.96vw, 0.88rem);
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 0.034em;
    text-shadow:
      0 1px 7px rgba(246, 238, 220, 0.68),
      0 0 12px rgba(246, 238, 220, 0.28);
  }

  .page-top .p-news__archive-link {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
    column-gap: 10px;
    width: min(100%, 306px);
    min-height: clamp(48px, 12.4vw, 54px);
    margin-top: clamp(20px, 4.9vw, 26px);
    padding: 0 clamp(20px, 5.4vw, 26px);
    border: 1px solid rgba(255, 250, 240, 0.28);
    border-radius: 999px;
    color: #fffaf0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
      #142637;
    box-shadow:
      0 8px 18px rgba(15, 22, 29, 0.2),
      inset 0 0 0 1px rgba(255, 250, 240, 0.08);
    font-family: var(--font-ui);
    font-size: clamp(0.88rem, 3.44vw, 1rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.055em;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
  }

  .page-top .p-news__archive-link::before,
  .page-top .p-news__archive-link::after {
    content: none !important;
    display: none !important;
  }

  .page-top .p-news__archive-link span:first-child {
    justify-self: center;
    transform: translateX(8px);
    white-space: nowrap;
  }

  .page-top .p-news__archive-link span[aria-hidden="true"] {
    justify-self: end;
    color: currentColor;
    font-size: 1.18em;
    line-height: 1;
    transform: translateY(-1px);
  }

  .page-top .p-news__list {
    position: relative;
    display: grid;
    gap: 9px;
    width: calc(100% + 30px);
    max-width: 396px;
    margin: clamp(102px, 24.4vw, 132px) auto 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .page-top .p-news-card {
    position: relative;
    margin: 0;
  }

  .page-top .p-news-card__link {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40% 25px;
    align-items: center;
    gap: 10px;
    min-height: 118px;
    padding: 14px 11px 14px 19px;
    border: 1px solid rgba(76, 56, 33, 0.075);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
      rgba(247, 239, 221, 0.9);
    box-shadow:
      0 5px 12px rgba(42, 32, 18, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.38);
    color: inherit;
    text-decoration: none;
    overflow: hidden;
  }

  .page-top .p-news-card__content {
    min-width: 0;
  }

  .page-top .p-news-card__meta {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 10px;
  }

  .page-top .p-news-card__date {
    color: #171511;
    font-family: var(--font-label);
    font-size: clamp(0.7rem, 2.72vw, 0.82rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }

  .page-top .p-news-card__category {
    display: inline-grid;
    place-items: center;
    min-width: 44px;
    min-height: 23px;
    padding: 0 10px;
    border-radius: 999px;
    color: #fffaf0;
    background: #4b5c3f;
    font-family: var(--font-ui);
    font-size: clamp(0.6rem, 2.34vw, 0.7rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.045em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }

  .page-top .p-news-card__title {
    margin: 0;
    color: #15273d;
    font-family: var(--font-ui);
    font-size: clamp(0.96rem, 3.78vw, 1.16rem);
    font-weight: 700;
    line-height: 1.34;
    letter-spacing: 0.03em;
  }

  .page-top .p-news-card__thumb {
    min-width: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #ded1b4;
  }

  .page-top .p-news-card__thumb picture,
  .page-top .p-news-card__thumb-img {
    display: block;
    width: 100%;
  }

  .page-top .p-news-card__thumb-img {
    aspect-ratio: 1.58 / 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.055);
    transform-origin: center center;
  }

  .page-top .p-news-card:nth-child(1) .p-news-card__thumb-img {
    object-position: center center;
    transform: scale(1.06);
  }

  .page-top .p-news-card:nth-child(2) .p-news-card__thumb-img {
    object-position: center center;
    transform: scale(1.055);
  }

  .page-top .p-news-card:nth-child(3) .p-news-card__thumb-img {
    object-position: center center;
    transform: scale(1.06);
  }

  .page-top .p-news-card__arrow {
    justify-self: center;
    color: #171511;
    font-family: var(--font-ui);
    font-size: clamp(1.34rem, 5.36vw, 1.62rem);
    font-weight: 500;
    line-height: 1;
    transform: translateX(-1px);
  }

  @supports not (height: 100dvh) {
    .page-top .p-news {
      min-height: max(100vh, 202.3vw);
    }
  }
}

@media (max-width: 374px) {
  .page-top .p-news {
    min-height: max(100svh, 208vw);
    min-height: max(100dvh, 208vw);
    padding-bottom: 44px;
  }

  .page-top .p-news__inner {
    padding-top: 74px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .page-top .p-news__title {
    font-size: 2.78rem;
  }

  .page-top .p-news__lead {
    font-size: 0.68rem;
  }

  .page-top .p-news__archive-link {
    width: min(100%, 286px);
    min-height: 46px;
    padding-inline: 18px;
    font-size: 0.82rem;
    letter-spacing: 0.035em;
  }

  .page-top .p-news__archive-link span:first-child {
    transform: translateX(6px);
  }

  .page-top .p-news__list {
    width: calc(100% + 22px);
    max-width: 354px;
    margin-left: -11px;
    margin-right: -11px;
    gap: 8px;
  }

  .page-top .p-news-card__link {
    grid-template-columns: minmax(0, 1fr) 38% 22px;
    gap: 8px;
    min-height: 94px;
    padding: 13px 10px 13px 16px;
    border-radius: 14px;
  }

  .page-top .p-news-card__meta {
    gap: 8px;
    margin-bottom: 8px;
  }

  .page-top .p-news-card__date {
    font-size: 0.62rem;
  }

  .page-top .p-news-card__category {
    min-width: 39px;
    min-height: 21px;
    padding: 0 8px;
    font-size: 0.54rem;
  }

  .page-top .p-news-card__title {
    font-size: 0.84rem;
  }

  .page-top .p-news-card__arrow {
    font-size: 1.2rem;
  }

  @supports not (height: 100dvh) {
    .page-top .p-news {
      min-height: max(100vh, 208vw);
    }
  }
}

/* --------------------------------------------------------------------------
   Section 08 / PC v3.1 - Official Ledger refinement
   --------------------------------------------------------------------------
   - Preserve the completed smartphone layout above.
   - Treat News as an official update ledger, not blog cards.
   - Keep this section compact before the Final CTA.
   - Do not touch Header / Footer / main.css / JavaScript.
   -------------------------------------------------------------------------- */

@media (min-width: 768px) {
  .page-top .p-news {
    --sec08-paper: var(--color-paper-warm, #f6eedc);
    --sec08-ink: var(--color-ink, #1f1c16);
    --sec08-heading: var(--color-blue-niikappu, #15273d);
    --sec08-route: var(--color-forest-deep, #243a2e);
    --sec08-number: var(--color-amber-deep, #7a471d);

    position: relative;
    min-height: 0;
    padding: 0;
    color: var(--sec08-ink);
    background: var(--sec08-paper);
    overflow: hidden;
    isolation: isolate;
  }

  .page-top .p-news::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url("../img/top/sec08/sec08_bg_news_pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    opacity: 0.58;
  }

  .page-top .p-news::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      radial-gradient(
        ellipse at 19% 35%,
        rgba(255, 250, 238, 0.86) 0%,
        rgba(255, 250, 238, 0.54) 36%,
        rgba(255, 250, 238, 0.16) 66%,
        rgba(255, 250, 238, 0) 82%
      ),
      linear-gradient(
        90deg,
        rgba(246, 238, 220, 0.92) 0%,
        rgba(246, 238, 220, 0.76) 36%,
        rgba(246, 238, 220, 0.5) 64%,
        rgba(246, 238, 220, 0.22) 100%
      ),
      linear-gradient(
        180deg,
        rgba(246, 238, 220, 0.12) 0%,
        rgba(246, 238, 220, 0.06) 48%,
        rgba(239, 228, 207, 0.9) 100%
      );
  }

  .page-top .p-news__bg,
  .page-top .p-news__decor,
  .page-top .p-news__layout,
  .page-top .p-news__visual {
    display: none !important;
  }

  .page-top .p-news__inner {
    position: relative;
    z-index: 2;
    display: grid;
    gap: clamp(36px, 5.1vw, 52px);
    width: min(var(--pc-content-max, var(--site-max, 1180px)), 100%);
    margin: 0 auto;
    padding: clamp(88px, 9vw, 116px) var(--side-padding) clamp(84px, 8vw, 108px);
  }

  .page-top .p-news__heading {
    position: relative;
    isolation: isolate;
    width: min(620px, 100%);
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .page-top .p-news__heading::before {
    content: "";
    position: absolute;
    left: -34px;
    top: -30px;
    z-index: -1;
    width: min(116%, 680px);
    height: calc(100% + 68px);
    pointer-events: none;
    background: radial-gradient(
      ellipse at 30% 44%,
      rgba(255, 250, 238, 0.76) 0%,
      rgba(255, 250, 238, 0.46) 44%,
      rgba(255, 250, 238, 0.16) 72%,
      rgba(255, 250, 238, 0) 100%
    );
    filter: blur(2px);
  }

  .page-top .p-news__kicker {
    position: relative;
    margin: 0 0 clamp(18px, 2.3vw, 25px);
    color: rgba(31, 28, 22, 0.72);
    font-family: var(--font-label);
    font-size: clamp(0.7rem, 0.95vw, 0.78rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-shadow: none;
  }

  .page-top .p-news__kicker::after {
    content: "";
    display: block;
    width: clamp(60px, 6vw, 76px);
    height: 1px;
    margin-top: 12px;
    background: currentColor;
    opacity: 0.56;
  }

  .page-top .p-news__title {
    margin: 0;
    color: var(--sec08-heading);
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5.2vw, 3.15rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0.075em;
    text-shadow: none;
  }

  .page-top .p-news__lead {
    max-width: 38ch;
    margin: clamp(18px, 2.4vw, 26px) 0 0;
    color: rgba(31, 28, 22, 0.7);
    font-family: var(--font-body);
    font-size: clamp(0.94rem, 1.3vw, 1rem);
    font-weight: 500;
    line-height: 1.84;
    letter-spacing: 0.028em;
    text-shadow: none;
  }

  .page-top .p-news__lead br {
    display: none;
  }

  .page-top .p-news__archive-link {
    position: relative;
    display: inline-grid;
    grid-template-columns: minmax(0, auto) 22px;
    align-items: center;
    column-gap: 13px;
    width: fit-content;
    min-height: 42px;
    margin: clamp(22px, 2.8vw, 32px) 0 0;
    padding: 0 0 7px;
    border: 0;
    border-radius: 0;
    color: var(--sec08-route);
    background: transparent;
    box-shadow: none;
    font-family: var(--font-ui);
    font-size: clamp(0.94rem, 1.08vw, 1.02rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.055em;
    text-decoration: none;
    text-shadow: none;
  }

  .page-top .p-news__archive-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 30px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(36, 58, 46, 0.92),
      rgba(122, 71, 29, 0.56)
    );
    transform: scaleX(1);
    transform-origin: left center;
    transition:
      transform 0.32s var(--ease-out-craft),
      opacity 0.32s var(--ease-out-craft);
  }

  .page-top .p-news__archive-link::after {
    content: none !important;
    display: none !important;
  }

  .page-top .p-news__archive-link span:first-child {
    min-width: 0;
    transform: none;
    white-space: nowrap;
  }

  .page-top .p-news__archive-link span[aria-hidden="true"] {
    justify-self: end;
    color: var(--sec08-number);
    font-size: 1.1em;
    line-height: 1;
    transform: translateY(-1px);
    transition: transform 0.32s var(--ease-out-craft);
  }

  .page-top .p-news__list {
    position: relative;
    display: grid;
    gap: 0;
    width: 100%;
    max-width: 900px;
    margin: 0;
    border-top: 1px solid rgba(74, 55, 32, 0.24);
    border-bottom: 1px solid rgba(74, 55, 32, 0.21);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }

  .page-top .p-news-card {
    position: relative;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .page-top .p-news-card + .p-news-card {
    border-top: 1px solid rgba(74, 55, 32, 0.19);
  }

  .page-top .p-news-card__link {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(158px, 31%) 24px;
    align-items: center;
    gap: clamp(14px, 2.8vw, 24px);
    min-height: clamp(114px, 15vw, 134px);
    padding: clamp(17px, 2.45vw, 23px) 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: background-color 0.28s var(--ease-out-craft);
  }

  .page-top .p-news-card__link::before {
    content: "";
    position: absolute;
    left: 0;
    top: clamp(17px, 2.45vw, 23px);
    bottom: clamp(17px, 2.45vw, 23px);
    width: 2px;
    background: var(--sec08-number);
    opacity: 0;
    transform: scaleY(0.5);
    transform-origin: center center;
    transition:
      opacity 0.28s var(--ease-out-craft),
      transform 0.28s var(--ease-out-craft);
  }

  .page-top .p-news-card__content {
    min-width: 0;
    padding-left: 0;
  }

  .page-top .p-news-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin: 0 0 10px;
  }

  .page-top .p-news-card__date {
    color: rgba(31, 28, 22, 0.72);
    font-family: var(--font-label);
    font-size: clamp(0.78rem, 1.04vw, 0.88rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.07em;
    white-space: nowrap;
  }

  .page-top .p-news-card__category {
    display: inline-grid;
    place-items: center;
    min-width: 0;
    min-height: 22px;
    padding: 0 10px;
    border: 1px solid rgba(74, 55, 32, 0.24);
    border-radius: 3px;
    color: var(--sec08-route);
    background: rgba(255, 250, 240, 0.28);
    box-shadow: none;
    font-family: var(--font-label);
    font-size: clamp(0.66rem, 0.9vw, 0.74rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .page-top .p-news-card__title {
    margin: 0;
    color: #10243a;
    font-family: var(--font-ui);
    font-size: clamp(1.06rem, 1.76vw, 1.18rem);
    font-weight: 750;
    line-height: 1.52;
    letter-spacing: 0.03em;
    transition: color 0.28s var(--ease-out-craft);
  }

  .page-top .p-news-card__title br {
    display: none;
  }

  .page-top .p-news-card__thumb {
    min-width: 0;
    border: 1px solid rgba(74, 55, 32, 0.19);
    border-radius: 3px;
    background: var(--color-paper-dark, #e1d5ba);
    box-shadow: none;
    overflow: hidden;
  }

  .page-top .p-news-card__thumb picture,
  .page-top .p-news-card__thumb-img {
    display: block;
    width: 100%;
  }

  .page-top .p-news-card__thumb-img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    transform: none;
    transform-origin: center center;
    transition: transform 0.42s var(--ease-out-craft);
  }

  .page-top .p-news-card:nth-child(1) .p-news-card__thumb-img,
  .page-top .p-news-card:nth-child(2) .p-news-card__thumb-img,
  .page-top .p-news-card:nth-child(3) .p-news-card__thumb-img {
    object-position: center center;
    transform: none;
  }

  .page-top .p-news-card__arrow {
    justify-self: end;
    color: var(--sec08-route);
    font-family: var(--font-ui);
    font-size: clamp(1.12rem, 1.8vw, 1.28rem);
    font-weight: 500;
    line-height: 1;
    opacity: 0.68;
    transform: translateX(0);
    transition:
      opacity 0.28s var(--ease-out-craft),
      transform 0.28s var(--ease-out-craft),
      color 0.28s var(--ease-out-craft);
  }

  .page-top .p-news-card__link:focus-visible,
  .page-top .p-news__archive-link:focus-visible {
    outline: 2px solid rgba(182, 139, 22, 0.92);
    outline-offset: 5px;
  }
}

@media (min-width: 1024px) {
  .page-top .p-news__inner {
    grid-template-columns:
      minmax(280px, 0.36fr)
      minmax(0, 0.64fr);
    align-items: center;
    gap: clamp(44px, 4.6vw, 66px);
    padding-top: clamp(92px, 8vw, 112px);
    padding-bottom: clamp(90px, 7.5vw, 108px);
  }

  .page-top .p-news__heading {
    width: 100%;
  }

  .page-top .p-news__list {
    justify-self: stretch;
    max-width: 860px;
  }

  .page-top .p-news-card__link {
    grid-template-columns:
      minmax(0, 1fr)
      clamp(170px, 17vw, 220px)
      26px;
    min-height: clamp(114px, 10.5vw, 130px);
    padding: clamp(17px, 1.8vw, 22px) 0;
  }
}

@media (min-width: 1280px) {
  .page-top .p-news__inner {
    width: min(var(--pc-visual-max, 1240px), 100%);
    grid-template-columns:
      minmax(330px, 370px)
      minmax(0, 1fr);
    gap: clamp(56px, 5.1vw, 78px);
    padding-top: clamp(104px, 8.2vw, 126px);
    padding-bottom: clamp(100px, 7.8vw, 120px);
  }

  .page-top .p-news__title {
    font-size: clamp(2.95rem, 3.7vw, 3.55rem);
  }

  .page-top .p-news__list {
    max-width: 890px;
  }

  .page-top .p-news-card__link {
    grid-template-columns:
      minmax(0, 1fr)
      clamp(198px, 15.8vw, 242px)
      30px;
    min-height: clamp(122px, 9.6vw, 138px);
    gap: clamp(18px, 2.45vw, 30px);
  }

  .page-top .p-news-card__title {
    font-size: clamp(1.12rem, 1.4vw, 1.25rem);
  }
}

@media (min-width: 1440px) {
  .page-top .p-news__inner {
    width: min(1280px, 100%);
    grid-template-columns: 370px minmax(0, 1fr);
    padding-top: 120px;
    padding-bottom: 116px;
  }

  .page-top .p-news__lead {
    font-size: 1rem;
  }

  .page-top .p-news-card__link {
    min-height: 136px;
  }
}

@media (min-width: 1800px) {
  .page-top .p-news__inner {
    width: min(1320px, 100%);
    padding-top: 124px;
    padding-bottom: 122px;
  }

  .page-top .p-news__list {
    max-width: 900px;
  }

  .page-top .p-news::before {
    background-size: cover;
  }
}

@media (min-width: 1024px) and (max-height: 820px) {
  .page-top .p-news__inner {
    padding-top: 86px;
    padding-bottom: 82px;
    gap: clamp(42px, 4vw, 58px);
  }

  .page-top .p-news__title {
    font-size: clamp(2.55rem, 4.5vw, 3.1rem);
  }

  .page-top .p-news__lead {
    margin-top: 16px;
    line-height: 1.74;
  }

  .page-top .p-news__archive-link {
    margin-top: 18px;
  }

  .page-top .p-news-card__link {
    min-height: 106px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .page-top .p-news-card__thumb {
    max-width: 202px;
    justify-self: end;
  }

  .page-top .p-news-card__title {
    font-size: 1.06rem;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .page-top .p-news__archive-link:hover::before {
    transform: scaleX(1.08);
  }

  .page-top .p-news__archive-link:hover span[aria-hidden="true"] {
    transform: translate(3px, -1px);
  }

  .page-top .p-news-card__link:hover {
    background: rgba(255, 250, 240, 0.22);
  }

  .page-top .p-news-card__link:hover::before {
    opacity: 0.82;
    transform: scaleY(1);
  }

  .page-top .p-news-card__link:hover .p-news-card__title {
    color: #0a1727;
  }

  .page-top .p-news-card__link:hover .p-news-card__thumb-img {
    transform: scale(1.01);
  }

  .page-top .p-news-card__link:hover .p-news-card__arrow {
    opacity: 0.92;
    color: var(--sec08-number);
    transform: translate(3px, -2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-top .p-news__archive-link::before,
  .page-top .p-news__archive-link span[aria-hidden="true"],
  .page-top .p-news-card__link,
  .page-top .p-news-card__link::before,
  .page-top .p-news-card__title,
  .page-top .p-news-card__thumb-img,
  .page-top .p-news-card__arrow {
    transition: none !important;
  }
}

