body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #4F4D49;
    font-weight: 500;
}

._font-Serif {
    font-family: 'Noto Serif JP', serif;
}

._font-Inter {
    font-family: 'Inter', sans-serif;
}

._font-Caveat {
    font-family: 'Caveat', cursive;
}

._font-Maru {
    font-family: 'Zen Maru Gothic', sans-serif;
}

._text-shadow-white {
    text-shadow:
    -0.5px -0.5px 0 #fff,
     0.5px -0.5px 0 #fff,
    -0.5px  0.5px 0 #fff,
     0.5px  0.5px 0 #fff;
}

._text-shadow-white-2 {
    text-shadow:
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff;
}

@media only screen and (min-width: 768px) {
    ._text-shadow-none-pc {
        text-shadow: none;
    }
}