@charset "utf-8";


/* ==========================================

  “web-font” CSS

========================================== */

/*Noto Sans Japanese (IE9+ ~)*/

@font-face {
   font-family: 'kodawari';
   font-style: normal;
   font-weight: 300;
   src: url(../../_fonts/NotoSansCJKjp_silver-DemiLight.woff2) format('woff2'),
        url(../../_fonts/NotoSansCJKjp_silver-DemiLight.woff) format('woff'),
        url(../../_fonts/NotoSansCJKjp_silver-DemiLight.otf) format('opentype');
 }

@font-face {
   font-family: 'kodawari';
   font-style: normal;
   font-weight: 500;
   src: url(../../_fonts/NotoSansCJKjp_silver-Medium.woff2) format('woff2'),
        url(../../_fonts/NotoSansCJKjp_silver-Medium.woff) format('woff'),
        url(../../_fonts/NotoSansCJKjp_silver-Medium.otf) format('opentype');
 }
