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