.header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 71px;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

@media screen and (max-width: 999px) {
  .header {
    height: 48px;
  }
}

.header__inner {
  padding-left: 24px;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 999px) {
  .header__inner {
    padding-left: 13.5px;
  }
}

.header__logo {
  width: 151.06px;
  margin-top: 3px;
}

@media screen and (max-width: 999px) {
  .header__logo {
    width: 127.22px;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .header__nav {
    display: none;
  }
}

.header__navList {
  display: flex;
  align-items: center;
  gap: 20.5px;
  margin-top: 3px;
}

.header__navListItem {
  list-style: none;
}

.header__navListItem a {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.3s ease;
}

.header__navListItem a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #000;
  transition: width 0.3s ease;
}

.header__navListItem a:hover::after {
  width: 100%;
}

.header__navInstagram {
  width: 17.25px;
  position: relative;
  margin-right: 30px;
  top: -3px;
  margin-left: 20.5px;
  transition: opacity 0.3s ease;
}

.header__navInstagram a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.header__navContact {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #000000;
  padding-top: 26px;
  height: 100%;
  display: flex;
  align-items: center;
  display: inline-block;
  width: 152px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 3px;
  padding-left: 11px;
  clip-path: polygon(10px 0px, 100% 0px, 100% 100%, 0px 100%);
  padding-top: 26px;
  transition: opacity 0.3s ease;
}

.header__navContact:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.header__navContact a {
  width: 100%;
  height: 100%;
  display: block;
}

.hamburger__menu {
  width: calc(100% - 72px);
  height: calc(100dvh - 71px);
  position: fixed;
  z-index: 10000;
  top: 71px;
  left: 72px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  display: none;
}

.hamburger__menuContainer {
  max-width: 940px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 48.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hamburger__nav {
  width: 57.447%;
}

.hamburger__navContainer {
  display: flex;
  gap: 9.1%;
}

.hamburger__navRow {
}

.hamburger__navList {
  display: flex;
  flex-direction: column;
  gap: 30.5px;
}

.hamburger__navListItem a {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #ffffff;
}

.hamburger__navButtons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 9.8%;
  gap: 10px;
  row-gap: 13px;
}

@media screen and (max-width: 999px) {
  .hamburger__navButtons {
    text-align: center;
    justify-content: center;
    margin-top: 30px;
  }
}

.hamburger__navButtonWrapper {
}

.hamburger__navButton {
  width: 260px !important;
}

.hamburger__navButton::before {
  top: 51% !important;
  right: 25px !important;
}

.hamburger__navButton--tel {
  padding: 17px 21px 16px 0px !important;
}

.hamburger__navButton--tel img {
  position: absolute;
  left: 13.5%;
  top: 49%;
  transform: translateY(-50%);
}

.hamburger__navButton--email {
  padding: 17px 14px 16px 0px !important;
}

.hamburger__navButton--email img {
  position: absolute;
  left: 12.7%;
  top: 50%;
  transform: translateY(-50%);
}

.hamburger__navButton--line {
  padding: 17px 14px 16px 0px !important;
}

.hamburger__navButton--line img {
  position: absolute;
  left: 12.7%;
  top: 50%;
  transform: translateY(-50%);
}

.hamburger__image {
  width: 36.171%;
}

.hamburger__sp {
  display: flex;
  align-items: center;
}

.hamburger__spLine {
  width: 21.03px;
}

.hamburger__spInstagram {
  width: 21.03px;
  margin-right: 20px;
  margin-left: 12px;
}

.hamburger__spButton {
  background-color: #000;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger__sp__lines {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  padding-right: 15px;
  gap: 5.5px;
}
.hamburger__sp__line {
  background-color: #fff;
  height: 1px;
}
.hamburger__sp__line--1 {
  width: 19.33px;
  opacity: 1;
  transition: all 0.3s ease;
}
.hamburger__sp__line--2 {
  width: 15.83px;
  opacity: 1;
  transition: all 0.3s ease;
}
.hamburger__sp__line--3 {
  width: 19.33px;
  opacity: 1;
  transition: all 0.3s ease;
}

.hamburger__spButton.active .hamburger__sp__line--1 {
  width: 19.33px;
  transform: translate(0.5px, 6.5px) rotate(45deg);
}
.hamburger__spButton.active .hamburger__sp__line--2 {
  transform: translateX(10px);
  transition: all 0.3s ease;
  opacity: 0;
}
.hamburger__spButton.active .hamburger__sp__line--3 {
  width: 19.33px;
  transform: translate(0.5px, -6.5px) rotate(-45deg);
}

.hamburger__menuSp {
  position: fixed;
  z-index: 1000;
  top: 48px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 48px);
  background: url(../img/hamburger-sp.png) center center / cover no-repeat;
}

.hamburger__menuSpContainer {
  box-sizing: border-box;
  padding-left: 27.5px;
  padding-right: 27.5px;
  width: 100%;
  overflow-y: scroll;
  height: 95%;
}

.hamburger__menuSpNavList {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 16.3px;
}

.hamburger__menuSpNavListItem {
}
.hamburger__menuSpNavListItem a {
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  width: 100%;
  border-bottom: 0.75px solid #ffffff;
  padding-bottom: 21px;
  position: relative;
}

.hamburger__menuSpNavListItem a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 8px;
  top: 27%;
  right: 14px;
  transform: translateY(-50%);
  background: url(../img/right-chevron-white.svg) center center / contain
    no-repeat;
}
