@charset "utf-8";

/*____________________________________________________________________________

SITE TITLE: BOEM - assets
TITLE: PC catalogディレクトリ 【L4】

(1) 商品カタログページ 全体・カラム 幅設定
(2) 商品カタログページ 左ナビ
(3) 商品カタログページ ページ 右コンテンツ
(99) その他

____________________________________________________________________________*/


/*----------------------------------------------------------------------------
  (1) 商品カタログページ 全体・カラム 幅設定
----------------------------------------------------------------------------*/
/*--- 左ナビ ---*/
#left_navi {
  float: left;
  width: 200px;
  padding-top: 10px;
}
.site_fashionwalker #left_navi {
  width: 170px;
}

/*--- 右コンテンツ ---*/
#right_content {
  width: 795px;
  float: right;
  padding-top: 10px;
}
.site_fashionwalker #right_content {
  width: 780px;
}

/*--- 関連コンテンツ ---*/
#content_banner {
  width: 1024px;
  margin: 0 auto;
}

/* カラム幅 */
.site_fashionwalker .page_search .search-result {
  width: 780px;
  float: right;
  padding-top: 10px;
}

/*----------------------------------------------------------------------------
  (2) 商品カタログページ 左ナビ
----------------------------------------------------------------------------*/
.wrap_filter {
  padding: 20px 0 14px;
  border-top: 1px solid #eee;
}
.wrap_filter h3,
.wrap_filter .heading {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: normal;
  margin-bottom: 8px;
}
#left_navi .filter_list li a {
  color: #666;
  padding: 0 0 0 5px;
}
#left_navi a:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  text-decoration: none;
}

/*-- 絞り込み条件リストタイプ共通 --*/
.filter_list {
  margin-top: 6px;
  font-size: 13px;
}

/* 調整 */
.wrap_filter.brand .filter_list {
  margin-top: 0;
}
.filter_list li {
  padding: 8px 0;
}
.filter_list li a {
  display: block;
  cursor: pointer;
}
.filter_list li:hover {
  background: #efefef;
}

/*-- カテゴリから探す --*/
.filter_list.category li {
  position: relative;
  padding: 8px 0 8px 10px;
}
.filter_list.category li.category_top {
  margin-left: 0;
  padding: 8px 0;
  color: #ed6d0f;
}
.category_top a {
  color: #ed6d0f;
}
.filter_list.category li:hover,
.filter_multi li a:hover {
  background: #efefef;
}
.filter_list.category li ul {
  display: none;
}
.filter_list.category li:hover ul {
  display: block;
  position: absolute;
  top: -10px;
  left: 160px;
  width: 220px;
  background: #fff;
  z-index: 64;
  border-radius: 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10);
  padding: 10px 0;
}
.filter_list.category li ul li {
  margin: 0;
  padding: 8px 10px;
}
.filter_list.category li ul li:hover {
  background: #efefef;
}

/*-- 価格から探す／サイズから探す --*/
.filter_price,
.filter_size {
  padding: 12px 0 6px;
}
.filter_price select,
.filter_size select {
  width: 90px;
  border: solid 1px #eee;
  color: #282828;
  height: 32px;
}
.site_fashionwalker .filter_price select,
.site_fashionwalker .filter_size select {
  width: 74px;
}
.filter_price_btn,
.filter_size_btn,
.filter_multi_btn {
  margin-top: 12px;
  text-align: right;
}
.filter_price_btn input,
.filter_size_btn input,
.filter_multi_btn input,
.filter_multi input,
.filter_searchWord_btn input {
  background: #666;
  border: 1px solid transparent;
  padding: 6px 14px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 2px;
  color: #fff;
}
.filter_price_btn input:hover,
.filter_size_btn input:hover,
.filter_multi_btn input:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}
.filter_price select option,
.filter_size select option {
  font-size: 11px;
  line-height: 11px;
  padding-right: 0;
}
.filter_price select:nth-child(2),
.filter_size select:nth-child(2) {
  float: right;
}

/*-- サイズから探す ブラ カップサイズ --*/
.filter_multi.filter_BraSize {
  margin-top: 10px;
}
.filter_multi.filter_BraSize > label {
  position: relative;
  font-size: 13px;
  font-weight: normal;
  line-height: 33px;
  padding: 0 5px;
  cursor: pointer;
}
.filter_multi.filter_BraSize > label:hover {
  background: #efefef;
}
.filter_multi.filter_BraSize > label:after {
  content: '';
  position: absolute;
  top: 38%;
  right: 8px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter_multi.filter_BraSize > label.open:after {
  top: 45%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.filter_multi .bra_size_group_wrapper {
  display: none;
}
.filter_multi .bra_size_group_content {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 5px 10px;
}
.filter_multi.filter_BraSize li {
  width: 50%;
}

/*-- ブランドから探す --*/
.brand_select_name {
  cursor: default;
}
a.modalLink.brand_select_name {
  cursor: pointer;
}
a.modalLink.brand_select_name span {
  font-size: 11px;
  color: #999;
}
.brand_fav_pickup {
  margin-top: 6px;
  font-size: 13px;
}
.brand_fav_pickup li {
  padding: 8px 0;
}
.brand_fav_pickup li:hover {
  background: #efefef;
}
#left_navi .brand_fav_pickup li a {
  display: block;
  color: #666;
  padding: 0 0 0 5px;
}
.filter_list.more_brandlist li:hover {
  background: none;
}
#left_navi .filter_list.more_brandlist li a.modalLink.brand_select_name {
  display: inline-block;
}
.fav-brand_list a.btn_fav-brand {
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  margin: 0 0 8px 5px;
  background: #666;
  color: #fff;
  border: none;
  padding: 0 8px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.fav-brand_list .fav-brand-no-list {
  font-size: 11px;
  letter-spacing: 0;
  color: #666;
  padding: 0 0 0 5px;
  width: 170px;
  text-align: center;
  margin: 4px 0 0 0;
}

/* 転送後お気に入りブランドなし */
.no-result-favBrand {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 3px;
}
.no-result-favBrand-head {
  font-size: 20px;
  text-align: center;
  margin: 8px 0;
}
.no-result-favBrand-lead {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  text-align: center;
}
.no-result-favBrand-cta {
  text-align: center;
}
.no-result-favBrand-cta a {
  background: #fff;
  padding: 8px 16px;
  display: inline-block;
  margin: 16px 0 0 0;
}
.no-result-favBrand-cta a:hover {
  text-decoration: none;
  opacity: .8;
}

/* ツールチップ */
.fav-brand_list .fav-brand-no-list a {
  color: #999;
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd;
}
.tippy-tooltip {
  padding: 16px;
}
.tippy-tooltip .tippy-content a {
  display: inline-block;
  margin: 4px 0 0 0;
}
.tippy-tooltip .tippy-content small {
  font-size: 12px;
  color: #666;
}
.tippy-tooltip.light-theme {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, .35), 0 4px 16px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15);
  background-color: #fff;
}

/*-- カラーから探す --*/
.filter_color {
  margin-bottom: 0px;
}
.filter_color li,
.filter_multi li {
  width: 100%;
  box-sizing: border-box;
  display: table;
  margin: 0;
}
.filter_color li span {
  display: table-cell;
}
.filter_color li span.check,
.filter_multi li span.check {
  width: 24px;
}
.filter_color li:hover,
.filter_multi li:hover {
  background: none;
}
.filter_color li a,
.filter_color li a:hover {
  display: block;
  padding: 0;
  height: 20px;
  font-size: 13px;
  color: #666;
}
.colorchip {
  position: relative;
  padding: 4px 0 4px 30px;
  color: #666;
  font-size: 13px;
  line-height: 20px;
}
.colorchip:hover {
  background: #efefef;
  cursor: pointer;
}
.colorchip:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #000;
}
.colorchip.colorchip-col185:before {
  background: #000;
}
.colorchip.colorchip-col179:before {
  background: #808082;
}
.colorchip.colorchip-col188:before {
  background: #6f451f;
}
.colorchip.colorchip-col200:before {
  background: #113394;
}
.colorchip.colorchip-col174:before {
  background: #e9e4d1;
}
.colorchip.colorchip-col183:before {
  background: #fff;
  border: 1px solid #ddd;
}
.colorchip.colorchip-col180:before {
  background: #be9d20;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3d26e 0%, #be9d20 50%, #e3d26e 100%);
  background: -webkit-linear-gradient(top, #e3d26e 0%, #be9d20 50%, #e3d26e 100%);
  background: linear-gradient(to bottom, #e3d26e 0%, #be9d20 50%, #e3d26e 100%);
}
.colorchip.colorchip-col181:before {
  background: #aaa9a9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d9d9d9 0%, #aaa9a9 50%, #d9d9d9 100%);
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #aaa9a9 50%, #d9d9d9 100%);
  background: linear-gradient(to bottom, #d9d9d9 0%, #aaa9a9 50%, #d9d9d9 100%);
}
.colorchip.colorchip-col168:before {
  background: #feabc5;
}
.colorchip.colorchip-col187:before {
  background: #de2e5c;
}
.colorchip.colorchip-col184:before {
  background: #4b98e6;
}
.colorchip.colorchip-col182:before {
  background: #fee00e;
}
.colorchip.colorchip-col186:before {
  background: #66b061;
}
.colorchip.colorchip-col173:before {
  background: #e57e15;
}
.colorchip.colorchip-col175:before {
  background: #946fa5;
}
.colorchip.colorchip-col171:before {
  background: #768135;
}
.colorchip.colorchip-col169:before {
  background: url(https://media.aws.locondo.jp/contents/img/common/colorchip/color169.png) 50% 50%;
  background-size: 25px;
}
.colorchip.colorchip-col170:before {
  background: url(https://media.aws.locondo.jp/contents/img/common/colorchip/color170.png) 50% 50%;
}
.colorchip.colorchip-col201:before {
  background: url(https://media.aws.locondo.jp/contents/img/common/colorchip/color201.png) 75% 50%;
  background-size: 20px;
}
.colorchip.colorchip-col167:before {
  background: url(https://media.aws.locondo.jp/contents/img/common/colorchip/color167.png) 50% 50%;
  background-size: 30px;
}
.filter_color_btn {
  text-align: right;
}
.filter_color_btn input:hover {
  opacity: .8;
}

/* シーズン・シリーズから探す */
.multi-search-modal-link .multi_filter_label label {
  font-weight: normal;
  padding: 8px 5px;
  cursor: pointer;
}
.modal.multi-search-modal {
  display: none;
  position: fixed;
  background: #f5f5f5;
  padding: 0 30px 30px 30px;
  top: 100px;
  overflow: visible;
  z-index: 1001;
  width: 910px;
  min-height: 320px;
  box-shadow: 0 0 8px #aaa;
  top: 50% !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
#sportsSeason_sec .multi_sec_contents h2,
#sportsSeries_sec .multi_sec_contents h2,
#sportsTeam_sec .multi_sec_contents h2 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px;
  margin-bottom: 16px;
  padding: 34px 0 10px;
}
.filter_SportsSeason label,
.filter_SportsSeries label,
.filter_SportsTeam label {
  padding-left: 25px;
  font-weight: normal;
  padding-top: 4px
}
#sportsSeason_sec ul.filter_SportsSeason,
#sportsSeries_sec ul.filter_SportsSeries,
#sportsTeam_sec ul.filter_SportsTeam {
  overflow-y: scroll;
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px 30px 20px 30px;
  min-height: 100px;
  max-height: 300px;
  display: flex;
  flex-wrap: wrap;
}
#sportsSeason_sec ul.filter_SportsSeason li,
#sportsSeries_sec ul.filter_SportsSeries li,
#sportsTeam_sec ul.filter_SportsTeam li {
  width: 33%;
  line-height: 3;
}
#sportsTeam_sec ul.filter_SportsTeam>div {
  width: 100%;
  padding: 20px 0 10px;
  font-size: 14px;
}
#sportsTeam_sec ul.filter_SportsTeam>div.heading {
  border-bottom: 1px solid #CCCCCC;
  font-weight: bold;
  line-height: 1;
  display: none;
}
.multi-search-modal .addMultiCondition {
  display: flex;
  justify-content: left;
  margin-top: 20px;
}
.multi-search-modal .multiSearchModalClearBtn {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #666;
  margin-right: 8px;
  height: 31px;
  cursor: pointer;
}
.multi-search-modal .filter_multi_btn {
  text-align: left;
  margin-top: 0;
  cursor: pointer;
}
.multi_sec_contents .filter_multi_btn input {
  margin-top: 0;
}

/* selectFilterList */
.multi_sec_contents .selectFilterList {
  display: flex;
  padding: 12px;
  overflow-x: auto;
}
.multi_sec_contents .selectFilterList li {
  font-size: 12px;
  padding: .5em 1em;
  margin-right: 5px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  white-space: nowrap;
  cursor: pointer;
}
.multi_sec_contents .selectFilterList li.-isOnly {
  color: #fff;
  background-color: #222;
}

/* チェックボックス */
.filter_color_btn input {
  background: #666;
  border: 1px solid transparent;
  padding: 6px 14px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 2px;
  color: #fff;
}
.filter_color input[type=checkbox],
.filter_multi input[type=checkbox],
.filter_SportsSeason input[type=checkbox],
.filter_SportsSeries input[type=checkbox],
.filter_SportsTeam input[type=checkbox] {
  display: none;
}
.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0px 8px 8px 0;
  padding: 0 8px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox:hover:before {
  border-right: 2px solid #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
}
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -6px;
  width: 18px;
  height: 18px;
  border: 1px solid #eee;
  border-radius: 2px;
  content: '';
  box-sizing: border-box;
  background: #eee;
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 4px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  margin-top: -1px;
}
.filter_color input[type=checkbox]:checked+.checkbox:before,
.filter_multi input[type=checkbox]:checked+.checkbox:before,
.filter_SportsSeason input[type=checkbox]:checked+.checkbox:before,
.filter_SportsSeries input[type=checkbox]:checked+.checkbox:before,
.filter_SportsTeam input[type=checkbox]:checked+.checkbox:before {
  opacity: 1;
}
.filter_color input[type=checkbox]:checked+.checkbox:after,
.filter_multi input[type=checkbox]:checked+.checkbox:after,
.filter_SportsSeason input[type=checkbox]:checked+.checkbox:after,
.filter_SportsSeries input[type=checkbox]:checked+.checkbox:after,
.filter_SportsTeam input[type=checkbox]:checked+.checkbox:after {
  background: #2b2b2b;
  border: 1px solid #2b2b2b;
}
.filter_color input[type=checkbox]:checked+.checkbox:hover:before,
.filter_multi input[type=checkbox]:checked+.checkbox:before,
.filter_SportsSeason input[type=checkbox]:checked+.checkbox:before,
.filter_SportsSeries input[type=checkbox]:checked+.checkbox:before,
.filter_SportsTeam input[type=checkbox]:checked+.checkbox:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/*-- 現在の条件 --*/
.select_condition {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 8px 0 6px 0;
  word-wrap: break-word;
}
.select_condition h3,
.select_condition .heading {
  text-align: center;
  margin: 0 0 8px 0;
  font-size: 12px !important;
  font-weight: 700 !important;
  font-weight: normal;
}
.detail_condition {
  box-sizing: border-box;
  color: #333;
  padding: 8px 12px 4px 12px;
  width: 100%;
}
.detail_condition li {
  padding: 0;
  margin-bottom: 4px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.detail_condition li a {
  display: flex;
  width: 12px;
  height: 12px;
}
.detail_condition li a img {
  max-width: initial;
}
.detail_condition li label {
  display: block;
  width: 164px;
  font-weight: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  float: none;
  padding-right: 1em;
}
.site_fashionwalker .detail_condition li label,
.site_brandeli .detail_condition li label {
  flex-grow: 1;
}

/*-- マイサイズ --*/
.wrap_filter.MysizeFilter {
  text-align: center;
  background: #f5f5f5;
  border-radius: 4px;
  border: none;
  margin-bottom: 30px;
  line-height: 1.4;
  padding: 20px 5px;
  display: none;
}
.wrap_filter.MysizeFilter.is-show {
  display: block;
}
.wrap_filter.MysizeFilter.MysizeFilterOn {
  box-shadow: 0px 0px 0px 4px #fedbd1;
}
#left_navi .MysizeFilter h3.MysizeFilter_fontS {
  font-size: 13px;
  line-height: 130%;
}
.MysizeFilter p {
  color: #888;
  line-height: 1.5;
}
p.MysizeFilterDisabled {
  margin: 10px 10px 0 10px;
  padding: 8px;
  background: #ccc;
  color: #fff;
  border-radius: 2px;
}
.MysizeFilter .btn_MysizeFilterTxt {
  margin: 4px 0 0 0;
}
.MysizeFilter .MysizeFilter_fontL {
  font-size: 20px;
  color: #2b2b2b;
  margin: 2px 0;
}
.MysizeFilter .MysizeFilter_fontM {
  font-size: 11px;
  color: #666;
}
.MysizeFilter .MysizeFilter_fontS {
  font-size: 11px;
}
.MysizeFilter .MysizeFilter_fontXS {
  font-size: 10px;
}
.MysizeFilter a {
  color: #888;
  text-decoration: underline;
}
.btn_MysizeFilter a {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  border-radius: 2px;
  margin-top: 10px;
  box-sizing: border-box;
  background: #666;
  text-decoration: none;
}
.btn_MysizeFilter a.btn_Primary {
  background: #fff;
}
.btn_MysizeFilter a.btn_Secondary {
  color: #fff;
}
.btn_MysizeFilter a.btn_tertiary {
  color: #666;
  border: 1px solid #666;
  background: #fff;
}
.btn_MysizeFilter a.btn_tertiary:hover {
  opacity: 1 !important;
}
.site_fitfit .wrapMysize {
  display: block !important;
}

/* フリーワード検索 */
.filter_searchWord input {
  /* リセット */
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
  margin-bottom: 8px;
  padding: .5em;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.filter_searchWord input:focus {
  border-color: #666;
}
.filter_searchWord_btn {
  text-align: right;
}
.filter_searchWord_btn input {
  width: 78px;
}

/* カラーでまとめる */
.catalog .catalog_menu_head .sequence_count {
  padding: 0 15px;
  border-bottom: 1px solid #f0f0f0;
}
.ByModel_Filter label {
  width: 40px;
  height: 22px;
  box-sizing: border-box;
  background: #ddd;
  float: left;
  border-radius: 100px;
  position: relative;
  top: 4px;
  cursor: pointer;
  transition: .3s ease;
  margin-right: 5px;
  margin-left: 25px;
}
.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;
}
span.ByModel_FilterLabel {
  cursor: pointer;
}
.ByModel_Filter input[type=checkbox]:checked+.ByModel_FilterLabel+label:before {
  left: 19px;
}
.ByModel_Filter input[type=checkbox]:checked+.ByModel_FilterLabel+label {
  background: #000;
}
.ByModel_Filter .ByModel_FilterLabel {
  color: #747474;
}
.ByModel_Filter input[type=checkbox]:checked+.ByModel_FilterLabel {
  color: #000;
}
.ByModel_Filter {
  line-height: 30px;
}
.config-colortip_list {
  font-size: 0;
  padding: 2px 0 10px 0;
}
li.config-colortip_list_item {
  display: inline-block;
  margin-right: 6px;
}
li.config-colortip_list_item span.colortip_color174:before {
  background: #e9e4d1;
}
.config-colortip_list_item span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  font-size: 6px;
}
li.config-colortip_list_item span.colortip_color185::before {
  background: #000;
}
li.config-colortip_list_item span.colortip_color179::before {
  background: #808082;
}
li.config-colortip_list_item span.colortip_color188:before {
  background: #6f451f;
}
li.config-colortip_list_item span.colortip_color200:before {
  background: #113394;
}
li.config-colortip_list_item span.colortip_color174:before {
  background: #e9e4d1;
}
li.config-colortip_list_item span.colortip_color183:before {
  background: #fff;
  border: 1px solid #ddd;
}
li.config-colortip_list_item span.colortip_color180:before {
  background: #be9d20;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3d26e 0%, #be9d20 50%, #e3d26e 100%);
  background: -webkit-linear-gradient(top, #e3d26e 0%, #be9d20 50%, #e3d26e 100%);
  background: linear-gradient(to bottom, #e3d26e 0%, #be9d20 50%, #e3d26e 100%);
}
li.config-colortip_list_item span.colortip_color181:before {
  background: #aaa9a9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d9d9d9 0%, #aaa9a9 50%, #d9d9d9 100%);
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #aaa9a9 50%, #d9d9d9 100%);
  background: linear-gradient(to bottom, #d9d9d9 0%, #aaa9a9 50%, #d9d9d9 100%);
}
li.config-colortip_list_item span.colortip_color168:before {
  background: #feabc5;
}
li.config-colortip_list_item span.colortip_color187:before {
  background: #de2e5c;
}
li.config-colortip_list_item span.colortip_color184:before {
  background: #4b98e6;
}
li.config-colortip_list_item span.colortip_color182:before {
  background: #fee00e;
}
li.config-colortip_list_item span.colortip_color186:before {
  background: #66b061;
}
li.config-colortip_list_item span.colortip_color173:before {
  background: #e57e15;
}
li.config-colortip_list_item span.colortip_color175:before {
  background: #946fa5;
}
li.config-colortip_list_item span.colortip_color171:before {
  background: #768135;
}
li.config-colortip_list_item span.colortip_color169:before {
  background: url(https://media.aws.locondo.jp/contents/img/common/colorchip/color169.png) 50% 50%;
  background-size: 25px;
}
li.config-colortip_list_item span.colortip_color170:before {
  background: url(https://media.aws.locondo.jp/contents/img/common/colorchip/color170.png) 50% 50%;
}
li.config-colortip_list_item span.colortip_color201:before {
  background: url(https://media.aws.locondo.jp/contents/img/common/colorchip/color201.png) 75% 50%;
  background-size: 20px;
}
li.config-colortip_list_item span.colortip_color167:before {
  background: url(https://media.aws.locondo.jp/contents/img/common/colorchip/color167.png) 50% 50%;
  background-size: 30px;
}

/* サイト表示 */
.site_passover .config-colortip_list {
  display: block;
  padding-left: 5px;
}


/*----------------------------------------------------------------------------
  (3) 商品カタログページ 右コンテンツ
----------------------------------------------------------------------------*/
/*-- タイトル --*/
#right_content h2 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.site_fashionwalker .brand_banner,
.site_brandeli .brand_banner {
  margin: 0 0 26px;
  text-align: center;
}
.site_fashionwalker #promotions-container,
.site_brandeli #promotions-container {
  text-align: center;
}

/*-- 商品数 --*/
.item_number {
  float: left;
  margin-right: 16px;
  font-size: 28px;
  font-weight: normal;
  line-height: 32px;
  color: #2b2b2b;
}
.item_number small {
  font-size: 16px;
}
.site_fashionwalker .item_number small,
.site_brandeli .item_number small {
  font-size: 14px;
}
.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;
}

/* ジェンダーコード */
.catalog_gender_M,
.catalog_gender_W,
.catalog_gender_U,
.catalog_gender_C,
.catalog_gender_B {
  display: none;
}


/*----------------------------------------------------------------------------
  (99) その他
----------------------------------------------------------------------------*/
/*-- 絞り込み条件 結果 --*/
#selected-style {
  padding: 10px;
  border: none;
}
#selected-style dt,
#selected-style dd {
  float: left;
  margin-right: 15px;
}
#brands_sec {
  display: none;
}

/*-- 表示件数 並び替え 価格別 --*/
#catalog_sort {
  border: 0;
  padding: 6px 14px;
  background: #fafafa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 15px;
}
.item_pager {
  float: left;
  width: 150px;
}
.item_sort {
  float: left;
}
.item_pager dt,
.item_pager dd,
.item_sort dt,
.item_sort dd {
  display: inline;
  line-height: 100%;
}
.item_pager select,
.item_sort select {
  box-sizing: border-box;
  color: #282828;
  font-size: 12px;
  border: solid 1px #ddd;
  background: #fff;
  width: 100px;
  height: 32px;
  padding: 0 .5em;
}
.item_pager select option,
.item_sort select option {
  font-size: 11px;
  line-height: 11px;
  padding-right: 10px;
}

/* 価格別 */
.alignmentSearch_sort {
  float: right;
  padding: 8px 0;
}
.alignmentSearch_sort li {
  float: left;
  margin-left: 15px;
  padding-top: 10px;
  line-height: 100%;
}
.alignmentSearch_sort li input {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.alignmentSearch_sort label {
  color: #282828;
  font-weight: normal;
}

/* catalog_head */
.catalog_head {
  margin-bottom: 32px;
}
.site_fashionwalker .catalog_head,
.site_brandeli .catalog_head {
  margin-left: 0;
}

/*-- 商品一覧表示 --*/
.catalogList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1px;
  margin-bottom: 20px;
}

/* catalogList_item */
.catalogList .catalogList_item {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
  width: calc((100% - 40px) / 3);
  font-size: 12px;
  vertical-align: top;
}
.catalogList:before,
.catalogList:after {
  content: "";
  display: block;
  width: calc((100% - 40px) / 3);
  height: 0;
  order: 100;
}

/* カラム数-4カラムの場合 */
.site_waja .catalogList .catalogList_item,
.site_waja .catalogList:before,
.site_waja .catalogList:after,
.site_mej .catalogList .catalogList_item,
.site_mej .catalogList:before,
.site_mej .catalogList:after,
.site_grande .catalogList .catalogList_item,
.site_grande .catalogList:before,
.site_grande .catalogList:after,
.site_raboki .catalogList .catalogList_item,
.site_raboki .catalogList:before,
.site_raboki .catalogList:after {
  width: calc((100% - 60px) / 4);
}

/*  */
/* 商品画像の縦横比率 */
/*  */
/* デフォルト縦長（5:7） のサイト */
.site_fashionwalker .catalogList .product-image,
.site_fashionwalker .catalogList .product-image:before,
.site_fineoutlet .catalogList .product-image,
.site_fineoutlet .catalogList .product-image:before,
.site_mango .catalogList .product-image,
.site_mango .catalogList .product-image:before,
.site_waja .catalogList .product-image,
.site_waja .catalogList .product-image:before,
.site_brandeli .catalogList .product-image,
.site_brandeli .catalogList .product-image:before {
  aspect-ratio: 5/7;
}
.site_fashionwalker .catalogList .product-image>img,
.site_fineoutlet .catalogList .product-image>img,
.site_mango .catalogList .product-image>img,
.site_waja .catalogList .product-image>img,
.site_brandeli .catalogList .product-image>img{
  width: calc(100% * (7/5));
  margin: 0 !important;
}
/* デフォルト縦長（2:3） のサイト */
.site_duvetica .catalogList .product-image,
.site_duvetica .catalogList .product-image:before,
.site_steady .catalogList .product-image,
.site_steady .catalogList .product-image:before {
  aspect-ratio: 2/3;
}
.site_duvetica .catalogList .product-image>img,
.site_steady .catalogList .product-image>img {
  width: calc(100% * (3/2)) !important;
  margin: 0 !important;
}

/* デフォルト縦長かつ、正方形商品(靴など)は縦長枠内でノートリミングで表示するサイト */
.site_fashionwalker .catalogList .product-image.-square>img:not([data-brand-name="MANGO"][data-shop-code="SPUN0477D"]):not([data-brand-name="MANGO MAN"][data-shop-code="SPUN0477D"]):not([data-brand-name="MANGO KIDS"][data-shop-code="SPUN0477D"]), /* MANGOは除く(縦長) */
.site_fineoutlet .catalogList .product-image.-square>img,
.site_duvetica .catalogList .product-image.-square>img,
.site_waja .catalogList .product-image.-square>img:not([data-brand-name="MANGO"][data-shop-code="SPUN0477D"]):not([data-brand-name="MANGO MAN"][data-shop-code="SPUN0477D"]):not([data-brand-name="MANGO KIDS"][data-shop-code="SPUN0477D"]),           /* MANGOは除く(縦長) */
.site_brandeli .catalogList .product-image.-square>img:not([data-brand-name="MANGO"][data-shop-code="SPUN0477D"]):not([data-brand-name="MANGO MAN"][data-shop-code="SPUN0477D"]):not([data-brand-name="MANGO KIDS"][data-shop-code="SPUN0477D"]) {      /* MANGOは除く(縦長) */
  width: 100% !important;
}

.site_fashionwalker .catalogList_item a:hover .product-image:before,
.site_fineoutlet .catalogList_item a:hover .product-image:before,
.site_duvetica .catalogList_item a:hover .product-image:before,
.site_waja .catalogList_item a:hover .product-image:before,
.site_brandeli .catalogList_item a:hover .product-image:before {
  opacity: 0;
}

/* デフォルト縦長かつ、正方形カテゴリは正方形にするサイト */
.site_fashionwalker .square_itemList.catalogList .product-image,
.site_fashionwalker .square_itemList.catalogList .product-image:before,
.site_waja .square_itemList.catalogList .product-image,
.site_waja .square_itemList.catalogList .product-image:before,
.site_brandeli .square_itemList.catalogList .product-image,
.site_brandeli .square_itemList.catalogList .product-image:before {
  aspect-ratio: 1/1;
}
.site_fashionwalker .square_itemList.catalogList .product-image img,
.site_waja .square_itemList.catalogList .product-image img,
.site_brandeli .square_itemList.catalogList .product-image img {
  width:100% !important;
  height:auto;
}

.site_waja #catalog_list .catalogList_item .product-image {
  height: initial;
}
.catalogList .catalogList_item>a {
  display: block;
  color: #999;
  text-decoration: none;
}
.catalogList .product-image {
  box-sizing: border-box;
  background-color: #fefefe;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.catalogList .product-image>img {
  display: block;
  width: 100%;
  max-width: initial;
  height: auto;
}
.catalogList .product-image:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, .02);
  position: absolute;
  top: 0;
  left: 0;
}

/* product-icon */
.catalogList .product-icon {
  position: absolute;
  top: 0;
  left: 0;
}

/* アイコンデザイン(テキスト版) */
.catalogList .product-icon>li {
  margin: 0;
  min-width: 47.5px;
  height: 17.5px;
  line-height: 17.5px;
  font-size: 10px;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
  background: rgba(155, 173, 185, .5);
  text-indent: 0;
  overflow: initial;
  transform-origin: 0 0;
  transform: scale(.9);
}

/* MAGAアイコン */
.catalogList .product-icon .icon_SMAG0757D {
  position: relative;
  overflow: hidden;
  text-indent: -200px;
}
.catalogList .product-icon .icon_SMAG0757D:before {
  display: inline-block;
  content: "MAGA";
  position: absolute;
  width: 100%;
  left: 0;
  text-indent: 0;
}

/* 海外便アイコンicon_SSTB1046G */
.catalogList .product-icon .icon_SSTB1046G {
  position: relative;
  overflow: hidden;
  text-indent: -200px;
  width: 58px;
}
.catalogList .product-icon .icon_SSTB1046G:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 100%;
  left: 3px;
  background: url(https://media.aws.locondo.jp/contents/img/common/icon_airport.png) 0 50% no-repeat;
  background-size: auto 12px;
}
.catalogList .product-icon .icon_SSTB1046G:before {
  display: inline-block;
  content: "海外便";
  position: absolute;
  padding-left: 8px;
  width: 100%;
  left: 0;
  text-indent: 0;
}

/* waja */
.site_waja .wrap-product-image {
  position: relative;
}
.site_waja .wajaLabelIcon {
  position: absolute;
  top: 0;
}
.site_waja .product-icon {
  position: absolute;
  top: 20px;
}

/* product-discountIcon */
.catalogList .product-discountIcon {
  display: inline-flex;
  transform: translateY(-16px);
  /* flex-wrap: nowrap; */
  /* 一時対応 SPECIAL PRICEでカラム落ち */
  flex-wrap: wrap;
  margin-bottom: -16px;
  min-height: 16px;
}
.site_fashionwalker .catalogList .product-discountIcon,
.site_brandeli .catalogList .product-discountIcon {
  transform: translateY(-16px);
  min-height: 16px;
}
.site_charles .catalogList .product-discountIcon {
  transform: translateY(8px);
  margin-bottom: 5px;
  min-height: initial;
}
.catalogList .product-text {
  padding-top: 10px;
}
.site_charles .catalogList .product-text {}
.catalogList .product-discountIcon li {
  display: block;
  height: 16px;
}
.catalogList .product-discountIcon [class^="icon_"] {
  display: inline-flex;
  align-items: center;
  padding: 0 .4em;
  font-size: 10px;
  font-weight: 400;
  height: 100%;
}
#catalog_list.catalogList .product-discountIcon [class^="icon_"] {
  line-height: initial;
}
.catalogList .product-discountIcon [class^="icon_"] em {
  font-weight: 400;
  margin-left: .1em;
}
.catalogList [class^="icon_discount"] {
  color: #fff;
  background-color: rgba(237, 20, 61, .8);
}
.site_brandeli .catalogList [class^="icon_discount"] {
  background-color:rgba(255, 78, 78, .9);
}
.site_brandeli .catalogList [class^="icon_couponRate"] {
  background-color:rgba(253, 223, 91, .8);
}
.catalogList .icon_discountRate_timeSale:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(//media.aws.locondo.jp/contents/img/common/icon_timesale.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: .2em;
}
.catalogList .icon_couponRate {
  color: #222;
  background-color: rgba(255, 218, 31, .8);
}
.catalogList .icon_couponRate:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 13px;
  background-image: url(//media.aws.locondo.jp/contents/img/common/icon_coupon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: .3em;
}
.catalogList .icon_novelty {
  color: #fff;
  background-color: rgba(27, 191, 127, .8);
}

/* シークレットセール */
.icon_discountRate_secretSale {
  color: #ec335f;
  background-color: rgba(0, 0, 0, .8);
  opacity: 1;
  font-weight: 700;
}
.icon_discountRate_secretSale:before {
  display: inline-block;
  font-family: "lcicon";
  content: "\EA55";
  font-size: 13px;
  margin-right: .1em;
}

/* OGW */
.product-service-icon {
  top: 0;
}
.product-service-icon .icon_ogw {
  background: url(//media.aws.locondo.jp/contents/img/common/icon_ogw.png) no-repeat 50% 100%;
  background-size: auto 100%;
  width: 24px;
  height: 18px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
  text-indent: -9999px;
}

/* ポイント対象アイコン */
.product-service-icon .icon_point {
  background: url(//media.aws.locondo.jp/contents/img/common/icon_point.png) no-repeat 50% 100%;
  background-size: auto 100%;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 2px;
  display: inline-block;
  text-align: center;
  text-indent: -9999px;
}

/* 会員価格 */
.icon_memberPrice{
  color: #fff;
  background-color: rgba(237, 20, 61, .8);
}
.site_fashionwalker .icon_memberPrice{
  background-color: rgba(255, 94, 116, .8);
}

.product-text .regular_price.member_price, 
.product-text .special_price.member_price{
  font-size: 14px;
}

.site_reebok .product-text .regular_price.member_price, 
.site_reebok .product-text .special_price.member_price{
  font-size: 16px !important;
}

/* product-text */
.product-text .brandName {
  display: block;
  margin-bottom: .5em;
  font-size: 14px;
  line-height: 1.1;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: .02em;
  width: 100%;
}

/* (サイトごと)表示調整 */
.site_fashionwalker .product-text .brandName,
.site_brandeli .product-text .brandName {
  font-size: 12px;
}
.site_akakura .product-text {
  text-align: center;
}
.product-text .commodityName {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  line-height: 1.1;
  color: #999;
  overflow: hidden;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.site_fashionwalker .product-text .commodityName {
  width: 136px;
  font-size: 10px;
}
.product-text .priceLine {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.site_rucoline .product-text .priceLine {
  text-align: center;
}
.product-text .priceLine>p {
  width: 100%;
}
.product-text .regular_price,
.product-text .special_price {
  font-size: 15px;
  line-height: 1;
  letter-spacing: .02em;
}
.product-text .special_price .-proper {
  display: none;
  font-size: .9em;
  color: #999;
  text-decoration-line: line-through;
}
.product-text .priceLine .icon-favItemAdd {
  position: absolute;
  right: 0;
}

/* uf */
.site_uf .product-text .brandName {
  margin-top: 0 !important;
}
.site_uf .product-text .trgFavItem {
  top: -8px;
}

/* fitfit */
.site_fitfit .product-text .priceLine {
  position: initial;
}
.site_fitfit .product-text .trgFavItem {
  top: 2px;
}

/* passover */
.site_passover .product-text .priceLine {
  position: static;
}
.site_passover .product-text .trgFavItem {
  top: 210px;
  right: 10px;
  z-index: 10;
}

/* (サイト)表示非表示 */
.site_akakura .product-text .special_price .-proper,
.site_abe .product-text .special_price .-proper,
.site_arche .product-text .special_price .-proper,
.site_fitfit .product-text .special_price .-proper,
.site_clarks .product-text .special_price .-proper,
.site_evol .product-text .special_price .-proper,
.site_danyu .product-text .special_price .-proper,
.site_harmony .product-text .special_price .-proper,
.site_ido .product-text .special_price .-proper,
.site_modaclea .product-text .special_price .-proper,
.site_oasys .product-text .special_price .-proper,
.site_otsuka .product-text .special_price .-proper,
.site_raboki .product-text .special_price .-proper,
.site_rucoline .product-text .special_price .-proper,
.site_samantha .product-text .special_price .-proper,
.site_shihomi .product-text .special_price .-proper,
.site_waja .product-text .special_price .-proper,
.site_sws .product-text .special_price .-proper,
.site_charles .product-text .special_price .-proper {
  display: inline-block;
}

/* (サイト)文字組み */
.site_charles .priceLine .icon-favItemAdd {
  top: -5px;
}
.site_clarks .priceLine .icon-favItemAdd {
  top: -68px;
  right: 4px;
}
.product-text .regular_price {
  color: #333;
}
.product-text .special_price {
  color: #FF0030;
}
.product-text .suffixTax {
  display: inline-block;
  margin-left: 2px;
  font-size: 10px;
  transform-origin: center left;
}
.catalogList_item>a:hover .product-text {
  opacity: .6;
}
.catalogList .regular_price .suffixTax {
  color: #999;
}
.catalogList .special_price .suffixTax {
  color: rgba(199, 0, 11, .8);
}
#contents_ver4 a:hover img {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}

/*-- 過去購入サイズ検索 --*/
.catalog_purchase_history {
  width: 100%;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin: 20px 0;
  display:flex;
  flex-wrap:wrap;
  gap:10px 0;
}
.catalog_purchase_history h3 {
  font-size: 14px;
  margin: 0;
  color: #2b2b2b;
}
.catalog_purchase_history .catalog_purchase_history-list {
  display: table;
  width: 25%;
  box-sizing: border-box;
  padding: 0 10px 0 0;
  margin: 15px 0 0 0;
}
.catalog_purchase_history .catalog_purchase_history-list.displayNone {
  display: none;
}
.catalog_purchase_history .catalog_purchase_history-list ul {
  font-size: 10px;
  color: #666;
  line-height: 1.4;
}
.catalog_purchase_history .catalog_purchase_history-list ul li {
  width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.catalog_purchase_history .catalog_purchase_history-list ul li span {
  display: inline-block;
  min-width: 4em;
}
.catalog_purchase_history-list-btn {
  margin: 8px 0 0 0;
  font-size: 11px;
}
.catalog_purchase_history-list-btn a {
  display: inline-block;
  width: 70px;
  border-radius: 2px;
  text-align: center;
}
.catalog_purchase_history-list-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.catalog_purchase_history-list-btn.catalog_purchase_history-list-btn-on a {
  border: none;
  background: #f5f5f5;
  color: #999;
  cursor: default;
}
.catalog_purchase_history-list-btn.catalog_purchase_history-list-btn-on a:hover {
  opacity: 1;
  cursor: pointer;
}
.catalog_purchase_history .catalog_purchase_history-list-img {
  width: 70px;
  height: 70px;
  display: table-cell;
  vertical-align: top;
}
.catalog_purchase_history .catalog_purchase_history-list-img img {
  width: 100%;
  height: auto;
}
.catalog_purchase_history .catalog_purchase_history-list-info {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 10px;
}

/* さらに表示 */
.catalog_purchase_history-more {
  clear: both;
  text-align: center;
  color: #666;
  padding: 20px 0 10px 0;
}
.catalog_purchase_history-more a {
  position: relative;
  display: inline-block;
  color: #666;
}
.catalog_purchase_history-more a:hover {
  color: #999;
  text-decoration: none;
}
.catalog_purchase_history-more a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transform: rotate(135deg);
}

/* 表示を隠す */
.catalog_purchase_history-hide {
  clear: both;
  text-align: center;
  color: #666;
  padding: 20px 0 10px 0;
  display: none;
}
.catalog_purchase_history-hide a {
  position: relative;
  display: inline-block;
  color: #666;
}
.catalog_purchase_history-hide a:hover {
  color: #999;
  text-decoration: none;
}
.catalog_purchase_history-hide a::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transform: rotate(-45deg);
}
/*-- 過去購入サイズ検索(after #105795) --*/
.PurchaseHistorySearch{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin-bottom: 20px;
}
.PurchaseHistorySearch.displayNone{
  display:none;
}
.PurchaseHistorySearch > .heading{
  font-size:14px;
  color:var(--text);
  margin-bottom:4px;
}

/* NEWなどの各アイコン */
.item_icons {
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 1;
}
.item_icons li {
  margin-right: 3px;
  margin-bottom: 3px;
  float: left;
  display: none;
  height: 18px;
  text-indent: -9999px;
  background-color: #FFF;
}
.item_icons li:first-child,
.item_icons li:first-child+*,
.item_icons li:first-child+*+* {
  display: inline;
}

/* 非表示アイコン */
.item_icons li.icon_outlet {
  display: none;
}

/* 返品不可アイコン */
.product-service-icon {
  position: absolute;
  right: 0;
  font-size: 10px;
  color: #FF0030;
  z-index: 1;
}
.product-service-icon li.icon_returnDisabled {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 4px;
  margin: 0 0 0 2px;
  display: inline-block;
  text-align: center;
  display: none;
}

/* 商品画像 */
.pad a img {
  display: block;
  margin: 0 auto;
  width: 174px;
}

/* 商品名 */
h4.product_name {
  margin: 0px 0px 3px;
  padding: 13px 10px 0;
  font-size: 12px;
  text-align: left;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.6em;
  height: 1.6em;
  height: 1.6em\9;
}
h4.product_name span {
  display: inline-block;
  width: 135px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
h4.product_name a {
  color: #777;
}
h4.product_name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  text-decoration: none;
}

/*-- 価格 --*/
.pad .price_box {
  margin: 0 10px;
  text-align: left;
}

/* (税抜,送料無料) 表示 */
.pad .taxin {
  font-weight: normal;
  font-size: 11px;
  color: #666;
}

/* 通常価格 */
.pad .regular_price {
  font-weight: normal;
  font-size: 14px;
}

/* セール前価格 */
.pad .old_price {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 1px;
  display: none;
}

/* セール価格 */
.pad .special_price {
  color: #FF0030;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
}
.off {
  font-size: 11px;
}


/*----------------------------------------------------------------------------
  ※GCS 画像のみ出力時の対応
----------------------------------------------------------------------------*/
.site_fashionwalker #promotions-container,
.site_brandeli #promotions-container {
  margin-bottom: 30px;
}


/*----------------------------------------------------------------------------
  ※GCS カスタム時の対応
----------------------------------------------------------------------------*/
.site_fashionwalker .brandbanenr,
.site_brandeli #promotions-container {
  margin-bottom: 30px;
}


/*----------------------------------------------------------------------------
  ブランドお気に入り
----------------------------------------------------------------------------*/
.breadcrumbs {
  width: 1024px;
  margin: 15px auto 0;
  position: relative;
  overflow: inherit;
  visibility: hidden;
}
.site_fashionwalker .breadcrumbs {
  width: 990px;
  margin: 0 auto;
}
.breadcrumbs button {
  position: initial;
  top: initial;
  right: initial;
  background: none;
  border: none;
  font-size: 13px;
  cursor: pointer;
  padding: 2px 16px 2px 28px;
  border: none;
  border-radius: 0;
  line-height: 1;
  cursor: pointer;
}
.favoriteBrand-btn {
  float: left;
}
button.favoriteBrand-btn-add,
button.favoriteBrand-btn-del,
button.favoriteBrand-btn-login {
  position: relative;
}
button.favoriteBrand-btn-add span:before,
button.favoriteBrand-btn-del span:before,
button.favoriteBrand-btn-login span:before {
  content: '\e98b';
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}
button.favoriteBrand-btn-login {
  padding-right: 0;
}
.breadcrumbs button.favoriteBrand-btn-login:hover,
.breadcrumbs button.favoriteBrand-btn-add:hover {
  opacity: .8;
}
.breadcrumbs button.favoriteBrand-btn-del {
  border: none;
  padding: 8px 8px 8px 32px;
  background: #f5f5f5;
  border-radius: 2px;
  margin: -4px 0 0 0;
}
button.favoriteBrand-btn-del span:before {
  left: 9px;
  top: 3px;
}

/*-- お気に入り 動的メッセージ --*/
.favoritebrand_alert_container {
  background: #fbfbfb;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  z-index: 100000;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=5, enabled=true);
  border-left: 1px #eee solid\9;
  border-top: 1px #eee solid\9;
}
.favoritebrand_inner_left {
  padding: 40px;
  /* width: 290px; */
  margin: -146px 0 0 -165px;
}
.favoritebrand_inner_center {
  padding: 60px 0;
  width: 330px;
  text-align: center;
  margin: -101px 0 0 -165px;
}
.favoritebrand_alert_inner {
  position: relative;
}
.favoritebrand_alert_inner_center {
  position: relative;
  text-align: center;
}
.favoritebrand_alert_container h4 {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 170%;
}
.favoritebrand_alert_container p,
.favoritebrand_alert_container li {
  font-size: 11px;
  display: block;
}
.favoritebrand_alert_container a {
  text-decoration: underline;
}
.favoritebrand_alert_container a:hover {
  text-decoration: none;
}
.favoritebrand_alert_btn a {
  width: 166px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  margin: 30px auto 0;
  text-align: center;
  display: block;
  text-decoration: none;
}
.favoritebrand_alert_close a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 23px;
  height: 22px;
  background: url(https://media.aws.locondo.jp/contents/img/pc/btn_fav_inner_close.png) no-repeat 0 0;
  position: absolute;
  top: 16px;
  right: 16px;
}

/* ブランドページ ミュート */
.breadcrumbs li.brandDivBtn {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0;
  padding-right: 0;
}
.muteBrand-btn {
  float: right;
}
button.muteBrand-btn-add {
  color: #000;
  padding-right: 0;
  background: url(https://media.aws.locondo.jp/contents/img/pc/icon_mute.png) no-repeat 16px 50%;
  background-size: 20px auto;
  border-left: 1px solid #aaa;
  padding-left: 44px;
  opacity: 0.6;
}
button.muteBrand-btn-del {
  background: url(https://media.aws.locondo.jp/contents/img/pc/icon_mute.png) no-repeat 8px 50% #eee;
  background-size: 20px auto;
  padding-right: 2px;
  color: #000;
  opacity: 0.5;
  padding: 8px 8px 8px 36px;
  margin-top: -6px;
}
button.muteBrand-btn-add:hover,
button.muteBrand-btn-del:hover {
  opacity: .5;
}
.muteLoading {
  display: none;
  background: rgba(40, 40, 40, 0.8);
  position: fixed;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.muteLoading p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}
.muteLoading p small {
  display: inline-block;
  font-size: 11px;
  margin-top: 8px;
  color: #ddd;
}
@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.donut {
  display: inline-block;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #ccc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: donut-spin 1.2s linear infinite;
}
.muteLoadingInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}


/*----------------------------------------
  カテゴリページにテキスト表示(SEO)#59915  UPDATED:2019.11
----------------------------------------*/
#right_content .category_explanation {
  margin-bottom: 30px;
  display: none;
}
.site_fashionwalker #right_content .category_explanation,
.site_brandeli #right_content .category_explanation {
  display: none;
}
#right_content .category_explanation h1 {
  display: table-cell;
  font-size: 18px;
  vertical-align: middle;
  border-bottom: none;
  padding: 0 15px 0 0;
  white-space: nowrap;
}
#right_content .category_explanation h1 a {
  text-decoration: none;
}
#right_content .category_explanation h1 a:hover {
  color: #555;
}
#right_content .category_explanation p {
  display: table-cell;
  vertical-align: middle;
  color: #888;
  padding: 0;
}
#right_content .category_explanation p a {
  color: #888;
  text-decoration: none;
}
#right_content .category_explanation p a:hover {
  color: #aaa;
}
#right_content .about_category_explanation {
  border: 1px solid #eee;
  padding: 28px 24px;
  width: 775px;
  margin: 30px 0 0 20px;
  display: none;
}
.site_fashionwalker #right_content .about_category_explanation {
  display: block;
  width: 731px;
  margin: 30px 0 0 auto;
}
.site_brandeli #right_content .about_category_explanation {
  display: block;
  width: 100%;
  margin: 30px 0 0;
}
#right_content .about_category_explanation h2 {
  font-size: 15px;
  text-align: left;
  font-style: normal;
  color: #555;
  margin: 0 0 16px 0;
  padding: 0;
  border-bottom: none;
}
#right_content .about_category_explanation p {
  color: #555;
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0;
  padding: 0;
}
#right_content .about_category_explanation a {
  float: none;
  display: inline;
  margin: 0;
  position: relative;
  background: none;
  text-indent: 0;
  color: #555;
  text-decoration: none;
}


/*----------------------------------------
  ブランドページにテキスト表示 #58386
----------------------------------------*/
#right_content .brand_explanation,
.catalog_main .brand_explanation {
  text-align: left;
  margin-bottom: 30px;
  display: none;
}
.site_fashionwalker #right_content .brand_explanation,
.site_fashionwalker .catalog_main .brand_explanation,
.site_brandeli #right_content .brand_explanation,
.site_brandeli .catalog_main .brand_explanation {
  display: block;
}
#right_content .brand_explanation h1.brand_name,
.catalog_main .brand_explanation h1.brand_name {
  font-size: 25px;
  display: inline-block;
  margin-right: 10px;
}
#right_content .brand_explanation p.brand_name_kana,
.catalog_main .brand_explanation p.brand_name_kana {
  font-size: 11px;
  display: inline-block;
  color: black;
  line-height: 24px;
}
#right_content .brand_explanation p.brand_name_Eng,
.catalog_main .brand_explanation p.brand_name_Eng {
  display: none;
}
#right_content .brand_explanation p.brand_note,
.catalog_main .brand_explanation p.brand_note {
  font-size: 13px;
  margin: 12px 0 0;
  color: #888;
  line-height: 1.7;
}
#right_content .brand_explanation .favoriteBrand-btn,
.catalog_main .brand_explanation .favoriteBrand-btn {
  text-align: center;
  margin-top: 20px;
}
#right_content .favoriteBrand-btn button,
.catalog_main .favoriteBrand-btn button {
  position: relative;
  top: 0;
  right: 0;
  padding-top: 3px;
  background: none;
  border: none;
  font-size: 13px;
  cursor: pointer;
  padding-left: 26px;
  border-radius: 2px;
  background-color: #fff9f7;
}
#right_content .favoriteBrand-btn button::before,
.catalog_main .favoriteBrand-btn button::before {
  font-size: 17px;
  display: inline-block;
  content: '\e607';
  font-family: 'lcicon';
  position: absolute;
  top: 3px;
  left: 6px;
}
#right_content .favoriteBrand-btn button.favoriteBrand-btn-del,
.catalog_main .favoriteBrand-btn button.favoriteBrand-btn-del {
  color: #888;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
}
#right_content .favoriteBrand-btn button.favoriteBrand-btn-del::before,
.catalog_main .favoriteBrand-btn button.favoriteBrand-btn-del::before {
  color: #888;
}
#right_content .brand_explanation a.more,
.catalog_main .brand_explanation a.more {
  display: inline-block;
}
#right_content .about_brand_explanation,
.catalog_main .about_brand_explanation {
  border: 1px solid #eee;
  padding: 28px 24px;
  margin: 30px 0 0 auto;
}
.site_fashionwalker #right_content .about_brand_explanation,
.site_fashionwalker .catalog_main .about_brand_explanation {
  width: 731px;
}
#right_content .about_brand_explanation h2,
.catalog_main .about_brand_explanation h2 {
  font-size: 15px;
  text-align: left;
  font-style: normal;
  color: #555;
  margin: 0 0 16px 0;
  padding: 0;
  border-bottom: none;
}
#right_content .about_brand_explanation p,
.catalog_main .about_brand_explanation p {
  color: #555;
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0;
  padding: 0;
}

/* ブランド・ショップ 関連コンテンツ 非表示 */
#right_content #bs_content,
.catalog_main #bs_content {
  display: none;
}
#right_content #shop_content,
.catalog_main #shop_content {
  display: none;
}


/*----------------------------------------
  ショップページにテキスト表示
----------------------------------------*/
#right_content .shop_explanation {
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
}
#right_content .ex_shop_img {
  text-align: center;
}
#right_content .ex_shop_img img {
  width: 300px;
  height: auto;
  margin: 40px 0;
}
#right_content .shop_explanation h1.ex_shop_name {
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}
#right_content .shop_explanation p.ex_shop_name_kana {
  font-size: 11px;
  color: black;
  vertical-align: top;
  line-height: 28px;
  text-align: center;
}
#right_content .shop_explanation p.ex_shop_name_Eng {
  display: none;
}
#right_content .shop_explanation p.ex_shop_note {
  font-size: 13px;
  margin: 12px auto 0;
  color: #888;
  line-height: 1.7;
  width: 80%;
  text-align: center;
}
#right_content .shop_explanation a.more {
  display: inline-block;
}


/*----------------------------------------
  マルチ選択
----------------------------------------*/
.filter_multi li span {
  display: table-cell;
  vertical-align: middle;
}
#left_navi .filter_multi li a,
#left_navi .filter_multi li a:hover {
  display: block;
  padding: 5px 0 5px 5px;
  font-size: 13px;
  color: #666;
}

/* スライダー */
#left_navi #shoeSizeSlider,
#left_navi #shoeWidthSlider {
  width: 160px;
  height: 5px;
  margin: 8px 0 20px 0;
}
#left_navi #shoeWidthSlider {
  margin: 20px 0 10px 0;
}
#left_navi .noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  left: auto;
  top: -6px;
  border-radius: 50%;
  box-shadow: none;
}
#left_navi .noUi-target {
  background: #ddd;
  border: none;
  box-shadow: none;
}
#left_navi .noUi-handle:after,
#left_navi .noUi-handle:before {
  display: none;
}

/* ワイズ */
#shoeWidthStartSpan,
#shoeWidthEndSpan {
  font-size: 10px !important;
  color: #888 !important;
}


/*----------------------------------------
  スピード出荷・マーキング・まとめ買い割
----------------------------------------*/
.FastDelivery,
.Marking,
.volumeDiscount {
  clear: both;
  margin: 0 0;
}
.FastDelivery:after,
.Marking:after,
.volumeDiscount:after {
  content: "";
  display: block;
  clear: both;
}
.filter_FastDelivery,
.filter_Marking,
.filter_volumeDiscount {
  position: relative;
  margin: 12px 0 6px;
}
.FastDelivery .FastDeliveryLabel,
.Marking .MarkingLabel,
.volumeDiscount .volumeDiscountLabel {
  float: left;
  padding-right: 8px;
  font-size: 13px;
  color: #666;
  line-height: 26px;
  cursor: pointer;
  background-size: auto 26px;
  width: 6.8em;
  box-sizing: border-box;
}
.FastDelivery label,
.Marking label,
.volumeDiscount label {
  width: 50px;
  height: 26px;
  box-sizing: border-box;
  background: #ddd;
  float: left;
  border-radius: 100px;
  position: relative;
  top: 0px;
  cursor: pointer;
  transition: .3s ease;
}
.FastDelivery input,
.Marking input,
.volumeDiscount input {
  display: none;
}
.FastDelivery input[type=checkbox]:checked+.FastDeliveryLabel+label:before,
.Marking input[type=checkbox]:checked+.MarkingLabel+label:before,
.volumeDiscount input[type=checkbox]:checked+.volumeDiscountLabel+label:before {
  left: 26px;
}
.FastDelivery label:before,
.Marking label:before,
.volumeDiscount label:before {
  transition: .3s ease;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: white;
  left: 4px;
  top: 3px;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}
.trgFastDeliveryTooltip,
.trgMarkingTooltip,
.trgVolumeDiscountTooltip {
  position: absolute;
  right: 0px;
  top: 2px;
  padding: 0;
  background: #ddd;
  display: inline-block;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.trgFastDeliveryTooltip:hover,
.trgMarkingTooltip:hover,
.trgVolumeDiscountTooltip:hover {
  background: #aaa;
}
#trgFastDeliveryTooltip_template,
#trgMarkingTooltip_template,
#trgVolumeDiscountTooltip_template {
  display: none;
}
.FastDeliveryNotice {
  font-size: 12px;
  color: #888;
}
.filter_FastDelivery_btn,
.filter_Marking_btn,
.filter_volumeDiscount_btn {
  clear: both;
  margin-top: 10px;
  margin-bottom: 12px;
  padding-right: 10px;
  text-align: right;
}
.filter_FastDelivery_btn input,
.filter_Marking_btn input,
.filter_volumeDiscount_btn input {
  display: inline-block;
  color: #fff;
  background: #666;
  border: none;
  padding: 6px 14px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 2px;
}
.filter_FastDelivery_btn input:hover,
.filter_Marking_btn input:hover,
.filter_volumeDiscount_btn input:hover {
  opacity: .8;
}

.trgQuickView,.trgFavItem{
  display: none;
}



/*----------------------------------------
  2列3列 表示切り替え
----------------------------------------*/
.columnSelect {
  float: right;
  display: none;
  margin-top: 15px;
  margin-bottom: -15px;
}
.columnSelect__item {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer !important;
}
.columnSelect__item img {
  width: 100%;
  opacity: 0.38;
  height: auto;
  transition-duration: 0.4s;
}
.columnSelect__item:hover img {
  opacity: 0.2;
}
.columnSelect__item.columnSelect__item--selected {
  cursor: default;
}
.columnSelect__item.columnSelect__item--selected img {
  opacity: 1;
  transition-duration: 0.1s;
}
.columnSelect__item:first-child {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid #666;
  box-sizing: initial;
}
.column--2.catalogList .catalogList_item {
  width: calc((100% - 20px) / 2);
}
.column--2.catalogList .product-image img {
  width: 100%;
  height: auto;
}
.column--2.catalogList .product-text .commodityName {
  width: 100%;
}


/*----------------------------------------
  サイズ交換・返品 #64742
----------------------------------------*/
.exchangeReturns {
  clear: both;
  margin: 0 0;
}
.filter_exchangeReturns {
  position: relative;
  margin: 8px 0 0px;
}
.filter_exchangeReturns:first-of-type {
  margin-top: 16px;
}
.exchangeReturns label {
  display: block;
  font-weight: normal;
  padding-left: 28px;
  color: #666;
}
input[type=checkbox]:checked+label {
  color: #2b2b2b;
}
input#isAllConvertReturn[type=checkbox]:checked+label {
  font-weight: bold;
}
.exchangeReturns .checkbox:before {
  margin-top: -5px;
}
.exchangeReturns .checkbox:after {
  margin-top: -10px;
}
.exchangeReturns input[type=checkbox] {
  display: none;
}
.exchangeReturns input[type=checkbox]:checked+.checkbox:hover:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.exchangeReturns input[type=checkbox]:checked+.checkbox:after {
  background: #2b2b2b;
  border: 1px solid;
}

/* disabled; */
.exchangeReturns input[type=checkbox]:disabled+label {
  color: #ccc;
  cursor: default;
}
.exchangeReturns input[type=checkbox]:disabled+label:before {
  border-right: none;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 5px;
  left: 5px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.exchangeReturns input[type=checkbox]:disabled+label:after,
.filter_returnsOption.locondo-checkbox input[type=checkbox]:disabled+label:after {
  background: #eee !important;
  border: 1px solid #eee !important;
}

/* disabled+hover */
.exchangeReturns input[type=checkbox]:disabled+label:hover:before {
  border-right: none !important;
  border-bottom: 2px solid #fff;
}
.exchangeReturns input[type=checkbox]:checked:disabled+.checkbox:hover:after,
.filter_returnsOption.locondo-checkbox input[type=checkbox]:checked:disabled+label:after {
  background: #eee;
  border: 1px solid #eee;
}
.filter_returnsOption {
  padding: 0px 8px;
  background: #f5f5f5;
  border-radius: 2px;
  width: 100%;
  box-sizing: border-box;
}
.filter_returnsOption.locondo-checkbox label:after {
  border-radius: 0;
  background: #e0e0e0;
}
.filter_returnsOption.locondo-checkbox input[type=checkbox]:checked+label:after {
  background: #2b2b2b;
}
.filter_returnsOption.locondo-checkbox label:hover:before {
  border-right: 2px solid #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
}
.filter_returnsOption label {
  font-size: 11px;
  color: #777;
}
.filter_exchangeReturns_btn {
  margin-top: 5px;
  padding-right: 10px;
  text-align: right;
}
.filter_exchangeReturns_btn input {
  color: #fff;
  background: #666;
  border: none;
  padding: 6px 14px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.filter_exchangeReturns_btn input:hover {
  opacity: 0.8;
}
#resetExchangeReturns {
  display: none;
}
.filter_returns_btn {
  margin-top: 8px;
  text-align: right;
}
.filter_returns_btn input {
  background: #fff;
  border: 1px solid #666;
  padding: 6px 14px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 2px;
}
.filter_offRate_btn input:hover,
.filter_returns_btn input:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}

/* 割引率 */
.filter_offRate {
  padding: 12px 0 6px;
}
.filter_offRate select {
  width: 100%;
  border: solid 1px #eee;
  color: #282828;
  height: 32px;
}
.filter_offRate_btn {
  margin-top: 12px;
  text-align: right;
}
.filter_offRate_btn input {
  background: #666;
  border: 1px solid transparent;
  padding: 6px 14px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 2px;
  color: #fff;
}

/* アウトレット帯 */
.bandoutlet {
  display: none;
  background: #bb0200;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  width: 1024px;
  margin: 0 auto 24px;
  border-radius: 4px;
}
.bandoutlet h3 {
  font-family: lato;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

/* PC Loading */
.loading {
  background: url(https://media.aws.locondo.jp/_assets/img/loading.gif) no-repeat no-repeat 50% 50%;
  background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  min-height: 140px;
}
#catalog_list .catalogList_item .loading img {
  display: none;
}

/* ブランド名 */
.catalogList .product-text .brandName {
  display: none;
}
.catalogList.multiBrand .product-text .brandName {
  display: inline-block;
}

/* ブランド名 */
.site_akakura .product-text .brandName,
.site_brandeli .product-text .brandName,
.site_fashionwalker .product-text .brandName,
.site_fineoutlet .product-text .brandName,
.site_harmony .product-text .brandName,
.site_mej .product-text .brandName,
.site_modaclea .product-text .brandName,
.site_raboki .product-text .brandName,
.site_samantha .product-text .brandName,
.site_sfw .product-text .brandName,
.site_stt .product-text .brandName,
.site_sws .product-text .brandName,
.site_uf .product-text .brandName,
.site_unbillion .product-text .brandName,
.site_waja .product-text .brandName{
  display: block;
}

/* カラム数切り替え */
.columnSelect {
  display: none;
}


/*----------------------------------------
  レビュー評価 #83977
----------------------------------------*/
/* デフォルトは非表示 */
.rev_catalog_summary_block {
  display: none;
}
.rev_catalog_summary_block {
  cursor: pointer;
  text-align: center;
  margin-top: 8px;
}
.rev_catalog_summary_block .rating_catalog_summary_Box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: 78px;
  height: 15px;
  background: url(https://media.aws.locondo.jp/_assets/img/pc/icon_stars_1608.png) no-repeat 0 -15px;
}
.rev_catalog_summary_block .rating {
  height: 15px;
  text-indent: -9999px;
  background: url(https://media.aws.locondo.jp/_assets/img/pc/icon_stars_1608.png) no-repeat 0 0;
}
.site_fashionwalker #left_navi,
.site_brandeli #left_navi {
  display: flex;
  flex-direction: column;
}
.site_fashionwalker .wrap_filter,
.site_brandeli .wrap_filter {
  order: 10;
}
.site_fashionwalker .wrap_filter.alignmentSearch,
.site_brandeli .wrap_filter.alignmentSearch {
  order: 0;
}
.site_fashionwalker .wrap_filter.FastDelivery,
.site_brandeli .wrap_filter.FastDelivery {
  order: 1;
}
.site_fashionwalker .wrap_filter.exchangeReturns,
.site_brandeli .wrap_filter.exchangeReturns {
  order: 2;
}
.site_fashionwalker .wrap_filter.category,
.site_brandeli .wrap_filter.category {
  order: 3;
}
.site_fashionwalker .wrap_filter.brand,
.site_brandeli .wrap_filter.brand{
  order: 4;
}
.site_fashionwalker .wrap_filter.color,
.site_brandeli .wrap_filter.color {
  order: 5;
}