@charset "UTF-8";

footer{
	position: sticky;
	top: 100vh;
}

/*タブレット縦、スマホ横等スマホ版デザイン、540～960px用*/
@media (max-width:960px){
}

/*スマホ縦用スマホ版デザイン、360～539px以下用
-------------------------------------*/
@media (max-width:539px){
footer{
        padding-bottom: 0;
}
}