.hmbg_menu-area {
  display: grid;
  box-sizing: border-box;
  place-content: center;
}

#hmbg_menu-button {
  position: relative;
  z-index: 100000;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  width: 50px;
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  #hmbg_menu-button {
    width: 30px;
  }
}
#hmbg_menu-button .hmbg_menu-icon {
  position: relative;
  width: 50px;
  height: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #hmbg_menu-button .hmbg_menu-icon {
    width: 30px;
    height: 10px;
  }
}
#hmbg_menu-button .hmbg_menu-icon .line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background-color: #fb5b45;
  height: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #hmbg_menu-button .hmbg_menu-icon .line {
    height: 3px;
  }
}
#hmbg_menu-button .hmbg_menu-icon .line:nth-of-type(1) {
  top: 0%;
}
#hmbg_menu-button .hmbg_menu-icon .line:nth-of-type(2) {
  top: calc(100% - 2px);
}
#hmbg_menu-button.active {
  height: 50px;
}
@media screen and (max-width: 767px) {
  #hmbg_menu-button.active {
    height: 30px;
  }
}
#hmbg_menu-button.active .hmbg_menu-icon .line:nth-of-type(1) {
  width: 125%;
  top: 100%;
  transform: rotate(-45deg) translate(-4px, -3px);
  background-color: #fb5b45;
}
@media screen and (max-width: 767px) {
  #hmbg_menu-button.active .hmbg_menu-icon .line:nth-of-type(1) {
    transform: rotate(-45deg) translate(-4px, -2px);
  }
}
#hmbg_menu-button.active .hmbg_menu-icon .line:nth-of-type(2) {
  width: 125%;
  top: 150%;
  transform: rotate(45deg) translate(-9px, -4px);
  background-color: #fb5b45;
}
@media screen and (max-width: 767px) {
  #hmbg_menu-button.active .hmbg_menu-icon .line:nth-of-type(2) {
    transform: rotate(45deg) translate(-5px, 0px);
  }
}

#hmbg_menu {
  position: fixed;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  width: 100%;
  height: 100dvh;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #hmbg_menu {
    top: -100%;
    opacity: 1;
    background-color: #fff4e5;
    transition: all 0.3s ease-in-out;
  }
}
#hmbg_menu.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0s 0s;
}
@media screen and (max-width: 767px) {
  #hmbg_menu.active {
    top: 0%;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
}
#hmbg_menu .logo {
  display: none;
}
@media screen and (max-width: 767px) {
  #hmbg_menu .logo {
    display: block;
    top: 7px;
    left: 20px;
    width: 50px;
  }
}
#hmbg_menu .hmbg_menu-inner {
  padding-inline: 20px;
  width: max(33%, 400px);
  height: 100%;
  overflow: auto;
  margin-left: auto;
  background-color: #fff4e5;
}
@media screen and (max-width: 767px) {
  #hmbg_menu .hmbg_menu-inner {
    padding-inline: 0;
    width: 100%;
  }
}
#hmbg_menu .hmbg_menu-inner .hmbg_menu-list {
  list-style: none;
  padding: 80px 40px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  #hmbg_menu .hmbg_menu-inner .hmbg_menu-list {
    position: absolute;
    top: 0;
    padding: 100px 80px 0 20px;
    margin: 0;
    height: 100%;
  }
}
#hmbg_menu .hmbg_menu-inner .hmbg_menu-list li {
  margin-bottom: 20px;
  padding: 12px 0;
  text-align: left;
}
#hmbg_menu .hmbg_menu-inner .hmbg_menu-list li .hmbg {
  border: 1px solid rgba(69, 69, 69, 0.25);
}
@media screen and (max-width: 767px) {
  #hmbg_menu .hmbg_menu-inner .hmbg_menu-list li .hmbg {
    position: absolute;
    width: calc(100vw - 40px);
  }
}
#hmbg_menu .hmbg_menu-inner .hmbg_menu-list li a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 30px;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #hmbg_menu .hmbg_menu-inner .hmbg_menu-list li a {
    font-size: 16px;
  }
}
#hmbg_menu .hmbg_menu-inner .hmbg_menu-list li a span {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #b4b4b4;
}
#hmbg_menu .hmbg_menu-inner .hmbg_menu-title {
  display: flex;
  width: 100%;
  font-size: 10px;
  font-weight: 500;
  color: #232427;
  margin: 50px 0 0 0;
}
#hmbg_menu .hmbg_menu-inner .hmbg_menu-text {
  line-height: 20px;
  padding-left: 20px;
  margin: auto 0;
}/*# sourceMappingURL=hmbg_menu.css.map */