@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  width: 90px;
  max-width: 12%;
  min-width: 60px;
  aspect-ratio: 1/1;
  border-radius: 0 0 0 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  background: #e13f54;
  padding-top: 1%;
  cursor: pointer;
}

.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 {
  font-size: 20px;
  font-size: 2.6041666667vw;
  text-align: center;
  line-height: 1;
  transform: translateY(4px);
  color: #fff;
}
@media screen and (min-width: 539px) {
  .sp-menu-btn-txt {
    font-size: 11.7647058824px;
  }
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 10% 6vw;
  background-color: #fefdf6;
}
#drawer-nav .com-logo {
  margin-bottom: 6vw;
}

.drawer-nav__list {
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  font-size: 3.90625vw;
  font-weight: 500;
}
@media screen and (min-width: 539px) {
  .drawer-nav__list {
    font-size: 17.6470588235px;
  }
}
.drawer-nav__item {
  border-bottom: solid 1px #efeded;
  text-align: center;
}
.drawer-nav__link {
  display: block;
  padding: 24px 4vw;
}
.drawer-dropdown {
  position: relative;
}
.drawer-dropdown::after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #e13f54;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translate(0, -50%);
}
.drawer-dropdown__list {
  border-radius: 10px;
  overflow: hidden;
  background: #f3f2e3;
}
.drawer-dropdown__item {
  border-top: solid 1px #fff;
}
.drawer-dropdown__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.drawer-dropdown__item a::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  border-radius: 50rem;
  background: #e13f54;
}
.drawer .current {
  color: #e13f54;
}/*# sourceMappingURL=drawer.css.map */