@charset "UTF-8";

/*======== 全体 ========*/
#checked {
    width: 1050px;
    margin: 35px auto 0;
}

.item_list {
    padding-top: 20px;
}

.item_list .items {
    display: flex;
    flex-wrap: wrap;
}

.item_list .items>li {
    width: 240px;
    margin-right: 30px;
    margin-bottom: 32px;
    position: relative;
}

.item_list .items>li:nth-child(4n) {
    margin-right: 0;
}

.item_list>li .photo {
    position: relative;
}

.item_list .items .photo img {
    width: 238px;
    height: 100%;
}

.item_list .items .photo {
    border: 1px solid #e6e6e6;
    display: block;
}

.item_list .items>li a img {
    transition: opacity .3s;
}

.item_list .items>li a:hover img {
    opacity: 0.7;
}

.item_list ul>li img {
    width: 100%;
}

.item_list .icon {
    position: relative;
    margin: 5px 0 0 0;
}

.item_list .icon li {
    float: left;
    line-height: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 0px;
    margin: 0 5px 5px 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

.item_list .icon li:nth-child(3n) {
    margin-right: 0;
}

.item_list .icon .sale {
    background-color: #cf4953;
}

.item_list .icon .new {
    background-color: #e6913c;
}

.item_list .icon .rearrival {
    background-color: #828282;
}

.item_list .icon .comigsoon {
    background-color: #16b84b;
}

.item_list .icon .reserve {
    background-color: #9e57d5;
}

.item_list .icon .magazine {
    background-color: #1653b8;
}

.item_list .icon .limited {
    background-color: #1e84b3;
}

.item_list .icon .outlet {
    background-color: #ba2b13;
}

.item_list .icon .kids {
    background-color: #4f81bd;
}

.item_list .icon .lottery {
    background-color: #008080;
}

.item_list .icon .point_5x,
.item_list .icon .point_10per,
.item_list .icon .point_15per,
.item_list .icon .point_20per {
    background-color: #FF69B4;
}

.item_list .icon .timesale {
    background-color: #778899;
}

.item_list .icon .coupon {
    background-color: #16b84b;
}

.list_favorite {
    width: 24px;
    height: 24px;
    background: url(/static/full/images/detail/icon_fav_off.svg) no-repeat center;
    background-size: 20px 17px;
    /* background-color: #fff; */
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /* box-shadow: 0px 0px 3px #ddd; */
    border-radius: 50%;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    z-index: 9;
}

.list_favorite.on {
    background: url(/static/full/images/detail/icon_fav_on.svg) no-repeat center;
    background-size: 20px 17px;
}

/* 商品情報周り */

#checked .items .item_info {
    display: block;
    padding: 0;
    text-align: left;
}

.item_info .brand_name {
    font-size: 13px;
    display: block;
    margin: 5px 0 3px 0;
    line-height: 20px;
}

.item_info .item_name {
    display: block;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_list .rank_1-3 .price {
    display: block;
    font-family: 'Montserrat', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
}

.item_list .items .price {
    display: block;
    font-family: 'Montserrat', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
}

.price .tax {
    font-size: 11px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.price del {
    display: block;
    font-size: 11px;
}

.price del .tax {
    font-size: 10px;
}

.price .sale_price,
.price .sale_off {
    color: #ef201e;
}

.price .sale_off {
    display: inline-block;
    padding-left: 3px;
    font-size: 11px;
}

.page-mask {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    overflow: hidden;
}

/*test1テスト用*/
span.list_favorite[url*="A1CAN0006M6B"]

/*#51222 kazumiコラボ vol.10用(test1)*/
,span.list_favorite[url*="A1CAN0009EC1"]
,span.list_favorite[url*="A1CAN00096TT"]
,span.list_favorite[url*="A1CAN0008ZIF"]

{
    display: none;
}
