@charset "UTF-8";

/* DIN-2014_Condensed */
@font-face {
  font-family: 'DIN-2014_Condensed';
  src: url('../font/DIN-2014_Condensed-ExtraBold.otf') format('opentype'); 
  font-weight: 600; /* 太字用 */
}

@font-face {
  font-family: 'DIN-2014_Condensed';
  src: url('../font/DIN-2014_Condensed-Bold.otf') format('opentype'); 
  font-weight: 500; /* 太字用 */
}

@font-face {
  font-family: 'DIN-2014_Condensed';
  src: url('../font/DIN-2014_Condensed-Demi.otf') format('opentype'); 
  font-weight: 400; /* 太字用 */
}

@font-face {
  font-family: 'DIN-2014_Condensed';
  src: url('../font/DIN-2014_Condensed.otf') format('opentype'); 
  font-weight: 300; /* 軽字用 */
}

@font-face {
  font-family: 'DIN-2014_Condensed';
  src: url('../font/DIN-2014_Condensed-Light.otf') format('opentype'); 
  font-weight: 200; /* 軽字用 */
}

@font-face {
  font-family: 'DIN-2014_Condensed';
  src: url('../font/DIN-2014_Condensed-ExtraLight.otf') format('opentype'); 
  font-weight: 100; /* 軽字用 */
}


/* NotoSansJP */
@font-face {
  font-family: 'NotoSansJP';
  src: url('../font/NotoSansJP-Black.otf') format('opentype'); 
  font-weight: 600; /* 太字用 */
}

@font-face {
  font-family: 'NotoSansJP';
  src: url('../font/NotoSansJP-Bold.otf') format('opentype'); 
  font-weight: 500; /* 太字用 */
}

@font-face {
  font-family: 'NotoSansJP';
  src: url('../font/NotoSansJP-Medium.otf') format('opentype'); 
  font-weight: 400; /* 太字用 */
}

@font-face {
  font-family: 'NotoSansJP';
  src: url('../font/NotoSansJP-Regular.otf') format('opentype'); 
  font-weight: 300; /* 軽字用 */
}

@font-face {
  font-family: 'NotoSansJP';
  src: url('../font/NotoSansJP-Light.otf') format('opentype'); 
  font-weight: 200; /* 軽字用 */
}

@font-face {
  font-family: 'NotoSansJP';
  src: url('../font/NotoSansJP-Thin.otf') format('opentype'); 
  font-weight: 100; /* 軽字用 */
}

