@charset "UTF-8";

.product_wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.posts-list .more-btn {
  position: absolute;
  content: "";
  z-index: 9;
  right: 0;
  bottom: -2px;
  font-size: 1.2rem;
  font-weight: 400;
  box-sizing: border-box;
  text-align: center;
}

.posts-list .more-btn.bottom {
  position: relative;
  text-align: right;
  margin: 18px 5px 0 0;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.posts-list .more-btn a {
  display: block;
  position: relative;
  padding: 9px 16px 8px;
  border-radius: 6px;
  line-height: 1;
  background: #000000;
  color: #ffffff;
  /* border: 1px solid #e5e5e5;
  color: #999999; */
}

.posts-list .more-btn.bottom a {
  padding: 14px 36px 14px;
  border-radius: 8px;
  background: #000000;
  color: #ffffff;
}

.posts-list .more-btn a:hover{
  opacity: 0.8;
  transition: .1s;
}

.market .item-list-box {
  display: flex;
  flex-wrap: wrap;
}

.market .scroll-product-items.item-list-box {
  display: block;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: inline;
  margin: 0 10px;
  padding: 10px 0 0 0;
}

.market .item-list-box .item-list {
  position: relative;
  width: calc((100% - 60px) / 5);
  display: inline-block;
  scroll-snap-align: center;
  margin: 0 15px 10px 0;
  padding: 5px;
  box-sizing: border-box;
  min-width: 140px;
}

.market .item-list-box .item-list:nth-of-type(5n) {
  margin: 0 0 10px 0;
}

.market .scroll-product-items.item-list-box .item-list {
  width: 160px;
}

.market .posts-list.scroll .scroll-product-items.item-list-box .item-list {
  width: 160px;
}

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

.market .item-list-box .item-list .item-block:hover .img-box {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

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

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

.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 .item-list .item-block .item-info{
  margin: 10px 0 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market .item-list-box .item-list .item-block .item-price {
  color: #ff0030;
  font-size: 1.6rem;
  margin: 10px 0 5px 0;
  height: 15px;
  text-align: left;
  font-weight: bold;
}

.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;
  top: -1px;
  letter-spacing: -0.5px;
}

.market .item-list-box .item-list .item-block .item-price span.min-text.none {
  font-size: 1.3rem;
  color: #999999;
}

.market .item-list-box .item-list .item-block .sell-num {
  position: relative;
  font-size: 1.1rem;
  color: #000;
  margin: 4px 0 0 0;
}

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

.market .item-list-box .item-list .item-block .sell-num .bold {
  font-weight: bold;
}

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

.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: 12px;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

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

.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: 12px;
  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% - 16px);
  width: auto;
  margin-right: 4px;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.market .item-list-box .item-list .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: block;
  position: relative;
}
/* --- */

.market .item-list-box .item-list .item-block .item-name {
  display: block;
  font-size: 1.2rem;
  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.used{
  width: calc((100% - 35px) / 5);
  margin: 0 5px 5px 0;
}

.section-title {
  position: relative;
  margin: 0 0 22px 0;
  font-size: 2.4rem;
  font-weight: bold;
}

.market .item-list-box .item-list.used:nth-of-type(5n){
  margin: 0 10px 5px 0;
}

.section-title .title-icon-reverse {
  display: inline-block;
  transform: scale(-1, 1);
}

.posts-list .title {
  position: relative;
  margin: 0 0 0 8px;
}

.section-sub-title {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
}

/* プロダクト 並列スクロール */
.product_wrapper .arrow {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
  padding: 20px;
}
.product_wrapper .left {
  left: -14px;
}

.product_wrapper .right {
  right: -19px;
}
.product_wrapper .arrow:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 4px #cccccc;
  border-right: solid 4px #cccccc;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 34%;
  left: 34%;
}

.product_wrapper .arrow.right:before {
  top: 46%;
  left: 16%;
}

.product_wrapper .left:before {
  border-left: solid 4px #cccccc;
  border-right: none;
  transform: rotate(-45deg);
}

.product_wrapper .right:hover::before {
  border-top: solid 4px #666666;
  border-right: solid 4px #666666;
}

.product_wrapper .left:hover::before {
  border-top: solid 4px #666666;
  border-left: solid 4px #666666;
}

.product_wrapper .left:after {
  display: none;
}

.product_wrapper .right:after {
  display: none;
}

.product_wrapper .arrow:hover {
  transition: all 0.2s;
}

/* ランキング */
.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: 6px;
  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 .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: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  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";
}

/* ラベル　New */
.market .item-list-box .item-list.new::after {
  content: "";
  background: url(../../../img/common/icon-article-new.png) center/contain
    no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 2px;
  z-index: 1;
}

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

/* 中古商品 */
.market .item-list-box .item-list.used {
  padding: 5px;
}

.market .item-list-box .item-list.used .item-block .img-box {
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 6px;
}

.market .item-list-box .item-list.used .item-block .img-box img {
  height: 100%;
}

.market .scroll-product-items.item-list-box .item-list.used .item-block .img-box {
  aspect-ratio: 1/1;
  height: 100%;
}

.market .item-list-box .item-list.used .item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 11px 6px 4px 6px;
  box-sizing: border-box;
  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;
}

.market .item-list-box .item-list.used .item-info span{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.3px;
}

/* トレカ */
.market .item-list-box .item-list.used .item-info .card-condition{
margin-left: 3px;
color: #fff;
position: absolute;
bottom: 4px;
right: 5px;
background: #222;
padding: 4px 5px 3px;
border-radius: 3px;
font-size: 1.1rem;
}

.market .item-list-box .item-list.used .item-block p.item-price{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 11px 6px 4px 6px;
  box-sizing: border-box;
  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: 500;
  letter-spacing: 0.3px;
}

/* トレカ */
.market .item-list-box .item-list.used .item-block p.item-price .card-condition{
  margin-left: 3px;
  color: #fff;
  position: absolute;
  bottom: 4px;
  right: 5px;
  background: #222;
  padding: 4px 5px 3px;
  border-radius: 3px;
  font-size: 1.1rem;
}

.market .item-list-box .item-list.used .item-block p.item-price span.slash,
.market .item-list-box .item-list.used .item-block p.item-price span.item-size{
  font-size: 1.2rem;
  color: #fff;
}



/* ラベル　sold */
.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: 40%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  padding-top: 100%;
}

.market .item-list-box .item-list.used .item-size {
  font-size: 1.2rem;
  color: #000000;
  font-weight: 500;
}

.margin-border-bk {
  margin: 30px 0;
  height: 3px;
  background: #000000;
}

/* ブランドロゴ、カテゴリ横スクロール */
.market-scroll-block {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 9px 12px 13px;
}

.market-scroll-block li {
  display: inline-block;
  width: 100px;
  font-size: 0;
}

.market-scroll-block li:not(:last-of-type) {
  margin: 0 4px 0 0;
}

.market-scroll-block li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.market-scroll-block li a:hover {
  opacity: 0.6;
}

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

.scroll-block-img {
  width: 98%;
  padding: 3px 10px;
  box-sizing: border-box;
  border-radius: 5px;
}

.scroll-block-txt {
  display: block;
  margin:0;
  text-align: center;
  color: #000000;
  font-size: 1.2rem;
  letter-spacing: -0.6px;
  font-weight: bold;
}

.market-scroll-block li {
  position: relative;
  counter-increment: ranking;
}

.market-scroll-block li a.num-icon::before {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 4px;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  z-index: 10;
  font-size: 1rem;
  line-height: 14px;
  text-align: center;
  background: #000000;
  content: counter(ranking);
}

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

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

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

.market-scroll-block-tab {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.market-scroll-block-tab li {
  display: inline-block;
  vertical-align: middle;
  width: 86px;
  min-height: 60px;
  font-size: 0;
}

.market-scroll-block-tab li a {
  display: block;
  padding: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #000000;
  cursor: pointer;
}

.market-scroll-block-tab li a:hover{
  opacity: 0.7;
}

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

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

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

.market-scroll-block-tab-all-txt {
  display: block;
  padding: 20px 0;
}

/* お気に入り */
.favorite-label {
  position: absolute;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  bottom: 6px;
  right: 6px;
  padding: 3px 10px 1px;
  border-radius: 50px;
}

.favorite-icon {
  display: block;
}

.favorite-icon img {
  width: 12px;
  height: auto;
}

.favorite-label-txt {
  display: block;
  margin: 0 0 0 3px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3;
}

@media screen and (max-width: 1080px) {
  .market .item-list-box .item-list {
    width: calc(100% / 4);
  }
}

/* 中古スイッチ */

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

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

.status-switch-tab-item a{
  color: #000;
}

.status-switch-tab-item:hover{
  opacity: 0.7;
}

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

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

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

.status-switch-tab-item.active:hover{
  opacity: 1;
}

.status-switch-tab-item.active a{
  color: #ffffff;
}

/* ブランド/カテゴリ選択 */
.filter-tab {
  display: flex;
  align-items: center;
}

.filter-tab-list {
  position: relative;
  display: flex;
}

.filter-tab-item a {
  position: relative;
  display: block;
  padding: 12px 30px 10px 15px;
  font-size: 1.3rem;
  color: #000;
  line-height: 1.1;
  cursor: pointer;
}

.filter-tab-item a:hover{
  opacity: 0.7;
}

.filter-tab-item a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #cccccc;
  border-right: solid 2px #cccccc;
  transform: translateY(-70%) rotate(135deg);
  top: 50%;
  right: 14px;
}

.filter-tab-item + .filter-tab-item {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}

.filter-tab-item + .filter-tab-item:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #e5e5e5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.filter-tab-item.active a:after{
  transform: translateY(-30%) rotate(-45deg);
}


/* ブランド絞り込み */

.filter-brand-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  z-index: 99;
}

.filter-brand-list:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 150px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  z-index: 2;
}

.filter-brand-list:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 150px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #e5e5e5;
  z-index: 1;
}

.filter-detail-brands {
  display: none;
  opacity: 1;
  padding: 24px 22px;
  box-sizing: border-box;
}

.tab-detail-wrap .filter-brand-list {
  border: none;
  padding: 0;
}

.tab-detail-wrap .filter-brand-list:before,
.tab-detail-wrap .filter-brand-list:after {
  content: none;
}

.filter-brand-item {
  width: calc((100% - 18px) / 4);
  box-sizing: border-box;
  margin: 0 0 6px 0;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.filter-brand-item a {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  color: #000;
}

.filter-brand-item a:hover {
  opacity: 0.7;
}

.filter-brand-item:not(:nth-of-type(4n)) {
  margin: 0 6px 6px 0;
}

.filter-brand-logo {
  width: auto;
  height: 40px;
}

.filter-brand-logo img {
  width: auto;
  height: 100%;
}

.filter-brand-name {
  width: calc(100% - 69px);
  margin: 0 0 0 8px;
}

.filter-brand-name-en {
  font-size: 1.4rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-brand-name-jp {
  margin: 3px 0 0 0;
  font-size: 1.1rem;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888888;
}

.filter-content {
  position: relative;
}

.filter-detail {
  position: absolute;
  top: 30px;
  left: 0;
  background: #ffffff;
  z-index: 9;
}

.filter-detail-cat.active {
  display: flex;
  opacity: 1;
  animation: fade 0.3s ease;
  box-shadow: 0 1px 10px rgb(0 0 0 / 9%);
  border-radius: 6px;
}

.filter-detail-brands.active {
  display: block;
  opacity: 1;
  animation: fade 0.3s ease;
  box-shadow: 0 1px 10px rgb(0 0 0 / 9%);
  border-radius: 6px;
}

.filter-detail-cat.direct .tab-content-bolok::before,
.filter-detail-cat.direct .tab-content-bolok::after {
  display: none;
}

.tab-detail-wrap .filter-detail {
  width: calc(100% + 10px);
  top: -10px;
  z-index: 999;
}

@media screen and (max-width: 1080px) {
  .filter-brand-item {
    width: calc((100% - 12px) / 3);
  }
  .filter-brand-item:nth-of-type(4n) {
    margin: 0 6px 6px 0;
  }
  .filter-brand-item:nth-of-type(3n) {
    margin: 0 0 6px 0;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 販売中のみ/並び順ソート */
.sort-area {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}

.sort-sale-status {
  padding: 0 10px 0 0;
  font-size: 1.3rem;
}

.sort-order {
  position: relative;
}

.sort-order:before {
  position: absolute;
  content: "";
  background: url(../../../img/market/sort/sort.svg) center/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 13px;
  height: 13px;
  z-index: 1;
}

.sort-sale-status input[type="checkbox"] {
  display: none;
}
.sort-sale-status .sort-checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px 6px 26px;
  position: relative;
  width: auto;
}
.sort-sale-status .sort-checkbox::before {
  background: #fff;
  border: 2px solid #d2d2d2;
  content: "";
  display: block;
  height: 13px;
  left: 5px;
  transform: translateY(calc(-50% - 1px));
  position: absolute;
  top: 50%;
  width: 13px;
  border-radius: 3px;
}
.sort-sale-status .sort-checkbox::after {
  border-right: 3px solid #10b3aa;
  border-bottom: 3px solid #10b3aa;
  content: "";
  display: block;
  height: 8px;
  left: 11px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 3px;
}

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

.sort-order-box {
  position: relative;
  border: none;
  line-height: 1;
  margin: 0;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 10px 6px 15px;
  box-sizing: border-box;
  background: transparent;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.sort-order-box:focus {
  outline: none;
}

/* カテゴリ絞り込み 詳細 */
.filter-detail-cat .tab-radio {
  display: none;
}

.filter-detail-cat .tab-menu {
  display: flex;
  flex-direction: column;
}

.filter-detail-cat .tab-menu__item {
  box-sizing: border-box;
  padding: 0 5px;
}

.filter-detail-cat .tab-trigger {
  position: relative;
  cursor: pointer;
  min-width: 150px;
  display: block;
  padding: 10px;
  border: 1px solid #f5f5f5;
  border-bottom: 0;
  border-radius: 4px;
  background: #f5f5f5;
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  box-sizing: border-box;
}

#tab01:checked ~ .tab-menu #tabTrigger01,
#tab02:checked ~ .tab-menu #tabTrigger02,
#tab03:checked ~ .tab-menu #tabTrigger03,
#tab04:checked ~ .tab-menu #tabTrigger04,
#tab05:checked ~ .tab-menu #tabTrigger05{
  background: #313131;
  color: #ffffff;
}

#tab01:checked ~ .tab-menu #tabTrigger01:after,
#tab02:checked ~ .tab-menu #tabTrigger02:after,
#tab03:checked ~ .tab-menu #tabTrigger03:after,
#tab04:checked ~ .tab-menu #tabTrigger04:after,
#tab05:checked ~ .tab-menu #tabTrigger05:after{
  position: absolute;
  content: "";
  top: 50%;
  left: 100%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 8px solid #313131;
}

/* タブコンテンツ */
.filter-detail-cat .tab-content {
  width: calc(100% - 180px);
  margin: 0 0 0 30px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.filter-detail-cat .tab-sub-content-item {
  box-sizing: border-box;
  padding: 20px;
  display: none;
  text-align: left;
}

#tab01:checked ~ .tab-content #tabTarget01,
#tab02:checked ~ .tab-content #tabTarget02,
#tab03:checked ~ .tab-content #tabTarget03,
#tab04:checked ~ .tab-content #tabTarget04,
#tab05:checked ~ .tab-content #tabTarget05,
#tab06:checked ~ .tab-content #tabTarget06 {
  display: block;
  animation: fade 0.5s ease;
}

.filter-detail-cat {
  opacity: 0;
  display: none;
  padding: 24px 24px;
  box-sizing: border-box;
}

.tab-menu-item:not(:last-of-type) {
  margin: 0 0 6px 0;
}

.tab-content-cat-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tab-content-cat-item {
  width: calc((100% - 20px) / 3);
  padding: 2px 0;
  box-sizing: border-box;
  border-bottom: 1px dotted #e5e5e5;
}

.tab-content-cat-item:not(:nth-of-type(3n)) {
  margin: 0 10px 0 0;
}

.tab-content-cat-item span {
  display: block;
  padding: 12px 10px 12px 14px;
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.1s;
  color: #000;
}

.tab-content-cat-item span:hover {
  background: #313131;
  color: #ffffff;
  border-radius: 3px;
  transition: background 0.1s;
}

.tab-content-cat-item.active span {
  background: #313131;
  color: #ffffff;
  border-radius: 3px;
}

.filter-detail-cat .tab-content-bolok {
  position: relative;
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  background: #ffffff;
}

.filter-detail-cat .tab-content-bolok:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 5%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  z-index: 2;
}

.filter-detail-cat .tab-content-bolok:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 5%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #e5e5e5;
  z-index: 1;
}

/* 商品一覧　ヘッダー内ソート対応 */

.product-list .content-header {
  position: relative;
  display: flex;
  align-items: center;
}

.product-list .content-header-inner {
  margin: 0 0 0 auto;
}

.product-list .content-header .status-switch {
  display: inline-block;
}

.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;
}

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

.bb-3 {
  border-bottom: 3px solid #000000;
}

.pc-image-gallery {
  display: flex;
}

/* 絞り込み */
.search-results-content .filter-tab{
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* サイズ選択 */

.filter-tab-item.size{
  /* border: 1px solid #e5e5e5;
  border-radius: 6px; */
}


.filter-tab-item.size a{
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-detail.lower{
  top: 52px;
  background: transparent;
}

.select-size{
  display: none;
  max-width: 560px;
  border-radius: 4px;
  padding: 16px;
  background: #ffffff;
  opacity: 0;
  box-shadow: 0 1px 10px rgb(0 0 0 / 9%);
}

.select-size-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}

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

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

.select-size-item label {
  display: block;
  cursor: pointer;
}


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


.select-size-item label input:checked + span {
  color: #ffffff;
  background: #444444;
  border: 1px solid #444444;
  box-shadow: 0 0 10px rgb(0 0 0 / 40%) inset;

}

.select-size-item label span{
  display: block;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 0 8px;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
}

.select-size-item:hover label span{
  color: #ffffff;
  background: #444444;
  border: 1px solid #444444;
  transition: background 0.2s, border 0.2s;
}

/* .filter-detail.size .select-size:after {
  content: "";
  position: absolute;
  top: -27px;
  left: 5%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #e5e5e5;
  z-index: 1;
} */

/* .filter-detail.size .select-size:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 5%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  z-index: 2;
} */

.select-size .button-type-1{
  width: 100%;
  background: #000000;
  color: #ffffff;
}

.select-size .button-type-1:hover{
  opacity: 0.8;
  transition: opacity 0.2s;
}

.select-size.active {
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
}

.sales-history-notes{
  padding: 0 0 0 6px;
  font-size: 1.1rem;
  color: #999;
  font-weight: normal;
}

.select-detail{
  display: none;
  width: 560px;
  border-radius: 4px;
  padding: 16px 20px 26px;
  background: #ffffff;
  box-shadow: 0 1px 10px rgb(0 0 0 / 9%);
}

.select-detail.active{
  display: block;
}

.select-detail-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.select-detail-item {
    width: calc((100% - 30px) / 3);
    padding: 2px 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #e5e5e5;
}

.select-detail-item:not(:nth-of-type(3n)){
  margin: 0 10px 0 0;
}

.select-detail-item a{
  display: block;
}

.select-detail-item a span{
    display: block;
    padding: 13px 10px 12px 14px;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.1s;
    color: #000;
}


.select-detail-item a:hover span{
  background: #333333;
  color: #ffffff;
  border-radius: 3px;
  transition: background 0.1s;
}

/* ブランド選択 */

.select-brand {
  display: none;
  width: 560px;
  border-radius: 4px;
  padding: 22px 20px 16px;
  background: #ffffff;
  box-shadow: 0 1px 10px rgb(0 0 0 / 9%);
}

.select-brand.active{
  display: block;
}

.select-brand-list{
  display: flex;
  flex-wrap: wrap;
}

.select-brand-item{
  width: calc((100% - 40px)/6);
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  margin: 0 0 9px 0;
  border-radius: 6px;
}

.select-brand-item:not(:nth-of-type(6n)){
  margin: 0 8px 9px 0;
}


.select-brand-item a{
  position: relative;
  width: 100%;
  display: flex;
  padding: 4px;
  box-sizing: border-box;
  max-height: 60px;
  height: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.select-brand-item a img{
    width: auto;
    height: 100%;
}

/* 最近チェック */
.item-list-box.history{
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 20px auto 40px;
}

.market .item-list-box.history .item-list{
  min-height: 170px;
  margin: 13px 6px 20px 0;
  width: calc((100%/6) - 6px);
  padding: 5px;
  box-sizing: border-box;
}


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


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