@charset "utf-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	font-size: 16px;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	margin: 0;
	overflow-x: hidden;
}
*{
	padding: 0;
	margin: 0;
	}
a{
	transition: all 0.3s ease;
}
/* =======================================
    main
======================================= */
.contents{
	position: relative;
}
.junbi{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 2rem;
}
.site{
	margin-bottom: 4rem;
}
.sns{
	list-style-type: none;
	text-align: center;
}
.sns img{
	width: 2.5rem;
}
footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.copyright{
	text-align: center;
	color: #fff;
	background-color: #000;
	padding: 5px 10px;
}
@media screen and (max-width: 767px) {

}