@charset "UTF-8";

/* Fonts
------------------------------------------------------------*/
#bm-wrapper {
	font-family: "Inter","Noto Sans JP","qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","Meiryo",verdana,Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
}
html {
	font-size: 62.5%;
}
@media only screen and (max-width: 1340px){
  html{
    font-size: calc(10 / 1340 * 100vw);
  }
}
@media (max-width:750px) {
  html{
    font-size: calc(10 / 375 * 100vw);
  }
}
