/*
Theme Name: 2510
Description: Typography for Japanese.
*/

html {
	
}
body {
	font-size: 16px;
	font-family: 'Inter', Inter, 'Noto Sans JP', Noto Sans JP, Helvetica, YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.7;
	/*font-size: 85%;*/
}
h1, h2, h3, h4, h5, h6, .site-title {
	font-family: 'Inter', Inter, 'Noto Sans JP', Noto Sans JP, Helvetica, YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.site-description {
	font-style: normal;
}

.home-text {
	font-family: 'Inter', Inter, 'Noto Sans JP', Noto Sans JP, Helvetica, YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 23px;
	line-height: 1.8;
}

@media screen and (min-width: 783px) {
	html {
		font-size: 100%;
		height: 100%;
	}
	body {
		font-size: 12.5px;
		height: 100%;
	}

	.site-title {
		display: inline-block;
		font-size: 18px;
		font-weight: 400;
		float: left;
		margin: 0;
	}

	.menu-global-container{
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.menu-util-container{
		display: inline-block;
		float: right;
	}

}

@media screen and (max-width: 783px) {

	.site-title{
		display: block;
		font-size: 20px;
		position: fixed;
		margin: 0;
		padding: 20px .75rem;
	}

	body {
		font-size: 12.5px;
	}

}