.top-wrapper{
  display: flex;
}

#content-main{
  width: 70%;
  height: auto;
  float: none;
}

.left-column{
  width: calc(100% - 324px);
}

.right-column{
  width: 280px;
  margin-left: 44px;
}

.top-wrapper .swiper-container{
  height: auto;
  border-radius: 8px;
}

/* ブランド一覧 */

.all-brand{
  display: flex;
  flex-wrap: wrap;
  margin: 10px 8px 0;
}

.all-brand-item{
  width: 90px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  margin: 0 8px 9px 0;
  border-radius: 8px;
}

.brand-logo{
  position: relative;
  width: 100%;
  display: flex;
  padding: 8px;
  box-sizing: border-box;
  max-height: 60px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.brand-logo:hover{
  opacity: 0.6;
}

.brand-name{
  position: absolute;
  display: block;
  text-align: center;
  color: #000000;
  font-size: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

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


/* カテゴリ一覧 */
.all-category{
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 15px;
}

.all-category-item {
  width: 170px;
  height: 34px;
  box-sizing: border-box;
  margin: 0 6px 8px 0;
}

.all-category-item a{
  display: block;
  font-size: 1.3rem;
  line-height: 36px;
  height: 36px;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  transition: 0.1s;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.all-category-item a:hover{
  opacity: 0.7;
}

.product-section{
  position: relative;
}

.switch-tab{
  display: flex;
  width: 142px;
  position: absolute;
  top: 0;
  right: 0;
  padding:0;
}

.switch-tab-item{
  position: relative;
  width: calc(50% - 10px);
  display: block;
  color: #000000;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0 10px;
  text-align: center;
}

.switch-tab-item a{
  display: block;
  padding: 5px 0;
  font-size: 1.5rem;
  color: #000000;
}

.product-section .switch-tab-item{
  margin: 0 10px;
}

.switch-tab-item + .switch-tab-item:before{
  position: absolute;
  content: "";
  width: 1px;
  height: 70%;
  background: #cccccc;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.tab-detail-wrap{
  position: relative;
  display: none;
}

.switch-tab-item:hover{
  color: #000000;
  opacity: 1;
}

.switch-tab-item.active{
  color: #000000;
  font-weight: bold;
  opacity: 1;
}


.switch-tab-item.active:after,.switch-tab-item:hover:after{
  position: absolute;
  content: "";
  width: 80%;
  height: 4px;
  background: #000000;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
}

.switch-tab-item.active:hover{
  pointer-events: none;
}


.tab-detail-wrap.show{
  display: block;
}


/* 絞り込み */

.sort-area{
  position: absolute;
  top: -50px;
  right: 200px;
  z-index: 99;
}

#used-luxury .sort-area{
  top: -58px;
  right: 20px;
}

#used-apparel .sort-area{
  top: -55px;
}

.sort-block{
  float: left;
  background: #ffffff;
}

.sort-block + .sort-block{
  position: relative;
  margin: 0 0 0 17px;
  padding: 0 0 0 2px;
}

.sort-block + .sort-block:after{
  position: absolute;
  content: "";
  height: 54%;
  width: 1px;
  background: #e5e5e5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sort-size__list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 240px;
  padding: 10px 10px 4px;
  background: #f5f5f5;
  box-sizing: border-box;
  overflow-y: scroll;
}

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

.sort-size__item label{
  display: block;
}

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

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

.sort-size__item label span{
  display: block;
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  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;
}

.sort-tab{
  position: relative;
  display: inline-block;
  max-width: 86px;
  padding: 8px 19px 8px 10px;
  color: #555555;
  cursor: pointer;
}

.sort-tab:after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #555555;
  border-right: solid 1px #555555;
  transform: translateY(-70%) rotate(135deg);
  position: absolute;
  top: 47%;
  right: 0;
}

.sort-tab span{
  font-size: 1.3rem;
  line-height: 1.3;
}

.sort-content{
  position: absolute;
  max-width: 180px;
  border: 1px solid #e5e5e5;
  border-top: none;
  max-height: 0;
  opacity: 0;
  overflow-y: scroll;
  background: #ffffff;
}

.sort-tab.active{
  max-width: 270px;
  transition: 0.2s ease;
  color: #000000;
  font-weight: bold;
}

.sort-tab.active:after{
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  transform: translateY(-10%) rotate(-45deg);
}

.sort-content.active{
  min-width: 260px;
  transition: 0.2s ease;
  max-height:320px;
  opacity: 1;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 6px;
}

.sort-content .text-list-2-row-box{
  background: #ffffff;
}

.sort-content .text-list-2-row-box li a{
  padding: 8px 25px 8px 15px;
  font-size: 1.2rem;
}

.sort-size__content.active .button-box{
  border-top: 1px solid #000000;
}

.sort-size__content .button-box{
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
  background: #ffffff;
}

.sort-size__content .button-type-1{
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 1.3rem;
}

.sort-size__content .button-collor-grey{
  background-color: #000;
}

.sort-block .text-list-2-row-box li{
  background: #ffffff;
}

hr.section-border{
    width: 100%;
    height: 6px;
    background: #f5f5f5;
    border: none;
    margin: 0;
}

/* 新着記事　新着投稿 */
.posts-list.new-article .post-section-title-img{
  max-width: 240px;
}

.posts-list.new-posts .post-section-title-img{
  max-width: 240px;
}


.top-calendar .article-list-1-line-box .article-list-1-line>a{
  flex-direction: initial;
}

.top-calendar .article-list-1-line-box .article-list-1-line .img-box{
  width: 70px;
  border-radius: 2px;
  overflow: hidden;
}


@media screen and (max-width: 767px) {
  .left-column{
    width: 100%;
  }
  .right-column{
    display: none;
  }
}

/* YouTube スニダンアンバサダー */

.youtube__title {
  position: relative;
  display: flex;
  align-items: baseline;
  font-size: 1.5rem;
}

.youtube__title a {
  color: #fff;
}

.youtube__title-img {
  position: relative;
  display: block;
  max-width: 180px;
  padding: 0 16px 0 0;
  margin: 0 12px 0 0;
}

@media screen and (max-width: 834px) {
  .youtube__title-img {
    width: 40%;
  }
}

.youtube__title-img:after{
  position: absolute;
  content: "";
  right: 0;
  bottom: 1px;
  height: 14px;
  width: 1px;
  background: #333333;
}


.c-see-more-btn{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 32px;
  margin: 0;
  border-radius: 6px;
  line-height: 34px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
}

.c-see-more-btn:hover {
  opacity: 0.7;
}

.c-see-more-btn:visited {
  color: #ffffff;
}

.youtube__label-list {
  display: flex;
  flex-wrap: wrap;
}

.youtube__label-item {
  box-sizing: border-box;
  width: 170px;
  margin: 0 6px 8px 0;
}

.youtube__label-item a {
  display: block;
  font-size: 1.3rem;
  line-height: 36px;
  height: 36px;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  transition: 0.1s;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.youtube__label-item a:hover {
  opacity: .7;
}

.youtube__label-item.is-active {
  background-color: #f5f5f5;
  color: #333;
}

.youtube__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 1200px) {
  .youtube__list {
    gap: 60px;
  }
}

.youtube__item {
  width: calc((100% - 60px)/3);
  /* width: 412px; */
}

@media screen and (max-width: 1200px) {
  .youtube__item {
    width: calc((100% - 60px)/2);
  }
}

@media screen and (max-width: 767px) {
  .youtube__item {
    width: 100%;
  }
}

.youtube__item a:hover {
  opacity: .7;
  transition: opacity .3s;
}

.youtube__item-inner {
  margin-bottom: 24px;
}

.youtube__thumbnail {
  width: 100%;
  /* height: 214px; */
}

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

.youtube__detail {
  padding: 15px 0 0px;
  display: flex;
  height: 62px;
}

.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: 8px auto auto 15px;
}

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

.youtube__user-name {
  font-size: 1.1rem;
  font-weight: 300;
  padding-top: 2px;
}

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

.youtube__product-title {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}

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

.youtube__product-list.is-only {
  overflow: visible;
}

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

.youtube__product-item {
  position: relative;
  box-sizing: border-box;
  width: 345px;
  height: 98px;
  margin-right: 15px;
  flex-shrink: 0;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.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 {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  padding: 10px;
  align-items: center;
}

.youtube__product-item--NotExist {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  flex-shrink: 0;
  width: 100%;
  height: 98px;
  background-color: #fff;
  flex-shrink: 0;
  border: solid 1px #eee;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.youtube__product-NoItem {
  font-size: 1.5rem;
  color: #cccccc;
  font-weight: 600;
}

.youtube__product-detail {
  width: calc(100% - 115px);
  margin: auto auto auto 10px;
}

.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-left: 4px; */
  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: 6px 0 0;
  margin-bottom: 2px;
}

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

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

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

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

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

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

.youtube__product-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: 185px;
  color: #000000;
  white-space: normal;
}

.youtube__comming-soon {
  height: 70vh;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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