@charset "utf-8";

/*--------------------------------------------------------------
# Noto Sans JP
--------------------------------------------------------------*/

@font-face {
    font-family: 'NotoSansJP';
    font-weight: 400;
    src: url(NotoSansJP-Regular.ttf) format('opentype');
   }
@font-face {
    font-family: 'NotoSansJP';
    font-weight: 500;
    src: url(NotoSansJP-Medium.ttf) format('opentype');
}
@font-face {
    font-family: 'NotoSansJP';
    font-weight: 600;
    src: url(NotoSansJP-SemiBold.ttf) format('opentype');
}

/*--------------------------------------------------------------
# Open Sans
--------------------------------------------------------------*/
@font-face {
    font-family: 'OpenSans';
    font-weight: 400;
    src: url(OpenSans-Regular.ttf) format('truetype');
   }
@font-face {
    font-family: 'OpenSans';
    font-weight: 700;
    src: url(OpenSans-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'OpenSans';
    font-weight: 800;
    src: url(OpenSans-ExtraBold.ttf) format('truetype');
}