@charset "UTF-8";

/* ------------------------------------------- CSS Information
File Name:      fonts.css
Author:         Kotobuki co.,ltd.
Style Info:     フォントセッティング
----------------------------------------------------------- */

/* ----------------------- Basic Style */
/* ------------ GoogleFonts Style */

/* noto-sans-jp-100 - latin */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/noto-sans-jp-v28-latin-100.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/noto-sans-jp-v28-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/noto-sans-jp-v28-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
}

/* noto-sans-jp-regular - latin */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-jp-v28-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/noto-sans-jp-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/noto-sans-jp-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
}

/* noto-sans-jp-700 - latin */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-jp-v28-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/noto-sans-jp-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/noto-sans-jp-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
}