@charset "UTF-8";
/*------------------------
  goods category
------------------------*/
.goods_category {
  background-color: #d1d1d1;
  padding: 3.75rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .goods_category {
    padding: 3.75rem 2.25rem 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .goods_category {
    padding: 2.25rem 1.25rem 0.625rem;
  }
}
.goods_category h3 {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 1.875rem;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 576px) {
  .goods_category h3 {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 1.875rem;
  }
}
.goods_category .goods_category_list {
  max-width: 46.875rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .goods_category .goods_category_list {
    max-width: 37.5rem;
    margin: 0 auto;
  }
}
.goods_category .goods_category_list li {
  margin: 0 0.75rem;
}
.goods_category .goods_category_list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.goods_category .goods_category_list li a:not(:last-child) {
  margin-right: 2.5rem;
}
@media screen and (max-width: 576px) {
  .goods_category .goods_category_list li a:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.goods_category .goods_category_list li a .text {
  z-index: 2;
  display: inline-block;
  font-size: 0.875rem;
  background: #FFF;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-align: center;
  border-radius: 1.875rem;
  padding: 0.25rem 1.5rem;
  word-break: keep-all;
  white-space: nowrap;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .goods_category .goods_category_list li a .text {
    font-size: 0.75rem;
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .goods_category .goods_category_list li a .text {
    min-width: 4rem;
    font-size: 0.625rem;
    line-height: 1.25rem;
    padding: 0 0.25rem;
  }
}

@media screen and (max-width: 1000px) {
  .p-goods-lst li {
    margin: 0.3125rem 0;
  }
  .p-goods-lst a {
    padding: 0 0.625rem;
    font-size: 0.875rem;
  }
}
/*------------------------
  goods list
------------------------*/
.goods_tab:not(:last-child) {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 576px) {
  .goods_tab:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.goods_tab .goods_headline {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.goods_tab .goods_headline .text {
  font-size: 1.25rem;
  font-weight: 800;
  color: #FFF;
  background: #000;
  letter-spacing: 0.125rem;
  border-radius: 0.5rem;
  padding: 0.625rem 5rem;
}
@media screen and (max-width: 767px) {
  .goods_tab .goods_headline .text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .goods_tab .goods_headline .text {
    font-size: 0.875rem;
    padding: 0.5rem 1.125rem 0.5rem 3.75rem;
    margin-left: -3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-title.sec-title--goods .sub {
    padding-right: 2.8125rem;
  }
  .sec-title.sec-title--goods .main {
    padding-bottom: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .sec-goods .ly-wrapper {
    max-width: 62.5rem;
  }
}
.sec-goods .goods_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.0625rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.sec-goods .goods_box {
  position: relative;
}
.sec-goods .goods_box a {
  border: 1px solid #000;
  display: block;
  height: 100%;
  width: 100%;
  color: #000;
  text-decoration: none;
  padding: 0.75rem;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_box a {
    padding: 1.5rem;
  }
}
.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: cover;
     object-fit: cover;
  -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.875rem;
  font-weight: 700;
  line-height: 1.38;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_desc .goods_ttl {
    font-size: 1rem;
  }
}
.sec-goods .goods_desc .goods_price,
.sec-goods .goods_desc .goods_purchase_limit {
  color: #607679;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.38;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_desc .goods_price,
  .sec-goods .goods_desc .goods_purchase_limit {
    font-size: 0.8125rem;
  }
}
.sec-goods .goods_desc .goods_price {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_desc .goods_price {
    margin-top: 1.25rem;
  }
}
.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.3125rem;
  margin-bottom: 0.625rem;
}
.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: #cadada;
  border: 1px solid #000;
  border-radius: 3.125rem;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  min-width: 2.5rem;
  padding: 0.1875rem 0.5625rem 0.25rem;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .goods_icon {
    font-size: 0.9375rem;
    min-width: 3.75rem;
  }
}
.goods_icon.icon_new {
  background-color: #eb997a;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .goods_icon.icon_new {
    top: 0.625rem;
    left: 0.625rem;
  }
}

/*------------------------
  modal - slider
------------------------*/
.remodal-wrapper {
  padding: 2.5rem 0.625rem !important;
}

.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%;
  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: 19.5rem;
  bottom: auto;
}
@media screen and (min-width: 768px) {
  .remodal .slick-dots {
    top: 27.5rem;
  }
}
.remodal .slick-dots li {
  margin: 0 0.4375rem;
  height: auto;
  width: auto;
}
.remodal .slick-dots li.slick-active button {
  background: #000;
}
.remodal .slick-dots li button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  background: #bfbfbf;
  border-radius: 50%;
  padding: 0;
  height: 0.375rem;
  width: 0.375rem;
}
.remodal .slick-dots li button::before {
  display: none;
}
.remodal .slide-arrow {
  position: absolute;
  z-index: 10;
  top: 10.0625rem;
  bottom: auto;
  width: 1.6875rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .remodal .slide-arrow {
    top: 14.0625rem;
    width: 1.875rem;
  }
}
.remodal .slide-arrow.prev-arrow {
  left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .remodal .slide-arrow.prev-arrow {
    left: 1.875rem;
  }
}
.remodal .slide-arrow.next-arrow {
  right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .remodal .slide-arrow.next-arrow {
    right: 1.875rem;
  }
}
.remodal figure {
  width: 100%;
  height: 17rem;
  margin: 2rem auto 0;
  padding: 0 3.0625rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .remodal figure {
    height: 25rem;
    margin-top: 2.5rem;
    padding: 0 4.375rem;
  }
}
.remodal figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.remodal .goods_desc {
  padding: 0 1.4375rem;
  margin: 3.375rem 0 4.6875rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .remodal .goods_desc {
    margin: 2.875rem auto 3.125rem;
    padding: 0;
    width: 80%;
  }
}
.remodal .goods_desc .goods_ttl {
  margin: 0 0 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .remodal .goods_desc .goods_ttl {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
.remodal .goods_desc .goods_price .taxin_text {
  font-size: 1em;
}
.remodal .goods_desc .goods_price,
.remodal .goods_desc .goods_purchase_limit {
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .remodal .goods_desc .goods_price,
  .remodal .goods_desc .goods_purchase_limit {
    font-size: 1rem;
  }
}
.remodal .goods_desc .goods_icon_box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .remodal .goods_desc .goods_icon_box {
    margin-bottom: 0.3125rem;
  }
}
.remodal .goods_desc .goods_disc {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .remodal .goods_desc .goods_disc {
    font-size: 0.8125rem;
    margin-top: 0.3125rem;
  }
}
.remodal .goods_desc .goods_icon.icon_new {
  left: 1.5rem;
  top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .remodal .goods_desc .goods_icon.icon_new {
    left: 3.125rem;
    top: 3.125rem;
  }
}

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

#tab_1.goods_tab .goods_headline .text {
  background: #CE4343;
}

#tab_2.goods_tab .goods_headline .text {
  background: #18AEDB;
}

#tab_3.goods_tab .goods_headline .text {
  background: #FFE63D;
}

/*------------------------
  注意事項
------------------------*/
.goods_memo {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .goods_memo {
    font-size: 0.6875rem;
    line-height: 2;
    margin-top: 3.75rem;
  }
}/*# sourceMappingURL=good.css.map */