@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;
    }
}

/* 店舗検索ボタン対応 start */
body.uc-is-modal-open {
    overflow: hidden;
}
.uc-custom-products__side-btn.uc-store-view-mode .uc-js-modal-inline-01.fc-ec-custom-store-list-modal-btn {
    position: unset;
    margin-bottom: 0.5rem;
}
.uc-custom-store-flort.uc-store-view-mode {
    width: 64px;
    border: none;
    border-radius: 15px 0 0 15px;
}
.uc-custom-store-flort.uc-store-view-mode:not(:has(.uc-mod-cart-left)) a {
  font-size: 1.063em;
  font-weight: bold;
  padding: 2rem 1.5rem 1rem 2rem;
  font-family: "Roboto", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
  line-height: 1.1;
}
.uc-custom-products__side-btn.uc-store-view-mode .fc-ec-custom-store-list-modal-btn a,
.uc-custom-products__side-btn.uc-store-view-mode .uc-store-view-mode a {
    position: relative;
    text-decoration: none;
}
.uc-custom-products__side-btn.uc-store-view-mode .uc-store-view-mode a:hover:before,
.uc-custom-products__side-btn.uc-store-view-mode .fc-ec-custom-store-list-modal-btn a:hover:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    top: 0;
    left: 0;
    border-radius: 15px 0 0 15px;
}
.uc-custom-store-flort.uc-store-view-mode:not(:has(.uc-mod-cart-left)) .uc-object {
  width: 3rem;
  height: auto;
  margin-bottom: 1rem;
}
.uc-custom-store-flort.uc-store-view-mode:not(:has(.uc-mod-cart-left)) .uc-caption {
  /* padding: 0 5px 0 10px; */
  text-align: center;
}
@media screen and (max-width: 768px) {
    .uc-custom-store-flort.uc-store-view-mode {
        width: 53px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .uc-custom-products__side-btn.uc-store-view-mode:has(.uc-store-noview-mode) {
        bottom: unset;
        transform: unset;
        top: 220px;
    }
    .uc-custom-store-flort.uc-store-view-mode:not(:has(.uc-mod-cart-left)) a {
        max-width: 53px;
        /* padding: 20px 7px 10px; */
        background-size: 27px;
        font-size: 0.875em;
        letter-spacing: 1.45px;
    }
}
@media screen and (min-width: 769px) {
    .uc-custom-products__side-btn.uc-store-view-mode {
        bottom: unset;
        top: 270px;
        -webkit-transform: unset;
        transform: unset;
    }
}
@media screen and (max-width: 768px) {
    .uc-custom-products__side-btn.uc-store-view-mode {
        bottom: unset;
        top: 180px;
        -webkit-transform: unset;
        transform: unset;
    }
}
/* 店舗検索ボタン対応 end */