/* ARIEL OFFICIAL GLOBAL VISUAL POLISH START 20260815 */

.site-header.site-header--official {
    display: block;
    width: min(100%, 520px);
    max-width: 520px;
    margin: 0 auto;
    box-sizing: border-box;
}

.site-header.site-header--official .site-header__inner {
    width: 100%;
    max-width: none;
    min-height: 64px;
    margin: 0;
    padding: 7px 16px 8px;
    box-sizing: border-box;
}

@media (min-width: 900px) {
    html {
        min-height: 100%;
        background-color: #eaf9fd;
        background-image: url("../images/sky/ariel-recruit-desktop-side-bg-anime-cover.webp");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        background-attachment: fixed;
    }

    body {
        min-height: 100%;
        background-color: transparent !important;
        background-image: none !important;
    }
}

/* ARIEL OFFICIAL GLOBAL VISUAL POLISH END 20260815 */
