.l-pl-page__body, .airecommend_ctm_history_wrapper {
    display: none;
}
.pickup__wrapper {
  padding-bottom: 0 !important;
}
.p-section-re.pt-0 {
    padding-top: 100px;
}
.p-section-re {
    padding-top: 96px;
}
.p-section-re ul.p-section-re__product-container {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
}
.p-section-re li.c-product-list__item {
    width: calc((100% - 3px) / 4);
    position: relative;
    z-index: 1;
}
.p-section-re li.c-product-list__item::before {
    content: '';
    width: 100%;
    height: 10.4vw;
    background: linear-gradient(to bottom, #F2F2F2, #FFFFFF);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(-1px);
    z-index: -1;
}
.p-section-re .c-product-list__imageContainer {
    background-color: #F2F2F2;
    padding: 15px 18px 0 18px;
}
.c-product-list {
    margin-top: 48px;
}
p.u-text {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-section-re, .p-section-re.pt-0 {
        padding-top: 64px;
    }
    .index-text {
        width: fit-content;
        padding: 0 0;
        margin: 0 0 0; 
    }
    .p-section-re .p-section__text-container {
        padding: 0 10vw;
        gap: 20px;
    }
    .c-product-list {
        margin-top: 24px;
        display: flex;
        flex-wrap: wrap;
    }
    .c-product-list .c-product-list__item {
      width: calc((100% - 1px) / 2) !important;
    }
    p.u-text {
        text-align: initial;
    }
    .c-product-list__productTags {
        flex-wrap: wrap;
        align-items: baseline !important;
    }
    .c-product-list__item .c-product-info {
      height: 37.4vw !important;
      padding: 16px 16px 24px 16px !important;
    }
    .c-product-list__more-btn, .c-product-list__more-link-btn {
        border: solid 1px #737373;
    }
    .c-product-list__more-btn:hover, .c-product-list__more-link-btn:hover .c-product-list__more-btn:hover::after, .c-product-list__more-link-btn:hover::after {
        color: #737373 !important;
        border-color: #737373 !important;
    }
}
.c-product-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  padding-bottom: 2px;
  overflow-y: hidden;
  transition: max-height 0.5s ease-in-out;
  position: relative;
}
@media screen and (min-width: 1024px) {
.c-product-list {
    /* display: grid; */
    /* grid-template-columns: repeat(4, 1fr); */
  }
}
.c-product-list[data-coordinate-id] {
  padding-bottom: 5px;
}
.c-product-list .no-product {
  width: 100%;
  text-align: center;
  padding: 32px 5vw;
}
@media screen and (min-width: 1024px) {
.c-product-list .no-product {
    grid-column-end: span 4;
    padding: 32px 72px;
  }
}
.c-product-item {
  width: calc(50% - 0.5px);
  position: relative;
  transition: box-shadow 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
.c-product-item {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
.c-product-item:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
  }
      .c-product-item:hover
    .c-product-img
    .js-hover-img {
    opacity: 1;
  }
}
.c-product-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-product-link:hover {
  opacity: 1;
}
.c-product-container {
  width: 100%;
  background-color: #f2f2f2;
}
.c-product-img {
  width: 90%;
  display: flex;
  flex-wrap: nowrap;
  display: block;
  margin: 5% 5% 0;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  position: relative;
  scrollbar-width: none;
}
.c-product-img::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1024px) {
.c-product-img {
    display: block;
    overflow: hidden;
  }
}
.c-product-img .simplebar-content-wrapper {
  scroll-padding-left: 0;
}
  .c-product-img
  .simplebar-track.simplebar-horizontal {
  width: 100%;
}
.c-product-img img {
  width: 100%;
  display: inline-block;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  flex: 0 0 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
.c-product-img img.js-hover-img {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
.c-product-img img.js-hover-img {
    display: block;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
}
.c-product-info {
  width: 100%;
  height: 10.4vw !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  padding: 16px 48px 24px 16px;
  background: linear-gradient(0deg, #ffffff 0%, #f2f2f2 100%);
  font-feature-settings: "pwid";
}
.c-product-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.c-product-num::before {
  content: '\00A5';
  margin-right: 2px;
}
.c-product-list__productTags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.c-product-list__productTags span {
  background-color: #f2f2f2;
  padding: 8px;
}
.c-product-list__more, .c-product-list__more-link {
  width: 100%;
  display: flex;
  justify-content: center;
  /* padding: 32px 0; */
  padding: 24px 0 0 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
.c-product-list__more, .c-product-list__more-link {
    /* padding: 100px 0; */
    padding: 48px 0 0 0;
  }
  .c-product-list__more-btn:hover::after {
    border-color: #ffffff;
  }
}
.c-product-list__more-btn, .c-product-list__more-link-btn {
  width: 330px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  line-height: 1;
  color: #737373;
  padding: 0;
  margin: 0 auto;
  transition-duration: .4s;
}
.c-product-list__more-btn::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #737373;
  border-right: 1px solid #737373;
  margin-bottom: 2px;
  transform: rotate(135deg);
  transition-duration: .4s;
}
.c-product-list__more-btn:hover, .c-product-list__more-link-btn:hover {
  color: #ffffff;
}
.c-product-list__more-btn.is-open::after {
    margin-top: 3px;
    margin-bottom: 0;
    transform: rotate(-45deg);
}
.c-product-img .simplebar-track.simplebar-horizontal {
    width: 48px;
}
.c-product-list__productTags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.c-product-list__productTags span {
  background-color: #f2f2f2;
  padding: 8px;
}
@media screen and (max-width: 991px) {
  .fs-l-main {
    margin-bottom: 70px;
  }
}