@charset "utf-8";
/* CSS Document */

/* noto-sans-jp*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: normal;
  src:url("../fonts/NotoSansJP.woff") format("woff");
}

/*
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src:url("../fonts/NotoSansJP.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src:url("../fonts/NotoSansJP.woff") format("woff");
}
*/



/*
.font-01 {
  font-family: "Noto Sans JP", sans-serif;
  font-display: swap;
  font-weight: 400;
}

.font-02 {
  font-family: "Noto Sans JP", sans-serif;
  font-display: swap;
  font-weight: 900;
  font-size: 5.0rem;
}
  @media (min-width: 481px) and (max-width: 769px){
    .font-02{
    font-size: 3.2rem;
    }
}
  @media (max-width: 480px){
    .font-02{
    font-size: 2.8rem;
    }
}
*/

