@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Roboto&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}
.mplus{
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
}
.br_sp{
    display: none !important;
}
@media only screen and (max-width:500px) {
    .br_sp{
        display: block !important;
    }
    .br_pc{
        display: none !important;
    }
}