.l-footer {
    position: relative;
    padding-bottom: 6rem
}

.l-footer .deco {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.9rem;
 /*   background: url(../../Images/magia_lp_gp120x/img/common/footer_deco.svg) center bottom repeat-x;*/
    background-size: contain
}

.l-footer .logo {
    position: relative;
    margin-bottom: 2.8rem;
    padding: 2.5rem .5rem
}

.l-footer .logo::after,.l-footer .logo::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 2px;
  /*  background: url(../../Images/magia_lp_gp120x/img/common/footer_bd.svg) center center no-repeat;*/
    background-size: cover
}

.l-footer .logo::after {
    top: auto;
    bottom: 0
}

.l-footer .logo img {
    width: 32rem
}

.l-footer a {
    color: #fff
}

.l-footer .bottom {
    text-align: left;
    font-size: .9em
}

.l-footer .bottom .bottom_list {
    margin-bottom: 1rem
}

.l-footer .bottom .bottom_list li {
    display: inline-block
}

.l-footer .bottom .bottom_list li:not(:last-child) {
    margin-right: 1em
}

.l-footer .bottom small {
    display: block;
    color: #fff
}

@media screen and (max-width: 768px) {
    .l-footer {
        padding-bottom:4rem
    }

    .l-footer .deco {
        width: 100%;
        height: 3.9rem;
        background-size: 85rem
    }

    .l-footer .content_wrap {
        width: 93%
    }

    .l-footer .logo {
        margin-bottom: 2rem;
        padding: 1.4rem 1rem
    }

    .l-footer .logo img {
        width: 24rem
    }

    .l-footer .bottom {
        font-size: .7em;
        line-height: 1.3
    }

    .l-footer .bottom .bottom_list {
        margin-bottom: .5rem
    }

    .l-footer .bottom .bottom_list li {
        display: inline
    }

    .l-footer .bottom .bottom_list li:not(:last-child) {
        margin-right: .8rem
    }

    .l-footer .bottom .bottom_list li a {
        letter-spacing: 0;
        font-weight: 300
    }
}
