/*==============================================
drawer button
==============================================*/
.sp-menu-btn-wrp {
  text-align: center;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 8%;
  max-width: 8%;
}
@media screen and (min-width: 769px) {
  .sp-menu-btn-wrp {
    max-width: 30px;
  }
}
.sp-menu-btn-wrp {
  margin-right: 5.33%;
}

.sp-menu-btn {
  width: 66.07%;
  aspect-ratio: 37/30;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sp-menu-btn span {
  width: 100%;
  height: 3px;
  background: #333;
  transition: 0.4s;
}

.sp-menu-btn-txt {
  margin-top: 12px;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 600;
  font-size: 20px;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .sp-menu-btn-txt {
    font-size: 10px;
  }
}

/*	drawer navi
------------------------------------ */
#drawer-nav {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  #drawer-nav {
    max-width: 375px;
  }
}
#drawer-nav::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 750/150;
}

.drawer-nav__list {
  font-weight: 500;
}
.drawer-nav__item {
  border-bottom: dotted 1px #333;
}
.drawer-nav__item:first-child {
  border-top: dotted 1px #333;
}
.drawer-nav__link {
  display: block;
  text-align: center;
  padding: 30px 0;
}
.drawer-nav .current {
  background: #f1f1f1;
}/*# sourceMappingURL=drawer.css.map */