@font-face {
	font-family:'PingFang-JP-Bold';
	src:url("../fonts/NotoSansCJKjp-Bold.woff2");
  /* src:url("../fonts/JP-W6.ttc"); */
  font-display: swap;
}

@font-face {
	font-family:'PingFang-JP-Medium';
	src:url("../fonts/NotoSansCJKjp-Medium.woff2");
  /* src:url("../fonts/JP-W5.ttc"); */
  font-display: swap;
}

@font-face {
	font-family:'PingFang-JP-Normal';
	src:url("../fonts/NotoSansCJKjp-Regular.woff2");
  /* src:url("../fonts/JP-W3.ttc"); */
  font-display: swap;
}

@font-face {
	font-family:'PingFang-JP-SP';
	src:url("../fonts/SF-Pro-Display-Bold.otf");
  font-display: swap;
}

@font-face {
	font-family:'PingFang-JP-Num';
	src:url("../fonts/D-DIN.ttf");
  font-display: swap;
}
@font-face {
	font-family:'D-DIN';
	src:url("../fonts/D-DIN.ttf");
  font-display: swap;
}
.fontBold{
  font-family: "PingFang-JP-Bold" !important;
}
.fontMedium{
  font-family: "PingFang-JP-Medium" !important;
}
.fontNormal{
  font-family: "PingFang-JP-Normal" !important;
}
.fontNum{
  font-family: "PingFang-JP-Num" !important;
}
.fontSP{
  font-family: "PingFang-JP-SP" !important;
}


@font-face {
	font-family:'SF Pro Icons';
	font-style:normal;
	font-weight:300;
	src:url("../fonts/sf-pro-icons_light.woff2") format("woff2"), url("../fonts/sf-pro-icons_light.woff") format("woff"), url("../fonts/sf-pro-icons_light.ttf") format("truetype");
}