/*-----
* default-style.css ver1.0.0
* デフォルト表示用なので「bodyのclass="sample"」を削除すれば反映されなくなります。
-----*/
/* common */
.sample .site-footer,
.sample .front{
	position: relative;
	background-color: #f9f9f9;
}
.t-name-bg{
	display:none;
}
.sample .t-name-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 2rem;
	font-weight: bold;
	font-family: monospace, monospace;
	color: #eaeaea;
	margin: auto;
}
.sample .top-wrap .t-name-bg{
	max-width: 1200px;
	background-color: #f6f6f6;
}
.sample .site-header .t-name-bg,
.sample .site-footer .t-name-bg{
	background-color: #f1f1f1;
}
.sample .site-header>.inner,
.sample .site-footer>.inner,
.sample .head-title-box,
.sample .site-footer .copyright{
	position: relative;
}
.sample .site-footer .copyright{
	text-align: center;
}
.sample .front .basic-box{
	position: relative;
	min-height: 80vh;
}
.sample .head-title-box>.title-box{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sample .head-title-box>.title-box>.text{
	color: #fff;
}
.sample .head-title-box>.title-box>.text>h1,
.sample .head-title-box>.title-box>.text>p{
	font-size: 2rem;
}
