
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Noto+Sans:ital,wght@0,700;1,700&display=swap');

@font-face {
  font-family: "Noto Sans";
  src: url("../webfonts/NotoSans-Bold.woff") format("woff"),
       url("../webfonts/NotoSans-ExtraBold.woff") format("woff");
  font-display: swap;
}

/* Noto Sans（700、800） */
/* @font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
    font-display: swap;
  src:
    url('../webfonts/NotoSans-Bold.ttf') format("ttf");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 800;
  font-display: swap;
  src:
    url('../webfonts/NotoSans-ExtraBold.ttf') format("ttf");
  font-optical-sizing: auto;
  font-style: normal;
} */



/* Noto Sans Japanese（700、800） */
/* @font-face {
  src:
    url("../webfonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-family: 'Noto Sans JP';
  font-display: swap;
  font-optical-sizing: auto;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-display: swap;
  src:
    url("../webfonts/NotoSansJP-ExtraBold.woff") format("woff");
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
} */


/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/noto-sans-v38-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/noto-sans-v38-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../webfonts/noto-sans-v38-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v53-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-jp-v53-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/noto-sans-jp-v53-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}