/* ------------------------------------- */
/* 画面TOP移動ボタン */
/* ------------------------------------- */
#footerWrap .goto_top {
	position: fixed;
	right:  30px;
	bottom: 20px;
	z-index: 1000;
}
#footerWrap .goto_top img {
	width: 78px;
}
@media screen and (max-width: 640px) {
	#footerWrap .goto_top {
		margin-top: 5vw;
		margin-bottom: 15vw;
		text-align: center;
		position: static;
		right:  0;
		bottom: 0;
		z-index: 0;
	}
	#footerWrap .goto_top img {
		width: 27vw;
	}
}
/* ------------------------------------- */
/* フッター崩れ防止 */
/* ------------------------------------- */
div:after {
	content: "";
}
/* ------------------------------------- */
/* SP用:SNS */
/* ------------------------------------- */
#footerWrap {
	position: relative;
}
@media screen and (max-width: 640px) {
	#footerWrap .sp_shares ul {
		display: block;
		width: 94vw;
		margin: 0 auto;
		padding-top: 13vw;
		text-align: center;
		letter-spacing: -.40em;
  display: none;
	}
	#footerWrap .sp_shares ul li {
		display: inline-block;
		vertical-align: top;
	}
	#footerWrap .sp_shares ul li:nth-child(1) {
		display: block;
		margin-bottom: 4vw;
	}
	#footerWrap .sp_shares ul li:nth-child(2) {
		margin-right: 7vw;
	}
}
