/*******************
	font
*******************/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
  font-display: swap;
}

.wrapper {
  font-feature-settings: "palt";
  font-family: 'Noto Sans Japanese',sans-serif;
  font-display: swap;
  color: #5e5e5e;
  line-height: 1.8;
}
