@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  aspect-ratio: 1/1;
  border-radius: 1.2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2%;
  background: #1d53b0;
  cursor: pointer;
  width: 12vw;
}

.sp-menu-btn {
  width: 80%;
  aspect-ratio: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sp-menu-btn span {
  width: 60%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: 0.4s;
}
.sp-menu-btn .middle {
  margin: 5px 0;
}

.sp-menu-btn-txt {
  text-align: center;
  line-height: 1;
  transform: translateY(4px);
  color: #fff;
  font-size: 20px;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .sp-menu-btn-txt {
    font-size: 10px;
  }
}

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

.drawer-nav__item {
  border-bottom: solid 2px #98e5e3;
}
.drawer-nav__link {
  display: block;
  padding: 5% 0;
}
.drawer-nav .current {
  color: #13c4f7;
}/*# sourceMappingURL=drawer.css.map */