footer .wrapper {
    padding: 75px 0 0;
    position: relative;
}
footer .box {
    display: flex;
    justify-content: space-between;
}
footer .logo {
    margin-bottom: 34px;
}
footer .logo img {
    width: 293px;
}
footer .left p {
    font-size: 16px;
    line-height: 1.75;
}
footer .right p {
    font-family: "Futura", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.43;
}
.copylight {
    color: #fff;
    background-color: #000;
    padding: 12px 0;
    margin-top: 70px;
}
/* footer .cop_container {
    width: 100%;
    max-width: 1180px;
    padding: 0 40px;
    margin: 0 auto;
} */
footer .cop_box {
    display: flex;
    justify-content: space-between;
}
footer .cop_box a {
    line-height: 1;
    font-size: 16px;
}
footer .cop_box p {
    line-height: 1;
    font-size: 14px;
}
footer .cop_box p {
    font-family: "Futura", sans-serif;
    font-weight: 700;
    margin-right: 100px;
}
/* footer .chara {
    position: absolute;
    bottom: 60px;
    right: 100px;
    text-align: center;
}
footer .chara p {
    opacity: 0;
    margin-bottom: 7px;
}
footer .chara img {
    width: 70px;
    animation-name: wave;
    animation-duration: 7.5s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}
footer .chara.active p {
    opacity: 1;
}
footer .chara.active img {
    animation-name: shake;
    animation-duration: 0.02s;
    animation-iteration-count: infinite;
} */
/* footer .pagetop {
    width: 70px;
    position: absolute;
    right: 20px;
    bottom: 98px;
} */
/* @keyframes wave {
    0% {
        transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-10deg);
    }
    20% {
        transform: rotateZ(-14deg);
    }
    25% {
        transform: rotateZ(-15deg);
    }
    30% {
        transform: rotateZ(-15deg);
    }
    40% {
        transform: rotateZ(-15deg);
    }
    50% {
        transform: rotateZ(-15deg);
    }
    60% {
        transform: rotateZ(-15deg);
    }
    70% {
        transform: rotateZ(-15deg);
    }
    75% {
        transform: rotateZ(15deg);
    }
    80% {
        transform: rotateZ(5deg);
    }
    90% {
        transform: rotateZ(1deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}
@keyframes shake {
    0% {
        transform: translateX(0px);
    }
    33% {
        transform: translateX(3px);
    }
    66% {
        transform: translateX(-3px);
    }
    100% {
        transform: translateX(0px);
    }
} */
@media screen and (max-width: 767px) {
    footer .box {
        display: block;
    }
    footer .left {
        margin-bottom: 34px;
    }
    /* footer .chara {
        bottom: 80px;
        right: 20px;
    }
    footer .chara img {
        width: 44px;
    } */
    footer .cop_box p {
        margin-right: unset;
    }
    footer .cop_box a {
        font-size: 14px;
    }
    footer .cop_box p {
        font-size: 12px;
    }
    .copylight {
        margin-top: 70px;
    }
    /* footer .pagetop {
        width: 70px;
        position: absolute;
        right: 20px;
        bottom: 60px;
    } */
}
