@charset "UTF-8";

.market .block-title {
  position: relative;
  margin: 25px 15px 0 15px;
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
}

.market .block-sub-title-block {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.market .block-sub-title-block .title {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
}

.market .block-sub-title-block .more-button {
  margin-left: auto;
  font-size: 1.3rem;
  color: #999;
  font-weight: bold;
  position: absolute;
  padding: 12px 15px;
  top: -8px;
  right: -15px;
}

.market .block-sub-title-block .more-button.left {
  font-size: 1.2rem;
  top: -8px;
  left: 85px;
  background-image: url(../../../img/common/sp-icon-arrow-bottom.png);
  background-size: 11px 6px;
  background-repeat: no-repeat;
  background-position: right center;
  right: auto;
}

.market .block-sub-title-block .more-button.arrow {
  background-image: url(../../../img/common/sp-icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: right 15px center;
  padding: 15px 30px 13px 15px;
  top: -10px;
  right: -15px;
}

.market .block-sub-title-block.titleBorder {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}

.market .block-title-2 {
  margin: 25px 15px 0 15px;
  display: flex;
}

.market .block-title-2 .block-title {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}

.market .block-title-2 .more-button {
  margin-left: auto;
  display: block;
  padding: 10px 10px 10px 10px;
  color: #999;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  top: -2px;
  right: -10px;
  display: block;
}

.market .block-title .more-textlink {
  position: absolute;
  display: inline-block;
  right: 5px;
  top: 4px;
  padding: 0 15px 0 0;
  font-size: 1.3rem;
  color: #000000;
}

.market .block-title .more-textlink:after {
  position: absolute;
  content: "";
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: url(../../../img/common/sp-icon-arrow-right.png) center/contain
    no-repeat;
}

.market .button-box {
  padding: 0 15px;
  margin: 0 0 14px 0;
}

.market .button-box.mt-15 {
  margin: 15px 0 16px;
}

.market .button-box .button-collor-grey {
  color: #fff;
  background-color: #000;
}

.market .item-release-date {
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -1px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 10;
  text-align: center;
  text-shadow: 1px 1px 0px #fff;
  color: #000;
}

.market .item-release-date span {
  display: block;
  font-size: 1rem;
  font-style: normal;
  letter-spacing: normal;
}

.market .item-list-box.apparel .item-release-date {
  top: -2px;
}

/* ----- 安心安全のポイント ----- */

.market_points {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 3px 0;
}

.market_points .market_points_title {
  text-align: center;
  padding: 15px 18px 4px;
}

.market_points .market_points_title img {
  width: 100%;
}

.market_points .market_points_list {
  display: flex;
  justify-content: center;
  height: 40px;
}

.market_points .market_points_list .market_points_icon {
  display: block;
  line-height: 40px;
  padding-right: 24px;
}

.market_points .market_points_list a:last-child {
  padding-right: 0;
}

.market_points .market_points_list .market_points_icon img {
  width: 24px;
  padding-right: 3px;
  vertical-align: middle;
}

.market_points .market_points_list .market_points_icon p {
  display: inline-block;
  color: #999;
  font-size: 1.2rem;
  font-weight: bold;
}

/* ----- カテゴリー一覧 ----- */
.market .market_category {
  width: 100%;
  padding: 10px 9px 10px 15px;
  box-sizing: border-box;
  margin: 6px 0 0 0;
  border-top: solid 1px #e5e5e5;
}

.market .market_category .market_category_list {
  width: calc(25% - 6px);
  float: left;
  display: block;
  margin: 5px 6px 0 0;
  position: relative;
}

.market .market_category .market_category_list .item-block {
  display: block;
}

.market .market_category .market_category_list .item-block .img-box {
  width: 90%;
  height: 50px;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.market .market_category .market_category_list .item-block .img-box img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.market .market_category .market_category_list .item-block .item-name {
  color: #000;
  font-weight: bold;
  text-align: center;
  margin: 8px 0 6px;
}

/* ----- 3カラム ----- */
.market .item-list-box,
.market .search.sp-search .item-list-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 9px 0 15px;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}

.market .search .item-list-box {
  margin-top: 12px;
}

.market .item-list-box .item-list {
  width: calc(33.33% - 6px);
  float: left;
  display: block;
  margin: 10px 6px 0 0;
  position: relative;
}

.market .item-list-box .item-list.four {
  width: calc(25% - 6px);
}

.market ul.horizontal-list {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.market ul.horizontal-list .horizontal-item {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  float: none;
  width: auto;
}

.market ul.horizontal-list .horizontal-item .item-block {
  width: 100px;
  margin: 10px 6px 0 0;
}

.market .item-list-box .item-list.new::after {
  content: " ";
  background-image: url(../../../img/common/icon-article-new.png);
  background-size: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 6;
}

.market .item-list-box .item-list .item-block {
  display: block;
}

.market .item-list-box .item-list .item-block .img-box {
  width: 100%;
  height: 90px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.market .item-list-box .item-list .item-block .img-box img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.market .item-list-box .item-list .item-block .item-name {
  font-size: 1.1rem;
  line-height: 1.2;
  color: #000;
  margin: 1px 0 0 0;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 11px;
  letter-spacing: -0.5px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
}

.market .item-list-box .item-list .item-block .item-name span {
  font-weight: bold;
}

.market .item-list-box .item-list .item-block .item-name.used {
  margin: 0;
}

.market .item-list-box .item-list .item-block .item-price,
.market .item-list-box.history .item-list .item-block .item-price {
  display: flex;
  align-items: flex-end;
  color: #ff0030;
  font-size: 1.2rem;
  margin: 10px 0 0 0;
  height: 15px;
  text-align: left;
  font-weight: bold;
  overflow: hidden;
}

.market .item-list-box.history .item-list .item-block .item-price {
  position: relative;
  width: auto;
  padding: 0;
  background: none;
  border-radius: 0;
}

.market .item-list-box .item-list .item-block .item-price span {
  max-width: 76px;
  height: 12px;
  display: inline-block;
  color: #000000;
  font-size: 1.1rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market .item-list-box .item-list .item-block .item-price span.min-text {
  color: #ff0030;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 0 0 1px;
  position: relative;
  letter-spacing: -0.5px;
}

.market .item-list-box .item-list .item-block .item-price span.min-text.none {
  color: #999999;
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
  padding: 1px 0 0 0;
  position: relative;
  top: -1;
  line-height: 1.2;
}

.market .item-list-box .item-list .item-block .sell-num {
  height: 13px;
  font-size: 1rem;
  color: #000;
  margin: 3px 0 0 0;
  position: relative;
  overflow: hidden;
  line-height: 1.3;
}

.market .item-list-box .item-list .item-block .sell-num.none {
  color: #999;
  position: relative;
}

.market .item-list-box .item-list .item-block .sell-num.pb {
  padding: 0 0 0 15px;
}

.market .item-list-box .item-list .item-block .sell-num.pb::before {
  content: " ";
  color: #000;
  background-image: url(../../../img/common/pb-badge.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
  margin: 0 0 0 0;
}

.market .item-list-box .item-list .item-block .pb-badge {
  position: relative;
  color: #009166;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 12px;
}

.market .item-list-box .item-list .item-block .pb-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../../img/common/pb-badge.png);
  background-size: 10px;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.market .item-list-box .item-list .item-block .pbs-badge {
  position: relative;
  color: #0089b4;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 12px;
}

.market .item-list-box .item-list .item-block .pbs-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../../img/common/pbs-badge.png);
  background-size: 10px;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

/* #9762 list-officialIcon-update */
.market .item-list-box .item-list .item-block .hd-official {
  display: flex;
  align-items: center;
}

.market .item-list-box .item-list .item-block .hd-official span.bold {
  max-width: calc(100% - 20px);
  width: auto;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 2px;
}

.market .item-list-box .item-list .item-block .hd-official::after {
  content: "";
  width: 9px;
  height: 9px;
  background-image: url(../../../img/common/icon-drop-official.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: relative;
  top: -1px;
}

/* --- */

.market .item-list-box .item-list .item-block .sell-num > .bold {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market .item-list-box.column-layout {
  margin: 0 0 28px 0;
}

/* --- 中古 --- */

/* 3カラム */

.market .item-list-box .item-list.used {
  width: calc(33.33% - 6px);
  margin: 7px 6px 0 0;
}

.market .item-list-box .item-list.used.new::after {
  top: -4px;
  right: -4px;
}

.market .item-list-box .item-list.used .item-block .img-box {
  height: auto;
  border-radius: 8px;
}

.market .item-list-box .item-list.used .item-block .img-box:before {
  content: " ";
  display: block;
  padding-top: 100%;
}

.market .item-list-box .item-list.used.sold .item-block .img-box::before {
  content: " ";
  display: block;
  background-image: url(../../../img/common/used-item-sold.png);
  background-size: 45%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}

.market .item-list-box .item-list.used .item-block .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.market .item-list-box .item-list .item-block .item-price {
  margin: 8px 0 0 0;
}

.market .item-list-box .item-list.used .item-block .item-name {
  margin: 0 0 0 0;
}

.market
  .tabs-container.apparel
  .item-list-box
  .item-list.used
  .item-block
  .item-name {
  margin: 4px 0 0 0;
}

.market .item-list-box .item-list.used .item-block .item-name span {
  font-weight: bold;
}

.market .item-list-box .item-list.used .item-price {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 12px);
  padding: 11px 6px 4px 6px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 5%,
    rgba(0, 0, 0, 0.05) 25%,
    rgba(0, 0, 0, 0.35) 95%
  );
  color: #fff;
  font-weight: 600;
}

.market .item-list-box .item-list.used .item-price span {
  margin-left: 3px;
  color: #fff;
  font-weight: bold;
}

.market .item-list-box .item-list.used .item-price span.card-condition {
  margin-left: 3px;
  color: #fff;
  position: absolute;
  bottom: 3px;
  right: 3px;
  background: #222;
  padding: 2px 4px 1px;
  border-radius: 3px;
  font-size: 1rem;
}

.market .item-list-box .item-list.used .item-price span.slash {
  overflow: visible;
}

/* 2カラム */

.market .item-list-box .item-list.used.column-2 {
  width: calc(50% - 7px);
  margin: 7px 7px 0 0;
}

.market .item-list-box .item-list.column-2.used.new::after {
  top: -4px;
  right: -4px;
}

.market .item-list-box .item-list.column-2.used .item-block .img-box {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
}

.market .item-list-box .item-list.column-2.used .item-block .img-box:before {
  content: " ";
  display: block;
  padding-top: 100%;
}

.market .item-list-box .item-list.used.sold .item-block .img-box::before {
  content: " ";
  display: block;
  background-image: url(../../../img/common/used-item-sold.png);
  background-size: 45%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}

.market .item-list-box .item-list.column-2.used .item-block .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.market .item-list-box .item-list.column-2.used .item-block .item-price span {
  font-size: 1.4rem;
  color: #fff;
  position: relative;
  top: -1px;
}

.market .item-list-box .item-list.column-2.used .item-block .item-name {
  margin: 5px 0 0 0;
}

/* ----- 2カラム ----- */

.market .item-list-box .item-list.column-2 {
  width: calc(50% - 6px);
  float: left;
  display: block;
  margin: 10px 6px 0 0;
  position: relative;
}

.market .item-list-box .item-list.column-2.new::after {
  content: " ";
  background-image: url(../../../img/common/icon-article-new.png);
  background-size: 100%;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 8;
}

.market .item-list-box .item-list.apparel.column-2.new::after {
  top: -2px;
  right: 5px;
}

.market .item-list-box .item-list.column-2 .item-block .img-box {
  width: 100%;
  height: 120px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.market .item-list-box .item-list.column-2 .item-block .item-name {
  font-size: 1.1rem;
  line-height: 1.2;
  color: #000;
  margin: 4px 0 0 0;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 11px;
  letter-spacing: -0.5px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
}

.market .item-list-box .item-list.column-2 .item-block .item-price {
  color: #ff0030;
  font-size: 1.7rem;
  margin: 10px 0 0 0;
  height: 17px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0;
}

.market .item-list-box .item-list.used.column-2 .item-block .item-price {
  color: #fff;
  font-weight: 600;
}

.market
  .item-list-box
  .item-list.column-2
  .item-block
  .item-price
  span.min-text {
  color: #ff0030;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 0 0 2px;
  position: relative;
  top: -1px;
  height: 15px;
  line-height: 1.3;
}

.market
  .item-list-box
  .item-list.column-2
  .item-block
  .item-price
  span.min-text.none {
  color: #999999;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  position: relative;
  top: -1px;
}

.market .item-list-box .item-list.column-2 .item-block .sell-num {
  font-size: 1.2rem;
  color: #000;
  margin: 4px 0 0 0;
}

.market .item-list-box .item-list.column-2 .item-block .sell-num.none {
  color: #999;
}

.market .item-list-box .item-list.column-2 .item-block .pb-badge {
  position: relative;
  color: #009166;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 15px;
}

.market .item-list-box .item-list.column-2 .item-block .pb-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../../img/common/pb-badge.png);
  background-size: 12px;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.market .item-list-box .item-list.column-2 .item-block .pbs-badge {
  position: relative;
  color: #0089b4;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 15px;
}

.market .item-list-box .item-list.column-2 .item-block .pbs-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../../img/common/pbs-badge.png);
  background-size: 13px;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
}

/* hype drop official .column-2 */

.market .item-list-box .item-list.column-2 .item-block .hd-official {
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
}

.market .item-list-box .item-list.column-2 .item-block .hd-official span.bold {
  max-width: calc(100% - 19px);
  width: auto;
  display: inline-block;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.market .item-list-box .item-list.column-2 .item-block .hd-official::after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(../../../img/common/icon-drop-official.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
  top: -3px;
  left: 3px;
}

.market .item-list-box .item-list.column-2 .item-block .hd-official.multiple {
  font-size: 1.1rem;
}

.market
  .item-list-box
  .item-list.column-2
  .item-block
  .hd-official.multiple::after {
  top: -2px;
}

/* 連番 */

.market .item-list-box .item-list .item-block .img-box.num-icon::before {
  background-size: 31px 23px;
  background-repeat: no-repeat;
  display: block;
  width: 31px;
  height: 23px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.8;
  z-index: 10;
}

.market
  .item-list-box.column-layout
  .item-list
  .item-block
  .img-box.num-icon::before {
  top: 3px;
}

.market
  .item-list-box.column-layout
  .item-list
  .item-block
  .img-box.num-label::before {
  top: 4px;
}

.market .item-list-box .item-list .item-block .img-box.num-icon.num-1::before {
  content: "1";
  background-image: url(../../../img/common/sp-icon-ranking-1.png);
}

.market .item-list-box .item-list .item-block .img-box.num-icon.num-2::before {
  content: "2";
  background-image: url(../../../img/common/sp-icon-ranking-2.png);
}

.market .item-list-box .item-list .item-block .img-box.num-icon.num-3::before {
  content: "3";
  background-image: url(../../../img/common/sp-icon-ranking-3.png);
}

.market .item-list-box .item-list .item-block .img-box.num-label::before {
  background: #000;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.4;
  border-radius: 100px;
  z-index: 10;
}

.market .item-list-box .item-list .item-block .img-box.num-label.num-4::before {
  content: "4";
}

.market .item-list-box .item-list .item-block .img-box.num-label.num-5::before {
  content: "5";
}

.market .item-list-box .item-list .item-block .img-box.num-label.num-6::before {
  content: "6";
}

.market .item-list-box .item-list .item-block .img-box.num-label.num-7::before {
  content: "7";
}

.market .item-list-box .item-list .item-block .img-box.num-label.num-8::before {
  content: "8";
}

.market .item-list-box .item-list .item-block .img-box.num-label.num-9::before {
  content: "9";
}

.market
  .item-list-box
  .item-list
  .item-block
  .img-box.num-label.num-10::before {
  content: "10";
}

.market
  .item-list-box
  .item-list.apparel
  .item-block
  .img-box.num-icon::before {
  top: 2px;
  left: 5px;
}

.market
  .item-list-box
  .item-list.apparel
  .item-block
  .img-box.num-label::before {
  top: 0px;
  left: 5px;
}

/* ----- ブランド/モデル ----- */

.market ul.item-list li {
}

.market .item-list li a.item-list-block {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 15px;
  background-image: url(../../../img/common/sp-icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: right 15px center;
}

.market .item-list li .img-box {
  display: table-cell;
  vertical-align: top;
  width: 90px;
  height: 50px;
}

.market .item-list li .img-box .inner {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.market .item-list li .img-box .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.market .item-list li .text-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
}

.market .item-list li .text-box .name {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}

.market .item-list li .text-box .detail {
  font-size: 1.3rem;
  color: #ff0030;
  line-height: 1.3;
  padding: 3px 0 0 0;
  font-weight: bold;
}

/* ----- アパレルブランド / カテゴリ一覧 ----- */

.market .brands-list-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  border-top: 1px solid #e5e5e5;
}

.market .brands-list-box li {
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.market .brands-list-box li a {
  width: 100%;
  text-align: center;
  min-height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.market .brands-list-box li a img {
  width: 80%;
  height: auto;
}

.market .apparel-categorys-list-box {
  margin: 15px 0 0 0;
}

/* ----- 人気モデル ----- */
.market .item-list li .popularity-models {
  width: 100%;
  padding: 0 9px 0 15px;
  box-sizing: border-box;
  margin: 0 0 12px 0;
}

.market .item-list li .popularity-models .list-models {
  width: calc(25% - 6px);
  float: left;
  display: block;
  margin: 12px 6px 0 0;
}

.market .item-list li .popularity-models .list-models .model-img {
  width: 100%;
  height: 56px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.market .item-list li .popularity-models .list-models .model-img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.market .item-list li .popularity-models .list-models .model-name {
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 5px 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 15px;
}

/* ----- 全モデル ----- */
.item-list li {
  position: relative;
}

.item-list li .toggle-button {
  cursor: pointer;
  color: #666;
  font-size: 1.1rem;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.3rem;
  color: #000;
  background: #fff;
  line-height: 1.4;
}

.item-list li .toggle-button.bg-grey {
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.market .item-list li:last-of-type .toggle-button.bg-grey {
  border-bottom: none;
}

.market .item-list li:last-of-type .toggle-button.bg-grey.open {
  border-bottom: 1px solid #e5e5e5;
}

.market .item-list li .toggle-button.text-right {
  text-align: right;
}

.item-list li .toggle-content {
  display: none;
}

/* appでDOMが再構築されるもの */
.item-list li .toggle-button.re-rendered + .toggle-content {
  display: block;
}

.item-list li .toggle-button.re-rendered + .toggle-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.item-list li .toggle-button.re-rendered.open + .toggle-content {
  opacity: 1;
  height: auto;
}

.item-list li .toggle-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-list li .toggle-button span {
  display: block;
  background-image: url(../../../img/common/sp-icon-arrow-bottom.png);
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 20px 0 0;
}

.item-list li .toggle-button.bg02 span {
  background-image: url(../../../img/common/sp-icon-arrow-top.png);
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right center;
}

.item-list li .text-list-2-row-box li a {
  background-color: #f5f5f5;
}

/* 並び替え */
.market .item-list.sub-secton-box {
  min-height: 50px;
}

.market .item-list li .sort-box {
  position: absolute;
  top: 10px;
  left: 15px;
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  line-height: 1;
  background: #000;
}

.market .item-list li .sort-box .sort-text {
  font-size: 1.3rem;
  color: #000;
  padding: 9px 20px 6px;
  display: block;
  background: #fff;
}

.market .item-list li .sort-box .sort-text.active {
  font-weight: bold;
  color: #fff;
  background: #000;
}

.market .item-list .sort-box + .toggle-button {
  text-align: right;
}

.empty-toggle-button {
  height: 47px;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* ----- ブランド 横スクロール ----- */
.market .brands-scroll {
  margin: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 35px 0 35px 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
}

.market .brands-scroll .brand-list {
  position: relative;
  width: calc(100% / 6);
}

.market .brands-scroll .brand-list .brand-logo {
  display: block;
  margin: 0;
  position: relative;
}

.market .brands-scroll .brand-list .brand-logo img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

/* ----- デパートメントタブ ----- */

.market .fixed-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  background: #fff;
}

.market .tabs-block {
  margin: 15px 15px 2px;
  background: #eee;
  border-radius: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.market .tabs-block .tabs-list {
  width: 50%;
  margin: 3px;
}

.market .tabs-block .tabs-list.active {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.08);
  border: none;
}

.market .tabs-block .tabs-list.active .tabs-text {
  color: #000;
  font-weight: bold;
}

.market .tabs-block .tabs-list .tabs-text {
  text-align: center;
  padding: 14px 0 11px;
  display: block;
  font-size: 1.4rem;
  color: #999;
  line-height: 1 !important;
}

.tabs-container.apparel .lux-popular-brands {
  margin: 24px 0 0 0;
}

.market .tabs-container.apparel .tabContent-wrap {
  margin: 0;
}

/* ----- デパートメントタブ ----- */

.market .category-tab {
  margin: 0 0 -1px 0;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 7px;
  position: relative;
  top: -2px;
  border-bottom: 1px solid #e5e5e5;
}

.market .category-tab li {
  float: none;
  position: relative;
  display: table-cell;
  box-sizing: border-box;
}

.market .category-tab li.active {
  border-bottom: 2px solid #000;
}

.market .category-tab li.active a {
  box-sizing: border-box;
  color: #000;
}

.market .category-tab li a {
  display: block;
  border-top: none;
  padding: 19px 14px 12px;
  font-size: 1.4rem;
  color: #999;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}

/* ----- デパートメントタブ(トップ用) ----- */

.market .category-tab-top {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 5px 7px;
  position: sticky;
  background: #eee;
  display: flex;
  top: 0;
  left: 0;
  z-index: 999;
}

.market .tabs-container .tabs-list {
  width: 100%;
  height: auto;
  position: sticky !important;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e5e5e5 !important;
  background: #fff;
  box-sizing: border-box;
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  z-index: 2;
  transition: padding 0.2s ease;
  white-space: nowrap;
  scroll-behavior: smooth;
  scroll-snap-type: inline;
}

.market .tabs-container .tabs-list li {
  width: auto !important;
  float: none;
  height: auto !important;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

.market .tabs-container .tabs-list li:after {
  display: none;
}

.market .tabs-container .tabs-list li a.active {
  border: none;
}

.market .tabs-container .tabs-list li a {
  position: relative;
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
  padding: 0 12px 9px;
  min-height: 72px;
  font-size: 1.1rem;
  font-weight: 600 !important;
  color: #999;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: center;
}

.market .tabs-container .tabs-list li a:before {
  position: absolute;
  opacity: 1;
  content: "";
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 38px;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 320px) {
  .market .tabs-container .tabs-list li {
    padding: 0 0 0 6px;
  }
}

.market .tabs-container .tabs-title .tabs-titleLink.active i.cursor {
  height: 3px;
  background: #000000 !important;
}

.market .fixed .tabs-container .tabs-list {
  border-bottom: 1px solid #e5e5e5 !important;
}

.market .fixed .tabs-container .tabs-list li a::after {
  opacity: 0;
  transition: opacity 0.3s;
}

.market .tabs-container .tabs-list li:first-of-type a {
  padding: 0 22px 9px;
}

/* タブアイコン */
.market .tabs-container .tabs-list li.all .tabs-titleLink:before {
  background: url(../../../img/market/department/all-icon.png) no-repeat center /
    contain;
}

.market .tabs-container .tabs-list li.sneaker .tabs-titleLink:before {
  background: url(../../../img/market/department/sneaker-icon.png) no-repeat
    center / contain;
}

.market .tabs-container .tabs-list li.apparel .tabs-titleLink:before {
  background: url(../../../img/market/department/apparel-icon.png) no-repeat
    center / contain;
}

.market .tabs-container .tabs-list li.luxury .tabs-titleLink:before {
  background: url(../../../img/market/department/luxury-icon.png) no-repeat
    center / contain;
}

.market .tabs-container .tabs-list li.hobby .tabs-titleLink:before {
  background: url(../../../img/market/department/hobby-icon.png) no-repeat
    center / contain;
}

/* fixed */
.market .fixed .tabs-container .tabs-title .tabs-titleLink.active i.cursor {
  bottom: 0px;
}

.market .fixed .tabs-container .tabs-title.all .tabs-titleLink.active i.cursor {
  bottom: 0;
}

.market .tab-scroll.fixed .tabs-container .tabs-list li a {
  min-height: 42px;
  padding-bottom: 13.5px;
  transition: all 0.3s ease;
}

.market .tab-scroll.fixed .tabs-container .tabs-list li a:before {
  opacity: 0;
  top: -100%;
  transition: opacity 0.2s ease;
}

/* 新品中古タブ切り替え */

.market .status-switch.newactive + .tabContent-wrap {
  margin-top: -55px;
}

.tab-scroll {
  position: relative;
}

.market .tabs-container.sneaker .tabContent-wrap,
.market .tabs-container.apparel .tabContent-wrap {
  margin-top: -25px;
}

.market .tabs-container.sneaker.used .tabContent-wrap {
  margin-top: 0;
}

.market .tabs-container.apparel.used .tabContent-wrap {
  margin-top: 0;
}

.market .tabs-container.all .tabContent-wrap {
  margin-top: -8px;
}

.market .tabs-container.all .status-switch {
  display: none;
}

.market .tabs-container.sneaker.used .item-list-box,
.market .tabs-container.apparel.used .item-list-box {
  margin-top: 2px;
}

.status-switch {
  position: sticky;
  margin: 0 0 -16px;
  padding: 10px 15px;
  top: 38px;
  right: 0;
  left: 75%;
  width: 35%;
  z-index: 999;
  transition: opacity 0.1s ease;
}

.fixed .status-switch {
  position: sticky;
  opacity: 0;
  transition: opacity 0.1s ease;
}

.status-switch.scroll-up {
  position: sticky;
  opacity: 1;
  transition: opacity 0.2s 0.5s ease;
}

.status-switch.only-new.scroll-up {
  opacity: 0;
}

.status-switch__tab {
  display: flex;
  justify-content: flex-end;
}

.status-switch__tab-item {
  padding: 0 14px;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 28px;
  background: #ffffff;
  border: 1px solid #000000;
  cursor: pointer;
}

.status-switch.only-new .status-switch__tab {
  pointer-events: none;
}

.status-switch.only-new .status-switch__tab-item:nth-of-type(2) {
  opacity: 0.3;
}

.status-switch__tab-item:nth-of-type(1) {
  border-radius: 6px 0 0 6px;
  border-right: none;
}

.status-switch__tab-item:nth-of-type(2) {
  border-radius: 0 6px 6px 0;
  border-left: none;
}

.status-switch__tab-item.active {
  background: #000000;
  color: #ffffff;
  font-weight: bold;
}

/* 新着順安い順のソート */
.sort-area {
  position: relative;
}

.sort-tab {
  position: relative;
  z-index: 0;
  display: flex;
  margin: 0 15px;
}

.sort-tab-item {
  height: 28px;
}

.sort-tab-item a {
  display: block;
  padding: 0 14px;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 28px;
  background: #ffffff;
  border: 1px solid #000000;
  cursor: pointer;
  color: #000;
}

.sort-tab-item:nth-of-type(1) a {
  border-radius: 6px 0 0 6px;
  border-right: none;
}

.sort-tab-item:nth-of-type(2) a {
  border-radius: 0 6px 6px 0;
  border-left: none;
}

.sort-tab-item a.active {
  background: #000000;
  color: #ffffff;
  font-weight: bold;
}

/* サイズセレクト */

.sort-size__tab {
  position: absolute;
  right: 13px;
  top: 6px;
  font-size: 1.35rem;
}

.sort-size__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
  line-height: 1.4;
  padding: 0 24px 0 0;
  cursor: pointer;
}

.sort-size__box::after {
  content: "";
  width: 20px;
  height: 14px;
  display: inline-block;
  background: url(../../../img/common/sp-icon-arrow-right.png) no-repeat center /
    contain;
  background-size: 8px 14px;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: rotate(90deg) translateX(-36%);
  right: 0;
}

.sort-size__tab.active .sort-size__box::after {
  transform: rotate(-90deg) translateX(40%);
}

.sort-size__box span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 110px;
}

.sort-size__content {
  width: 100%;
  margin: 10px 0 0 0;
  background: #f5f5f5;
  height: 0;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    min-height 0.5s ease,
    max-height 0.5s ease;
}

.sort-size__tab.active + .sort-size__content {
  height: 100%;
  min-height: 290px;
  max-height: 350px;
  transition:
    min-height 0.5s ease,
    max-height 0.5s ease;
}

.sort-size__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 26px);
  margin: 10px auto 0;
}

.sort-size__item label {
  display: block;
}

.sort-size__item label input {
  display: none;
}

.sort-size__item {
  width: calc((100% - 18px) / 4);
  margin: 0 0 6px 6px;
}

.sort-size__item:first-of-type {
  margin: 0 0 6px 0;
}

.sort-size__item:nth-of-type(4n + 1) {
  margin: 0 0 6px 0;
}

.sort-size__item label span {
  display: block;
  color: #333;
  font-size: 1.6rem;
  font-weight: 900;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 7px 8px;
  line-height: 1.4;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
}

.sort-size__item label input:checked + span {
  color: #ffffff;
  background: #444444;
  border: 1px solid #444444;
}

.market .sort-size__content .button-box {
  margin: 4px 0 12px;
}

.market .sort-size__content .button-box a {
  border-radius: 8px;
}

.sneaker-size-selector .button-type-1 {
  border-radius: 6px;
}

/* 中古一覧　絞り込み・サイズセレクト */
.sort-area .sneaker-size-selector {
  padding-top: 10px;
}

.sort-area .sneaker-size-selector .sort-size__tab {
  left: auto;
  right: 13px;
  top: -22px;
  z-index: 9;
}

.detail-sort-area {
  position: relative;
  display: flex;
  align-items: center;
}

.detail-sort-area .product-list-filter-size {
  display: inline-block;
  margin: 0 0 0 16px;
}

.detail-sort-area .product-list-sort {
  position: absolute;
  right: 0;
  top: -1px;
  padding: 7px 9px 7px 6px;
  margin: 0 0 0 auto;
}

/* 絞り込み・並び順改善 */
.product-list-filter {
  position: sticky;
  min-height: 98px;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 1;
}

.tab-scroll .product-list-filter {
  position: static;
}

/* 絞り込み・並び順 market top　固定対応*/
.tab-scroll .product-list-filter {
  top: 42px;
}

.tab-scroll
  .tabs-container.used
  .product-list-filter.tab-view
  .product-list-filter-section {
  background: #ffffff;
  margin-top: 0;
  padding: 8px 0;
  height: 43px;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 4px 4px rgb(0 0 0 / 11%);
}

/* market top 中古新品タブ固定 */

.tab-scroll
  .tabs-container.sneaker.used
  .product-list-filter.tab-view
  .product-list-filter-section.filters:first-of-type:before,
.tab-scroll
  .tabs-container.apparel.used
  .product-list-filter.tab-view
  .product-list-filter-section.filters:first-of-type:before {
  top: 12px;
}

.vue-pull-to-wrapper.active {
  transform: none !important;
  height: 100vh !important;
  max-height: 100vh !important;
}

.tab-scroll
  .tabs-container.used
  .product-list-filter.tab-view
  .product-list-sort-section
  .product-list-sort {
  opacity: 0;
}

.tab-scroll .product-list-filter.tab-view {
  position: sticky;
  top: 42px;
  z-index: 1;
}

.product-list-filter-top {
  position: relative;
  width: 100%;
  background: #ffffff;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 0 0 30px;
  border-bottom: 1px solid #e5e5e5;
  z-index: 9;
  box-sizing: border-box;
}

.product-list-filter-tab {
  display: flex;
  width: calc(100% - 89px);
}

.product-list-filter-top.scroll .product-list-filter-tab {
  position: relative;
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.product-list-filter-top.scroll .product-list-sort:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background: #e5e5e5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product-list-filter-tab-item {
  position: relative;
  display: inline-block;
  max-width: 50%;
}

.product-list-filter-top.scroll:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 15px;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../../img/market/sort/size-filter-icon.svg) center/contain
    no-repeat;
}

.product-list-filter-tab-item:first-of-type:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 14px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../../img/market/sort/size-filter-icon.svg) center/contain
    no-repeat;
}

.product-list-filter-top.scroll
  .product-list-filter-tab-item:first-of-type:before {
  display: none;
}

.product-list-filter-top.scroll .product-list-filter-tab-item {
  max-width: 100px;
}

.product-list-filter-tab-item a {
  display: block;
  width: 100%;
  position: relative;
  color: #000000;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 6px 20px 6px 3px;
  margin: 0 3px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 1.4;
}

.product-list-filter-tab-item.active a:after {
  transform: rotate(-180deg) translateY(50%);
}

.product-list-filter-tab-item a:after {
  content: "";
  width: 20px;
  height: 7px;
  display: inline-block;
  background: url(../../../img/common/sp-icon-arrow-bottom.png) no-repeat center /
    contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
}

.product-list-sort {
  position: relative;
  width: 88px;
  min-width: 88px;
  padding: 6px 9px 6px 6px;
  box-sizing: border-box;
}

.product-list-sort select {
  width: 100%;
  padding-right: 20px;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  color: #000000;
  margin: 0;
  line-height: 1;
}

.product-list-sort:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 13px;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../../img/market/sort/sort.svg) center/contain no-repeat;
}

.product-list-filter-bottom,
.search-result.sp-search .product-list-filter-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 10px 0 12px 0;
  position: absolute;
  top: 50px;
  left: 0;
}

.search-result .product-list-filter-bottom {
  margin: 24px 0 12px;
}

.product-list-filter-size {
  position: relative;
  opacity: 1;
  transition: opacity 0.2s;
  margin: 0 0 0 14px;
  min-width: 80px;
  max-width: 50%;
}

.product-list-filter.fixed .product-list-filter-size {
  transform: translateY(-350%);
  opacity: 0;
  transition:
    opacity 0.2s,
    transform 0.2s 1s;
}

.product-list-filter-size a {
  display: block;
  max-width: 150px;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  padding: 7px 20px 7px 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-list-filter-size a:after {
  content: "";
  width: 20px;
  height: 7px;
  display: inline-block;
  background: url(../../../img/common/sp-icon-arrow-bottom.png) no-repeat center /
    contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.product-list-filter-size.active a:after {
  transform: rotate(180deg) translateY(50%);
}

.product-list-filter-section {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 4px 0;
  box-sizing: border-box;
}

.product-list-filter-section .sort-tab,
.product-list-filter-bottom .sort-tab {
  margin: 0 14px 0 auto;
  opacity: 1;
  transition: opacity 0.2s;
}

.product-list-filter.fixed.scroll-up .product-list-filter-bottom .sort-tab {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.2s,
    opacity 0.2s 0.4s;
}

.tabs-container.sneaker.used
  .product-list-filter-section.filters:first-of-type:before,
.tabs-container.apparel.used
  .product-list-filter-section.filters:first-of-type:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 14px;
  left: 15px;
  top: 5px;
  background: url(../../../img/market/sort/size-filter-icon.svg) center/contain
    no-repeat;
}

.tabs-container.sneaker.used
  .product-list-filter-section.filters
  div:first-of-type,
.tabs-container.apparel.used
  .product-list-filter-section.filters
  div:first-of-type {
  margin-left: 36px;
}

.product-list-sort-section {
  display: flex;
  align-items: center;
}

.product-list-sort-section .product-list-sort {
  margin: 0 0 0 auto;
}

.product-list-sort-area .product-list-filter-condition {
  display: inline-block;
  margin: 0 0 0 16px;
  font-weight: bold;
  max-width: 150px;
}

.product-list-filter-condition a {
  display: block;
  width: 100%;
  position: relative;
  color: #000000;
  font-size: 1.4rem;
  padding: 6px 20px 6px 3px;
  margin: 0 3px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 1;
}

.product-list-filter-condition a:after {
  content: "";
  width: 20px;
  height: 7px;
  display: inline-block;
  background: url(../../../img/common/sp-icon-arrow-bottom.png) no-repeat center /
    contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.product-list-filter-condition.active a:after {
  transform: rotate(-180deg) translateY(50%);
}

.product-list-filter-item a {
  display: block;
  width: 100%;
  position: relative;
  color: #000000;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 6px 20px 6px 3px;
  margin: 0 3px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 1;
}

.product-list-filter-item.active a:after {
  transform: rotate(-180deg) translateY(50%);
}

.product-list-filter-item a:after {
  content: "";
  width: 20px;
  height: 7px;
  display: inline-block;
  background: url(../../../img/common/sp-icon-arrow-bottom.png) no-repeat center /
    contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
}

.tabs-container .product-list-filter-section.justify-content-end {
  display: none;
}

.tabs-container.used .product-list-filter-section.justify-content-end {
  display: flex;
}

/* 絞り込み　詳細 リスト　*/

.product-list-filter-detail {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #ffffff;
  box-sizing: border-box;
}

.product-list-filter-detail-title {
  padding: 16px 0 12px 0;
  line-height: 1.3;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  background: #ffffff;
}

.product-list-filter-detail .sort-list-content {
  width: 100%;
  height: 0;
  max-height: 0;
  transition:
    height 0.4s,
    opacity 0.2s;
  z-index: 11;
  overflow: hidden;
  opacity: 0;
}

.product-list-filter-detail .text-list-2-row-box {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  overflow-y: scroll;
  max-height: calc(500px - 48px);
}

.product-list-filter-detail .sort-list-content .text-list-2-row-box li {
  float: none;
  background: #ffffff;
}

.product-list-filter-detail
  .sort-list-content
  .text-list-2-row-box
  li:first-of-type {
  border-top: 1px solid #e5e5e5;
}

.product-list-filter-detail
  .sort-list-content
  .text-list-2-row-box
  li:nth-of-type(2) {
  border-top: 1px solid #e5e5e5;
}

.product-list-filter-detail .sort-list-content.active {
  max-height: 500px;
  opacity: 1;
  transition:
    height 0.4s,
    opacity 0.4s;
}

.product-list-filter-detail .brands-list-box {
  max-height: 450px;
  overflow-y: scroll;
  background: #ffffff;
  border-top: none;
  box-sizing: border-box;
}

.product-list-filter-detail .brands-list-box li:nth-of-type(-n + 4) {
  border-top: 1px solid #e5e5e5;
}

.product-list-filter-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.product-list-filter-bg.active {
  display: block;
}

.tabs-container .product-list-filter-detail .brands-list-box {
  background: #ffffff;
  border-top: none;
  box-sizing: border-box;
  border-top: none;
}

.tabs-container .product-list-filter-detail {
  display: none;
}

.tabs-container.used .product-list-filter-detail {
  display: block;
}

/* リスト絞り込み　詳細　閉じるボタン */
.product-list-filter-close {
  position: absolute;
  width: 44px;
  height: 44px;
  right: 0;
  top: 3px;
  padding: 13px;
  box-sizing: border-box;
}

.product-list-filter-close img {
  width: 100%;
  height: auto;
}

.product-list-filter.active + .item-list-box {
  overflow: hidden;
  height: 80vh;
}

/* 絞り込み　詳細 ブランドlogo　*/
.product-list-filter-detail .sort-brand-content {
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  height: 0;
  min-height: 0;
  max-height: 0;
  transition: min-height 0.05s ease;
  z-index: 11;
  overflow: hidden;
}

.product-list-filter-detail .sort-brand-content.active {
  height: 100%;
  min-height: 100%;
  transition: min-height 0.05s ease;
  overflow: unset;
}

/* 絞り込み　詳細 サイズ　*/
.product-list-filter-detail .sort-size-content {
  position: relative;
  width: 100%;
  background: #f5f5f5;
  height: 0;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    min-height 0.4s ease,
    max-height 0.4s ease;
  z-index: 11;
}

.product-list-filter-detail .sort-size-content.active {
  height: 100%;
  min-height: 290px;
  max-height: 350px;
  transition:
    min-height 0.4s ease,
    max-height 0.4s ease;
}

.sort-size-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 26px);
  margin: 12px auto 4px;
}

.sort-size-item label {
  display: block;
}

.sort-size-item label input {
  display: none;
}

.sort-size-item {
  width: calc((100% - 18px) / 4);
  margin: 0 0 6px 6px;
}

.sort-size-item:first-of-type {
  margin: 0 0 6px 0;
}

.sort-size-item:first-of-type label span {
  font-size: 1.5rem;
}

.sort-size-item:nth-of-type(4n + 1) {
  margin: 0 0 6px 0;
}

.sort-size-item label span {
  display: block;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 0 8px;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 10%);
}

.sort-size-item label input:checked + span {
  color: #ffffff;
  background: #444444;
  border: 1px solid #444444;
}

.detail-sort-area .product-list-filter-size a {
  max-width: 90px;
}

.product-size-list-title {
  padding: 18px 0 2px 0;
  line-height: 1.3;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}

/* サイズ絞り込み　詳細　閉じるボタン */
.product-size-list-close {
  position: absolute;
  width: 44px;
  height: 44px;
  right: 0;
  top: 3px;
  padding: 13px;
  box-sizing: border-box;
}

.product-size-list-close img {
  width: 100%;
  height: auto;
}

/*  販売中のみ絞り込みチェックボックス  */

.only-sale {
  display: block;
}

.product-list-filter-bottom .only-sale {
  margin: 0 0 0 11px;
  opacity: 1;
  transition: opacity 0.2s;
}

.tabs-container.used .only-sale {
  opacity: 1;
  display: block;
  height: 28px;
  padding: 0 0 0 15px;
}

.only-sale input[type="checkbox"] {
  display: none;
}

.only-sale .sort-checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 7px 0 7px 22px;
  position: relative;
  width: auto;
  font-size: 1.4rem;
}

.only-sale .sort-checkbox::before {
  background: #fff;
  border: 2px solid #d2d2d2;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 1px));
  border-radius: 4px;
}

.only-sale .sort-checkbox::after {
  border-right: 3px solid #10b3aa;
  border-bottom: 3px solid #10b3aa;
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
}

.only-sale input[type="checkbox"]:checked + .sort-checkbox::after {
  opacity: 1;
}

.detail-sort-area .only-sale {
  position: absolute;
  left: 112px;
  top: 0;
}

.product-list-filter.fixed .product-list-filter-bottom .only-sale {
  transform: translateY(-350%);
  opacity: 0;
  transition:
    opacity 0.2s,
    transform 0.2s 1s;
}

/* 絞り込み　マーケットトップ対応 */
.tabs-container .product-list-filter {
  width: 100%;
  margin: 0 0 0 auto;
  min-height: 0;
  z-index: 8;
}

.tabs-container .product-list-filter .sort-tab {
  opacity: 1;
  height: 44px;
  margin: 15px 15px 20px;
  background: #eee;
  border-radius: 8px;
  transition:
    height 0.6s ease,
    margn 0.6s ease;
}

.tabs-container .product-list-filter .sort-tab-item {
  width: 50%;
  height: auto;
  margin: 3px;
}

.tabs-container .product-list-filter .sort-tab-item a {
  text-align: center;
  padding: 13px 0 11px;
  display: block;
  font-size: 1.4rem;
  color: #999;
  line-height: 1;
  border: none;
  border-radius: 6px;
  background: #eee;
}

.tabs-container .product-list-filter .sort-tab-item a.active {
  color: #000;
  font-weight: bold;
  background: #fff;
  box-shadow: 0 1px 0px rgb(0 0 0 / 8%);
  border: none;
}

.tabs-container.used .product-list-filter {
  width: 100%;
  min-height: 66px;
  margin: 0;
}

.tabs-container.used .product-list-filter .sort-tab {
  margin-bottom: 12px;
}

.product-list-filter-detail.top .sort-list-content {
  position: relative;
  z-index: 9;
}

.product-list-filter-detail.top .text-list-2-row-box {
  border-top: none;
}

.product-list-filter-detail.top .sort-size-content {
  position: relative;
  z-index: 99;
}

/* スクロール時タブ固定 */
.tab-scroll .tabs-container .product-list-filter.tab-hide {
  opacity: 0;
  transition: all 0.3s ease;
}

.tab-scroll .tabs-container .product-list-filter.tab-hide .tab-main {
  opacity: 0;
  height: 0;
  margin: 0;
  transform: translateY(-300px);
  transition:
    height 0.6s ease,
    margin 0.6s ease,
    transform 0.6s ease;
}

.tab-scroll .tabs-container.used .tab-hide .only-sale {
  opacity: 0;
  height: 0;
  transform: translateY(-300px);
  transition: all 0.3s ease;
}

.tab-scroll .tabs-container .product-list-filter.tab-view {
  opacity: 1;
}

.tab-scroll .tabs-container .product-list-filter.tab-view .sort-tab.tab-sub {
  width: 130px;
  margin: 0 0 0 auto;
  background: none;
}

.tab-scroll
  .tabs-container
  .product-list-filter.tab-view
  .tab-sub
  .sort-tab-item {
  width: auto;
  height: 28px;
  margin: 0;
}

.tab-scroll .tabs-container .product-list-filter.tab-view .sort-tab.tab-sub a {
  display: block;
  padding: 0 14px;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 28px;
  background: #ffffff;
  border: 1px solid #000000;
  cursor: pointer;
  color: #000;
}

.tab-scroll
  .tabs-container
  .product-list-filter.tab-view
  .sort-tab-item:nth-of-type(1)
  a {
  border-radius: 6px 0 0 6px;
  border-right: none;
}

.tab-scroll
  .tabs-container
  .product-list-filter.tab-view
  .sort-tab-item:nth-of-type(2)
  a {
  border-radius: 0 6px 6px 0;
  border-left: none;
}

.tab-scroll
  .tabs-container
  .product-list-filter.tab-view
  .sort-tab-item
  a.active {
  background: #000000;
  color: #ffffff;
  font-weight: bold;
}

.tab-scroll
  .tabs-container
  .product-list-filter
  .product-list-filter-section
  .tab-sub {
  display: none;
}

.tab-scroll
  .tabs-container
  .product-list-filter.tab-view
  .product-list-filter-section
  .tab-sub {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 6px;
  right: 10px;
}

.tab-scroll .tabs-container .product-list-sort {
  display: none;
}

.tab-scroll .tabs-container.used .product-list-sort {
  position: absolute;
  top: -1px;
  right: 10px;
  display: block;
}

.tab-scroll .tabs-container.used .tab-view .product-list-sort {
  display: none;
}

/* ----- 順番 ----- */

/* 2.5カラム 横スクロール(2列) */
.market .item-list-box.column-scroll-x {
  margin: 0;
  overflow-x: auto;
  white-space: nowrap;
  background: #fff;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 15px 15px;
}

.market .item-list-box.column-scroll-x .item-list.column-2 {
  width: calc(50% - 20px);
}

.market .item-list-box.column-scroll-x .item-list {
  position: relative;
  width: 110px;
  flex-basis: 110px;
}

.market .item-list-box.column-scroll-x .item-list .item-block {
  width: 110px;
  display: block;
  margin: 6px 4px 0 0;
  position: relative;
}

.market .item-list-box.column-scroll-x .item-list .item-block .img-box {
  width: 100%;
  height: 95px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.market .item-list-box.column-scroll-x .item-list .item-block .img-box.used {
  height: auto;
  border-radius: 8px;
}

/* 1カラム 横スクロール(1列) */
.market .item-list-box.column-scroll-x.side {
  display: block;
}

.market .item-list-box.column-scroll-x.side .item-list {
  float: none;
  position: relative;
  display: inline-block;
}

.market .item-list-box.column-scroll-x.side .item-list.used {
  margin-right: 3px;
}

.brand-model-item-list li a.item-list-block {
  padding: 10px 15px;
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  background-image: url(../../../img/common/sp-icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: right 15px center;
}

.brand-model-item-list li .img-box {
  display: table-cell;
  vertical-align: top;
  width: 90px;
  height: 50px;
}

.brand-model-item-list li .img-box .inner {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.brand-model-item-list li .img-box .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.brand-model-item-list li .text-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
}

.brand-model-item-list li .text-box .name {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}

.brand-model-item-list li .text-box .detail {
  font-size: 1.3rem;
  color: #ff0030;
  line-height: 1.3;
  padding: 3px 0 0 0;
  font-weight: bold;
}

/* 人気モデル */
.brand-model-item-list li .popularity-models {
  width: 100%;
  padding: 0 9px 0 15px;
  box-sizing: border-box;
  margin: 0 0 12px 0;
}

.brand-model-item-list li .popularity-models .list-models {
  width: calc(33.33% - 6px);
  float: left;
  display: block;
  margin: 12px 6px 0 0;
}

.brand-model-item-list li .popularity-models .list-models .model-img {
  width: 100%;
  height: 70px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.brand-model-item-list li .popularity-models .list-models .model-img img {
  width: 90%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.brand-model-item-list li .popularity-models .list-models .model-name {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 5px 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 15px;
}

/* 全モデル */
.brand-model-item-list li .toggle-button {
  cursor: pointer;
  padding: 13px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.3rem;
  color: #000;
  background: #f5f5f5;
  line-height: 1.4;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.brand-model-item-list li .toggle-content {
  display: none;
}

.brand-model-item-list li .toggle-button span {
  display: block;
  background-image: url(../../../img/common/sp-icon-arrow-bottom.png);
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right center;
}

.brand-model-item-list li .toggle-button.bg02 span {
  background-image: url(../../../img/common/sp-icon-arrow-top.png);
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right center;
}

.brand-model-item-list li .text-list-2-row-box li a {
  background-color: #f5f5f5;
}

.market .used-item-more-list .item-list.sub-secton-box {
  min-height: 50px;
}

.used-item-more-list .product-img-thumbnail-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 0 10px 0;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.used-item-more-list .product-img-thumbnail-box .thumbnail {
  width: 45px;
  height: 45px;
  margin: 3px 3px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
}

.used-item-more-list .product-img-thumbnail-box .thumbnail img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.used-item-more-list .product-img-thumbnail-box .thumbnail.active {
  border: 2px solid #000;
}

.used-item-more-list .product-img-thumbnail-box .thumbnail img {
  width: 100%;
  height: auto;
}

/* タブ追従 */
.scroll-container {
  overflow-y: initial !important;
  overflow-x: initial !important;
}

/* スニーカーサイズ選択コンポーネント */

.sneaker-size-selector {
  padding-top: 50px;
  position: relative;
}

.sneaker-size-selector .sort-size__content {
  margin: 0;
}

.sneaker-size-selector .sort-size__tab {
  left: 13px;
  right: auto;
  top: 18px;
}

.sneaker-size-selector .sort-size__tab.active + .sort-size__content {
  margin: 0;
}

.sneaker-size-selector .sort-size__box {
  justify-content: left;
}

/* market top お気に入り */
.product-content-wrapper.scroll {
  position: relative;
}

.market.scroll .more-textlink {
  position: absolute;
  display: inline-block;
  right: 5px;
  top: -10px;
  padding: 15px 15px 15px 0;
  font-size: 1.3rem;
  color: #999;
  font-weight: bold;
}

.product-content-wrapper.scroll .more-textlink:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: url(../../../img/common/sp-icon-arrow-right.png) center/contain
    no-repeat;
}

.product-content-wrapper.scroll .item-list-box {
  position: relative;
  padding: 4px 0 4px 18px;
  margin: 0;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: inline;
}

.market.scroll .item-list-box .item-list {
  position: relative;
  width: 25%;
}

.product-content-wrapper.scroll .item-list-box .item-list {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.market.scroll .item-list-box .item-list .item-block .item-info {
  display: flex;
  flex-direction: column;
  height: 35px;
  justify-content: start;
}

.item-block .item-size {
  font-size: 1.2rem;
  color: #000000;
  font-weight: 500;
}

.product-content-wrapper.scroll .scroll-more-button {
  display: inline-block;
  vertical-align: middle;
}

.product-content-wrapper.scroll .scroll-more-button a {
  display: flex;
  min-height: 140px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  padding: 0 24px 0 18px;
  color: #999999;
  font-weight: bold;
}

.product-content-wrapper.scroll .scroll-more-button .scroll-more-icon {
  display: block;
  margin: 0 0 5px 0;
}

.product-content-wrapper.scroll .scroll-more-button .scroll-more-icon img {
  width: 40px;
  height: 40px;
}

.product-content-wrapper.favroite.scroll .scroll-more-button a {
  min-height: 126px;
}

.market.scroll .item-list-box .item-list .item-block .img-box {
  height: 90px;
}

.market.favroite.scroll .item-list-box .item-list .item-block .img-box {
  height: 72px;
}

.market.favorite.product-content-wrapper.scroll .scroll-more-button a {
  min-height: 117px;
}

.market.favorite.product-content-wrapper.scroll
  .scroll-more-button
  .scroll-more-icon
  img {
  width: 34px;
  height: 34px;
}

.market.favroite.scroll .item-list-box .item-list.used .item-price {
  position: relative;
  padding: 0;
  background: 0;
  color: #ff0030;
}

.market.scroll .item-list-box .item-list {
  margin: 10px 6px 0 0;
}

.market.scroll .item-list-box .item-list .item-block .sell-num {
  width: 100%;
  margin: 2px 0 0 0;
  transform: scale(0.9) translateX(-5px);
}

.market.scroll .item-list-box .item-list .item-block .item-price {
  margin: 6px 0 0 0;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market.scroll .item-list-box .item-list.used {
  margin: 10px 6px 0 0;
}

.market.scroll .item-list-box .item-list.used .item-block .img-box {
  height: 90px;
}

.market.favroite.scroll .item-list-box .item-list.used .item-block .img-box {
  height: 72px;
}

.market.scroll .item-list-box .item-list.new::after {
  top: -10px;
  right: -6px;
}

.market.scroll .item-list-box .item-list.used.new::after {
  top: -10px;
  right: -6px;
}

.market.scroll .favorite-label {
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 1;
}

.market.scroll .favorite-label .favorite-num {
  display: flex;
  max-width: 90px;
  padding: 3px 6px 1px;
  align-items: center;
  background: rgba(102, 102, 102, 0.8);
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  border-radius: 50px;
  text-overflow: ellipsis;
}

.market.scroll .favorite-label .favorite-icon {
  display: block;
  margin: 0 2px 0 0;
  width: 10px;
  height: 10px;
}

.market.scroll .favorite-label .favorite-icon img {
  width: 100%;
  height: auto;
}

.market.scroll .item-list-box .item-list.used.sold .favorite-label {
  display: none;
}

.market.scroll
  .item-list-box
  .item-list.used
  .item-block
  .item-price
  span.min-text {
  margin: 0 0 0 4px;
}

/* 閲覧履歴　中古商品 market top */

.market .item-list-box.history .item-list.used .item-block .img-box {
  height: 90px;
}

.market .item-list-box.history .item-list {
  min-height: 144px;
  margin: 13px 6px 0 0;
}

.market .item-list-box.history .item-list.used .item-block .item-name {
  margin: 1px 0 0 0;
}

.market .item-list-box.history .item-list.new::after,
.market .item-list-box.history .item-list.used.new::after {
  top: -6px;
  right: -6px;
}

.market .item-list-box.history .item-list.used .min-text {
  margin: 0 0 0 4px;
}

.market .item-list-box.history .item-list.used .item-price span {
  color: #000;
}

.market .item-list-box.history .item-list.used .item-price span.min-text {
  color: #ff0030;
}

/* 閲覧履歴　アパレル出し分け */

.market .item-list-box .item-list.used .apparel-used .history-group,
.market .item-list-box.history .item-list.used .apparel-used .item-price {
  display: none;
}

.market .item-list-box.history .item-list.used .apparel-used .history-group,
.market
  .item-list-box.history
  .item-list.used
  .apparel-used
  .history-group
  .item-price {
  display: block;
}

.market
  .item-list-box.history
  .item-list.used
  .apparel-used
  .history-group
  .item-price
  .min-text {
  position: relative;
  top: 2px;
}

.market
  .tabs-container.apparel
  .item-list-box.history
  .item-list.used
  .apparel-used
  .item-block
  .item-name {
  margin: 1px 0 0 0;
}

/* 閲覧履歴　中古商品 market detail ２カラム */

.market .item-list-box.history .item-list.used.column-2 .item-block .img-box {
  height: 120px;
}

/* ----- 探す系アコーディオン ----- */

.toggle-button.search-accordion {
  cursor: pointer;
  padding: 17px 15px 15px 15px;
  box-sizing: border-box;
  background: #fff;
  font-size: 1.3rem;
  color: #000;
  line-height: 1.4;
  display: block;
  background-image: url(../../../img/common/sp-icon-arrow-bottom.png);
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  font-weight: bold;
}

.toggle-button.search-accordion.bg02 {
  background-image: url(../../../img/common/sp-icon-arrow-top.png);
}

.toggle-content.search-accordion-content {
  display: none;
}

.toggle-content.search-accordion-content .apparel-brands-list-box {
  margin: 0;
  border-top: 0;
}

.toggle-content.search-accordion-content .apparel-brands-list-box li {
  border: none;
}

.add-toggle-content.toggle-content.search-accordion-content.lux
  .brands-list-box {
  border-top: none;
}

.add-toggle-content.toggle-content.search-accordion-content.apparel
  .brands-list-box {
  border-top: none;
}

.toggle-content.search-accordion-content .apparel-categorys-list-box {
  margin: 0;
  border-top: 1px solid #e5e5e5;
}

.toggle-content.search-accordion-content.apparel .apparel-categorys-list-box,
.toggle-content.search-accordion-content.hobby .apparel-categorys-list-box {
  border-top: none;
}

.toggle-content.search-accordion-content .content-title {
  margin: 16px 15px 8px 15px;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
}

/* 要素横スクロールブロック */
.market-scroll-block {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 4px 10px 1px;
  margin: 6px 15px 0;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: auto;
  box-sizing: border-box;
}

.market-scroll-block li {
  float: none;
  position: relative;
  display: table-cell;
}

.market-scroll-block li a {
  display: flex;
  align-items: center;
  border-top: none;
  padding: 5px 0;
  font-size: 1.2rem;
  color: #999;
  text-decoration: none;
  font-weight: bold;
  flex-wrap: wrap;
  height: 52px;
  width: 62px;
  justify-content: center;
}

.market-scroll-block li a img {
  width: 85%;
}

.market-scroll-block li a .name {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  transform: scale(0.85, 0.85);
  height: 10px;
  padding: 2px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market-scroll-block li a.num-icon::before {
  background: #000;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  left: 3px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  border-radius: 100px;
  z-index: 10;
  transform: scale(0.7, 0.7);
  -webkit-text-stroke: 1px white;
}

.market-scroll-block li a.num-icon.num-1::before {
  content: "1";
  background: #feb003;
}

.market-scroll-block li a.num-icon.num-2::before {
  content: "2";
  background: #b0b0b0;
}

.market-scroll-block li a.num-icon.num-3::before {
  content: "3";
  background: #de7100;
}

.market-scroll-block li a.num-icon.num-4::before {
  content: "4";
}

.market-scroll-block li a.num-icon.num-5::before {
  content: "5";
}

.market-scroll-block li a.num-icon.num-6::before {
  content: "6";
}

.market-scroll-block li a.num-icon.num-7::before {
  content: "7";
}

.market-scroll-block li a.num-icon.num-8::before {
  content: "8";
}

.market-scroll-block li a.num-icon.num-9::before {
  content: "9";
}

.market-scroll-block li a.num-icon.num-10::before {
  content: "10";
}

.market-scroll-block.no-scroll {
  overflow-x: hidden;
  display: flex;
  padding: 6px 0 3px 10px;
}

.market-scroll-block.no-scroll li {
  width: 100%;
}

.market-scroll-block.no-scroll li a {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
}

.market-scroll-block.no-scroll li a img {
  width: 78%;
}

/* 要素横スクロールタブブロック */
.market-scroll-block-tab {
  display: flex;
  align-items: flex-end;
  height: auto;
  box-sizing: border-box;
  margin: 5px 0 0 0;
  border-bottom: 1px solid #e5e5e5;
}

.market-scroll-block-tab li {
  width: calc(100% / 6);
  float: none;
  position: relative;
}

.market-scroll-block-tab li:nth-child(n + 7) {
  display: none;
}

.market-scroll-block-tab li.active {
  position: relative;
}

.market-scroll-block-tab li.active:after {
  position: absolute;
  content: "";
  background: #000000;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.market-scroll-block-tab li a {
  display: flex;
  align-items: center;
  border-top: none;
  width: 100%;
  padding: 0 0 3px;
  justify-content: space-evenly;
}

.market-scroll-block-tab li a img {
  width: 100%;
  height: auto;
}

.market-item-search {
  padding: 15px;
}

.market-item-search .link-block {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 15px 15px 10px 15px;
  display: block;
  background-image: url(../../../img/common/sp-icon-arrow-bottom.png);
  background-size: 11px 6px;
  background-repeat: no-repeat;
  background-position: right 20px top 25px;
}

.market-item-search .link-block .link-block-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}

.market-item-search .link-block .link-block-text {
  font-size: 1.2rem;
  color: #999;
  font-weight: normal;
  margin: 3px 0 0 0;
  line-height: 1.3;
}

.market-item-search .link-block .link-block-img {
  margin: 10px 0 0 0;
}

.market-item-search .link-block .link-block-img img {
  width: 13.5%;
}

/*スニーカーサイズ選択コンポーネント maket-top 2021.11.24 update */
.tabs-container.sneaker.used .product-list-filter-size-block {
  padding-top: 50px;
  position: relative;
}

.market .tabs-container.sneaker.used .tabContent-wrap {
  min-height: 380px;
}

/* market top scroll banner */

.swiper-slide a {
  font-size: 0;
}

.top-tmb-list {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 7px 0;
  background: #f5f5f5;
  font-size: 0;
}

.top-tmb-item {
  display: inline-block;
  width: calc(100% / 3.4);
  height: auto;
  margin: 0 7px 0 0;
}

.top-tmb-item > a {
  display: block;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
}

.top-tmb-item:first-of-type {
  margin: 0 7px;
}

.top-tmb-item > a > img {
  width: 100%;
  height: auto;
}

/* APP - ブランドページに新品中古タブ追加 */
.product-list-filter .tab-top {
  display: none;
}

.brands .market .tabs-block {
  margin: 0 0 2px;
  background: #fff;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
}

.brands .market .tabs-block .tabs-list {
  margin: 5px 0 0 0;
}

.brands .market .tabs-block .tabs-list.active {
  border-radius: 0;
  border-bottom: 2px solid #000;
}

.brands .product-list-filter {
  position: static;
}

.brands .product-list-filter .tab-top {
  display: flex;
  opacity: 1;
  height: 44px;
  margin: 15px 10px 1px;
  background: #eee;
  border-radius: 8px;
  transition:
    height 0.3s ease,
    margin 0.3s ease;
}

.brands .product-list-filter .tab-top .sort-tab-item {
  width: 50%;
  height: auto;
  margin: 3px;
}

.brands .product-list-filter .tab-top .sort-tab-item a {
  display: block;
  padding: 13px 0 11px;
  border: none;
  border-radius: 6px;
  background: #eee;
  color: #999;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}

.brands .product-list-filter .tab-top .sort-tab-item a.active {
  background: #fff;
  box-shadow: 0 1px 0px rgb(0 0 0 / 8%);
  border: none;
  color: #000;
  font-weight: bold;
}

.brands .product-list-filter-bottom {
  position: relative;
  top: -5px;
  margin: 1px 0 0 0;
}

.brands .product-list-filter .sort-tab {
  display: none;
}

.brands .product-list-filter-top {
  border-bottom: 0;
}

.brands .product-list-filter-bottom .only-sale {
  height: 28px;
  transition: none;
}

/* fixed */
.brands .product-list-filter.fixed .product-list-filter-bottom .only-sale {
  opacity: 1;
  transition: none;
  transform: none;
}

/* tab-top-hide */
.brands .product-list-filter.tab-top-hide {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.brands .product-list-filter.tab-top-hide .tab-top {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.brands
  .product-list-filter.tab-top-hide
  .product-list-filter-bottom
  .only-sale {
  transform: translateY(-300px);
  opacity: 0;
  height: 0;
  transition: all 0.3s ease;
}

/* tab-hide */
.brands .product-list-filter.tab-hide {
  position: sticky;
  opacity: 1;
  transition: 0.3s ease;
}

.brands .product-list-filter.tab-hide .sort-tab {
  display: flex;
  margin-top: 12px;
}

.brands .product-list-filter.tab-hide .product-list-filter-top {
  box-shadow: 0 1px #e5e5e5;
  transition: 0.3s ease;
}

/* single-bnr */
.single-bnr {
  padding: 9px 15px;
}

.single-bnr a {
  display: block;
  vertical-align: bottom;
}

.single-bnr img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* hobbyTop tcgBnr */
.tcgBnr-wrap {
}

.tcgBnr-wrap.sp-tcg {
  margin-bottom: 15px;
}

.tcgBnr-wrap a {
  display: block;
}

.tcgBnr-wrap img {
  width: 100%;
  vertical-align: bottom;
}

.tcgBnr-wrap .tcgBnr-main {
  width: 100%;
}

.tcgBnr-wrap .tcgBnr-sub .tcgBnr-list {
  display: flex;
  flex-wrap: wrap;
}

.tcgBnr-wrap .tcgBnr-sub .tcgBnr-list .tcgBnr-item {
  width: calc(100% / 3 - 10px / 3);
  margin: 5px 5px 0 0;
}

.tcgBnr-wrap .tcgBnr-sub .tcgBnr-list .tcgBnr-item:nth-child(3n) {
  margin-right: 0;
}

/* youtube */
.youtube a {
  color: #000;
}

.youtube__category-tab {
  padding: 10px 0 8px;
  border-top: 1px solid #eeeeee;
  position: relative;
  z-index: 10;
  background: #fff;
}

.youtube__category-list {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
}

.youtube__category-item {
  padding: 0 6px;
  white-space: nowrap;
  display: inline-block;
}

.youtube__category-item span {
  display: block;
  min-width: 86px;
  padding: 4px 6px;
  color: #000;
  box-sizing: border-box;
  line-height: 1.9;
  font-size: 1.35rem;
  text-align: center;
  color: #999;
  background: #ffffff;
  border-radius: 50px;
}

.youtube__category-item.is-active span {
  background: #f5f5f5;
  color: #333333;
  font-weight: bold;
  letter-spacing: -0.3px;
}

@media screen and (max-width: 320px) {
}

.youtube__item:not(:first-child) {
  /* border-top: solid 14px #f5f5f5; */
}

.youtube__thumbnail {
  width: 100%;
  height: auto;
}

.youtube__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.youtube__detail {
  padding: 15px 15px 10px;
  display: flex;
}

.youtube__user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.youtube__user-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.youtube__description {
  width: calc(100% - 70px);
  margin: auto auto auto 8px;
}

.youtube__heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 2px;
  white-space: normal;
  margin-bottom: 8px;
}

.youtube__user-name {
  display: block;
  font-size: 1.1rem;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 4px;
}

.youtube__user-name--gray {
  color: #999999;
}

.youtube__product {
  margin: 0 0 15px 15px;
  padding-top: 5px;
}

.youtube__product-title {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
}

.youtube__product-title--num {
  padding-left: 4px;
}

.youtube__product-list {
  display: flex;
  overflow-x: scroll;
  padding: 10px 0 10px 0;
  padding: 10px;
  margin-left: -10px;
}

.youtube__product-list.is-only {
  overflow: visible;
  margin-right: 15px;
  margin-left: 0;
  padding: 10px 0;
}

.youtube__product-list.is-only .youtube__product-item {
  width: 100%;
}

.youtube__product-item {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 50px);
  margin-right: 15px;
  height: auto;
  flex-shrink: 0;
  border: solid 1px #eeeeee;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

@media screen and (max-width: 320px) {
  .youtube__product-item {
    width: calc(100% - 10px);
  }
}

.youtube__product-item::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../../img/common/sp-icon-arrow-right.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-size: 7px 12px;
}

.youtube__product-item-inner {
  display: flex;
  padding: 10px;
}

.youtube__product-detail {
  width: calc(100% - 93px);
  margin: auto auto auto 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.youtube__product-price {
  display: block;
  font-size: 2.1rem;
  font-weight: bold;
  color: #ff0030;
  margin-bottom: 4px;
}

.youtube__product-label {
  display: inline-block;
  width: 40px;
  margin-bottom: 4px;
  padding: 6px 6px 3px;
  font-size: 1rem;
  color: #ffffff;
  background-color: #ff0030;
  border-radius: 2px;
}

.youtube__product-label.none {
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  width: auto;
  color: #999;
  padding: 1px 6px 0 0;
  margin-bottom: 2px;
}

.youtube__product-quantity {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.youtube__product-quantity.none {
  color: #999;
}

.youtube__product-name {
  font-size: 1.1rem;
  font-weight: bold;
  height: 11px;
}

.youtube__product-state {
  display: flex;
  flex-direction: column-reverse;
}

.youtube__product-img {
  width: 93px;
  height: 68px;
}

.youtube__product-img img {
  width: 93px;
  height: 100%;
  object-fit: contain;
}

.youtube__comming-soon {
  height: calc(100vh - 80px);
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.youtube__comming-soon-img {
  max-width: 280px;
}

.youtube__comming-soon-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-see-more-btn {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
  width: 100%;
  height: 52px;
  border: solid 1px #e5e5e5;
}

.c-see-more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.c-margin-14 {
  background: #f5f5f5;
  padding: 6px 0;
  box-shadow: 0 1px 5px rgb(0 0 0 / 8%) inset;
}

.c-margin-border-14 {
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
  box-shadow: 0 1px 5px rgb(0 0 0 / 8%) inset;
}

/* =================
#10360 お気に入り遷移ボタンの変更
===================*/
.fav-btn {
  display: inline-block;
  position: sticky;
  bottom: 15px;
  left: 100%;
  margin-right: 15px;
  z-index: 10;
}

.fav-btn .fav-link::before {
  content: "";
  width: 14px;
  height: 13px;
  background: url(../../../img/common/icon-favorite.png);
  background-repeat: no-repeat;
  background-size: 14px 13px;
  position: relative;
  top: -1px;
}

.fav-btn .fav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 90px;
  height: 45px;
  padding: 0px 15px;
  background: #fff;
  border-radius: 45px;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.15);
  color: #555555;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 13px;
}

/* =================
#10939 クーポンがある際　お気に入り遷移ボタンの変更
===================*/
.fav-btn.coupon {
  bottom: 45px;
}

.market .market-top-banner-sp {
  margin-bottom: 18px;
}

/* =================
オンラインオリパ フローティングバナー
===================*/
.floating-bnr.oripa {
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 10;
}

.floating-bnr.oripa .close-btn {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 11;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../../img/common/btn-close-bk-circle.png) no-repeat center /
    100%;
}

.floating-bnr.oripa .bnr-link {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  background: url(../../../img/common/bnr-oripa.png) no-repeat center / 100%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.product-article-list-page .floating-bnr.oripa {
  bottom: 50px;
}

.brand-products-page .floating-bnr.oripa {
  bottom: 50px;
}

.buyer-commission-campaign-banner {
  margin-top: 8px;
  padding: 0 15px;
}
