/* Keep the existing header layout, using one matching font for all five labels. */
.head01_03 > ul > li a.nccraft-header-nav {
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 156 / 70;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}
.nccraft-header-nav__jp {
    color: #626262;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
    font-weight: 900;
    -webkit-text-stroke: .35px currentColor;
    font-size: clamp(10px, .94vw, 15px);
    letter-spacing: .12em;
    line-height: 1.3;
}
.nccraft-header-nav__en {
    color: #0b83c5;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: clamp(7px, .55vw, 9px);
    letter-spacing: .15em;
    line-height: 1.7;
}
