@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: #72e4e3;
  background: linear-gradient(90deg, #72e4e3 0%, #569acc 100%);
  padding-top: 1%;
  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: 25vw 6vw;
  background-color: #fff;
}
#drawer-nav .com-logo-a {
  position: absolute;
  top: 0;
  left: 0;
}

.drawer-nav__item {
  border-bottom: solid 1px #ddd;
}
.drawer-nav__link {
  display: block;
  padding: 20px 4vw;
  font-weight: 600;
}
.drawer-dropdown__list {
  margin: 0 0 20px 4vw;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 6vw;
  font-size: 26px;
  font-size: 3.3854166667vw;
}
@media screen and (min-width: 539px) {
  .drawer-dropdown__list {
    font-size: 15.2941176471px;
  }
}
.drawer-dropdown__list .drawer-nav__link {
  padding: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.drawer-dropdown__list .drawer-nav__link::before {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  background: #569acc;
}
.drawer-dropdown__item:nth-child(odd) {
  width: calc(60% - 3vw);
}
.drawer-dropdown__item:nth-child(even) {
  width: calc(40% - 3vw);
}
.drawer .current {
  color: #569acc;
}/*# sourceMappingURL=drawer.css.map */