@media only screen and (min-width: 769px) {
  .p-product__mv .p-product__mv__inner .p-product__mv__image::after {
    bottom: -22px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__mv .p-product__mv__inner .p-product__mv__image::after {
    bottom: -1.71875vw;
  }
}

@media only screen and (min-width: 769px) {
  .p-product__detail {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 14px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__detail {
    column-gap: 0;
    justify-content: space-between;
    row-gap: 1.171875vw;
  }
}
.p-product__detail .p-product__detail__item {
  background: #f4f4f4;
}
@media only screen and (max-width: 768px) {
  .p-product__detail .p-product__detail__item {
    padding: 2.6666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__detail .p-product__detail__item {
    padding: 24px 30px 36px 20px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__detail .p-product__detail__item {
    padding: 1.875vw 2.34375vw 2.8125vw 1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-product__detail .p-product__detail__item:not(:first-child) {
    margin-top: 4vw;
  }
}
.p-product__detail .p-product__detail__item img {
  height: auto;
  width: 100%;
}
.p-product__detail .p-product__detail__item:not(.-wide) {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-product__detail .p-product__detail__item:not(.-wide) {
    gap: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__detail .p-product__detail__item:not(.-wide) {
    gap: 15px;
    width: 483px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__detail .p-product__detail__item:not(.-wide) {
    gap: 1.171875vw;
    width: 49.5%;
  }
}
.p-product__detail .p-product__detail__item:not(.-wide) figure {
  background: #fff;
  display: -ms-grid;
  display: grid;
  flex-shrink: 0;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .p-product__detail .p-product__detail__item:not(.-wide) figure {
    height: 14.6666666667vw;
    width: 14.6666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__detail .p-product__detail__item:not(.-wide) figure {
    height: 110px;
    width: 110px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__detail .p-product__detail__item:not(.-wide) figure {
    height: 8.59375vw;
    width: 8.59375vw;
  }
}
@media only screen and (max-width: 1279px) {
  .p-product__detail .p-product__detail__item:not(.-wide) figure img {
    height: auto;
  }
}
.p-product__detail .p-product__detail__item h4 {
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .p-product__detail .p-product__detail__item h4 {
    font-size: 3.2vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__detail .p-product__detail__item h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__detail .p-product__detail__item h4 {
    font-size: 1.640625vw;
  }
}
.p-product__detail .p-product__detail__item p {
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-product__detail .p-product__detail__item p {
    font-size: 2.4vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__detail .p-product__detail__item p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__detail .p-product__detail__item p {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__detail .p-product__detail__item.-wide {
    padding-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__detail .p-product__detail__item.-wide {
    padding-bottom: 1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-product__detail .p-product__detail__item.-wide h4 {
    margin-bottom: 5.8666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__detail .p-product__detail__item.-wide h4 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__detail .p-product__detail__item.-wide h4 {
    margin-bottom: 1.875vw;
  }
}
.p-product__detail .p-product__detail__item.-wide ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-product__detail .p-product__detail__item.-wide ul {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__detail .p-product__detail__item.-wide ul {
    justify-content: center;
    gap: 70px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__detail .p-product__detail__item.-wide ul {
    gap: 5.46875vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-product__detail .p-product__detail__item.-wide ul img {
    height: auto;
    width: 18.8vw;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__detail .p-product__detail__item.-wide ul img {
    height: auto;
    width: 11.015625vw;
  }
}
.p-product__detail .p-product__detail__item.-wide p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-product__detail .p-product__detail__item.-wide p {
    font-feature-settings: "palt";
    font-size: 2.1333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__detail .p-product__detail__item.-wide p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__detail .p-product__detail__item.-wide p {
    font-size: 0.9375vw;
    margin-top: 0.78125vw;
  }
}

.p-product__colors {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-product__colors {
    flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
}
.p-product__colors .p-product__color__image {
  flex-shrink: 0;
}
@media only screen and (min-width: 769px) {
  .p-product__colors .p-product__color__image {
    margin-right: 51px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__colors .p-product__color__image {
    margin-right: 3.984375vw;
  }
}
.p-product__colors .p-product__color__image img {
  height: auto;
  width: 100%;
}
.p-product__colors .p-product__color__image .p-product__color__name {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-product__colors .p-product__color__image .p-product__color__name {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__colors .p-product__color__image .p-product__color__name {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__colors .p-product__color__image .p-product__color__name {
    font-size: 1.640625vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-product__colors .p-product__color__image figcaption {
    margin-top: 0.9333333333vw;
    font-size: 3.2vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__colors .p-product__color__image figcaption {
    margin-top: 7px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__colors .p-product__color__image figcaption {
    margin-top: 0.546875vw;
    font-size: 0.9375vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-product__colors .p-product__color__image:first-child {
    width: 41.8666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__colors .p-product__color__image:first-child {
    width: 347px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__colors .p-product__color__image:first-child {
    width: 27.109375vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-product__colors .p-product__color__image:nth-child(2) {
    width: 41.8666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__colors .p-product__color__image:nth-child(2) {
    width: 347px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__colors .p-product__color__image:nth-child(2) {
    width: 27.109375vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__colors .p-product__color__detail {
    margin-left: 40px;
  }
}
.p-product__colors .p-product__color__detail p {
  line-height: 2;
}
@media only screen and (min-width: 769px) {
  .p-product__colors .p-product__color__detail p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__colors .p-product__color__detail p {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__colors .p-product__color__detail p:not(:first-child) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__colors .p-product__color__detail p:not(:first-child) {
    margin-top: 1.5625vw;
  }
}
.p-product__colors .p-product__color__detail p a {
  color: #00a0e9;
}
@media only screen and (min-width: 769px) {
  .p-product__colors .p-product__color__detail p a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 768px) {
  .p-product__color__offer {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-product__color__offer {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .p-product__color__offer {
    font-size: 1.25vw;
    margin-top: 0.9375vw;
  }
}