/* l-footer */
footer{
	background-color: #333333;
	margin-bottom: 0;
	margin-top: 2rem;
	padding: 40px 10px 30px;
}
.l-footer__list {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
    text-align: center;
}
.l-footer__list li {
    display: inline-block;
    font-size: 14px;
    position: relative;
	line-height: 3rem;
}
.l-footer__list li:after {
    content: "|";
    margin: 0 12px;
	color: #FFF;
}
.l-footer__list a{
	color: #FFF;
	text-decoration: none;
}
.l-footer__link-other:after{
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(/img/icon_footer-link.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    margin-left: 8px;
}
.l-footer__copy{
	color: #999999;
	text-align: center;
	padding-top: 20px;
}
@media only screen and (max-width: 768px) {
    footer{
        padding: 20px 16px;
        margin-top: 0rem;
    }
    .l-footer__list li {
        font-size: 12px;
    }
    .l-footer__copy{
        font-size: 10px;
    }
}

/*  SP背景色 */
.l-footer__sp-bg{
    visibility: hidden;
    position: fixed;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}