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

.sp-menu-btn {
  width: 80%;
  aspect-ratio: 3/1.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-txt {
  text-align: center;
  line-height: 1;
  transform: translateY(4px);
  color: #fff;
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  background: #fff;
  padding: 25vw 6vw 10vw 6vw;
}
#drawer-nav .com-logo {
  position: absolute;
  top: 4vw;
  left: 4vw;
  z-index: 1;
}
#drawer-nav .btn-circle {
  width: 200px;
  max-width: 26.6666666667%;
}/*# sourceMappingURL=drawer.css.map */