@charset "utf-8";

@import url('//fonts.googleapis.com/css?family=Amatic+SC:700|Lora:400i,700i|Montserrat&display=swap');

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"),
       local("Yu Gothic Medium"),
       local("YuGothic-Regular"),
       local("Yu Gothic");
  font-display: swap;
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"),
       local("Yu Gothic");
  font-display: swap;
}

.lora {
  font-family: 'Lora', serif;
  font-style: italic;
}

.amatic {
  font-family: 'Amatic SC', cursive;
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
}

.youmin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

.yougo {
  font-family: Arial, Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
}
