@charset "UTF-8";

.c-itemList__favBt {
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0);
    background-image: url('//image.piary.jp/social-gift/uploads/commons/ico_fav.svg');
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}
.c-itemList__favBt.tap {
    animation: favoIcon 0.3s ease 0s 1 normal;
    background-image: url('//image.piary.jp/social-gift/uploads/commons/ico_fav_active.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.bg-load-overlay {
    background: rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    position: fixed;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-around;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    opacity: 1;
}
.button-wide {
    width: 100%;
}
