/* --------------------------------------------------------------------------
UPDATE
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    .ly-section__header > .mc-header-lv2 {
        margin-bottom: calc(60 / var(--font) * 1rem);
    }
}
@media all and (max-width: 767px) {
    .ly-section__header > .mc-header-lv2 {
        margin-bottom: calc(30 / var(--font) * 1rem);
    }
}
/* --------------------------------------------------------------------------
ABOUT
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    .about-section {
    }
    .about-section__inner {
    }
    .about-section__body {
    }
    .about-content {
    }
}
@media all and (max-width: 767px) {
    .about-section {
    }
    .about-section__inner {
    }
    .about-section__body {
    }
    .about-content {
    }
}

/* --------------------------------------------------------------------------
NISHIYA
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    .nishiya-section {
    }
    .nishiya-section__inner {
    }
    .nishiya-section__body {
    }
    .nishiya-content {
    }
}
@media all and (max-width: 767px) {
    .nishiya-section {
    }
    .nishiya-section__inner {
    }
    .nishiya-section__body {
    }
    .nishiya-content {
    }
}