@charset "UTF-8";

@media screen and (max-width: 768px) {
.sp { display:block !important; }
.pc { display:none !important; }

img {
	max-width:100%;
	height:auto;
}

.inner {
	width:100%;
}
#header {
	background:#FFF;
	z-index:1000;
}

}