@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    webstore_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
/* --------------------------------------------------
*
    .product_list
*
-------------------------------------------------- */
.product_list{
    clear: both;
    padding: 20px 10px 0 10px;
}

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

.product_list li{
    width: calc(50% - 10px);
    margin: 0 10px 30px 0;
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 13px;
    position: relative;
    word-wrap: break-word;
}

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

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

.product_list li .pic img{
    width: 100%;
}

.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: 10px;
    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: 18px;
    margin: 0 0 5px 0;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
    font-size: 11px;
    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: 68px;
    height: 18px;
    margin: 0 0 5px 0;
    line-height: 18px;
    background-color: #666;;
    text-align: center;
    box-sizing: border-box;
    font-size: 11px;
    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: 100px;
    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;
    padding: 0 5px;
    color: #666;
    line-height: 1.6em;
    letter-spacing: .1em;
    font-weight: 500;
    transition: color .1s ease .0s;
}

.product_list .store_name{
    margin: 0 0 3px 0;
    padding: 0 5px;
    color: #666;
    letter-spacing: .05em;
    line-height: 1.7em;
    font-size: 11px;
    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{
    padding: 0 5px;
    letter-spacing: .05em;
    font-size: 12px;
}

.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: 35px 0 0 0;
    background-color: #fff;
    overflow: hidden;
}

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

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

#pickup .pickup_inner{
    margin: 0 auto;
}

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

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

} /* ----- max-width: 640px ----- */
