@charset "utf-8";

/* Webフォントちらつき対策　*/
html {
  visibility: hidden;
}
html.wf-active, html.loading-delay {
  visibility: visible;
}
