@charset "UTF-8";
/*------------------------
  goods list
------------------------*/
@media screen and (min-width: 768px) {
  .sec-goods .ly-wrapper {
    max-width: 87.75rem;
  }
}
.sec-goods .goods_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
  }
}
.sec-goods .goods_box {
  position: relative;
}
.sec-goods .goods_box a {
  background: radial-gradient(ellipse 35% 28% at 88% 45%, rgba(218, 212, 252, 0.75), transparent 75%), radial-gradient(ellipse 60% 45% at 100% 100%, rgba(255, 255, 255, 0.3), transparent 70%), #e4e3ea;
  display: block;
  height: 100%;
  width: 100%;
  color: #000;
  text-decoration: none;
  padding: 2.625rem 1.625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_box a {
    padding: 3.3125rem 2.5rem 1.25rem;
  }
}
.sec-goods figure.goods_img {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.875rem;
}
.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: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec-goods .goods_desc .goods_ttl {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-goods .goods_desc .goods_ttl {
    font-size: 1.4rem;
  }
}
.sec-goods .goods_desc .goods_price,
.sec-goods .goods_desc .goods_purchase_limit {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec-goods .goods_desc .goods_price,
  .sec-goods .goods_desc .goods_purchase_limit {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-goods .goods_desc .goods_price,
  .sec-goods .goods_desc .goods_purchase_limit {
    font-size: 1.25rem;
  }
}
.sec-goods .goods_desc .goods_price {
  color: #3d7dd7;
}
.sec-goods .goods_desc .goods_price .taxin_text {
  font-size: 1em;
}
.sec-goods .goods_desc .goods_disc {
  display: none;
}
.sec-goods .goods_desc .goods_icon_box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_desc .goods_icon_box {
    gap: 0.3125rem;
  }
}
.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;
  border: 1px solid #000;
  color: #000;
  font-size: 0.75rem;
  padding: 0.0625rem 0.625rem;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .goods_icon {
    font-size: 1.125rem;
  }
}
.goods_icon.icon_new {
  border: 0;
  background-color: transparent;
  color: transparent;
  font-size: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .goods_icon.icon_new {
    top: 1.125rem;
  }
}
.goods_icon.icon_new::after {
  content: "";
  background: url("../../images/common/text_new.svg") no-repeat center/contain;
  aspect-ratio: 76/20;
  width: 3.875rem;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .goods_icon.icon_new::after {
    width: 4.75rem;
  }
}

/*------------------------
  modal - slider
------------------------*/
.remodal-overlay {
  background: #FFF url("../../images/common/bg.png") repeat center !important;
}

.remodal-wrapper {
  padding: 4.375rem 1.875rem 1.875rem !important;
}

.remodal {
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
}
.remodal .slick-slide.slick-active {
  background: radial-gradient(ellipse 35% 28% at 88% 45%, rgba(218, 212, 252, 0.75), transparent 75%), radial-gradient(ellipse 60% 45% at 100% 100%, rgba(255, 255, 255, 0.3), transparent 70%), #e4e3ea;
}
.remodal .remodal-close {
  background: url("../../images/common/icon_close.svg") no-repeat center/contain;
  position: absolute;
  left: 0.625rem;
  top: -3.25rem;
  height: 2.5rem;
  width: 2.5rem;
}
.remodal .remodal-close::before, .remodal .remodal-close::after {
  display: none;
}
.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: 27.5rem;
  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: calc(100% - 6.25rem);
  height: 25rem;
  margin: 3.125rem auto 0;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1000px) {
  .remodal figure {
    height: 18.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 {
  width: calc(100% - 6.25rem);
  margin: 2.3125rem auto 1.875rem;
  text-align: left;
}
.remodal .goods_desc .goods_ttl {
  margin: 0;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 576px) {
  .remodal .goods_desc .goods_ttl {
    font-size: 1.25rem;
  }
}
.remodal .goods_desc .goods_price,
.remodal .goods_desc .goods_purchase_limit {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .remodal .goods_desc .goods_price,
  .remodal .goods_desc .goods_purchase_limit {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .remodal .goods_desc .goods_price,
  .remodal .goods_desc .goods_purchase_limit {
    font-size: 1.25rem;
  }
}
.remodal .goods_desc .goods_price {
  color: #3d7dd7;
}
.remodal .goods_desc .goods_price .taxin_text {
  font-size: 1em;
}
.remodal .goods_desc .goods_icon_box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
.remodal .goods_desc .goods_icon {
  font-size: 0.6875rem;
}
@media screen and (max-width: 576px) {
  .remodal .goods_desc .goods_icon {
    font-size: 1.25rem;
  }
}
.remodal .goods_desc .goods_icon.icon_new {
  top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .remodal .goods_desc .goods_icon.icon_new {
    top: 1.125rem;
  }
}
.remodal .goods_desc .goods_disc {
  font-size: 0.75rem;
}
@media screen and (max-width: 576px) {
  .remodal .goods_desc .goods_disc {
    font-size: 1.25rem;
  }
}

/*------------------------
  注意事項
------------------------*/
.goods_memo {
  color: #000;
  letter-spacing: 0.025em;
  line-height: 2.1875;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .goods_memo {
    margin-top: 6.25rem;
  }
}
.goods_memo li {
  display: flex;
}
.goods_memo li::before {
  content: "●";
  flex-shrink: 0;
}/*# sourceMappingURL=good.css.map */