/* PC */
@media screen and (min-width: 1280px) {
    footer {
        padding: 0 50px;
    }
}

footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100vw;

    color: white;
    background-color: var(--highlight-color-darken);
    z-index: 990;
}
footer.PC {
    height: 80px;
}
footer.MO_TA {
    height: 130px;
}
footer.MO_TA > div > div:first-child {
    height: 50px;
    background-image: url(/res/sections/section2/bg.jpg);
    background-position: center;
}

.footer__MOBILE--bt:first-child {
    background-color: #9a2e3c;
}
.footer__MOBILE--bt:last-child {
    background-color: #6d3239;
}
.footer__form--MOBILE {
    background-image: url(/res/sections/section2/bg.jpg);
    background-position: center;
}

footer.PC > form > input,
footer.PC > form > select {
    width: 100px;
    margin: 5px;
}
footer.PC > form > div {
    margin: 5px;
}
footer.PC > form > input[type='submit'] {
    width: 150px;
}
