.l-main {
  top: 0;
  overflow: unset;
}
@media screen and (max-width: 1030px) {
    .l-main {
        position: static;
        margin-top: 90px !important;
        padding-top: 0;
    }
}
.cp_top {
  display: none;
}
.l-header{
  background: #ffffff6e;
}
@media screen and (max-width: 1030px){
  .l-header {
    position: fixed;
    top: 0;
  }
}
.l-header-logo__type-txt {
  color: #000000;
}
.l-contents-wrap {
  width: 100%;
}
.l-help-navi-list {
  filter: brightness(0.5);
}
.l-main-navi-list__link {
  color: #5f5f5f;
}
.l-header-search__btn img {
    width: 18px;
    filter: unset;
}
.l-header-cart a img {
    width: 19px;
    filter: unset;
}
.p-global-header__cart-count {
  color: #000000;
}
.l-menu-btn span {
  background-color: #000;
}