@charset "UTF-8";

.block-genre-style {
  display: none;
}
.pane-topic-path {
  background: #fff;
}
.block-topic-path {
  padding: 24px 0;
}
li.block-topic-path--item__current {
  display: inline-block !important;
}
/*フィルター*/
.block-category-list--sub {
  display: none;
}
.block-goods-list--filter {
  width: 600px;
  margin: 50px auto 13px;
  border-width: 1px;
}
.block-goods-list--filter > h3 {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 12px 50px;
}
.block-goods-list--sort-order-items {
  width: 600px;
  padding: 0;
  margin: auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.block-goods-list--sort-order-items select {
  line-height: 2rem;
  width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url("/img/category/select_arrow.png") no-repeat right 22px center/17px auto;
  padding: 4px 17px;
}
.block-goods-list--sort-order-items > p {
  font-size: 0;
  padding: 0 20px;
  line-height: 1;
}
.block-goods-list--sort-order-items > p:before {
  content: "並び替え";
  font-size: 1.4rem;
}