<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------
  goods category
------------------------*/
.p-goods-lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -1.25rem;
  margin-bottom: 2.5rem;
}
.p-goods-lst li:not(:last-child) {
  margin-right: 1.25rem;
}
.p-goods-lst li a {
  color: #482d1c;
  display: block;
  padding: 0 3.125rem;
  font-size: 1.5rem;
  border: 1px solid #482d1c;
  letter-spacing: 0.0625rem;
}
.p-goods-lst li a:hover {
  background: #f3d076;
  color: #694a26;
}

@media screen and (max-width: 768px) {
  .p-goods-lst li {
    margin: 0.3125rem 0;
  }
  .p-goods-lst a {
    padding: 0 0.625rem;
    font-size: 0.875rem;
  }
}
/*------------------------
  goods list
------------------------*/
.sec-goods .p-goods-wrap__ttl, .sec-novelty .p-goods-wrap__ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.sec-goods ul.d-flex, .sec-novelty ul.d-flex {
  margin: 0 -1rem 1.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .sec-goods ul.d-flex, .sec-novelty ul.d-flex {
    margin: 0 -0.5rem 0.75rem;
  }
}
.sec-goods .goods_box, .sec-novelty .goods_box {
  width: 33.333%;
  font-size: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem;
}
.sec-goods .goods_box a, .sec-goods .goods_box .goods_box_innner, .sec-novelty .goods_box a, .sec-novelty .goods_box .goods_box_innner {
  background: #fffbf5;
  border: 1px solid #482d1c;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  padding: 1.25rem;
}
@media screen and (max-width: 576px) {
  .sec-goods .goods_box a, .sec-goods .goods_box .goods_box_innner, .sec-novelty .goods_box a, .sec-novelty .goods_box .goods_box_innner {
    padding: 0.75rem;
  }
}
.sec-goods .goods_img, .sec-novelty .goods_img {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}
.sec-goods .goods_img img, .sec-novelty .goods_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sec-goods .goods_img img.watermark_img, .sec-novelty .goods_img img.watermark_img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-goods .goods_img.warter_on .watermark_img, .sec-novelty .goods_img.warter_on .watermark_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-goods .goods_desc, .sec-novelty .goods_desc {
  color: #482d1c;
}
.sec-goods .goods_desc .goods_ttl, .sec-novelty .goods_desc .goods_ttl {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.0625rem;
}
.sec-goods .goods_desc .goods_price, .sec-novelty .goods_desc .goods_price {
  font-size: 0.875rem;
  margin-top: 0.375rem;
  font-weight: 800;
  letter-spacing: 0.0625rem;
}
.sec-goods .goods_desc .goods_price .taxin_text, .sec-novelty .goods_desc .goods_price .taxin_text {
  font-size: 0.75rem;
}
.sec-goods .goods_desc .goods_purchase_limit, .sec-novelty .goods_desc .goods_purchase_limit {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}
.sec-goods .goods_desc .goods_icon_box, .sec-novelty .goods_desc .goods_icon_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.sec-goods .goods_desc .goods_icon_box .goods_icon, .sec-novelty .goods_desc .goods_icon_box .goods_icon {
  border: 1px solid #a58348;
  padding: 0.125rem 0.375rem;
  font-weight: 600;
  color: #a58348;
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 750px) {
  .sec-goods .goods_desc .goods_ttl, .sec-novelty .goods_desc .goods_ttl {
    font-size: 0.8125rem;
  }
  .sec-goods .goods_desc .goods_price, .sec-novelty .goods_desc .goods_price {
    font-size: 0.6875rem;
  }
  .sec-goods .goods_desc .goods_purchase_limit, .sec-novelty .goods_desc .goods_purchase_limit {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-goods .p-goods-wrap__ttl, .sec-novelty .p-goods-wrap__ttl {
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .sec-goods .goods_box, .sec-novelty .goods_box {
    width: 50%;
    justify-content: space-between;
    padding: 0.5rem;
  }
}
/*------------------------
  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: #fffbf5;
}
.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%;
  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;
}
.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.75rem;
  margin-top: 0.5rem;
}
.remodal .goods_desc .goods_icon_box .goods_icon {
  display: inline-block;
  border: 1px solid #a58348;
  padding: 0.125rem 0.375rem;
  font-weight: 700;
  color: #a58348;
  font-size: 0.75rem;
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
}
.remodal .goods_desc .goods_moda_disc {
  font-size: 0.8125rem;
}

@media screen and (max-width: 768px) {
  .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: #fffbf5;
  }
  .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%;
    transform: translateX(-50%);
  }
  .remodal .slick-slider.warter_on .watermark_img {
    display: block;
  }
  .remodal .slide {
    background: inherit;
    opacity: 0;
  }
  .remodal .slick-dots {
    top: 20.9375rem;
  }
  .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 img {
    width: auto;
    height: 0.9375rem;
  }
}
.sec-novelty .goods_desc {
  color: #482d1c;
}
.sec-novelty .goods_desc .novelty_title {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
}
.sec-novelty .goods_desc .novelty_period {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.375rem;
  letter-spacing: 0.125rem;
  text-align: center;
}
.sec-novelty .goods_desc .novelty_period span {
  display: block;
  color: #a58348;
  font-weight: 700;
}

.goods_box.long {
  width: 100%;
  font-size: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem;
}
.goods_box.long a, .goods_box.long .goods_box_innner {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  width: 100%;
  text-decoration: none;
  padding: 1.25rem;
}
@media screen and (max-width: 576px) {
  .goods_box.long a, .goods_box.long .goods_box_innner {
    flex-direction: column;
  }
}
.goods_box.long a .goods_img, .goods_box.long .goods_box_innner .goods_img {
  width: 40%;
  margin-right: 1.875rem;
  margin-bottom: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .goods_box.long a .goods_img, .goods_box.long .goods_box_innner .goods_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
}
.goods_box.long a .goods_desc .novelty_title, .goods_box.long .goods_box_innner .goods_desc .novelty_title {
  text-align: left;
}
@media screen and (max-width: 576px) {
  .goods_box.long a .goods_desc .novelty_title, .goods_box.long .goods_box_innner .goods_desc .novelty_title {
    text-align: center;
  }
}
.goods_box.long a .goods_desc .novelty_period, .goods_box.long .goods_box_innner .goods_desc .novelty_period {
  text-align: left;
  font-size: 1rem;
}
.goods_box.long a .goods_desc .novelty_period br, .goods_box.long .goods_box_innner .goods_desc .novelty_period br {
  display: none;
}
@media screen and (max-width: 576px) {
  .goods_box.long a .goods_desc .novelty_period, .goods_box.long .goods_box_innner .goods_desc .novelty_period {
    text-align: center;
    font-size: 0.875rem;
  }
}
.goods_box.long a .goods_desc .novelty_text, .goods_box.long .goods_box_innner .goods_desc .novelty_text {
  font-size: 0.875rem;
  margin-top: 1.5rem;
}
.goods_box.long a .goods_desc .novelty_text .small, .goods_box.long .goods_box_innner .goods_desc .novelty_text .small {
  display: block;
  font-size: 0.6875rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 576px) {
  .goods_box.long a .goods_desc .novelty_text, .goods_box.long .goods_box_innner .goods_desc .novelty_text {
    font-size: 0.75rem;
    margin-top: 1.5rem;
  }
  .goods_box.long a .goods_desc .novelty_text .small, .goods_box.long .goods_box_innner .goods_desc .novelty_text .small {
    margin-top: 0.75rem;
  }
}

.sec-webstore .webstore_tableitem {
  padding: 2.5rem 1.25rem;
  display: flex;
  align-items: center;
}
.sec-webstore .webstore_tableitem .label {
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 5rem;
  letter-spacing: 0.125rem;
}
.sec-webstore .webstore_tableitem .detail {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.125rem;
}
.sec-webstore .btn_line {
  margin-top: -0.75rem;
  margin-bottom: 2.5rem;
}

.andmore {
  margin-top: -0.625rem;
  text-align: center;
  padding: 0.5rem 0;
}
.andmore img {
  height: 2.5rem;
  filter: invert(54%) sepia(50%) saturate(420%) hue-rotate(359deg) brightness(89%) contrast(88%);
}

.goods_textlist_wrap {
  padding: 0.75rem 2.25rem;
  background-color: #fffbf5;
  border: 1px solid #482d1c;
}
@media screen and (max-width: 576px) {
  .goods_textlist_wrap {
    padding: 0.75rem 1.25rem;
  }
}
.goods_textlist_wrap .goods_textlist .goods_textlistitem {
  padding: 1.125rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 576px) {
  .goods_textlist_wrap .goods_textlist .goods_textlistitem {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.75rem 0;
  }
}
.goods_textlist_wrap .goods_textlist .goods_textlistitem:not(:last-child) {
  border-bottom: 1px solid #a58348;
}
.goods_textlist_wrap .goods_textlist .goods_textlistitem:not(:last-child)::before, .goods_textlist_wrap .goods_textlist .goods_textlistitem:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  background-color: #a58348;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.goods_textlist_wrap .goods_textlist .goods_textlistitem:not(:last-child)::before {
  left: 0;
}
.goods_textlist_wrap .goods_textlist .goods_textlistitem:not(:last-child)::after {
  right: 0;
}
.goods_textlist_wrap .goods_textlist .goods_textlistitem .goods_textlist_desc .goods_textlist_text {
  color: #a58348;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
}
.goods_textlist_wrap .goods_textlist .goods_textlistitem .goods_textlist_price {
  flex-shrink: 0;
  font-size: 1.125rem;
}
@media screen and (max-width: 576px) {
  .goods_textlist_wrap .goods_textlist .goods_textlistitem .goods_textlist_price {
    margin-top: 0.5rem;
  }
}
.goods_textlist_wrap .goods_textlist .goods_textlistitem .goods_textlist_price::after {
  display: inline-block;
  content: "（税込）";
  font-size: 0.75rem;
  margin-left: -0.375rem;
}
.goods_textlist_wrap .andmore {
  text-align: center;
  padding: 0.5rem 0;
}
.goods_textlist_wrap .andmore img {
  height: 1.25rem;
  filter: invert(74%) sepia(35%) saturate(509%) hue-rotate(4deg) brightness(90%) contrast(90%);
}

.goods_textlist_notes {
  margin-top: 0.125rem;
  font-size: 0.6875rem;
  margin-bottom: 1.875rem;
  text-align: center;
}/*# sourceMappingURL=good.css.map */</pre></body></html>