@charset "UTF-8";
.p-goods {
  display: block;
  position: relative;
  padding-top: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-goods {
    padding-top: 0;
  }
}
.p-goods__inner {
  display: block;
  position: relative;
}
.p-goods__category {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 960px) {
  .p-goods__category {
    margin-bottom: 2.8rem;
  }
}
.p-goods__content {
  display: block;
  position: relative;
}

.p-goods_category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-left: auto;
}
.p-goods_category__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-left: auto;
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-goods_category__btn {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-goods_category__btn:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-goods_category__btn:hover {
      text-decoration: underline;
    }
  }
}
.p-goods_category__btn-text {
  display: block;
  position: relative;
  padding-left: 2.8rem;
  padding-top: 0.4rem;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-family: var(--font-en);
}
@media screen and (max-width: 960px) {
  .p-goods_category__btn-text {
    font-size: 1.3rem;
  }
}
.p-goods_category__btn-text::before {
  content: "";
  width: 2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_category.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-goods_category__btn-text::before {
    width: 1.6rem;
  }
}
.p-goods_category__inner {
  width: 35.5rem;
  display: none;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  color: var(--color-black);
  background: var(--color-white);
  padding: 3rem 4.5rem 4rem;
  border-radius: 2rem;
  box-shadow: 0.1rem 0.3rem 0 0 var(--color-white);
  z-index: 5;
  opacity: 0;
  transition: opacity 0.6s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-goods_category__inner {
    padding: 3rem 2.4rem 6rem;
  }
}
.is-goods-category-show .p-goods_category__inner {
  display: block;
}
.is-goods-category-open .p-goods_category__inner {
  opacity: 1;
}
.p-goods_category__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  border-radius: 2rem;
}
.p-goods_category__cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 2rem;
  padding-left: 2.5rem;
  padding-top: 0.8rem;
  font-size: 1.6rem;
  font-family: var(--font-en);
}
@media screen and (max-width: 960px) {
  .p-goods_category__cap {
    margin: 0 auto 3rem;
    padding: 0.8rem 2.5rem 0;
    font-size: 1.2rem;
  }
}
.p-goods_category__cap::before {
  content: "👜";
  width: 2rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-goods_category__cap::before {
    width: 1.6rem;
  }
}
.p-goods_category__list {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-goods_category__list-item {
  display: block;
  position: relative;
}
.p-goods_category__list-item + .p-goods_category__list-item {
  margin-top: 1.5rem;
}
.p-goods_category__link {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-goods_category__link {
    font-size: 1.8rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-goods_category__link {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-goods_category__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-goods_category__link:hover {
      text-decoration: underline;
    }
  }
}
.p-goods_category__close {
  width: 2.5rem;
  display: block;
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  transform: rotate(45deg);
}
.p-goods_category__close img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-goods_category__close {
    width: 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-goods_category__close {
    transition: opacity 0.6s var(--ease_out);
  }
  .p-goods_category__close:hover {
    opacity: 0.7;
  }
}

.p-goods_content {
  display: block;
  position: relative;
}
.p-goods_content + .p-goods_content {
  margin-top: 8.6rem;
}
@media screen and (max-width: 960px) {
  .p-goods_content + .p-goods_content {
    margin-top: 4rem;
  }
}
.p-goods_content__header {
  display: block;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-goods_content__header {
    margin-bottom: 2rem;
  }
}
.p-goods_content__title {
  display: block;
  position: relative;
  padding-left: 6rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-goods_content__title {
    padding-left: 5rem;
    font-size: 2rem;
  }
}
.p-goods_content__title::before {
  content: "👜";
  width: 4rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-goods_content__title::before {
    width: 2.7rem;
  }
}
.p-goods_content__inner {
  display: block;
  position: relative;
}
.p-goods_content__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-goods_content__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.p-goods_content__list-item {
  display: block;
  position: relative;
}

.p-goods_data {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1rem 1rem 2rem;
  border-radius: 2.5rem;
  overflow: hidden;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-goods_data {
    padding-bottom: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-goods_data {
    transition: transform 0.4s var(--ease_out), box-shadow 0.4s var(--ease_out);
    transform-origin: center bottom;
  }
  .p-goods_data:hover {
    transform: translate(-0.2rem, -0.8rem);
    box-shadow: 0.2rem 0.8rem 0 0 var(--color-shadow);
  }
}
.p-goods_data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-line);
  border-radius: 2.5rem;
}
.p-goods_data__thumb {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 1.6rem;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-goods_data__thumb {
    margin-bottom: 1.5rem;
  }
}
.p-goods_data__thumb-img {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-goods_data__thumb-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-goods_data__title {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-goods_data__title {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-goods_data__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-goods_data:hover .p-goods_data__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-goods_data:hover .p-goods_data__title {
      text-decoration: underline;
    }
  }
}
.p-goods_data__price {
  display: block;
  position: relative;
  margin-top: 0.6rem;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: var(--font-en);
}
@media screen and (max-width: 960px) {
  .p-goods_data__price {
    font-size: 1.1rem;
  }
}
.p-goods_data__price small {
  font-size: 0.7em;
}

.p-goods_modal {
  display: block;
  position: relative;
}
.p-goods_modal__list {
  display: block;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  z-index: 0;
}
.p-goods_modal__list-item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.8s var(--ease_out);
  pointer-events: none;
}
.p-goods_modal__list-item.is-current {
  opacity: 1;
  z-index: 1;
  position: relative;
  pointer-events: auto;
}

.p-goods_detail {
  width: 90%;
  max-width: 128rem;
  display: block;
  position: relative;
  padding: 4rem 0;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-goods_detail {
    display: grid;
    grid-template-columns: 60rem 1fr;
    gap: 4.5rem;
  }
}
.p-goods_detail__header {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-goods_detail__header {
    margin-bottom: 4.6rem;
  }
}
.p-goods_detail__visual {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-goods_detail__inner {
  display: block;
  position: relative;
}
.p-goods_detail__title {
  display: block;
  position: relative;
  font-size: 2.4rem;
}
.p-goods_detail__price {
  display: block;
  position: relative;
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--font-en);
}
@media screen and (max-width: 960px) {
  .p-goods_detail__price {
    font-size: 1.4rem;
  }
}
.p-goods_detail__price small {
  font-size: 0.7em;
}
.p-goods_detail__description {
  display: block;
  position: relative;
  padding: 4rem 0;
  margin-top: 6rem;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-goods_detail__description {
    padding: 4.2rem 0;
    margin-top: 3.5rem;
    font-size: 1.4rem;
  }
}
.p-goods_detail__description a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-goods_detail__description a:hover {
    text-decoration: none;
  }
}
.p-goods_detail__description img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-goods_detail__description iframe {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin: 0 auto;
}
@supports (aspect-ratio: 16/9) {
  .p-goods_detail__description iframe {
    aspect-ratio: 16/9;
  }
}
.p-goods_detail__description::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
}
.p-goods_detail__btn {
  width: 100%;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 2rem auto 0;
  color: var(--color-white);
  background: var(--color-black);
  border-radius: 20rem;
  box-shadow: 0.1rem 0.3rem 0 0 var(--color-shadow);
}
@media screen and (max-width: 960px) {
  .p-goods_detail__btn {
    min-height: 6rem;
    margin-top: 0.65rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-goods_detail__btn {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out), transform 0.2s var(--ease_out), box-shadow 0.2s var(--ease_out);
  }
  .p-goods_detail__btn:hover {
    color: var(--color-black);
    background-color: var(--color-white);
    transform: translate(0.1rem, 0.3rem);
    box-shadow: 0 0 0 0 var(--color-shadow);
  }
}
.p-goods_detail__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  border-radius: 20rem;
}
.p-goods_detail__btn-text {
  display: block;
  position: relative;
  top: 0.1em;
  font-size: 1.9rem;
  font-family: var(--font-en);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-goods_detail__btn-text {
    font-size: 1.6rem;
  }
}

.p-goods_detail_visual {
  display: block;
  position: relative;
}
.p-goods_detail_visual__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-goods_detail_visual__list-item {
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-goods_detail_visual__img {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-goods_detail_visual__img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-goods_detail_visual__pager {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
  position: relative;
  margin: 1rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-goods_detail_visual__pager {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.p-goods_detail_visual__pager-item {
  display: block;
  position: relative;
}
.p-goods_detail_visual__pager-item:only-child {
  display: none;
}
.p-goods_detail_visual__btn {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-goods_detail_visual__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-black);
  opacity: 0;
  transition: opacity 0.6s var(--ease_out);
}
.is-pager-current .p-goods_detail_visual__btn::after {
  opacity: 1;
}
.p-goods_detail_visual__btn img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
/*# sourceMappingURL=puffy.goods.css.map */