@charset "UTF-8";

.product-img {
  background: #fff;
  height: auto;
  width: 100%;
  overflow: hidden;
}

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

.product-img-thumbnail-box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
}

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

.product-img-thumbnail-box .thumbnail img {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0;
  margin: auto;
}

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

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

.product-main-wrapper {
  padding: 0 15px;
}

.product-main-wrapper .product-name-en {
  margin: 15px 0 0;
  font-size: 2.4rem;
  font-family: Avenir;
  font-weight: bold;
  line-height: 1.2;
}

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

.product-main-wrapper .product-price {
  font-size: 3.2rem;
  color: #fe022e;
  font-weight: bold;
  margin: 15px 0 0;
}

.product-main-wrapper .product-price-label-box {
  display: flex;
  flex-wrap: wrap;
  margin: 3px 0 0;
}

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

/*
.product-main-wrapper .product-price-label-box .label:first-of-type{
  margin: 4px 2px 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 .banner {
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
}

.product-main-wrapper .banner span.label-red {
  background: #ff0230;
  border-radius: 3px;
  color: #fff;
  font-family: Hiragino Sans;
  font-size: 10px;
  margin-right: 5px;
  padding: 3px 5px;
}

.product-main-wrapper .banner span.text-red {
  color: #ff0230;
  font-family: Hiragino Sans;
  font-size: 12px;
  line-height: 17px;
}

.product-main-wrapper .product-size-select {
  margin: 12px 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #f5f5f5;
  display: block;
  width: 100%;
  height: 54px;
  font-size: 1.4rem;
  padding: 0 15px;
  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;
}

.product-main-wrapper .product-size-select .text-left {
  float: left;
  line-height: 4;
  color: #333;
  font-weight: bold;
}

.product-main-wrapper .product-size-select .text-right {
  float: right;
  line-height: 4;
  color: #999;
  font-weight: normal;
  padding: 0 20px 0 0;
}

.product-main-wrapper .icon-box {
  width: 100%;
  margin: 10px 0 5px;
}

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

.product-main-wrapper .icon-box li a {
  background-repeat: no-repeat;
  display: block;
  height: 62px;
  color: #666;
  padding: 43px 0 0;
  box-sizing: border-box;
}

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

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

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

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

.product-main-wrapper .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-main-wrapper .icon-box li a.icon-6,
.used-content-wrapper .icon-box li a.icon-6 {
  background-image: url("../../../img/product/product-icon-6.png");
  background-size: 30px auto;
  background-position: center top 7px;
}

.item-safe-content-block {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0 12px;
  display: block;
  background-image: url("../../../img/common/sp-icon-arrow-right.png");
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: right center;
}

.item-safe-content-block .safe-inner-icon {
  background-image: url("../../../img/product/product-icon-safe.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: left center;
  padding: 0 0 0 35px;
}

.item-safe-content-block .safe-title {
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
  padding: 0 0 1px;
  line-height: 1.3;
}

.item-safe-content-block .safe-text {
  font-size: 1.1rem;
  color: #999;
  line-height: 1.3;
}

/* プライス表示 */

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

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

.product-main-wrapper .product-price-block {
  width: calc((100% - 8px) / 2);
}

.product-price-block + .product-price-block {
  margin: 0 0 0 8px;
}

.product-main-wrapper .product-stock-label {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
}

.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-stock-label.pb-item::after {
  display: none;
}

.product-main-wrapper
  .product-price-block.no-stock
  .product-stock-label::after {
  display: none;
}

.product-main-wrapper .product-price-block.no-stock a {
  pointer-events: none;
}

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

.product-main-wrapper .product-stock-num {
  padding: 0 16px 0 4px;
}

/* 共通要素 */

.product-content-wrapper {
  padding: 0 15px;
  overflow-x: hidden;
}

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

.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 {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
  text-align: center;
  color: #000;
  font-size: 1.3rem;
  display: block;
}

/* 売買履歴 */

.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 {
  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.used .size {
  position: relative;
}

.product-content-wrapper .sales-history li.used .size::before {
  position: absolute;
  content: "中古";
  left: -38px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  border: 1px solid #ccc;
  color: #ccc;
  border-radius: 3px;
  padding: 3px 4px 1px;
  box-sizing: border-box;
  font-weight: bold;
}

.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.scroll {
  position: relative;
  padding: 0 0 0 15px;
}

.product-content-wrapper.scroll .more-textlink {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 0;
  padding: 0 15px 0 0;
  font-size: 1.3rem;
  color: #000;
}

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

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

.product-content-wrapper.scroll .item-list-box .item-list {
  width: calc(28.5% - 6px);
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.product-content-wrapper.scroll .item-list-box .item-list.used {
  margin: 8px 6px 0 0;
}

.product-content-wrapper.scroll
  .item-list-box
  .item-list
  .item-block
  .item-info {
  width: 100%;
  margin: 6px 0 0;
  font-size: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.product-content-wrapper.scroll
  .item-list-box
  .item-list
  .item-block
  .item-size {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
}

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

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

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

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

.sales-history-title {
  position: relative;
}

.sales-history-notes {
  position: absolute;
  right: 0;
  font-size: 1.1rem;
  color: #999;
  font-weight: normal;
  bottom: 0;
}

/* 関連商品 */

.product-content-wrapper .item-list-box {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 20px;
}

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

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

.product-content-wrapper .item-list-box .item-list .item-block {
  display: block;
}

.product-content-wrapper .item-list-box .item-list .item-block .img-box {
  width: 100%;
  height: 80px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.product-content-wrapper .item-list-box .item-list .item-block .img-box img {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0;
  margin: auto;
}

.product-content-wrapper .item-list-box .item-list .item-block .item-name {
  font-size: 1.1rem;
  line-height: 1.2;
  color: #000;
  margin: 4px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 11px;
  letter-spacing: -0.5px;
}

.product-content-wrapper .item-list-box .item-list .item-block .item-price {
  display: flex;
  align-items: flex-end;
  color: #ff0030;
  font-size: 1.2rem;
  margin: 10px 0 0;
  min-height: 11px;
  text-align: left;
  font-weight: bold;
  line-height: 13px;
  overflow: hidden;
}

.product-content-wrapper
  .item-list-box
  .item-list
  .item-block
  .item-price
  span {
  max-width: 76px;
  display: inline-block;
  color: #000;
  font-size: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-content-wrapper
  .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;
}

.product-content-wrapper
  .item-list-box
  .item-list
  .item-block
  .item-price
  span.min-text.none {
  color: #ff832d;
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  position: relative;
  top: 1px;
}

.product-content-wrapper .item-list-box .item-list .item-block .sell-num {
  font-size: 1rem;
  color: #000;
  margin: 5px 0 0;
}

.product-content-wrapper .item-list-box .item-list .item-block .sell-num.none {
  color: #999;
}

/* 投稿写真 */

.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-wrapper .item-article-img {
  width: 100%;
  height: 220px;
  border-radius: 13px;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
  margin: 15px 0 0;
}

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

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

/* サイズ表 */

.product-content-wrapper .product-size-brand {
  font-size: 1.3rem;
  color: #000;
  position: relative;
  margin: 15px 0 0;
}

.product-content-wrapper .product-size-brand .product-size-brand-logo {
  position: absolute;
  right: 0;
  top: -25px;
  width: 100px;
}

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

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

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

.product-content-wrapper .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-wrapper
  .product-size-wrapper
  .product-size-tab
  .tab-list:first-child {
  border: none;
}

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

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

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

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

.product-content-wrapper
  .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-wrapper
  .product-size-wrapper
  .product-size-table-box
  .product-size-table
  tr:nth-child(even) {
  background: #fff;
  text-align: center;
}

/* W鑑定 */

.product-content-wrapper .w-appraisal-title {
  margin: 30px -15px 0;
}

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

.product-content-wrapper .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-wrapper .w-appraisal-point-box-wrapper {
  margin: 0 0 20px;
}

.product-content-wrapper .w-appraisal-point-box {
  background: #f5f5f5;
  padding: 15px 35px 15px 15px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 0 5px;
  position: relative;
}

.product-content-wrapper .w-appraisal-point-box::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  background: url("../../../img/common/sp-icon-arrow-right-black.png")
    center/contain no-repeat;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.product-content-wrapper .w-appraisal-point-box .text-box {
  margin: 0 0 0 15px;
  width: 70%;
}

.product-content-wrapper .w-appraisal-point-box .text-box .title {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
}

.product-content-wrapper .w-appraisal-point-box .text-box .text {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.4;
  margin: 3px 0 0;
  text-align: justify;
}

/* クーポン */
.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-bottom-fix-box-coupon li.label-red {
  background: #f72047;
  color: #fff;
}

/* 下部固定ボタン */

.product-bottom-fix-box {
  position: fixed;
  bottom: 0;
  z-index: 99;
  height: 66px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  width: 100%;
  padding: 8px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  box-sizing: border-box;
}

.product-bottom-fix-box .balloon {
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  background-color: #ff832d;
  border-radius: 100em;
  position: absolute;
  top: -35px;
}

.product-bottom-fix-box .balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42px;
  transform: translateX(-50%);
  border-top: 9px solid #ff832d;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.product-bottom-fix-box .sell-button {
  width: 23%;
  height: 48px;
  border: 1px solid #e5e5e5;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
  line-height: 3.9;
}

.product-bottom-fix-box .buy-button {
  width: 74%;
  height: 48px;
  margin-left: auto;
  background: #00aaa4;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 3.2;
}

.product-bottom-fix-box .disabled {
  background: #999;
}

.product-bottom-fix-box .buy-button-full-width {
  display: block;
  width: 100%;
  height: 48px;
  margin-left: auto;
  background: #00aaa4;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 3.2;
}

.product-bottom-fix-box .buy-button .price-text {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 0 8px;
}

.product-bottom-fix-box-margin {
  height: 64px;
}

/* 商品情報 */

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

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

.product-detail-info-table tr:last-child {
  border: none;
}

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

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

/* 3カラム */

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

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

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

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

.market .item-list-box .item-list.used .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;
  border-radius: 8px 0 0;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}

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

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

.product-content-wrapper
  .item-list-box
  .item-list.used
  .item-block
  p.item-price
  span {
  margin-left: 3px;
  color: #fff;
}

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

.product-content-wrapper
  .item-list-box
  .item-list.used
  .item-block
  .card-condition {
  margin-left: 3px;
  margin-bottom: 1px;
  color: #fff;
  position: absolute;
  bottom: 3px;
  right: 3px;
  background: #222;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 600;
}

.market.product-content-wrapper.scroll
  .item-list-box
  .item-list.used
  p.item-price
  span {
  margin-left: 3px;
  color: #fff;
}

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

.market.product-content-wrapper.scroll
  .item-list-box
  .item-list.used
  p.item-info {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 12px);
  padding: 11px 6px 4px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(
    rgb(255 255 255 / 0%) 5%,
    rgb(0 0 0 / 5%) 25%,
    rgb(0 0 0 / 35%) 95%
  );
}

.market.product-content-wrapper.scroll
  .item-list-box
  .item-list.used
  p.item-info
  span.item-price {
  overflow: visible;
  font-weight: 600;
  color: #fff;
}

.market.product-content-wrapper.scroll
  .item-list-box
  .item-list.used
  p.item-info
  span.item-size {
  max-width: 76px;
  margin-left: 3px;
  display: inline-block;
  font-size: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: #fff;
}

.market.product-content-wrapper.scroll
  .item-list-box
  .item-list.used
  p.item-info
  span.slash {
  overflow: visible;
  margin-left: 3px;
  font-weight: 600;
  font-size: 1.1rem;
  color: #fff;
}

.market .item-list-box .item-list.used .item-block .item-name {
  margin: 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: -4px;
  right: -4px;
}

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

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

.market .item-list-box .item-list.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;
}

/* tiny-slider */

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

.tns-nav {
  bottom: 10px;
}

/* 横スライドセレクト */

.select-slide-wrapper {
  width: 100vw;
  margin: 10px calc(50% - 50vw) 20px;
  padding-left: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
}

@media screen and (width >=768px) {
  .select-slide-wrapper {
    width: 100%;
    margin: 10px auto 20px;
    padding-left: 0;
  }
}

.select-slide-wrapper li {
  display: flex;
  min-width: 80px;
}

.select-slide-wrapper li label {
  width: 100%;
  display: block;
  font-size: 1.3rem;
  color: #999;
  text-align: center;
  white-space: nowrap;
  padding: 10px 0 8px;
}

.select-slide-wrapper li input:checked + label {
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #000;
}

/* prices_cahrt */

.product-content-wrapper .highcharts-figure {
  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 {
  position: relative;
}

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

/* ================================
 2022.12.12 primary
 ================================== */

/* -------------------
 .common
 */

:root {
  --color--grey-primary: #373737;
  --color--grey-secondary: #6f6f6f;
  --color--grey-tertiary: #e5e5e5;
  --color--red-primary: #fe0000;
  --color--red-secondary: #ff0230;
  --font--helvetica: "Helvetica", sans-serif;
  --font--helvetica-neue: "Helvetica Neue", sans-serif;
}

.dividing-line {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  margin: 28px 15px 31px;
  background: var(--color--grey-tertiary);
}

/* -------------------
slider
 */

.primary .product-img-thumbnail-box {
  margin: 5px 0 0;
}

.primary .tns-ovh {
  position: relative;
  width: calc(100vmin);
  height: auto;
  min-height: 460px;
}

.primary .label-box {
  position: absolute;
  display: flex;
  gap: 5px;
  right: 19px;
  bottom: 19px;
}

.primary .label-box .label-exclusive {
  display: inline-block;
  transform: scale(0.9, 0.9);
  padding: 5px 6px 4px 16px;
  background: #000;
  background-image: url("../../../img/common/icon-drop-exclusive-key-w.png");
  background-size: 7px 9px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  border-radius: 1px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
}

.primary .label-box .label-sale {
  display: inline-block;
  transform: scale(0.9, 0.9);
  padding: 5px 6px 4px;
  background: var(--color--red-primary);
  border-radius: 1px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
}

.primary .tns-horizontal.tns-subpixel > .tns-item {
  width: calc(100vmin);
  height: auto;
  min-height: 460px;
}

.primary .tns-horizontal.tns-subpixel > .tns-item img {
  object-fit: cover !important;
  height: auto;
}

.primary .product-img-thumbnail-box .thumbnail {
  height: 50px;
}

.primary .tns-nav {
  bottom: 5px;
}

@media screen and (width >=768px) {
  .primary .tns-ovh {
    height: auto;
  }

  .primary .tns-ovh.label-exclusive::before {
    transform: scale(1);
  }

  .primary .tns-horizontal.tns-subpixel > .tns-item {
    height: auto;
  }

  .primary .tns-nav {
    bottom: 10px;
  }
}

/* -------------------
  .main
*/

.primary .product-main-wrapper {
  margin: 25px 0 0;
}

.primary .product-main-wrapper .brand-name {
  position: relative;
  margin: 0 0 20px;
  color: var(--color--grey-primary);
  font-weight: bold;
  font-family: var(--font--helvetica);
  font-size: 2rem;
  line-height: 1.2;
}

.primary .product-main-wrapper .brand-name::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("../../../img/common/icon-drop-official.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
  top: -1px;
  left: 3px;
  margin: 0 6px 0 0;
}

.primary .product-main-wrapper .product-name {
  color: var(--color--grey-primary);
  font-family: var(--font--helvetica-neue);
  font-size: 1.4rem;
  line-height: 1.4;
}

.primary .product-main-wrapper .product-name-jp {
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.4;
}

.primary .product-main-wrapper .product-price-wrapper {
  margin: 10px 0 20px;
}

.primary .product-main-wrapper .product-price-block {
  color: var(--color--grey-primary);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}

.primary .product-main-wrapper .product-price-block.isSale {
  font-size: 1.5rem;
  text-decoration-line: line-through;
}

.primary .product-main-wrapper .product-sale-price-block {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--color--red-primary);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}

.primary .product-main-wrapper .product-sale-price-block span.discount-rate {
  font-size: 12px;
}

.primary .product-main-wrapper .product-exclusive {
  margin: 0 0 20px;
  color: var(--color--grey-primary);
  font-family: var(--font--helvetica-neue);
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4;
}

.primary .product-main-wrapper .product-exclusive::before {
  content: "";
  width: calc(19px / 3);
  height: calc(24px / 3);
  background-image: url("../../../img/common/icon-drop-exclusive-key.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
  top: 0;
  left: 2px;
  margin: 0 6px 0 0;
}

.product-desc-wrapper {
  position: relative;
  margin: 0 0 20px;
}

.pre-order-desc-wrapper {
  position: relative;
  margin: 20px 0;
}

.product-desc {
  color: var(--color--grey-secondary);
  font-size: 1.1rem;
  line-height: 1.6;
}

.show-full-product-desc-button {
  text-decoration: underline;
  color: var(--color--grey-secondary);
  font-size: 1.1rem;
}

.show-full-product-desc-button:hover {
  color: var(--color--grey-secondary);
}

/* -------------------
 .point
 */

.product-point-wrapper {
  padding: 0 15px;
}

.product-point-wrapper .icon-list {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 0 45px;
}

.product-point-wrapper .icon-list::before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0 0 -45px;
}

.product-point-wrapper .icon-list.exclusive::before {
  background-image: url("../../../img/common/icon-drop-exclusive.png");
}

.product-point-wrapper .icon-list.official-item::before {
  background-image: url("../../../img/common/icon-drop-official-item.png");
}

.product-point-wrapper .icon-list.shipment::before {
  background-image: url("../../../img/common/icon-drop-shipment.png");
}

.product-point-wrapper .icon-list .summary {
  margin: 0 0 7px;
  color: var(--color--grey-primary);
  font-family: var(--font--helvetica-neue);
  font-weight: bold;
  font-size: 1.4rem;
}

.product-point-wrapper .icon-list .detail {
  color: var(--color--grey-secondary);
  font-size: 1rem;
}

/* -------------------
 .detail
 */

.primary .product-detail-wrapper {
  margin: 0 0 40px;
  padding: 0;
}

.primary .product-detail-wrapper .product-detail-img-box {
  margin: 0 0 30px;
}

.primary .product-detail-wrapper .product-detail-img {
  margin: 0 0 10px;
}

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

.primary .product-detail-wrapper .product-detail-size {
}

.primary .product-detail-wrapper .product-detail-size-img {
  margin: 0 0 5px;
}

.primary .product-detail-wrapper .product-detail-size-img img {
  width: 100%;
  height: auto;
}

.primary .product-detail-wrapper .size-note {
  padding: 0 15px;
  color: #999;
  font-size: 1rem;
  line-height: 1.5;
}

/* -------------------
 .resale
 */

.primary .product-resale-wrapper {
  margin: 0 0 30px;
}

.primary .product-resale-wrapper .resale-link {
  display: block;
  position: relative;
  padding: 13px 15px;
  background: #f5f5f5;
}

.primary .product-resale-wrapper .resale-link::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  background: url("../../../img/common/arrow-right-grey.png") center/contain
    no-repeat;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.primary .product-resale-wrapper .resale-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.primary .product-resale-wrapper .thumbnail {
  display: flex;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  background: #fff;
}

.primary .product-resale-wrapper .thumbnail img {
  width: 100%;
  height: auto;
}

.primary .product-resale-wrapper .resale-title {
  margin: 0 0 6px;
  color: var(--color--grey-primary);
  font-weight: bold;
  font-size: 1.4rem;
}

.primary .product-resale-wrapper .resale-title .num {
  margin-left: 3px;
  font-weight: normal;
  font-size: 1.1rem;
}

.primary .product-resale-wrapper .resale-sell {
  color: #6f6f6f;
  font-weight: normal;
  font-size: 1rem;
}

.primary .product-resale-wrapper .resale-sell .price {
  margin-right: 3px;
  font-weight: bold;
}

.primary .product-main-wrapper .product-resale-wrapper {
  width: calc(100% + 30px);
  margin: 20px 0 20px -15px;
}

/* -------------------
 .brans
 */
.product-brand-wrapper {
  margin: 0 0 33px;
  padding: 0 15px;
}

.product-brand-wrapper .brand-logo {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
}

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

.product-brand-wrapper .brand-name {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

.product-brand-wrapper .brand-name.official::after {
  content: " ";
  width: 13px;
  height: 13px;
  background-image: url("../../../img/common/icon-drop-official.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
  margin: 0 6px 0 0;
}

.product-brand-wrapper .button-outline-brandmore {
  color: #686868;
  border: 1px solid #ccc;
  font-weight: normal;
}

.primary .product-bottom-fix-box {
  border: none;
  background: #fafafa;
}

.primary .product-bottom-fix-box.box-sold {
  flex-wrap: wrap;
  height: auto;
  padding: 11px 8px 8px;
  justify-content: center;
}

.primary .product-bottom-fix-box.box-sold .resale-txt {
  width: 100%;
  margin: 0 0 10px;
  color: var(--color--grey-primary);
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  text-decoration: underline;
}

.primary .product-bottom-fix-box .buy-button {
  width: 100%;
  height: 48px;
  background: #000;
  border-radius: 4px;
  font-size: 1.5rem;
  line-height: 3.2;
}

.primary .product-bottom-fix-box .buy-button.before,
.primary .product-bottom-fix-box .buy-button.sold {
  background: #afafaf;
}

@media screen and (width >=768px) {
  .primary .product-bottom-fix-box.box-sold {
    text-align: center;
  }

  .primary .product-bottom-fix-box.box-sold .resale-txt {
    display: block;
    margin-bottom: 10px;
  }
}

/* #11590 HYPE DROP | 発売アラート */

.primary .box-before.product-bottom-fix-box {
  flex-flow: column wrap;
  justify-content: center;
  gap: 9px;
  height: auto;
  padding: 11px 8px 8px;
  display: flex !important;
}

.primary .box-before.product-bottom-fix-box .alert-txt {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.primary .box-before.product-bottom-fix-box .alert-button {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  display: block;
}

.primary .box-before.product-bottom-fix-box .alert-button.inactive {
  background: #000;
  color: #fff;
  border: none;
}

.primary .box-before.product-bottom-fix-box .alert-button.active {
  background: #fff;
  color: #afafaf;
  border: 1px solid #afafaf;
}

/* #11590 HYPE DROP | 発売アラート ここまで */

.primary .product-content-wrapper .item-list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  row-gap: 30px;
  margin-top: 20px;
}

.primary .product-content-wrapper .item-list-box .item-list {
  width: calc(50% - 5px);
  margin: 0;
  float: none;
  position: relative;
}

.primary
  .product-content-wrapper
  .item-list-box
  .item-list
  .item-block
  .img-box {
  margin: 0 0 7px;
  width: 100%;
  height: auto !important;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.primary
  .product-content-wrapper
  .item-list-box
  .item-list
  .item-block
  .img-box
  .label-box {
  right: 6px;
  bottom: 8px;
}

.primary
  .product-content-wrapper
  .item-list-box
  .item-list
  .item-block
  .img-box
  .label-box
  .label-sale {
  content: "";
  display: block;
  background: url("../../../img/common/label-sale.png") no-repeat center 100%/100%;
  width: 28px;
  height: 14px;
  padding: 0;
  transform: initial;
}

.primary
  .product-content-wrapper
  .item-list-box
  .item-list
  .item-block
  .img-box
  .label-box
  .label-exclusive {
  content: "";
  display: block;
  background: url("../../../img/common/label-exclusive.png") no-repeat center
    100%/100%;
  width: 61px;
  height: 14px;
  padding: 0;
  transform: initial;
}

@media screen and (width >=768px) {
  /* math X*1.3 */
  .primary
    .product-content-wrapper
    .item-list-box
    .item-list
    .item-block
    .img-box
    .label-box
    .label-sale {
    width: 36.4px;
    height: 18.2px;
  }

  .primary
    .product-content-wrapper
    .item-list-box
    .item-list
    .item-block
    .img-box
    .label-box
    .label-exclusive {
    width: 79.3px;
    height: 18.2px;
  }
}

.primary
  .product-content-wrapper
  .item-list-box
  .item-list
  .item-block
  .img-box
  img {
  width: 100%;
  height: auto;
  position: relative;
  margin: auto;
}

.primary
  .product-content-wrapper
  .item-list-box
  .item-list
  .item-block
  .item-sale-price {
  margin: -1px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color--red-primary);
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}

.primary
  .product-content-wrapper
  .item-list-box
  .item-list
  .item-block
  .item-price {
  margin: 3px 0 0;
  color: var(--color--grey-primary);
  font-size: 1.1rem;
  line-height: 1;
}

.primary
  .product-content-wrapper
  .item-list-box
  .item-list
  .item-block
  .item-price.isSale {
  font-size: 1rem;
  text-decoration: line-through;
  line-height: 1;
}

.primary
  .product-content-wrapper
  .item-list-box
  .item-list
  .item-block
  .item-sale-price
  .discount-rate {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}

.primary
  .product-content-wrapper
  .item-list-box
  .item-list
  .item-block
  .brand-name {
  margin: 5px 0 0;
  color: var(--color--grey-primary);
  font-family: var(--font--helvetica-neue);
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.1;
  min-height: 11px;
}

.primary
  .product-content-wrapper
  .item-list-box
  .item-list
  .item-block
  .item-name {
  margin: 4px 0 0;
  color: var(--color--grey-primary);
  font-family: var(--font--helvetica-neue);
  font-size: 1rem;
  line-height: 1.1;
  min-height: 11px;
}

/* -------------------
 .modal
 */

.primary .button-bottom-fix-select {
  position: fixed;
}

.primary .modal-head {
  position: fixed;
  width: calc(100% - 30px);
  background: #fff;
  border-bottom: 1px solid var(--color--grey-tertiary);
}

.primary .modal-head .title {
  padding: 0 15px;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  color: var(--color--grey-primary);
}

.primary .modal-head .close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  box-sizing: border-box;
  z-index: 100;
}

.primary .select-box .item-size {
  border-top: 1px solid var(--color--grey-tertiary);
  color: var(--color--grey-primary);
  font-family: var(--font--helvetica-neue);
  font-size: 1.6rem;
}

.primary .select-box .item-size:first-child {
  border-top: none;
}

.primary .select-box .item-size.sold {
  padding: 0 15px;
  line-height: 60px;
  color: #ccc;
}

.primary .select-box .item-size.sold::after {
  content: "(SOLD OUT)";
  margin: 0 0 0 3px;
}

.primary .select-box .item-size a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  color: var(--color--grey-primary);
  line-height: 60px;
}

/* ================================
 2022.12.21 primary -box
 ================================== */

.primary-box .primary-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px;
  background: #f5f5f5;
}

.primary-box .primary-link::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  background: url("../../../img/common/arrow-right-grey.png") center/contain
    no-repeat;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.primary-box .primary-link .brand-logo {
  width: 33px;
  height: 33px;
}

.primary-box .primary-link .brand-logo::after {
  content: " ";
  width: 13px;
  height: 13px;
  background-image: url("../../../img/common/icon-drop-official.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 35px;
}

.primary-box .primary-link .brand-logo img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.primary-box .primary-link .txt {
  position: relative;
  top: 1px;
}

.primary-box .primary-link .summary {
  margin: 0 0 4px;
  color: var(--color--grey-primary);
  font-weight: bold;
  font-size: 1.4rem;
}

.primary-box .primary-link .summary span.sub-txt {
  position: relative;
  top: -1px;
  margin: 0 0 0 4px;
  font-weight: normal;
  font-size: 1.2rem;
}

.primary-box .primary-link .detail {
  color: var(--color--grey-secondary);
  font-size: 1rem;
}

.primary-box .primary-link .detail span.bold {
  margin: 0 2px 0 0;
  font-weight: bold;
}

.primary-box .primary-link .txt.sold .summary {
  color: var(--color--grey-secondary);
}

/* 2023.07.20 セール価格の場合 */

.primary-box.isSale .primary-link .summary {
  display: flex;
  align-items: center;
  position: relative;
}

.primary-box.isSale .primary-link .summary .label-red {
  position: relative;
  top: -1px;
  padding: 1px 5px 0;
  background: var(--color--red-secondary);
  border-radius: 1px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 16px;
  height: 16px;
}

.primary-box.isSale .primary-link .summary .sale-price {
  margin: 0 0 0 5px;
  color: var(--color--red-secondary);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.primary-box.isSale .primary-link .summary .discount-rate {
  margin: 0 0 0 2px;
  color: var(--color--red-secondary);
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}

.buyer-commission-campaign-banner {
  margin-top: 12px;
}
