/*---------------------------------------------------------
                header
---------------------------------------------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 50px;
    background: var(--bg-color);
}

header .h-content {
    display: flex;
    align-items: center;
    padding: 0 48px;
    width: 100%;
    height: 100%;
}

header .h-content a {
    width: 80px;
}

header .h-content a svg {
    width: 100%;
}