
[data-section-type="product"] .wonder-scroll-container .swiper-wrapper {
  height: 200px !important;
  width: 270px;
}
[data-section-type="product"] .wonder-scroll-container .swiper-wrapper img {
  object-fit: cover !important;
  height: 100%;
  width: 100%;
}
[data-section-type=product] .card-container .wonder-product-list-li .wonder-product-img {
  height: 200px !important;
}
[data-section-type=product] .wonder-scroll-container.enabled .scroll-contents {
  padding-right: 5px;
  padding-bottom: 5px;
}
[data-section-type=product] .wonder-scroll-container.enabled ul li.wonder-product-list-li {
  padding-bottom: 0 !important;
}


            @media screen and (max-width: 560px) {
                [data-section-type="reason"] [data-content-type=scroll] .wonder-scroll-container.enabled .card-container .col-el {
                    flex-direction: column;
                }

                [data-section-type="reason"] [data-content-type=scroll] .wonder-scroll-container.enabled .card-container .col-el .reason-block {
                    width: 100%;
                    display: flex !important;
                    justify-content: center;
                    margin-left: 0;
                }

                [data-section-type=reason] .wonder-default-main-content .wonder-scroll-container.enabled {
                    scroll-snap-type: none;
                }
            }

            @media screen and (min-width: 561px) {
                [data-section-type=reason] .wonder-default-main-content .wonder-scroll-container.enabled {
                    overflow-x: hidden;
                    width: 1040px;
                    max-width: 1040px !important;
                    margin: 0;
                }

                .kigyo .scroll-hint-icon-wrap {
                    display: none !important;
                }
            }
        