@charset "utf-8";

/* ぷちくまフォント */
@font-face{ /* Reguler */
    font-family: 'PutiKuma';
    src: url('../font/PutikumaSub.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face{ /* Light */
    font-family: 'PutiKuma';
    src: url('../font/PutikumaSub-L.woff2') format('woff2');
    font-weight: light;
    font-style: normal;
}
@font-face{ /* Bold */
    font-family: 'PutiKuma';
    src: url('../font/PutikumaSub-B.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

/* さなフォント麦 */
@font-face{ 
    font-family: 'SanafonMugi';
    src: url('../font/SNsanafonMugi_Sub.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* cinecaption227sub.woff2 */
@font-face{ 
    font-family: 'CineCaption';
    src: url('../font/cinecaption227sub.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

