.c-related-page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.24rem;
}
@media screen and (max-width: 800px) {
  .c-related-page-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-related-page-link__item {
  width: 3.84rem;
}
@media screen and (max-width: 800px) {
  .c-related-page-link__item {
    width: 100%;
    max-width: 3.84rem;
  }
}

.c-related-page-link__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow: hidden;
  color: inherit;
}
@media screen and (min-width: 801px) {
  .c-related-page-link__link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-related-page-link__link:hover {
    opacity: 0.5;
  }
}
.c-related-page-link__link img {
  height: 1.92rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-related-page-link__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.04rem;
  width: 100%;
  padding: 0.16rem 0.24rem 0.16rem 0.24rem;
  background-color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-related-page-link__box::after {
  content: "";
  width: 0.09rem;
  height: 0.09rem;
  border-style: solid solid none none;
  border-color: #fff;
  border-top-width: 0.01rem;
  border-right-width: 0.01rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0.03rem;
}

.c-related-page-link__title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  word-break: break-word;
}

.c-table {
  width: 100%;
}

.c-table__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 0.01rem solid #6A6A6A;
}
.c-table__tr:first-of-type {
  border-top: none;
}
@media screen and (max-width: 800px) {
  .c-table__tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
}

.c-table__th {
  width: 1.84rem;
  padding: 0.24rem 0.32rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 800px) {
  .c-table__th {
    width: 100%;
    padding: 0.08rem 0.16rem;
  }
}

.c-table__td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 0.24rem 0.32rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .c-table__td {
    width: 100%;
    padding: 0.08rem 0.16rem 0.24rem;
    border-top: 0.01rem solid #6A6A6A;
  }
}

.c-table__text:has(~ *) {
  margin-bottom: 0.16rem;
}

.p-clothing-table__image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.24rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .p-clothing-table__image-list {
    gap: 0.16rem;
  }
}

.p-clothing-table__image-item {
  position: relative;
  width: 2rem;
}
@media screen and (max-width: 800px) {
  .p-clothing-table__image-item {
    width: 1.5rem;
  }
}

.p-clothing-table__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 0.04rem;
}

.p-clothing-table__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-clothing-table__badge {
  position: absolute;
  right: -0.08rem;
  bottom: -0.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.48rem;
  height: 0.48rem;
  background-color: #000;
  border-radius: 50%;
}

.p-clothing-table__badge-text {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .p-clothing-table__badge-text {
    font-size: 0.2rem;
  }
}
/*# sourceMappingURL=clothing.css.map */