body#fs_ProductCategory{
  --fs-list-text:#111;
  --fs-list-sub:#777;
  --fs-list-soft:#ededed;
  --fs-list-red:#e71a19;
  --fs-list-font:"Noto Sans JP","Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
  --fs-list-icon-sort:url("https://fukuskeonline.itembox.cloud/item/common/images/icon/sort.svg");
  --fs-list-icon-filter:url("https://fukuskeonline.itembox.cloud/item/common/images/icon/slider.svg");
  --fs-list-icon-check:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23111' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.8 10.5 8.2 14.9 16.4 5.5'/%3E%3C/svg%3E");
  color:var(--fs-list-text);
  font-family:var(--fs-list-font);
}

body#fs_ProductCategory .fs-l-pageMain{
  color:var(--fs-list-text);
  font-family:var(--fs-list-font);
}

body#fs_ProductCategory h1.category_name,
body#fs_ProductCategory h1.fs-c-heading.fs-c-heading--page{
  display:flex !important;
  align-items:baseline;
  gap:8px;
  margin:16px 0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:var(--fs-list-text) !important;
  font-size:28px !important;
  font-weight:700 !important;
  line-height:1.4 !important;
  text-align:left !important;
}

body#fs_ProductCategory h1.category_name::after,
body#fs_ProductCategory h1.fs-c-heading.fs-c-heading--page::after{
  content:"ITEM LIST";
  color:var(--fs-list-red);
  font-size:10px;
  font-weight:700;
  line-height:1;
  letter-spacing:.12em;
  white-space:nowrap;
}

body#fs_ProductCategory h1.category_name ~ h1.category_name,
body#fs_ProductCategory h1.fs-c-heading.fs-c-heading--page ~ h1.fs-c-heading.fs-c-heading--page{
  display:none !important;
}

body#fs_ProductCategory .fs-c-productList{
  margin-top:0 !important;
}

body#fs_ProductCategory #header-inner{
  display:none !important;
}

body#fs_ProductCategory .fs-c-subgroup{
  margin:0 0 24px !important;
  padding:0 !important;
}

body#fs_ProductCategory .fs-c-subgroup .fs-c-listControl{
  display:none !important;
}

body#fs_ProductCategory .fs-c-subgroupList{
  margin:0 !important;
  padding:0 !important;
}

body#fs_ProductCategory .fs-c-subgroupList__link{
  padding:14px !important;
}

body#fs_ProductCategory .fk-list-bar{
  position:relative;
  display:flex !important;
  align-items:center !important;
  gap:20px !important;
  min-height:56px !important;
  margin:0 0 16px !important;
  padding:0 !important;
  border-bottom:1px solid #e5e5e5 !important;
  background:#fff !important;
}

body#fs_ProductCategory .fk-list-bar > .fs-c-listControl{
  order:1;
  display:block !important;
  width:auto !important;
  margin:0 auto 0 0 !important;
  padding:0 !important;
}

body#fs_ProductCategory .fk-list-bar .fs-c-listControl__status{
  display:block !important;
  margin:0 !important;
  color:#111 !important;
  font-size:17px !important;
  font-weight:400 !important;
  line-height:1.2 !important;
  text-align:left !important;
}

body#fs_ProductCategory .fk-list-bar .fs-c-listControl__status__total{
  color:#111 !important;
  font-size:17px !important;
  font-weight:400 !important;
}

body#fs_ProductCategory .fk-list-bar .fs-c-listControl__status__total::after{
  content:" 件";
  font-size:15px;
}

body#fs_ProductCategory .fk-list-bar .fs-c-listControl__status__total__label,
body#fs_ProductCategory .fk-list-bar .fs-c-listControl__status__indication,
body#fs_ProductCategory .fk-list-bar .fs-c-pagination{
  display:none !important;
}

body#fs_ProductCategory .fs-c-productList__controller ~ .fs-c-productList__controller .fs-c-sortItems{
  display:none !important;
}

body#fs_ProductCategory .fk-list-bar > .fs-c-sortItems{
  order:2;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}

body#fs_ProductCategory .fk-list-bar > .fk-list-filter{
  order:3;
}

body#fs_ProductCategory .fk-list-bar .fs-c-sortItems__label,
body#fs_ProductCategory .fk-list-bar .fk-list-filter{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  min-height:44px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:none !important;
  color:#111 !important;
  cursor:pointer;
  font-family:inherit;
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1 !important;
  -webkit-appearance:none;
  appearance:none;
}

body#fs_ProductCategory .fk-list-bar .fs-c-sortItems__label::before{
  content:"";
  flex:0 0 25px;
  width:25px;
  height:25px;
  background:center/25px 25px no-repeat var(--fs-list-icon-sort);
}

body#fs_ProductCategory .fk-list-bar .fk-list-filter::before{
  content:"";
  flex:0 0 18px;
  width:18px;
  height:18px;
  background:center/18px 18px no-repeat var(--fs-list-icon-filter);
}

body#fs_ProductCategory .fk-list-bar .fs-c-sortItems__label:focus-visible,
body#fs_ProductCategory .fk-list-bar .fk-list-filter:focus-visible{
  outline:2px solid #111;
  outline-offset:2px;
}

body#fs_ProductCategory .fk-list-bar .fs-c-sortItems__list{
  position:absolute !important;
  top:100% !important;
  right:0 !important;
  width:25% !important;
  z-index:20 !important;
  display:none !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  border:1px solid #e2e2e2 !important;
  border-top:0 !important;
  background:#fff !important;
  box-shadow:0 10px 24px rgba(0,0,0,.1) !important;
}

body#fs_ProductCategory .fk-list-bar.is-fkSortOpen .fs-c-sortItems__list{
  display:block !important;
}

body#fs_ProductCategory .fk-list-bar .fs-c-sortItems__list__item{
  position:relative !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}

body#fs_ProductCategory .fk-list-bar .fs-c-sortItems__list__item + .fs-c-sortItems__list__item::before{
  content:"";
  position:absolute;
  top:0;
  left:16px;
  right:16px;
  height:1px;
  background:#e2e2e2;
}

body#fs_ProductCategory .fk-list-bar .fs-c-sortItems__list__item__label{
  display:flex !important;
  align-items:center !important;
  min-height:56px !important;
  padding:0 16px !important;
  border:0 !important;
  background:transparent !important;
  color:#111 !important;
  font-size:15px !important;
  font-weight:400 !important;
  line-height:1.2 !important;
  text-decoration:none !important;
}

body#fs_ProductCategory .fk-list-bar .fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label{
  font-weight:700 !important;
}

body#fs_ProductCategory .fk-list-bar .fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label::after{
  content:"";
  flex:0 0 18px;
  width:18px;
  height:18px;
  margin-left:auto;
  background:center/18px 18px no-repeat var(--fs-list-icon-check);
}

body#fs_ProductCategory .fs-c-productList__list{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:28px 20px !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

body#fs_ProductCategory .fs-c-productList__list__item{
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  box-sizing:border-box !important;
  border:0 !important;
}

body#fs_ProductCategory .fs-c-productListItem > form{
  display:flex !important;
  flex-direction:column !important;
  height:100%;
  min-width:0;
}

body#fs_ProductCategory .fs-c-productListItem > form > *{
  order:5;
}

body#fs_ProductCategory .fs-c-productListItem__imageContainer{
  order:1 !important;
  width:100% !important;
  margin:0 !important;
}

body#fs_ProductCategory .fs-c-productListItem__viewMoreImageButton{
  display:none !important;
}

body#fs_ProductCategory .fs-c-productListItem__productName{
  order:3 !important;
  display:flow-root !important;
  width:100% !important;
  min-height:36px !important;
  max-height:36px !important;
  margin:14px 0 4px !important;
  overflow:hidden !important;
  color:var(--fs-list-text) !important;
  font-size:13px !important;
  font-weight:500 !important;
  line-height:18px !important;
}

body#fs_ProductCategory .fs-c-productListItem__prices{
  order:4 !important;
  margin:0 0 8px !important;
}

body#fs_ProductCategory .fs-c-productMarks{
  order:5 !important;
  display:flex !important;
  flex-wrap:wrap !important;
  gap:4px !important;
  min-height:18px;
  margin:0 0 8px !important;
}

body#fs_ProductCategory .fs-c-productListItem__control{
  order:6 !important;
  width:100% !important;
  margin-top:auto !important;
  padding-top:8px !important;
  background:#fff !important;
}

body#fs_ProductCategory .fs-c-productName__copy{
  display:none !important;
}

body#fs_ProductCategory .fs-c-productListItem__productName .revico-star-zone{
  display:none !important;
}

body#fs_ProductCategory .fs-c-productListItem__productName a{
  display:block !important;
  color:inherit !important;
  text-decoration:none !important;
}

body#fs_ProductCategory .fs-c-productListItem__productName .fs-c-productName__name{
  display:-webkit-box !important;
  width:100% !important;
  overflow:hidden !important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
}

body#fs_ProductCategory .fs-c-productListItem__image__image{
  width:100% !important;
  height:auto !important;
  margin:0 !important;
  border:1px solid #efefef !important;
  border-radius:8px !important;
  box-sizing:border-box !important;
}

body#fs_ProductCategory .fs-c-productMark__mark--37,
body#fs_ProductCategory .fs-c-productMark__item:has(.fs-c-productMark__mark--37){
  display:none !important;
}

body#fs_ProductCategory .fs-c-productMark,
body#fs_ProductCategory .fs-c-productMark__item{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

body#fs_ProductCategory .fs-c-mark,
body#fs_ProductCategory .fs-c-productMark__mark{
  display:inline-flex !important;
  align-items:center;
  min-height:17px;
  padding:2px 6px !important;
  border:0 !important;
  border-radius:3px !important;
  background:var(--fs-list-soft) !important;
  color:#555 !important;
  font-size:11px !important;
  font-weight:500 !important;
  line-height:1.2 !important;
}

body#fs_ProductCategory .fs-c-mark--bundle{
  background:#828282 !important;
  color:#fff !important;
  font-weight:700 !important;
}

body#fs_ProductCategory .fs-c-mark__label,
body#fs_ProductCategory .fs-c-productMark__label{
  padding:0 !important;
  background:transparent !important;
  color:inherit !important;
  font-size:inherit !important;
  font-weight:inherit !important;
}

body#fs_ProductCategory .fs-c-productPrice__main__label{
  display:none !important;
}

body#fs_ProductCategory .fs-c-productPrice__main__price{
  color:var(--fs-list-text) !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1.4 !important;
}

body#fs_ProductCategory .fs-c-price__currencyMark{
  color:#777 !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1.4 !important;
}

body#fs_ProductCategory .fs-c-button--secondary{
  padding-left:0 !important;
  padding-right:0 !important;
}

body#fs_ProductCategory .fs-c-productPrice__addon{
  color:var(--fs-list-sub) !important;
  font-size:11px !important;
  line-height:1.4 !important;
}

body#fs_ProductCategory .fs-c-productListItem__control .fs-c-buttonContainer{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  width:100% !important;
  margin:0 !important;
}

body#fs_ProductCategory button.fs-c-button--addToCart--list{
  flex:1 1 auto !important;
  width:auto !important;
  min-width:0 !important;
  height:40px !important;
  min-height:40px !important;
  padding:0 12px !important;
  border:1px solid var(--fs-list-red) !important;
  border-radius:8px !important;
  background:var(--fs-list-red) !important;
  box-shadow:none !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:40px !important;
  text-align:center !important;
  text-decoration:none !important;
}

body#fs_ProductCategory button.fs-c-button--addToCart--list::before,
body#fs_ProductCategory button.fs-c-button--addToCart--list .fs-c-button__label::before{
  display:none !important;
  content:none !important;
}

body#fs_ProductCategory button.fs-c-button--addToCart--list .fs-c-button__label{
  position:static !important;
  display:block !important;
  padding:0 !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:38px !important;
  text-decoration:none !important;
}

body#fs_ProductCategory button.fs-c-button--addToWishList--icon,
body#fs_ProductCategory button.fs-c-button--removeFromWishList--icon{
  flex:0 0 40px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:40px !important;
  height:40px !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid #d0d0d0 !important;
  border-radius:50% !important;
  background:#fff !important;
  box-shadow:none !important;
}

body#fs_ProductCategory button.fs-c-button--addToWishList--icon::before{
  content:"favorite" !important;
  color:#aaa !important;
  font-family:"Material Symbols Rounded" !important;
  font-size:28px !important;
  font-weight:400 !important;
  font-style:normal !important;
  line-height:1 !important;
  letter-spacing:normal !important;
  text-transform:none !important;
  white-space:nowrap !important;
  direction:ltr !important;
  font-feature-settings:"liga" !important;
  -webkit-font-smoothing:antialiased;
  font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24 !important;
  margin-top: 1px;
}

body#fs_ProductCategory button.fs-c-button--removeFromWishList--icon::before{
  content:"favorite" !important;
  color:#aaa !important;
  font-family:"Material Symbols Rounded" !important;
  font-size:28px !important;
  font-weight:400 !important;
  font-style:normal !important;
  line-height:1 !important;
  letter-spacing:normal !important;
  text-transform:none !important;
  white-space:nowrap !important;
  direction:ltr !important;
  font-feature-settings:"liga" !important;
  -webkit-font-smoothing:antialiased;
  font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 24 !important;
}

body#fs_ProductCategory .ctg-rkg_head{
  margin:60px 0 12px !important;
  padding:0 !important;
  color:#111 !important;
  font-family:var(--fs-list-font);
  font-size:20px !important;
  font-weight:700 !important;
  line-height:1.4 !important;
  text-align:left !important;
}

body#fs_ProductCategory .CategoryFeature .CrossHead{
  padding-left:0 !important;
  padding-right:0 !important;
  font-size: 18px !important;
}

body#fs_ProductCategory .flywheel-recommend__frame{
  width:100%;
  margin:0 0 60px !important;
  overflow:hidden;
  color:#111;
  font-family:var(--fs-list-font);
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListCarousel__ButtonContainer,
body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListCarousel__prev,
body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListCarousel__next,
body#fs_ProductCategory .flywheel-recommend__frame .slick-prev,
body#fs_ProductCategory .flywheel-recommend__frame .slick-next{
  display:none !important;
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListCarousel{
  display:block !important;
  overflow:hidden !important;
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListCarousel__slides,
body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListStatic,
body#fs_ProductCategory .flywheel-recommend__frame .fs-list-ranking-scroll{
  display:flex !important;
  align-items:flex-start !important;
  gap:16px !important;
  width:100% !important;
  margin:0 !important;
  padding:0 0 12px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scroll-snap-type:x proximity;
  touch-action:pan-x;
  -webkit-overflow-scrolling:touch;
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListCarousel__slides::-webkit-scrollbar,
body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListStatic::-webkit-scrollbar,
body#fs_ProductCategory .flywheel-recommend__frame .fs-list-ranking-scroll::-webkit-scrollbar{
  height:3px;
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListCarousel__slides::-webkit-scrollbar-button,
body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListStatic::-webkit-scrollbar-button,
body#fs_ProductCategory .flywheel-recommend__frame .fs-list-ranking-scroll::-webkit-scrollbar-button{
  display:none;
  width:0;
  height:0;
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListCarousel__slides::-webkit-scrollbar-track,
body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListStatic::-webkit-scrollbar-track,
body#fs_ProductCategory .flywheel-recommend__frame .fs-list-ranking-scroll::-webkit-scrollbar-track{
  background:transparent;
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListCarousel__slides::-webkit-scrollbar-thumb,
body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListStatic::-webkit-scrollbar-thumb,
body#fs_ProductCategory .flywheel-recommend__frame .fs-list-ranking-scroll::-webkit-scrollbar-thumb{
  border-radius:999px;
  background:#d0d0d0;
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListCarousel__slide,
body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListStatic > *,
body#fs_ProductCategory .flywheel-recommend__frame .fs-list-ranking-scroll > *{
  flex:0 0 calc((100% - 64px) / 5.35) !important;
  width:calc((100% - 64px) / 5.35) !important;
  max-width:none !important;
  margin:0 !important;
  scroll-snap-align:start;
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-item__link{
  gap:0 !important;
  color:inherit !important;
  text-decoration:none !important;
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-item__rankContainer{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:center !important;
  min-height:36px !important;
  margin:0 0 2px !important;
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-item__rank{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:34px !important;
  color:transparent !important;
  font-size:0 !important;
  line-height:1 !important;
}

body#fs_ProductCategory .flywheel-recommend__frame .fs-list-rank-image{
  display:block !important;
  width:auto !important;
  height:34px !important;
  max-width:102px !important;
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-item__image{
  display:block !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:1/1 !important;
  object-fit:cover !important;
  border-radius:0 !important;
  pointer-events:none;
  user-select:none;
  -webkit-user-drag:none;
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-item__productName{
  display:-webkit-box !important;
  min-height:45px !important;
  max-height:45px !important;
  margin:12px 0 8px !important;
  overflow:hidden !important;
  color:#111 !important;
  font-size:15px !important;
  font-weight:500 !important;
  line-height:1.5 !important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-item__productPrice{
  margin-top:0 !important;
  color:#111 !important;
  text-align:center !important;
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-item__productPrice__price,
body#fs_ProductCategory .flywheel-recommend__frame .fr3-item__productPrice__value,
body#fs_ProductCategory .flywheel-recommend__frame .fr3-item__productPrice__currencyMark{
  color:#111 !important;
  font-size:20px !important;
  font-weight:700 !important;
  line-height:1.4 !important;
}

body#fs_ProductCategory .flywheel-recommend__frame .fr3-item__productPrice__addon{
  color:#111 !important;
  font-size:12px !important;
  font-weight:400 !important;
}

body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-modal__inner{
  overflow:hidden !important;
  border-radius:8px !important;
  box-shadow:0 12px 32px rgba(0,0,0,.18) !important;
}

body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-modal__productName{
  color:var(--fs-list-text) !important;
  font-family:var(--fs-list-font);
  font-size:15px !important;
  font-weight:600 !important;
  line-height:1.5 !important;
}

body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-modal__close{
  align-self:flex-start !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 44px !important;
  width:44px !important;
  height:44px !important;
  padding:0 !important;
  color:#5a5a5a !important;
  cursor:pointer;
}

body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-variationAndActions__variationLabel{
  color:#8c8c8c !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:.04em !important;
}

body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-variationList__item__title{
  padding:7px 10px !important;
  border-radius:6px !important;
  background:#f6f6f6 !important;
  color:var(--fs-list-text) !important;
  font-size:13px !important;
  font-weight:700 !important;
  text-align:left !important;
}

body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-variationList__item__body{
  gap:12px !important;
  padding:10px 0 !important;
}

body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-variationList__item__image{
  flex:0 0 62px !important;
  width:62px !important;
  padding:0 10px 0 0 !important;
}

body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-variationCart > li{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
}

body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-variationCart__variationName{
  flex:0 0 64px !important;
  justify-content:center !important;
  text-align:center !important;
}

body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-variationCart__wishlist{
  flex:0 0 40px !important;
}

body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-variationCart__cartButton{
  flex:0 0 121px !important;
}

body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-variationCart__cartButton button,
body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-variationCart__cartButton a{
  width:100% !important;
}
body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-variationList__item__image img{
  width:100% !important;
  height:auto !important;
  aspect-ratio:1/1 !important;
  border:1px solid #efefef !important;
  border-radius:8px !important;
  background:#fff !important;
  object-fit:contain !important;
}

body#fs_ProductCategory .fs-c-modal--chooseVariation button[class*="addToCart"]{
  min-height:40px !important;
  padding:0 14px !important;
  border:1px solid var(--fs-list-red) !important;
  border-radius:8px !important;
  background:var(--fs-list-red) !important;
  color:#fff !important;
  font-family:inherit;
  font-size:13px !important;
  font-weight:600 !important;
  text-decoration:none !important;
}

body#fs_ProductCategory .fs-c-modal--chooseVariation button[class*="addToCart"] .fs-c-button__label{
  padding-left:0 !important;
  color:#fff !important;
}

body#fs_ProductCategory .fs-c-modal--chooseVariation button[class*="addToCart"] .fs-c-button__label::before{
  display:none !important;
  content:none !important;
}
@media screen and (max-width:768px){
  body#fs_ProductCategory h1.category_name,
  body#fs_ProductCategory h1.fs-c-heading.fs-c-heading--page{
    font-size:20px !important;
    margin:16px 0 30px !important;
  }

  body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-variationCart__variationName{
    flex:0 0 60px !important;
  }

  body#fs_ProductCategory .fs-c-modal--chooseVariation .fs-c-variationCart__cartButton{
    flex:0 0 104px !important;
  }

  body#fs_ProductCategory .fs-c-modal--chooseVariation button[class*="addToCart"]{
    padding:0 6px !important;
  }
  body#fs_ProductCategory .fk-list-bar .fs-c-sortItems__list{
    width:52% !important;
  }

  body#fs_ProductCategory .fs-c-productList__list{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:32px 16px !important;
    margin:32px 0 16px !important;
  }

  body#fs_ProductCategory .fs-c-productListItem__productName{
    min-height:34px !important;
    max-height:34px !important;
    margin:14px 0 8px !important;
    font-size:12px !important;
    line-height:17px !important;
  }

  body#fs_ProductCategory .fs-c-productMarks{
    margin:4px 0 16px !important;
  }

  body#fs_ProductCategory .ctg-rkg_head{
    font-size:18px !important;
    margin-top: 40px !important;
  }

  body#fs_ProductCategory .fs-c-productListItem__control{
    padding-top:0 !important;
  }

  body#fs_ProductCategory button.fs-c-button--addToCart--list,
  body#fs_ProductCategory button.fs-c-button--addToCart--list .fs-c-button__label{
    font-size:12px !important;
  }

  body#fs_ProductCategory .fs-c-subgroup{
    margin:24px 0 !important;
  }

  body#fs_ProductCategory .fs-c-subgroupList{
    margin:8px 0 !important;
    overflow:hidden !important;
    border-radius:8px !important;
  }

  body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListCarousel__slide,
  body#fs_ProductCategory .flywheel-recommend__frame .fr3-productListStatic > *,
  body#fs_ProductCategory .flywheel-recommend__frame .fs-list-ranking-scroll > *{
    flex-basis:42% !important;
    width:42% !important;
  }
}

@media screen and (min-width:769px){
  body#fs_ProductCategory .fk-list-bar .fk-list-filter{
    display:none !important;
  }
}




.Category_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
   padding:0;
}
.Category_flex li {
    width: calc(100% / 6 - 10px);
}
.Category_flex li p {
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-top: 5px;
}

@media screen and (max-width:768px) {
.Category_flex li {
    width: calc(100% / 3 - 10px);
}
}



/* ----------------------------------------------- */
/* メニューウィンドウ */
/* -------------------------- */
        .menu {
            display: none;
            background-color: #ffffff;
            color: black;
            position: fixed;
            top: 0;
            left: -85%;
            width: 85%;
            height: 100%;
            transition: left 0.5s ease;
            z-index: 10;
            box-shadow: 2px 0 5px rgba(0,0,0,0.1);
			overflow-y: scroll;
        }
        .menu.open {
          top: 110px;
            left: 0;
			padding: 5px;
        }
        .menu-button {
			position: relative;
            background-color: #DDD;
			color: #000;
			padding: 15px 10px;
			border: none;
			cursor: pointer;
			width: 100%;
			text-align: left;
			font-size: 16px;
			margin-bottom: 30px;
			display: none;
        }
	@media screen and (max-width:768px){
		.menu-button {
			display: block;
        }
	}
		.menu-button::after{
			position: absolute;
			content: "";
			margin: auto;
			top: 0;
			bottom: 0;
			right: 30px;
			width: 9px;
			height: 9px;
			border-top: 2px solid #000;
			border-right: 2px solid #000;
			transform: rotate(45deg);
		}
        .close-button {
            background-color: rgba(0, 0, 0, 0);
			color: #000;
			padding: 10px;
			border: none;
			cursor: pointer;
			position: absolute;
			top: 0;
			right: 0;
			font-size: 30px;
			z-index: 11;
        }
	.side_menu_ttl{
		text-align: center;
		font-weight: normal;
		margin-bottom: 60px;
		margin-top: 15px;
	}

		 /* ボタンの基本スタイル */
        .button-group button {
			    width: 22%;
			border-radius: 5px;
			background-color: #eee;
			color: #000;
            padding: 10px 0;
            font-size: 14px;
            cursor: pointer;
			border: 0px;
        }

        /* ホバー時のスタイル */
        .button-group button:hover {
            background-color: #e71110;
        }

        /* アクティブボタンのスタイル */
        .button-group .active {
            background-color: #e71110;
            color: #fff;
        }


	.side_group{
		max-width: 600px;
		width: 100%;
		margin: auto;
	}
	.side_group_ttl{
		text-align: center;
    font-weight: bold;
    margin: 30px 0;
    font-size: 20px;
	}
	.button-group {
		padding-bottom: 60px;
		border-bottom: 1px solid #DDD;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: flex-start;
	}
	.search-group form{
		width: 100%;
	}
	.search-group form .nav_search{
		width: 100%;
		padding: 10px 0;
		background-color: #e71110;
		color: #FFF;
		font-size: 16px;
		border: 0px;
	}
