@charset "utf-8";
#page-frame__footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    color: var(--color-white);
    /*background-color: var(--color-black);*/
    padding: 20px 0 20px;
}

.footer-main {}
.footer-main__inner {}

.footer-bottom {
    position: relative;
}

.footer-info {
    color: var(--color-white-half);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.footer-copyright {
    color: var(--color-white-half);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {

}
@media screen and (min-width: 992px) {

}