@charset "utf-8";
html, body {
	/*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	font-family: 'av', source-han-sans-japanese, sans-serif;
	text-align: center;
	background-color: #FFF;
	font-size: 16px;
	color: #333;
	line-height: 1.3;
	height: auto !important;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
	font-feature-settings: "palt" 1;
}

section {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	min-height: 100vh;
	background-color: #000000;
	min-width: 100%;
}
