@charset "euc-jp";
.category-desc img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
.category-desc_2 {
  padding-top: 2em;
}

/* dropdown filter menu */
.prd_lst_block {
  position: relative;
  z-index: 0;
}
.dropdown-filter {
  font-size: 16px;
  height: 4em;
  line-height: 1;
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 10;
}
.dropdown-filter__list {
  background-color: #fff;
  border: 1px solid #948779;
  border-radius: .25em;
  display: inline-block;
  height: 2.4em;
  margin: .75em;
  min-width: 9em;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.dropdown-filter__list.is-show-dropdown-filter {
  height: auto;
  overflow: visible;
}
.dropdown-filter__li--ttl {
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: .7em 2.5em .7em 1em;
  position: relative;
  color: #fff;
  background-color: #948779;
}
.dropdown-filter__li--ttl:after {
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
  background-position: 0 -64px;
  content: '';
  display: block;
  height: 16px;
  margin: 0 0 0 -20px;
  position: absolute;
  right: 1em;
  top: .7em;
  width: 16px;
}
.dropdown-filter__li--ttl:hover {
  background-color: #ccbfb0;
}
.dropdown-filter__list.is-show-dropdown-filter .dropdown-filter__li--ttl:after {
  background-position: 0 -48px;
}
.dropdown-filter__li--item {
  border-top: 1px solid #ccbfb0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-filter__li--item a {
  display: block;
  padding: .7em 1em;
}
.dropdown-filter__li--item a:hover {
  background-color: #dbdbdb;
  text-decoration: none;
}

@media (max-width: 768px) {
  .dropdown-filter {
    height: auto;
  }
  .grid-row.clearfix {
    overflow:hidden;
  }
  #sideNavCat.side-section.hidden-phone-top,.visible-productlist-phone.hidden-desktop.hidden-tablet{
    display: block!important;
  }
  .side-section.hidden-phone-top{
    display:none;
  }
}




