@charset "utf-8";

/* catalog_head内のレイアウト */
.search-result .catalog_head{
  display:flex;
  align-items:center;
  justify-content:space-between
}
/* (デフォルトのレイアウト)カラーなし,段組なし ※ページング以外左寄せ */
.search-result .catalog_head .item_number{
  flex-grow:0;
}
.search-result .catalog_head .item_sort{
  flex-grow:1;
}

/* (オプション)カラーをまとめる */
.site_charles .catalog_head .item_sort,
.site_fitfit .catalog_head .item_sort,
.site_passover .catalog_head .item_sort,
.site_reebok .catalog_head .item_sort,
.site_starcrea .catalog_head .item_sort,
.site_harmony .catalog_head .item_sort,
.site_magaseek .catalog_head .item_sort,
.site_duvetica .catalog_head .item_sort,
.site_mej .catalog_head .item_sort,
.site_lapine .catalog_head .item_sort,
.site_kuipo .catalog_head .item_sort,
.site_fila .catalog_head .item_sort{
  flex-grow:0;
}
.site_charles .catalog_head .ByModel_Filter,
.site_fitfit .catalog_head .ByModel_Filter,
.site_passover .catalog_head .ByModel_Filter,
.site_reebok .catalog_head .ByModel_Filter,
.site_starcrea .catalog_head .ByModel_Filter,
.site_harmony .catalog_head .ByModel_Filter,
.site_magaseek .catalog_head .ByModel_Filter,
.site_duvetica .catalog_head .ByModel_Filter,
.site_mej .catalog_head .ByModel_Filter,
.site_lapine .catalog_head .ByModel_Filter,
.site_kuipo .catalog_head .ByModel_Filter,
.site_fila .catalog_head .ByModel_Filter{
  display: flex !important;
  flex-grow:1;
}

/* (オプション)段組設定 ※2段になる */
.site_charles .columnSelect,
.site_fineoutlet .columnSelect,
.site_harmony .columnSelect,
.site_starcrea .columnSelect,
.site_mej .columnSelect {
  width:100%;
  display:flex !important;
  justify-content:right;
}
.site_charles .search-result .catalog_head,
.site_fineoutlet .search-result .catalog_head,
.site_harmony .search-result .catalog_head,
.site_starcrea .search-result .catalog_head,
.site_mej .search-result .catalog_head{
  flex-wrap:wrap;
}

/* 横スライドsearch-filter 開閉ボタン */
.site_fascinate .search-result .catalog_head .btn-searchFilter,
.site_harleydavidson .search-result .catalog_head .btn-searchFilter{
  display: flex !important;
}
.search-result .catalog_head .btn-searchFilter{
  background: none;   /* 背景色をリセット */
  color: inherit;     /* 文字色を継承 */
  border: none;       /* 枠線をリセット */
  padding: 0;         /* 内側余白をリセット */
  margin: 0;          /* 外側余白をリセット */
  font: inherit;      /* フォントスタイルを継承 */
  cursor: pointer;    /* カーソルをポインターに設定 */
  outline: inherit;   /* アウトラインを継承 */
  display:flex;
  align-items:center;
  margin-right:20px;
  padding:.2em 1.5em;
  font-size:14px;
  font-weight:600;
  color:#333;
  border:1px solid #666;
  border-radius:2px;
}
.search-result .catalog_head .btn-searchFilter:hover{
  background-color:#eee;
}
body:not(.site_fascinate) .search-result .btn-searchFilter,
body:not(.site_harleydavidson) .search-result .btn-searchFilter{
  display:none;
}
.search-result .catalog_head .btn-searchFilter[aria-expanded="true"]{
  opacity:.5;
  border-color:transparent;
  background-color:#eee;
}
.search-result .catalog_head .btn-searchFilter:before{
  font-family: "Material Symbols Outlined";
  content:"\e429";
  font-style:normal;
  font-size:20px;
  margin-right:.2em;
}

/*-- 並び替え --*/
.item_sort {
  margin-right: 16px;
}
.item_sort select {
  box-sizing: border-box;
  color: #282828;
  font-size: 12px;
  border: solid 1px #ddd;
  background: #fff;
  width: 100px;
  height: 32px;
  padding: 0 0.5em;
}
.item_sort select option {
  font-size: 11px;
  line-height: 11px;
  padding-right: 10px;
}
.site_magaseek .item_sort select {
  padding: 0;
}

/* カラーでまとめる */
.catalog_head .ByModel_Filter {
  display:flex;
  flex-direction: row-reverse;
  justify-content:flex-end;
  line-height: 30px;
}
.catalog_head .ByModel_Filter label {
  width: 40px;
  height: 22px;
  box-sizing: border-box;
  background: #ddd;
  border-radius: 100px;
  position: relative;
  top: 4px;
  cursor: pointer;
  transition: .3s ease;
  margin-right: 5px;
}
.catalog_head .ByModel_Filter label:before {
  transition: .3s ease;
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  background: white;
  left: 4px;
  top: 3px;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}
.catalog_head span.ByModel_FilterLabel {
  cursor: pointer;
}
.catalog_head .ByModel_Filter input[type=checkbox]:checked+.ByModel_FilterLabel+label:before {
  left: 19px;
}
.catalog_head .ByModel_Filter input[type=checkbox]:checked+.ByModel_FilterLabel+label {
  background: #000;
}
.catalog_head .ByModel_Filter .ByModel_FilterLabel {
  color: #747474;
}
.catalog_head .ByModel_Filter input[type=checkbox]:checked+.ByModel_FilterLabel {
  color: #000;
}

/*-- 商品数 --*/
.item_number {
  margin-right: 16px;
  font-size: 28px;
  font-weight: normal;
  color: #2b2b2b;
}
.item_number small {
  font-size: 16px;
}
.item_number small:last-child{
  margin-left:.1em;
}
.site_brandeli .item_number small,
.site_fashionwalker .item_number small{
  font-size: 14px;
}
.site_magaseek .item_number{
  font-size:24px;
}
.site_magaseek .item_number small{
  font-size: 13px;
}
.item_muteMedium {
  display: block;
  width: 25px;
  height: 30px;
  line-height: 32px;
  float: left;
  background: #f5f5f5;
  border-radius: 4px;
  margin-right: 16px;
  margin-top: 1px;
  text-align: center;
  cursor: pointer;
}
.item_muteMedium:hover {
  background: #ddd;
}
.item_muteMedium img {
  display: inline;
  width: 5px;
  padding-top: 6px;
}

/*-- ページャー ※検索結果下と共用 --*/
.catalog_paging ul {
  float: right;
  overflow: hidden;
}
.catalog_paging li {
  float: left;
  font-size: 14px;
  line-height: 1;
}
.catalog_paging li.current span {
  display: block;
  padding: 8px;
  text-align: center;
}
.catalog_paging li:not(.pager-prev):not(.pager-next) a {
  display: block;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin: 0 2px;
}
.catalog_paging li a:hover,
.catalog_paging li.current,
.catalog_paging li.pager-prev a:hover,
.catalog_paging li.pager-next a:hover {
  background-color: #e6e6e6;
  text-decoration: none;
  color: #000;
}
.catalog_paging li.current {
  font-weight: bold;
}

/* 前へ 次へ */
.catalog_paging .pager-prev,
.catalog_paging .pager-next {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.catalog_paging .pager-prev {
  margin-right: 5px;
}
.catalog_paging .pager-prev a,
.catalog_paging .pager-next a {
  display: flex;
  height: 30px;
  align-items: center;
  font-size: 12px;
  color: #333;
  padding: 0 .75em;
}
.catalog_paging .pager-prev a i svg,
.catalog_paging .pager-next a i svg {
  color: #666;
  width: 16px;
  height: 16px;
}
