
/*================================================*/
@media screen and (max-width: 767px) {
/*================================================*/

/*----------------------------------------*/
:root {
    --width-base: 375; /* デザインの基準幅 */
}
.lsize {
    display: none !important;
}

/*----------------------------------------*/
.upd-c-footer {
    border-top: min(calc(3 * var(--min)), calc(3 * var(--max))) solid #000;
}

/*----------------------------------------*/
.c-footerPagetop__icon {
    display: none !important;
}

/*================================================*/
} /* end of media query */
/*================================================*/
