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

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


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 20px 0;
}

.img_slider img{
    width: 100%;
    height: auto;
}

#mv .thumb{
    width: calc(100% + 6px);
    opacity: 0;
    overflow: hidden;
    position: relative;
    left: -3px;
}

#mv .thumb ul{
    letter-spacing: -.40em;
    text-align: left;
}

#mv .thumb li{
    width: 16.666%;
    padding: 3px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    line-height: 0;
    transition: opacity .2s ease;
    cursor: pointer;
}

.is_pc #mv .thumb li:hover,
.is_sp #mv .thumb li.touch,
#mv .thumb li.on{
    opacity: .4;
}

#mv .thumb li img{
    width: 100%;
    height: auto;
    line-height: 0;
}


/* --------------------------------------------------
*
    #section_product
*
-------------------------------------------------- */
#section_product{
    margin: 0 auto 0 auto;
    padding: 0 15px 60px 15px;
    position: relative;
    border-bottom: 5px solid #0058a6;
}

#section_product:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#section_product .col_left{
    margin: 0 0 15px 0;
    font-family: '秀英丸ゴシック B'; 
}

#section_product .col_left h2{
    margin: 0 0 10px 0;
    font-size: 16px;
    letter-spacing: .12em;
}

#section_product .col_left .color{
    margin: 0 0 15px 0;
    font-size: 24px;
    letter-spacing: .12em;
}

#section_product .col_left .color .s{
    font-size: 20px;
}

#section_product .col_left .price{
    margin: 0 0 20px 0;
    font-size: 16px;
    letter-spacing: .12em;
}

#section_product .col_left .price .tax{
    font-size: 10px;
}

#section_product .col_left .desc p{
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 1.8em;
}

#section_product .handkerchief_list,
#section_product .col_right{
    text-align: center;
}

#section_product .handkerchief_list div.cart,
#section_product .col_right div.cart{
    margin: 0 0 60px 0;
}

#section_product .handkerchief_list div.cart:last-child,
#section_product .col_right div.cart:last-child{
    margin: 0;
}

#section_product .handkerchief_list .color,
#section_product .col_right .color{
    margin: 0 0 5px 0;
    font-size: 14px !important;
    letter-spacing: .1em;
    line-height: 1.6em;
    font-family: '秀英丸ゴシック B'; 
}

#section_product .handkerchief_list .img,
#section_product .col_right .img{
    margin: 0 0 25px 0;
}

#section_product .handkerchief_list .img img,
#section_product .col_right .img img{
    width: 70%;
    height: auto;
}

#section_product .handkerchief_list .btn_cart a,
#section_product .col_right .btn_cart a{
    width: 210px;
    height: 49px;
    display: inline-block;
    background-image:url(../images/btn_cart_on.png);
    background-size: 210px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#section_product .handkerchief_list .btn_cart a:after,
#section_product .col_right .btn_cart a:after{
    content: '';
    width: 210px;
    height: 49px;
    display: block;
    background-image:url(../images/btn_cart.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 210px;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .1s ease;
}

#section_product .handkerchief_list .btn_cart a.sold,
#section_product .col_right .btn_cart a.sold{
    cursor: default;
}

#section_product .handkerchief_list .btn_cart a.sold:after,
#section_product .col_right .btn_cart a.sold:after{
    background-image:url(../images/btn_cart_sold.png) !important;
    opacity: 1 !important;
}

.is_pc #section_product .handkerchief_list .btn_cart a:hover:after,
.is_sp #section_product .handkerchief_list .btn_cart a.touch:after,
.is_pc #section_product .col_right .btn_cart a:hover:after,
.is_sp #section_product .col_right .btn_cart a.touch:after{
    opacity: 0;
}

#section_product .handkerchief_list .btn_cart .stock,
#section_product .col_right .btn_cart .stock{
    margin: 10px 0 0 0;
    font-family: 'こぶりなゴシック W6 JIS2004';
    color: #0058a6;
    font-size: 12px;
    display: block;
    letter-spacing: .1em;
}

#section_product .handkerchief_list .btn_cart .shipping,
#section_product .col_right .btn_cart .shipping{
    margin: 10px 0 0 0;
    font-family: 'こぶりなゴシック W6 JIS2004';
    font-size: 12px;
    display: block;
    letter-spacing: .1em;
    color: #808080;
}


/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    font-family: '秀英丸ゴシック B'; 
    margin: 0 auto;
    position: relative;
}

#section_info:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#section_info .col_left{
    padding: 20px 25px 25px 25px;
    box-sizing: border-box;
    background-color: #dadada;
}

#section_info.size_none .col_left{
    background: none;
}

#section_info .col_left .detail{
    margin: 0 0 15px 0;
}

#section_info .col_left .detail p{
    font-size: 12px;
    line-height: 2em;
    letter-spacing: .05em;
}

#section_info .col_left .img{
    background-color: #fff;
}

#section_info .col_left .img img{
    width: 100%;
    height: auto;
}

#section_info .col_right{
    padding: 30px 15px;
    box-sizing: border-box;
}

#section_info.size_none .col_right{
    padding-top: 0;
}

#section_info .col_right h4{
    margin: 0 0 15px .5em;
    font-size: 16px;
    letter-spacing: .12em;
}

#section_info .col_right li{
    margin: 0 0 10px 0;
    font-size: 12px;
    letter-spacing: .12em;
    line-height: 2em;
    text-indent: -1em;
    padding-left: 1em;
}

#section_info .col_right li:before{
    content: '・';
}

/* --------------------------------------------------
*
    #product_list
*
-------------------------------------------------- */
#product_list{
    margin: 0 auto;
}

#product_list ul{
    margin: 0 auto;
    padding: 0 0 25px 0;
    letter-spacing: -.40em;
    position: relative;
}

#product_list li{
    font-family: '秀英丸ゴシック B';
    width: 33.333%;
    margin: 0 0 25px 0;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

#product_list li a{
    display: block;
    color: #000;
    position: relative;
    transition: color 0s ease;
}

#product_list li a:hover,
#product_list li a.touch{
    color: #e11c56;
}

#product_list{
    margin: 0 0 20px 0;
}

#product_list .img{
    padding: 0 10px;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
}

#product_list li a.sold .img:after{
    content: '';
    display: block;
    width: 126px;
    height: 126px;
    background-image:url(../images/parts_ico_sold.png);
    background-repeat: no-repeat;
    background-size: 126px;
    position: absolute;
    right: 30px;
    bottom: 15px;
    z-index: 2;
}

#product_list .img img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: opacity .15s ease;
}

#product_list li:hover .img img{
    opacity: .8;
}

#product_list .btn_detail img{
    width: 135px;
    height: auto;
    opacity: 1;
    transition: opacity .0s ease;
}

#product_list .btn_detail:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-image:url(../images/btn_detail_on.png);
    background-repeat: no-repeat;
    background-size: 135px;
    background-position: center top;
    position: absolute;
    top: 0;
    lefT: 0;
}

.is_pc #product_list li a:hover .btn_detail img,
.is_sp #product_list li a.touch .btn_detail img{
    opacity: 0;
}

.is_pc #product_list li a:hover .btn_detail:after,
.is_sp #product_list li a.touch .btn_detail:after{
    opacity: 1;
}

#section_lineup .btn_back_index{
    margin: -10px 0 40px 0;
    text-align: center;
}

#section_lineup .btn_back_index img{
    width: 164px;
    height: auto;
}


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