@charset "UTF-8";
/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
/*==============================================
ここから下がドロワー設定項目
==============================================*/
.sp-menu-btn-wrp {
  min-width: 70px;
  aspect-ratio: 1/1;
  background: #cc0000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2%;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 90px;
  max-width: 12%;
}

.sp-menu-btn {
  width: 80%;
  aspect-ratio: 3/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sp-menu-btn span {
  width: 60%;
  height: 2px;
  background: #fff;
  transition: 0.4s;
}
.sp-menu-btn .middle {
  margin: 5px 0;
}

.sp-menu-btn-txt {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  transform: translateY(4px);
  color: #fff;
  font-size: 24px;
  font-size: 3.125vw;
}
@media screen and (min-width: 539px) {
  .sp-menu-btn-txt {
    font-size: 16px;
  }
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 20vw 6vw 10vw 6vw;
  background: #010001;
}
#drawer-nav .com-logo {
  position: absolute;
  top: 4vw;
  left: 4vw;
  z-index: 1;
}/*# sourceMappingURL=drawer.css.map */