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

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

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv .onsale{
    margin: 10px 0;
    font-size: 14px;
    font-family: 'こぶりなゴシック W6 JIS2004';
    letter-spacing: .08em;
    line-height: 1.6em;
    color: #0058aa;
    z-index: 1;
}

#mv .onsale .l{
    font-size: 130%;
}

#mv .btn_prev img,
#mv .btn_next img{
    margin-top: 2px;
    width: 32px;
    height: auto;
    position: relative;
    transition: left .15s ease, right .15s ease;
}

#mv .btn_prev{
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
}

#mv .btn_next{
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
}

#mv .btn_prev img{ left: 0;}
#mv .btn_prev:hover img{
    left: -5px;
}

#mv .btn_next img{ right: 0;}
#mv .btn_next:hover img{
    right: -5px;
}

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

/* --------------------------------------------------
*
    #section_lineup
*
-------------------------------------------------- */
#section_lineup{
    margin: 0 auto;
    overflow: hidden;
}

/* --------------------------------------------------
*
    #product_list
*
-------------------------------------------------- */
#product_list ul{
    margin: 0 auto -10px auto;
    letter-spacing: -.40em;
    position: relative;
}

#product_list li{
    font-family: '秀英丸ゴシック B';
    width: 50%;
    margin: 0 0 40px 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{
    padding: 0 5px;
    margin: 20px 0;
}

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

#product_list li.sold a .img:after{
    content: '';
    display: block;
    width: 82px;
    height: 82px;
    background-image:url(../images/parts_ico_sold.png);
    background-repeat: no-repeat;
    background-size: 82px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    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 h3{
    margin: 20px 0 5px 0;
    font-size: 11px;
    letter-spacing: .05em;
    line-height: 1.8em;
}

#product_list h3 .color{
    margin: 2px 0 0 0;
    font-size: 14px;
    display: block;

}

#product_list h3 .color.di{
    margin: 0 0 0 10px;
}

#product_list .price{
    margin: 0 0 15px 0;
    font-size: 14px;
    letter-spacing: .1em;
}

#product_list li.mag .price{
    margin: 0 0 37px 0;
}

#product_list .price .y{
    font-size: 11px;
}

#product_list .price .tax{
    margin: 7px 0 0 0;
    font-size: 9px;
    display: block;
}

#product_list .btn_detail{
    display: inline-block;
    position: relative;
}

#product_list .btn_detail img{
    width: 105px;
    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: 105px;
    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_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    padding: 20px 15px;
    background-color: #0058aa;
    text-align: left;
}

.t02 #sec_yodogawa{
    background-color: #e51c56;
}

#sec_yodogawa p{
    margin: 0 0 25px 0;
    color: #fff;
    font-family: '秀英丸ゴシック B';
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .05em;
}

#sec_yodogawa p:last-child{
    margin: 0;
}



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