﻿@charset "UTF-8";

/* font face
---------------------------------------------------- */
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSerifCJKjp-Regular.woff') format('woff'),
         url('../fonts/NotoSerifCJKjp-Regular.woff2') format('woff2');
 }
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/NotoSerifCJKjp-Medium.woff') format('woff'),
         url('../fonts/NotoSerifCJKjp-Medium.woff2') format('woff2');
 }
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/NotoSerifCJKjp-SemiBold.woff') format('woff'),
         url('../fonts/NotoSerifCJKjp-SemiBold.woff2') format('woff2');
 }
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSerifCJKjp-Bold.woff') format('woff'),
         url('../fonts/NotoSerifCJKjp-Bold.woff2') format('woff2');
 }
