/* ローカルに同梱するNoto CJK JPサブセット。外部フォントサービスへの接続は不要です。 */
@font-face {
  font-family: "Noto Sans JP";
  src: url("/lp/waterproof/assets/fonts/noto-sans-jp-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/lp/waterproof/assets/fonts/noto-sans-jp-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/lp/waterproof/assets/fonts/noto-serif-jp-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/lp/waterproof/assets/fonts/noto-serif-jp-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
