/* Use the preloaded local font so the page never waits for Google Fonts. */
@font-face {
    font-family: "Kiwi Maru";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/wp-content/mu-plugins/kiwi-maru-fukuoka-city-v1.woff2") format("woff2");
}

body.alice-nagasaki-stories-native-static {
    font-family: "Kiwi Maru", sans-serif;
}

/* The legacy reveal script is not loaded: show every page element immediately. */
body.alice-nagasaki-stories-native-static .fadeUp,
body.alice-nagasaki-stories-native-static .fadeLeft,
body.alice-nagasaki-stories-native-static .fadeRight {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* Keep each experience card visually separate after the former slider is made static. */
body.alice-nagasaki-stories-native-static #nagasaki2_01 .tokyo-static-list > li.inner + li.inner {
    margin-top: 28px !important;
}

/* nagasaki-stories-menu-typography-sync: keep the area menu identical to other Nagasaki pages. */
body.alice-nagasaki-stories-native-static #arealist ul li a,
body.alice-nagasaki-stories-native-static #arealist ul li a span {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
