@font-face {
    font-family: 'GenEiGothicP';
    font-style: normal;
    font-weight: normal;
    src: local("GenEiGothicP-Regular"),
    url('./font/GenEiGothicP-Regular.woff2') format('woff2'),
    url('./font/GenEiGothicP-Regular.woff') format('woff'),
    url('./font/GenEiGothicP-Regular.otf') format('opentype');
}


@font-face {
    font-family: 'GenEiGothicP';
    font-style: normal;
    font-weight: bold;
    src: local("GenEiGothicP-Bold"),
    url('./font/GenEiGothicP-Bold.woff2') format('woff2'),
    url('./font/GenEiGothicP-Bold.woff') format('woff'),
    url('./font/GenEiGothicP-Bold.otf') format('opentype');
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: normal;
    src: url("./font/YakuHanJP-Regular.woff2") format("woff2"),
    url("./font/YakuHanJP-Regular.woff") format("woff");
}


@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: bold;
    src: url("./font/YakuHanJP-Bold.woff2") format("woff2"),
    url("./font/YakuHanJP-Bold.woff") format("woff");
}

body{
    font-family:  "ＭＳ Ｐゴシック", "MS PGothic", 'YakuHanJP', 'arial', 'GenEiGothicP', "GenEiGothicP", 'メイリオ', 'Meiryo', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}