.topLpLinks,
.topLpLinks * { box-sizing: border-box; }

/* 旧フォト・漫画バナーは、共通ビジュアル導線へ統合。 */
.section.news figure:has(> a[href="/lp/photo"]),
.section.news figure:has(> a[href="https://kurasu-naraha.jp/about/comics"]) { display: none !important; }

.topLpLinks {
    width: 100%;
    padding: clamp(85px, 8vw, 150px) clamp(20px, 3vw, 58px) clamp(95px, 9vw, 170px);
    overflow: hidden;
    background: #fff;
    color: #465653;
    font-family: "fot-tsukuardgothic-std", "Noto Sans JP", sans-serif;
}

.topLpLinks__heading { margin: 0 0 clamp(38px, 4vw, 68px); text-align: center; }
.topLpLinks__heading p { margin: 0 0 13px; color: #58a3a0; font-size: 12px; font-weight: 700; letter-spacing: .24em; }
.topLpLinks__heading h2 { margin: 0; color: #579d9a; font-size: clamp(31px, 3.3vw, 56px); font-weight: 700; line-height: 1.45; letter-spacing: .06em; }
.topLpLinks__heading span { margin-top: 17px; display: block; color: #77827f; font-size: 14px; letter-spacing: .05em; }

.topLpLinks__grid { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 1.5vw, 28px); }
.topLpCard { position: relative; min-width: 0; height: clamp(430px, 38vw, 650px); display: block; overflow: hidden; border-radius: clamp(20px, 2vw, 34px); color: #fff !important; text-decoration: none !important; isolation: isolate; box-shadow: 0 18px 50px rgba(43, 70, 63, .14); }
.topLpCard__visual,
.topLpCard__shade { position: absolute; inset: 0; display: block; }
.topLpCard__image { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.25,1); }
.topLpCard--photo .topLpCard__image { object-position: 82% center; }
.topLpCard--comics .topLpCard__image { object-position: 63% center; }
.topLpCard--advisor .topLpCard__image { object-position: 62% center; }
.topLpCard__shade { z-index: 1; background: linear-gradient(180deg, rgba(22,42,38,.03) 30%, rgba(22,42,38,.82) 100%); }
.topLpCard--comics .topLpCard__shade { background: linear-gradient(180deg, rgba(43,55,54,.04) 20%, rgba(43,55,54,.87) 100%); }
.topLpCard__content { position: absolute; z-index: 2; inset: auto 0 0; min-height: 48%; padding: clamp(25px, 2.4vw, 44px); display: flex; flex-direction: column; align-items: flex-start; }
.topLpCard__content strong { display: block; font-size: clamp(23px, 2vw, 36px); font-weight: 700; line-height: 1.45; letter-spacing: .04em; }
.topLpCard__content > span { max-width: 34em; margin-top: 14px; font-size: 12px; line-height: 1.85; letter-spacing: .03em; }
.topLpCard__content i { width: 50px; height: 50px; margin-top: auto; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #579d9a; font-size: 21px; font-style: normal; transition: transform .25s ease; }
.topLpCard:hover .topLpCard__image,
.topLpCard:focus-visible .topLpCard__image { transform: scale(1.045); }
.topLpCard:hover .topLpCard__content i,
.topLpCard:focus-visible .topLpCard__content i { transform: translateX(5px); }
.topLpCard:focus-visible { outline: 4px solid #79bdb7; outline-offset: 4px; }

@media (max-width: 760px) {
    .topLpLinks { padding-right: 20px; padding-left: 20px; }
    .topLpLinks__heading span { font-size: 12px; line-height: 1.8; }
    .topLpLinks__grid { grid-template-columns: 1fr; gap: 18px; }
    .topLpCard { height: min(118vw, 500px); border-radius: 23px; }
    .topLpCard__content { min-height: 51%; padding: 27px 24px; }
    .topLpCard__content strong { font-size: clamp(25px, 7.3vw, 31px); }
    .topLpCard__content > span { font-size: 12px; }
    .topLpCard__content i { width: 46px; height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
    .topLpCard__image,
    .topLpCard__content i { transition: none; }
}
