@charset "UTF-8";

/* Lato-Black */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(/assets/fonts/Lato/Lato-Black.woff) format('woff');
}

/* Lato-Black Italic */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    src: url(/assets/fonts/Lato/Lato-BlackItalic.woff) format('woff');
}

/* Lato-Bold */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/Lato/Lato-Bold.woff) format('woff');
}

/* Lato-Bold Italic */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url(/assets/fonts/Lato/Lato-BoldItalic.woff) format('woff');
}

/* Lato Regular */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/Lato/Lato-Regular.woff) format('woff');
}

/* Lato Italic */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url(/assets/fonts/Lato/Lato-Italic.woff) format('woff');
}

/* Lato-Light */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url(/assets/fonts/Lato/Lato-Light.woff) format('woff');
}

/* Lato-Light Italic */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url(/assets/fonts/Lato/Lato-LightItalic.woff) format('woff');
}

/* Lato-Thin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: url(/assets/fonts/Lato/Lato-Thin.woff) format('woff');
}

/* Lato-Thin Italic */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 100;
    src: url(/assets/fonts/Lato/Lato-ThinItalic.woff) format('woff');
}


/* Noto Sans JP Black */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    src: url(/assets/fonts/Noto_Sans_JP/NotoSansJP-Black.woff) format('woff');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 800;
    src: url(/assets/fonts/Noto_Sans_JP/NotoSansJP-Black.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/Noto_Sans_JP/NotoSansJP-Black.woff) format('woff');
}

/* Noto Sans JP Bold */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 600;
    src: url(/assets/fonts/Noto_Sans_JP/NotoSansJP-Bold.woff) format('woff');
}

/* Noto Sans JP Bold */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: url(/assets/fonts/Noto_Sans_JP/NotoSansJP-Bold.woff) format('woff');
}

/* Noto Sans JP Medium */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/Noto_Sans_JP/NotoSansJP-Medium.woff) format('woff');
}

/* Noto Sans JP Regular */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 300;
    src: url(/assets/fonts/Noto_Sans_JP/NotoSansJP-Regular.woff) format('woff');
}

/* Noto Sans JP Thin */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 100;
    src: url(/assets/fonts/Noto_Sans_JP/NotoSansJP-Thin.woff) format('woff');
}

