*:not(i) {
    font-family: 'Zen Maru Gothic' !important;
}

body {
    background-color: var(--ba-pop-gray1);
}

header {
    z-index: 8;
    position: fixed;
    width: 100%;
}

.bg-ba {
    background-color: var(--ba-pop-gray3);
}

main {
    min-height: calc(100vh - 30px - 2px);
    padding-top: 72px;
}

footer {
    height: 30px;
}

.wr-copy {
    text-align: center;
}
