/*-----------------------------------------------------------------------------------------------------------web font-----------------*/


.zenkaku-r {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .zenkaku-bd {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .zenkaku-blk {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-style: normal;
    
  }

  .noto-serif {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
  }

  
  .cal-sans {
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }