a {
  transition: none !important;
}
#socialbuttons {
  margin: auto;
  font: unset;
  line-height: normal;
  text-align: center;
  line-height: 1;
}
#socialbuttons > * {
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
  height: 20px;
}
.social-google {
  display: none !important;
}
.social-facebook span,
.social-facebook iframe {
  min-width: 101px !important;
  height: 20px !important;
}
#footer {
  background: #171717;
  padding: 10vw 0 18vw;
  text-align: center;
}
#footer * {
  box-sizing: border-box;
}
#footer .wrap {
  padding: 0 13%;
}
#footer .set1 {
  padding-bottom: 5vw;
}
#footer .set1 .gr-bnr li:not(:last-child) {
  margin-bottom: 3vw;
}
#footer .set1 .btn-home {
  margin: 8vw 0 7vw;
}
#footer .set1 .btn-home a {
  font-family: "Cormorant Garamond";
  font-size: 5vw;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
  display: block;
  border: 1px solid #868686;
  padding: 2vw 5%;
}
#footer .set2 .info {
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #868686;
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 30px;
}
#footer .set2 .info a {
  color: #868686;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  #footer {
    padding: 56px 0 147px;
    text-align: left;
    line-height: 36px;
  }
  #footer p {
    line-height: 36px;
  }
  #footer .wrap {
    padding: 0 20px;
    max-width: 1248px;
    width: auto;
  }
  #footer .set1 {
    padding-bottom: 55px;
    display: flex;
    align-items: center;
  }
  #footer .set1 .menu {
    flex: 1;
  }
  #footer .set1 .gr-bnr {
    --f-columns: 3;
    --f-gap: 18px;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
    margin-bottom: calc(-1 * var(--f-gap));
  }
  #footer .set1 .gr-bnr li {
    margin-left: var(--f-gap);
    margin-bottom: var(--f-gap);
    width: calc(100% / var(--f-columns) - var(--f-gap));
  }
  #footer .set1 .gr-bnr li:not(:last-child) {
    margin-bottom: 0;
  }
  #footer .set1 .gr-bnr li img {
    width: 100%;
    height: auto;
  }
  #footer .set1 .btn-home {
    margin: 0 6px 0 68px;
    padding-left: 0;
    width: 227px;
    position: relative;
  }
  #footer .set1 .btn-home::before {
    content: "";
    border-left: 1px solid #868686;
    position: absolute;
    top: 5px;
    left: -33px;
    bottom: 4px;
  }
  #footer .set1 .btn-home a {
    font-size: 20px;
    padding: 8px 10px;
    text-align: center;
  }
  #footer .set1 .btn-home a:hover {
    background: #c3c3c3;
    border-color: #000;
    color: #000;
  }
  #footer .set2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
  }
  #footer .set2 .info {
    font-weight: 300;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 0;
    display: flex;
  }
  #footer .set2 .info p {
    font-size: 12px;
    line-height: 30px;
  }
  #footer .set2 .info address {
    font-style: normal;
  }
  #footer .set2 .info .cookies_link {
    margin-left: 15px;
  }
  #footer .set2 .info .cookies_link a {
    opacity: 1 !important;
  }
  #footer .set2 .info .cookies_link a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #footer .set2 #socialbuttons {
    margin: 0;
    text-align: right;
  }
}
