/**
 * TOP-DESIGN-WP-1
 * R3 visual system for the WordPress front page only.
 *
 * Existing content, links, dynamic queries, sliders and tracking attributes are
 * intentionally left in the PHP templates. Every selector is rooted at the
 * front-page wrapper so this file cannot restyle fixed pages or posts.
 */

#top.eight-top-r3 {
    --eight-r3-ink: #182732;
    --eight-r3-rose: #a93659;
    --eight-r3-rose-soft: #f9e3ea;
    --eight-r3-paper: #fbf8f3;
    --eight-r3-blue: #e8f1f3;
    --eight-r3-line: #d8d2ca;
    --eight-r3-white: #ffffff;
    --eight-r3-max: 1240px;
    overflow: clip;
    background: var(--eight-r3-paper);
    color: var(--eight-r3-ink);
}

#top.eight-top-r3,
#top.eight-top-r3 * {
    box-sizing: border-box;
}

#top.eight-top-r3 img {
    display: block;
}

#top.eight-top-r3 p {
    line-height: 1.85;
}

#top.eight-top-r3 :where(.e2_kicker, .experience_subtitle, .v21_kicker, .eight-business-top__kicker, .e6_experience_label, .eight-xtool-route__label, .en) {
    margin: 0 0 14px;
    color: var(--eight-r3-rose);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.5;
    text-transform: uppercase;
}

#top.eight-top-r3 :where(.mv_inner, .e2_section_inner, .experience_inner, .charm_inner, .v21_inner, .about_inner, .item_inner, .products_inner, .eight-business-top__inner, .e6_workshop_banner, .news_inner, .blog_inner, .access_inner, .e2_service_guide_header, .cta_inner) {
    width: min(var(--eight-r3-max), calc(100% - 64px));
    margin-inline: auto;
}

#top.eight-top-r3 :where(.mv_title, .experience_title, .charm_title_box .ja, .v21_title_box .ja, .e2_purpose h2, .products_title, .eight-business-top h2, .e6_experience_title, .blog_title_box .ja, .access_title_box .ja, .e2_service_guide h2) {
    color: var(--eight-r3-ink);
    font-weight: 500;
    letter-spacing: 0;
}

#top.eight-top-r3 :where(a, button):focus-visible {
    outline: 3px solid #1b6ca8;
    outline-offset: 4px;
}

@media (max-width: 768px) {
    body.home:has(#top.eight-top-r3) .mobile_phone_floating:is(.is-hidden-by-hero, .is-hidden-by-final-cta) {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    body.home:has(#top.eight-top-r3) .mobile_phone_floating.is-hidden-by-final-cta {
        transition: none;
    }
}

/* Final cascade overrides for reviewed Ver.1.1 section wrappers and compact cards. */
#top.eight-top-r3 .mv_static_image {
    display: block;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
#top.eight-top-r3 .mv_static_image .image_box,
#top.eight-top-r3 .mv_static_image img {
    width: 100%;
    height: 100%;
}
#top.eight-top-r3 .mv_static_image img {
    display: block;
    object-fit: cover;
    object-position: center;
}
#top.eight-top-r3 .e2_purpose_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
#top.eight-top-r3 .e2_purpose_card {
    min-height: 220px;
}
#top.eight-top-r3 .eight-business-top__feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}
#top.eight-top-r3 .eight-business-top__feature-grid li {
    min-width: 0;
    padding: 18px 20px;
    border: 1px solid rgb(255 255 255 / 32%);
    background: rgb(255 255 255 / 10%);
}
#top.eight-top-r3 .eight-business-top__feature-grid h3 {
    margin: 0 0 8px;
    font-size: clamp(18px, 2vw, 22px);
}
#top.eight-top-r3 .eight-business-top__feature-grid p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
}
#top.eight-top-r3 .e2_bring_in_support_link {
    margin: 22px 0 0;
    font-size: 14px;
}
#top.eight-top-r3 .e2_bring_in_support_link a {
    text-decoration: underline;
    text-underline-offset: .18em;
}
#top.eight-top-r3 :where(#business, #signage, #gift, #pet, #access) {
    scroll-margin-top: 96px;
}
#top.eight-top-r3 .top-reference-ai-group {
    background: var(--eight-r3-ink);
    color: var(--eight-r3-white);
}
#top.eight-top-r3 .top-reference-ai-group > #spec-09-process {
    width: min(var(--eight-r3-max), calc(100% - 64px));
    margin-inline: auto;
    color: var(--eight-r3-white);
}
#top.eight-top-r3 .top-reference-ai-group #spec-09-process :where(h2, h3, p, li) {
    color: inherit;
}
#top.eight-top-r3 .top-reference-journal {
    position: relative;
    width: min(var(--eight-r3-max), calc(100% - 64px));
    max-width: var(--eight-r3-max);
    margin: 0 auto;
    padding: 76px 0 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    color: var(--eight-r3-ink);
    background: var(--eight-r3-white);
}
#top.eight-top-r3 .top-reference-journal > #spec-11-news,
#top.eight-top-r3 .top-reference-journal > #spec-13-workshop {
    grid-column: 1 / -1;
}
#top.eight-top-r3 .top-reference-journal > #spec-12-blog {
    grid-column: 1;
}
#top.eight-top-r3 .top-reference-journal > #access {
    grid-column: 2;
}
#top.eight-top-r3 .top-reference-journal :where(#spec-11-news, #spec-12-blog, #spec-13-workshop, #access) {
    min-width: 0;
    color: var(--eight-r3-ink);
}
#top.eight-top-r3 .corporate-actions,
#top.eight-top-r3 #signage .v21_actions,
#top.eight-top-r3 #gift .v21_actions,
#top.eight-top-r3 #pet .v21_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
#top.eight-top-r3 :where(.corporate-actions, #signage .v21_actions, #gift .v21_actions, #pet .v21_actions) .v21_button {
    max-width: 100%;
    white-space: normal;
    text-align: center;
}
#top.eight-top-r3 .e2_service_guide .btn_chat {
    border-color: var(--eight-r3-ink);
    background: var(--eight-r3-white);
    color: var(--eight-r3-ink);
}
@media (min-width: 768px) and (max-width: 1024px) {
    #top.eight-top-r3 .top-reference-journal {
        width: calc(100% - 48px);
        gap: 22px;
    }
    #top.eight-top-r3 .top-reference-ai-group > #spec-09-process {
        width: calc(100% - 48px);
    }
    #top.eight-top-r3 .mv_static_image {
        height: clamp(380px, 55vw, 520px);
    }
}
@media (max-width: 767px) {
    #top.eight-top-r3 .e2_purpose_grid,
    #top.eight-top-r3 .eight-business-top__feature-grid,
    #top.eight-top-r3 .top-reference-journal {
        grid-template-columns: minmax(0, 1fr);
    }
    #top.eight-top-r3 .e2_purpose_card {
        min-height: 0;
    }
    #top.eight-top-r3 .top-reference-journal {
        width: calc(100% - 32px);
        padding-top: 42px;
        gap: 24px;
    }
    #top.eight-top-r3 .top-reference-journal > :where(#spec-11-news, #spec-12-blog, #spec-13-workshop, #access) {
        grid-column: 1;
    }
    #top.eight-top-r3 .top-reference-ai-group > #spec-09-process {
        width: calc(100% - 32px);
    }
    #top.eight-top-r3 .mv_static_image {
        height: clamp(300px, 110vw, 480px);
    }
    #top.eight-top-r3 .corporate-actions,
    #top.eight-top-r3 #signage .v21_actions,
    #top.eight-top-r3 #gift .v21_actions,
    #top.eight-top-r3 #pet .v21_actions {
        flex-direction: column;
        align-items: stretch;
    }
}

/* Progressive, restrained motion: content remains visible without JS. */
#top.eight-top-r3 .e2_reveal,
#top.eight-top-r3 [data-reveal] { opacity: 1; transform: none; }
#top.eight-top-r3.motion-ready .e2_reveal,
#top.eight-top-r3.motion-ready [data-reveal] { opacity: 0; transform: translateY(12px); transition: opacity .6s ease, transform .6s ease; }
#top.eight-top-r3.motion-ready .e2_reveal.is-visible,
#top.eight-top-r3.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }
#top.eight-top-r3 .e2_scroll_cue { display: inline-flex; gap: 8px; margin-top: 22px; color: inherit; font-size: 11px; letter-spacing: .18em; text-decoration: none; }
#top.eight-top-r3 .e2_scroll_cue span { transition: transform .25s ease; }
#top.eight-top-r3 .e2_scroll_cue:hover span, #top.eight-top-r3 .e2_scroll_cue:focus-visible span { transform: translateY(4px); }
#top.eight-top-r3 .e2_purpose_card { transition: transform .25s ease, box-shadow .25s ease; }
#top.eight-top-r3 .e2_purpose_card_image { transition: transform .35s ease; }
#top.eight-top-r3 .e2_purpose_card_visuals { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; min-width: 0; }
#top.eight-top-r3 .e2_purpose_card_visuals .e2_purpose_card_image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
#top.eight-top-r3 .e2_image_label { display:block; margin:.45rem 1rem 0; color:#263238; font-size:.78rem; line-height:1.5; }
#top.eight-top-r3 .e2_handnote { margin:.25rem 0 .8rem; color:#9a5b3b; font-family:"Klee","YuKyokasho","Yu Kyokasho","Hiragino Maru Gothic ProN",cursive; font-size:clamp(1rem,1.8vw,1.35rem); font-weight:600; letter-spacing:.04em; }
#top.eight-top-r3 .e2_handnote::after { content:""; display:block; width:6.25rem; height:.55rem; margin-top:.05rem; background: center / 100% 100% no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12'%3E%3Cpath d='M2 8C26 3 55 11 118 5' fill='none' stroke='%239a5b3b' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E"); opacity:.72; transform-origin:left center; }
#top.eight-top-r3 .e2_purpose_card:nth-of-type(4) .e2_purpose_card_image { object-position: center 35%; }
#top.eight-top-r3 .e2_purpose_arrow { transition: transform .25s ease; }
#top.eight-top-r3 :where(.e2_action, .v21_button, .btn) .arrow_box { transition: transform .25s ease; }
#top.eight-top-r3 .e2_timeline_step { position: relative; }
#top.eight-top-r3.motion-ready .e2_timeline_step { transition: border-color .35s ease, box-shadow .35s ease; }
#top.eight-top-r3.motion-ready .e2_timeline_step.is-visible { border-color: var(--eight-r3-rose); box-shadow: 0 8px 20px rgb(24 35 42 / 10%); }
#top.eight-top-r3 .e2_customer_journey_completion { margin: 16px 0 0; font-weight: 600; }
@media (prefers-reduced-motion: reduce) {
    #top.eight-top-r3.motion-ready .e2_reveal, #top.eight-top-r3.motion-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
    #top.eight-top-r3 :where(.e2_scroll_cue span, .e2_purpose_card, .e2_purpose_card_image, .e2_purpose_arrow, .e2_action, .v21_button, .btn, .arrow_box, .e2_timeline_step) { transition: none; }
}

/* Neutralize legacy decorative geometry before applying the R3 composition. */
#top.eight-top-r3 .mv .mv_inner {
    padding: 0;
    margin-inline: auto;
}

#top.eight-top-r3 .mv .mv_inner .mv_text {
    width: auto;
    margin: 0;
    padding: 0;
}

#top.eight-top-r3 .mv .mv_inner .mv_text .e4_mv_title,
#top.eight-top-r3 .mv .mv_inner .mv_text .e4_mv_summary,
#top.eight-top-r3 .mv .mv_inner .mv_text .e2_mv_notice {
    width: auto;
    max-width: 540px;
    margin-left: 0;
    margin-right: 0;
}

#top.eight-top-r3 .mv .mv_inner .mv_text .e4_mv_title {
    margin-bottom: 0;
    font-size: clamp(40px, 4vw, 60px);
    line-height: 1.32;
}

#top.eight-top-r3 .mv .mv_inner .mv_text .e4_mv_summary {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.85;
}

#top.eight-top-r3 .mv .mv_inner .mv_text .e2_mv_notice {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.75;
}

#top.eight-top-r3 .mv .mv_inner .mv_text .e4_mv_title::before,
#top.eight-top-r3 .experience .experience_inner::before,
#top.eight-top-r3 .experience .experience_inner .experience_title_box::before,
#top.eight-top-r3 .about::before,
#top.eight-top-r3 .about .about_inner .about_image .image_box::before,
#top.eight-top-r3 .about .about_inner .about_image .image_box::after,
#top.eight-top-r3 .about .about_inner .about_content .about_title::before,
#top.eight-top-r3 .blog::before,
#top.eight-top-r3 .blog::after,
#top.eight-top-r3 .blog .blog_inner .title_box::before {
    content: none;
}

#top.eight-top-r3 .experience .experience_inner {
    padding: 0;
}

#top.eight-top-r3 .experience .experience_inner .experience_title_box,
#top.eight-top-r3 .experience .experience_inner .experience_text_box,
#top.eight-top-r3 .experience .experience_inner .experience_image_box {
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
    inset: auto;
}

#top.eight-top-r3 .experience .experience_inner .experience_title_box,
#top.eight-top-r3 .experience .experience_inner .experience_text_box {
    display: block;
    height: auto;
    text-align: left;
}

#top.eight-top-r3 .experience .experience_inner .experience_title_box .experience_title,
#top.eight-top-r3 .experience .experience_inner .experience_text_box .experience_text {
    text-align: left;
}

#top.eight-top-r3 .experience .experience_inner .experience_title_box .experience_title {
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.35;
}

#top.eight-top-r3 .experience .experience_inner .experience_image_box {
    height: 620px;
}

#top.eight-top-r3 .experience .experience_inner .experience_image_box .image_box {
    width: 100%;
    height: 100%;
    position: relative;
    inset: auto;
}

#top.eight-top-r3 .about .about_inner .about_content {
    width: auto;
    padding: 0;
}

#top.eight-top-r3 .about .about_inner .about_content .about_text {
    font-size: 15px;
    line-height: 1.85;
}

#top.eight-top-r3 .blog,
#top.eight-top-r3 .blog .blog_inner {
    width: auto;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
    inset: auto;
}

#top.eight-top-r3 .blog .blog_inner .title_box {
    margin: 0 0 36px;
    padding: 0;
}

#top.eight-top-r3 .blog .blog_inner .blog_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

#top.eight-top-r3 .blog .blog_inner .blog_list .blog_item {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#top.eight-top-r3 .blog .blog_inner .blog_list .blog_content_box {
    display: block;
}

#top.eight-top-r3 .blog .blog_inner .blog_list .blog_image,
#top.eight-top-r3 .blog .blog_inner .blog_list .blog_image .image_box {
    width: 100%;
    height: 170px;
    margin: 0;
}

#top.eight-top-r3 .blog .blog_inner .blog_list .blog_content {
    width: auto;
    padding: 12px 0 0;
}

/* Hero */
#top.eight-top-r3 .top-reference-hero-trust {
    padding: 0 0 120px;
    background: var(--eight-r3-paper);
}

#top.eight-top-r3 .mv {
    margin: 0 auto;
    padding: 70px 0 76px;
    background: transparent;
}

#top.eight-top-r3 .mv_inner {
    display: grid;
    grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
    grid-template-areas: "copy media";
    gap: 64px;
    align-items: center;
    min-height: 650px;
}

#top.eight-top-r3 .mv_text {
    grid-area: copy;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    position: relative;
    inset: auto;
    transform: none;
    background: transparent;
}

#top.eight-top-r3 .mv_slider_wrapper {
    grid-area: media;
    width: 100%;
    height: 600px;
    margin: 0;
    position: relative;
    inset: auto;
    overflow: hidden;
    border-radius: 0 0 0 72px;
}

#top.eight-top-r3 .mv_slider,
#top.eight-top-r3 .mv_swiper,
#top.eight-top-r3 .mv_swiper .swiper-wrapper,
#top.eight-top-r3 .mv_swiper .swiper-slide,
#top.eight-top-r3 .mv_swiper .image_box {
    width: 100%;
    height: 100%;
}

#top.eight-top-r3 .mv_swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}

#top.eight-top-r3 .mv_static_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#top.eight-top-r3 .mv .swiper-pagination {
    bottom: 18px;
}

#top.eight-top-r3 .e2_mv_position {
    display: inline-block;
    margin: 0 0 22px;
    padding: 0;
    color: var(--eight-r3-rose);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
    background: transparent;
}

#top.eight-top-r3 .mv_title {
    margin: 0;
    font-size: clamp(40px, 4vw, 60px);
    line-height: 1.32;
}

#top.eight-top-r3 .mv_title > span,
#top.eight-top-r3 .mv_title > span > span {
    display: block;
}

#top.eight-top-r3 .mv_title > span > span {
    white-space: nowrap;
}

#top.eight-top-r3 .e4_mv_title_line {
    display: block;
    font-size: clamp(20px, 3.2vw, 32px);
    line-height: 1.35;
    letter-spacing: -.02em;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
}

#top.eight-top-r3 .e4_mv_title_subject .e4_mv_title_line {
    font-size: clamp(34px, 5.2vw, 58px);
    line-height: 1.2;
}

#top.eight-top-r3 .eight-home-anchor {
    display: block;
    height: 0;
    scroll-margin-top: 96px;
}

#top.eight-top-r3 .e4_mv_title_subject {
    white-space: normal;
}

#top.eight-top-r3 .e4_mv_title_promise {
    margin-top: 4px;
    color: var(--eight-r3-rose);
}

#top.eight-top-r3 .e4_mv_summary {
    max-width: 540px;
    margin: 30px 0 0;
    font-size: 15px;
}

#top.eight-top-r3 .e2_mv_notice {
    max-width: 540px;
    margin: 12px 0 0;
    padding-left: 14px;
    border-left: 2px solid var(--eight-r3-rose);
    font-size: 12px;
}

#top.eight-top-r3 .e2_mv_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

#top.eight-top-r3 .e2_action,
#top.eight-top-r3 .e6_workshop_banner_link,
#top.eight-top-r3 .eight-xtool-route__link,
#top.eight-top-r3 .eight-business-button,
#top.eight-top-r3 .v21_button {
    min-height: 52px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--eight-r3-ink);
    border-radius: 999px;
    background: var(--eight-r3-white);
    color: var(--eight-r3-ink);
    font-weight: 800;
    text-decoration: none;
}

#top.eight-top-r3 .e2_action--line,
#top.eight-top-r3 .v21_button--brand,
#top.eight-top-r3 .eight-business-button--brand,
#top.eight-top-r3 .e6_workshop_banner_link,
#top.eight-top-r3 .eight-xtool-route__link {
    border-color: var(--eight-r3-rose);
    background: var(--eight-r3-rose);
    color: var(--eight-r3-white);
}

#top.eight-top-r3 .e2_mv_shop {
    margin-top: 22px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    font-size: 14px;
    font-weight: 800;
}

/* EIGHT appeal */
#top.eight-top-r3 .top-reference-charm-group {
    padding: 120px 0 130px;
    background: var(--eight-r3-paper);
}

#top.eight-top-r3 .experience {
    margin: 0;
    padding: 0;
}

#top.eight-top-r3 .experience_inner {
    display: grid;
    grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
    grid-template-areas: "photo title" "photo copy";
    gap: 22px 80px;
    align-items: center;
}

#top.eight-top-r3 .experience_title_box {
    grid-area: title;
    align-self: end;
    width: auto;
    margin: 0;
    padding: 0;
}

#top.eight-top-r3 .experience_title {
    margin: 0;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.35;
}

#top.eight-top-r3 .experience_title > span {
    display: block;
    word-break: keep-all;
    overflow-wrap: normal;
}

#top.eight-top-r3 .experience_text_box {
    grid-area: copy;
    align-self: start;
    width: auto;
    margin: 0;
}

#top.eight-top-r3 .experience_text {
    margin: 0 0 14px;
    font-size: 15px;
}

#top.eight-top-r3 .experience_text br {
    display: none;
}

#top.eight-top-r3 .experience_image_box {
    grid-area: photo;
    width: 100%;
    height: 620px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 150px;
    gap: 10px;
}

#top.eight-top-r3 .experience_image_box .image_box {
    width: 100%;
    height: 100%;
    position: relative;
    inset: auto;
    overflow: hidden;
}

#top.eight-top-r3 .experience_image_box .image_box_01 {
    grid-column: 1 / -1;
}

#top.eight-top-r3 .experience_image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top.eight-top-r3 .charm {
    width: min(var(--eight-r3-max), calc(100% - 64px));
    margin: 110px auto 0;
    padding: 0;
}

#top.eight-top-r3 .charm_inner {
    width: 100%;
}

#top.eight-top-r3 .charm_title_box {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 42px;
    border-bottom: 1px solid var(--eight-r3-line);
    padding-bottom: 20px;
}

#top.eight-top-r3 .charm_title_box .ja {
    margin: 0;
    font-size: clamp(34px, 3.5vw, 48px);
}

#top.eight-top-r3 .charm_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 54px 40px;
    margin: 0;
    padding: 0;
}

#top.eight-top-r3 .charm_item,
#top.eight-top-r3 .charm_item.reverse {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

#top.eight-top-r3 .charm_item .charm_image {
    grid-row: 1;
    width: 100%;
    height: 300px;
    position: relative;
    margin: 0;
}

#top.eight-top-r3 .charm_image .image_box,
#top.eight-top-r3 .charm_image img {
    width: 100%;
    height: 100%;
}

#top.eight-top-r3 .charm_image img {
    object-fit: cover;
}

#top.eight-top-r3 .charm_label {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 7px 11px;
    background: var(--eight-r3-ink);
    color: var(--eight-r3-white);
    font-size: 10px;
}

#top.eight-top-r3 .cham_content_box,
#top.eight-top-r3 .charm_content {
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
}

#top.eight-top-r3 .charm_list_title {
    margin: 0 0 8px;
    font-size: 23px;
    line-height: 1.5;
}

#top.eight-top-r3 .charm_list_text {
    margin: 0;
    font-size: 14px;
}

/* Marquees */
#top.eight-top-r3 .top-reference-english-marquees,
#top.eight-top-r3 .mv_loop {
    margin: 0;
    padding: 0;
    background: var(--eight-r3-ink);
}

#top.eight-top-r3 .mv_loop_inner {
    min-height: 48px;
    display: flex;
    align-items: center;
    color: var(--eight-r3-white);
}

#top.eight-top-r3 .mv_loop_text {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
}

/* AI, consultation and production */
#top.eight-top-r3 .top-reference-ai-group {
    padding: 0 0 110px;
    background: var(--eight-r3-ink);
    color: var(--eight-r3-white);
}

#top.eight-top-r3 .top-message-marquee--consultation {
    margin: 0 0 96px;
    padding: 20px 0;
    background: #202f39;
    color: var(--eight-r3-white);
}

#top.eight-top-r3 .top-reference-ai-group > :where(.v21_section, .about, .item) {
    width: min(var(--eight-r3-max), calc(100% - 64px));
    margin: 0 auto;
    padding: 48px 0;
    border-top: 1px solid #4b5962;
    background: transparent;
    color: var(--eight-r3-white);
}

#top.eight-top-r3 .top-reference-ai-group > .v21_ai {
    border-top: 0;
    padding-top: 0;
}

#top.eight-top-r3 .top-reference-ai-group :where(.v21_inner, .about_inner, .item_inner) {
    width: 100%;
}

#top.eight-top-r3 .v21_ai .v21_feature_card {
    display: grid;
    grid-template-columns: minmax(0, 34fr) minmax(0, 66fr);
    gap: 70px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

#top.eight-top-r3 .v21_ai h2 {
    margin: 0 0 22px;
    color: var(--eight-r3-white);
    font-size: clamp(34px, 3.5vw, 46px);
    line-height: 1.35;
}

#top.eight-top-r3 .e2_ai_roles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #59636a;
}

#top.eight-top-r3 .e2_ai_roles section {
    min-height: 260px;
    padding: 34px 28px;
    background: var(--eight-r3-ink);
    color: var(--eight-r3-white);
}

#top.eight-top-r3 .e2_ai_roles h3 {
    color: var(--eight-r3-white);
    font-size: 22px;
}

#top.eight-top-r3 .e2_ai_roles li,
#top.eight-top-r3 .v21_note {
    color: #d7dfe3;
}

#top.eight-top-r3 .v21_ai .v21_actions {
    grid-column: 1;
    align-self: end;
}

#top.eight-top-r3 .v21_ai .v21_button {
    border-color: var(--eight-r3-white);
    background: transparent;
    color: var(--eight-r3-white);
}

#top.eight-top-r3 .about_inner {
    display: grid;
    grid-template-columns: 40fr 60fr;
    gap: 54px;
    align-items: center;
}

#top.eight-top-r3 .about_image,
#top.eight-top-r3 .about_image .image_box {
    width: 100%;
    height: 420px;
}

#top.eight-top-r3 .about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top.eight-top-r3 .about_title,
#top.eight-top-r3 .top-reference-ai-group .ja,
#top.eight-top-r3 .top-reference-ai-group h3 {
    color: var(--eight-r3-white);
}

#top.eight-top-r3 .about_title {
    margin: 0 0 20px;
    font-size: 33px;
    line-height: 1.45;
}

#top.eight-top-r3 .e2_business_summary_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 20px;
}

#top.eight-top-r3 .eight-profile-link-card {
    padding: 18px 0;
    border: 0;
    border-top: 1px solid #4b5962;
    background: transparent;
}

#top.eight-top-r3 .top-reference-ai-group .eight-profile-link-card__link,
#top.eight-top-r3 .top-reference-ai-group .v21_text_link {
    color: var(--eight-r3-white);
}

#top.eight-top-r3 .v21_bring_in .v21_inner,
#top.eight-top-r3 .v21_simulators .v21_inner {
    display: grid;
    grid-template-columns: minmax(220px, 34fr) minmax(0, 66fr);
    gap: 24px 70px;
}

#top.eight-top-r3 .v21_bring_in :where(.v21_notice_box, .v21_actions),
#top.eight-top-r3 .v21_simulators :where(.v21_intro, .v21_card_grid, .v21_note, .v21_center_link) {
    grid-column: 2;
}

#top.eight-top-r3 .v21_notice_box,
#top.eight-top-r3 .v21_card {
    padding: 26px 0;
    border: 0;
    border-top: 1px solid #4b5962;
    background: transparent;
    box-shadow: none;
}

#top.eight-top-r3 .v21_card_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

#top.eight-top-r3 .item_slider_wrapper {
    overflow: hidden;
}

/* Purpose */
#top.eight-top-r3 .e2_purpose {
    margin: 0;
    padding: 110px 0;
    background: var(--eight-r3-white);
}

#top.eight-top-r3 .e2_purpose h2 {
    margin: 0;
    font-size: clamp(34px, 3.5vw, 50px);
}

#top.eight-top-r3 .e2_section_lead {
    margin: 12px 0 0;
}

#top.eight-top-r3 .e2_purpose_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 44px;
}

#top.eight-top-r3 .e2_purpose_card {
    min-width: 0;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0 0;
    border: 0;
    border-top: 2px solid var(--eight-r3-ink);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#top.eight-top-r3 .e2_purpose_number {
    color: var(--eight-r3-rose);
    font-size: 12px;
}

#top.eight-top-r3 .e2_purpose_title {
    margin-top: 22px;
    font-size: 21px;
    line-height: 1.45;
}

#top.eight-top-r3 .e2_purpose_text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.75;
}

#top.eight-top-r3 .e2_purpose_arrow {
    margin-top: auto;
    color: var(--eight-r3-rose);
}

#top.eight-top-r3 .e2_customer_journey {
    margin-top: 54px;
    padding-top: 28px;
    border-top: 1px solid var(--eight-r3-line);
}

#top.eight-top-r3 .e2_customer_journey h3 {
    margin: 0 0 20px;
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight: 600;
}

#top.eight-top-r3 .e2_customer_journey_steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#top.eight-top-r3 .e2_customer_journey_steps li {
    min-width: 0;
    padding: 18px;
    border-top: 2px solid var(--eight-r3-rose);
    background: var(--eight-r3-paper);
    overflow-wrap: anywhere;
}

#top.eight-top-r3 .e2_customer_journey_steps li > span {
    display: block;
    margin-bottom: 8px;
    color: var(--eight-r3-rose);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}

#top.eight-top-r3 .e2_customer_journey_steps li strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}

#top.eight-top-r3 .e2_customer_journey_steps li p,
#top.eight-top-r3 .e2_customer_journey_note {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
}

#top.eight-top-r3 .e2_customer_journey_note {
    margin-top: 14px;
}

#top.eight-top-r3 .e2_corporate_support_link {
    margin: 24px 0 0;
    text-align: right;
}

#top.eight-top-r3 .e2_corporate_support_link a {
    color: var(--eight-r3-rose);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Existing production product slider: appearance only */
#top.eight-top-r3 .products {
    margin: 0;
    padding: 105px 0 115px;
    background: var(--eight-r3-white);
}

#top.eight-top-r3 .products_inner {
    padding: 0;
}

#top.eight-top-r3 .products_title {
    margin: 0;
    padding: 0;
    font-size: clamp(34px, 3.5vw, 50px);
    line-height: 1.35;
    text-align: left;
}

#top.eight-top-r3 .products_title::before,
#top.eight-top-r3 .products_title::after {
    content: none;
}

#top.eight-top-r3 .products_subtitle {
    max-width: 720px;
    margin: 14px 0 40px;
    text-align: left;
}

#top.eight-top-r3 .products_swiper {
    overflow: visible;
}

#top.eight-top-r3 .product_item {
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#top.eight-top-r3 .product_showcase_link {
    display: block;
    color: var(--eight-r3-ink);
}

#top.eight-top-r3 .product_image {
    height: 310px;
    padding: 0;
    overflow: hidden;
    background: #f2efeb;
}

#top.eight-top-r3 .product_image .image_box,
#top.eight-top-r3 .product_image img {
    width: 100%;
    height: 100%;
}

#top.eight-top-r3 .product_image img {
    object-fit: cover;
}

#top.eight-top-r3 .product_category {
    top: 10px;
    left: 10px;
    right: auto;
    bottom: auto;
    border-radius: 0;
}

#top.eight-top-r3 .product_caption {
    min-height: 130px;
    padding: 16px 0 0;
}

#top.eight-top-r3 .product_title {
    margin: 0 0 6px;
    font-size: 17px;
}

#top.eight-top-r3 .product_text {
    margin: 0;
    font-size: 13px;
}

#top.eight-top-r3 .products_slider_controls {
    margin-top: 26px;
}

#top.eight-top-r3 .products_slider_prev,
#top.eight-top-r3 .products_slider_next {
    border-color: var(--eight-r3-ink);
    background-color: var(--eight-r3-white);
}

#top.eight-top-r3 .products_more {
    justify-content: flex-start;
}

/* Business and clinics */
#top.eight-top-r3 .top-reference-business {
    padding: 88px 0;
    background: var(--eight-r3-blue);
}

#top.eight-top-r3 .eight-business-top {
    margin: 0;
    padding: 0;
    background: var(--eight-r3-ink);
}

#top.eight-top-r3 .eight-business-top__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    max-width: 960px;
}

#top.eight-top-r3 .eight-business-top__inner > :where(.eight-business-top__kicker, h2, .eight-business-top__subheading, .eight-business-top__lead, .eight-business-top__strengths, .eight-business-top__targets, .eight-business-top__new-standard, .eight-business-top__difference, .eight-business-top__actions) {
    grid-column: 1;
}

#top.eight-top-r3 .eight-business-top h2 {
    margin: 0;
    font-size: clamp(40px, 4vw, 58px);
    line-height: 1.35;
}

#top.eight-top-r3 .eight-business-top h2 > span {
    display: block;
    word-break: keep-all;
    overflow-wrap: normal;
}

#top.eight-top-r3 .eight-business-top__subheading {
    margin: 8px 0 0;
    font-size: 24px;
    line-height: 1.5;
}

#top.eight-top-r3 .eight-business-top__lead p,
#top.eight-top-r3 .eight-business-top__difference p {
    margin: 0 0 8px;
}

#top.eight-top-r3 .eight-business-top__targets {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#top.eight-top-r3 .eight-business-top__targets li {
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 15px;
}

#top.eight-top-r3 .eight-business-top__targets li small {
    display: block;
    margin-top: 4px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

#top.eight-top-r3 .eight-business-top__new-standard h3,
#top.eight-top-r3 .eight-business-top__strengths h3,
#top.eight-top-r3 .eight-business-top__difference h3 {
    margin: 0 0 14px;
    font-size: 24px;
}

#top.eight-top-r3 .eight-business-top__strengths h3 {
    margin: 0 0 12px;
}

#top.eight-top-r3 .eight-business-top__new-standard ol,
#top.eight-top-r3 .eight-business-top__problems {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#top.eight-top-r3 .eight-business-top__new-standard li,
#top.eight-top-r3 .eight-business-top__problems li {
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--eight-r3-line);
    border-radius: 12px;
    background: var(--eight-r3-white);
    overflow-wrap: anywhere;
}

#top.eight-top-r3 .eight-business-top__new-standard li strong,
#top.eight-top-r3 .eight-business-top__new-standard li span,
#top.eight-top-r3 .eight-business-top__problems li strong,
#top.eight-top-r3 .eight-business-top__problems li span {
    display: block;
}

#top.eight-top-r3 .eight-business-top__new-standard li strong,
#top.eight-top-r3 .eight-business-top__problems li strong {
    margin-bottom: 6px;
}

#top.eight-top-r3 .eight-business-top__new-standard li span,
#top.eight-top-r3 .eight-business-top__problems li span {
    font-size: 14px;
    line-height: 1.7;
}

#top.eight-top-r3 .eight-business-top__problems {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#top.eight-top-r3 .eight-business-top__problems a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

#top.eight-top-r3 .eight-business-top__problems a:focus-visible {
    outline: 2px solid var(--eight-r3-rose);
    outline-offset: 4px;
}

#top.eight-top-r3 .eight-business-top__difference {
    margin: 5px 0 0;
    padding: 20px 0 0;
    border: 0;
    border-top: 1px solid #becdd1;
    background: transparent;
}

#top.eight-top-r3 .eight-business-top__difference h3 {
    margin: 0 0 8px;
    font-size: 25px;
}

#top.eight-top-r3 .eight-business-top__dental-guide {
    grid-column: 1;
    grid-row: 1 / span 8;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

#top.eight-top-r3 .eight-business-top__dental-gallery {
    height: 650px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 190px;
    gap: 12px;
}

#top.eight-top-r3 .eight-business-top__dental-image {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

#top.eight-top-r3 .eight-business-top__dental-image--main {
    grid-column: 1 / -1;
}

#top.eight-top-r3 .eight-business-top__dental-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top.eight-top-r3 .eight-business-top__dental-copy {
    margin-top: 20px;
}

#top.eight-top-r3 .eight-business-top__dental-copy h3 {
    margin: 4px 0 6px;
    font-size: 22px;
}

#top.eight-top-r3 .eight-business-top__dental-note {
    padding-left: 12px;
    border-left: 2px solid var(--eight-r3-rose);
    font-size: 12px;
}

#top.eight-top-r3 .eight-business-top__dental-link {
    width: auto;
    min-height: 50px;
    margin-top: 16px;
    padding: 0 20px;
    display: inline-flex;
    border: 1px solid var(--eight-r3-rose);
    border-radius: 999px;
    background: var(--eight-r3-rose);
    color: var(--eight-r3-white);
}

#top.eight-top-r3 .eight-business-top__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

/* Experience and xTool */
#top.eight-top-r3 .e6_workshop_banner {
    margin: 0 auto;
    padding-block: 110px;
    background: transparent;
}

#top.eight-top-r3 .e6_experience_title {
    max-width: 520px;
    margin: 0 0 42px;
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.35;
}

#top.eight-top-r3 .e6_workshop_banner_inner {
    display: grid;
    grid-template-columns: minmax(0, 38fr) minmax(0, 62fr);
    gap: 60px;
    align-items: start;
    padding: 0;
    border: 0;
    background: transparent;
}

#top.eight-top-r3 .e6_workshop_banner_content {
    padding: 0;
}

#top.eight-top-r3 .e6_workshop_banner_content h3 {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.45;
}

#top.eight-top-r3 .e6_workshop_banner_conditions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
    padding: 0;
    list-style: none;
}

#top.eight-top-r3 .e6_workshop_banner_conditions li {
    padding: 7px 11px;
    border: 1px solid var(--eight-r3-line);
    border-radius: 999px;
    background: transparent;
    font-size: 12px;
}

#top.eight-top-r3 .e6_workshop_banner_media {
    height: 470px;
    margin: 0;
    overflow: hidden;
    background: var(--eight-r3-white);
}

#top.eight-top-r3 .e6_workshop_banner_media img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

#top.eight-top-r3 .e6_workshop_banner_media figcaption {
    padding: 12px 16px;
    font-size: 11px;
}

#top.eight-top-r3 .eight-xtool-route--experience {
    width: 62%;
    margin: 70px 0 0 auto;
    padding: 28px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 28px;
    border: 0;
    border-top: 1px solid var(--eight-r3-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#top.eight-top-r3 .eight-xtool-route__copy,
#top.eight-top-r3 .eight-xtool-route__description,
#top.eight-top-r3 .eight-xtool-route__link {
    grid-column: 2;
}

#top.eight-top-r3 .eight-xtool-route__figure {
    grid-column: 1;
    grid-row: 1 / span 4;
    margin: 0;
}

#top.eight-top-r3 .eight-xtool-route__figure img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

#top.eight-top-r3 .eight-xtool-route__figure figcaption {
    margin-top: 7px;
    font-size: 10px;
}

#top.eight-top-r3 .eight-xtool-route__copy h3 {
    margin: 0;
    font-size: 25px;
    line-height: 1.5;
}

#top.eight-top-r3 .eight-xtool-route__description {
    margin: 0;
}

#top.eight-top-r3 .eight-xtool-route__link {
    justify-self: start;
}

#top.eight-top-r3 .top-message-marquee--experience {
    margin: 0;
    padding: 20px 0;
    background: var(--eight-r3-rose-soft);
    color: var(--eight-r3-rose);
}

/* Journal, access and map */
#top.eight-top-r3 .top-reference-journal {
    width: min(var(--eight-r3-max), calc(100% - 64px));
    margin-inline: auto;
    padding: 110px 0 0;
    display: grid;
    grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
    gap: 48px;
    align-items: start;
    background: var(--eight-r3-white);
}

#top.eight-top-r3 .top-reference-journal::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    height: 1px;
}

#top.eight-top-r3 .top-reference-journal > :where(.news, .blog, .access) {
    margin: 0;
    padding: 0;
    background: transparent;
}

#top.eight-top-r3 .top-reference-journal :where(.news_inner, .blog_inner, .access_inner) {
    width: 100%;
}

#top.eight-top-r3 .news {
    grid-column: 1 / -1;
    padding-bottom: 44px;
    border-bottom: 1px solid var(--eight-r3-line);
}

#top.eight-top-r3 .news_inner {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 40px;
}

#top.eight-top-r3 .news_header {
    display: block;
}

#top.eight-top-r3 .news_list {
    margin: 0;
}

#top.eight-top-r3 .news_item {
    min-height: 48px;
}

#top.eight-top-r3 .blog {
    grid-column: 1;
}

#top.eight-top-r3 .blog_title_box {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 36px;
}

#top.eight-top-r3 .blog_title_box .ja {
    margin: 0;
    font-size: clamp(36px, 4vw, 52px);
}

#top.eight-top-r3 .blog_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

#top.eight-top-r3 .blog_item {
    min-width: 0;
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#top.eight-top-r3 .blog_content_box {
    display: block;
}

#top.eight-top-r3 .blog_image,
#top.eight-top-r3 .blog_image .image_box {
    width: 100%;
    height: 170px;
}

#top.eight-top-r3 .blog_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top.eight-top-r3 .blog_content {
    padding: 12px 0 0;
}

#top.eight-top-r3 .blog_date {
    font-size: 11px;
}

#top.eight-top-r3 .blog_item_title {
    margin: 6px 0 0;
    font-size: 15px;
    line-height: 1.6;
}

#top.eight-top-r3 .blog_item_text {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.75;
}

#top.eight-top-r3 .blog_btn {
    margin-top: 26px;
}

#top.eight-top-r3 .access {
    grid-column: 2;
    display: grid;
    grid-template-columns: 1fr;
    background: var(--eight-r3-paper);
}

#top.eight-top-r3 .access_inner {
    padding: 36px 40px;
}

#top.eight-top-r3 .access_title_box .ja {
    margin: 0;
    font-size: 38px;
}

#top.eight-top-r3 .access_info {
    display: block;
    margin-top: 20px;
}

#top.eight-top-r3 .access_logo {
    width: 100px;
    margin-bottom: 20px;
}

#top.eight-top-r3 .access_contact {
    width: 100%;
}

#top.eight-top-r3 .access_contact_box,
#top.eight-top-r3 .sns_contact_box {
    margin-top: 18px;
}

#top.eight-top-r3 .access_map {
    width: 100%;
    height: 360px;
}

#top.eight-top-r3 .access_map .image_box,
#top.eight-top-r3 .access_map iframe {
    width: 100%;
    height: 100%;
}

/* Final CTA */
#top.eight-top-r3 .e2_service_guide {
    width: min(var(--eight-r3-max), calc(100% - 64px));
    margin: 80px auto 0;
    padding: 50px 58px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
    gap: 32px;
    align-items: center;
    background: var(--eight-r3-rose-soft);
    border: 0;
    border-radius: 0;
}

#top.eight-top-r3 .e2_service_guide_header,
#top.eight-top-r3 .cta_inner {
    width: 100%;
}

#top.eight-top-r3 .e2_service_guide h2 {
    margin: 0;
    font-size: 38px;
}

#top.eight-top-r3 .e2_service_guide_header > p:last-child {
    margin: 10px 0 0;
}

#top.eight-top-r3 .cta_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

#top.eight-top-r3 .btn_cta {
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid var(--eight-r3-ink);
    border-radius: 999px;
    background: var(--eight-r3-white);
    color: var(--eight-r3-ink);
}

#top.eight-top-r3 .btn_cta.btn_shop {
    border-color: var(--eight-r3-rose);
    background: var(--eight-r3-rose);
    color: var(--eight-r3-white);
}

#top.eight-top-r3 .btn_cta .icon_box {
    display: none;
}

#top.eight-top-r3 .btn_online {
    grid-column: 1 / -1;
}

@media (max-width: 1024px) and (min-width: 901px) {
    #top.eight-top-r3 .mv_inner {
        gap: 42px;
    }

    #top.eight-top-r3 .mv_slider_wrapper {
        height: 540px;
    }

    #top.eight-top-r3 .mv_title {
        font-size: 43px;
    }

    #top.eight-top-r3 .e2_mv_actions {
        align-items: flex-start;
        flex-direction: column;
    }

    #top.eight-top-r3 .e2_action {
        min-width: 290px;
        white-space: nowrap;
    }

    #top.eight-top-r3 .experience_inner,
    #top.eight-top-r3 .eight-business-top__inner {
        gap-inline: 50px;
    }

    #top.eight-top-r3 .experience .experience_inner .experience_image_box,
    #top.eight-top-r3 .eight-business-top__dental-gallery {
        height: 570px;
    }
}

@media (max-width: 900px) {
    #top.eight-top-r3 :where(.mv_inner, .e2_section_inner, .experience_inner, .charm_inner, .v21_inner, .about_inner, .item_inner, .products_inner, .eight-business-top__inner, .e6_workshop_banner, .news_inner, .blog_inner, .access_inner, .e2_service_guide_header, .cta_inner) {
        width: calc(100% - 48px);
    }

    #top.eight-top-r3 .mv {
        padding: 48px 0 86px;
    }

    #top.eight-top-r3 .mv_inner {
        display: flex;
        flex-direction: column;
        gap: 36px;
        min-height: 0;
    }

    #top.eight-top-r3 .mv_text {
        display: contents;
    }

    #top.eight-top-r3 .e2_mv_position {
        order: 1;
    }

    #top.eight-top-r3 .mv_title {
        order: 2;
    }

    #top.eight-top-r3 .mv .mv_inner .mv_slider_wrapper {
        order: 3;
    }

    #top.eight-top-r3 .e4_mv_summary {
        order: 4;
    }

    #top.eight-top-r3 .e2_mv_notice {
        order: 5;
    }

    #top.eight-top-r3 .e2_mv_actions {
        order: 6;
    }

    #top.eight-top-r3 .e2_mv_shop {
        order: 7;
    }

    #top.eight-top-r3 .mv_slider_wrapper {
        height: clamp(480px, 65vw, 560px);
        border-radius: 0 0 0 56px;
    }

    #top.eight-top-r3 .mv_title {
        font-size: clamp(42px, 6vw, 52px);
    }

    #top.eight-top-r3 .e2_mv_actions {
        align-items: flex-start;
        flex-direction: column;
    }

    #top.eight-top-r3 .e2_action {
        min-width: 340px;
        white-space: nowrap;
    }

    #top.eight-top-r3 .experience_inner {
        grid-template-columns: 1fr;
        grid-template-areas: "photo" "title" "copy";
        gap: 38px;
    }

    #top.eight-top-r3 .experience .experience_inner .experience_image_box {
        height: 560px;
    }

    #top.eight-top-r3 .charm {
        width: calc(100% - 48px);
    }

    #top.eight-top-r3 .charm_list {
        gap: 46px 24px;
    }

    #top.eight-top-r3 .top-reference-ai-group > :where(.v21_section, .about, .item) {
        width: calc(100% - 48px);
    }

    #top.eight-top-r3 .v21_ai .v21_feature_card,
    #top.eight-top-r3 .about_inner,
    #top.eight-top-r3 .v21_bring_in .v21_inner,
    #top.eight-top-r3 .v21_simulators .v21_inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    #top.eight-top-r3 .v21_ai .v21_actions,
    #top.eight-top-r3 .v21_bring_in :where(.v21_notice_box, .v21_actions),
    #top.eight-top-r3 .v21_simulators :where(.v21_intro, .v21_card_grid, .v21_note, .v21_center_link) {
        grid-column: 1;
    }

    #top.eight-top-r3 .e2_purpose_grid {
        grid-template-columns: 1fr 1fr;
        gap: 38px 24px;
    }

    #top.eight-top-r3 .e2_purpose_card {
        min-height: 240px;
    }

    #top.eight-top-r3 .eight-business-top__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #top.eight-top-r3 .eight-business-top__inner > :where(.eight-business-top__kicker, h2, .eight-business-top__subheading, .eight-business-top__lead, .eight-business-top__strengths, .eight-business-top__targets, .eight-business-top__new-standard, .eight-business-top__difference, .eight-business-top__actions),
    #top.eight-top-r3 .eight-business-top__dental-guide {
        grid-column: 1;
        grid-row: auto;
    }

    #top.eight-top-r3 .eight-business-top__dental-guide {
        grid-row: 1;
    }

    #top.eight-top-r3 .eight-business-top__new-standard ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #top.eight-top-r3 .eight-business-top__problems {
        grid-template-columns: 1fr;
    }

    #top.eight-top-r3 .eight-business-top__kicker {
        margin-top: 28px;
    }

    #top.eight-top-r3 .e6_workshop_banner_inner {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    #top.eight-top-r3 .eight-xtool-route--experience {
        width: 100%;
    }

    #top.eight-top-r3 .top-reference-journal {
        width: calc(100% - 48px);
        grid-template-columns: 1fr;
        gap: 64px;
    }

    #top.eight-top-r3 .news,
    #top.eight-top-r3 .blog,
    #top.eight-top-r3 .access {
        grid-column: 1;
    }

    #top.eight-top-r3 .e2_service_guide {
        width: calc(100% - 48px);
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    #top.eight-top-r3 :where(.mv_inner, .e2_section_inner, .experience_inner, .charm_inner, .v21_inner, .about_inner, .item_inner, .products_inner, .eight-business-top__inner, .e6_workshop_banner, .news_inner, .blog_inner, .access_inner, .e2_service_guide_header, .cta_inner) {
        width: calc(100% - 32px);
    }

    #top.eight-top-r3 .mv_inner {
        gap: 16px;
    }

    #top.eight-top-r3 .e2_customer_journey_steps {
        grid-template-columns: 1fr;
    }

    #top.eight-top-r3 .e2_purpose_grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #top.eight-top-r3 .e2_mv_position {
        display: block;
        min-height: 0;
        margin: 0;
        padding: 8px 10px;
        border-left: 3px solid var(--eight-r3-rose);
        background: var(--eight-r3-rose-soft);
        font-size: 12px;
        line-height: 1.5;
    }

    #top.eight-top-r3 .mv_title {
        font-size: clamp(29px, 8.6vw, 36px);
        line-height: 1.38;
    }

    #top.eight-top-r3 .mv .mv_inner .mv_text .e4_mv_title {
        width: 100%;
        max-width: none;
        margin: 0;
        position: static;
        inset: auto;
        font-size: clamp(28px, 7.7vw, 30px);
        line-height: 1.3;
        letter-spacing: -.02em;
    }

    #top.eight-top-r3 .e4_mv_title_subject,
    #top.eight-top-r3 .e4_mv_title_promise {
        word-break: keep-all;
        overflow-wrap: normal;
    }

    #top.eight-top-r3 .e4_mv_title_promise {
        margin-top: 2px;
    }

    #top.eight-top-r3 .mv .mv_inner .mv_slider_wrapper {
        width: calc(100% + 32px);
        max-width: none;
        height: clamp(170px, 56vw, 230px);
        margin-left: 0;
        position: relative;
        inset: auto;
        flex: none;
        border-radius: 0;
    }

    #top.eight-top-r3 .mv .mv_inner .mv_slider_wrapper .mv_slider {
        width: 100%;
        height: 100%;
        margin-left: 0;
    }

    #top.eight-top-r3 .mv_swiper img {
        object-position: center 38%;
    }

    #top.eight-top-r3 .mv .mv_inner .mv_text .e4_mv_summary {
        order: 5;
        margin: 0;
        font-size: 14px;
    }

    #top.eight-top-r3 .mv .mv_inner .mv_text .e2_mv_notice {
        order: 6;
        margin: 0;
    }

    #top.eight-top-r3 .e2_mv_actions {
        order: 4;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin: 0;
        align-items: stretch;
    }

    #top.eight-top-r3 .e2_action {
        width: 100%;
        min-width: 0;
        min-height: 58px;
        padding: 8px 10px;
        font-size: 13px;
        line-height: 1.35;
        white-space: normal;
        text-align: center;
    }

    #top.eight-top-r3 .e2_mv_shop {
        order: 7;
        margin-top: 0;
    }

    #top.eight-top-r3 .top-reference-charm-group {
        padding: 78px 0 88px;
    }

    #top.eight-top-r3 .experience .experience_inner .experience_image_box {
        height: 450px;
        grid-template-rows: 1fr 110px;
    }

    #top.eight-top-r3 .experience .experience_inner .experience_title_box .experience_title {
        font-size: 34px;
        word-break: keep-all;
    }

    #top.eight-top-r3 .charm {
        width: calc(100% - 36px);
        margin-top: 76px;
    }

    #top.eight-top-r3 .charm_title_box {
        align-items: flex-start;
        flex-direction: column;
    }

    #top.eight-top-r3 .charm_list {
        grid-template-columns: 1fr;
    }

    #top.eight-top-r3 .charm_item .charm_image {
        height: 250px;
    }

    #top.eight-top-r3 .top-message-marquee--consultation {
        margin-bottom: 70px;
    }

    #top.eight-top-r3 .top-reference-ai-group {
        padding-bottom: 78px;
    }

    #top.eight-top-r3 .top-reference-ai-group > :where(.v21_section, .about, .item) {
        width: calc(100% - 36px);
        padding: 38px 0;
    }

    #top.eight-top-r3 .v21_ai h2,
    #top.eight-top-r3 .about .about_inner .about_content .about_title,
    #top.eight-top-r3 .top-reference-ai-group .ja {
        font-size: 31px;
        word-break: keep-all;
    }

    #top.eight-top-r3 .e2_ai_roles,
    #top.eight-top-r3 .v21_card_grid,
    #top.eight-top-r3 .e2_business_summary_list {
        grid-template-columns: 1fr;
    }

    #top.eight-top-r3 .e2_ai_roles section {
        min-height: 0;
    }

    #top.eight-top-r3 .about_image,
    #top.eight-top-r3 .about_image .image_box {
        height: 300px;
    }

    #top.eight-top-r3 .e2_purpose,
    #top.eight-top-r3 .products,
    #top.eight-top-r3 .top-reference-business {
        padding: 78px 0;
    }

    #top.eight-top-r3 .e2_purpose_grid {
        grid-template-columns: 1fr;
    }

    #top.eight-top-r3 .e2_purpose_card {
        min-height: 0;
        padding-bottom: 16px;
    }

    #top.eight-top-r3 .e2_purpose_arrow {
        margin-top: 18px;
    }

    #top.eight-top-r3 .products .products_inner .products_title {
        font-size: 34px;
    }

    #top.eight-top-r3 .product_image {
        height: 330px;
    }

    #top.eight-top-r3 .products_more {
        align-items: stretch;
        flex-direction: column;
    }

    #top.eight-top-r3 .eight-business-top h2 {
        font-size: 34px;
        word-break: keep-all;
    }

    #top.eight-top-r3 .eight-business-top__subheading {
        font-size: 21px;
    }

    #top.eight-top-r3 .eight-business-top__dental-gallery {
        height: 480px;
        grid-template-rows: 1fr 130px;
    }

    #top.eight-top-r3 .eight-business-top__actions {
        flex-direction: column;
    }

    #top.eight-top-r3 .eight-business-button {
        width: 100%;
    }

    #top.eight-top-r3 .e6_workshop_banner {
        padding-block: 78px;
    }

    #top.eight-top-r3 .e6_experience_title {
        font-size: 34px;
        word-break: keep-all;
    }

    #top.eight-top-r3 .e6_workshop_banner_media {
        height: 390px;
    }

    #top.eight-top-r3 .e6_workshop_banner_media img {
        height: 340px;
    }

    #top.eight-top-r3 .eight-xtool-route--experience {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #top.eight-top-r3 .eight-xtool-route__copy,
    #top.eight-top-r3 .eight-xtool-route__description,
    #top.eight-top-r3 .eight-xtool-route__link,
    #top.eight-top-r3 .eight-xtool-route__figure {
        grid-column: 1;
        grid-row: auto;
    }

    #top.eight-top-r3 .top-reference-journal {
        width: calc(100% - 36px);
        padding-top: 78px;
    }

    #top.eight-top-r3 .news_inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #top.eight-top-r3 .blog .blog_inner .blog_list {
        display: flex;
        grid-template-columns: none;
        gap: 16px;
        justify-content: flex-start;
        padding-bottom: 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0;
        -webkit-overflow-scrolling: touch;
    }

    #top.eight-top-r3 .blog .blog_inner .blog_list .blog_item {
        width: min(82%, 280px);
        flex: 0 0 min(82%, 280px);
        display: block;
        scroll-snap-align: start;
    }

    #top.eight-top-r3 .blog_title_box .ja,
    #top.eight-top-r3 .access_title_box .ja {
        font-size: 34px;
    }

    #top.eight-top-r3 .access_inner {
        width: 100%;
        padding: 32px 18px;
    }

    #top.eight-top-r3 .access_map {
        height: 330px;
    }

    #top.eight-top-r3 .e2_service_guide {
        width: 100%;
        margin-top: 54px;
        padding: 44px 18px;
    }

    #top.eight-top-r3 .e2_service_guide h2 {
        font-size: 31px;
    }

    #top.eight-top-r3 .cta_inner {
        grid-template-columns: 1fr;
    }

    #top.eight-top-r3 .btn_online {
        grid-column: 1;
    }

    #top.eight-top-r3 :where(.news_btn, .blog_btn, .btn_reservation) {
        min-height: 44px;
    }
}

/* Ver.1.1 independent section layout after removing legacy grouping wrappers. */
#top.eight-top-r3 > :where(#spec-03-capabilities, #spec-07-corporate, #spec-08-signage, #spec-09-process, #spec-11-news, #spec-12-blog, #spec-13-workshop, #spec-14-access, #spec-15-final-cta) {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}
#top.eight-top-r3 > :where(#spec-07-corporate, #spec-08-signage, #spec-09-process, #spec-11-news, #spec-12-blog, #spec-14-access) {
    padding-block: clamp(44px, 6vw, 88px);
}
#top.eight-top-r3 > #spec-07-corporate .about_inner,
#top.eight-top-r3 > #spec-08-signage .v21_inner,
#top.eight-top-r3 > #spec-09-process .v21_inner,
#top.eight-top-r3 > #spec-11-news .news_inner,
#top.eight-top-r3 > #spec-12-blog .blog_inner,
#top.eight-top-r3 > #spec-14-access .access_inner {
    box-sizing: border-box;
    width: min(100% - 40px, 1160px);
    max-width: 1160px;
    margin-inline: auto;
}
#top.eight-top-r3 > #spec-09-process .e2_ai_roles > div {
    min-width: 0;
    overflow-wrap: anywhere;
}
#top.eight-top-r3 > #spec-11-news .news_list,
#top.eight-top-r3 > #spec-12-blog .blog_list {
    min-width: 0;
    max-width: 100%;
}
@media (max-width: 767px) {
    #top.eight-top-r3 > :where(#spec-07-corporate, #spec-08-signage, #spec-09-process, #spec-11-news, #spec-12-blog, #spec-14-access) {
        padding-block: 36px;
    }
    #top.eight-top-r3 > #spec-07-corporate .about_inner,
    #top.eight-top-r3 > #spec-08-signage .v21_inner,
    #top.eight-top-r3 > #spec-09-process .v21_inner,
    #top.eight-top-r3 > #spec-11-news .news_inner,
    #top.eight-top-r3 > #spec-12-blog .blog_inner,
    #top.eight-top-r3 > #spec-14-access .access_inner {
        width: min(100% - 32px, 560px);
    }
}

/* Review corrections: explicit section anchors, restored grouping and CTA layouts. */
#top.eight-top-r3 .e2_purpose_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
#top.eight-top-r3 .e2_purpose_card {
    min-height: 220px;
}
#top.eight-top-r3 .e2_bring_in_support_link {
    margin: 22px 0 0;
    font-size: 14px;
}
#top.eight-top-r3 .e2_bring_in_support_link a {
    text-decoration: underline;
    text-underline-offset: .18em;
}
#top.eight-top-r3 #business,
#top.eight-top-r3 #signage,
#top.eight-top-r3 #access {
    scroll-margin-top: 96px;
}
#top.eight-top-r3 .eight-business-top__feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}
#top.eight-top-r3 .eight-business-top__feature-grid li {
    min-width: 0;
    padding: 18px 20px;
    border: 1px solid rgb(255 255 255 / 30%);
    background: rgb(255 255 255 / 10%);
}
#top.eight-top-r3 .eight-business-top__feature-grid h3 {
    margin: 0 0 8px;
    font-size: clamp(18px, 2vw, 22px);
}
#top.eight-top-r3 .eight-business-top__feature-grid p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
}
#top.eight-top-r3 .top-reference-ai-group {
    background: var(--eight-r3-ink);
    color: var(--eight-r3-white);
}
#top.eight-top-r3 .top-reference-ai-group > #spec-09-process {
    width: min(var(--eight-r3-max), calc(100% - 64px));
    margin-inline: auto;
    color: var(--eight-r3-white);
}
#top.eight-top-r3 .top-reference-ai-group #spec-09-process :where(h2, h3, p, li) {
    color: inherit;
}
#top.eight-top-r3 .top-reference-journal {
    width: min(var(--eight-r3-max), calc(100% - 64px));
    max-width: var(--eight-r3-max);
    margin: 0 auto;
    padding: 76px 0 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    color: var(--eight-r3-ink);
    background: var(--eight-r3-white);
}
#top.eight-top-r3 .top-reference-journal > #spec-11-news,
#top.eight-top-r3 .top-reference-journal > #spec-13-workshop {
    grid-column: 1 / -1;
}
#top.eight-top-r3 .top-reference-journal > #spec-12-blog {
    grid-column: 1;
}
#top.eight-top-r3 .top-reference-journal > #access {
    grid-column: 2;
}
#top.eight-top-r3 .top-reference-journal :where(#spec-11-news, #spec-12-blog, #spec-13-workshop, #access) {
    min-width: 0;
    color: var(--eight-r3-ink);
}
#top.eight-top-r3 .e2_service_guide .btn_chat {
    border-color: var(--eight-r3-ink);
    background: var(--eight-r3-white);
    color: var(--eight-r3-ink);
}
#top.eight-top-r3 .corporate-actions,
#top.eight-top-r3 #signage .v21_actions,
#top.eight-top-r3 #gift .v21_actions,
#top.eight-top-r3 #pet .v21_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
#top.eight-top-r3 :where(.corporate-actions, #signage .v21_actions, #gift .v21_actions, #pet .v21_actions) .v21_button {
    max-width: 100%;
    white-space: normal;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
    #top.eight-top-r3 .top-reference-journal {
        width: calc(100% - 48px);
        gap: 22px;
    }
    #top.eight-top-r3 .top-reference-ai-group > #spec-09-process {
        width: calc(100% - 48px);
    }
    #top.eight-top-r3 .e2_purpose_grid {
        gap: 14px;
    }
}
@media (max-width: 767px) {
    #top.eight-top-r3 .e2_purpose_grid,
    #top.eight-top-r3 .eight-business-top__feature-grid,
    #top.eight-top-r3 .top-reference-journal {
        grid-template-columns: minmax(0, 1fr);
    }
    #top.eight-top-r3 .e2_purpose_card {
        min-height: 0;
    }
    #top.eight-top-r3 .top-reference-journal {
        width: calc(100% - 32px);
        padding-top: 42px;
        gap: 24px;
    }
    #top.eight-top-r3 .top-reference-journal > :where(#spec-11-news, #spec-12-blog, #spec-13-workshop, #access) {
        grid-column: 1;
    }
    #top.eight-top-r3 .top-reference-ai-group > #spec-09-process {
        width: calc(100% - 32px);
    }
    #top.eight-top-r3 .corporate-actions,
    #top.eight-top-r3 #signage .v21_actions,
    #top.eight-top-r3 #gift .v21_actions,
    #top.eight-top-r3 #pet .v21_actions {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (prefers-reduced-motion: reduce) {
    #top.eight-top-r3 .mv_loop_inner,
    #top.eight-top-r3 .top-message-marquee__track {
        animation: none;
        transform: none;
    }
}

/*
 * TOP-DESIGN-WP-1-R2 density pass.
 *
 * Keep the approved R3 composition and all production copy in place while
 * removing residual legacy spacing that made the WordPress rendering much
 * longer than the visual master.
 */
#top.eight-top-r3 .top-reference-hero-trust {
    padding-bottom: 80px;
}

#top.eight-top-r3 .mv {
    padding-block: 54px 60px;
}

#top.eight-top-r3 .mv_inner {
    min-height: 600px;
}

#top.eight-top-r3 .mv_slider_wrapper {
    height: 560px;
}

#top.eight-top-r3 .top-reference-charm-group {
    padding-block: 88px 96px;
}

#top.eight-top-r3 .experience_image_box {
    height: 540px;
}

#top.eight-top-r3 .charm {
    margin-top: 72px;
}

#top.eight-top-r3 .charm_title_box {
    margin-bottom: 30px;
}

#top.eight-top-r3 .charm_list {
    gap: 32px 40px;
}

#top.eight-top-r3 .charm_item .charm_image {
    height: 260px;
}

#top.eight-top-r3 .top-reference-ai-group {
    padding-bottom: 82px;
}

#top.eight-top-r3 .top-message-marquee--consultation {
    margin-bottom: 64px;
}

#top.eight-top-r3 .top-reference-ai-group > :where(.v21_section, .about, .item) {
    padding-block: 36px;
}

#top.eight-top-r3 .e2_purpose {
    padding-block: 84px;
}

#top.eight-top-r3 .e2_purpose_grid {
    margin-top: 32px;
}

#top.eight-top-r3 .e2_purpose_card {
    min-height: 240px;
}

#top.eight-top-r3 .products {
    padding-block: 84px 90px;
}

#top.eight-top-r3 .product_image {
    height: 280px;
}

#top.eight-top-r3 .product_caption {
    min-height: 100px;
}

#top.eight-top-r3 .top-reference-business {
    padding-block: 90px;
}

#top.eight-top-r3 .eight-business-top__dental-gallery {
    height: 570px;
}

#top.eight-top-r3 .e6_workshop_banner {
    padding-block: 84px;
}

#top.eight-top-r3 .e6_experience_label {
    padding-top: 0;
}

#top.eight-top-r3 .e6_experience_title {
    margin-bottom: 30px;
}

#top.eight-top-r3 .e6_workshop_banner_media {
    height: 420px;
}

#top.eight-top-r3 .e6_workshop_banner_media img {
    height: 375px;
}

#top.eight-top-r3 .eight-xtool-route--experience {
    margin-top: 44px;
    padding-top: 20px;
}

#top.eight-top-r3 .top-reference-journal {
    padding-top: 80px;
}

#top.eight-top-r3 .blog_item_text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#top.eight-top-r3 .access_inner {
    padding: 30px 34px;
}

#top.eight-top-r3 .access_contact {
    display: block;
}

#top.eight-top-r3 .access_contact :where(.access_address, .access_info_text, .access_phone_note) {
    font-size: 14px;
    line-height: 1.65;
}

#top.eight-top-r3 .access_contact .sns_contact_box {
    margin-bottom: 0;
}

#top.eight-top-r3 .e2_service_guide {
    margin-top: 60px;
    padding-block: 40px;
}

@media (min-width: 901px) {
    #top.eight-top-r3 .v21_ai .v21_feature_card {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    #top.eight-top-r3 .v21_ai .v21_feature_card > div:first-child {
        display: grid;
        grid-template-columns: minmax(0, 34fr) minmax(0, 66fr);
        grid-template-areas:
            "kicker roles"
            "title roles"
            "intro roles"
            "note roles";
        column-gap: 60px;
        align-items: start;
    }

    #top.eight-top-r3 .v21_ai .v21_kicker {
        grid-area: kicker;
    }

    #top.eight-top-r3 .v21_ai h2 {
        grid-area: title;
    }

    #top.eight-top-r3 .v21_ai .v21_feature_card > div:first-child > p:not(.v21_kicker, .v21_note) {
        grid-area: intro;
    }

    #top.eight-top-r3 .v21_ai .e2_ai_roles {
        grid-area: roles;
        margin-top: 0;
    }

    #top.eight-top-r3 .v21_ai .v21_note {
        grid-area: note;
    }

    #top.eight-top-r3 .v21_ai .v21_actions {
        grid-column: 1;
        margin-top: 0;
    }
}

@media (max-width: 900px) {
    #top.eight-top-r3 .top-reference-charm-group {
        padding-block: 68px 74px;
    }

    #top.eight-top-r3 .charm {
        margin-top: 58px;
    }

    #top.eight-top-r3 .top-reference-ai-group > :where(.v21_section, .about, .item) {
        padding-block: 32px;
    }

    #top.eight-top-r3 .e2_purpose,
    #top.eight-top-r3 .products,
    #top.eight-top-r3 .top-reference-business {
        padding-block: 66px;
    }

    #top.eight-top-r3 .top-reference-journal {
        gap: 50px;
        padding-top: 66px;
    }

    #top.eight-top-r3 .e6_workshop_banner {
        padding-block: 66px;
    }

    #top.eight-top-r3 .eight-xtool-route--experience {
        margin-top: 40px;
    }
}

@media (max-width: 760px) {
    #top.eight-top-r3 .top-reference-hero-trust {
        padding-bottom: 52px;
    }

    #top.eight-top-r3 .mv {
        padding-block: 14px 44px;
    }

    #top.eight-top-r3 .mv_inner {
        min-height: 0;
    }

    #top.eight-top-r3 .top-reference-charm-group {
        padding-block: 58px 64px;
    }

    #top.eight-top-r3 .experience .experience_inner .experience_image_box {
        height: 380px;
        grid-template-rows: 1fr 96px;
    }

    #top.eight-top-r3 .charm {
        margin-top: 54px;
    }

    #top.eight-top-r3 .charm_list {
        gap: 32px;
    }

    #top.eight-top-r3 .charm_item .charm_image {
        height: 220px;
    }

    #top.eight-top-r3 .top-message-marquee--consultation {
        margin-bottom: 50px;
    }

    #top.eight-top-r3 .top-reference-ai-group {
        padding-bottom: 60px;
    }

    #top.eight-top-r3 .top-reference-ai-group > :where(.v21_section, .about, .item) {
        padding-block: 30px;
    }

    #top.eight-top-r3 .about_image,
    #top.eight-top-r3 .about_image .image_box {
        height: 250px;
    }

    #top.eight-top-r3 .e2_purpose,
    #top.eight-top-r3 .products,
    #top.eight-top-r3 .top-reference-business {
        padding-block: 60px;
    }

    #top.eight-top-r3 .e2_purpose_grid {
        margin-top: 32px;
    }

    #top.eight-top-r3 .product_image {
        height: 300px;
    }

    #top.eight-top-r3 .eight-business-top__dental-gallery {
        height: 420px;
        grid-template-rows: 1fr 116px;
    }

    #top.eight-top-r3 .e6_workshop_banner {
        padding-block: 60px;
    }

    #top.eight-top-r3 .e6_workshop_banner_media {
        height: 340px;
    }

    #top.eight-top-r3 .e6_workshop_banner_media img {
        height: 295px;
    }

    #top.eight-top-r3 .eight-xtool-route--experience {
        margin-top: 36px;
    }

    #top.eight-top-r3 .top-reference-journal {
        gap: 42px;
        padding-top: 58px;
    }

    #top.eight-top-r3 .access_inner {
        padding-block: 28px;
    }

    #top.eight-top-r3 .access_map {
        height: 300px;
    }

    #top.eight-top-r3 .e2_service_guide {
        margin-top: 40px;
        padding-block: 32px;
    }
}

/* Resolve the remaining high-specificity legacy geometry. */
#top.eight-top-r3 .experience .experience_inner .experience_image_box {
    height: 540px;
}

#top.eight-top-r3 .charm .charm_list .charm_item,
#top.eight-top-r3 .charm .charm_list .charm_item.reverse {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    position: static;
}

#top.eight-top-r3 .charm .charm_list .charm_item .cham_content_box {
    grid-row: 2;
    width: auto;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    position: static;
}

#top.eight-top-r3 .charm .charm_list .charm_item .charm_content {
    width: auto;
    height: auto;
    min-height: 0;
    display: block;
    margin: 0;
    padding: 0;
    position: static;
    inset: auto;
}

#top.eight-top-r3 .charm .charm_list .charm_item .charm_image {
    grid-row: 1;
    width: 100%;
    height: 260px;
}

#top.eight-top-r3 .charm .charm_list .charm_item .charm_list_title {
    font-size: 21px;
    line-height: 1.45;
}

#top.eight-top-r3 .charm .charm_list .charm_item .charm_list_text {
    font-size: 14px;
    line-height: 1.7;
}

#top.eight-top-r3 .about .about_inner .about_content .about_title {
    margin-bottom: 20px;
}

#top.eight-top-r3 .v21_simulators .v21_intro {
    height: auto;
    min-height: 0;
    margin-block: 0 24px;
}

#top.eight-top-r3 .v21_simulators .v21_card {
    height: auto;
    min-height: 220px;
    padding-block: 18px;
}

#top.eight-top-r3 .e6_experience_title {
    max-width: 760px;
}

#top.eight-top-r3 .access_title_box {
    height: auto;
    min-height: 0;
}

#top.eight-top-r3 .access_title_box .en {
    margin-bottom: 0;
}

#top.eight-top-r3 .access_map {
    height: 280px;
}

@media (min-width: 901px) {
    #top.eight-top-r3 .mv {
        padding-block: 48px 54px;
    }

    #top.eight-top-r3 .top-reference-hero-trust {
        padding-bottom: 60px;
    }

    #top.eight-top-r3 .top-reference-charm-group {
        padding-block: 70px 72px;
    }

    #top.eight-top-r3 .e2_purpose {
        padding-block: 64px;
    }

    #top.eight-top-r3 .products {
        padding-block: 72px 80px;
    }

    #top.eight-top-r3 .top-reference-business {
        padding-block: 72px;
    }

    #top.eight-top-r3 .e6_workshop_banner {
        padding-block: 68px;
    }

    #top.eight-top-r3 .top-reference-journal {
        padding-top: 70px;
    }

    #top.eight-top-r3 .e2_service_guide {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    #top.eight-top-r3 .charm_list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #top.eight-top-r3 .charm .charm_list .charm_item:last-child {
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 40fr) minmax(0, 60fr);
        grid-template-rows: minmax(260px, auto);
        align-items: center;
    }

    #top.eight-top-r3 .charm .charm_list .charm_item:last-child .cham_content_box {
        grid-column: 2;
        grid-row: 1;
        padding-left: 34px;
    }

    #top.eight-top-r3 .charm .charm_list .charm_item:last-child .charm_image {
        grid-column: 1;
        grid-row: 1;
    }
}

@media (max-width: 760px) {
    #top.eight-top-r3 .experience .experience_inner .experience_image_box {
        height: 380px;
    }

    #top.eight-top-r3 .charm .charm_list .charm_item .charm_image {
        height: 220px;
    }

    #top.eight-top-r3 .v21_simulators .v21_card {
        min-height: 0;
    }

    #top.eight-top-r3 .e6_experience_title {
        max-width: none;
    }

    #top.eight-top-r3 .access_map {
        height: 300px;
    }
}

/* Hero CTA colors: user request, 2026-09-09 */
#top.eight-top-r3 .e2_mv_actions .e2_action--line {
    background: #06c755;
    border-color: #06c755;
    color: #123524;
}
#top.eight-top-r3 .e2_mv_actions .e2_action--line:hover {
    background: #05b34c;
    border-color: #05b34c;
    color: #123524;
}
#top.eight-top-r3 .e2_mv_actions .e2_action[data-eight-event="service_menu_hero_click"] {
    background: #e4f3fc;
    border-color: #a8cfe7;
    color: #21435c;
}
#top.eight-top-r3 .e2_mv_actions .e2_action[data-eight-event="service_menu_hero_click"]:hover {
    background: #d2eafa;
    border-color: #a8cfe7;
    color: #21435c;
}

/* Remove legacy illustration geometry from the workshop card only. */
#top.eight-top-r3 .charm .charm_list .charm_item .charm_content.charm_content_04 {
    background: none;
    padding: 0;
    position: static;
    inset: auto;
    width: auto;
    height: auto;
    min-height: 0;
}
@media (max-width: 760px) {
    #top.eight-top-r3 .eight-business-top__new-standard ol {
        grid-template-columns: 1fr;
    }

    #top.eight-top-r3 .mv .mv_inner .mv_text .e4_mv_title {
        font-size: clamp(26px, 7.2vw, 30px);
        line-height: 1.4;
    }
    #top.eight-top-r3 .e4_mv_title_subject,
    #top.eight-top-r3 .e4_mv_title_promise {
        word-break: normal;
        overflow-wrap: anywhere;
    }
    #top.eight-top-r3 .experience .experience_inner .experience_title_box .experience_title,
    #top.eight-top-r3 .v21_ai h2,
    #top.eight-top-r3 .about .about_inner .about_content .about_title,
    #top.eight-top-r3 .top-reference-ai-group .ja,
    #top.eight-top-r3 .products .products_inner .products_title,
    #top.eight-top-r3 .eight-business-top h2,
    #top.eight-top-r3 .e6_experience_title,
    #top.eight-top-r3 .blog_title_box .ja,
    #top.eight-top-r3 .access_title_box .ja,
    #top.eight-top-r3 .e2_service_guide h2 {
        font-size: clamp(24px, 6.7vw, 28px);
        line-height: 1.5;
        word-break: normal;
        overflow-wrap: anywhere;
    }
    #top.eight-top-r3 .charm .charm_list .charm_item .charm_content .charm_list_title {
        font-size: 22px;
        line-height: 1.5;
        overflow-wrap: anywhere;
    }
    #top.eight-top-r3 .charm .charm_list .charm_item .charm_content .charm_list_text,
    #top.eight-top-r3 .mv .mv_inner .mv_text .mv_subtitle,
    #top.eight-top-r3 .e6_workshop_banner_lead,
    #top.eight-top-r3 .eight-xtool-route__copy,
    #top.eight-top-r3 .eight-xtool-route__description {
        font-size: 16px;
        line-height: 1.8;
        overflow-wrap: anywhere;
    }
    #top.eight-top-r3 .mv .mv_inner .mv_text .e2_mv_notice,
    #top.eight-top-r3 .e6_workshop_banner_note,
    #top.eight-top-r3 .e6_workshop_banner_conditions li {
        font-size: 14px;
        line-height: 1.7;
    }
    #top.eight-top-r3 .e2_mv_actions .e2_action,
    #top.eight-top-r3 .charm_workshop_link,
    #top.eight-top-r3 .e6_workshop_banner_link {
        box-sizing: border-box;
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        font-size: 15px;
        line-height: 1.5;
        min-height: 52px;
        padding: 14px 18px;
    }
}

/* Final cascade: responsive layout and contrast for the reviewed wrappers. */
#top.eight-top-r3 .mv_static_image { display: block; width: 100%; height: 600px; overflow: hidden; }
#top.eight-top-r3 .mv_static_image .image_box,
#top.eight-top-r3 .mv_static_image img { width: 100%; height: 100%; }
#top.eight-top-r3 .mv_static_image img { display: block; object-fit: cover; object-position: center; }
#top.eight-top-r3 .e2_purpose_grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
#top.eight-top-r3 .e2_purpose_card { min-height: 220px; }
#top.eight-top-r3 .eight-business-top__feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 14px 0 0; padding: 0; list-style: none; }
#top.eight-top-r3 .eight-business-top__feature-grid li { min-width: 0; padding: 18px 20px; border: 1px solid rgb(255 255 255 / 32%); background: rgb(255 255 255 / 10%); }
#top.eight-top-r3 .eight-business-top__feature-grid h3 { margin: 0 0 8px; font-size: clamp(18px, 2vw, 22px); }
#top.eight-top-r3 .eight-business-top__feature-grid p { margin: 0; font-size: 15px; line-height: 1.75; }
#top.eight-top-r3 .e2_bring_in_support_link { margin: 22px 0 0; font-size: 14px; }
#top.eight-top-r3 .e2_bring_in_support_link a { text-decoration: underline; text-underline-offset: .18em; }
#top.eight-top-r3 :where(#business, #signage, #gift, #pet, #access) { scroll-margin-top: 96px; }
#top.eight-top-r3 .top-reference-ai-group { background: var(--eight-r3-ink); color: var(--eight-r3-white); }
#top.eight-top-r3 .top-reference-ai-group > #spec-09-process { width: min(var(--eight-r3-max), calc(100% - 64px)); margin-inline: auto; color: var(--eight-r3-white); }
#top.eight-top-r3 .top-reference-ai-group #spec-09-process :where(h2, h3, p, li) { color: inherit; }
#top.eight-top-r3 .top-reference-journal { position: relative; width: min(var(--eight-r3-max), calc(100% - 64px)); max-width: var(--eight-r3-max); margin: 0 auto; padding: 76px 0 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px; color: var(--eight-r3-ink); background: var(--eight-r3-white); }
#top.eight-top-r3 .top-reference-journal > #spec-11-news,
#top.eight-top-r3 .top-reference-journal > #spec-13-workshop { grid-column: 1 / -1; }
#top.eight-top-r3 .top-reference-journal > #spec-12-blog { grid-column: 1; }
#top.eight-top-r3 .top-reference-journal > #access { grid-column: 2; }
#top.eight-top-r3 .top-reference-journal :where(#spec-11-news, #spec-12-blog, #spec-13-workshop, #access) { min-width: 0; color: var(--eight-r3-ink); }
#top.eight-top-r3 .corporate-actions,
#top.eight-top-r3 #signage .v21_actions,
#top.eight-top-r3 #gift .v21_actions,
#top.eight-top-r3 #pet .v21_actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
#top.eight-top-r3 :where(.corporate-actions, #signage .v21_actions, #gift .v21_actions, #pet .v21_actions) .v21_button { max-width: 100%; white-space: normal; text-align: center; }
#top.eight-top-r3 .e2_service_guide .btn_chat { border-color: var(--eight-r3-ink); background: var(--eight-r3-white); color: var(--eight-r3-ink); }
@media (min-width: 768px) and (max-width: 1024px) {
    #top.eight-top-r3 .top-reference-journal { width: calc(100% - 48px); gap: 22px; }
    #top.eight-top-r3 .top-reference-ai-group > #spec-09-process { width: calc(100% - 48px); }
    #top.eight-top-r3 .mv_static_image { height: clamp(380px, 55vw, 520px); }
}
@media (max-width: 767px) {
    #top.eight-top-r3 .e2_purpose_grid,
    #top.eight-top-r3 .eight-business-top__feature-grid,
    #top.eight-top-r3 .top-reference-journal { grid-template-columns: minmax(0, 1fr); }
    #top.eight-top-r3 .e2_purpose_card { min-height: 0; }
    #top.eight-top-r3 .top-reference-journal { width: calc(100% - 32px); padding-top: 42px; gap: 24px; }
    #top.eight-top-r3 .top-reference-journal > :where(#spec-11-news, #spec-12-blog, #spec-13-workshop, #access) { grid-column: 1; }
    #top.eight-top-r3 .top-reference-ai-group > #spec-09-process { width: calc(100% - 32px); }
    #top.eight-top-r3 .mv_static_image { height: clamp(300px, 110vw, 480px); }
    #top.eight-top-r3 .corporate-actions,
    #top.eight-top-r3 #signage .v21_actions,
    #top.eight-top-r3 #gift .v21_actions,
    #top.eight-top-r3 #pet .v21_actions { flex-direction: column; align-items: stretch; }
}
#top.eight-top-r3 #spec-03-capabilities,
#top.eight-top-r3 #spec-03-capabilities :where(h2, h3, p, li, .eight-business-top__kicker) {
    color: var(--eight-r3-white);
}
#top.eight-top-r3 #spec-09-process .e2_ai_roles > div {
    color: var(--eight-r3-white);
    background: #263640;
}
#top.eight-top-r3 #spec-09-process .e2_customer_journey_steps li,
#top.eight-top-r3 #spec-09-process .e2_customer_journey_steps li :where(strong, p) {
    color: var(--eight-r3-ink);
}
#top.eight-top-r3 #spec-09-process .e2_customer_journey_steps li {
    background: var(--eight-r3-paper);
}
#top.eight-top-r3 #business {
    padding-block: clamp(48px, 7vw, 88px);
    background: var(--eight-r3-paper);
    color: var(--eight-r3-ink);
}
#top.eight-top-r3 #business .about_title,
#top.eight-top-r3 #business :where(.about_text, .about_text p, .e2_business_summary_list li, .eight-profile-link-card__title, .eight-profile-link-card__link) {
    color: var(--eight-r3-ink);
}
#top.eight-top-r3 #business .eight-profile-link-card {
    border-color: var(--eight-r3-line);
}
#top.eight-top-r3 #gift .v21_inner > :where(.v21_card, .v21_note, .v21_actions),
#top.eight-top-r3 #pet .v21_inner > :where(.v21_card, .v21_note, .v21_actions) {
    grid-column: 2;
}
#top.eight-top-r3 .e2_purpose_card_image {
    display: block;
    width: 100%;
    height: 132px;
    margin: 0 0 8px;
    object-fit: cover;
    object-position: center;
    background: var(--eight-r3-paper);
}
#top.eight-top-r3 .e2_purpose_card_visual_placeholder {
    display: grid;
    width: 100%;
    height: 132px;
    margin: 0 0 8px;
    place-items: center;
    color: var(--eight-r3-ink);
    background: var(--eight-r3-paper);
    border: 1px dashed var(--eight-r3-line);
    font-size: 14px;
}
#top.eight-top-r3 .eight-capability-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
#top.eight-top-r3 .eight-signage-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
#top.eight-top-r3 .eight-signage-gallery figure { min-width: 0; margin: 0; }
#top.eight-top-r3 .eight-signage-gallery img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
#top.eight-top-r3 .eight-signage-gallery figcaption { margin-top: 6px; font-size: 12px; line-height: 1.5; }
#top.eight-top-r3 .eight-capability-gallery figure,
#top.eight-top-r3 .eight-top-photo-card { min-width: 0; margin: 0; }
#top.eight-top-r3 .eight-capability-gallery img,
#top.eight-top-r3 .eight-top-photo-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
#top.eight-top-r3 :where(.eight-capability-gallery, .eight-top-photo-card) figcaption {
    margin-top: 8px;
    color: inherit;
    font-size: 12px;
    line-height: 1.6;
}
#top.eight-top-r3 #gift .v21_inner > .eight-top-photo-card,
#top.eight-top-r3 #pet .v21_inner > .eight-top-photo-card { grid-column: 2; }
#top.eight-top-r3 #spec-09-process .e2_customer_journey_steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
#top.eight-top-r3 #spec-09-process .e2_customer_journey_steps li img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    margin: 12px 0 14px;
    object-fit: cover;
}
#top.eight-top-r3 #spec-09-process .e2_customer_journey_steps { position: relative; }
#top.eight-top-r3 #spec-09-process .e2_customer_journey_steps::before {
    content: ""; position: absolute; left: 0; right: 0; top: 10px; height: 1px;
    background: var(--eight-r3-rose); opacity: .45; pointer-events: none;
    transform: scaleX(1); transform-origin: left center;
}
#top.eight-top-r3.motion-ready #spec-09-process .e2_customer_journey_steps::before {
    transform: scaleX(0); transition: transform .65s ease;
}
#top.eight-top-r3.motion-ready #spec-09-process .e2_customer_journey_steps.is-visible::before {
    transform: scaleX(1);
}
#top.eight-top-r3 .e2_timeline_step > span { position: relative; z-index: 1; display: inline-block; padding: 2px 6px; background: var(--eight-r3-paper); }
#top.eight-top-r3 .e2_action:hover, #top.eight-top-r3 .e2_action:focus-visible,
#top.eight-top-r3 .v21_button:hover, #top.eight-top-r3 .v21_button:focus-visible,
#top.eight-top-r3 .btn:hover, #top.eight-top-r3 .btn:focus-visible { transform: translateY(-2px); }
#top.eight-top-r3 .e2_action, #top.eight-top-r3 .v21_button, #top.eight-top-r3 .btn { transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease; }

@media (hover: hover) and (pointer: fine) {
    #top.eight-top-r3 .e2_purpose_card:hover, #top.eight-top-r3 .e2_purpose_card:focus-visible { transform: translateY(-4px); }
    #top.eight-top-r3 .e2_purpose_card:hover .e2_purpose_card_image, #top.eight-top-r3 .e2_purpose_card:focus-visible .e2_purpose_card_image { transform: scale(1.025); }
    #top.eight-top-r3 .e2_purpose_card:hover .e2_purpose_arrow, #top.eight-top-r3 .e2_purpose_card:focus-visible .e2_purpose_arrow { transform: translateX(5px); }
    #top.eight-top-r3 :where(.e2_action, .v21_button, .btn):hover .arrow_box, #top.eight-top-r3 :where(.e2_action, .v21_button, .btn):focus-visible .arrow_box { transform: translateX(4px); }
}
@media (max-width: 900px) {
    #top.eight-top-r3 .eight-signage-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #top.eight-top-r3 .top-reference-journal {
        grid-template-columns: minmax(0, 1fr);
    }
    #top.eight-top-r3 .top-reference-journal > #spec-11-news,
    #top.eight-top-r3 .top-reference-journal > #spec-12-blog,
    #top.eight-top-r3 .top-reference-journal > #spec-13-workshop,
    #top.eight-top-r3 .top-reference-journal > #access { grid-column: 1; }
    #top.eight-top-r3 #gift .v21_inner,
    #top.eight-top-r3 #pet .v21_inner {
        grid-template-columns: minmax(0, 1fr);
    }
    #top.eight-top-r3 #gift .v21_inner > :where(.v21_card, .v21_note, .v21_actions),
    #top.eight-top-r3 #pet .v21_inner > :where(.v21_card, .v21_note, .v21_actions) {
        grid-column: 1;
    }
    #top.eight-top-r3 #gift .v21_inner > .eight-top-photo-card,
    #top.eight-top-r3 #pet .v21_inner > .eight-top-photo-card { grid-column: 1; }
    #top.eight-top-r3 #spec-09-process .e2_customer_journey_steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    #top.eight-top-r3 .eight-signage-gallery { grid-template-columns: minmax(0, 1fr); }
    #top.eight-top-r3 .eight-capability-gallery { grid-template-columns: minmax(0, 1fr); }
    #top.eight-top-r3 #spec-09-process .e2_customer_journey_steps { grid-template-columns: minmax(0, 1fr); }
    #top.eight-top-r3 #spec-09-process .e2_customer_journey_steps::before { left: 10px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; transform: scaleY(1); transform-origin: center top; }
    #top.eight-top-r3.motion-ready #spec-09-process .e2_customer_journey_steps::before { transform: scaleY(0); }
    #top.eight-top-r3.motion-ready #spec-09-process .e2_customer_journey_steps.is-visible::before { transform: scaleY(1); }
    #top.eight-top-r3 :where(.e2_purpose_card, .e2_action, .v21_button, .btn):active { transform: translateY(-1px); }
}
@media (prefers-reduced-motion: reduce) {
    #top.eight-top-r3.motion-ready #spec-09-process .e2_customer_journey_steps::before { transform: none; transition: none; }
    #top.eight-top-r3 :where(.e2_scroll_cue span, .e2_purpose_card, .e2_purpose_card_image, .e2_purpose_arrow, .e2_action, .v21_button, .btn, .arrow_box, .e2_timeline_step) { transform: none; transition: none; }
}

/* Candidate 2026-09-17: preserve the visual direction while reducing scroll length. */
#top.eight-top-r3 .mv_static_image img {
    object-position: center 44%;
}

#top.eight-top-r3 .e2_purpose_process_link {
    margin: 16px 0 0;
    font-size: 14px;
    font-weight: 700;
}

#top.eight-top-r3 .e2_purpose_process_link a {
    color: inherit;
    text-underline-offset: .2em;
}

#top.eight-top-r3 [data-spec-section="03"],
#top.eight-top-r3 [data-spec-section="04"],
#top.eight-top-r3 [data-spec-section="05"],
#top.eight-top-r3 [data-spec-section="06"],
#top.eight-top-r3 [data-spec-section="07"],
#top.eight-top-r3 [data-spec-section="08"],
#top.eight-top-r3 [data-spec-section="09"] {
    padding-block: clamp(36px, 4.8vw, 64px);
}

#top.eight-top-r3 .eight-capability-gallery--single {
    display: block;
    max-width: 760px;
    margin: 22px 0 0;
}

#top.eight-top-r3 .eight-capability-gallery--single img {
    max-height: 380px;
}

#top.eight-top-r3 :where(.eight-business-top__subheading, .products_subtitle, .v21_intro) {
    max-width: 680px;
}

#top.eight-top-r3 #gift .v21_inner,
#top.eight-top-r3 #pet .v21_inner {
    row-gap: 14px;
}

#top.eight-top-r3 #gift .v21_note,
#top.eight-top-r3 #pet .v21_note,
#top.eight-top-r3 #signage .v21_note {
    margin-block: 8px 0;
    font-size: 13px;
    line-height: 1.65;
}

#top.eight-top-r3 #pet .v21_note {
    color: var(--eight-r3-ink);
}

#top.eight-top-r3 #business .e2_business_overview_text > p {
    margin-block: 0 12px;
}

#top.eight-top-r3 #business .eight-profile-link-card {
    margin-top: 14px;
    padding-block: 14px;
}

#top.eight-top-r3 #signage .v21_notice_box > p {
    margin-block: 10px 0;
}

#top.eight-top-r3 #spec-09-process .e2_customer_journey {
    margin-top: 22px;
}

#top.eight-top-r3 #spec-09-process .e2_customer_journey_completion,
#top.eight-top-r3 #spec-09-process .e2_customer_journey_note {
    margin-block: 12px 0;
    font-size: 13px;
    line-height: 1.65;
}

#top.eight-top-r3 .top-reference-charm-group {
    padding-block: clamp(52px, 6vw, 72px);
}

#top.eight-top-r3 .top-reference-charm-group .charm {
    margin-top: clamp(54px, 6vw, 76px);
}

#top.eight-top-r3 .top-reference-charm-group .charm_title_box {
    margin-bottom: 28px;
}

#top.eight-top-r3 .top-reference-charm-group .charm_list {
    gap: 32px 28px;
}

#top.eight-top-r3 .top-message-marquee--consultation {
    margin-bottom: 54px;
    padding-block: 14px;
}

#top.eight-top-r3 .mv_loop_inner {
    min-height: 38px;
}

#top.eight-top-r3 #spec-12-blog .blog_item_text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (min-width: 768px) and (max-width: 900px) {
    #top.eight-top-r3 .top-reference-hero-trust {
        padding-bottom: 32px;
    }

    #top.eight-top-r3 .mv {
        padding-block: 28px 36px;
    }

    #top.eight-top-r3 .mv_inner {
        gap: 22px;
    }

    #top.eight-top-r3 .mv_static_image {
        height: 380px;
    }

    #top.eight-top-r3 .e2_mv_actions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    #top.eight-top-r3 .e2_action {
        min-width: 0;
        white-space: normal;
    }

    #top.eight-top-r3 #gift .v21_inner,
    #top.eight-top-r3 #pet .v21_inner,
    #top.eight-top-r3 #business .about_inner {
        grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
        gap: 28px;
    }

    #top.eight-top-r3 #business .about_image {
        grid-column: 1;
    }

    #top.eight-top-r3 #business .about_content {
        grid-column: 2;
    }

    #top.eight-top-r3 .eight-signage-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #top.eight-top-r3 #spec-12-blog .blog_list {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    #top.eight-top-r3 #spec-12-blog .blog_item {
        flex: 0 0 42%;
        scroll-snap-align: start;
    }
}

@media (max-width: 767px) {
    #top.eight-top-r3 .mv_static_image {
        height: clamp(280px, 82vw, 340px);
    }

    #top.eight-top-r3 [data-spec-section="03"],
    #top.eight-top-r3 [data-spec-section="04"],
    #top.eight-top-r3 [data-spec-section="05"],
    #top.eight-top-r3 [data-spec-section="06"],
    #top.eight-top-r3 [data-spec-section="07"],
    #top.eight-top-r3 [data-spec-section="08"],
    #top.eight-top-r3 [data-spec-section="09"] {
        padding-block: 32px;
    }

    #top.eight-top-r3 .eight-business-top__feature-grid,
    #top.eight-top-r3 #spec-09-process .e2_customer_journey_steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    #top.eight-top-r3 .eight-business-top__feature-grid li {
        padding: 14px;
    }

    #top.eight-top-r3 .eight-business-top__feature-grid h3 {
        font-size: 16px;
    }

    #top.eight-top-r3 .eight-business-top__feature-grid p,
    #top.eight-top-r3 #spec-09-process .e2_customer_journey_steps p {
        font-size: 13px;
        line-height: 1.6;
    }

    #top.eight-top-r3 .eight-capability-gallery--single img {
        max-height: 230px;
    }

    #top.eight-top-r3 .eight-signage-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    #top.eight-top-r3 .eight-signage-gallery figcaption {
        font-size: 10px;
        line-height: 1.4;
    }

    #top.eight-top-r3 #spec-09-process .e2_customer_journey_steps li {
        padding: 12px;
    }

    #top.eight-top-r3 #spec-09-process .e2_customer_journey_steps li img {
        margin-block: 8px 10px;
    }

    #top.eight-top-r3 :where(.corporate-actions, #signage .v21_actions, #gift .v21_actions, #pet .v21_actions) {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 18px;
    }

    #top.eight-top-r3 :where(.corporate-actions, #signage .v21_actions, #gift .v21_actions, #pet .v21_actions) .v21_button:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    #top.eight-top-r3 .experience .experience_inner .experience_image_box {
        height: 270px;
    }

    #top.eight-top-r3 .top-reference-charm-group .charm {
        margin-top: 42px;
    }

    #top.eight-top-r3 .top-reference-charm-group .charm_list {
        gap: 18px;
    }

    #top.eight-top-r3 .charm .charm_list .charm_item,
    #top.eight-top-r3 .charm .charm_list .charm_item.reverse {
        grid-template-columns: minmax(112px, 36%) minmax(0, 1fr);
        align-items: center;
        gap: 14px;
    }

    #top.eight-top-r3 .charm .charm_list .charm_item .charm_image,
    #top.eight-top-r3 .charm .charm_list .charm_item:last-child .charm_image {
        grid-column: 1;
        grid-row: 1;
        height: 138px;
    }

    #top.eight-top-r3 .charm .charm_list .charm_item .cham_content_box,
    #top.eight-top-r3 .charm .charm_list .charm_item:last-child .cham_content_box {
        grid-column: 2;
        grid-row: 1;
        padding: 0;
    }

    #top.eight-top-r3 .charm .charm_list .charm_item .charm_list_title {
        font-size: 17px;
    }

    #top.eight-top-r3 .charm .charm_list .charm_item .charm_list_text {
        font-size: 12px;
        line-height: 1.55;
    }

    #top.eight-top-r3 .charm .charm_list .charm_item .charm_list_text br {
        display: none;
    }

    #top.eight-top-r3 .top-message-marquee--consultation {
        margin-bottom: 30px;
        padding-block: 10px;
    }
}

/* Candidate 2026-09-17: handwritten warmth and lightweight visual guidance. */
#top.eight-top-r3 [data-spec-section="03"],
#top.eight-top-r3 [data-spec-section="04"],
#top.eight-top-r3 [data-spec-section="05"],
#top.eight-top-r3 [data-spec-section="06"],
#top.eight-top-r3 [data-spec-section="07"],
#top.eight-top-r3 [data-spec-section="08"],
#top.eight-top-r3 [data-spec-section="09"] {
    padding-block: clamp(18px, 2.2vw, 36px);
}

#top.eight-top-r3 .e2_handnote {
    position: relative;
    display: table;
    margin: -7px 0;
    line-height: 1.15;
}

#top.eight-top-r3 .e2_handnote::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    margin: 0;
}

#top.eight-top-r3 #gift,
#top.eight-top-r3 #pet,
#top.eight-top-r3 #spec-13-workshop {
    background-color: #fbf7f1;
}

#top.eight-top-r3 #business,
#top.eight-top-r3 #signage {
    background-color: #f7f8f7;
}

#top.eight-top-r3 #top-hero .e2_handnote {
    margin-bottom: 4px;
    color: #a9365d;
    font-size: clamp(18px, 2vw, 25px);
}

#top.eight-top-r3 #top-hero .e2_handnote::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12'%3E%3Cpath d='M2 8C26 3 55 11 118 5' fill='none' stroke='%23a9365d' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
}

#top.eight-top-r3.motion-ready .e2_handnote::after {
    transform: scaleX(0) rotate(-1deg);
    transition: transform .72s cubic-bezier(.2,.7,.2,1) .18s;
}

#top.eight-top-r3.motion-ready :where(.e2_handnote.is-visible, .is-visible > .e2_handnote, .is-visible .e2_handnote)::after {
    transform: scaleX(1) rotate(-1deg);
}

#top.eight-top-r3 .e2_visual_reveal img {
    clip-path: inset(0);
}

#top.eight-top-r3.motion-ready :where(#gift, #pet, #business, #signage) .e2_visual_reveal img {
    clip-path: inset(0 100% 0 0 round 2px);
    transition: clip-path .78s cubic-bezier(.2,.72,.25,1);
}

#top.eight-top-r3.motion-ready :where(#gift, #pet, #business, #signage).is-visible .e2_visual_reveal img {
    clip-path: inset(0 round 2px);
}

#top.eight-top-r3.motion-ready #signage.is-visible .eight-signage-gallery figure:nth-child(2) img {
    transition-delay: 90ms;
}

#top.eight-top-r3.motion-ready #signage.is-visible .eight-signage-gallery figure:nth-child(3) img {
    transition-delay: 180ms;
}

#top.eight-top-r3 .e2_photo_tilt {
    transform: rotate(-1deg);
    transform-origin: center;
}

#top.eight-top-r3 .e2_before_after {
    position: relative;
}

#top.eight-top-r3 .e2_before_after_labels {
    position: absolute;
    z-index: 3;
    top: 16px;
    right: 16px;
    left: 16px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}

#top.eight-top-r3 .e2_before_after_labels span {
    justify-self: start;
    padding: 7px 10px;
    border: 1px solid rgb(255 255 255 / 74%);
    border-radius: 999px;
    background: rgb(24 35 42 / 78%);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: .12em;
}

#top.eight-top-r3 .e2_before_after_labels span:last-child {
    justify-self: end;
    background: rgb(169 54 93 / 90%);
}

#top.eight-top-r3 .e2_before_after_labels small {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .02em;
}

#top.eight-top-r3 .e2_before_after_labels b {
    color: #fff;
    font-family: "Klee","YuKyokasho","Yu Kyokasho","Hiragino Maru Gothic ProN",cursive;
    font-size: clamp(12px, 1.3vw, 17px);
    font-weight: 700;
    text-shadow: 0 1px 8px rgb(24 35 42 / 70%);
    transform: rotate(-2deg);
}

#top.eight-top-r3 .e2_pet_story {
    position: relative;
}

#top.eight-top-r3 .e2_pet_story_steps {
    position: absolute;
    z-index: 3;
    right: 10px;
    bottom: 46px;
    left: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
}

#top.eight-top-r3 .e2_pet_story_steps li {
    position: relative;
    min-width: 0;
    padding: 8px 6px;
    border: 1px solid rgb(255 255 255 / 76%);
    border-radius: 8px;
    background: rgb(255 253 249 / 91%);
    color: #18232a;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    box-shadow: 0 6px 18px rgb(24 35 42 / 12%);
}

#top.eight-top-r3 .e2_pet_story_steps li:not(:last-child)::after {
    content: "→";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -9px;
    color: #a9365d;
    font-family: "Klee","YuKyokasho","Yu Kyokasho",cursive;
    font-size: 15px;
    transform: translateY(-50%) rotate(-5deg);
}

#top.eight-top-r3 .e2_pet_story_steps span {
    display: block;
    margin-bottom: 2px;
    color: #a9365d;
    font-size: 9px;
    letter-spacing: .08em;
}

#top.eight-top-r3.motion-ready #pet .e2_pet_story_steps li {
    opacity: 0;
    transform: translateY(7px);
    transition: opacity .38s ease, transform .38s ease;
}

#top.eight-top-r3.motion-ready #pet.is-visible .e2_pet_story_steps li {
    opacity: 1;
    transform: none;
}

#top.eight-top-r3.motion-ready #pet.is-visible .e2_pet_story_steps li:nth-child(2) {
    transition-delay: 130ms;
}

#top.eight-top-r3.motion-ready #pet.is-visible .e2_pet_story_steps li:nth-child(3) {
    transition-delay: 260ms;
}

@media (max-width: 767px) {
    #top.eight-top-r3 .e2_handnote {
        font-size: 17px;
    }

    #top.eight-top-r3 .e2_before_after_labels {
        top: 10px;
        right: 10px;
        left: 10px;
        gap: 4px;
    }

    #top.eight-top-r3 .e2_before_after_labels b {
        max-width: 76px;
        font-size: 10px;
        text-align: center;
    }

    #top.eight-top-r3 .e2_before_after_labels span {
        padding: 6px 8px;
        font-size: 9px;
    }

    #top.eight-top-r3 .e2_pet_story_steps {
        bottom: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #top.eight-top-r3 .e2_handnote::after,
    #top.eight-top-r3 .e2_visual_reveal img,
    #top.eight-top-r3 .e2_pet_story_steps li {
        opacity: 1;
        clip-path: none;
        transform: none;
        transition: none;
    }
}

/* RC2.2: final CTA tokens. Keep last so legacy section rules cannot fragment the system. */
#top.eight-top-r3 a.e2_action,
#top.eight-top-r3 a.v21_button,
#top.eight-top-r3 a.btn,
#top.eight-top-r3 a.e6_workshop_banner_link,
#top.eight-top-r3 a.eight-xtool-route__link,
#top.eight-top-r3 a.eight-business-button {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    border-color: var(--eight-r3-rose) !important;
    background: var(--eight-r3-rose) !important;
    color: #fff !important;
}

#top.eight-top-r3 .e2_mv_actions a.e2_action--line,
#top.eight-top-r3 a.e2_action[href*="lin.ee"],
#top.eight-top-r3 a.v21_button[href*="lin.ee"],
#top.eight-top-r3 a.btn[href*="lin.ee"],
#top.eight-top-r3 a.v21_button--line-consultation,
#top.eight-top-r3 a.btn_shop {
    border-color: #06C755 !important;
    background: #06C755 !important;
    color: #fff !important;
}

#top.eight-top-r3 .e2_mv_actions a.e2_action--line:hover,
#top.eight-top-r3 .e2_mv_actions a.e2_action--line:focus-visible,
#top.eight-top-r3 .e2_mv_actions a.e2_action--line:active,
#top.eight-top-r3 a.e2_action[href*="lin.ee"]:hover,
#top.eight-top-r3 a.e2_action[href*="lin.ee"]:focus-visible,
#top.eight-top-r3 a.e2_action[href*="lin.ee"]:active,
#top.eight-top-r3 a.v21_button[href*="lin.ee"]:hover,
#top.eight-top-r3 a.v21_button[href*="lin.ee"]:focus-visible,
#top.eight-top-r3 a.v21_button[href*="lin.ee"]:active,
#top.eight-top-r3 a.btn[href*="lin.ee"]:hover,
#top.eight-top-r3 a.btn[href*="lin.ee"]:focus-visible,
#top.eight-top-r3 a.btn[href*="lin.ee"]:active,
#top.eight-top-r3 a.v21_button--line-consultation:hover,
#top.eight-top-r3 a.v21_button--line-consultation:focus-visible,
#top.eight-top-r3 a.v21_button--line-consultation:active,
#top.eight-top-r3 a.btn_shop:hover,
#top.eight-top-r3 a.btn_shop:focus-visible,
#top.eight-top-r3 a.btn_shop:active {
    border-color: #117044 !important;
    background: #117044 !important;
    color: #fff !important;
}
/* RC2.4 overlap guard: keep layered decoration behind content and isolate CTA/UI hit areas. */
#top.eight-top-r3 :where(.mv, .e2_purpose, .experience, .charm, .v21, .about, .item, .products, .eight-business-top, .e6_workshop_banner, .news, .blog, .access, .cta) { isolation: isolate; }
#top.eight-top-r3 :where(.mv_inner, .e2_section_inner, .experience_inner, .charm_inner, .v21_inner, .about_inner, .item_inner, .products_inner, .eight-business-top__inner, .e6_workshop_banner, .news_inner, .blog_inner, .access_inner, .cta_inner) { position: relative; z-index: 1; }
#top.eight-top-r3 :where(.mv::before, .mv::after, .experience::before, .experience::after, .about::before, .about::after, .blog::before, .blog::after, .top-reference-journal::before) { pointer-events: none; }
#top.eight-top-r3 :where(.e2_action, .btn, .btn_cta, .news_btn, .blog_btn, .btn_reservation, .e2_purpose_card a) { position: relative; z-index: 2; }
#top.eight-top-r3 .e2_purpose_card_visuals { position: relative; z-index: 1; overflow: hidden; }
#top.eight-top-r3 .e2_purpose_card_visuals img { display: block; min-width: 0; }
/* RC2.4 CTA triad: preserve LINE green and rose; third action is navy. */
#top.eight-top-r3 :where(.corporate-actions, #signage .v21_actions, #gift .v21_actions, #pet .v21_actions) .v21_button:nth-child(3),
#top.eight-top-r3 .v21_actions > :nth-child(3) .v21_button,
#top.eight-top-r3 .v21_actions > .v21_button:nth-child(3) {
    border-color: #2F4858 !important;
    background: #2F4858 !important;
    color: #fff !important;
}
#top.eight-top-r3 :where(.corporate-actions, #signage .v21_actions, #gift .v21_actions, #pet .v21_actions) .v21_button:nth-child(3):hover,
#top.eight-top-r3 :where(.corporate-actions, #signage .v21_actions, #gift .v21_actions, #pet .v21_actions) .v21_button:nth-child(3):focus-visible,
#top.eight-top-r3 :where(.corporate-actions, #signage .v21_actions, #gift .v21_actions, #pet .v21_actions) .v21_button:nth-child(3):active {
    border-color: #203746 !important;
    background: #203746 !important;
    color: #fff !important;
}

/* RC2.5: CTA glyphs inherit the approved white link color in every link state. */
#top.eight-top-r3 :is(a.e2_action, a.v21_button, a.btn, a.e6_workshop_banner_link, a.eight-xtool-route__link, a.eight-business-button) :is(span, strong, small, .arrow_box) {
    color: inherit;
}

/* Legacy theme rules explicitly color these children; exceed their specificity without !important. */
#top.eight-top-r3 :is(.cta .cta_inner .btn_cta, .news .news_inner .news_btn, .blog .blog_inner .blog_btn) .btn_text {
    color: inherit;
}

#top.eight-top-r3 :is(.cta .cta_inner .btn_cta, .news .news_inner .news_btn, .blog .blog_inner .blog_btn) .arrow_box .icon_arrow {
    stroke: currentColor;
}

/* RC2.6: allow only the final CTA to use the available tablet width. */
@media (min-width: 641px) and (max-width: 1024px) {
    #top.eight-top-r3 #spec-15-final-cta {
        grid-template-columns: minmax(0, 1fr);
    }

    #top.eight-top-r3 #spec-15-final-cta .cta_inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
        min-width: 0;
        gap: 12px;
    }

    #top.eight-top-r3 #spec-15-final-cta .cta_inner .btn_cta {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        white-space: normal;
    }
}

/* RC2.8: content follows the reading order; overlays are limited to short image labels. */
#top.eight-top-r3 #top-hero .e2_mv_position {
    position: static;
    display: block;
    margin: 0 0 14px;
    font-size: clamp(18px, 1.4vw, 20px);
    line-height: 1.5;
}
#top.eight-top-r3 #top-hero .e2_handnote {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 0 15px;
    line-height: 1.5;
}
#top.eight-top-r3 #top-hero .mv_title { position: static; margin: 0; }
#top.eight-top-r3 #top-hero .e2_mv_notice { max-width: 58ch; line-height: 1.75; }

#top.eight-top-r3 #purpose .e2_handnote { margin: 16px 0 12px; line-height: 1.5; }
#top.eight-top-r3 #purpose .e2_section_lead { margin: 0; }
#top.eight-top-r3 #purpose .e2_purpose_grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
#top.eight-top-r3 #purpose .e2_purpose_card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    min-width: 0;
    height: auto;
    gap: 10px;
    padding: 18px;
    border: 1px solid var(--eight-r3-line);
    border-top: 2px solid var(--eight-r3-ink);
}
#top.eight-top-r3 #purpose .e2_purpose_card :is(.e2_purpose_number, .e2_purpose_title, .e2_purpose_text, .e2_image_label, .e2_purpose_arrow) {
    position: static;
    transform: none;
    width: auto;
    margin: 0;
    padding: 0;
    line-height: 1.55;
}
#top.eight-top-r3 #purpose .e2_purpose_card .e2_purpose_title { font-size: clamp(18px, 1.8vw, 23px); font-weight: 700; }
#top.eight-top-r3 #purpose .e2_purpose_card .e2_purpose_text { font-size: 15px; }
#top.eight-top-r3 #purpose .e2_purpose_card .e2_purpose_card_visuals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 8px;
    width: 100%;
    height: auto;
    margin: 8px 0 0;
    overflow: visible;
}
#top.eight-top-r3 #purpose .e2_purpose_card .e2_purpose_card_image {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 280px;
    margin: 8px 0 0;
    object-fit: contain;
    transform: none;
}
#top.eight-top-r3 #purpose .e2_purpose_card .e2_purpose_card_visuals .e2_purpose_card_image { margin: 0; }
#top.eight-top-r3 #purpose .e2_purpose_card .e2_purpose_arrow { margin-top: auto; align-self: flex-end; font-size: 24px; }
#top.eight-top-r3 #purpose .e2_purpose_process_link { margin: 30px 0 0; }
#top.eight-top-r3 #purpose .e2_purpose_process_link a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 8px;
    background: var(--eight-r3-rose);
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    text-decoration: none;
}
#top.eight-top-r3 #purpose .e2_purpose_process_link a:is(:visited, :hover, :focus-visible, :active) { color: #fff; }
#top.eight-top-r3 .e28_web_support {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(18px, 4vw, 48px);
    margin-top: 48px;
    padding: clamp(20px, 3vw, 32px);
    background: #f7f8f7;
    border: 1px solid var(--eight-r3-line);
    border-radius: 12px;
}
#top.eight-top-r3 .e28_web_support__copy { min-width: 0; }
#top.eight-top-r3 .e28_web_support__copy :is(h3, p) { position: static; margin: 0 0 12px; line-height: 1.6; }
#top.eight-top-r3 .e28_web_support__copy .e28_web_support__eyebrow { font-size: 13px; color: var(--eight-r3-rose); }
#top.eight-top-r3 .e28_web_support__copy h3 { font-size: clamp(22px, 2.3vw, 30px); }
#top.eight-top-r3 .e28_web_support img { width: 100%; height: auto; border-radius: 8px; }
#top.eight-top-r3 .e28_web_support a,
#top.eight-top-r3 .e28_profile a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 20px;
    border-radius: 8px;
    background: #2F4858;
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
}
#top.eight-top-r3 .e28_web_support a:is(:visited, :hover, :focus-visible, :active),
#top.eight-top-r3 .e28_profile a:is(:visited, :hover, :focus-visible, :active) { color: #fff; }

#top.eight-top-r3 .experience .experience_inner .experience_title_box,
#top.eight-top-r3 .experience .experience_inner .experience_text_box { min-width: 0; position: static; }
#top.eight-top-r3 .experience .experience_inner .experience_title_box .experience_title {
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.4;
    overflow-wrap: anywhere;
}
#top.eight-top-r3 .experience .experience_inner .experience_text { line-height: 1.8; }

#top.eight-top-r3 .charm .charm_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
#top.eight-top-r3 .charm .charm_list .charm_item,
#top.eight-top-r3 .charm .charm_list .charm_item.reverse {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    height: auto;
    padding: 0 0 18px;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--eight-r3-line);
}
#top.eight-top-r3 .charm .charm_list .charm_item .charm_image {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}
#top.eight-top-r3 .charm .charm_list .charm_item .charm_image .image_box { position: static; display: block; width: 100%; height: auto; }
#top.eight-top-r3 .charm .charm_list .charm_item .charm_image img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
#top.eight-top-r3 .charm .charm_list .charm_item .charm_label {
    position: static;
    inset: auto;
    display: block;
    width: fit-content;
    margin: 8px 18px 0;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.4;
}
#top.eight-top-r3 .charm .charm_list .charm_item .cham_content_box,
#top.eight-top-r3 .charm .charm_list .charm_item .charm_content {
    position: static;
    inset: auto;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
#top.eight-top-r3 .charm .charm_list .charm_item .cham_content_box { padding: 0 18px; }
#top.eight-top-r3 .charm .charm_list .charm_item :is(.charm_list_title, .charm_list_text) { position: static; margin: 0 0 8px; line-height: 1.6; }
#top.eight-top-r3 .charm .charm_list .charm_item .charm_list_title { font-size: 20px; }
#top.eight-top-r3 .charm .charm_list .charm_item .charm_list_text { font-size: 14px; }
#top.eight-top-r3 .e28_workshop { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; margin-top: 32px; padding: 20px; border: 1px solid var(--eight-r3-line); }
#top.eight-top-r3 .e28_workshop img { width: 100%; height: auto; }
#top.eight-top-r3 .e28_workshop__copy :is(p, h3) { position: static; margin: 0 0 12px; line-height: 1.65; }
#top.eight-top-r3 .e28_workshop__copy h3 { font-size: 25px; }
#top.eight-top-r3 .e28_workshop__copy .charm_workshop_eyebrow { font-size: 14px; }

#top.eight-top-r3 #business .about_inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(20px, 3vw, 42px);
}
#top.eight-top-r3 #business .about_content,
#top.eight-top-r3 #business .about_image { grid-column: auto; grid-row: auto; position: static; min-width: 0; width: auto; height: auto; }
#top.eight-top-r3 #business .about_image .image_box { width: 100%; height: auto; position: relative; }
#top.eight-top-r3 #business .about_image .image_box img { display: block; width: 100%; height: auto; object-fit: contain; }
#top.eight-top-r3 #business .e2_before_after_labels b { padding: 5px 8px; border-radius: 5px; background: rgba(47, 72, 88, .92); color: #fff; }
#top.eight-top-r3 #business .about_image > .e2_image_label { position: static; display: block; margin: 8px 0 0; padding: 0; font-size: 12px; line-height: 1.5; }
#top.eight-top-r3 #business .corporate-actions { grid-column: 1 / -1; grid-row: auto; margin-top: 8px; }
#top.eight-top-r3 .e28_profile {
    display: grid;
    grid-template-columns: minmax(0, 32%) minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    width: min(var(--eight-r3-max), calc(100% - 40px));
    margin: 0 auto 70px;
    padding: 24px;
    background: #f7f8f7;
}
#top.eight-top-r3 .e28_profile img { display: block; width: 100%; max-height: 360px; height: auto; object-fit: contain; }
#top.eight-top-r3 .e28_profile__copy :is(h2, p) { position: static; margin: 0 0 12px; line-height: 1.65; }
#top.eight-top-r3 .e28_profile__copy h2 { font-size: clamp(25px, 2.5vw, 34px); }
#top.eight-top-r3 #spec-12-blog .blog_title_box { display: flex; flex-direction: column; align-items: center; text-align: center; }
#top.eight-top-r3 #spec-12-blog .blog_title_box :is(.ja, .en) { position: static; width: auto; margin-inline: auto; text-align: center; }
#top.eight-top-r3 #gift .eight-top-photo-card img { object-fit: contain; }

@media (max-width: 1024px) {
    #top.eight-top-r3 .charm .charm_list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    #top.eight-top-r3 #top-hero .e2_mv_position { font-size: clamp(15px, 4vw, 17px); line-height: 1.55; }
    #top.eight-top-r3 #top-hero .e2_handnote { margin-bottom: 14px; }
    #top.eight-top-r3 #top-hero .e2_mv_notice { font-size: 13px; line-height: 1.75; }
    #top.eight-top-r3 #purpose .e2_purpose_grid { grid-template-columns: minmax(0, 1fr); }
    #top.eight-top-r3 #purpose .e2_purpose_card { width: 100%; }
    #top.eight-top-r3 #purpose .e2_purpose_card .e2_purpose_card_visuals { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #top.eight-top-r3 #purpose .e2_purpose_card .e2_purpose_card_image { max-height: 220px; }
    #top.eight-top-r3 .e28_web_support,
    #top.eight-top-r3 .e28_profile,
    #top.eight-top-r3 .e28_workshop,
    #top.eight-top-r3 #business .about_inner { grid-template-columns: minmax(0, 1fr); }
    #top.eight-top-r3 .charm .charm_list { grid-template-columns: minmax(0, 1fr); }
    #top.eight-top-r3 #business .about_content,
    #top.eight-top-r3 #business .about_image { grid-column: 1; }
    #top.eight-top-r3 .experience .experience_inner { grid-template-columns: minmax(0, 1fr); grid-template-areas: "title" "copy" "photo"; }
    #top.eight-top-r3 .experience .experience_inner .experience_title_box .experience_title { font-size: clamp(27px, 7vw, 34px); }
    #top.eight-top-r3 .e28_profile img { max-height: 420px; }
}

/* RC2.9 final visual guards. */
#top.eight-top-r3 .charm .charm_list .charm_item .charm_content.charm_content_01,
#top.eight-top-r3 .charm .charm_list .charm_item .charm_content.charm_content_02,
#top.eight-top-r3 .charm .charm_list .charm_item .charm_content.charm_content_03 { background-image: none; }
#top.eight-top-r3 .charm .charm_title_box::after { display: none; }
#top.eight-top-r3 #business .e2_handnote { position: static; display: block; margin: 0 0 12px; line-height: 1.5; }
#top.eight-top-r3 #gift #gift-title .gift-word { white-space: nowrap; }

/* The legacy illustration has no safe gap between the logo and navigation
   at these desktop widths; keep it at widths where the gap is sufficient. */
@media (min-width: 1301px) and (max-width: 1560px) {
    body.home #pc_header.header .header_inner .header_right::before { display: none; }
}

/* RC2.14: extend CHARM in a 3 + 2 rhythm without legacy last-card geometry. */
#top.eight-top-r3 .charm .charm_list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
#top.eight-top-r3 .charm .charm_list .charm_item {
    grid-column: span 2;
}
#top.eight-top-r3 .charm .charm_list .charm_item.charm_item--detail {
    grid-column: span 3;
}
#top.eight-top-r3 .charm .charm_list .charm_item.charm_item--detail:last-child {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    grid-template-rows: none;
    align-items: stretch;
}
#top.eight-top-r3 .charm .charm_list .charm_item.charm_item--detail:last-child .charm_image,
#top.eight-top-r3 .charm .charm_list .charm_item.charm_item--detail:last-child .cham_content_box {
    grid-column: auto;
    grid-row: auto;
}
#top.eight-top-r3 .charm .charm_list .charm_item.charm_item--detail:last-child .cham_content_box {
    padding: 0 18px;
}
#top.eight-top-r3 .charm .charm_list .charm_item--detail .charm_content {
    background: none;
}
#top.eight-top-r3 .charm .charm_list .charm_item--detail .charm_title_suffix {
    white-space: nowrap;
}
#top.eight-top-r3 .charm .charm_list .charm_item--detail .charm_detail_link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    max-width: 100%;
    margin: 14px 0;
    padding: 12px 18px;
    border-radius: 6px;
    background: var(--eight-r3-ink);
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}
#top.eight-top-r3 .charm .charm_list .charm_item--detail .charm_detail_link:is(:visited, :hover, :focus-visible, :active) {
    color: #fff;
}
#top.eight-top-r3 .charm .charm_list .charm_item--detail .charm_detail_link:focus-visible {
    outline: 2px solid var(--eight-r3-ink);
    outline-offset: 3px;
}
#top.eight-top-r3 .charm .charm_list .charm_item--detail .charm_detail_note {
    position: static;
    margin: 0;
    color: var(--eight-r3-ink);
    font-size: 12px;
    line-height: 1.65;
}
@media (max-width: 1024px) {
    #top.eight-top-r3 .charm .charm_list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #top.eight-top-r3 .charm .charm_list .charm_item,
    #top.eight-top-r3 .charm .charm_list .charm_item.charm_item--detail { grid-column: auto; }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #top.eight-top-r3 .charm .charm_list .charm_item:nth-child(3) {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
        grid-template-rows: auto 1fr;
        align-items: start;
    }
    #top.eight-top-r3 .charm .charm_list .charm_item:nth-child(3) .charm_image {
        grid-column: 1;
        grid-row: 1 / 3;
        height: 100%;
        min-height: 280px;
    }
    #top.eight-top-r3 .charm .charm_list .charm_item:nth-child(3) .charm_image .image_box,
    #top.eight-top-r3 .charm .charm_list .charm_item:nth-child(3) .charm_image img {
        height: 100%;
    }
    #top.eight-top-r3 .charm .charm_list .charm_item:nth-child(3) .charm_image img {
        aspect-ratio: auto;
    }
    #top.eight-top-r3 .charm .charm_list .charm_item:nth-child(3) .charm_label {
        grid-column: 2;
        grid-row: 1;
    }
    #top.eight-top-r3 .charm .charm_list .charm_item:nth-child(3) .cham_content_box {
        grid-column: 2;
        grid-row: 2;
    }
}
@media (max-width: 767px) {
    #top.eight-top-r3 .charm .charm_list { grid-template-columns: minmax(0, 1fr); }
}

/* RC2.15: route video directly below the ACCESS map. */
#top.eight-top-r3 .access_route_video {
    box-sizing: border-box;
    width: min(100% - 40px, 1160px);
    margin: clamp(32px, 4vw, 56px) auto 0;
}
#top.eight-top-r3 .access_route_video h3 {
    margin: 0 0 12px;
    font-size: clamp(21px, 2.3vw, 28px);
    line-height: 1.45;
}
#top.eight-top-r3 .access_route_video p {
    margin: 0 0 22px;
    line-height: 1.75;
}
#top.eight-top-r3 .access_route_video_frame {
    width: 100%;
    aspect-ratio: 16 / 9;
}
#top.eight-top-r3 .access_route_video_frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (max-width: 767px) {
    #top.eight-top-r3 .access_route_video {
        width: min(100% - 32px, 560px);
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    #top.eight-top-r3 #gift .v21_inner { grid-template-columns: minmax(0, 1fr); }
    #top.eight-top-r3 #pet .v21_inner { grid-template-columns: minmax(0, 1fr); }
}
