@charset "UTF-8";


@font-face {
    /* 日本語フォント */
    font-family: 'jp';
    src: url('./font/MPLUS1p-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /* タイトルフォント */
    font-family: 'title';
    src: url('./font/MissFajardose-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /* placeholderフォント */
    font-family: 'ut';
    src: url('./font/UtsukushiFONT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
