@charset "utf-8";

.uc-js-modal-inline-01.fc-ec-custom-store-list-modal-btn {
    display: block;
    position: fixed;
    height: auto;
    right: 0;
    top: 270px;
    z-index: 99;
}
.uc-js-modal-inline-01.fc-ec-custom-store-list-modal-btn a {
    display: inline-block;
    width: 64px;
    line-height: 1;
    text-align: center;
    padding: 60px 5px 10px 0px;
    color: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #e85ba0 no-repeat top center url(/content/dam/sites/fc-common/images/common/common/icon/cart-01.svg);
    background-size: 31px;
    box-sizing: inherit;
    vertical-align: top;
    background-position-y: 20px;
    font-size: 1.063em;
    line-height: 1.1;
    letter-spacing: 1.88px;
}
.uc-js-modal-inline-01.fc-ec-custom-store-list-modal-btn text {
    width: 25px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-family: "Roboto", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    writing-mode: vertical-rl;
}

@media screen and (max-width:768px) {
    .uc-js-modal-inline-01.fc-ec-custom-store-list-modal-btn {
        top: 220px;
    }
    .uc-js-modal-inline-01.fc-ec-custom-store-list-modal-btn a {
        max-width: 53px;
        padding-right: 7px;
        background-size: 27px;
        font-size: 0.875em;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        letter-spacing: 1.45px;
    }
}
