/* Footer */

footer {
  width: 100%;
  padding: 95px 0;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 10;
}

.inner {
  max-width: 1400px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

footer .top_flx {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

footer .top_flx .left {
  width: 70%;
}

footer .top_flx .right {
  width: 30%;
}

footer .top_flx .left h2 {
  font-size: 20px;
  color: #ffffff;
}

footer .top_flx .left h3 {
  font-size: 30px;
  margin: 20px 0 30px;
  color: #ffffff;
}

footer .top_flx .left h3 img {
  margin-right: 10px;
}

footer .top_flx .left ul {
  display: flex;
  margin: 0 0 2em 0;
}

footer .top_flx .left ul a {
  display: inline-block;
  padding: 1em 1.2em;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  transition: all 0.2s;
  background: #313131;
  margin-right: 20px;
  transform: skew(-0.03deg);
}

footer .top_flx .right {
  display: flex;
  justify-content: flex-end;
}

footer .top_flx .right li:not(:first-child) {
  margin-left: 10%;
}

footer .top_flx .right li h3 {
  font-size: 20px;
  color: #888;
  transform: skew(-0.03deg);
  margin-bottom: 15px;
}

footer .top_flx .right li p {
  font-size: 25px;
}

footer .top_flx .sns {
  display: flex;
  font-size: 1.6em;
  margin-left: auto;
}

footer .top_flx .sns li:first-child {
  padding-right: 20px;
}

footer .top_flx .sns i {
  color: #fff;
}

footer .bottom {
  margin-top: 20px;
  transform: skew(-0.03deg);
  font-size: 16px;
}

footer .bottom .privacy a:first-child {
  color: #888;
  margin-right: 25px;
}

footer .bottom .privacy a {
  display: inline-block;
  color: #888;
  margin-bottom: 10px;
}

footer .bottom p {
  margin: 0 0 10px 0;
}

footer .bottom p span {
  display: inline-block;
  margin: 0 12px;
}

@media screen and (max-width: 840px) {
  .inner {
    width: 100% !important;
  }
}

@media screen and (max-width: 736px) {
  #footer {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 10;
    padding: 70px 20px;
  }

  .inner {
    max-width: 100%;
  }

  footer .top_flx .left h3 {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin: 20px 0;
  }

  footer .top_flx .left,
  footer .top_flx .right {
    width: 100%;
  }

  footer .top_flx .left ul {
    flex-flow: wrap;
    justify-content: space-between;
  }

  footer .top_flx .left ul a {
    font-size: 16px;
    padding: 8px 14px;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  footer .top_flx .left ul li {
    width: 49%;
    margin-bottom: 10px;
  }

  footer .top_flx .right {
    justify-content: flex-start;
    margin-top: 10px;
    padding-top: 10px;
  }

  footer .top_flx .right li h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  footer .top_flx .right li p {
    font-size: 18px;
    margin-bottom: 0;
  }

  footer .top_flx .sns {
    margin: 40px 0 20px 0;
    font-size: 1.8em;
  }
}
