@charset "UTF-8";
/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
/*==============================================
ここから下がドロワー設定項目
==============================================*/
.sp-menu-btn-wrp {
  min-width: 65px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 2vw;
  right: 2vw;
  background: url("/img/common/ptn-orn.jpg");
  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: 3px;
  border-radius: 50rem;
  background: #fff;
  transition: 0.4s;
}
.sp-menu-btn .middle {
  margin: 6px 0;
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 10% 6vw;
  background: url("/img/common/ptn-beg.jpg");
}/*# sourceMappingURL=drawer.css.map */