
  @media screen and (min-width: 561px) {
    section:has(.section-main-container.wonder-fixed-banner[data-section-type=fixedBanner]):not(.display-none-f-sp)~section:last-of-type .section-main-container{
      margin-bottom: unset !important;
    }  
  }
  @media screen and (max-width: 560px) {
    section:has(.section-main-container.wonder-fixed-banner[data-section-type=fixedBanner]):not(.display-none-f-sp)~section:last-of-type .section-main-container{
      margin-bottom: 100px !important;
    }  
  }


[data-section-type=product] .wonder-scroll-container.enabled ul li.wonder-product-list-li:last-child {
    margin-right: 10px !important;
}
