/* GothicMB101Pro */
/* @font-face {
  font-family: "GothicMB101Pro";
  src: url("./../assets/fonts/A-OTF-GothicMB101Pro-Bold.otf") format("truetype");
  font-display: swap;
  font-weight: bold;
} */

.font-gothic {
  font-family: "ゴシックMB101 B", sans-serif;
}

/*
@font-face {
  font-family: "RyuminPro";
  src: url("./../assets/fonts/A-OTF-RyuminPro-Medium.otf") format("truetype");
  font-display: swap;
  font-weight: normal;
}

@font-face {
  font-family: "RyuminPro";
  src: url("./../assets/fonts/A-OTF-RyuminPro-Bold.otf") format("truetype");
  font-display: swap;
  font-weight: bold;
}

@font-face {
  font-family: "RyuminPro";
  src: url("./../assets/fonts/A-OTF-RyuminPro-Heavy.otf") format("truetype");
  font-display: swap;
  font-weight: 900;
}*/

.font-ryumin {
  font-family: "リュウミン B-KL", "Ryumin Bold KL", serif;
}

/*
@font-face {
  font-family: "ShinGoPro";
  src: url("./../assets/fonts/A-OTF-ShinGoPro-Light.otf") format("truetype");
  font-display: swap;
  font-weight: lighter;
}

@font-face {
  font-family: "ShinGoPro";
  src: url("./../assets/fonts/A-OTF-ShinGoPro-Medium.otf") format("truetype");
  font-display: swap;
  font-weight: normal;
}

@font-face {
  font-family: "ShinGoPro";
  src: url("./../assets/fonts/A-OTF-ShinGoPro-Bold.otf") format("truetype");
  font-display: swap;
  font-weight: bold;
} */

.font-shingo {
  font-family: "新ゴ R", sans-serif;
}

@font-face {
  font-family: "Oswald";
  src: url("./../assets/fonts/Oswald-ExtraLight.ttf") format("truetype");
  font-display: swap;
  font-weight: 200;
}

@font-face {
  font-family: "Oswald";
  src: url("./../assets/fonts/Oswald-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: "Oswald";
  src: url("./../assets/fonts/Oswald-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Oswald";
  src: url("./../assets/fonts/Oswald-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Oswald";
  src: url("./../assets/fonts/Oswald-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Oswald";
  src: url("./../assets/fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}
