.footer-content-wrap {
  width: 1094px;
  margin: 60px auto 100px;
}

.footer-content-top {
  max-width: 335px;
  margin: 0 auto 38px;
}

.footer-content-top a {
  transition: 0.3s ease-in-out;
  display: block;
}

.footer-content-top a:hover {
  opacity: 0.7;
}

.footer-content-top .footer-content-top-text {
  margin-top: 15px;
  font-size: 14px;
  color: #454545;
  text-align: center;
}

.footer-content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-content-list a {
  display: block;
  width: 188px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer-content-list a:nth-child(3) {
  display: block;
  width: 129px;
  padding-left: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer-content-list a:nth-child(3) img {
  width: 70%;
}

.footer-content-list a:hover {
  opacity: 0.7;
}

#footer .footer-content-list a:nth-child(2) {
  position: relative;
}

#footer .footer-content-list a:nth-child(2)::before,
#footer .footer-content-list a:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 1px;
  height: 70px;
  background: #4b5053;
}

#footer .footer-content-list a:nth-child(2)::before {
  left: 0;
}

#footer .footer-content-list a:nth-child(2)::after {
  right: 0;
}

@media only screen and (max-width: 640px) {
  .footer-content-wrap {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 55px auto 50px;
  }

  .footer-content-top {
    margin-bottom: 14px;
  }

  .footer-content-top a {
    display: block;
    max-width: 251px;
    margin: 0 auto 10px;
  }

  .footer-content-top .footer-content-top-text {
    font-size: 12px;
    text-align: center;
    margin-top: 0;
  }

  .footer-content-list a {
    width: calc((100% - 20px) / 3);
  }

  #footer .footer-content-list a:nth-child(2)::before,
  #footer .footer-content-list a:nth-child(2)::after {
    height: 45px;
  }

  .footer-content-list a:nth-child(3) {
    width: 70px;
  }
}


#footer {
    background-color: #F4F4F4;
}
.footer-brand-wrap {
   padding-top: 50px;
}





/*spハンバーガーメニューで出るアイコン非表示*/
@media only screen and (max-width: 950px) {
    .c-header .btn-wrap {
        display: none!important;
    }
}

@media screen and (max-width: 768px) {
    #header {
        height: 55px;
    }
    #header .logo {
      margin-top: 0;
      width: 190px;
    }
}
/*spアイコン大きさ*/
@media only screen and (max-width: 950px) {
    .c-header .logo a {
        width: 176px;
        margin-left: 14px;
    }
}



@media only screen and (min-width: 950px) {
    .c-header .nav-wrap {
        width: calc(100% - 378px);
        margin-left: auto;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media screen and (min-width: 769px) {
    #header .logo {
        margin-left: 40px;
        /*pcロゴ余白*/
        margin-top: 0;
        width: 338px;
    }
}


/*総合トップFV右下のSCROLL文対応*/
@media screen and (min-width: 769px) {
    #main-visual .scroll-wrapper .scroll-button {
        word-break: normal;
    }
}

img {
  max-width: 100%;
}

.footer-brand-top .footer-brand-top-text {
    color: #454545;
}
