@charset "utf-8";
/* ============================================================================================== */
/* FOOTER:フッター崩れ防止                                                                        */
/* ============================================================================================== */
div::after {
    content: "";
}
/* ============================================================================================== */
/* FOOTER:画面TOP移動ボタン                                                                       */
/* ============================================================================================== */
#footerWrap #goto_top {
	display: none;
	cursor: pointer;
	position: fixed;
	right:  20px;
	bottom: 15px;
	z-index: 5000;
}
@media screen and (max-width: 640px) {
	#footerWrap #goto_top {
		width: 7.4vw !important;
		right:  3.5vw;
		bottom: 3.5vw;
	}
}
