@charset "UTF-8";
/*------------------------
  goods category
------------------------*/
.goods_category {
  margin-bottom: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .goods_category {
    margin-bottom: 6.6875rem;
  }
}
.goods_category .goods_category_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5625rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .goods_category .goods_category_list {
    gap: 1.25rem 1.875rem;
  }
}
.goods_category .goods_category_list .active a {
  background-color: #FFF;
  color: #000;
}
.goods_category .goods_category_list a {
  border: 1px solid #FFF;
  color: #FFF;
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 0.3125rem 1.125rem;
  text-align: center;
}

/*------------------------
  goods list
------------------------*/
.goods_tab {
  display: none;
}

.sec-goods .goods_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
  }
}
.sec-goods .goods_box a {
  border-top: 0.25rem solid #CDCECE;
  border-bottom: 0.25rem solid #CDCECE;
  color: #fff;
  display: block;
  height: 100%;
  position: relative;
  padding: 3rem 1.5625rem 2.1875rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_box a {
    padding: 3.3125rem 1.5625rem 0.9375rem;
  }
}
.sec-goods .goods_box a::before {
  content: "";
  border-top: 1px solid #CDCECE;
  border-bottom: 1px solid #CDCECE;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.3125rem;
  bottom: 0.3125rem;
  z-index: -1;
}
.sec-goods .goods_box a::after {
  content: "";
  background: linear-gradient(to bottom, #858585 0%, #838383 40%, #7c7c7c 55%, #6f6f6f 65%, #5e5e5e 73%, #484848 87%, #2c2c2c 96%, #262626 100%);
  opacity: 0.47;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.sec-goods figure.goods_img {
  aspect-ratio: 250/195;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.8125rem;
}
.sec-goods figure.goods_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sec-goods figure.goods_img img.watermark_img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-goods figure.goods_img.warter_on .watermark_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-goods .goods_desc .goods_ttl {
  width: 100%;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_desc .goods_ttl {
    font-size: 1rem;
  }
}
.sec-goods .goods_desc .goods_price {
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_desc .goods_price {
    font-size: 0.875rem;
  }
}
.sec-goods .goods_desc .goods_price .taxin_text {
  font-size: 1em;
}
.sec-goods .goods_desc .goods_purchase_limit {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_desc .goods_purchase_limit {
    font-size: 0.875rem;
  }
}
.sec-goods .goods_desc .goods_disc {
  display: none;
}
.sec-goods .goods_desc .goods_icon_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}
.sec-goods .goods_notes {
  font-size: 0.625rem;
  line-height: 1.375rem;
  letter-spacing: 1px;
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.goods_icon {
  background-color: #FFF;
  margin-right: 0.5rem;
  color: #696969;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.1875rem 0.1875rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .goods_icon {
    font-size: 0.8125rem;
  }
}
.goods_icon.icon_new {
  background-color: #E60012;
  color: #FFF;
  font-size: 1.25rem;
  position: absolute;
  top: 1rem;
  left: 1.5625rem;
  padding: 0.125rem 0.25rem 0.1875rem;
}
@media screen and (min-width: 768px) {
  .goods_icon.icon_new {
    font-size: 1rem;
    top: 1.375rem;
  }
}

/*------------------------
  modal - slider
------------------------*/
.remodal-overlay {
  background-color: #000 !important;
}

.remodal-wrapper {
  padding: 2.5rem 3.75rem 0 !important;
}

.remodal {
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
}
.remodal .slick-slide.slick-active {
  color: #fff;
  position: relative;
}
.remodal .slick-slide.slick-active::after {
  content: "";
  background: linear-gradient(to bottom, #858585 0%, #838383 40%, #7c7c7c 55%, #6f6f6f 65%, #5e5e5e 73%, #484848 87%, #2c2c2c 96%, #262626 100%);
  opacity: 0.47;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.remodal .remodal-close {
  height: 1.6875rem;
  width: 1.6875rem;
  position: absolute;
  top: -2.5625rem;
  left: 0.625rem;
}
.remodal .remodal-close::before {
  content: "";
  background: url("../../images/common/btn_close.svg") no-repeat center/contain;
  height: 100%;
  width: 100%;
}
.remodal .slide_cont .slide_inner figure {
  width: 70%;
  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: 29.375rem;
  bottom: auto;
}
.remodal .slick-dots li {
  margin: 0;
}
.remodal .slick-dots li.slick-active button:before {
  color: #fff;
}
.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: calc(100% - 11rem);
  height: 25rem;
  margin: 4rem auto 0;
  aspect-ratio: 511/400;
}
@media screen and (min-width: 768px) {
  .remodal figure {
    margin-top: 4.25rem;
    width: calc(100% - 11.75rem);
  }
}
.remodal figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.remodal .goods_desc {
  margin: 4.25rem auto;
  padding: 0 3.875rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .remodal .goods_desc {
    margin-top: 4.375rem;
    padding: 0 4.125rem;
  }
}
.remodal .goods_desc .goods_ttl {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .remodal .goods_desc .goods_ttl {
    font-size: 1.125rem;
  }
}
.remodal .goods_desc .goods_price,
.remodal .goods_desc .goods_purchase_limit {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .remodal .goods_desc .goods_price,
  .remodal .goods_desc .goods_purchase_limit {
    font-size: 0.875rem;
  }
}
.remodal .goods_desc .goods_icon_box {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .remodal .goods_desc .goods_icon_box {
    margin-bottom: 0.25rem;
  }
}

/*------------------------
  カテゴリごとにリンクと見出しのスタイルを変える場合
------------------------*/
.goods_category .goods_category_list li.tab_1 a .text {
  background: #E60012;
}
.goods_category .goods_category_list li.tab_2 a .text {
  background: #18AEDB;
}
.goods_category .goods_category_list li.tab_3 a .text {
  background: #FFE63D;
}/*# sourceMappingURL=good.css.map */