.l-footer{
	display: grid;
	width: 100%;
	height: auto;
	padding: 0;
}
.l-footer__scrollTop{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
}
.l-footer__scrollTop > button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #F5F5F5;
	border-radius: 5px;
	border: none;
}
.l-footer__inner{
	display: flex;
	justify-content: center;
	background-color: #F5F5F5;
	padding-top: 20px;
	gap: 0 10px;
}
.l-footer__inner.copyright{
	display: flex;
	flex-wrap: wrap;
	height: 52px;
}
.l-footer__inner.copyright > .copyright{
	width: 100%;
	height: 16px;
	text-align: center;
	font-size: 1.3rem;
}

@media screen and (min-width: 769px){

	.l-footer__inner.copyright{
		height: 56px;
	}

}