footer {font-family: ;
        font-weight: normal;
        text-align: center;
        font-size: 80%;
        line-height: 2;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
        letter-spacing: 0.2em;}

.foot-wrap .menu-left, .menu-right {
    display: inline-block;
    width: 20%;
    margin: 30px auto;
}

.menu-right {
    font-size: ;
}

.foot-wrap ul {
    list-style: none;
    padding: 0;
    line-height:40px;
}

.foot-wrap {
    background-color: transparent;
 -webkit-backdrop-filter: opacity(50%);/* ベンダープレフィックス*/
  backdrop-filter: opacity(50%);
    color: #000;
    text-align: center;
}

.foot-wrap h3 {
    border-bottom: 1px solid #000;
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
}

.foot-wrap a {
    text-decoration: none;
    color: #000;
}
.foot-wrap a:hover {
    color: #535353;
}

.foot-wrap a:active {
    color: #535353;
}

.foot-wrap .cmark {
    display: block;
    padding: 10px;
    border-top: 1px solid #000;
    width: 20%;
    margin: 0 auto;
    color: #000;
}

.foot-wrap img {
    display: block;
}

/*レスポンシブ*/
@media screen and (max-width: 960px) {
    footer {  
        font-size: 70%;}
    .foot-wrap .menu-left, .menu-right {
        display: flex;
        flex-direction: column;
        width: 50%;
    }
    .foot-wrap .cpr {
        display: inline;
    }
    .foot-wrap .cmark {
        text-align: center;
        width: 50%;
    }
}