@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  min-width: 60px;
  aspect-ratio: 1/1;
  border-radius: 0 0 0 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  background: #3f3731;
  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;
  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.6041666667vw;
}
@media screen and (min-width: 539px) {
  .sp-menu-btn-txt {
    font-size: 11.7647058824px;
  }
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 20vw 6vw;
  background-color: #f5f5f5;
}
#drawer-nav .com-logo {
  position: absolute;
  top: 4vw;
  left: 4vw;
  z-index: 1;
}

.drawer-nav {
  background: #fff;
  border-radius: 4px;
}
.drawer-nav__list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 27px;
  font-size: 3.515625vw;
}
@media screen and (min-width: 539px) {
  .drawer-nav__list {
    font-size: 15.8823529412px;
  }
}
.drawer-nav__item {
  border-right: solid 1px #d8d8d8;
}
.drawer-nav__item:not(:last-child) {
  border-bottom: solid 1px #d8d8d8;
}
.drawer-nav__item:nth-child(2), .drawer-nav__item:nth-child(5), .drawer-nav__item:nth-child(7), .drawer-nav__item:nth-child(3) {
  border-right: none;
}
.drawer-nav__item:not(:nth-child(3)) {
  width: 50%;
}
.drawer-nav__link {
  display: block;
  padding: 20px 6vw;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.drawer-nav__link::before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  background: #e3772f;
}
.drawer-dropdown__list {
  width: 100%;
  padding: 0 6vw 20px 6vw;
  display: flex !important;
  flex-wrap: wrap;
  gap: 4vw 0;
}
.drawer-dropdown__list .drawer-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding: 0;
}
.drawer-dropdown__list .drawer-nav__link:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #e3772f;
}
.drawer-dropdown__item {
  width: 50%;
}
.drawer .current {
  color: #e3772f;
}/*# sourceMappingURL=drawer.css.map */