@charset "utf-8";

/* LINE Seed */
@font-face {
  font-family: 'LINE Seed';
  font-weight: 100;
  src: url('../fonts/LINESeedJP_OTF_Th.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'LINE Seed';
  font-weight: normal;
  src: url('../fonts/LINESeedJP_OTF_Rg.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'LINE Seed';
  font-weight: bold;
  src: url('../fonts/LINESeedJP_OTF_Bd.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'LINE Seed';
  font-weight: 800;
  src: url('../fonts/LINESeedJP_OTF_Eb.otf') format('opentype');
  font-display: swap;
}

/* Noto Sans JP */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: normal;
  src: url('../fonts/NotoSansJP-Regular.ttf') format('truetype');
  font-display: swap;
}
