@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: 2vw;
}
.sp-menu-btn span {
  width: 100%;
  height: 3px;
  background: #3cd3b2;
  transition: 0.4s;
}

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

.drawer-nav__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 28px;
  font-size: 3.6458333333vw;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (min-width: 539px) {
  .drawer-nav__list {
    font-size: 16.4705882353px;
  }
}
.drawer-nav__item {
  width: 48%;
  text-align: center;
}
.drawer-nav__link {
  display: block;
  padding: 20px 4%;
  border-bottom: solid 1px #88e9d4;
}
.drawer-nav .current {
  color: #00ab86;
}/*# sourceMappingURL=drawer.css.map */