body {
font-family: 'Noto Sans JP','yumin',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
color: #141B20;
line-height: 2;
font-size: 18px;
position: relative;
overflow: inherit;
}
/* ---------------- font ---------------- */
.noto {
	font-family: 'Noto Sans JP', sans-serif;
}
.roboto {
	font-family: 'Roboto Condensed', sans-serif;
}
.robotoc {
	font-family: 'Roboto Condensed', sans-serif;
}
/*--------------------------------------
nowrap
--------------------------------------*/
.nowrap {
	white-space: nowrap;
}
/*--------------------------------------
box-sizing
--------------------------------------*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mos-box-sizing: border-box;
	-mz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/*--------------------------------------
transition
--------------------------------------*/
.tra {
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
/*--------------------------------------
背景画像
--------------------------------------*/
.fit_img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
