@font-face {
    font-family: 'EventFontR';
    src:url('../../font/MPLUS1p-Regular-jp.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'EventFontD';
    src:url('../../font/MPLUS1p-Medium-jp.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'EventFontB';
    src:url('../../font/MPLUS1p-Bold-jp.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'EventFontH';
    src:url('../../font/MPLUS1p-ExtraBold-jp.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'EventFontR', sans-serif;
    font-weight: 400;
    font-feature-settings: "liga" 1, "calt" 1, "tnum" 1, "lnum" 1;
}
.d{
    font-family: 'EventFontD', sans-serif;
    font-weight: 600;
}
.b{
    font-family: 'EventFontB', sans-serif;
    font-weight: 800;
}
.h{
    font-family: 'EventFontH', sans-serif;
    font-weight: 900;
}