@charset "UTF-8";
/******************************************************
// その他の変数定義
*******************************************************/
/******************************************************
// mixin定義
*******************************************************/
.p-contents {
  margin-top: 3rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 1271px) {
  .p-contents {
    flex-direction: column;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contents {
    gap: 5.6rem;
  }
}

.p-img-wrap {
  width: 54.5rem;
}
@media screen and (max-width: 1271px) {
  .p-img-wrap {
    width: 100%;
  }
}
.p-img-wrap__display {
  margin-bottom: 0.9rem;
}
.p-img-wrap__slider-slide img, .p-img-wrap__slider-slide video {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.p-img-wrap__thumbnail-slider-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
.p-img-wrap__thumbnail-slider-slide {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.p-img-wrap__thumbnail-slider-slide img, .p-img-wrap__thumbnail-slider-slide video {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-img-wrap__thumbnail-slider-slide.swiper-slide-thumb-active {
  opacity: 1 !important;
  pointer-events: none;
}

.p-info-wrap {
  flex-basis: 0;
  flex-grow: 1;
}
.p-info-wrap .c-new-label {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-info-wrap .c-new-label {
    margin-top: 3.6rem;
  }
}
.p-info-wrap .c-card-label__label {
  width: auto;
}
.p-info-wrap .c-select::before {
  top: 65%;
}

.p-head {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.4166666667;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-head {
    font-size: 3.6rem;
    margin-top: 4rem;
  }
}

.p-price {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-price {
    font-size: 3.6rem;
  }
}
.p-price span {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-price span {
    font-size: 2rem;
  }
}

.p-point {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-point {
    font-size: 2.4rem;
    margin-top: 5rem;
  }
}

.p-form {
  border-top: 0.1rem solid #ccc;
  margin-top: 4rem;
  padding-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-form {
    margin-top: 6rem;
    padding-top: 6rem;
    border-width: 0.2rem;
  }
}
.p-form .c-select {
  width: 33.1rem;
}
@media screen and (max-width: 767px) {
  .p-form .c-select {
    width: 57rem;
  }
}
.p-form .c-select:nth-of-type(n + 2) {
  margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-form .c-select:nth-of-type(n + 2) {
    margin-top: 4rem;
  }
}
.p-form .c-select-number {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-form .c-select-number {
    margin-top: 6rem;
  }
}

.p-btn-wrap {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-btn-wrap {
    margin-top: 5rem;
    gap: unset;
    gap: 4rem;
  }
}

.p-sns-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-sns-share {
    width: 95%;
    max-width: 108rem;
    margin-inline: auto;
    gap: 5.7rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 1271px) {
  .p-sns-share {
    max-width: 95rem;
    width: 89.5%;
  }
}
.p-sns-share__text {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-right: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-sns-share__text {
    font-size: 2.4rem;
    margin-right: 0;
  }
}
.p-sns-share__icon {
  width: 3.7rem;
  height: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-sns-share__icon {
    width: 6.9rem;
    height: 6.9rem;
  }
}
.p-sns-share__icon img {
  width: 100%;
  object-fit: contain;
}

.p-topics {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .p-topics {
    margin-top: 15.7rem;
  }
}

.p-body {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-body {
    margin-top: 12rem;
  }
}

/*# sourceMappingURL=goods-ainis-box.css.map */
