@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{
    position: static;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#section_product .section_title h2 img{
    max-height: 70px;
    max-width: 90%;
}

#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;}

.is_sp #section_product .section_pic .thumb li.touch,
.is_pc #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;
}

.is_sp #section_product .btn_cart li a.touch,
.is_pc #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: 10px;
    right: -35px;
}

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

#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 .desc h2 img.btm{
    width: 130px;
    position: relative;
    left: -37px;
}

#section_product .section_detail .desc h2 img.btm.small{
    width: 100px;
    left: -25px;
}

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

#section_product .banner_compare{
    text-align: center;
}

#section_product .banner_compare img{
    width: 100%;
    max-width: 320px;
    height: auto;
}


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

#section_info a{ text-decoration: underline;}
.is_sp #section_info a.touch,
.is_pc #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;
}

.cart_info {
    margin-top: 40px;
    text-align: center;
}

.cart .cart_btn {
    box-sizing: border-box;
    border: solid 1px;
    padding-left: 5px;
    border-radius: 8px;
    line-height: 32px;
    font-size: 13px;
    letter-spacing: .1em;
}

.cart .cart_btn.sold {
    background-color: #b5b5b6;
    color: #FFF;
}

.cart .cart_btn.sold .ico-cart:after {
    visibility: hidden;
}

.cart .cart_btn .type {
    font-size: 17px;
    vertical-align: bottom;
    font-weight: bold;
}

.cart .cart_btn .type strong {
    display: inline-block;
    font-size: 22px;
    vertical-align: bottom;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
}

.size_char_1 .type strong {
    width: 30px;
}

.size_char_2 .type strong {
    width: 36px;
}

.ico-cart:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 19px;
    margin-left: 5px;
    margin-right: 5px;
    background-image:url(../images/ico_cart.png);
    background-repeat: no-repeat;
    background-size: 25px 19px;
    vertical-align: -4px;
}

.original {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    padding-left: .5em;
    padding-right: .5em;
    letter-spacing: .1em;
    background-color: #A72626;
    color: #FFF;
    border-radius: 2px;
    margin-bottom: 10px;
}

.swiper-button-next {
    margin-top: -32px;
    background-size: 19px 30px;
}
.swiper-button-prev {
    margin-top: -32px;
    background-size: 19px 30px;
}
#leather {
    display: block!important;
}
#leather img {
    width: 100%!important;
    max-width: 100%!important;
}
} /* ----- max-width : 640px ----- */
