body {
  background-color: #000;
}

#body {
  padding-top: 8px;
}

#main {
  background-color: #fff;
  padding: 0 0 90px;
}
#main hr {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.pageWidth {
  padding: 0 100px;
}

.button-addToCard {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  width: 100%;
  max-width: 243px;
  font-size: 12px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  letter-spacing: 0.03em;
  -webkit-transition: 0.3s color linear, 0.3s background-color linear;
  transition: 0.3s color linear, 0.3s background-color linear;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.2;
}
.button-addToCard:hover {
  color: #000;
  background-color: #fff;
}

.moreBtn {
  border: 1px solid #000;
  font-size: 12px;
  letter-spacing: 0.03em;
  max-width: 214px;
  height: 45px;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s color linear, 0.3s background-color linear;
  transition: 0.3s color linear, 0.3s background-color linear;
}
.moreBtn::after {
  content: "";
  display: inline-block;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: translateY(-0.2em) rotate(135deg);
          transform: translateY(-0.2em) rotate(135deg);
  text-decoration: none;
  margin-left: 0.5em;
  position: absolute;
  right: 12px;
  rotate: -90deg;
  width: 0.55em;
  height: 0.55em;
}
.moreBtn:is(.productList + *) {
  margin-top: 46px;
}
.moreBtn:hover {
  background-color: #000;
  color: #fff;
}

.filterButton {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  width: 100%;
  max-width: 214px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.03em;
  position: relative;
  margin: 45px auto 0;
  cursor: pointer;
  -webkit-transition: 0.3s color linear, 0.3s background-color linear;
  transition: 0.3s color linear, 0.3s background-color linear;
}
.filterButton::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: currentColor;
  position: absolute;
  right: 11px;
  top: 50%;
  translate: 0 -50%;
  clip-path: polygon(0% calc(50% - 0.5px), calc(50% - 0.5px) calc(50% - 0.5px), calc(50% - 0.5px) 0%, calc(50% + 0.5px) 0, calc(50% + 0.5px) calc(50% - 0.5px), 100% calc(50% - 0.5px), 100% calc(50% + 0.5px), calc(50% + 0.5px) calc(50% + 0.5px), calc(50% + 0.5px) 100%, calc(50% - 0.5px) 100%, calc(50% - 0.5px) calc(50% + 0.5px), 0% calc(50% + 0.5px), 0% calc(50% - 0.5px));
}
.filterButton:hover {
  background-color: #000;
  color: #fff;
}

.h2title {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 25px;
  letter-spacing: 0.03em;
  line-height: 2;
}

.h2jatitle {
  font-size: 19px;
  letter-spacing: 0.07em;
  line-height: 2;
}

.mainVisual {
  width: auto;
}

.pageTitle {
  padding-top: 60px;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 40px;
  letter-spacing: 0.03em;
}

.pageCopy {
  padding: 13px 0 0;
  line-height: 1.8;
  letter-spacing: 0.07em;
}

.pickUp {
  padding-top: 55px;
}

.productList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 74px 1fr 74px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 47px 54px;
  padding-top: 15px;
}

.productItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-span: 4;
  grid-row: span 4;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  gap: 0;
}
.productItem__img {
  margin: 0 -15px;
}
.productItem__img img {
  width: 100%;
}
.productItem__name {
  font-family: "HelveticaNeueLTStd-Th";
  line-height: 1.3333333333;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 10px;
}
.productItem__name a {
  text-decoration: none;
}
.productItem__ja {
  letter-spacing: 0.01em;
  font-size: 13px;
  line-height: 1.5;
  padding-top: 10px;
}
.productItem__ja a {
  text-decoration: none;
}
.productItem__ja:is(.productItem:has(.productItem__name) *) {
  font-size: 12px;
}
.productItem__price {
  padding-top: 12px;
  font-size: 12px;
  letter-spacing: 0.01em;
}
.productItem__btn {
  padding-top: 19px;
}
.productItem__detail {
  padding-top: 18px;
  text-align: center;
  font-size: 12px;
}

.giftSet {
  padding-top: 100px;
}

.bestSeller {
  padding-top: 100px;
}
.bestSeller__rank {
  margin-top: 30px;
  --color-black: #000;
  --color-light-grey: #e5e5e5;
}
.bestSeller__notes {
  margin-top: 80px;
}
.bestSeller__notes li {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.375;
}
.bestSeller__notes li + li {
  margin-top: 6.2px;
}

.giftWrap {
  padding-top: 40px;
}
.giftWrap__img {
  text-align: center;
  margin-bottom: -2px;
}
.giftWrap__img img {
  width: 420px;
}
.giftWrap__txt {
  padding-top: 12px;
  font-size: 13.5px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.giftWrap__btn {
  margin-top: 20px;
}

.engraving {
  padding-top: 62px;
  max-width: 1080px;
}
.engraving__txt {
  padding-top: 12px;
  font-size: 13.5px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.engraving__notes {
  margin-top: 22px;
  font-size: 12px;
  letter-spacing: 0.07em;
}
.engraving__btn {
  margin-top: 27px;
}

.filterModal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  inset: 0;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 50px 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}
.filterModal.is-open {
  visibility: visible;
  opacity: 1;
}
.filterModal::-webkit-scrollbar {
  display: none;
}
.filterModal__container {
  background-color: #fff;
  border: 1px solid #000;
  max-width: 660px;
  margin-inline: auto;
}
.filterModal__hdr {
  background-color: #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
}
.filterModal__ttl {
  color: #fff;
  font-size: 14px;
}
.filterModal__close {
  position: absolute;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: none;
  top: 50%;
  translate: 0 -50%;
  right: 10px;
  rotate: 45deg;
  cursor: pointer;
}
.filterModal__close::before, .filterModal__close::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
}
.filterModal__close::after {
  rotate: 90deg;
}
.filterModal__main {
  padding: 25px 30px;
}
.filterModal__subttl {
  background-color: #e5e5e5;
  font-size: 13px;
  padding: 10px 6px 8px;
}
.filterModal__subttl:not(:first-child) {
  margin-top: 26px;
}
.filterModal__link {
  display: block;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0 14px;
  letter-spacing: 0.03em;
}
.filterModal__link:hover {
  text-decoration: underline;
}
.filterModal__btn {
  margin-top: 40px;
}
.filterModal__btn .button-addToCard {
  margin-inline: auto;
}

/* ADD */
.bestSeller__rank .home-seller-card {
  display: block;
  position: relative;
  padding: 0 7px;
  border: 1px solid var(--color-light-grey);
  color: var(--color-black);
  text-decoration: none;
}
.bestSeller__rank .home-seller-card__inner {
  padding: 16px 13px 15px;
}
.bestSeller__rank .home-seller-card__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--color-black);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-family: "HelveticaNeueLTStd-Th", "HelveticaNeueLTStd-Lt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", "Hiragino Sans", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
.bestSeller__rank .home-seller-card__name {
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0;
}
.bestSeller__rank .home-seller-card__copy {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.3846153846;
  letter-spacing: 0;
}
.bestSeller__rank .home-seller-card__price {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0;
}
.bestSeller__rank .home-sellerSlider .slick-slide {
  padding: 0 10px;
}
.bestSeller__rank .home-sellerSlider .slick-arrow {
  width: 35px;
  height: 35px;
  border-top: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
}
.bestSeller__rank .home-sellerSlider .slick-arrow.slick-disabled {
  border-top: 1px solid var(--color-light-grey);
  border-right: 1px solid var(--color-light-grey);
}
.bestSeller__rank .home-sellerSlider.commonSlide .slick-prev {
  top: 50%;
  left: -28px;
}
.bestSeller__rank .home-sellerSlider.commonSlide .slick-next {
  top: 50%;
  right: -28px;
}
.bestSeller__rank .home-sellerSlider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  gap: 20px;
}
.bestSeller__rank .home-sellerSlider:not(.slick-slider) > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 60px) / 3);
          flex: 0 0 calc((100% - 60px) / 3);
}