@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    product_sp.css
*
*
------------------------------------------------------------------------------------------ */

@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    #section_product
*
-------------------------------------------------- */
#section_product{
    margin: 0 auto 20px auto;
    overflow: hidden;
}

#section_product .section_title{
    clear: both;
    width: 15%;
    position: absolute;
    top: 55px;
    left: 5px;
}

#section_product .section_title h2 img{
    width: 100%;
}

#section_product .section_pic{
    margin: 0 0 30px 0;
}
    
#section_product .section_detail{
    padding: 0 15px;
}

#section_product .section_pic .img_slider div{
    width: 100%;
    height: auto;
    background: none !important;
}

#section_product .section_pic img{
    width: 100%;
    display: block !important;
}

#section_product .section_pic .thumb{
    margin: 20px 0 0 0;
    display: none;
}

#section_product .section_pic .thumb li{
    width: 40px;
    margin: 0 10px 0 0;
    float: left;
    cursor: pointer;
    opacity: 1;
    transition: opacity .15s ease 0s;
} 

#section_product .section_pic .thumb li:last-child{ margin: 0;}
#section_product .section_pic .thumb li:hover{
    opacity: .7;
    transition: opacity .15s ease .1s;
}

#section_product .section_pic .thumb li.on{
    opacity: .5;
}

#section_product .section_detail .ico{
    margin: 0 0 20px 0;
    text-align: center;
}

#section_product .section_detail h2{
    margin: 0 0 10px 0;
    font-size: 20px;
    text-align: center;
    line-height: 1.3em;
}

#section_product .section_detail h2 .small{
    font-size: 12px;
    position: relative;
}

#section_product .section_detail .p_price{
    margin: 0 0 20px 0;
    font-size: 18px;
    text-align: center;
}

body.soon #section_product .section_detail .p_price{
    margin: 0 0 40px 0;
}

#section_product .section_detail .p_price .small{
    font-size: 12px;
}

#section_product .btn_cart{
    width: 200px;
    margin: 0 auto 35px auto;
    text-align: center;
}

#section_product .btn_cart li{
    margin: 0 0 15px 0;
}

#section_product .btn_cart li a{
    opacity: 1;
    transition: opacity .15s ease 0s;
}

#section_product .btn_cart li a:hover{
    opacity: .7;
    transition: opacity .15s ease .1s;
}

#section_product .btn_cart li,
#section_product .btn_cart a{
    width: 200px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    position: relative;
}

#section_product .btn_cart li .stock{
    font-size: 12px;
    color: #e71f19;
    position: absolute;
    top: 23px;
    right: -35px;
}

#section_product .section_detail .desc p{
    margin: 0 0 1.5em 0;
    font-size: 14px;
    line-height: 2em;
}

#section_product .section_detail .desc h2{
    width: 55px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    float: left;
}

#section_product .section_detail .desc h2 img{
    width: 55px;
}

#section_product .section_detail .caution{
    text-indent: -1.5em !important;
    padding-left: 1.5em !important;
}


/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    clear: both;
    background-color: #f7f5f5;
    overflow: hidden;
}

#section_info a{ text-decoration: underline;}
#section_info a:hover{ text-decoration: none;}

#section_info .col_left{
    text-align: center;
}

#section_info .col_left img{
    width: 100%;
    max-width: 400px;
}

#section_info .section_inner{
    margin: 0 auto;
    padding: 15px 0;
    font-size: 13px;
    line-height: 2em;
    overflow: hidden;
}

#section_info .col_center br{
    display: block !important;
}

#section_info .section_inner dt{
    font-weight: bold;
    padding: 0 15px;
}

#section_info .section_inner dd{
    margin: 0 0 1em 0;
    padding: 0 15px;
}



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