@charset "utf-8";

/* 本文はOSフォント */
:root {
	--ff-body: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

body {
	font-family: var(--ff-body);
	font-weight: 500;
}

/* zen-old-mincho-700 - japanese_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'FC Mincho';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/zen-mincho-subset.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Cinzel（装飾・非preload） */
@font-face {
	font-family: "FC Cinzel";
	src: url("../fonts/Cinzel-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* 適用クラス */
.h-hero {
	font-family: "FC Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-weight: 700;
}

.h-deco {
	font-family: "FC Cinzel", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}