:root {
  --apple: #23ac38;
  --bitter-lemon: #cfdb00;
  --black: #000000;
  --fun-green: #008239;
  --fuscous-gray: #525252;
  --java: #13b5bf;
  --white: #ffffff;

  --font-size-l: 21px;
  --font-size-m: 19px;
  --font-size-s: 16px;
  --font-size-xl: 26px;
  --font-size-xs: 15px;
  --font-size-xxl: 27px;
  --font-size-xxxl: 49px;

  --font-family-meiryo-regular: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  --font-family-yu_gothic: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  --font-family-yugothic-bold: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  --font-family-yugothic-medium: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}

.yugothic-bold-black-19px {
  color: var(--black);
  font-family: var(--font-family-yugothic-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.yugothic-medium-black-19px {
  color: var(--black);
  font-family: var(--font-family-yugothic-medium);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
}

.yugothic-bold-fun-green-49px {
  color: var(--fun-green);
  font-family: var(--font-family-yugothic-bold);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}

.yugothic-medium-black-16px {
  color: var(--black);
  font-family: var(--font-family-yugothic-medium);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
}

.yugothic-medium-white-15px {
  color: var(--white);
  font-family: var(--font-family-yugothic-medium);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 500;
}

.yugothic-bold-black-27px {
  color: var(--black);
  font-family: var(--font-family-yugothic-bold);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}

.yugothic-medium-black-21px {
  color: var(--black);
  font-family: var(--font-family-yugothic-medium);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 500;
}

.yugothic-bold-fun-green-21px {
  color: var(--fun-green);
  font-family: var(--font-family-yugothic-bold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.yugothic-medium-fuscous-gray-26px {
  color: var(--fuscous-gray);
  font-family: var(--font-family-yugothic-medium);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 500;
}

.yugothic-bold-black-67px {
  color: var(--black);
  font-family: var(--font-family-yugothic-bold);
  font-size: 67px;
  font-style: normal;
  font-weight: 700;
}

.yugothic-bold-black-27px-2 {
  color: var(--black);
  font-family: var(--font-family-yu_gothic);
  font-size: var(--font-size-xxl);
}

.yugothic-bold-black-52px {
  color: var(--black);
  font-family: var(--font-family-yugothic-bold);
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
}

.yugothic-medium-black-27px {
  color: var(--black);
  font-family: var(--font-family-yugothic-medium);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 500;
}

.yugothic-bold-black-44px {
  color: var(--black);
  font-family: var(--font-family-yugothic-bold);
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
}

.yugothic-bold-fun-green-26px {
  color: var(--fun-green);
  font-family: var(--font-family-yugothic-bold);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.yugothic-bold-black-39px {
  color: var(--black);
  font-family: var(--font-family-yugothic-bold);
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
}

.yugothic-medium-black-24px {
  color: var(--black);
  font-family: var(--font-family-yugothic-medium);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.yugothic-bold-black-20px {
  color: var(--black);
  font-family: var(--font-family-yugothic-bold);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.yugothic-medium-java-28px {
  color: var(--java);
  font-family: var(--font-family-yugothic-medium);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
}