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

.sp-menu-btn {
  width: 80%;
  aspect-ratio: 3/1.2;
  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;
}

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