@charset "utf-8";
/* ===================================================================
 Noto Sans Japanese 
=================================================================== */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(./font/noto/NotoSansCJKjp-DemiLight.min.woff2) format('woff2'),
       url(./font/noto/NotoSansCJKjp-DemiLight.min.woff) format('woff')
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(./font/noto/NotoSansCJKjp-Medium.min.woff2) format('woff2'),
       url(./font/noto/NotoSansCJKjp-Medium.min.woff) format('woff')
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(./font/noto/NotoSansCJKjp-Bold.min.woff2) format('woff2'),
       url(./font/noto/NotoSansCJKjp-Bold.min.woff) format('woff')
}

/* Open Sans */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(./font/opensans/OpenSans-Regular.woff2?170201) format('woff2'),
       url(./font/opensans/OpenSans-Regular.woff?170201) format('woff')
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url(./font/opensans/OpenSans-Semibold.woff2?170201) format('woff2'),
       url(./font/opensans/OpenSans-Semibold.woff?170201) format('woff')
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(./font/opensans/OpenSans-Bold.woff2?170201) format('woff2'),
       url(./font/opensans/OpenSans-Bold.woff?170201) format('woff')
}
