.ec-drawerRole.is_active {
  width: 100%;
  padding: 110px 65px 0 72px;
  background: #161616;
  height: 100%;
}

.ec-drawerRole.is_active .ec-headerSearch {
  background: unset;
  padding-left: 0;
  padding-right: 0;
}

.ec-drawerRole.is_active .ec-headerSearch__keyword input[type=search] {
  font-size: 20px;
  width: 100%;
}

.ec-drawerRole.is_active .clb-wrap-icon-login-sp.clb-first svg {
  width: 24px;
  height: 34px;
  margin-bottom: 10px;
}

.ec-drawerRole.is_active .clb-wrap-icon-login-sp.clb-third svg,
.ec-drawerRole.is_active .clb-wrap-icon-login-sp.clb-second svg {
  width: 23px;
  height: 24px;
  margin-bottom: 10px;
}

.ec-drawerRole.is_active .clb-wrap-icon-login-sp.clb-second a {
  font-size: 22px;
}

.ec-drawerRoleClose.is_active {
  cursor: pointer;
  position: fixed;
  top: 28px;
  right: 28px;
  z-index: 100000000;
  background: transparent;
  width: auto;
  height: auto;
  left: unset;
}

.ec-drawerRole.is_active .clb-wrap-icon-login-sp a,
.ec-drawerRole.is_active .ec-drawerRole__cart a {
  line-height: 64px;
  color: white;
}

.ec-drawerRole.is_active .ec-drawerRole__login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ec-drawerRole.is_active .clb-wrap-icon-login-sp {
  width: 50%;
  border: 1px solid white;
  font-size: 20px;
  font-family: 'Shippori Mincho B1', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  letter-spacing: 0.1em;
}

.ec-drawerRole.is_active .ec-drawerRole__cart {
  margin-top: 23px;
  background: transparent;
  border: 1px solid white;
  font-size: 24px;
  color: white;
  font-family: 'Shippori Mincho B1', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: relative;
  letter-spacing: 0.1em;
}

.ec-drawerRole.is_active .ec-drawerRole__cart div {
  width: 70px;
}

.ec-drawerRole.is_active .ec-drawerRole__cart a {
  display: block;
  position: relative;
}

.ec-drawerRole.is_active .ec-drawerRole__cart svg {
  margin-bottom: 10px;
}

.ec-drawerRole.is_active span.ec-drawerRole__quantity {
  position: absolute;
  bottom: 18px;
  left: 40px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 9999px;

  background-color: #FF0000;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;

  transform: rotate(0deg);
  opacity: 1;
}

.ec-drawerRole.is_active .ec-drawerRole__category {
  color: white;
  font-family: 'Shippori Mincho B1', serif;
  margin-top: 43px;
}

.ec-drawerRole.is_active .ec-drawerRole__category svg {
  margin-bottom: 6px;
}

.ec-drawerRole.is_active .ec-drawerRole__category h1 {
  font-size: 26px;
  font-weight: 400;
  border-bottom: 1px solid white;
  padding: 0 0 22px 0;
  letter-spacing: 0.1em;
}

.ec-drawerRole.is_active .ec-drawerRole__category ul {
  padding-left: 0;
}

.ec-drawerRole.is_active .ec-drawerRole__category li {
  font-size: 28px;
  list-style: none;
  margin-top: 20px;
}

.ec-drawerRole.is_active .ec-drawerRole__category li a {
  color: white;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.ec-drawerRole.is_active .ec-drawerRole__category li i {
  margin-right: 10px;
}

.ec-drawerRole.is_active .ec-footerRole {
  margin-top: 80px;
  background: unset;
  border: none;
}

.ec-drawerRole.is_active .ec-footerRole .ec-footerNavi__link a {
  font-weight: 400;
  font-size: 24px;
  border: none;
  padding: 24px 0;
}

.ec-drawerRole.is_active .ec-footerRole .footer-logo-shop-sp {
  background-image: url('../../icon/chiilabo_w1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 280px;
  height: 280px;
  margin: 0 auto 40px;
  display: block;
}

.ec-drawerRole.is_active .ec-footerRole .ec-footerTitle {
  padding-bottom: 24px;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  color: #646464;
}

.ec-drawerRole.is_active .ec-footerTitle .ec-footerTitle__copyright {
  font-size: 14px;
}

@media (max-width: 500px) {
  .ec-drawerRole.is_active {
    padding: 20px;
  }
  .ec-drawerRole.is_active .ec-drawerRole__login {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .ec-drawerRole.is_active .clb-wrap-icon-login-sp {
    width: 100%;
  }
}
