/* 簡体字中国語版固有のスタイル調整 */

body {
	font-family: "Noto Sans SC", sans-serif;
}

p {
	font-family: "Noto Sans SC", sans-serif;
}

.dropdown-item {
	font-family: "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", sans-serif;
}

@media only screen and (max-width: 768px) {
	.index-gallery {
		padding: initial;
	}

	.index-gallery span {
		font-size: 4rem;
	}

	.bg-gallery {
		background: url(../../../assets/img/top/bg_sp.png) no-repeat center top;
		min-height: 680px;
	}
}
