@charset "UTF-8";

/*------------------------
  goods page layout
------------------------*/

.p-goods-star-wrapper .ly-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 12.8125rem;
  box-sizing: border-box;
  padding-top: 0px !important;
}

@media screen and (max-width: 781px) {
  .p-goods-star-wrapper .ly-container {
    padding: 0 1.25rem;
  }
}

@media screen and (max-width: 781px) {
  .p-goods-star-wrapper {
    padding-bottom: 3.75rem;
  }
}

/*------------------------
  goods / bg-chars（ページ固有）
------------------------*/
.p-goods__char--01 {
  top: 5rem;
  left: -24rem;
  width: 53.5rem;
  height: 60.25rem;
  background-image: url(../../images/goods/image01_goods.png);
  opacity: 0.8;
}

.p-goods__char--02 {
  top: -11.875rem;
  right: -12.5rem;
  width: 56.875rem;
  height: 70.5rem;
  background-image: url(../../images/goods/image02_goods.png);
}


/*------------------------
  goods category
------------------------*/
.goods_category {
  padding: 0 4.375rem 3.75rem;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1100px) {
.goods_category {
  margin-top: -20px;

}
}


@media screen and (max-width: 767px) {
  .goods_category {
    padding: 0 2.25rem 0.75rem;
  }
}

@media screen and (max-width: 576px) {
  .goods_category {
    padding: 0 1.25rem 1.25rem;
  }
}

.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 {
  gap: 10px;
  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 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;
  display: inline-block;
  font-size: 0.875rem;
  background: #FFF;
  color: #000;
  font-weight: bold;
  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;
  transition: all 0.3s;
}

.goods_category .goods_category_list li a:hover .text,
.goods_category .goods_category_list li.active a .text {
  background: #000 !important;
  color: #FFF !important;
}

@media screen and (max-width: 781px) {
  .goods_category .goods_category_list li a .text {
    font-size: 20px;
    padding: 2px 15px;
  }
}

@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: -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: 781px) {
  .goods_tab .goods_headline .text {
    font-size: 24px;
  }
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-goods .goods_list::before,
.sec-goods .goods_list::after {
  content: "";
  height: 0;
  -webkit-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999;
  width: calc((100% - 5rem) / 3);
}

.sec-goods .goods_box {
  width: calc((100% - 5rem) / 3);
  margin-bottom: 2.5rem;
  position: relative;
}

@media screen and (max-width: 781px) {
  .sec-goods .goods_box {
    margin-bottom: 1.25rem;
  }
}

.sec-goods .goods_box a {
  display: block;
  height: 100%;
  width: 100%;
  color: #000;
  text-decoration: none;
  background: #FFF;
  border-radius: 22px;
  padding: 1.25rem;
  border: 1px solid #000;
}

@media screen and (max-width: 576px) {
  .sec-goods .goods_box a {
    border-radius: 0.75rem;
  }
}

.sec-goods figure.goods_img {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.875rem;
  padding: 10px;
}

.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: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0625rem;
}

@media screen and (max-width: 781px) {
  .sec-goods .goods_desc .goods_ttl {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 576px) {
  .sec-goods .goods_desc .goods_ttl {
    font-size: 16px !important;
  }
}

.sec-goods .goods_desc .goods_price {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
}

.sec-goods .goods_desc .goods_price .taxin_text {
  font-size: 0.625rem;
}

@media screen and (max-width: 781px) {
  .sec-goods .goods_desc .goods_price {
    font-size: 15px;
    margin-top: 0.125rem;
  }
}

@media screen and (max-width: 576px) {
  .sec-goods .goods_desc .goods_price {
    font-size: 14px !important;
  }
}

.sec-goods .goods_desc .goods_purchase_limit {
  font-size: 0.75rem;
  margin-top: 0.125rem;
}

@media screen and (max-width: 781px) {
  .sec-goods .goods_desc .goods_purchase_limit {
    font-size: 13px;
    margin-top: 0rem;
  }
}

@media screen and (max-width: 576px) {
  .sec-goods .goods_desc .goods_purchase_limit {
    font-size: 10px !important;
  }
}

.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;
  margin-bottom: 0.25rem;
  min-height: 22px;
}

.sec-goods .goods_memo {
  font-size: 0.625rem;
  line-height: 1.35;
  letter-spacing: 1px;
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  font-weight: 300;
}

/*------------------------
  goods icon
------------------------*/
.sec-goods .goods_desc {
  padding: 0px 12px 5px 12px;
}

.goods_icon {
  margin-right: 0.5rem;
  color: #FFF;
  font-size: 0.625rem;
  padding: 0.125rem 0.375rem;
  display: inline-block;
}

@media screen and (max-width: 781px) {
  .goods_icon {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

.goods_icon.icon_new {
  background-color: #FF2EAE;
  color: #FFF;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 0px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 2.88px;
  border-radius: 8px;
}

.goods_icon.icon_random {
  background-color: #000;
  border-radius: 50px;
}

.goods_icon.icon_box {
  background-color: #000;
  border-radius: 50px;
}

.goods_icon.icon_order {
  border: 0.0625rem solid #000;
  color: #000;
}

.goods_icon.icon_stock {
  border: 0.0625rem solid #000;
  color: #000;
}

.goods_icon.icon_restock {
  border: 0.0625rem solid #000;
  color: #000;
}

.goods_icon.icon_arrival {
  border: 0.0625rem solid #000;
  color: #000;
}

.goods_icon.icon_soldout {
  border: 0.0625rem solid #000;
  color: #000;
}

@media screen and (max-width: 781px) {

  .sec-goods .goods_list::before,
  .sec-goods .goods_list::after {
    width: calc((100% - 1.25rem) / 2);
  }

  .sec-goods .goods_box {
    width: calc((100% - 3vw) / 2);
    margin-bottom: 20px;
  }

  .sec-goods .goods_box a {
    padding: 0.75rem;
  }
}

/*------------------------
  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: #000;
}

.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;
  line-height: 1.4;
}

@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: 18rem;
  }

  .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: 1.875rem auto 0;
  }

  .remodal .goods_desc {
    width: 100%;
    margin: 2.5rem auto;
    padding: 0 1.5625rem;
  }

  .remodal .goods_desc .goods_moda_ttl {
    font-size: 0.9375rem;
  }

  .remodal .goods_desc .goods_moda_price {
    font-size: 0.8125rem;
  }

  .remodal .goods_desc .goods_moda_purchase_limit {
    font-size: 0.8125rem;
  }

  .remodal .goods_desc .goods_icon_box {
    margin-bottom: 0.25rem;
  }

  .remodal .goods_desc .goods_icon_box .goods_icon {
    font-size: 0.6875rem;
    padding: 0 0.25rem;
  }
}

/*------------------------
  カテゴリごとにリンクと見出しのスタイルを変える場合
------------------------*/
.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: 10px;
  line-height: 1.35;
  letter-spacing: 1.9px;
  font-weight: 900;
}

.goods_add {
  text-align: center;
  margin-top: -20px;
  font-size: min(4vw, 26px);
  letter-spacing: 2px;
  font-weight: 900;
  color: #ff2eae;
  margin-bottom: 40px;
}

@media screen and (max-width: 781px) {
  .goods_memo {
    font-size: 20px;
    margin-top: 0.625rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 576px) {
  .goods_memo {
    font-size: 14px !important;
  }
}

.p-goods-star-wrapper .p-goods__chara--01 img.char-left,
.p-goods-star-wrapper .p-goods__chara--01 img.char-right {
  position: absolute;
  z-index: 3;
}

.p-goods-star-wrapper .p-goods__chara--01 .char-left {
  width: 100%;
  height: auto;
}

.p-goods-star-wrapper .p-goods__chara--01 .char-right {
  right: 0;
  height: auto;
}

@media screen and (max-width: 781px) {

  .p-goods-star-wrapper .p-goods__chara--01 img.char-left,
  .p-goods-star-wrapper .p-goods__chara--01 img.char-right {
    top: 0 !important;
  }

  .p-goods-star-wrapper .p-goods__chara--01 .char-left {
    width: 785px;
    max-width: 100%;
  }
}

.goods_tab_wrap {
  margin-bottom: 15px;
}

/*# sourceMappingURL=goods.css.map */