@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-VariableFont_wdth,wght.ttf");
}
.admin-body .menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 751px) {
  .admin-body .menu {
    gap: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .admin-body .menu {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1500px) {
  .admin-body .menu {
    gap: 0.6666666667vw;
  }
}