@charset "utf-8";
/* CSS Document */

/* Font switch
------------------------------ */
.kana { font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-style: normal; }
.eisu { font-family: "Outfit", sans-serif; font-optical-sizing: auto; font-style: normal; }

/* Font weight
Noto Sans JP（100:Thin、200:ExtraLight、300:Light、400:Regular、500:Medium、600:SemiBold、700:Bold、800:ExtraBold、900:Black）
Jost（100-900）
Oswald（200-700）
Outfit（100-900）
------------------------------ */
.fw01 { font-weight: 100; }
.fw02 { font-weight: 200; }
.fw03 { font-weight: 300; }
.fw04 { font-weight: 400; }
.fw05 { font-weight: 500; }
.fw06 { font-weight: 600; }
.fw07 { font-weight: 700; }
.fw08 { font-weight: 800; }
.fw09 { font-weight: 900; }
