@charset "utf-8";
/* CSS Document */
body.isPc #header .btn_search,
body.isMobile #header .btn_search,
#header .text,
#homepage #slider,
#homepage #list,
#homepage #sns,
#footer .subNavigation,
#footer .about,
body.isMobile #footer .about,
body.isPc #footer #topOfPage a,
body.isMobile #topOfPage a{
	display: none;
}
html {height: 100%;}
body{height: 100%;}
body.isPc .layoutWrapper{
	width: auto;
	max-width: 980px;
	margin:inherit;
}
body.isMobile .content{height: calc(100vh - 66px);}
body.isPc .content{height: calc(100vh - 100px);}
.content{
	padding: 8px;
	max-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer{
	position: absolute;
	bottom: 0;
	border-bottom: none;
	width: 100%;
	}
body.isMobile #footer{
	position: absolute;
	bottom: 0;
	border-bottom: none;
	}
body.isMobile #copyright{
	float: none;
	display: block;
	text-align: center;
}
#close201809{
	text-align: center;
	margin-top: -1rem;
}
body.isPc #close201809{
	margin-top: -4rem;
}
#close201809 a img{
	opacity: .75;
	width: 8rem;
	max-width: 38%;
	height: auto;
}
#close201809 a:hover img{opacity: 1;}
#close201809 p{
	margin: 1rem auto;
	display: table;
	font-size: 1.125rem;
}
#close201809 p span{
	display: inline-block;
}
#close201809 p a{
	color: #333;
	font-weight: bold;
}