body {
  font-size: 4vw;
}

img {
  max-width: 100%;
  height: auto;
}

/*flex
------------------------------------ */
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-c {
  align-items: center;
}

/*---------------------------------------------
 Drawer Default
---------------------------------------------*/
.drawer-logo {
  width: 30%;
  margin-bottom: 8%;
}

.drawer-nav {
  padding: 10% 10% 50% 10% !important;
  background: url(/images/common/pattern.png);
}

.drawer-nav .drawer-menu>li {
  border-bottom: 1px solid #c6beaf;
  position: relative;
}

.drawer-nav .drawer-menu>li>.drawer-menu-item,
.drawer-nav .drawer-menu>li>.drawer-menu-item_fix {
  font-size: clamp(12px, 3.2vw, 24px);
  font-weight: 700;
  padding: 3%;
  color: #414141;
}

.drawer-menu {
  margin-bottom: 10%;
}

.drawer-dropdown-menu {
  padding-bottom: 10px;
}

.drawer-dropdown-menu-item {
  padding: 10px 10px 10px 15px;
  font-size: 13px;
}

.drawer-sub-menu-item {
  padding: 2%;
  font-size: clamp(11px, 2.933vw, 22px);
  font-weight: 700;
  line-height: 1.4;
  color: #414141;
}



/*DropDown Menu
---------------------------------------------*/
.drawer-dropdown-menu>li,
.drawer-dropdown-menu .drawer-dropdown-menu-item {
  line-height: 1.2;
  border-bottom: 1px solid #fff;
}

.level1,
.level2 {
  position: relative;
}

.level1 a,
.level1 p,
.level2 a,
.level2 p {
  font-size: 4vw;
}

.level1 {
  background: #fff;
}

.level2 {
  background: #fff;
}

.drawer-current {
  right: 5px !important;
  top: 50%;
  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
}

.drawer-current {
  position: absolute;
  right: 5px !important;
  top: 27px;
  width: 10px !important;
  height: 10px !important;
  border: solid transparent 1px !important;
  box-sizing: border-box;
  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  transform: rotate(-45deg) !important;
  margin-top: -5px !important;
  transition: 0.2s all;
}

.current .drawer-current {
  transform: rotate(45deg) !important;
}

/*Original Custum Code
=======================================*/
/*SNS
-----------------------------------*/
.sns-list {
  margin: 10% auto 5%;
}

.sns-list li {
  margin-right: 5%;
}

.sns-list li:last-child {
  margin-right: 0;
}

/*Address
-----------------------------------*/
.drawer-address {
  margin: 5% auto;
  text-align: center;
  font-size: 3.5vw;
}

.drawer-address li {
  margin-bottom: 3%;
}

.drawer-address li:last-child {
  margin-bottom: 0;
}

/*Contact btn
-----------------------------------*/
.drawer-mail-btn {
  text-align: center;
  width: 60%;
  display: block;
  background: #000;
  margin: 10% auto;
  padding: 4% 0;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

.drawer-mail-btn span {
  font-size: 4vw;
  color: #fff;
  position: relative;
}

/*# sourceMappingURL=drawer.css.map */