@charset "UTF-8";

.side-title-type-1 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}

/* ランキング */
.side-sneaker-ranking {
  display: flex;
  flex-wrap: wrap;
}

.side-sneaker-ranking li.big-list {
  width: 100%;
  height: auto;
  margin: 24px 0 0 0;
}

.side-sneaker-ranking li.big-list .img-box {
  width: 100%;
  display: block;
  position: relative;
  background: #f5f5f5;
}

.side-sneaker-ranking li.big-list .img-box .inner {
  width: 100%;
  font-size: 0;
  height: 170px;
  overflow: hidden;
  border-radius: 6px;
}

.side-sneaker-ranking li.big-list .title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 10px 0 0 0;
}

.side-sneaker-ranking li.big-list .img-box.num-icon::before {
  background-size: 40px 30px;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 30px;
  position: absolute;
  top: -12px;
  left: -12px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.6;
  z-index: 1;
}
.side-sneaker-ranking li.big-list .img-box.num-icon.num-1::before {
  content: '1';
  background-image: url(../../../img/common/icon-ranking-1.png);
}
.side-sneaker-ranking li.big-list .img-box.num-icon.num-2::before {
  content: '2';
  background-image: url(../../../img/common/icon-ranking-2.png);
}
.side-sneaker-ranking li.big-list .img-box.num-icon.num-3::before {
  content: '3';
  background-image: url(../../../img/common/icon-ranking-3.png);
}

.side-sneaker-ranking li.small-list {
  width: calc((100% - 8px)/2);
  display: inline-block;
  margin: 25px 0 0 0;
}
.side-sneaker-ranking li.small-list.left {
  margin: 25px 8px 0 0;
}

.side-sneaker-ranking li.small-list .img-box {
  width: 100%;
  display: block;
  position: relative;
}

.side-sneaker-ranking li.small-list .img-box .inner {
  width: 100%;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 4px;
}

.side-sneaker-ranking li.small-list .title {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.3;
  margin: 5px 0 0 0;
  height: 29px;
}

.side-sneaker-ranking li.small-list .img-box.num-label::before {
  background: #000;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -10px;
  left: -6px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  border-radius: 50%;
  z-index: 10;
}

.side-sneaker-ranking li.small-list .img-box.num-label.num-4::before { content: '4'; }
.side-sneaker-ranking li.small-list .img-box.num-label.num-5::before { content: '5'; }
.side-sneaker-ranking li.small-list .img-box.num-label.num-6::before { content: '6'; }
.side-sneaker-ranking li.small-list .img-box.num-label.num-7::before { content: '7'; }
.side-sneaker-ranking li.small-list .img-box.num-label.num-8::before { content: '8'; }
.side-sneaker-ranking li.small-list .img-box.num-label.num-9::before { content: '9'; }

.side-sneaker-ranking li .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}

.side-sneaker-ranking li .img-box img {
  width: 100%;
  height: auto;
}

/* リスト */
.side-text-list-box {
}

.side-text-list-box li a {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.2;
  margin: 0 0 10px 0;
  display: block;
}

.side-text-list-box li a span {
  padding: 0 0 0 5px;
  color: #999;
}


/* 新着 */

.article-list-1-line-box .article-list-1-line {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  line-height: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0 10px;
}

.top-wrapper .article-list-1-line-box .article-list-1-line {
  padding: 0;
}

.article-list-1-line-box .article-list-1-line:last-child {
  border-bottom: none
}


.article-list-1-line-box .article-list-1-line .img-box a {
  display: block;
  width: 88px;
  height: 58px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.article-list-1-line-box .article-list-1-line .img-box img {
  width: 100%;
  height: auto;
}

.article-list-1-line-box .article-list-1-line .text-box {
  width: calc(100% - 110px);
  padding: 0 0 0 8px;
  box-sizing: border-box;
  line-height: 1;
}

.article-list-1-line-box .article-list-1-line .text-box .title {
  font-size: 1.3rem;
	font-weight: bold;
  color: #000;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article-list-1-line-box .article-list-1-line .text-box .detail-text {
  font-size: 1rem;
  color: #999;
  line-height: 1.3;
  margin: 3px 0 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


/* 販売リンク */
.side-sneaker-shop-list-box {
  width: 340px;
  height: 550px;
  background: #f5f5f5;
  padding: 0 15px 15px 15px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  border: #e5e5e5 solid 1px;
  border-left: none;
}

.side-sneaker-shop-list-box .sneaker-release-shop-box {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 481px;
  margin: -15px -15px 0;
  padding: 15px 15px 0;
}

.side-sneaker-shop-list-box .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 15px 0;
  padding: 10px 0 15px 15px;
  box-sizing: border-box;
  position: relative;
}

.side-sneaker-shop-list-box .title::before {
  content: '';
  display: inline-block;
  background: url(../../../img/common/icon-side-sneaker-shop.png);
  background-size: 26px 23px;
  background-repeat: no-repeat;
  width: 26px;
  height: 23px;
  padding: 0 0 0 8px;
  position: relative;
  top: 4px;
}

.side-sneaker-shop-list-box .title::after {
  content: '発売中';
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 4.6;
  display: block;
  background: url(../../../img/common/icon-side-sneaker-shop-now.png);
  background-size: 48px 48px;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -15px;
  right: -15px;
}

.side-sneaker-shop-list-box .shop-box {
  width: 100% !important;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 10px 0 !important;
}

.side-sneaker-shop-list-box .shop-box .shop-right-box .price {
  color: #ff0030;
  font-weight: bold;
  font-size: 1.8rem;
  display: inline-block;
}

.side-sneaker-shop-list-box .shop-box .label {
  display: inline-block;
  color: #fff;
  padding: 5px 5px 4px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 3px;
  line-height: 1;
  margin: 0 5px 0 0;
  position: relative;
  top: -3px;

}

.side-sneaker-shop-list-box .shop-box .label.official { background: #007ead; }
.side-sneaker-shop-list-box .shop-box .label.low-price { background: #ff0030; }


/* パートナープログラム */

.top-partner-banner{
  width: 100%;
  margin: 0 0 24px 0;
  font-size: 0;
    /* border: 1px solid #e5e5e5; */
  /* border: 3px solid #000000;*/
}

.top-partner-banner img{
  width: 100%;
  height: auto;
}
.side-content-more .button-type-1{
  width: 92%;
  height: 38px;
  background-color: #000000;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 1.3rem;
  font-weight: normal;
  border-radius: 6px;
}

.side-content-more .button-type-1:hover{
  background: #444444;
  transition: background 0.2s;
}

/* 発売カレンダー */

.side-title-type-1.side-calendar-title{
  padding: 0 0 15px 0;
}

.calendar section.article-list-1-line-box ul{
  max-height: 380px;
  overflow-y: scroll;
}


.article-list-1-line-box .article-list-1-line>a{
  display: flex;
  align-items: center;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 0;
  line-height: 0;
  white-space: normal;
}

.article-list-1-line-box .article-list-1-line>a:hover{
  opacity: 0.6;
}

.calendar .article-list-1-line .date{
  display: table-cell;
  margin: 0 4px 0 0;
  vertical-align: middle;
  width: 36px;
  color: #000;
  line-height: 1.3;
  position: relative;
  left: 0;
}

.calendar .article-list-1-line .date .month{
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  color: #999;
}

.calendar .article-list-1-line .date .day{
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

.article-list-1-line-box .article-list-1-line .text-box .title{
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.calendar .article-list-1-line .text-box .price{
  color: #ff0030;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 2px 0 0 0;
}

/* 旬なキーワード */

.side-keyword-title{
  display: flex;
  padding: 0 0 0 8px;
  margin: 16px 0 0 0;
  align-items: center;
  font-size: 1.4rem;
  word-break: keep-all;
}

.side-keyword-title .title-border{
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 0 0 2px 12px;
}

.side-keyword-list{
  margin: 8px 0;
  padding: 12px 0 0;
}

.keyword-item{
  display: inline-block;
  margin: 0 4px 8px 0;
}

.keyword-item > a{
  display: block;
  color: #333333;
  padding: 4px 10px 3px;
  background: #f5f5f5;
  border-radius: 50px;
  line-height: 1.4;
}

.keyword-item > a:hover{
  background: #666666;
  color: #ffffff;
}

/* 最近見た商品 */

#sidebar-history{
  position: sticky;
  top: 20px;
  right: 0;
}

.side-history{
  padding: 18px 13px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

h2.side-title-type-1.side-history-title{
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

.side-history-list{
  max-height: 420px;
  overflow-y: scroll;
}

.side-history .item-block{
  display: flex;
  align-items: center;
}

.side-history .item-block:hover{
  opacity: 0.6;
}

.side-history .item-img{
  position: relative;
}

.side-history .side-history-item.new .item-img:after{
  content: "";
  background: url(../../../img/common/icon-article-new.png) center/contain no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -5px;
  right: -6px;
  z-index: 9;
}

.side-history-item + .side-history-item{
  margin: 12px 0 0 0;
  padding: 12px 0 0 0;
  border-top: 1px solid #e5e5e5;
}

.side-history .item-img{
  position: relative;
  width: 100px;
}

.side-history .side-history-item.sold .item-img:before{
  position: absolute;
  content: "";
  width: 45%;
  height: 60%;
  border-radius: 8px 0 0 0;
  display: block;
  background: url(../../../img/common/used-item-sold.png) center / contain no-repeat;
  z-index: 9;
  top: 0;
  left: 0;
}

.side-history .item-img img{
  width: 100%;
  height: auto;
}

.side-history .side-history-item.used .item-img img{
  height: 66px;
  object-fit: cover;
  border-radius: 8px;
}

.side-history .item-price{
  color: #ff0030;
  font-size: 1.7rem;
  margin: 0 0 2px 0;
  text-align: left;
  font-weight: bold;
}

.side-history .item-info{
  padding: 0 0 0 10px;
  width: calc(100% - 100px);
  min-height: 46px;
}

.side-history .item-name{
  font-size: 1.1rem;
  color: #000000;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-history .min-text{
  font-size: 1.1rem;
}

.side-history .item-favorite{
  font-size: 1.1rem;
  color: #999999;
  border-radius: 50px;
  display: inline-block;
  margin: 4px 0 0 0;
  font-weight: bold;
}

.side-history .sell-num{
  color: #000000;
  font-size: 1.1rem;
}

.side-history .side-content-more .button-type-1{
  width: 100%;
}


/* サイドバナー */
.side-banner{
  width: 100%;
}

.side-banner a{
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.side-banner a:hover{
  opacity: 0.8;
}

.side-banner img{
  width: 100%;
  height: auto;
}

/* リストメニュー選ぶメニュー */
.side-menu-item{
  padding: 0 10px 0 2px;
  line-height: 2;
  font-size: 1.2rem;
}

.side-menu-item a{
  display: block;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-menu-item > a > span{
  color: #999999;
  padding: 0 0 0 4px;
}

/* アコーディオンメニュー */

.side-acd-menu-item + .side-acd-menu-item{
  border-top: 1px solid #e5e5e5;
}


.side-acd-menu-item-name{
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 18px 30px 16px 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-acd-menu-item-name:after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #cccccc;
  border-right: solid 2px #cccccc;
  transform: translateY(-70%) rotate(135deg);
  position: absolute;
  top: 47%;
  right: 15px;
}

.side-acd-menu-item-name.active:after{
  transform: translateY(0%) rotate(-45deg);
}

.side-acd-menu-item-inner{
  display: none;
}

.side-acd-menu-sub-item{
  padding: 0 10px 0 0;
  color: #999999;
  line-height: 2.2;
  font-size: 1.2rem;
}

.side-acd-menu-sub-item a{
  position: relative;
  display: block;
  padding: 0 0 0 2px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-acd-menu-sub-item a:hover{
  opacity: 0.7;
}

.side-acd-menu-sub-list {
  max-height: 470px;
  overflow-y: scroll;
  margin: 0 0 16px;
}

@media screen and (max-width: 900px) {
  .side-acd-menu-item-name{
    font-size: 1.2rem;
  }
}

.side-acd-menu-list.direct .side-acd-menu-item-name{
  padding: 0;
}

.side-acd-menu-list.direct .side-acd-menu-item-name a{
  display: block;
  padding: 18px 30px 16px 0;
  color: #000000;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.side-acd-menu-list.direct .side-acd-menu-item-name a:hover{
  opacity: 0.7;
}

.side-acd-menu-list.direct .side-acd-menu-item-name:after {
  transform: translateY(-50%) rotate(45deg);
  top: 52%;
}

.side-acd-menu-sub-list::-webkit-scrollbar {
  width: 6px;
}

.side-acd-menu-sub-list::-webkit-scrollbar-track {
  border-radius: 50px;
}

.side-acd-menu-sub-list::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background:#e5e5e5;
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

.side-scroll-menu-list::-webkit-scrollbar {
  width: 6px;
}

.side-scroll-menu-list::-webkit-scrollbar-track {
  border-radius: 50px;
}


.side-scroll-menu-list::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background:#e5e5e5;
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}


/* ブランド一覧 */

.side-scroll-menu-list{
  max-height: 350px;
  overflow-y: scroll;
  border-bottom: 1px solid #e5e5e5;
  padding: 4px 0px;
  box-sizing: border-box;
}

.side-scroll-menu-item:last-of-type{
  margin: 0 0 14px 0;
}

.side-scroll-menu-item a{
  display: block;
  width: 94%;
  font-size: 1.2rem;
  color: #333333;
  line-height: 2.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ブランド情報 */

.brand-info {
  width: 100%;
  display: block;
  padding: 4px 10px;
  background: #f9f9f9;
  border-radius: 4px;
}

.brand-info tr:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}

.brand-info tr{
  width: 100%;
}

.brand-info th,
.brand-info td {
  padding: 14px 0;
  border: none;
}

.brand-info th {
  width: 26%;
  text-align: left;
  color: #999;
  font-size: 1.2rem;
}
.brand-info td{
  font-size: 1.3rem;
  text-align: right;
}
