footer {
    height: var(--mobile-tab-bar-height, 75px)
}

.pc-home-bg {
    background: url(../img/BlTAscDS.svg) center top / contain no-repeat
}

.pcheader-componentsPc-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.pcheader-componentsPc-box-bg:after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    background-color: var(--page-background)
}

.show-pc-header-bg {
    background: var(--page-background)
}
