@charset "UTF-8";
@media screen and (max-width: 750px){
  .text01 {
      font-size: calc(48/750*100vw);
  }
}