@charset "utf-8";

.c-item.-buy-soldout::after {
  display: none !important;
}
.c-item.-buy-soldout .c-fac-cartBtn {
  display: none !important;
}
.c-fac-cartBtn {
  display: flex;
  width: 220px;
  height: 50px;
  border-radius: 4px;
  margin: 0 auto;
  transition-duration: 0.2s;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.24);
}
.c-fac-cartBtn:hover {
  opacity: 0.6;
}
.c-item.-pickup .c-fac-cartBtn {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .c-fac-cartBtn {
    width: 42.1875vw;
    height: 12.5vw;
    border-radius: calc(4 / 750 * 100vw);
  }
  .c-item.-pickup .c-fac-cartBtn {
    margin-left: auto;
  }
}

.c-fac-cartBtn.is-sold,
.c-fac-cartBtn:has(o-tag[type="nostock"]) {
  pointer-events: none;
}
.c-fac-cartBtn.is-sold::before,
.c-fac-cartBtn:has(o-tag[type="nostock"])::before {
  content: "SOLD OUT";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  color: #fff;
  z-index: 11;
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .c-fac-cartBtn.is-sold::before,
  .c-fac-cartBtn:has(o-tag[type="nostock"])::before {
    font-size: calc(26 / 750 * 100vw);
  }
}
.c-template .c-article .o-content-module {
  margin-bottom: 0;
  padding: 0;
}
.c-template .c-article .o-content-module.o-m04-product-list .o-product-list-container .swiper-wrapper {
  justify-content: center;
  margin: 0;
}
.c-template .c-article .m-product-content,
.c-template .c-article .m-product-image,
.c-template .c-article .a-product-view-link,
.c-template .c-article .m-inventory-state-content--plp {
  display: none;
}
.c-template .c-article .m-product-tile {
  display: block;
  color: #fff;
  padding: 0 !important;
  background: transparent;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.c-template .c-article .m-product-tile .m-product-container {
  display: block;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
.c-template .c-article .m-product-tile .m-product-container .m-product-cta {
  margin-top: 0;
  top: auto;
  height: 100%;
}
.c-template .c-article .m-product-tile .m-product-container .m-product-cta .a-button:hover,
.c-template .c-article .m-product-tile .m-product-container .m-product-cta .m-product-tile-cta-line:hover {
  background-color: var(--color-button);
}
.c-template .c-article .m-product-tile-cta-line .m-product-cta-price {
  display: none;
}
.c-template .c-article .wishlist .js--wishlist-btn {
  display: none;
}
.c-template .c-article .m-product-tile:not(.routine-content-product):not(.layering-content-product) .m-product-container {
  margin: 0 !important;
}
.c-template .c-article o-icon-button::part(svg) {
  display: none;
}
.c-template .c-article o-icon-button {
  width: 150%;
  display: block;
  position: absolute;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .c-template .c-article .swiper-slide o-icon-button {
    width: 180%;
  }
}
.c-template .c-article .m-product-tile-cta-line {
  margin: 0 auto;
  justify-content: center;
  cursor: pointer;
}
.c-template .c-article .a-button,
.c-template .c-article .m-product-tile-cta-line {
  color: #fff;
  background: transparent;
  text-align: center;
  border: none;
  padding: 0;
  font-feature-settings:
    "palt" on,
    "pkna" on;
  width: 100%;
  height: 100%;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  color: var(--color-button-negative);
  font-weight: 600;
  position: relative;
}

@media screen and (max-width: 599px) {
  .c-template .c-article .a-button,
  .c-template .c-article .m-product-tile-cta-line {
    line-height: 1;
    font-size: calc(26 / 750 * 100vw);
  }
}
.c-template .c-article .m-product-tile-cta-line::after {
  mask: url("/on/demandware.static/-/Sites-OCC_JP-Library/ja_JP/data/common/images/icon_cart.svg") no-repeat center/contain;
  content: "";
  width: 19px;
  height: 19px;
  margin-left: 8px;
  background: var(--color-button-negative);
}
@media screen and (max-width: 599px) {
  .c-template .c-article .m-product-tile-cta-line::after {
    margin-left: 1.2vw;
    width: 4.4vw;
    height: 6vw;
  }
}
