.list_pickup {
  display: none;
}
.list-header {
  margin-bottom: 3em;
}
.pan {
  color: #D4CAB3;  
  text-align: center;
}
.pan a {
  color: #D4CAB3; 
}
.pan h2 {
  display: inline;
  font-size: 1em;
  font-weight: normal;
}
.pan a:last-of-type {
  font-size: 2em;
  color: #D0B46D;
}
.pan p {
  font-style: italic;
}
.sub-list {
  text-align: center;
  color: #D0B46D;
      width: 80%;
    margin: 2em auto 0 auto;
}
.sub-list li {
  display: inline;
  padding: 0 .5em;
}
.sub-list li:first-of-type, .sub-list li:last-of-type {
  padding: 0;
}
.cate_free {
    color: #D0B46D;
    width: 60%;
    margin: 2em auto;
    line-height: 2.2;
  }
.productlist_noitem {
  color: #bbb;
  text-align: center;
  margin: 3em 0 5em 0;
}
.soldimg {
  opacity: 1;
}
.newarrival .soldimg {
  opacity: 1;
}
@media(max-width: 599px) {
  .list-header {
    margin-bottom: 1.5em;
    position: relative;
    padding-bottom: 2.5em;
  }
  .pan {
    width: 60%;
    margin: 0 auto;
  }
  .pan p {
    margin-top: 0.5em;
    }
  .pan a:last-of-type {
    display: block;
  }
  .pan h2 {
    line-height: 1.2em;
    padding-top: 0.5em;
    display: inline-block;
    }
  .cate_free {
    width: 100%;
    font-size: 90%;
  }
  .column {
    appearance: none;
    border: none;
    background: none;
    width: 3.5em;
  position: absolute;
  bottom: 0;
  right: 0;
  }
}