@charset "utf-8";

/* ==========================================================

    font-family

========================================================== */
.ff_yomogi       { font-family: "Yomogi", cursive !important;}
.ff_zenMaru      { font-family: "Zen Maru Gothic", serif !important;}
.ff_indieFlower    { font-family: "Indie Flower", cursive !important;}
.ff_zenKurenaido { font-family: "Zen Kurenaido", sans-serif !important;}


.ff_fredericka {
    font-family: "Fredericka the Great", serif !important;
    font-weight: 400 !important;
}




/* ==========================================================

    font-size

========================================================== */
.fz24 { font-size: 24px !important;}

/* SP（600以上） */
@media screen and (max-width: 600px) {
    .fz24 { font-size: 20px !important;}
}







