@charset "UTF-8";
/* gothic */
.font-gothic{
    font-family:
        "游ゴシック",
        "ヒラギノ角ゴ ProN W3",
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        "メイリオ",
        "Meiryo",
        sans-serif;
}

.font-Noto_Sans_JP{
    font-family: 'Noto Sans JP', sans-serif;
}

.font-Noto_Sans_JP_Light{
    font-family: 'Noto Sans JP Light', sans-serif;
}

.font-Noto_Sans_JP_Regular{
    font-family: 'Noto Sans JP Regular', sans-serif;
}

.font-Noto_Sans_JP_Medium{
    font-family: 'Noto Sans JP Medium', sans-serif;
}

.font-Noto_Sans_JP_Bold{
    font-family: 'Noto Sans JP Bold', sans-serif;
}

.font-Noto_Sans_JP-Black{
    font-family: 'Noto Sans JP Black', sans-serif;
}

/* mincho */
.font-MINCHO{
    font-family:
        "游明朝",
        "Yu Mincho",
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "MS P明朝",
        "MS PMincho",
        serif; 
}

.font-Noto_Sans_JP-MINCHO{
    font-family: "Noto Serif JP Black", sans-serif;
}