@charset "UTF-8";

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Roboto-Medium-sub.woff2') format('woff2'),
		url('fonts/Roboto-Medium-sub.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: NotoSansJP;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/NotoSansJP-Regular.woff2') format('woff2'),
		url('fonts/NotoSansJP-Regular.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: NotoSansJP;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/NotoSansJP-Medium.woff2') format('woff2'),
		url('fonts/NotoSansJP-Medium.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: NotoSansJP;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/NotoSansJP-Bold.woff2') format('woff2'),
		url('fonts/NotoSansJP-Bold.woff') format('woff');
    font-display: swap;
}