/*---------------------------------------------------------
                footer
---------------------------------------------------------*/

footer {
    margin-top: 80px;
    width: 100vw;
    height: 50px;
}

footer .f-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: var(--bg-color);
}

footer .f-content small {
    color: var(--text-color02);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.12em;
}