.l-footer {
    padding: clamp(42 * 750 / 1366 * 1px, 42 / 1366 * 100vw, 42px) 0 clamp(32 * 750 / 1366 * 1px, 32 / 1366 * 100vw, 32px);
    font-size: clamp(14 * 750 / 1366 * 1px, 14 / 1366 * 100vw, 14px);
    color: #fff;
    background-color: #e71e1d
}

@media screen and (max-width:750px) {
    .l-footer {
        font-size: 12px;
        font-size: 3.2vw;
        padding: calc(80 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
        text-align: center
    }
}

.l-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: clamp(1088 * 750 / 1366 * 1px, 1088 / 1366 * 100vw, 1088px);
    margin: 0 auto
}

@media screen and (max-width:750px) {
    .l-footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(650 / 750 * 100vw)
    }
}

.l-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:750px) {
    .l-footer__text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: calc(80 / 750 * 100vw)
    }
}

.l-footer__item {
    position: relative
}

.l-footer__item:not(:last-of-type)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: clamp(14 * 750 / 1366 * 1px, 14 / 1366 * 100vw, 14px);
    content: "";
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:750px) {
    .l-footer__item:not(:last-of-type)::after {
        height: calc(24 / 750 * 100vw)
    }
}

.l-footer__link {
    padding: 0 clamp(20 * 750 / 1366 * 1px, 20 / 1366 * 100vw, 20px);
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;   
}
.l-footer__link:hover {
    opacity: 0.5;
}

@media screen and (max-width:750px) {
    .l-footer__link {
        padding: 0 calc(20 / 750 * 100vw)
    }
}

.l-footer__copy {
    margin-top: clamp(40 * 750 / 1366 * 1px, 40 / 1366 * 100vw, 40px);
    text-align: center
}

@media screen and (max-width:750px) {
    .l-footer__copy {
        margin-top: calc(80 / 750 * 100vw)
    }
}

.l-footer__copyText {
    font-size: clamp(14 * 750 / 1366 * 1px, 14 / 1366 * 100vw, 14px)
}

@media screen and (max-width:750px) {
    .l-footer__copyText {
        font-size: 12px;
        font-size: 3.2vw;
        letter-spacing: .1rem
    }
}

.u-sp {
    display: none
}

@media screen and (max-width:750px) {
    .u-sp {
        display: block
    }
}