@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    product_sp.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
*
*
------------------------------------------------------------------------------------------ */

#footer{
    padding-bottom: 30px;
}

.sp_cart_ico{
    width: 40px;
    height: 40px;
    background-image:url(../images/btn_ico_cart.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    position: fixed;
    bottom: 10px;
    right: 5px;
    cursor: pointer;
    z-index: 2;
}

/* --------------------------------------------------
*
    #section_product
*
-------------------------------------------------- */
#section_product{
    width: 100%;
    padding: 0 0 60px 0;
    margin: 0 auto 70px auto;
    background-color: #fff;
    box-sizing: border-box;
    color: #000;
}

#pic_slider{
    width: 100%;
    position: relative;
}

#pic_slider div img{
    width: 100%;
    height: auto;
}

/* --------------------------------------------------
*
    #slider_dot
*
-------------------------------------------------- */
.slick-dots{
    width: auto !important;
    display: block;
    position: absolute !important;
    bottom: 0;
    z-index: 2;
}

.slick-dots li{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 -3px;
    text-align: center;
    vertical-align: top;
    position: relative;
}

.slick-dots li button{
    width: 30px;
    height: 30px;
    position: relative;
    border: 0;
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

.slick-dots li button:before{
    content: '';
    width: 30px;
    height: 30px;
    background-image:url(../images/parts_img_slider_dots.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before{
    background-image:url(../images/parts_img_slider_dots_on.png);
    opacity: 1;
}


/* --------------------------------------------------
*
    #section_desc
*
-------------------------------------------------- */
#section_desc{
    padding: 10px 5% 40px 5%;
    overflow: hidden;
}

#section_desc .logo{
    margin: 0 0 5px 0;
}

#section_desc .logo img{
    width: 130px;
}

#section_desc h2{
    margin: 0 0 25px 0;
    font-size: 26px;
    letter-spacing: .1em;
    line-height: 1.6em;
}

#section_desc .desc p{
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 2em;
}

#section_desc .desc p:last-child{
    margin: 0 0 20px 0;
}


/* --------------------------------------------------
*
    #product_list
*
-------------------------------------------------- */
#product_list{
    text-align: center;
}

#product_list li{ margin: -40px 0 0 0 !important;}
#product_list li:last-child{ margin-bottom: 0 !important;}

/* position */
#product_list #tampico_bigblackbaketsu{ margin-top: 20px !important;}
#product_list #tampico_marche{ margin-top: -20px !important;}


#product_list .pic{
    margin: 0 0 10px 0;
}

#product_list .pic img{
    width: 280px;
    height: auto;
}

#product_list h3{
    margin: 0 0 8px 0;
    font-size: 17px;
    letter-spacing: .1em;
}

#product_list .price1{
    margin: 0 0 15px 0;
    font-size: 12px;
}

#product_list .stock{
    font-size: 13px;
    letter-spacing: .1em;
    color: #f15a24;
}

#product_list .cart .btn{
    margin: 0 0 6px 0;
    display: inline-block;
}

#product_list .cart .btn a img{
    width: 200px;
    height: auto;
    transition: opacity .1s ease;
}

#product_list .cart.sold .btn a img{
    display: none;
}

#product_list .cart .btn a:hover img{
    opacity: .7;
}

#product_list .cart.sold .btn{
    width: 200px;
    height: 34px;
    background-image:url(../images/btn_cart_sold.png);
    background-repeat: no-repeat;
    background-size: 200px;
}


/* --------------------------------------------------
*
    #section_size
*
-------------------------------------------------- */
#section_size{
    clear: both;
    padding: 0 5% 20px 5%;
    background-color: #f2f2f2;
    overflow: hidden;
}

#section_size dl{
    width: 280px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8em;
    text-align: left;
}

#section_size dt{
    font-size: 12px;
}

#section_size dd{
    margin: 0 0 15px 0;
}

#section_size .size_info{
    display: inline-block;
}

#section_size .img{
    text-align: center;
}

#section_size .img img{
    width: 300px;
    margin: 0 auto;
    display: block;
    height: auto;
}



/* --------------------------------------------------
*
    #product_btm_nav
*
-------------------------------------------------- */
#product_btm_nav{
    clear: both;
    padding: 40px 0 0 0;
    margin: 0 0 20px 0;
    text-align: center;
}

#product_btm_nav h3 img{
    width: 187px;
    height: auto;
    margin: 0 0 20px 0;
}

#product_btm_nav li .pic{
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
}

#product_btm_nav li.sold .pic:after{
    content: '';
    display: block;
    width: 65px;
    height: 65px;
    background-image:url(../images/parts_ico_badge_sold.png);
    background-repeat: no-repeat;
    background-size: 65px;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

#product_btm_nav ul{
    letter-spacing: -.4em;
}

#product_btm_nav li{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#product_btm_nav li.product_baketsul{
    width: 100%;
    text-align: center;
    margin: 0 10px 0 0;
    display: block;
}

#product_btm_nav li a{
    display: block;
    transition: all .1s ease;
}

#product_btm_nav li a:hover img{
    transform: scale(1.05);
}

#product_btm_nav li .name{
    font-size: 11px;
    opacity: 0;
    display: none;
    transition: all .2s ease;
    display: block;
    position: relative;
    left: 0;
    bottom: 5px;
}

#product_btm_nav li img{
    width: 95%;
    max-width: 200px;
    height: auto;
    transition: all .1s ease;
}

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

