/*===============================================================================

	初期設定_font

===============================================================================*/

@font-face {
  font-family: 'orlando';
  src: url('../fonts/orlando.woff2') format('woff2'),
    url('../fonts/orlando.woff') format('woff'),
    url('../fonts/orlando.otf') format('opentype');
}

/* font-family: 'orlando' sans-serif; */

@font-face {
  font-family: 'segoe';
  src: url('../fonts/segoe.eot') format('eot'),
    url('../fonts/segoe.woff2') format('woff2'),
    url('../fonts/segoe.woff') format('woff'),
    url('../fonts/segoe.ttf') format('truetype');
}

/* font-family: 'segoe' sans-serif; */

/* 
font-family: "Shippori Mincho", serif;
font-family: "Jost", sans-serif;
font-family: "Noto Serif JP", serif;
font-family: "Noto Sans JP", sans-serif;
*/