.l-content_bg {
  background: linear-gradient(180deg, #d096e3 0%, #fbb4cd 50%, #f7f0b6 100%);
}

.p-goods__ttl {
  margin-bottom: 59px;
}
@media screen and (max-width: 767px) {
  .p-goods__ttl {
    margin-bottom: 41px;
  }
}
.p-goods__ttl-deco {
  position: absolute;
  top: -31%;
  right: 3%;
  width: 31%;
}
.p-goods__ttl-deco img {
  transform-origin: bottom left;
}
.is-load .p-goods__ttl-deco img {
  animation: news_fish 3s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}
.p-goods__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  transform: translateY(25px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-goods__list {
    justify-content: flex-start;
  }
}
.is-load .p-goods__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.4s;
}
.p-goods__list-item {
  width: 23.1%;
  margin-right: 2.5%;
  margin-bottom: 3%;
}
.p-goods__list-item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-goods__list-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__list-item {
    width: 47.5%;
    margin-right: 4%;
    margin-bottom: 9%;
  }
  .p-goods__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-goods__list-item a {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  text-decoration: none;
}
@media (hover: hover) {
  .p-goods__list-item a:hover .p-in_thumb {
    transform: scale(1.1);
  }
  .p-goods__list-item a:hover .p-in_thumb::after {
    opacity: 1;
  }
  .p-goods__list-item a:hover .p-goods__list-detail {
    color: #f2a6c7;
  }
}
.p-goods__list-thumb {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background-color: #fcfcfc;
}
@media screen and (max-width: 767px) {
  .p-goods__list-thumb {
    border-radius: 15px 15px 0 0;
  }
}
.p-goods__list-thumb .p-in_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-goods__list-thumb .p-in_thumb::after {
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(242, 166, 199, 0.5);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-goods__list-detail {
  padding: 4.8% 7% 5.8%;
  color: #6e6c8f;
  line-height: 1.5;
  position: relative;
  background-color: #fcfcfc;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
  flex-grow: 1;
  transition: color 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-goods__list-detail {
    border-radius: 0 0 15px 15px;
    font-size: 1.2rem;
  }
}
.p-goods__list-ttl {
  transform: rotate(0.05deg);
}
.p-goods__pager {
  margin-top: 2rem;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-goods__pager {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .p-goods__pager {
    margin-top: 2rem;
  }
}

.p-goods_detail__content {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .p-goods_detail__content {
    display: block;
  }
}
.p-goods_detail__thumbs {
  width: 44%;
  flex-shrink: 0;
  margin-right: 6%;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-goods_detail__thumbs {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 1000px) {
  .p-goods_detail__thumbs {
    margin: 0 auto 30px;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-goods_detail__thumbs {
    margin: 0 auto 20px;
    width: 88%;
  }
}
.p-goods_detail__about {
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-goods_detail__about {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.65s;
}
.p-goods_detail__head {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  padding-bottom: 31px;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .p-goods_detail__head {
    text-align: center;
    font-size: 1.8rem;
    padding-bottom: 3.7rem;
    margin-bottom: 2.7rem;
  }
}
.p-goods_detail__head::before {
  content: "";
  width: 100%;
  padding-top: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-mask: url(../img/deco/dotline.png) repeat-x left center;
  mask: url(../img/deco/dotline.png) repeat-x left center;
  -webkit-mask-size: 12px;
  mask-size: 12px;
  background: linear-gradient(90deg, #f99bc4 0%, #d693da 33%, #88a7db 66%, #82c9e2 100%);
}
@media screen and (max-width: 767px) {
  .p-goods_detail__head::before {
    padding-top: 5px;
  }
}
.p-goods_detail__btn {
  margin: 42px 0;
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .p-goods_detail__btn {
    margin: 42px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-goods_detail__btn {
    width: 215px;
    margin: 3rem auto;
  }
}
.p-goods_detail__btn .c-btn__text {
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .p-goods_detail__btn .c-btn__text {
    padding: 11px 0;
  }
}
.p-goods_detail__detail {
  flex-grow: 1;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-goods_detail__detail {
    font-size: 1.3rem;
  }
}
.p-goods_detail__detail-text {
  transform: rotate(0.05deg);
}
.p-goods_detail__detail a {
  color: #e5639b;
}
@media (hover: hover) {
  .p-goods_detail__detail a {
    transition: color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .p-goods_detail__detail a:hover {
    color: #6e6c8f;
  }
}
.p-goods_detail__detail img {
  height: auto !important;
  width: auto !important;
}
.p-goods_detail__detail iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .p-goods_detail__detail iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767px) {
  .p-goods_detail__detail iframe {
    height: 51.73vw !important;
  }
}

.goods_swiper {
  overflow: hidden;
}
.goods_swiper .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .goods_swiper .swiper-slide {
    border-radius: 15px;
  }
}
.goods_swiper .swiper-slide img {
  transform: scale(1.1);
  transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1);
}
.goods_swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}

.goods_pagination {
  margin-top: 3%;
  display: flex;
  flex-wrap: wrap;
}
.goods_pagination .p-in_thumb {
  border-radius: 10px;
  width: 23%;
  padding-top: 23%;
  margin: 0 !important;
  opacity: 1;
  margin-right: 2.5% !important;
  margin-bottom: 2% !important;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .goods_pagination .p-in_thumb {
    border-radius: 5px;
  }
}
@media (hover: hover) {
  .goods_pagination .p-in_thumb:hover::after {
    opacity: 0.4;
  }
}
.goods_pagination .p-in_thumb:nth-child(4n) {
  margin-right: 0 !important;
}
.goods_pagination .p-in_thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(242, 166, 199, 0.5);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.goods_pagination .p-in_thumb.swiper-pagination-bullet-active {
  pointer-events: none;
}
.goods_pagination .p-in_thumb.swiper-pagination-bullet-active::after {
  opacity: 1;
}