html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 890px) {
  html {
    font-size: 0.9039548023vw;
  }
}
@media (min-width: 1770px) {
  html {
    font-size: 100%;
  }
}

.p-product-main__content-image {
  margin-top: 80px;
  margin-top: 5rem;
  display: block;
}
.p-product-main__content-image img {
  width: 100%;
  height: auto;
}

.p-product-table {
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
  margin-top: 6.25rem;
}
.p-product-table__items {
  width: inherit;
  overflow: scroll;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media screen and (min-width: 890px) {
  .p-product-table__items {
    gap: 0;
    display: block;
  }
}
.p-product-table__items li.-head {
  display: none;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-product-table__items li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-product-table__items li .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.p-product-table__items li .item p {
  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;
  height: 100%;
}
.p-product-table__items li .group {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-product-table__items li .group p {
  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;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
}
.p-product-table__items li .group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 59%;
  border-top: 1px solid #000;
}
.p-product-table__items li .group ul li {
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  min-width: 88px;
  min-width: 5.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
.p-product-table__items li .group ul li:not(:first-child) {
  border-left: 1px solid #000;
}
.p-product-table__items li.-head .item,
.p-product-table__items li.-head .group {
  background-color: #ccc;
  display: none;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-head .item,
.p-product-table__items li.-head .group {
    display: block;
  }
}
.p-product-table__items li.-head div {
  width: 120px;
  width: 7.5rem;
}
.p-product-table__items li.-head div:nth-child(1) {
  width: 250px;
  width: 15.625rem;
}
.p-product-table__items li.-head div:nth-child(5) {
  width: 267px;
  width: 16.6875rem;
}
.p-product-table__items li.-head div:nth-child(6) {
  width: 178px;
  width: 11.125rem;
}
.p-product-table__items li.-head div:nth-child(13) {
  width: 415px;
  width: 25.9375rem;
}
.p-product-table__items li.-head div:nth-child(13) ul li:nth-child(1) {
  width: 185px;
  width: 11.5625rem;
}
.p-product-table__items li.-head div:nth-child(13) ul li:nth-child(2) {
  width: 89px;
  width: 5.5625rem;
}
.p-product-table__items li.-head div:nth-child(13) ul li:nth-child(3) {
  width: 140px;
  width: 8.75rem;
}
.p-product-table__items li.-item {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-product-table__items li.-item a {
  width: 100%;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-item a {
    width: inherit;
  }
}
.p-product-table__items li.-item a ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.p-product-table__items li.-item a ul li {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #000;
  text-align: center;
  width: 120px;
  width: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-item a ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-product-table__items li.-item a ul li:nth-child(5), .p-product-table__items li.-item a ul li:nth-child(6), .p-product-table__items li.-item a ul li:nth-child(7), .p-product-table__items li.-item a ul li:nth-child(8), .p-product-table__items li.-item a ul li:nth-child(9) {
  width: 89px;
  width: 5.5625rem;
}
.p-product-table__items li.-item a ul li:nth-child(16) {
  width: 186px;
  width: 11.625rem;
}
.p-product-table__items li.-item a ul li:nth-child(17) {
  width: 89px;
  width: 5.5625rem;
}
.p-product-table__items li.-item a ul li:nth-child(18) {
  width: 140px;
  width: 8.75rem;
}
.p-product-table__items li.-item li.-image {
  width: 100%;
  padding: 40px 0 20px;
  padding: 2.5rem 0 1.25rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-item li.-image {
    width: 15.625rem;
    padding: 1.25rem 0;
  }
}
.p-product-table__items li.-item li.-image .-image-label {
  display: block;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  padding: 0.3125rem 0;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-item li.-image .-image-label {
    display: none;
  }
}
.p-product-table__items li.-item li.-image img {
  width: 65%;
  height: auto;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-item li.-image img {
    width: 85%;
  }
}
.p-product-table__items li.-item .-title {
  width: 120px;
  width: 7.5rem;
}
/*# sourceMappingURL=styles.css.map */
