@charset "utf-8";
/* all
-------------------------------------------------------------------*/
:root a {
	transition: opacity .4s, color .4s, border-color .4s, background .4s, border-color .4s, text-decoration .4s, transform .4s, box-shadow .4s, filter .4s;
	text-decoration-color: transparent;
}
html {
	background: #FFFFFF;
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
}
.sitewrap {
	width: 1100px;
	min-width: 1100px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media screen and (max-width:768px) {
	html {
		color: #000000;
		font-size: 14px;
	}
	.sitewrap {
		width: 100%;
		min-width: 0;
	}
}
/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 5%;
	width: 70px;
	z-index: 500;
}
@media screen and (max-width:768px) {
	#pageTop {
		width: 49px;
		right: 10px;
		bottom: 80px;
	}
}