@charset "utf-8";

/* tab sp */

@media only screen and (max-width: 1100px) {
    #header-fixed {
        display: block;
    }
    #header {
        top: var(--header-fixed-height);
    }
    #js-withdrawal #header {
        top: 0;
    }
}
