
/* マターズバナー　バイイーバナーにかぶらないように調整 */

@media only screen and (max-width: 767px) {

._fs_chat_explanation {
        width: 5rem !important;
        height: 5rem !important;
        border-radius: 50% !important;
        background: #000 !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.7) !important;
}

._fs_chat ._fs_sp_no_comment ._fs_title_area {
    background: transparent;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

._fs_chat ._fs_title_area ._fs_title_main {
        width: 100% !important;
        height: 100% !important;
        margin: auto !important;
        display: inline-block !important;
        text-align: center !important;
        vertical-align: middle !important;
}

._fs_chat ._fs_sp_no_comment:not(._fs_sp_no_close) ._fs_close_right {
        position: absolute;
        padding-left: 0 !important;
        width: 80% !important;
        display: inline-block;
        height: fit-content;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
}

._fs_chat_explanation ._fs_title_area ._fs_title_text {
    line-height: 1.25;
    letter-spacing: normal;
}

._fs_title_text {
        white-space: pre-wrap;
        font-size: 11px;
        line-height: 1.25 !important;
}

._fs_chat ._fs_title_area ._fs_title_main:before {
        content: "";
        display: block;
        height: 1.5rem;
        width: 1.5rem;
        background: url(https://jcstore.itembox.design/item/images/search.svg);
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 auto;
}

._fs_chat ._fs_title_area ._fs_close_explanation {
        position: absolute;
        top: -0.5rem;
        right: -0.5rem;
        margin: 0;
        z-index: 1;
        border: 1px solid #ccc;
        border-radius: 50%;
        overflow: hidden;
        width: 2rem !important;
        height: 2rem !important;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) !important;
}


._fs_chat ._fs_title_area ._fs_close_container ._fs_close_svg, ._fs_chat ._fs_title_area ._fs_close_explanation ._fs_close_svg .cls-2 {
    stroke: #000 !important;
}

._fs_chat ._fs_title_area ._fs_close_explanation ._fs_close_background {
        padding: 0.25rem !important;
        background: transparent !important;
}

._fs_chat ._fs_chat_container ._fs_title_area ._fs_title_main:before {
    display: none !important;
}

._fs_chat ._fs_chat_container ._fs_title_area ._fs_title_main ._fs_title_text {
    line-height: 40px !important;
}

/* マターズバナー　おすすめ商品用に上書き */
html ._fs_chat ._fs_sp_no_comment:not(._fs_sp_no_close) ._fs_title_area{
    height: 100%!important;
}
html ._fs_chat ._fs_sp_no_comment:not(._fs_sp_no_close) ._fs_close_right{
    top: 50%!important;
}
}

/* カート文言追加（CSS修正済、反映次第削除） */
.fs-c-variationAndActions .variation_open-label:after {
	content: "カート・在庫確認はこちら"!important;
}