.p-goods {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-goods__title {
  display: block;
  position: relative;
  margin-bottom: 168px;
}
@media screen and (max-width: 899px) {
  .p-goods__title {
    margin-bottom: 74px;
  }
}
.p-goods__title-bg {
  width: 73.7%;
}
@media screen and (max-width: 899px) {
  .p-goods__title-bg {
    width: 95.8%;
  }
}
.p-goods__title-text img {
  width: 345px;
}
@media screen and (max-width: 899px) {
  .p-goods__title-text img {
    width: 46%;
  }
}
.p-goods__contents {
  display: block;
  position: relative;
}
.p-goods__info {
  display: block;
  position: relative;
}
.p-goods__list {
  width: 78.4%;
  max-width: 1248px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  position: relative;
  margin: 9rem auto 0;
}
@media screen and (max-width: 899px) {
  .p-goods__list {
    width: 78%;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.5rem;
    margin-top: 4.5rem;
  }
}
.p-goods__list-item {
  min-width: 0;
  display: block;
  position: relative;
}

.p-goods_info {
  display: block;
  position: relative;
}
.p-goods_info + .p-goods_info {
  margin-top: 7rem;
}
@media screen and (max-width: 899px) {
  .p-goods_info + .p-goods_info {
    margin-top: 4.2rem;
  }
}
.p-goods_info__header {
  display: block;
  position: relative;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 899px) {
  .p-goods_info__header {
    margin-bottom: 2rem;
  }
}
.p-goods_info__title {
  min-height: 50px;
  display: block;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-goods_info__title {
    min-height: 28px;
  }
}
.p-goods_info__title-text {
  display: block;
  position: relative;
  font-size: 3.2rem;
  letter-spacing: 0;
  font-weight: 900;
}
@media screen and (max-width: 899px) {
  .p-goods_info__title-text {
    font-size: 1.6rem;
  }
}
.p-goods_info__inner {
  width: 78.4%;
  max-width: 1248px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-goods_info__inner {
    width: 89%;
  }
}
.p-goods_info__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: -0.08rem;
}
@media screen and (max-width: 899px) {
  .p-goods_info__text {
    font-size: 1.3rem;
  }
}
.p-goods_info__text .u-text-indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.p-goods_info__text .u-text-indent:not(:last-child) {
  margin-bottom: 0.15em;
}
@media screen and (max-width: 899px) {
  .p-goods_info__text .u-text-indent:not(:last-child) {
    margin-bottom: 0.1em;
  }
}

.p-goods_article {
  display: block;
  position: relative;
}
.p-goods_article__visual {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 2.4rem;
}
@media screen and (max-width: 899px) {
  .p-goods_article__visual {
    margin-bottom: 2.2rem;
  }
}
.p-goods_article__title {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.3;
  color: var(--color-red);
}
@media screen and (max-width: 899px) {
  .p-goods_article__title {
    font-size: 1.6rem;
  }
}
.p-goods_article__price {
  display: block;
  position: relative;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 899px) {
  .p-goods_article__price {
    margin-top: 1.4rem;
    font-size: 1.3rem;
  }
}
.p-goods_article__price small {
  font-size: 0.8em;
  margin-left: 0.2em;
}
.p-goods_article__text {
  display: block;
  position: relative;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-goods_article__text {
    font-size: 1.3rem;
  }
}
.p-goods_article__note {
  display: block;
  position: relative;
  margin-top: 0.6rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-goods_article__note {
    margin-top: 0.3rem;
    font-size: 1rem;
  }
}

.p-goods_visual {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-goods_visual__slide {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-goods_visual__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-goods_visual__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-goods_visual__main {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: var(--color-white);
}
.p-goods_visual__main img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-goods_visual__pagination {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.3rem;
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  z-index: 1;
}
.p-goods_visual__pagination-item {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  position: relative;
  background-color: var(--color-white);
  transition: background-color 0.2s ease-out;
}
.p-goods_visual__pagination-item.is-current {
  background-color: var(--color-red);
}
.p-goods_visual__pagination-item:only-child {
  display: none;
}
.p-goods_visual__pagination-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  box-sizing: border-box;
  opacity: 0.5;
}