@charset "UTF-8";
/*------------------------
  goods category
------------------------*/
.goods_category {
  background-color: #d1d1d1;
  padding: 6rem 7rem;
}
@media screen and (max-width: 767px) {
  .goods_category {
    padding: 6rem 3.6rem 1.2rem;
  }
}
@media screen and (max-width: 576px) {
  .goods_category {
    padding: 3.6rem 2rem 1rem;
  }
}
.goods_category h3 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 3rem;
  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: 2rem;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.goods_category .goods_category_list {
  max-width: 75rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .goods_category .goods_category_list {
    max-width: 60rem;
    margin: 0 auto;
  }
}
.goods_category .goods_category_list li {
  margin: 0 1.2rem;
}
.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: 4rem;
}
@media screen and (max-width: 576px) {
  .goods_category .goods_category_list li a:not(:last-child) {
    margin-right: 2.4rem;
  }
}
.goods_category .goods_category_list li a .text {
  z-index: 2;
  display: inline-block;
  font-size: 1.4rem;
  background: #FFF;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: center;
  border-radius: 3rem;
  padding: 0.4rem 2.4rem;
  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: 1.2rem;
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 576px) {
  .goods_category .goods_category_list li a .text {
    min-width: 6.4rem;
    font-size: 1rem;
    line-height: 2rem;
    padding: 0 0.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-goods-lst li {
    margin: 0.5rem 0;
  }
  .p-goods-lst a {
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}
/*------------------------
  goods list
------------------------*/
.goods_tab:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 576px) {
  .goods_tab:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.goods_tab .goods_headline {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}
.goods_tab .goods_headline .text {
  font-size: 2rem;
  font-weight: 800;
  color: #FFF;
  background: #000;
  letter-spacing: 0.2rem;
  border-radius: 0.8rem;
  padding: 1rem 8rem;
}
@media screen and (max-width: 767px) {
  .goods_tab .goods_headline .text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .goods_tab .goods_headline .text {
    font-size: 1.4rem;
    padding: 0.8rem 1.8rem 0.8rem 6rem;
    margin-left: -5rem;
  }
}

.sec-goods .goods_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 1.7rem;
}
.sec-goods .goods_box {
  position: relative;
}
.sec-goods .goods_box a {
  display: block;
}
.sec-goods figure.goods_img {
  background-color: #fff;
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .sec-goods figure.goods_img {
    margin-bottom: 1rem;
  }
}
.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::before, .sec-goods .goods_desc::after {
  display: block;
  height: 3px;
  width: 100%;
  background: url("../../images/common/bg_symbol_04.png") repeat-x;
  background-size: 3px 2px;
  content: "";
}
.sec-goods .goods_desc::before {
  margin-bottom: 0.5rem;
}
.sec-goods .goods_desc::after {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_desc::after {
    margin-top: 0.7rem;
  }
}
.sec-goods .goods_desc .goods_ttl {
  margin-bottom: 0.5rem;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_desc .goods_ttl {
    font-size: 1.4rem;
  }
}
.sec-goods .goods_desc .goods_price {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_desc .goods_price {
    font-size: 1.2rem;
  }
}
.sec-goods .goods_desc .goods_price .taxin_text {
  font-size: 1rem;
}
.sec-goods .goods_desc .goods_purchase_limit {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .sec-goods .goods_desc .goods_purchase_limit {
    font-size: 1rem;
  }
}
.sec-goods .goods_desc .goods_disc {
  display: none;
}
.sec-goods .goods_desc .goods_icon_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
.sec-goods .goods_notes {
  font-size: 1rem;
  line-height: 2.2rem;
  letter-spacing: 1px;
  max-width: 112rem;
  margin: 0 auto;
  padding: 0 2.4rem;
}

.goods_icon.icon_soldout, .goods_icon.icon_arrival, .goods_icon.icon_restock, .goods_icon.icon_stock, .goods_icon.icon_order, .goods_icon.icon_box, .goods_icon.icon_random {
  display: inline-flex;
  padding: 0.05rem 0.4rem;
  color: #ae9b71;
  border: 1px solid #ae9b71;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .goods_icon.icon_soldout, .goods_icon.icon_arrival, .goods_icon.icon_restock, .goods_icon.icon_stock, .goods_icon.icon_order, .goods_icon.icon_box, .goods_icon.icon_random {
    padding: 0 0.6rem;
  }
}

.goods_icon {
  margin-right: 0.8rem;
  color: #FFF;
  font-size: 1.1rem;
  padding: 0 0.4rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .goods_icon {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 0.2rem;
  }
}
.goods_icon.icon_new {
  background-color: #CE4343;
  color: #FFF;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  padding: 0.2rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .sec-goods .goods_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.8rem;
  }
}
/*------------------------
  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: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  left: 0;
  top: -3.5rem;
  color: #FFF;
}
.remodal .remodal-close::before {
  width: 100%;
  height: 100%;
  font-size: 5rem;
  line-height: 3.5rem;
  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: 44rem;
  bottom: auto;
}
.remodal .slick-dots li {
  margin: 0;
}
.remodal .slick-dots li button {
  padding: 0;
}
.remodal .slide-arrow {
  position: absolute;
  z-index: 10;
  top: 18.5rem;
  bottom: auto;
  width: 3rem;
  cursor: pointer;
}
.remodal .slide-arrow.prev-arrow {
  left: 3rem;
}
.remodal .slide-arrow.next-arrow {
  right: 3rem;
}
.remodal figure {
  width: 80%;
  height: 40rem;
  margin: 4rem 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: 4rem auto;
  text-align: left;
}
.remodal .goods_desc .goods_moda_ttl {
  margin: 0;
  font-size: 1.8rem;
}
.remodal .goods_desc .goods_moda_price {
  font-size: 1.4rem;
}
.remodal .goods_desc .goods_moda_price::after {
  content: "（税込）";
}
.remodal .goods_desc .goods_moda_purchase_limit {
  font-size: 1.4rem;
}
.remodal .goods_desc .goods_icon_box {
  margin-bottom: 0.4rem;
}
.remodal .goods_desc .goods_moda_disc {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .remodal {
    padding: 0 !important;
    margin: 0 !important;
  }
  .remodal .remodal-close {
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    cursor: pointer;
    left: 0;
    top: -3.5rem;
    color: #FFF;
  }
  .remodal .remodal-close::before {
    width: 100%;
    height: 100%;
    font-size: 5rem;
    line-height: 3.5rem;
    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: 21rem;
  }
  .remodal .slick-dots li {
    margin: 0;
  }
  .remodal .slick-dots li button {
    padding: 0;
  }
  .remodal .slide-arrow {
    position: absolute;
    z-index: 10;
    top: 18rem;
    bottom: auto;
    width: 3rem;
    cursor: pointer;
  }
  .remodal .slide-arrow.prev-arrow {
    left: 1rem;
  }
  .remodal .slide-arrow.next-arrow {
    right: 1rem;
  }
  .remodal figure {
    width: 70%;
    height: 30rem;
    margin: 3rem auto 0;
  }
  .remodal .goods_desc {
    width: 100%;
    margin: 4rem auto;
    padding: 0 2.5rem;
  }
  .remodal .goods_desc .goods_moda_ttl {
    font-size: 1.5rem;
  }
  .remodal .goods_desc .goods_moda_price {
    font-size: 1.3rem;
  }
  .remodal .goods_desc .goods_moda_purchase_limit {
    font-size: 1.3rem;
  }
  .remodal .goods_desc .goods_icon_box {
    margin-bottom: 0.4rem;
  }
  .remodal .goods_desc .goods_icon_box .goods_icon {
    font-size: 1.1rem;
    padding: 0 0.4rem;
  }
}
/*------------------------
  カテゴリごとにリンクと見出しのスタイルを変える場合
------------------------*/
.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 {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .goods_memo {
    margin-top: 4rem;
  }
}
.goods_memo li {
  margin-bottom: 0.1rem;
  font-size: 1rem;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .goods_memo li {
    margin-bottom: 1rem;
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=good.css.map */