@charset "UTF-8";
@font-face {
  font-display: optional;
  font-family: 'shippori-mincho';
  font-style: normal;
  font-weight:500;
  src:
    local('shippori-mincho'),
    local('ShipporiMincho-Medium'),
    url('../fonts/ShipporiMincho-Medium.woff2') format('woff2'),
  url("../fonts/ShipporiMincho-Medium.woff")format("woff"),
  url("../fonts/ShipporiMincho-Medium.eot")format("eot"),
  url("../fonts/ShipporiMincho-Medium.ttf")format("truetype");
}