@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  min-width: 60px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 2vw;
  cursor: pointer;
  width: 90px;
  max-width: 12%;
}

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

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 20vw 6vw 10vw 6vw;
  background-color: #fff;
}

.drawer-nav__list {
  font-weight: bold;
}
.drawer-nav__item {
  text-align: center;
  border-bottom: solid 1px #d5e7dc;
}
.drawer-nav__link {
  display: block;
  padding: 20px 4%;
}
.drawer-nav .current {
  color: #ee3a19;
}/*# sourceMappingURL=drawer.css.map */