/* stylelint-disable font-family-no-missing-generic-family-keyword */
/* stylelint-disable no-descending-specificity */
@charset "UTF-8";

@import url("../../lib/tiny-slider.css");

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a:hover,
button:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

/* 商品詳細 左カラム */
.product-left-cloumn {
  float: left;
  width: 52%;
  position: sticky;
  top: 10px;
  left: 0;
  padding: 0 20px;
  box-sizing: border-box;
}

.used-product-detail .product-left-cloumn {
  width: 52%;
}

@media screen and (width <=768px) {
  .product-left-cloumn {
    float: none;
    width: 100%;
    position: static;
    padding: 0;
  }

  .used-product-detail .product-left-cloumn {
    width: 100%;
  }
}

/* 商品画像 新品 */
.product-img {
  background: #fff;
  height: auto;
  width: 100%;
  overflow: hidden;
}

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

/* 商品画像 複数種類 */
.product-thumbnail-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 480px;
  margin: 0 auto;
}

.product-thumbnail-item {
  margin: 0 6px 6px 0;
  outline: 1px solid #e5e5e5;
  padding: 4px;
  box-sizing: border-box;
}

.product-thumbnail-item a {
  position: relative;
  align-items: center;
  display: flex;
  margin: auto;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 12%;
  box-sizing: border-box;
}

.product-thumbnail-item.active {
  outline: 2px solid #999;
  outline-offset: -1px;
}

.product-thumbnail-item a img {
  position: absolute;
  width: auto;
  height: calc(100% - 2px);
  top: 50%;
  left: 50%;
  min-height: calc(100% - 2px);
  min-width: auto;
  transform: translateX(-50%) translateY(-50%);
}

/* 商品画像　複数バリエーション 複数写真ありの場合 */
.product-img.apparel .tns-outer {
  width: 100%;
  margin: 0 0 5px;
  border: none;
}

.product-img.apparel .tns-outer [data-controls="next"],
.product-img.apparel .tns-outer [data-controls="prev"] {
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgb(0 0 0 / 40%);
}

.product-img.apparel .tns-outer [data-controls="prev"]::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 23px;
  background: url("../../../img/common/icon-arrow-right-wh.png") no-repeat
    center/contain;
  left: 50%;
  top: 50%;
  transform: scale(-1, 1) translate(62%, -50%);
  z-index: 1;
}

.product-img.apparel .tns-outer [data-controls="next"]::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 23px;
  background: url("../../../img/common/icon-arrow-right-wh.png") no-repeat
    center/contain;
  left: 50%;
  top: 50%;
  transform: translate(-38%, -50%);
  z-index: 1;
}

.product-img.apparel .tns-nav {
  bottom: 22px;
}

/* 商品画像 中古 */
.product-imgarea-used {
  display: flex;
  width: 90%;
  margin: 40px 0 0;
}

.viewer-image-item img {
  margin-top: -110px;
}

.product-imgarea-used .product-thumbnail-list {
  flex-direction: column;
}

.product-imgarea-used .product-thumbnail-item {
  margin: 0 0 6px;
  padding: 0;
}

.product-imgarea-used .product-thumbnail-item.active {
  outline: 2px solid #666;
}

.product-imgarea-used .product-thumbnail-item a {
  width: 50px;
  height: 50px;
}

.product-imgarea-used .product-thumbnail {
  margin: 0 20px 0 0;
  overflow-y: scroll;
  padding: 2px;
  max-height: 500px;
}

.product-main-img {
  position: relative;
  width: calc(100% - 74px);
  margin: 40px 0 0;
}

.used-product-detail.sold .product-main-img::before {
  content: " ";
  display: block;
  background-image: url("../../../img/common/used-item-sold.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 20%;
  height: 25%;
}

.product-main-img .tns-outer {
  max-height: 500px;
  width: 100%;
  padding: 0;
}

.product-main-img #tns1 > .tns-item {
  max-height: 500px;
  background: #f5f5f5;
  text-align: center;
}

.product-main-img .tns-horizontal.tns-subpixel > .tns-item img {
  width: auto;
  width: available;
  width: fill-available;
  object-fit: contain;
  height: 100%;
}

.product-main-img .tns-outer [data-controls="next"],
.product-main-img .tns-outer [data-controls="prev"] {
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgb(0 0 0 / 40%);
}

.product-main-img .tns-outer [data-controls="next"]::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 23px;
  background: url("../../../img/common/icon-arrow-right-wh.png") no-repeat
    center/contain;
  left: 50%;
  top: 50%;
  transform: translate(-38%, -50%);
  z-index: 1;
}

.product-main-img .tns-outer [data-controls="prev"]::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 23px;
  background: url("../../../img/common/icon-arrow-right-wh.png") no-repeat
    center/contain;
  left: 50%;
  top: 50%;
  transform: scale(-1, 1) translate(62%, -50%);
  z-index: 1;
}

.product-main-img .tns-nav {
  bottom: 10px;
}

.product-main-img li {
  position: relative;
  display: flex;
  max-height: 500px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #f5f5f5;
}

.product-main-img li::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}

@media screen and (width <=1080px) {
  .product-imgarea-used .product-thumbnail {
    max-height: 450px;
  }
}

@media screen and (width <=900px) {
  .product-imgarea-used .product-thumbnail {
    max-height: 320px;
  }
}

@media screen and (width <=768px) {
  .product-imgarea-used .product-thumbnail {
    display: none;
  }

  .product-main-img {
    width: 100%;
  }
}

/* お気に入りラベル */
.product-label {
  position: relative;
  display: inline-block;
  left: 92%;
  transform: translateX(-100%);
}

.favorites-label {
  display: inline-block;
  min-width: 72px;
  padding: 0 20px;
  background: #ffb300;
  border: 1px solid #ffb300;
  border-radius: 50px;
  letter-spacing: 0.7px;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  box-sizing: border-box;
}

.favorites-label-txt {
  display: inline-block;
  position: relative;
  padding: 4px 0 3px;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%) translateX(9px);
}

.favorites-label-txt::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 12px;
  background: url("../../../img/product/favorite-border-icon-wh.svg")
    center/contain no-repeat;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}

.favorites-label-txt > span {
  font-size: 1.1rem;
}

/* 中古詳細　お気に入り・コメントラベル */
.used-product-detail .product-label {
  left: 100%;
}

.comment-label {
  display: inline-block;
  min-width: 62px;
  background: #ccc;
  margin: 0 0 0 4px;
  border: 1px solid #ccc;
  border-radius: 50px;
  letter-spacing: 0.7px;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  box-sizing: border-box;
}

.comment-label a {
  display: block;
  padding: 0 20px;
  color: #fff;
}

.comment-label-txt {
  display: inline-block;
  position: relative;
  padding: 4px 0 3px;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%) translateX(9px);
}

.comment-label-txt::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 12px;
  background: url("../../../img/post/sp-icon-posts-comment.png") center/contain
    no-repeat;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}

/* 特徴アイコン */
.product-left-cloumn .icon-box {
  position: relative;
  width: 80%;
  margin: 16px auto 0;
}

.used-product-detail .product-left-cloumn .icon-box {
  margin: 28px auto 0;
}

.product-left-cloumn .icon-box li {
  width: 25%;
  float: left;
  text-align: center;
}

.product-left-cloumn .icon-box li a {
  background-repeat: no-repeat;
  display: block;
  height: 62px;
  color: #666;
  padding: 48px 0 0;
  box-sizing: border-box;
  font-size: 1.3rem;
}

.product-left-cloumn .icon-box li a:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.product-left-cloumn .icon-box li a.icon-1 {
  background-image: url("../../../img/product/product-icon-1.png");
  background-size: 31px auto;
  background-position: center top 8px;
}

.product-left-cloumn .icon-box li a.icon-2 {
  background-image: url("../../../img/product/product-icon-2.png");
  background-size: 34px auto;
  background-position: center top 6px;
}

.product-left-cloumn .icon-box li a.icon-3 {
  background-image: url("../../../img/product/product-icon-3.png");
  background-size: 33px auto;
  background-position: center top 8px;
}

.product-left-cloumn .icon-box li a.icon-4 {
  background-image: url("../../../img/product/product-icon-4.png");
  background-size: 34px auto;
  background-position: center top 4px;
}

.product-left-cloumn .icon-box li a.icon-5 {
  background-image: url("../../../img/product/product-icon-5.png");
  background-size: 37px auto;
  background-position: center top 4px;
}

.product-left-cloumn .icon-box li a.icon-6 {
  background-image: url("../../../img/product/product-icon-6.png");
  background-size: 37px auto;
  background-position: center top 4px;
}

.product-right-cloumn .icon-box.tab {
  display: none;
}

@media screen and (width <=768px) {
  .product-left-cloumn .icon-box.pc {
    display: none;
  }

  .product-left-cloumn .icon-box.tab {
    display: block;
  }
}

/* 商品詳細　右カラム */
.product-right-cloumn {
  float: right;
  width: 48%;
  padding: 0 20px;
  box-sizing: border-box;
}

.used-product-detail .product-right-cloumn {
  width: 45%;
}

@media screen and (width <=768px) {
  .product-right-cloumn {
    float: none;
    width: 100%;
    padding: 0;
  }

  .used-product-detail .product-right-cloumn {
    width: 100%;
  }
}

.product-main-wrapper .product-name-en {
  font-size: 2.8rem;
  font-family: Avenir;
  font-weight: bold;
  line-height: 1.2;
}

.product-main-wrapper .product-name-jp {
  font-size: 1.6rem;
  color: #666;
  font-weight: bold;
  margin: 6px 0 0;
}

/* ラベル */
.product-main-wrapper .product-price-label-box {
  margin: 8px 0 0;
}

.product-main-wrapper .product-price-label-box .label {
  font-size: 1.2rem;
  color: #999;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 3px 4px 2px;
  margin: 0 1px 0 0;
}

.product-main-wrapper .product-price-label-box .label.pb {
  color: #009166;
  border: 1px solid #009166;
}

.product-main-wrapper .product-price-label-box .label.pbs {
  color: #0089b4;
  border: 1px solid #0089b4;
}

.product-main-wrapper .product-price-area {
  display: flex;
  align-items: end;
  justify-content: left;
}

.product-main-wrapper .product-price-block + .product-price-block {
  margin: 0 0 0 10%;
}

.product-main-wrapper .product-price-block a {
  display: block;
}

.product-main-wrapper .product-stock-label {
  position: relative;
  padding: 0 16px 0 0;
  display: inline-block;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  box-sizing: border-box;
}

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

.product-main-wrapper .product-lowest-price {
  display: block;
  margin: 3px 0 0;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fe022e;
  line-height: 1.3;
}

/* サイズ選択 */
.product-main-wrapper .product-size-select {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 1.4rem;
  box-sizing: border-box;
  background-image: url("../../../img/common/icon-arrow-bottom-grey.png");
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  font-weight: bold;
  line-height: 50px;
}

/* 出品購入ボタン */
.product-action-block {
  display: flex;
  align-items: center;
}

.used-product-detail .product-action-block a {
  width: 100%;
  height: 54px;
}

.product-action-block a {
  display: flex;
  width: calc((100% - 10px) / 2);
  height: 64px;
  align-items: center;
  justify-content: center;
  background: #ccc;
  border-radius: 6px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
  border: 1px solid #f5f5f5;
  line-height: 1.2;
}

.product-action-block a + a {
  margin: 0 0 0 10px;
}

.product-action-block a.buy-button {
  flex-direction: column;
  background: #f73f60;
  font-size: 1.7rem;
}

.product-action-block a.buy-button .price-text {
  font-size: 1.5rem;
  padding: 0 0 0 6px;
}

.product-action-block a.sell-button {
  display: block;
  background: #04a7a1;
  text-align: center;
  line-height: 66px;
}

/* comming soon */
.product-action-block a.sell-button.disabled {
  display: flex;
  flex-direction: column;
  width: calc((100% - 10px) / 2);
  height: 64px;
  align-items: center;
  justify-content: center;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  color: #b1b1b1;
  line-height: 1.2;
  pointer-events: none;
}

.used-product-detail .product-action-block a.sell-button.disabled {
  width: 100%;
}

.product-action-block a.buy-button.disabled {
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  font-size: 1.5rem;
  color: #b1b1b1;
  pointer-events: none;
}

.product-action-block-notes {
  background: #ffe3e9;
  color: #ff577b;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 6px 0 4px;
  box-sizing: border-box;
  border: 1px solid #ff577b;
  text-align: center;
  border-radius: 5px;
}

/* お気に入りボタン */
.favorites-button-box {
  margin: 12px 0 0;
}

.favorites-button {
  outline: none;
  background: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  width: 100%;
  line-height: 58px;
  height: 58px;
  padding: 0;
}

.favorites-button .text {
  position: relative;
  display: inline-block;
  padding: 0 0 0 17px;
  color: #333;
  font-size: 1.4rem;
}

.favorites-button .text::before {
  position: absolute;
  content: "";
  background: url("../../../img/product/favorite-border-icon.svg")
    center/contain no-repeat;
  width: 15px;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
}

.favorites-button-box .detail-text {
  text-align: center;
  margin: 10px 0 0;
  color: #999;
  font-size: 1.2rem;
}

.favorites-button-box.on .favorites-button {
  background: #f5f5f5;
}

.used-product-detail .favorites-button {
  line-height: 54px;
  height: 54px;
}

/* 売買履歴 */

.product-content-wrapper.sales-history-block {
  margin: 50px 0 0;
}

.product-content-wrapper .content-title {
  position: relative;
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  margin: 20px 0 0;
}

.product-content-wrapper .content-title.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.product-content-wrapper .content-title-flex {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  position: relative;
}

.product-content-wrapper .content-title-flex .title {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
}

.product-content-wrapper .content-title-flex .right-text {
  font-size: 1.2rem;
  color: #666;
  background-image: url("../../../img/common/icon-arrow-right-grey.png");
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: right center;
  box-sizing: border-box;
  padding: 15px 13px 15px 15px;
  position: absolute;
  right: 0;
}

.product-content-wrapper .more-button {
  display: block;
  text-align: right;
}

/* 売買履歴 */

.product-content-wrapper .sales-history.item-title {
  margin: 15px 0 0;
}

.product-content-wrapper .sales-history.item-title li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 2px;
}

.product-content-wrapper .sales-history.item-title .date,
.product-content-wrapper .sales-history.item-title .size,
.product-content-wrapper .sales-history.item-title .price {
  font-size: 1.1rem;
  color: #999;
}

.product-content-wrapper .sales-history.item-list {
  width: 100%;
  padding: 10px 0;
  overflow-y: scroll;
  min-height: 10px;
  max-height: 140px;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #e5e5e5;
}

.product-content-wrapper .sales-history li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 3px 0;
}

.product-content-wrapper .sales-history li .no-text {
  font-size: 1.3rem;
  color: #999;
  text-align: center;
  margin: 10px auto;
  font-weight: bold;
}

.product-content-wrapper .sales-history .icon-box {
  width: 22px;
  height: 22px;
  overflow: hidden;
  border-radius: 100px;
  background: #fff;
}

.product-content-wrapper .sales-history .icon-box img {
  width: 100%;
}

.product-content-wrapper .sales-history .date {
  font-size: 1.2rem;
  color: #666;
  padding: 0 0 0 10px;
  flex-basis: 55%;
}

.product-content-wrapper .sales-history .size {
  font-size: 1.4rem;
  color: #000;
  flex-basis: 20%;
}

.product-content-wrapper .sales-history .price {
  font-size: 1.4rem;
  color: #000;
  text-align: right;
  flex-basis: 25%;
}

/* 売買相場 */

.product-content-wrapper.sales-chart {
  margin: 50px 0 0;
}

.product-content-wrapper.sales-chart a.button-type-1 {
  width: 100%;
  height: 46px;
  border: 1px solid #333;
  color: #333;
  line-height: 46px;
}

/* かんたんショップバナー */
.product-content-wrapper.kantan-shop-bnr {
  margin: 45px 0 0;
}

.product-content-wrapper.kantan-shop-bnr img {
  vertical-align: bottom;
  width: 100%;
}

/* 同じ商品の中古 */
.product-content-wrapper.posts-list .content-title {
  margin: 0 0 22px;
  padding: 40px 0 0;
  border-top: 1px solid #ebebeb;
}

.market .product-content-wrapper.four-row .item-list-box {
  margin: 0;
}

.market .product-content-wrapper.four-row .item-list-box .item-list.used {
  width: calc(100% / 4);
  min-width: 100px;
  padding: 0 10px 10px 0;
  margin: 0;
}

.market
  .product-content-wrapper.four-row
  .item-list-box
  .item-list.used
  .item-block
  .img-box {
  height: auto;
}

.market
  .product-content-wrapper.four-row
  .item-list-box
  .item-list
  .item-block
  .item-price {
  font-size: 1.3rem;
}

.market
  .product-content-wrapper.four-row
  .item-list-box
  .item-list.used
  .item-size {
  font-size: 1.1rem;
  font-weight: 500;
}

@media screen and (width <=980px) {
  .market .product-content-wrapper.four-row .item-list-box .item-list.used {
    width: calc(100% / 3);
  }

  .market
    .product-content-wrapper.four-row
    .item-list-box
    .item-list.used:nth-child(n + 7) {
    display: none;
  }
}

/* 関連商品 */
.product-content-wrapper.posts-list.six-row {
  max-width: 1180px;
  margin: 60px auto 0;
}

.market .product-content-wrapper.six-row .item-list-box .item-list {
  width: calc(100% / 6);
  min-width: 130px;
  margin: 0;
  padding: 10px;
}

.market
  .product-content-wrapper.six-row
  .item-list-box
  .item-list
  .item-block
  .img-box {
  height: 120px;
}

.market
  .product-content-wrapper.six-row
  .item-list-box
  .item-list.used
  .item-block
  .img-box {
  height: auto;
}

@media screen and (width <=980px) {
  .market .product-content-wrapper.six-row .item-list-box .item-list {
    width: calc(100% / 5);
  }

  .market
    .product-content-wrapper.six-row
    .item-list-box
    .item-list:nth-child(n + 11) {
    display: none;
  }
}

@media screen and (width <=768px) {
  .market .product-content-wrapper.six-row .item-list-box .item-list {
    width: calc(100% / 4);
  }

  .market
    .product-content-wrapper.six-row
    .item-list-box
    .item-list:nth-child(n + 11) {
    display: block;
  }
}

/* 関連中古商品 */
.market .product-content-wrapper.six-row .item-list-box .item-list.used {
  width: calc((100% - 60px) / 6);
  margin: 0 10px 10px 0;
  padding: 0;
  box-sizing: border-box;
}

.market
  .product-content-wrapper.six-row
  .item-list-box
  .item-list.used:nth-of-type(6n) {
  margin: 0 10px 10px 0;
}

/* 投稿写真 */

.product-content-post {
  box-sizing: border-box;
  margin: 15px -15px;
  overflow: hidden;
}

.product-content-post .post-list-box {
  display: flex;
  flex-wrap: wrap;
}

.product-content-post .post-list-box .post-list {
  width: calc(33.33% - 1.4px);
  padding: 1px 2px 1px 0;
}

.product-content-post .post-list-box .post-list:nth-child(3n) {
  padding: 1px 0;
}

.product-content-post .post-list-box .post-list .img-box {
  height: 0;
  overflow: hidden;
  padding: 0 0 100%;
  position: relative;
  width: 100%;
  display: block;
}

.product-content-post .post-list-box .post-list .img-box img {
  bottom: 0;
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  width: 100%;
  z-index: 1;
}

.product-content-wrapper .button-collor-black span.text::before {
  content: " ";
  width: 18px;
  height: 14px;
  background-image: url("../../../img/common/icon-post-camera.png");
  background-size: 18px auto;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  top: 1px;
}

/* 商品紹介 */
.product-content-article {
  background: #f9f9f9;
  margin: 50px 0 0;
  border-top: 1px solid #f0f0f0;
}

.product-content-article-title {
  font-size: 1.4rem;
  color: #747474;
}

.item-article-block {
  display: flex;
  justify-content: center;
  width: calc(100% - 100px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 0;
}

.product-content-article .item-article-img {
  width: 40%;
  height: auto;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
  margin: 0;
  border-radius: 6px;
}

.product-content-article .item-article-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  object-fit: cover;
}

.product-content-article .item-article-textbox {
  width: 44%;
  margin: 12px 0 12px 6%;
}

.product-content-article .item-article-title {
  font-size: 2rem;
  width: 86%;
  line-height: 1.2;
  margin: 22px 0 0;
}

.product-content-article .item-article-text {
  margin: 16px 0 0;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.product-content-article .more-button {
  display: inline-block;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 4px;
}

.product-content-article .more-button:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.product-content-acd-title {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 60px);
  max-width: 680px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.5rem;
  color: #000;
}

.product-content-acd-title-en {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 0 11px;
  font-size: 1.2rem;
  color: #666;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.product-content-acd-title-en::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: #747474;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product-content-acd-title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-color: #747474 transparent transparent #747474;
  border-style: solid;
  border-width: 2px;
  transform: rotate(45deg);
  transition: transform 0.2s ease-out;
}

.product-info-acd-check {
  display: none;
}

.product-info-acd-label {
  color: #333;
  height: 50px;
  line-height: 50px;
  font-size: 1.4rem;
  display: block;
  background: #f9f9f9;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.product-acd-content {
  width: calc(100% - 60px);
  max-width: 680px;
  margin: 0 auto;
  transition: all 0.5s;
  min-height: 200px;
  height: 100%;
  max-height: 780px;
  opacity: 1;
  overflow: hidden;
  box-sizing: border-box;
}

.product-info-acd-check:checked
  + .product-info-acd-label
  .product-content-acd-title::after {
  transform: translateY(-6px) rotate(225deg);
}

.product-info-acd-check:checked
  + .product-info-acd-label
  + .product-acd-content {
  height: 0;
  min-height: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.product-info-acd-label.size {
  margin: -1px 0 0;
}

@media screen and (width <=768px) {
  .item-article-block {
    width: calc(100% - 60px);
  }

  .product-content-article .item-article-img {
    width: 46%;
  }

  .product-content-article .item-article-textbox {
    width: 50%;
    margin: 12px 0 12px 4%;
  }
}

/* 商品情報 */

.product-detail-info-table {
  width: 100%;
  margin: 16px 0;
  border: none;
}

.product-detail-info-table tr {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 8px;
  display: block;
}

.product-detail-info-table tr.seller-info {
  padding: 12px 0;
}

.product-detail-info-table tr th {
  width: 30%;
  display: inline-block;
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  color: #999;
  line-height: 2;
  vertical-align: top;
}

.product-detail-info-table tr td {
  width: 69%;
  display: inline-block;
  text-align: right;
  font-size: 1.3rem;
  color: #000;
  line-height: 1.8;
}

.product-detail-info-table tr td a:hover {
  text-decoration: underline;
}

.product-detail-info-table tr td .detail-label {
  display: inline-flex;
}

.product-detail-info-table tr td .detail-label li {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}

.product-detail-info-table tr td .detail-label li + li {
  margin: 0 0 0 6px;
}

.product-detail-info-table tr td .detail-label .pb-badge {
  padding: 6px 5px 4px;
  border: 1px solid #009166;
  border-radius: 5px;
  font-size: 1.1rem;
  color: #009166;
  font-weight: bold;
  line-height: 1;
}

.product-detail-info-table tr td .detail-label .yahoo-badge {
  padding: 6px 4px 4px;
  background: #ffa3b4;
  border: 1px solid #ffa3b4;
  border-radius: 5px;
  font-size: 1rem;
  color: #252525;
  font-weight: bold;
  line-height: 1;
}

.product-detail-info-table tr td .detail-label .corporate-badge {
  padding: 6px 5px 4px;
  border: 1px solid #7d8897;
  border-radius: 5px;
  font-size: 1.1rem;
  color: #7d8897;
  font-weight: bold;
  line-height: 1;
}

.product-detail-info-table tr td .detail-label .identification {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 4px 4px;
  border: 1px solid #cacbca;
  border-radius: 5px;
  background-image: url("../../../img/common/identification-badge.png");
  background-position: 4px 4px;
  background-size: 13px;
  background-repeat: no-repeat;
}

.product-detail-info-table
  tr
  td
  .detail-label
  .identification
  .identification-text {
  display: block;
  padding: 0 0 0 16px;
  color: #cacbca;
  font-weight: bold;
  line-height: 1;
}

.product-detail-info-table tr td .detail-label .identification.verified {
  border: 1px solid #144278;
  background-image: url("../../../img/common/identification-badge-active.png");
}

.product-detail-info-table
  tr
  td
  .detail-label
  .identification.verified
  .identification-text {
  color: #144278;
}

.product-detail-info-table tr td .detail-label .rank-label {
  color: #fff;
  padding: 6px 4px 4px;
  border-radius: 5px;
  font-weight: 500;
  line-height: 1;
}

.product-detail-info-table tr td .detail-label .rank-label.gold {
  background: #f5af41;
  border: 1px solid #f5af41;
}

.product-detail-info-table tr td .detail-label .rank-label.platinum {
  background: #000;
  border: 1px solid #000;
}

.product-detail-info-table tr td .detail-text-info {
  font-size: 1.2rem;
  line-height: 1;
}

/* 違反通報btn */

.product-content-wrapper .violation-report {
  text-align: right;
  margin-bottom: 8px;
}

.product-content-wrapper .violation-report .violation-report-btn {
  border: 1px solid #cacbca;
  border-radius: 24px;
  background-image: url("../../../img/common/sp-icon-report.png");
  background-position: 10px 4px;
  background-size: 12px;
  background-repeat: no-repeat;
  width: 80px;
  text-align: right;
}

.product-content-wrapper .violation-report .violation-report-btn a {
  display: block;
  color: #cacbca;
  font-size: 1rem;
  padding: 2px 12px;
}

/* サイズ表 */

.product-content-size .product-size-brand {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #000;
  margin: 16px 0 0;
}

.product-content-size .product-size-brand .product-size-brand-logo {
  width: 100px;
  margin: 0 0 0 auto;
}

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

.product-content-size .product-size-wrapper {
  width: 100%;
  height: auto;
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  box-sizing: border-box;
}

.product-content-size .product-size-wrapper .product-size-tab {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.product-content-size .product-size-wrapper .product-size-tab .tab-list {
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  height: 40px;
  display: block;
  width: 50%;
  line-height: 3.3;
  border-left: 1px solid #f0f0f0;
}

.product-content-size
  .product-size-wrapper
  .product-size-tab
  .tab-list:first-child {
  border: none;
}

.product-content-size .product-size-wrapper .product-size-tab .tab-list.active {
  background: #f0f0f0;
  color: #000;
  font-weight: bold;
}

.product-content-size .product-size-wrapper .product-size-table-box {
  background: #f0f0f0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
}

.product-content-size
  .product-size-wrapper
  .product-size-table-box
  .product-size-table {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}

.product-content-size
  .product-size-wrapper
  .product-size-table-box
  .product-size-table
  tr
  th {
  width: 25%;
  text-align: center;
  padding: 0 0 6px;
  font-size: 1.1rem;
  color: #000;
  font-weight: bold;
}

.product-content-size
  .product-size-wrapper
  .product-size-table-box
  .product-size-table
  tr
  td {
  text-align: center;
  padding: 6px 0 4px;
  font-size: 1rem;
  color: #000;
  border-right: 1px solid #f0f0f0;
  box-sizing: border-box;
}

.product-content-size
  .product-size-wrapper
  .product-size-table-box
  .product-size-table
  tr:nth-child(even) {
  background: #fff;
  text-align: center;
}

/* W鑑定 */

.product-content-appraisal {
  width: calc(100% - 60px);
  max-width: 1080px;
  margin: 50px auto;
}

.product-content-appraisal .w-appraisal-title img {
  width: 100%;
  height: auto;
}

.product-content-appraisal .w-appraisal-description {
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  line-height: 1.6;
  margin: 18px 0 10px;
  text-align: justify;
}

.product-content-appraisal .w-appraisal-point-box-wrapper {
  display: flex;
}

.product-content-appraisal .w-appraisal-point-box {
  display: flex;
  position: relative;
  width: calc(50% - 4px);
  min-height: 150px;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
}

.product-content-appraisal .w-appraisal-point-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 50%);
}

.product-content-appraisal .w-appraisal-point-box.left {
  background: url("../../../img/product/product-w-appraisal-img-8.jpg")
    center/cover no-repeat;
}

.product-content-appraisal .w-appraisal-point-box.right {
  background: url("../../../img/product/product-w-appraisal-img-9.jpg")
    center/cover no-repeat;
  margin: 0 0 0 20px;
}

.product-content-appraisal .w-appraisal-point-box .img-box {
  width: 30%;
  height: auto;
}

.product-content-appraisal .w-appraisal-point-box .img-box img {
  width: 100%;
  height: auto;
}

.product-content-appraisal .w-appraisal-point-box .text-box {
  position: relative;
  margin: 0 0 0 8%;
  width: 70%;
  z-index: 9;
}

.product-content-appraisal .w-appraisal-point-box .text-box .title {
  font-size: 1.9rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: rgb(0 0 0 / 20%) 1px 0 10px;
}

.product-content-appraisal .w-appraisal-point-box .text-box .text {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
  margin: 6px 0 0;
  font-weight: 400;
  text-shadow: rgb(0 0 0 / 20%) 1px 0 10px;
}

/* クーポン */
.product-bottom-fix-box-coupon {
  position: fixed;
  bottom: 63px;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  z-index: 99;
}

.product-bottom-fix-box-coupon li {
  background: #fffc00;
  height: 33px;
  line-height: 2.8;
}

.product-bottom-fix-box-coupon li.campaign {
  background: #444;
  color: #fff;
}

/* みんなの投稿 */
.product-content-posts {
  max-width: 1080px;
  margin: 30px auto 0;
  padding: 40px 0 0;
  border-top: 1px solid #ebebeb;
}

.product-content-posts .content-title {
  font-size: 1.6rem;
  margin: 0 0 12px;
}

.product-content-posts .posts-list .posts-more-button,
.posts-more-button {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid;
  margin: 20px 0 0;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3rem;
  padding: 10px 16px 8px;
  border-radius: 6px;
  line-height: 1;
  background: #000;
  color: #fff;
}

.product-content-posts .posts-list .posts-more-button:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}

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

/* 3カラム */

/* .market .item-list-box .item-list.used {
    margin: 13px 6px 0 0;
  }

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

  .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 .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.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 .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 .item-list-box .item-list.used .item-block .item-name span {
    font-weight: bold;
  }
   */

/* 2カラム */

/* .market .item-list-box .item-list.used.column-2 {
    margin: 20px 6px 0 0;
  }

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

  .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.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: #000;
    position: relative;
    top: -1px;
  }

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

/* tiny-slider */

/* .tns-outer {
    padding: 0 !important;
    margin: 0 !important;
  }

  .tns-nav {
    bottom: 10px;
  } */

/* prices_cahrt */
.product-content-wrapper .highcharts-figure {
  position: relative;
  margin: 20px 0 0;
}

.product-content-wrapper .chart-button-wrapper {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  background: #eee;
  border-radius: 6px;
}

.product-content-wrapper .chart-button-wrapper input[type="radio"] {
  display: none;
}

.product-content-wrapper .chart-button-wrapper li {
  padding: 3px;
  flex-grow: 1;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}

.product-content-wrapper .chart-button-wrapper label {
  border-radius: 5px;
  display: block;
  padding: 10px 0 8px;
  color: #000;
  box-sizing: border-box;
}

.product-content-wrapper .chart-button-wrapper input:checked + label {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
  color: #000;
  font-weight: bold;
}

.product-content-wrapper .chart-button-wrapper input:disabled + label {
  color: #ccc;
}

.product-content-wrapper .highcharts-figure .none {
  position: absolute;
  width: 100%;
  margin: auto;
  top: 50px;
  left: 0;
}

.product-content-wrapper .highcharts-figure .none .img {
  background: url("../../../img/product/product-graph-none.png") no-repeat top
    center;
  background-size: auto 100%;
  height: 115px;
  width: 300px;
  margin: auto;
}

.product-content-wrapper .highcharts-figure .none .text {
  font-size: 1.3rem;
  color: #999;
  text-align: center;
  font-weight: bold;
}

.tns-ovh {
  width: 100% !important;
  height: fit-content !important;
}

/* 中古　商品の状態 */

.used-product-detail .detail-box {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 15px 0 0;
}

.used-product-detail .detail-text {
  white-space: pre-line;
  word-break: break-all;
}

.buyer-commission-campaign-banner {
  margin-top: 8px;
  width: 360px;
}
