.p-jcs-products__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  gap: 7.6923076923vw 2.5641025641vw;
}
.p-jcs-products__grid:not(:first-child) {
  margin-top: 6.1538461538vw;
}
[class*=iconHeading] + .p-jcs-products__grid {
  margin-top: 5.641025641vw;
}
.p-jcs-products__grid[data-grid-column="2"] {
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
}
.c-jcs-productCard {
  position: relative;
  height: 100%;
}
.c-jcs-productCard__panel {
  display: flex;
  flex-direction: column;
  gap: 2.5641025641vw;
  position: relative;
  z-index: 1;
  height: 100%;
}
.c-jcs-productCard__img {
  width: 100%;
}
.c-jcs-productCard__detail {
  display: flex;
  flex-direction: column;
  flex: auto 1;
  gap: 1.5384615385vw;
}
.c-jcs-productCard__rank {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../img/bg-rank-tag.svg) top center/contain no-repeat;
  font-weight: 600;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #fff;
  z-index: 1;
  left: 2.5641025641vw;
  width: 5.641025641vw;
  height: 7.6923076923vw;
  padding-bottom: 0.5128205128vw;
  font-size: 2.0512820513vw;
}
.c-jcs-productCard__rank._rank-1 {
  background-image: url(../../img/bg-rank-tag-1.svg);
}
.c-jcs-productCard__rank._rank-2 {
  background-image: url(../../img/bg-rank-tag-2.svg);
}

.c-jcs-productCard__rank._rank-3 {
  background-image: url(../../img/bg-rank-tag-3.svg);
}
.c-jcs-productCard__name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.0256410256vw;
  font-size: 3.0769230769vw;
}
.c-jcs-productCard__price {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 3.0769230769vw;
  font-weight: 600;
}
.c-jcs-productCard__price span {
  font-size: 3.5897435897vw;
  margin-right: 0.7692307692vw;
}
.c-jcs-productCard__fav {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 6.1538461538vw;
}
.c-jcs-productCard__share {
  margin-top: 0.7692307692vw;
  display: flex;
  justify-content: center;
}
.c-jcs-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 1.5384615385vw;
  border: 0.2564102564vw solid var(--jcs-color-gray-01);
}
.c-jcs-thumb img {
  height: 100%;
  max-width: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c-jcs-thumb::before,
.c-jcs-thumb::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.1s ease;
  transition-property: opacity;
}
.c-jcs-thumb::before {
  background: rgba(34, 33, 33, 0.4);
}
.c-jcs-thumb::after {
  content: "";
  background: rgba(34, 33, 33, 0.1);
  opacity: 0;
}
.c-jcs-tagContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 4.8717948718vw;
  gap: 1.5384615385vw;
  opacity: 0;
  transition: opacity 0.02s linear;
}
.c-jcs-tagContainer.is-completed {
  opacity: 1;
}
.c-jcs-tagContainer.is-completed {
  opacity: 1;
}
.c-jcs-tag-jforder_limited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.0512820513vw;
  height: 4.8717948718vw;
  font-size: 2.8205128205vw;
  padding-inline: 2.3076923077vw;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  background: var(--jcs-color-mossGreen);
}
.c-jcs-tag-auto-return-ng,
.c-jcs-tag-return_ng {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.0512820513vw;
  height: 4.8717948718vw;
  font-size: 2.8205128205vw;
  padding-inline: 2.3076923077vw;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  background: var(--jcs-color-gray-80);
}
.c-jcs-ellipsis {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: rgba(0, 0, 0, 0);
  padding: 0;
  background: url("../../img/icon-ellipsis.svg") center/2.5641025641vw auto no-repeat;
  width: 5.1282051282vw;
  height: 4.8717948718vw;
  font-size: 2.5641025641vw;
}
.c-jcs-btnFav.has-icon.block-variation-favorite-registed--btn,
.c-jcs-btnFav.has-icon.block-goods-favorite--btn,
.c-jcs-btnFav.has-icon.block-variation-goods--btn {
  display: block;
  width: 2.8em;
  height: auto;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
.c-jcs-btnFav {
  position: relative;
  font-size: 2.5641025641vw;
  z-index: 1;
  width: 2.8em;
  aspect-ratio: 1;
  background: transparent !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none !important;
  outline: none !important;
  cursor: pointer;
}

.p-jcs-products__grid a:hover {
    text-decoration: none !important;
}

.c-jcs-btnFav:focus,
.c-jcs-btnFav:focus-visible {
  outline: none;
}
.c-jcs-btnFav:focus,
.c-jcs-btnFav:focus-visible {
  outline: none;
}
.c-jcs-btnFav::before,
.c-jcs-btnFav::after {
  content: "";
  display: block;
  width: 2.4em;
  aspect-ratio: 1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c-jcs-btnFav::before,
.c-jcs-btnFav::after {
  content: "";
  display: block;
  width: 2.4em;
  aspect-ratio: 1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c-jcs-btnFav.has-icon::before,
.c-jcs-btnFav.has-icon::after {
  display: none !important;
}
.c-jcs-btnFav.has-icon::before,
.c-jcs-btnFav.has-icon::after {
  display: none !important;
}
.c-jcs-btnFav.has-icon.is-active .c-jcs-btnFav__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--jcs-color-red);
  -webkit-mask: url(../../img/icon-fav.svg) center/contain no-repeat;
  mask: url(../../img/icon-fav.svg) center/contain no-repeat;
  pointer-events: none;
}
.c-jcs-btnFav::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../../img/icon-fav-bg.svg) center center/contain no-repeat;
}
.c-jcs-btnFav::after {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  transform-origin: center center;
  background-color: var(--jcs-color-red);
  -webkit-mask: url(../../img/icon-fav.svg) center/contain no-repeat;
  mask: url(../../img/icon-fav.svg) center/contain no-repeat;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.4s cubic-bezier(0.25, -0.26, 0.41, 1.83), opacity 0.2s ease-in;
}
.c-jcs-btnFav.is-active::after {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.25, -0.26, 0.41, 1.83), opacity 0.2s linear;
}
.c-jcs-btnFav:not(.is-active):focus-visible::after {
  outline: none;
}
.c-jcs-btnFav-sizeL {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2564102564vw;
  width: 9.4871794872vw;
  height: 12.3076923077vw;
}
.c-jcs-btnFav__icon {
  position: relative;
  width: 9.4871794872vw;
  aspect-ratio: 1/1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c-jcs-btnFav__icon img {
  height: 100%;
  max-width: inherit;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.c-jcs-btnFav__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  transform-origin: center center;
  background-color: var(--jcs-color-red);
  -webkit-mask: url(../../img/icon-fav.svg) center/contain no-repeat;
  mask: url(../../img/icon-fav.svg) center/contain no-repeat;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.4s cubic-bezier(0.25, -0.26, 0.41, 1.83), opacity 0.2s ease-in;
}
.is-active .c-jcs-btnFav__icon::after {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.25, -0.26, 0.41, 1.83), opacity 0.2s linear;
}
.c-jcs-btnFav .c-jcs-btnFav__icon {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
.c-jcs-btnFav .c-jcs-btnFav__icon {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
.c-jcs-btnFav.has-icon.block-variation-favorite-registed--btn,
.c-jcs-btnFav.has-icon.block-goods-favorite--btn,
.c-jcs-btnFav.has-icon.block-variation-goods--btn {
  display: block;
  width: 2.8em;
  height: auto;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
.c-jcs-btnFav.has-icon.block-variation-favorite-registed--btn,
.c-jcs-btnFav.has-icon.block-goods-favorite--btn,
.c-jcs-btnFav.has-icon.block-variation-goods--btn {
  display: block;
  width: 2.8em;
  height: auto;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
.c-jcs-btnFav.has-icon.block-variation-favorite-registed--btn,
.c-jcs-btnFav.has-icon.block-goods-favorite--btn,
.c-jcs-btnFav.has-icon.block-variation-goods--btn {
  display: block;
  width: 2.8em;
  height: auto;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
.c-jcs-btnFav__text {
  font-size: 2.5641025641vw;
  line-height: 1;
  color: var(--jcs-color-gray-03);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c-jcs-btnRed-sizeXl.is-active {
  border: 2px solid var(--jcs-color-red);
  color: var(--jcs-color-red);
  background: transparent;
}
.c-jcs-btnRed-sizeL.is-active {
  border: 2px solid var(--jcs-color-red);
  color: var(--jcs-color-red);
  background: transparent;
}
.c-jcs-btnRed-sizeM.is-active {
  border: 2px solid var(--jcs-color-red);
  color: var(--jcs-color-red);
  background: transparent;
}
.c-jcs-btnRed.is-active {
  border: 2px solid var(--jcs-color-red);
  color: var(--jcs-color-red);
  background: transparent;
}
.c-jcs-btnFav.has-icon.is-active .c-jcs-btnFav__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--jcs-color-red);
  -webkit-mask: url(../../img/icon-fav.svg) center/contain no-repeat;
  mask: url(../../img/icon-fav.svg) center/contain no-repeat;
  pointer-events: none;
}
.c-jcs-btnFav.is-active::after {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.25, -0.26, 0.41, 1.83), opacity 0.2s linear;
}
.c-jcs-btnFav:not(.is-active):focus-visible::after {
  outline: none;
}
.is-active .c-jcs-btnFav__icon::after {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.25, -0.26, 0.41, 1.83), opacity 0.2s linear;
}
.is-active .c-jcs-iconHeart::before {
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.5s ease-in, opacity 0.5s ease-out;
}
.is-active .c-jcs-iconHeart::after {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.25, -0.26, 0.41, 1.83), opacity 0.3s linear;
}

@media screen and (min-width: 1024px){
  .p-jcs-products__grid {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    gap: 4rem 1.6rem;
  }
  .p-jcs-products__grid:not(:first-child) {
    margin-top: 3.2rem;
  }
  [class*=iconHeading] + .p-jcs-products__grid {
    margin-top: 3rem;
  }
  .c-jcs-productCard__panel {
    gap: 1rem;
  }
  .c-jcs-productCard__detail {
    gap: 0.6rem;
    padding: 0 0.4rem;
    width: 100%;
  }
  .c-jcs-productCard__rank {
    left: 1.4rem;
    width: 2.5rem;
    height: 3.5rem;
    padding-bottom: 0.3rem;
    font-size: 1rem;
  }
  .c-jcs-productCard__name {
    margin-bottom: 0.4rem;
    font-size: 1.3rem;
  }
  .c-jcs-productCard__price {
    font-size: 1.3rem;
  }
  .c-jcs-productCard__price span {
    font-size: 1.6rem;
    margin-right: 0.3rem;
  }
  .c-jcs-productCard__fav {
    right: 0.4rem;
    bottom: 0.2rem;
    height: 2.4rem;
  }
  .c-jcs-productCard__share {
    margin-top: 1rem;
  }
  .c-jcs-thumb {
    border-radius: 0.6rem;
    border-width: 0.1rem;
  }
  .c-jcs-tagContainer {
    height: 1.9rem;
    gap: 0.6rem;
  }
  .c-jcs-tag-jforder_limited {
    gap: 0.6rem;
    height: 1.9rem;
    font-size: 1.1rem;
    padding-inline: 0.9rem;
  }
  .c-jcs-tag-auto-return-ng,
  .c-jcs-tag-return_ng {
    gap: 0.6rem;
    height: 1.9rem;
    font-size: 1.1rem;
    padding-inline: 0.9rem;
  }
  .c-jcs-ellipsis {
    width: 2rem;
    height: 1.9rem;
    font-size: 1rem;
    background-size: 1rem auto;
  }
  .c-jcs-btnFav {
    font-size: 1rem;
  }
  .c-jcs-btnFav-sizeL {
    gap: 0.3rem;
    width: 3.7rem;
    height: 5rem;
  }
  .c-jcs-btnFav__icon {
    width: 3.7rem;
  }
  .c-jcs-btnFav__text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  ._column-sp-3 .c-jcs-productCard__panel {
    gap: 0.6rem;
  }
  ._column-sp-3 .c-jcs-productCard__price {
    font-size: 2.8205128205vw;
  }
  ._column-sp-3 .c-jcs-productCard__price span {
    font-size: 3.3333333333vw;
  }
  ._column-sp-3 .c-jcs-productCard__fav {
    height: 6.1538461538vw;
  }
  .c-jcs-thumb-noline:has(a):hover::after,
  .c-jcs-thumb-noline:has(a):focus-visible::after {
    opacity: 1;
  }
  ._column-sp-3 .c-jcs-btnFav {
    width: 2.4em;
  }
  ._column-sp-3 .c-jcs-btnFav::before,
  ._column-sp-3 .c-jcs-btnFav::after {
    width: 2em;
  }
  ._column-sp-3 .c-jcs-btnFav::before,
  ._column-sp-3 .c-jcs-btnFav::after {
    width: 2em;
  }
}

@media (any-hover: hover) {
  .c-jcs-thumb:has(a):hover::after,
  .c-jcs-thumb:has(a):focus-visible::after {
    opacity: 1;
  }
  .c-jcs-thumb:has(a):hover::after,
  .c-jcs-thumb:has(a):focus-visible::after {
    opacity: 1;
  }
  a:hover .c-jcs-thumb::after,
  button:hover .c-jcs-thumb::after,
  label:hover .c-jcs-thumb::after,
  a:focus-visible .c-jcs-thumb::after,
  button:focus-visible .c-jcs-thumb::after,
  label:focus-visible .c-jcs-thumb::after {
    opacity: 1;
  }
  a:hover .c-jcs-thumb::after,
  button:hover .c-jcs-thumb::after,
  label:hover .c-jcs-thumb::after,
  a:focus-visible .c-jcs-thumb::after,
  button:focus-visible .c-jcs-thumb::after,
  label:focus-visible .c-jcs-thumb::after {
    opacity: 1;
  }
  a:hover .c-jcs-thumb::after,
  button:hover .c-jcs-thumb::after,
  label:hover .c-jcs-thumb::after,
  a:focus-visible .c-jcs-thumb::after,
  button:focus-visible .c-jcs-thumb::after,
  label:focus-visible .c-jcs-thumb::after {
    opacity: 1;
  }
  a:hover .c-jcs-thumb::after,
  button:hover .c-jcs-thumb::after,
  label:hover .c-jcs-thumb::after,
  a:focus-visible .c-jcs-thumb::after,
  button:focus-visible .c-jcs-thumb::after,
  label:focus-visible .c-jcs-thumb::after {
    opacity: 1;
  }
  a:hover .c-jcs-thumb::after,
  button:hover .c-jcs-thumb::after,
  label:hover .c-jcs-thumb::after,
  a:focus-visible .c-jcs-thumb::after,
  button:focus-visible .c-jcs-thumb::after,
  label:focus-visible .c-jcs-thumb::after {
    opacity: 1;
  }
  a:hover .c-jcs-thumb::after,
  button:hover .c-jcs-thumb::after,
  label:hover .c-jcs-thumb::after,
  a:focus-visible .c-jcs-thumb::after,
  button:focus-visible .c-jcs-thumb::after,
  label:focus-visible .c-jcs-thumb::after {
    opacity: 1;
  }
  .c-jcs-thumb-noline:has(a):hover::after,
  .c-jcs-thumb-noline:has(a):focus-visible::after {
    opacity: 1;
  }
  a:hover .c-jcs-thumb-noline::after,
  button:hover .c-jcs-thumb-noline::after,
  label:hover .c-jcs-thumb-noline::after,
  a:focus-visible .c-jcs-thumb-noline::after,
  button:focus-visible .c-jcs-thumb-noline::after,
  label:focus-visible .c-jcs-thumb-noline::after {
    opacity: 1;
  }
  a:hover .c-jcs-thumb-noline::after,
  button:hover .c-jcs-thumb-noline::after,
  label:hover .c-jcs-thumb-noline::after,
  a:focus-visible .c-jcs-thumb-noline::after,
  button:focus-visible .c-jcs-thumb-noline::after,
  label:focus-visible .c-jcs-thumb-noline::after {
    opacity: 1;
  }
  a:hover .c-jcs-thumb-noline::after,
  button:hover .c-jcs-thumb-noline::after,
  label:hover .c-jcs-thumb-noline::after,
  a:focus-visible .c-jcs-thumb-noline::after,
  button:focus-visible .c-jcs-thumb-noline::after,
  label:focus-visible .c-jcs-thumb-noline::after {
    opacity: 1;
  }
  .c-jcs-btnRed-sizeXl:not(.is-active):hover,
  .c-jcs-btnRed-sizeXl:not(.is-active):focus-visible {
    background: var(--jcs-color-red-hover);
  }
  .c-jcs-btnRed-sizeXl:not(.is-active):hover,
  .c-jcs-btnRed-sizeXl:not(.is-active):focus-visible {
    background: var(--jcs-color-red-hover);
  }
  .c-jcs-btnRed-sizeXl.is-active:hover,
  .c-jcs-btnRed-sizeXl.is-active:focus-visible {
    background: var(--jcs-color-white-hover);
  }
  .c-jcs-btnRed-sizeXl.is-active:hover,
  .c-jcs-btnRed-sizeXl.is-active:focus-visible {
    background: var(--jcs-color-white-hover);
  }
  .c-jcs-btnRed-sizeL:not(.is-active):hover,
  .c-jcs-btnRed-sizeL:not(.is-active):focus-visible {
    background: var(--jcs-color-red-hover);
  }
  .c-jcs-btnRed-sizeL:not(.is-active):hover,
  .c-jcs-btnRed-sizeL:not(.is-active):focus-visible {
    background: var(--jcs-color-red-hover);
  }
  .c-jcs-btnRed-sizeL.is-active:hover,
  .c-jcs-btnRed-sizeL.is-active:focus-visible {
    background: var(--jcs-color-white-hover);
  }
  .c-jcs-btnRed-sizeL.is-active:hover,
  .c-jcs-btnRed-sizeL.is-active:focus-visible {
    background: var(--jcs-color-white-hover);
  }
  .c-jcs-btnRed-sizeM:not(.is-active):hover,
  .c-jcs-btnRed-sizeM:not(.is-active):focus-visible {
    background: var(--jcs-color-red-hover);
  }
  .c-jcs-btnRed-sizeM:not(.is-active):hover,
  .c-jcs-btnRed-sizeM:not(.is-active):focus-visible {
    background: var(--jcs-color-red-hover);
  }
  .c-jcs-btnRed-sizeM.is-active:hover,
  .c-jcs-btnRed-sizeM.is-active:focus-visible {
    background: var(--jcs-color-white-hover);
  }
  .c-jcs-btnRed-sizeM.is-active:hover,
  .c-jcs-btnRed-sizeM.is-active:focus-visible {
    background: var(--jcs-color-white-hover);
  }
  .c-jcs-btnRed:not(.is-active):hover,
  .c-jcs-btnRed:not(.is-active):focus-visible {
    background: var(--jcs-color-red-hover);
  }
  .c-jcs-btnRed:not(.is-active):hover,
  .c-jcs-btnRed:not(.is-active):focus-visible {
    background: var(--jcs-color-red-hover);
  }
  .c-jcs-btnRed.is-active:hover,
  .c-jcs-btnRed.is-active:focus-visible {
    background: var(--jcs-color-white-hover);
  }
  .c-jcs-btnRed.is-active:hover,
  .c-jcs-btnRed.is-active:focus-visible {
    background: var(--jcs-color-white-hover);
  }
}