.p-goods_in__inner {
  width: 71.7%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-goods_in__inner {
    width: 84%;
  }
}

.p-goods_in__title {
  margin-bottom: 254px;
}
@media screen and (max-width: 899px) {
  .p-goods_in__title {
    margin-bottom: 160px;
  }
}

.p-goods_in__contents-list {
  margin-bottom: 28px;
}
.p-goods_in__contents-list-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-bound) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.p-goods_in__contents-list-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-goods_in__contents-list-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-goods_in__contents-list-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-goods_in__contents-list-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-goods_in__contents-list-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-goods_in__contents-list-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-goods_in__contents-list-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-goods_in__contents-list-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-goods_in__contents-list-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-goods_in__contents-list-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-goods_in__contents-list-item:nth-of-type(11) {
  transition-delay: 1.2s;
}
.p-goods_in__contents-list-item:nth-of-type(12) {
  transition-delay: 1.3s;
}
.p-goods_in__contents-list-item:nth-of-type(13) {
  transition-delay: 1.4s;
}
.p-goods_in__contents-list-item:nth-of-type(14) {
  transition-delay: 1.5s;
}
.p-goods_in__contents-list-item:nth-of-type(15) {
  transition-delay: 1.6s;
}
.p-goods_in__contents-list-item:nth-of-type(16) {
  transition-delay: 1.7s;
}
.p-goods_in__contents-list-item:nth-of-type(17) {
  transition-delay: 1.8s;
}
.p-goods_in__contents-list-item:nth-of-type(18) {
  transition-delay: 1.9s;
}
.p-goods_in__contents-list-item:nth-of-type(19) {
  transition-delay: 2s;
}
.p-goods_in__contents-list-item:nth-of-type(20) {
  transition-delay: 2.1s;
}
.is-load .p-goods_in__contents-list-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-goods_in__contents-list {
    margin-bottom: 10px;
  }
}
.p-goods_in__contents-link {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-goods_in__contents-link {
    width: 80%;
  }
}
.p-goods_in__contents-link-text {
  padding: 22px;
  font-size: 1.5rem;
}
@media screen and (max-width: 899px) {
  .p-goods_in__contents-link-text {
    padding: 17px;
    font-size: 1.4rem;
  }
}

.p-goods_in__detail {
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-bound) 0.3s, transform 0.6s var(--ease-bound) 0.3s;
}
.is-load .p-goods_in__detail {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-goods_in__detail {
    margin-bottom: 50px;
  }
}
.p-goods_in__detail-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .p-goods_in__detail-inner {
    flex-direction: column-reverse;
  }
}
.p-goods_in__detail-contents {
  width: 40%;
}
@media screen and (max-width: 899px) {
  .p-goods_in__detail-contents {
    width: 100%;
    padding: 20px;
    border: 1px solid var(--color-gray);
    background-color: var(--color-white);
    border-radius: 12px;
  }
}
.p-goods_in__detail-image {
  width: 100%;
}
@media screen and (max-width: 899px) {
  .p-goods_in__detail-image {
    width: 100%;
  }
}
.p-goods_in__detail-image-main .p-in-list-item {
  border-radius: 30px;
  position: relative;
  border: 1px solid var(--color-gray);
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-goods_in__detail-image-main .p-in-list-item {
    border-radius: 12px;
  }
}
.p-goods_in__detail-image-main .p-in-list-item img {
  width: 100%;
}
.p-goods_in__detail-image-main .p-goods_in__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
@media screen and (max-width: 899px) {
  .p-goods_in__detail-image-main .p-goods_in__pagination {
    margin-top: 12px;
  }
}
.p-goods_in__detail-image-main .p-goods_in__pagination .swiper-pagination-bullet {
  display: block;
  background-color: var(--color-text);
  opacity: 1;
}
.p-goods_in__detail-image-main .p-goods_in__pagination .swiper-pagination-bullet-active {
  background-color: var(--color-orange);
}
.p-goods_in__detail-text {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-goods_in__detail-text a {
  color: var(--color-link);
}
.p-goods_in__detail-text img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-goods_in__detail-text iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.p-goods_in__detail-body {
  width: 56%;
}
@media screen and (max-width: 899px) {
  .p-goods_in__detail-body {
    width: 100%;
  }
}
.p-goods_in__detail-body-head {
  margin-bottom: 9px;
  padding: 35px 38px;
  border-radius: 22px;
  font-size: 1.9rem;
  line-height: 1.6;
  background-color: var(--color-yellow01);
  position: relative;
}
.p-goods_in__detail-body-head::before {
  content: "";
  display: block;
  width: 10%;
  padding-top: 10%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-26%, -26%);
  background: url(../img/icon_new.png) no-repeat center/contain;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-goods_in__detail-body-head::before {
    width: 12%;
    padding-top: 12%;
  }
}
.p-goods_in__detail-body-head.is-new::before {
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-goods_in__detail-body-head {
    padding: 16px 20px;
    border-radius: 15px;
    font-size: 1.4rem;
  }
}
.p-goods_in__detail-body-text {
  background-color: var(--color-white);
  border-radius: 22px;
  border: 1px solid var(--color-gray);
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 32px 40px;
}
@media screen and (max-width: 899px) {
  .p-goods_in__detail-body-text {
    padding: 20px;
    border-radius: 15px;
    font-size: 1.4rem;
  }
}
.p-goods_in__detail-body-text a {
  color: var(--color-link);
}
.p-goods_in__detail-body-text img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-goods_in__detail-body-text iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.p-goods_in__link {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-bound) 0.4s, transform 0.6s var(--ease-bound) 0.4s;
}
.is-load .p-goods_in__link {
  opacity: 1;
  transform: translateY(0);
}
.p-goods_in__link-item {
  width: 300px;
  margin: 0 auto 23px;
  position: relative;
}
.p-goods_in__link-item .p-in-text {
  padding: 21px;
  font-size: 1.4rem;
  border: 2px solid var(--color-link);
}
@media screen and (max-width: 899px) {
  .p-goods_in__link-item .p-in-text {
    padding: 11px;
  }
}
@media screen and (max-width: 899px) {
  .p-goods_in__link-item {
    width: 68%;
    margin: 0 auto 13px;
  }
}

.p-goods_in__category {
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-bound) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.is-load .is-in .p-goods_in__category {
  opacity: 1;
  transform: translateY(0);
}
.is-top .p-scroll.is-active .p-goods_in__category {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-goods_in__category {
    margin-bottom: 36px;
  }
}

.l-in_none {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-bound) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.is-load .is-in .l-in_none {
  opacity: 1;
  transform: translateY(0);
}
.is-top .p-scroll.is-active .l-in_none {
  opacity: 1;
  transform: translateY(0);
}