@charset "UTF-8";
.sec-goods {
  background: #FFF;
}

/*------------------------
  goods category
------------------------*/
.p-goods-lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-width: 0 0.0625rem 0 0;
}
.p-goods-lst li {
  border: solid #050505;
  border-width: 0 0 0 0.0625rem;
}
.p-goods-lst li:last-child {
  border-width: 0 0.0625rem;
}
.p-goods-lst a {
  display: block;
  padding: 0 0.9375rem;
}

@media screen and (max-width: 768px) {
  .p-goods-lst li {
    margin: 0.3125rem 0;
  }
  .p-goods-lst a {
    padding: 0 0.625rem;
    font-size: 0.875rem;
  }
}
/*------------------------
  goods list
------------------------*/
.sec-goods .p-goods-wrap__ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  margin-top: 3.125rem;
  background-color: #050505;
  color: #FFF;
  width: calc(100% - 3rem);
  font-family: "Arial", sans-serif;
  font-weight: bold;
  transform-origin: center left;
  display: none;
}
.sec-goods #tab_10 .p-goods-wrap__ttl {
  display: block;
}
.sec-goods ul.d-flex {
  margin: -1.5rem auto 1.5rem;
  flex-wrap: wrap;
  max-width: 70rem;
}
.sec-goods .goods_box {
  width: 33.333%;
  font-size: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.5rem;
}
.sec-goods .goods_box a {
  display: block;
  height: 100%;
  width: 100%;
  color: #050505;
  text-decoration: none;
  background: #FFF;
  border: 0.25rem solid #050505;
}
.sec-goods .goods_img {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.75rem;
}
.sec-goods .goods_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sec-goods .goods_img img.watermark_img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-goods .goods_img.warter_on .watermark_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-goods .goods_desc {
  padding: 0 1.875rem 1.25rem;
}
.sec-goods .goods_desc .goods_ttl {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0625rem;
}
.sec-goods .goods_desc .goods_price {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  color: #F44D40;
  font-weight: 700;
  letter-spacing: 0.0625rem;
}
.sec-goods .goods_desc .goods_price .taxin_text {
  font-size: 0.625rem;
}
.sec-goods .goods_desc .goods_purchase_limit {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}
.sec-goods .goods_desc .goods_icon_box {
  display: flex;
  flex-wrap: wrap;
}
.sec-goods .goods_desc .goods_icon_box .goods_icon {
  margin-right: 0.625rem;
}
.sec-goods .goods_desc .goods_icon_box .goods_icon img {
  height: 1.125rem;
  width: auto;
  max-width: none;
}
.sec-goods .goods_notes {
  font-size: 0.625rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  color: #FFF;
}

@media screen and (max-width: 750px) {
  .sec-goods .goods_box a {
    border: 0.125rem solid #050505;
  }
  .sec-goods .goods_desc {
    padding: 0 0.75rem 0.75rem;
  }
  .sec-goods .goods_desc .goods_ttl {
    font-size: 0.8125rem;
  }
  .sec-goods .goods_desc .goods_price {
    font-size: 0.6875rem;
  }
  .sec-goods .goods_desc .goods_purchase_limit {
    font-size: 0.8125rem;
  }
  .sec-goods .goods_notes {
    padding: 0;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-goods .p-goods-wrap__ttl {
    font-size: 1.25rem;
    line-height: 2.5rem;
    margin-bottom: 0.75rem;
    margin-top: 2.5rem;
    width: 100%;
  }
  .sec-goods ul.d-flex {
    margin: -0.5rem;
  }
  .sec-goods .goods_box {
    width: 50%;
    justify-content: space-between;
    padding: 0.5rem;
  }
  .sec-goods .goods_img {
    padding: 0.625rem;
  }
}
/*------------------------
  modal - slider
------------------------*/
.remodal {
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
}
.remodal .slick-active {
  background-color: #FFF;
}
.remodal .remodal-close {
  position: absolute;
  width: 2.1875rem;
  height: 2.1875rem;
  cursor: pointer;
  left: 0;
  top: -2.1875rem;
  color: #FFF;
}
.remodal .remodal-close::before {
  width: 100%;
  height: 100%;
  font-size: 3.125rem;
  line-height: 2.1875rem;
  text-align: left;
}
.remodal .slide_cont .slide_inner figure {
  width: 70%;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.remodal .slide_cont .slide_inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  margin: 0 auto;
}
.remodal .slick-slider {
  padding: 0;
}
.remodal .slick-slider .watermark_img {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.remodal .slick-slider.warter_on .watermark_img {
  display: block;
}
.remodal .slide {
  background: inherit;
  opacity: 0;
}
.remodal .slick-active {
  opacity: 1 !important;
}
.remodal .slick-dotted.slick-slider {
  margin: 0;
}
.remodal .slick-dots {
  top: 24.375rem;
  bottom: auto;
}
.remodal .slick-dots li {
  margin: 0;
}
.remodal .slick-dots li button {
  padding: 0;
}
.remodal .slide-arrow {
  position: absolute;
  z-index: 10;
  top: 11.5625rem;
  bottom: auto;
  width: 1.875rem;
  cursor: pointer;
}
.remodal .slide-arrow.prev-arrow {
  left: 1.875rem;
}
.remodal .slide-arrow.next-arrow {
  right: 1.875rem;
}
.remodal figure {
  width: 80%;
  height: 25rem;
  margin: 2.5rem auto 0;
  aspect-ratio: 1/1;
}
.remodal figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.remodal .goods_desc {
  width: 80%;
  margin: 2.5rem auto;
  text-align: left;
}
.remodal .goods_desc .goods_moda_ttl {
  margin: 0;
  font-size: 1.125rem;
}
.remodal .goods_desc .goods_moda_price {
  font-size: 0.875rem;
}
.remodal .goods_desc .goods_moda_price::after {
  content: "（税込）";
}
.remodal .goods_desc .goods_moda_purchase_limit {
  font-size: 0.875rem;
}
.remodal .goods_desc .goods_icon_box img {
  width: auto;
  height: 1.125rem;
}
.remodal .goods_desc .goods_moda_disc {
  font-size: 0.8125rem;
}

@media screen and (max-width: 768px) {
  .remodal {
    padding: 0 !important;
    margin: 0 !important;
  }
  .remodal .remodal-close {
    position: absolute;
    width: 2.1875rem;
    height: 2.1875rem;
    cursor: pointer;
    left: 0;
    top: -2.1875rem;
    color: #FFF;
  }
  .remodal .remodal-close::before {
    width: 100%;
    height: 100%;
    font-size: 3.125rem;
    line-height: 2.1875rem;
    text-align: left;
  }
  .remodal .slide_cont .slide_inner figure {
    width: 70%;
    margin: 0 auto;
    aspect-ratio: 1/1;
  }
  .remodal .slide_cont .slide_inner figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: block;
    margin: 0 auto;
  }
  .remodal .slick-slider {
    padding: 0;
  }
  .remodal .slick-slider .watermark_img {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .remodal .slick-slider.warter_on .watermark_img {
    display: block;
  }
  .remodal .slide {
    background: inherit;
    opacity: 0;
  }
  .remodal .slick-dots {
    top: 20rem;
  }
  .remodal .slick-dots li {
    margin: 0;
  }
  .remodal .slick-dots li button {
    padding: 0;
  }
  .remodal .slide-arrow {
    position: absolute;
    z-index: 10;
    top: 11.25rem;
    bottom: auto;
    width: 1.875rem;
    cursor: pointer;
  }
  .remodal .slide-arrow.prev-arrow {
    left: 0.625rem;
  }
  .remodal .slide-arrow.next-arrow {
    right: 0.625rem;
  }
  .remodal figure {
    width: 70%;
    height: 18.75rem;
    margin: 1.875rem auto 0;
  }
  .remodal .goods_desc {
    width: 100%;
    margin: 2.5rem auto;
    padding: 0 1.5625rem;
  }
  .remodal .goods_desc .goods_moda_ttl {
    font-size: 0.9375rem;
  }
  .remodal .goods_desc .goods_moda_price {
    font-size: 0.8125rem;
  }
  .remodal .goods_desc .goods_moda_purchase_limit {
    font-size: 0.8125rem;
  }
  .remodal .goods_desc .goods_icon_box img {
    width: auto;
    height: 0.9375rem;
  }
}/*# sourceMappingURL=good.css.map */