@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    webstore_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
*
    .product_list
*
-------------------------------------------------- */
.product_list{
    clear: both;
    padding: 40px 0 0 0;
    position: relative;
    left: 0;
}

.product_list ul{
    padding: 0 0 50px 0;
    width: calc(100% + 20px);
    letter-spacing: -.40em;
    position: relative;
    left: 10px;
}

.product_list li{
    width: calc(25% - 20px);
    margin: 0 20px 50px 0;
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 14px;
    position: relative;
}

.product_list li a{
    display: block;
    position: relative;
}

.product_list li .pic{
    min-height: 225px;
    margin: 0 0 15px 0;
    background-color: #fff;
    box-sizing: border-box;
    transition: border .1s ease .0s;
    position: relative;
}

.sale_s .product_list li.sold .pic:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(171, 171, 171, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: opacity .1s ease .0s;
}

.product_list li .pic span{
    padding: 20px;
    display: block;
    box-sizing: border-box;
}

.product_list li .pic img{
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
}

.product_list li .cat{
    position: absolute;
    bottom: 5px;
    left: -5px;
}

.product_list li .cat p{
    width: 60px;
    height: 22px;
    margin: 0 0 5px 0;
    line-height: 22px;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}

.sale_s .product_list li.sold .cat:after,
.sale_s .product_list li .cat.coming_soon:after{
    content: 'SOLD OUT';
    display: block;
    width: 78px;
    height: 22px;
    margin: 0 0 5px 0;
    line-height: 22px;
    background-color: #666;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}


.sale_s .product_list li.sold .pic.coming_soon:after{
    display: none !important;
}

.sale_s .product_list li .cat.coming_soon:after{
    width: 115px;
    content: 'COMING SOON' !important;
    background-color: #ff8000 !important;
}


.sale_s .product_list li.sold .cat p{
    display: none;
}

.product_list li .cat p.limited{ background-color: #32b200;}
.product_list li .cat p.lottery{ background-color: #ff8000;}

.product_list li h3{
    margin: 0 0 10px 0;
    color: #666;
    line-height: 1.6em;
    letter-spacing: .1em;
    transition: color .1s ease .0s;
}

.product_list .store_name{
    margin: 0 0 3px 0;
    color: #666;
    letter-spacing: .05em;
    line-height: 1.7em;
    font-size: 12px;
    transition: color .1s ease .0s;
}

.is_pc .product_list li:hover .store_name,
.is_sp .product_list li.touch .store_name,
.is_pc .product_list li:hover h3,
.is_sp .product_list li.touch h3{
    color: #ff8200;
    transition: color .15s ease .05s;
}

.product_list li .price{
    letter-spacing: .1em;
}

.product_list li .fav{
    width: 17px;
    height: 17px;
    padding: 5px;
    background-image:url(../images/parts_ico_fav_on.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    transform: scale(1);
    -webkit-transform: scale(1);
    cursor: pointer;
}

.product_list li .fav:after{
    content: '';
    width: 17px;
    height: 17px;
    opacity: 1 !important;
    background-image:url(../images/parts_ico_fav_off.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity .1s ease .0s, transform .1s ease .0s;
    -webkit-transition: opacity .1s ease .0s, transform .1s ease .0s;
}

.product_list li .fav.on:after{
    opacity: 0 !important;
    transition: opacity .15s ease .05s, transform .15s ease .05s;
    -webkit-transition: opacity .15s ease .05s, transform .15s ease .05s;
}

.is_pc .product_list li .fav:hover,
.is_sp .product_list li .fav.touch{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: opacity .15s ease .05s, transform .15s ease .05s;
    -webkit-transition: opacity .15s ease .05s, transform .15s ease .05s;
}

.is_pc .product_list li .fav:hover:after,
.is_sp .product_list li .fav.touch:after{
    opacity: 0;
    transition: opacity .15s ease .05s, transform .15s ease .05s;
    -webkit-transition: opacity .15s ease .05s, transform .15s ease .05s;
}


/* --------------------------------------------------
*
    #pickup
*
-------------------------------------------------- */
#pickup{
    margin: 0 0 0 0;
    padding: 60px 0 20px 0;
    background-color: #fff;
    overflow: hidden;
}

#pickup h2{
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .2em;
    color: #ff8200;
    text-align: center;
}

#pickup .desc{
    margin: 0 0 50px 0;
    font-size: 15px;
    text-align: center;
}

#pickup .pickup_inner{
    width: 960px;
    margin: 0 auto;
}

#pickup.product_list ul{
    padding: 0 0 0 0 !important;
}

#pickup.product_list li .pic{
    background-color: #f3f3f3;
}


} /* ----- min-width : 641px ----- */

