@charset "UTF-8";
/* フォントスタイル */
/* IBM Light Italic */
.ibm-plex-serif-light-italic {
  font-family: "IBM Plex Serif", serif;
  font-weight: 300;
  font-style: italic;
}

/* IBM Light Normal */
.ibm-plex-serif-light-normal {
  font-family: "IBM Plex Serif", serif;
  font-weight: 300;
  font-style: normal;
}

/* IBM Regular Italic */
.ibm-plex-serif-regular-italic {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-style: italic;
}

/* IBM Regular Normal */
.ibm-plex-serif-regular-normal {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-style: normal;
}

/* CormorantGaramond Regular Italic */
.cormorant-garamond-regular-italic {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.cormorant-garamond-regular-normal {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cormorant-garamond-regular-italic {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
}

.cormorant-infant-semi-bold {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* Corinthia */
.corinthia-regular {
  font-family: "Corinthia", cursive;
  font-weight: 400;
  font-style: normal;
}

.sawarabi-mincho-regular {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
}/*# sourceMappingURL=font.css.map */