:root { 
  --deluge: #796fae;
  --golden-tainoi: #fdc760;
  --mantis: #7ad060;
  --onyx: #383737;
  --orange: #ff3b00;
  --perano: #ff8bb6;
  --sea-serpent: #4dc7e3;
  --white: #ffffff;
 
  --font-size-l: 22px;
  --font-size-m: 20px;
  --font-size-s: 19px;
  --font-size-xl: 25px;
  --font-size-xs: 10px;
  --font-size-xxl: 30px;
  --font-size-xxs: 8px;
 
  --font-family-hiraginomaru_gothic_pron-w4: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
}
.hiraginomarugothicpron-w4-normal-onyx-20px {
  color: var(--onyx);
  font-family: var(--font-family-hiraginomaru_gothic_pron-w4);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.hiraginomarugothicpron-w4-normal-white-20px {
  color: var(--white);
  font-family: var(--font-family-hiraginomaru_gothic_pron-w4);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.hiraginomarugothicpron-w4-normal-white-10px {
  color: var(--white);
  font-family: var(--font-family-hiraginomaru_gothic_pron-w4);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}
