/**20251016NEWS用***/
.news_20251016-section img.pc{
    display:block;
    max-width:100%;
}
@media (max-width: 576px) {
    .news_20251016-section img.pc{
        display:none;
    }
}
.news_20251016-section img.sp{
    display:none;
    max-width:100%;
}
@media (max-width: 576px) {
    .news_20251016-section img.sp{
        display:block;
    }
}
.news_20251016-section p{
    line-height:2em;
}
.news_20251016-section h2{
    color: #279640;
    padding-bottom:12px;
    border-bottom:2px solid #279640;
}
.news_20251016-section h3{
    color: #279640;
    padding-bottom:8px;
    border-bottom:1px solid #279640;
}

/**202511167CART用***/
.cart__banner--bottom{
    margin: auto;
    margin-top: 40px;
    max-width:840px;
    width:100%;
}
@media (max-width: 768px) {
    .cart__banner--bottom{
        margin-top: 30px;
    }
}

/**2025121208カテゴリvideoをiframeに対応***/
.product-list-category .video_wrapper > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
}