.fs-preview-header {
  display: none;
}
.fs-c-productListCarousel__list__item > * + * {
  margin: 0;
}
.fs-c-heading--page {
    font-size: 28px;
    letter-spacing: 0;
    border-bottom: 2px solid #b72824;
    font-weight: bold;
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-c-heading--page {
    letter-spacing: 0.14em;
    padding: 10px 0;
  }
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
    border-color: #c00d23;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
    background: #c00d23;
}
.fs-c-radio__radioMark {
    border-color: #c00d23;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
   background: #c00d23;
   border-color: #c00d23;
}
.fs-c-checkbox__checkMark {
   border-color: #c00d23;
}

input:focus {
 outline: none;
}

.top_contens.height-auto {
height: auto;
padding-bottom: 100px;
}

.top_contens.height-auto .top_products_item_name {
margin-bottom: 4px;
}

.top_products_ul {
justify-content: space-around !important;
}

.is-caution {
text-align: center;
display: block;
margin-bottom: 24px;
font-size: 14px;
}

.fs-c-slick .slick-track {
display:flex;
}

.fs-pt-carousel__track.slick-initialized .slick-slide {
height: auto;
display:flex;
flex-direction: column;
justify-content: flex-end;
}

.fs-c-productListCarousel.is-grid .slick-track{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px 16px;
  width: 100% !important;
  transform: none !important;
}

.fs-c-productListCarousel.is-grid .slick-track::before{
  content: none !important;
}

.fs-c-productListCarousel.is-grid .fs-c-productListCarousel__list__item{
  max-width:100%;
  margin:0;
}

.fs-c-productListCarousel.is-grid .fs-c-productListCarousel__ctrl{
  display: none !important;
}

@media (max-width: 950px) {

  .fs-c-productListCarousel.is-grid .slick-track{
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 750px) {

  .fs-c-productListCarousel.is-grid .slick-track{
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 8px;
  }
}


@media (max-width: 750px) {
  .top_news_area_title.sp-wrap {
    flex-wrap:wrap;
    font-size: 24px;
    gap: 8px;
  }
  .top_news_area_title.sp-wrap .products_en_title{
    margin-left:0;
  }
}

@media (min-width: 1px) and (max-width: 767px) {
 .fs-body-category .page_title {
margin: 0 auto 280px !important;
}
}

.fs-body-category .fs-c-productList__list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px !important;
  }

.fs-body-category .fs-c-productList__list__item {
margin:0 !important;
width:100% !important;
}

@media (max-width: 750px) {
.fs-body-category .fs-c-productList__list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.fs-body-product .fs-c-productPrice__main__label {
display: inline-block !important;
}

.fs-body-category .fs-c-productPrice__main__label {
display: block !important;
}

.fs-body-product-otameshiset .fs-c-productQuantityAndWishlist__quantity {
opacity: 0;
visibility: hidden;
}


.c-coupon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.c-coupon__code {
  padding: 16px 24px;
  border: 2px dashed #333;
  background: #fafafa;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-coupon__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  background: #000;
  color: #fff;
  transition: opacity .2s ease, background .2s ease;
}

.c-coupon__btn:hover {
  opacity: 0.7;
}

.c-coupon__icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

.c-coupon__btn.is-copied {
  background: #2e7d32;
}