html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    color: #2c3e50 !important;
    font-family: 'Hannotate SC','Chalkboard SE','ＭＳ 明朝', 'MS Mincho',sans-serif !important;
}
body::-webkit-scrollbar {
    display: none;
}

header {
    background-color: #659AD2;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}


footer {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 12px 0 12px 12px;
}

.footer__title {
    margin-bottom: 5px;
}

.footer__link {
    display: inline-flex;
    align-items: center
}

@media screen and (max-width: 1179px) {
    footer {
        position: unset;
        left: unset;
        bottom: unset;
        width: 100%;
        padding: 4px 0;
        text-align: center;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
    }
    .footer__title {
        margin-bottom: 5px;
    }
    .footer__link {
        display: inline-flex;
        align-items: center
    }
}