@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP'),
    local('NotoSansCJKjp-Regular'),
    local('NotoSansJP-Regular'),
    url('../webfonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('../webfonts/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 500;
  src: local('NotoSansCJKjp-Medium'),
    local('NotoSansJP-Medium'),
    url('../webfonts/NotoSansCJKjp-Medium.woff2') format('woff2'),
    url('../webfonts/NotoSansCJKjp-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 700;
  src: local('NotoSansCJKjp-Bold'),
    local('NotoSansJP-Bold'),
    url('../webfonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
    url('../webfonts/NotoSansCJKjp-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 900;
  src: local('NotoSansCJKjp-Black'),
    local('NotoSansJP-Black'),
    url('../webfonts/NotoSansCJKjp-Black.woff2') format('woff2'),
    url('../webfonts/NotoSansCJKjp-Black.woff') format('woff');
}
@font-face {
  font-family: 'Lucida Calligraphy';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/lucida-calligraphy-regular.ttf') format('truetype');
}
.mgothic{
font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
font-style: normal;
}
.mgothicb{
font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 600;
font-style: normal;
}
.mincho{
font-family: source-han-serif-japanese, serif;
font-style: normal;
}
.lucida {
  font-family: 'Lucida Calligraphy', cursive;
}