@charset "utf-8";

html{
	font-size: 62.5%;
}
@media screen and (min-width: 768px){

}
@media screen and (max-width: 767px){

}


/*--------------------------------------*/

body {
	font-family: 'Noto Sans','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
	font-size: 1.6rem;
	line-height: 1.5;
}
body *,
body *::before,
body *::after {
	box-sizing: border-box;
}
@media screen and (min-width: 768px){
body{
	
}
}
@media screen and (max-width: 767px){
	body{
		font-size: 1.3rem ;
	}
}

/*--------------------------------------*/

main {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: calc(100vh - 42px - 80px);
	padding: 10px 5px;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
	main{
		
	}
}
@media screen and (max-width: 768px){
	main{
		padding: calc((20 / 375) * 100vw);
		height: calc(100vh - ((56 / 375) * 100vw) - ((48 / 375) * 100vw));
	}
}

/*--------------------------------------*/

#wrapper {
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
	#wrapper{
		
	}
}
@media screen and (max-width: 768px){
	#wrapper{
		
	}
}

/*--------------------------------------*/

header {
	padding: 20px 15px;
}

header #header-logo {
	width: 64px;
}

header #header-logo img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px){
	header {
		padding: calc((15 / 375) * 100vw) calc((10 / 375) * 100vw);
	}
	
	header #header-logo {
		width: calc((40 / 375) * 100vw);
	}
}

/*--------------------------------------*/

footer {
	
}

footer #copyright {
	color: #48281b;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	padding: 10px 0;
}

@media screen and (max-width: 768px){
	footer {
	
	}
	
	footer #copyright {
		font-size: calc((12 / 375) * 100vw);
		padding: calc((15 / 375) * 100vw) 0;
	}
}

.message {
	color: #48281b;
	font-size: 140px;
	font-weight: bold;
	text-align: center;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
	.message {
		font-size: calc((140 / 1199) * 100vw);
	}
}
@media screen and (max-width: 768px){
	.message {
		font-size: calc((40 / 375) * 100vw);
	}
}
