@charset "UTF-8";
/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
/*==============================================
ここから下がドロワー設定項目
==============================================*/
.sp-menu-btn-wrp {
  width: 54px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #592714;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 60px;
  right: 100px;
  z-index: 9999;
}

.sp-menu-btn {
  width: 20px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 8px;
  position: relative;
}
.sp-menu-btn span {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.4s;
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  background: #faf2e8;
  padding: 55px 50px;
}/*# sourceMappingURL=drawer.css.map */