#header {
  position: relative;
}
#header h1 {
  position: absolute;
  top: 6vw;
  right: 65px;
  left: 3%;
  font-size: 12px;
  font-weight: 200;
  color: #747474;
  line-height: 20px;
  text-align: center;
  z-index: 2;
}
#header #belt {
  text-align: center;
  color: #fff;
}
#header #belt .logo {
  position: absolute;
  top: 20px;
  left: 24px;
  width: 102px;
}
#header #belt .nav {
  padding-bottom: 33px;
  margin-bottom: 37px;
  position: relative;
}
#header #belt .nav::before {
  content: "";
  border-top: 1px solid #747474;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100px;
}
#header #belt .nav li:not(:last-child) {
  margin-bottom: 21px;
}
#header #belt .nav li a {
  font-size: 30px;
  letter-spacing: 0;
}
#header #belt .nav li a.active {
  color: #919191;
}
#header #belt .shop li:not(:last-child) {
  margin-bottom: 22px;
}
#footer {
  background: #171717;
  padding: 10vw 0 18vw;
  text-align: center;
}
#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;
}
@media screen and (min-width: 768px) {
  #header h1 {
    top: auto;
    right: 20px;
    left: 56px;
    bottom: 50px;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
  }
  #header .hd-left {
    position: absolute;
    top: 49px;
    left: 60px;
    z-index: 9;
  }
  #header .hd-left .nav {
    display: flex;
  }
  #header .hd-left .nav li:not(:last-child) {
    margin-right: 45px;
  }
  #header .hd-left .nav li a {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    letter-spacing: 0;
  }
  #header .hd-left .nav li a::before {
    content: "";
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
  }
  #header .hd-left .nav li a.active::before,
  #header .hd-left .nav li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #header .hd-shop {
    position: absolute;
    top: 41px;
    right: 30px;
    z-index: 9;
  }
  #header .hd-shop li:not(:last-child) {
    margin-bottom: 7px;
  }
  #header .hd-shop li a {
    display: inline-block;
    position: relative;
  }
  #header .hd-shop li a::before {
    content: "";
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -10px;
    opacity: 0;
    visibility: hidden;
  }
  #header .hd-shop li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #header #belt .logo {
    top: 45px;
    left: 53px;
    width: 138px;
  }
  #header #belt .logo img {
    width: 100%;
    height: auto;
  }
  #header #belt .nav {
    padding-bottom: 58px;
    margin-bottom: 57px;
  }
  #header #belt .nav::before {
    width: 142px;
  }
  #header #belt .nav li:not(:last-child) {
    margin-bottom: 36px;
  }
  #header #belt .nav li a {
    font-size: 41px;
    font-weight: 500;
  }
  #header #belt .nav li a:hover {
    color: #919191;
  }
  #header #belt .shop li:not(:last-child) {
    margin-bottom: 39px;
  }
  #header #belt .shop li img {
    width: 440px;
    height: auto;
  }
  #footer {
    padding: 56px 0 147px;
    text-align: left;
  }
  #footer .wrap {
    padding: 0 20px;
    max-width: 1248px;
  }
  #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 .cookies_link {
    margin-left: 15px;
  }
  #footer .set2 .info .cookies_link a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #footer .set2 #socialbuttons {
    margin: 0;
    text-align: right;
  }
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  #header h1 {
    width: 46%;
    left: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header h1 {
    font-size: 10px;
    top: calc(72% + 140px);
    bottom: auto;
  }
}
