@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&family=Noto+Sans+SC:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Raleway:wght@100..900&display=swap');

html {
    font-family:"Barlow","Noto Sans SC","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
    font-size: 62.5%;
}



/* #pageloading-wrap-title {
  color: #000;
  font-size: min(8vw, 6.4rem);
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
.is-loaded #pageloading-wrap-title{
  color: #fff !important;
  animation:loadingtext 5s ease forwards normal 0s;
}

  @keyframes loadingtext {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
        transform: scale(1.0);
    }
    100% {
        transform: scale(2.0);
    }
}

#pageloading-wrap {
    background: #000!important;
    z-index: 20001 !important;
} */