@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 1.25rem 0;
}
@media screen and (max-width: 576px) {
  .goods_category .goods_category_list li {
    margin: 0 1.25rem 2.875rem;
  }
}
.goods_category .goods_category_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  bottom: -1rem;
  display: inline-block;
  min-width: 6.25rem;
  font-size: 0.875rem;
  background: #FFF;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-align: center;
  border-radius: 1.875rem;
  padding: 0 0.25rem 0.125rem;
  line-height: 1.875rem;
  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 0rem;
  }
}
@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 0;
  }
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  }
}

.sec-goods .goods_list {
  display: grid;
  gap: 1.875rem 2.4375rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.125rem 2.25rem;
  }
}
.sec-goods .goods_box a {
  display: block;
  color: #000;
  background-color: #fff;
  border-radius: 3.125rem;
  height: 100%;
  padding: 1.75rem 1.8125rem 1.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_box a {
    padding: 1.5625rem 1.625rem 1.375rem;
  }
}
.sec-goods figure.goods_img {
  margin-bottom: 0.5625rem;
}
.sec-goods figure.goods_img img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-goods figure.goods_img.warter_on .watermark_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-goods .goods_desc .goods_ttl {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0.125rem;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_desc .goods_ttl {
    font-size: 1rem;
  }
}
.sec-goods .goods_desc .goods_price {
  color: #dd4d1b;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sec-goods .goods_desc .goods_price {
    font-size: 0.8125rem;
  }
}
.sec-goods .goods_desc .goods_price .taxin_text {
  font-size: 0.8em;
}
.sec-goods .goods_desc .goods_purchase_limit {
  font-size: 0.75rem;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .sec-goods .goods_desc .goods_purchase_limit {
    font-size: 1.25rem;
    margin-top: 0rem;
  }
}
.sec-goods .goods_desc .goods_disc {
  display: none;
}
.sec-goods .goods_desc .goods_icon_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3125rem;
  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.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 {
  border: 0.125rem solid #000;
  border-radius: 1.25rem;
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.3125rem 0.875rem;
}
@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 {
    border-width: 1px;
    font-size: 0.6875rem;
    padding: 0.3125rem 0.625rem;
  }
}

.goods_icon {
  color: #FFF;
  font-size: 0.6875rem;
  padding: 0 0.25rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .goods_icon {
    font-size: 0.625rem;
    line-height: 1.5;
    padding: 0 0.125rem;
  }
}
.goods_icon.icon_new {
  background-color: #dd4d1b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.0625rem;
  width: 4.0625rem;
  color: #fff;
  font-family: var(--font-en);
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-indent: 0.3125rem;
  padding-left: 0.1875rem;
  position: absolute;
  top: -0.6875rem;
  left: -1rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .goods_icon.icon_new {
    font-size: 1.125rem;
    height: 3.5625rem;
    width: 3.5625rem;
    top: -0.3125rem;
    left: -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%;
  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%;
  -webkit-transform: translateX(-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: 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;
  color: #dd4d1b;
}
.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 {
  margin-bottom: 0.25rem;
}
.remodal .goods_desc .goods_moda_disc {
  font-size: 0.8125rem;
}
.remodal .goods_desc .goods_icon.icon_new {
  top: 2.5rem;
  left: calc(10% - 1.25rem);
}

@media screen and (max-width: 1000px) {
  .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%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .remodal .slick-slider.warter_on .watermark_img {
    display: block;
  }
  .remodal .slide {
    background: inherit;
    opacity: 0;
  }
  .remodal .slick-dots {
    top: 24rem;
  }
  .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: 3.75rem auto 0;
  }
  .remodal .goods_desc {
    width: 100%;
    margin: 5rem auto;
    padding: 0 3.125rem;
  }
  .remodal .goods_desc .goods_moda_ttl {
    font-size: 1.875rem;
  }
  .remodal .goods_desc .goods_moda_price {
    font-size: 1.625rem;
  }
  .remodal .goods_desc .goods_moda_purchase_limit {
    font-size: 1.625rem;
  }
  .remodal .goods_desc .goods_icon_box {
    margin-bottom: 0.5rem;
  }
  .remodal .goods_desc .goods_icon_box .goods_icon {
    font-size: 1.375rem;
    padding: 0 0.5rem;
  }
  .remodal .goods_desc .goods_moda_disc {
    font-size: 1.625rem;
  }
}
.goods_memo {
  font-size: 0.6875rem;
  margin-top: 0.625rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .goods_memo {
    font-size: 0.625rem;
    margin-top: 0.625rem;
    line-height: 2;
  }
}

.goods_contents_title {
  font-size: 1.875rem;
  font-weight: 800;
  text-align: center;
  color: #18AEDB;
  margin-top: -3.5rem;
  margin-bottom: 3.25rem;
}
@media screen and (max-width: 767px) {
  .goods_contents_title {
    font-size: 1.5rem;
    margin-bottom: 2.25rem;
    margin-top: -2.25rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .goods_contents_title {
    font-size: 1.375rem;
    margin-bottom: 2.25rem;
    margin-top: -1rem;
    line-height: 2.5rem;
  }
}
.goods_contents_title br.sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .goods_contents_title br.sp {
    display: block;
  }
}
.goods_contents_title span {
  display: block;
  font-size: 0.875rem;
  color: gray;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .goods_contents_title span {
    font-size: 0.75rem;
    line-height: 1.8;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .goods_contents_title span {
    font-size: 0.625rem;
    line-height: 1.6;
  }
}

.goods-note {
  font-family: var(--font-mplus);
  font-size: 1.25rem;
  line-height: 2.196;
  margin-top: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .goods-note {
    font-size: 0.625rem;
    margin-top: 3.75rem;
  }
}