/* Japanese about-page application cards: allow each label its full width. */
@media (min-width: 1025px) {
    .about-info-4 .tab-content-1 .content-img > .flex {
        gap: 4px;
    }
    .about-info-4 .tab-content-1 .content-img .content-img-line {
        --label-chars: 7;
        font-size: clamp(17px, 1.15vw, 22px);
        flex: 1 1 calc(var(--label-chars) * 1em + 24px);
        min-width: calc(var(--label-chars) * 1em + 20px);
        width: auto;
        margin-right: 0;
        transition: flex-grow .5s;
    }

    .about-info-4 .tab-content-1 .content-img .content-img-line > a {
        isolation: isolate;
    }

    .about-info-4 .tab-content-1 .content-img .content-img-line > a::after {
        z-index: 0;
        pointer-events: none;
    }
    .about-info-4 .tab-content-1 .content-img .content-img-line:nth-child(1) { --label-chars: 8; }
    .about-info-4 .tab-content-1 .content-img .content-img-line:nth-child(2) { --label-chars: 11; }
    .about-info-4 .tab-content-1 .content-img .content-img-line:nth-child(3),
    .about-info-4 .tab-content-1 .content-img .content-img-line:nth-child(7) { --label-chars: 4; }
    .about-info-4 .tab-content-1 .content-img .content-img-line:nth-child(4) { --label-chars: 9; }
    .about-info-4 .tab-content-1 .content-img .content-img-line:nth-child(8) { --label-chars: 6; }
    .about-info-4 .tab-content-1 .content-img .content-img-line:hover { flex-grow: 3; }
    .about-info-4 .tab-content-1 .content-img .content-img-line .zi { left: 10px; right: 10px; }
    .about-info-4 .tab-content-1 .content-img .content-img-line .zi p {
        font-size: inherit;
        white-space: nowrap;
    }

    .about-info-4 .tab-content-1 .content-img .content-img-line .zi {
        bottom: 30px;
        z-index: 2;
        transition: transform .42s cubic-bezier(.22, 1, .36, 1);
    }

    .about-info-4 .tab-content-1 .content-img .content-img-line .more {
        right: auto;
        left: 10px;
        bottom: 30px;
        z-index: 3;
        transform: translateY(12px);
        pointer-events: none;
        transition: opacity .3s ease .08s, transform .42s cubic-bezier(.22, 1, .36, 1) .08s;
    }

    .about-info-4 .tab-content-1 .content-img .content-img-line .more span {
        z-index: auto;
    }

    .about-info-4 .tab-content-1 .content-img .content-img-line:hover .zi,
    .about-info-4 .tab-content-1 .content-img .content-img-line:focus-within .zi {
        transform: translateY(-52px);
    }

    .about-info-4 .tab-content-1 .content-img .content-img-line:hover .more,
    .about-info-4 .tab-content-1 .content-img .content-img-line:focus-within .more {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-info-4 .tab-content-1 .content-img .content-img-line .zi,
    .about-info-4 .tab-content-1 .content-img .content-img-line .more {
        transition: none;
    }
}
