@charset "UTF-8";
html body div.fs-l-page main .l-pl-page__body {
  display: none;
}
html body div.fs-l-page main .pt-0 {
  padding-top: 0;
}
html body div.fs-l-page main .pickup__wrapper {
  padding-bottom: 0;
}
html body div.fs-l-page main .leather-goods p.u-text {
  text-align: initial;
}
html body div.fs-l-page main .leather-goods__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;
}
html body div.fs-l-page main .leather-goods__product-list[data-leather-goods-id] {
  padding-bottom: 5px;
}
html body div.fs-l-page main .leather-goods__product-list .no-product {
  width: 100%;
  text-align: center;
  padding: 32px 5vw;
}
html body div.fs-l-page main .leather-goods__product-item {
  width: calc(50% - 0.5px);
  position: relative;
  transition: box-shadow 0.2s ease-in-out;
}
html body div.fs-l-page main .leather-goods__product-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
html body div.fs-l-page main .leather-goods__product-link:hover {
  opacity: 1;
}
html body div.fs-l-page main .leather-goods__product-container {
  width: 100%;
  background-color: #f2f2f2;
}
html body div.fs-l-page main .leather-goods__product-img {
  width: 90%;
  position: relative;
  margin: 5% 5% 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
html body div.fs-l-page main .leather-goods__product-img::-webkit-scrollbar {
  display: none;
}
html body div.fs-l-page main .leather-goods__product-img .simplebar-content {
  display: flex;
  flex-wrap: nowrap;
}
html body div.fs-l-page main .leather-goods__product-img .simplebar-content-wrapper {
  scroll-padding-left: 0;
  scroll-snap-type: x mandatory;
}
html body div.fs-l-page main .leather-goods__product-img .simplebar-track.simplebar-horizontal {
  width: 48px;
}
html body div.fs-l-page main .leather-goods__product-img img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
  display: inline-block;
  flex: 0 0 100%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
html body div.fs-l-page main .leather-goods__product-img img.js-hover-img {
  position: static;
  opacity: 1;
}
html body div.fs-l-page main .leather-goods__product-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  padding: 16px 16px 24px;
  background: linear-gradient(0deg, #ffffff 0%, #f2f2f2 100%);
}
html body div.fs-l-page main .leather-goods__product-name {
  font-feature-settings: "palt";
}
html body div.fs-l-page main .leather-goods__product-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  font-feature-settings: "palt";
}
html body div.fs-l-page main .leather-goods__product-num::before {
  content: "¥";
  margin-right: 2px;
}
html body div.fs-l-page main .leather-goods__more {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 24px 0 0 0;
  position: relative;
}
html body div.fs-l-page main .leather-goods__more-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;
}
html body div.fs-l-page main .leather-goods__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);
}
html body div.fs-l-page main .leather-goods__more-btn:hover {
  color: #ffffff;
}
html body div.fs-l-page main .leather-goods__more-btn:hover::after {
  border-color: #ffffff;
}
html body div.fs-l-page main .leather-goods__more-btn.is-open::after {
  margin-top: 3px;
  margin-bottom: 0;
  transform: rotate(-45deg);
}
html body div.fs-l-page main .c-epilogue {
  width: 90%;
  max-width: 1440px;
  margin: auto;
  margin-top: 56px;
  padding: 64px 0 0;
}
html body div.fs-l-page main .c-epilogue p {
  max-width: 900px;
  margin: 0 auto;
  letter-spacing: 0.05em;
}

.airecommend_ctm_history_wrapper {
  display: none;
}

@media screen and (min-width: 1024px) {
  html body div.fs-l-page main .leather-goods p.u-text {
    text-align: center;
  }
  html body div.fs-l-page main .leather-goods__product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  html body div.fs-l-page main .leather-goods__product-item {
    width: 100%;
  }
  html body div.fs-l-page main .leather-goods__product-item:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
  }
  html body div.fs-l-page main .leather-goods__product-item:hover .js-hover-img {
    opacity: 1;
  }
  html body div.fs-l-page main .leather-goods__product-img {
    display: block;
    overflow: hidden;
  }
  html body div.fs-l-page main .leather-goods__product-img img {
    display: block;
  }
  html body div.fs-l-page main .leather-goods__product-img img.js-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  html body div.fs-l-page main .leather-goods__product-info {
    padding: 16px 48px 24px 16px;
  }
}/*# sourceMappingURL=style.css.map */