@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: 0;
  background: #000;
  cursor: pointer;
  width: 90px;
  max-width: 12%;
}

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

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 20vw 6vw;
  background: url("/img/common/ptn-paper.png") center;
}
#drawer-nav .com-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#drawer-nav .btn-sns img {
  max-width: 50%;
}

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