@charset "utf-8";
@media only screen and (max-width: 750px) {
#sns {
	position: relative;
	z-index: 99;
}
#sns #snsCover_sp {
	position: absolute;
	left: 4%;
	bottom: 20px;
}
#sns .snsBtn {
	display: inline-block;
	margin-right: 10px;
	line-height: 0;
	width: 50px;
}
#sns .snsBtn a {
	display: block;
}
#sns .snsBtn a img {
	width: 50px;
	height: 50px;
}
footer {
	position: relative;
	z-index: 98;
}
footer #pagetop {
	display: block;
	position: fixed;
	top: auto;
	bottom: 10px;
	right: 0;
	width: 60px;
	display: none;
}
footer #pagetop.absolute {
	position: absolute;
	top: -70px;
	right: 0;
	bottom: auto;
}
footer #footerB {
	background-color: #d5d5d5;
	color: #707070 !important;
	font-size: 1.0rem;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}
footer #footerB a {
	color: #707070 !important;
}
footer #footerB li {
	display: inline;
	padding-right: 5.33vw;
}
footer #footerB li:last-child {
	padding-right: 0;
}
footer #footerB .copy {
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.2;
	padding-top: 10px;
}
	footer #footerB .left_pc {
		display: none;
	}	
}
@media only screen and (max-width: 320px) {
footer #footerB li {
	padding-right: 2.66vw;
}
}

