@charset "UTF-8";
@font-face {
  font-family: "NotoJP";
  src: url("/staging/jpf/fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "avenir";
  src: url("/staging/jpf/fonts/AvenirLight.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "avenir";
  src: url("/staging/jpf/fonts/AvenirHeavy.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "avenir";
  src: url("/staging/jpf/fonts/AvenirBlack.ttf") format("truetype");
  font-weight: 900;
}
.p-parts {
  display: flex;
  flex-direction: column;
  gap: 0.47rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-parts {
    padding-left: 0.4rem;
    gap: 0.56rem;
  }
}
.p-parts__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-parts__wrapper {
    gap: 0.47rem;
    flex-direction: row;
  }
}
.p-parts__left {
  flex: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-parts__left {
    width: 7.7rem;
  }
}
.p-parts__name {
  font-size: 0.14rem;
  line-height: 0.19rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin-bottom: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-parts__name {
    font-size: 0.2rem;
    line-height: 0.27rem;
    letter-spacing: 0.01em;
    font-weight: 700;
    margin-bottom: 0.36rem;
  }
}
.p-parts__table {
  width: 100%;
}
.p-parts__table thead {
  border-bottom: 1px solid #707070;
}
.p-parts__table thead th {
  text-align: left;
  font-size: 0.1rem;
  font-weight: 400;
  line-height: 0.14rem;
  padding-bottom: 0.04rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-parts__table thead th {
    font-size: 0.15rem;
    line-height: 0.2rem;
    letter-spacing: 0.01em;
    padding-right: 1em;
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
  }
}
.p-parts__table thead th:nth-of-type(1) {
  width: 0.92rem;
}
@media screen and (min-width: 768px) {
  .p-parts__table thead th:nth-of-type(1) {
    width: 2.45rem;
    padding-left: 0.5em;
  }
}
.p-parts__table thead th:nth-of-type(2) {
  width: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-parts__table thead th:nth-of-type(2) {
    width: 2.33rem;
  }
}
.p-parts__table thead th:nth-of-type(3) {
  width: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-parts__table thead th:nth-of-type(3) {
    width: 1.86rem;
  }
}
.p-parts__table thead th:nth-of-type(4) {
  width: 0.45rem;
}
@media screen and (min-width: 768px) {
  .p-parts__table thead th:nth-of-type(4) {
    width: 0.95rem;
  }
}
.p-parts__table thead th span {
  display: inline-flex;
  align-items: baseline;
  transform: scale(0.9);
  transform-origin: left center;
  max-width: 111%;
  width: 111%;
}
@media screen and (min-width: 768px) {
  .p-parts__table thead th span {
    transform: unset;
    width: 100%;
    max-width: 100%;
  }
}
.p-parts__table thead th small {
  display: inline-block;
  transform: scale(0.8);
  transform-origin: left center;
}
@media screen and (min-width: 768px) {
  .p-parts__table thead th small {
    transform: unset;
  }
}
.p-parts__table tbody tr:nth-of-type(n+2) td {
  padding-left: unset;
}
.p-parts__table tbody td {
  text-align: left;
  font-size: 0.1rem;
  line-height: 0.13rem;
  font-weight: 400;
  padding-top: 0.03rem;
  padding-bottom: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-parts__table tbody td {
    font-size: 0.15rem;
    line-height: 0.2rem;
    letter-spacing: 0.01em;
    padding-right: 1em;
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
  }
}
@media screen and (min-width: 768px) {
  .p-parts__table tbody td:nth-of-type(1) {
    padding-left: 0.5em;
  }
}
.p-parts__table tbody td span {
  display: inline-flex;
  align-items: baseline;
  transform: scale(0.9);
  transform-origin: left center;
  max-width: 111%;
  width: 111%;
}
@media screen and (min-width: 768px) {
  .p-parts__table tbody td span {
    transform: unset;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-parts__right {
    width: 4.42rem;
  }
}
.p-parts__direction {
  position: relative;
  width: 100%;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.11rem;
  line-height: 0.15rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  border: 1px solid black;
  padding-bottom: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-parts__direction {
    font-size: 0.16rem;
    line-height: 0.21rem;
    height: 0.44rem;
  }
}
.p-parts__direction::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 66%;
  transform: translateY(-50%);
  width: 0.0456rem;
  height: 0.0813rem;
  background-image: url("../img/common/arrow_simple_bold_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-parts__direction::after {
    width: 0.06rem;
    height: 0.11rem;
  }
}
.p-parts__info {
  width: 100%;
  padding: 0.1rem;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info {
    padding: 0.15rem;
  }
}
.p-parts__info--top {
  display: flex;
  align-items: center;
  gap: 0.13rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info--top {
    gap: 0.2rem;
  }
}
.p-parts__info--slider {
  width: 1.58rem;
  height: 1.41rem;
  background-color: white;
  position: relative;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-parts__info--slider {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-parts__info--slider--container {
  width: 100%;
  height: 100%;
}
.p-parts__info--slider--wrapper {
  width: 100%;
  height: 100%;
}
.p-parts__info--slider--slide {
  width: 100%;
  height: 100%;
  padding: 0.2rem;
}
.p-parts__info--slider--slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-parts__info--slider .swiper-button-prev {
  left: 0;
  transform: translateX(-40%) scaleX(-1);
  width: 0.2rem;
  height: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info--slider .swiper-button-prev {
    width: 0.27rem;
    height: 0.27rem;
  }
}
.p-parts__info--slider .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/common/arrow_right_red.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-parts__info--slider .swiper-button-next {
  right: 0;
  transform: translateX(40%);
  width: 0.2rem;
  height: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info--slider .swiper-button-next {
    width: 0.27rem;
    height: 0.27rem;
  }
}
.p-parts__info--slider .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/common/arrow_right_red.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-parts__info--brand {
  font-family: "avenir", "Times", sans-serif;
  font-size: 0.1rem;
  line-height: 0.13rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-parts__info--brand {
    font-size: 0.12rem;
    line-height: 0.16rem;
    font-weight: 700;
  }
}
.p-parts__info--name {
  font-family: "avenir", "Times", sans-serif, "NotoJP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 0.15rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-parts__info--name {
    font-size: 0.21rem;
    line-height: 0.22rem;
    margin-top: unset;
    margin-bottom: 0.04rem;
  }
}
.p-parts__info--option {
  font-size: 0.12rem;
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
}
.p-parts__info--option dl {
  margin-bottom: 0.05rem;
}
.p-parts__info--option dl dt {
  font-weight: 700;
}
.p-parts__info--option dl dd {
  font-weight: 400;
}
.p-parts__info--color {
  margin-bottom: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info--color {
    margin-bottom: 0.07rem;
  }
  .p-parts__info--color .p-color__elm {
    width: 0.14rem;
    height: 0.14rem;
  }
}
.p-parts__info--dd {
  display: flex;
  flex-direction: column;
  margin-top: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info--dd {
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.04rem;
    margin-bottom: 0.17rem;
  }
}
.p-parts__info--dd strong,
.p-parts__info--dd i {
  font-family: "avenir", "Times", sans-serif;
  font-size: 0.1rem;
  line-height: 0.14rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-parts__info--dd strong,
  .p-parts__info--dd i {
    font-size: 0.14rem;
    line-height: 0.16rem;
  }
}
.p-parts__info--dd span {
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-parts__info--dd span {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
}
.p-parts__info--message {
  display: block;
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-weight: 400;
  margin-bottom: 0.17rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-parts__info--message {
    text-align: left;
    font-size: 0.12rem;
    line-height: 0.18rem;
    font-weight: 400;
    margin-bottom: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-parts__info--message br {
    display: none;
  }
}
.p-parts__info--caution {
  display: block;
  font-size: 0.1rem;
  line-height: 0.16rem;
  font-weight: 400;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info--caution {
    margin-bottom: 0.2rem;
  }
}
.p-parts__info--subject {
  display: block;
  font-size: 0.12rem;
  line-height: 0.15rem;
  letter-spacing: 0.02em;
  font-weight: 900;
  margin-bottom: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info--subject {
    font-size: 0.12rem;
    line-height: 0.15rem;
    margin-bottom: 0.05rem;
  }
}
.p-parts__info--content {
  font-size: 0.1rem;
  line-height: 0.14rem;
  letter-spacing: 0.01em;
  margin-bottom: 0.15rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-parts__info--content {
    font-size: 0.1rem;
    line-height: 0.13rem;
    margin-bottom: 0.39rem;
  }
}

.u-width, .u-width--335-1300 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--335-1300 {
    padding: 0;
    width: 9.8rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
.u-width--335-1300 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .u-width--335-1300 {
    padding-left: unset;
    padding-right: unset;
    width: 13rem;
  }
}/*# sourceMappingURL=parts.css.map */