.menu__wrapper {
  width: 29.7vw;
  background-color: white;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .menu__wrapper {
    width: 90%;
  }
}
.menu__wrapper a {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.menu__wrapper a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .menu__wrapper a:hover {
    opacity: 1;
  }
}
.menu__close-btn {
  position: absolute;
  right: 1.3vw;
  background-color: transparent;
  border: none;
  top: 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .menu__close-btn {
    right: 2.3vw;
    top: 3.2vw;
  }
}
.menu__close-img {
  width: 1.3vw;
  margin-bottom: 0.3vw;
}
@media screen and (max-width: 750px) {
  .menu__close-img {
    width: 6.3vw;
  }
}
.menu__close-text {
  font-size: 0.6vw;
  color: #3c3c3c;
  font-family: "Montserrat";
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .menu__close-text {
    font-size: 2.6vw;
  }
}
.menu__account-wrapper {
  width: 100%;
  margin-top: 6.9vw;
  display: flex;
  justify-content: center;
  gap: 0.8vw;
}
@media screen and (max-width: 750px) {
  .menu__account-wrapper {
    gap: 1.8vw;
    margin-top: 20vw;
    flex-direction: column;
    padding-left: 13.5vw;
    padding-right: 13.5vw;
  }
}
.menu__account-btn {
  height: 2.8vw;
  width: 10.9vw;
  border-radius: 0.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .menu__account-btn {
    height: 9.8vw;
    border-radius: 1.3vw;
    width: 100%;
  }
}
.menu__account-btn.is-login {
  background-color: #3c3c3c;
  color: white;
}
.menu__account-btn.is-signin {
  background-color: #c48570;
  color: white;
}
.menu__account-btn.is-signin .menu__account-text {
  margin-left: -0.3vw;
  letter-spacing: 0.05vw;
}
.menu__account-login {
  position: absolute;
  left: 2.3vw;
  height: 0.8vw;
  top: 1.1vw;
  width: auto;
}
@media screen and (max-width: 750px) {
  .menu__account-login {
    height: 3.4vw;
    top: calc(50% - 1.6vw);
    left: 18vw;
  }
}
.menu__account-text {
  margin-left: 0.5vw;
  font-weight: bold;
  font-size: 0.8vw;
  margin-top: 0.1vw;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 750px) {
  .menu__account-text {
    font-size: 2.5vw;
  }
}
.menu__account-arrow {
  position: absolute;
  right: 1vw;
  height: 0.8vw;
  top: 1.1vw;
  width: auto;
}
@media screen and (max-width: 750px) {
  .menu__account-arrow {
    right: 5vw;
    height: 3.5vw;
    top: calc(50% - 1.56vw);
  }
}
.menu__list {
  display: flex;
  flex-direction: column;
  gap: 1.3vw;
  padding-left: 4.1vw;
}
@media screen and (max-width: 750px) {
  .menu__list {
    gap: 4.86vw;
    padding-left: 13.5vw;
  }
}
.menu__list-wrapper {
  width: 100%;
  margin-top: 3.2vw;
}
@media screen and (max-width: 750px) {
  .menu__list-wrapper {
    margin-top: 9.5vw;
  }
}
.menu__list-item {
  font-size: 1.1vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #3c3c3c;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .menu__list-item {
    font-size: 5.1vw;
  }
}
.menu__list-item a {
  margin-right: 0.6vw;
}
@media screen and (max-width: 750px) {
  .menu__list-item a {
    margin-right: 3.6vw;
  }
}
.menu__list-item span {
  font-size: 0.5vw;
  font-weight: 100;
}
@media screen and (max-width: 750px) {
  .menu__list-item span {
    font-size: 2.2vw;
  }
}

/*# sourceMappingURL=menu2.css.map */
