@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_sp.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
/*------------------------------------------------------------------------------------------
*
*
    max-width: 640px;
*
*
------------------------------------------------------------------------------------------ */
article{
    position: relative;
}

article h3{
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    padding: 0 0 10px 0;
    font-size: 12px;
    display: inline-block;
    letter-spacing: .15em;
    color: #666;
    position: relative;
}

article h3:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #666;
    position: absolute;
    bottom: 0;
    left: 0;
}

article.line:after{
    content: '';
    width: 100%;
    height: 10px;
    display: block;
    background-image:url(../images/parts_line_stripe_sp.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 30px 0;
    position: relative;
}

#mv img{
    width: 100%
}

#mv .badge{
    width: 32%;
    max-width: 194px;
    position: absolute;
    top: -15px;
    right: 5px;
}

#mv .badge img{
    width: 100%;
} 



/* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    margin: 0 auto 35px auto;
    padding: 0 20px 40px 20px;
    overflow: hidden;
    position: relative;
}

#sec_yodogawa:after{
    content: '';
    display: block;
    clear: both;
}

#sec_yodogawa h2{
    margin: 0 0 15px 0;
    font-size: 18px;
    letter-spacing: .05em;
}

#sec_yodogawa .col_left p{
    margin: 0 0 15px 0;
    font-size: 13px;
    line-height: 1.8666em;
    letter-spacing: .05em;
}

#sec_yodogawa .pic img{
    width: 100%;
}


/* --------------------------------------------------
*
    #sec_lineup
*
-------------------------------------------------- */
#sec_lineup{
    margin: 0 auto 30px auto;
    padding: 0 20px 50px 20px;
    position: relative;
}

#sec_lineup a{
    display: block;
}

#sec_lineup a .img{
    max-width: 360px;
    margin: 0 auto 20px auto;
    padding: 0 45px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    position: relative;
}

#sec_lineup a .img:after{
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    background-image:url(../images/parts_ico_circle_arrow.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
    position: absolute;
    bottom: -5px;
    right: 10px;
    transition: transform .1s ease .0s, right .1s ease .0s;
    -webkit-transition: transform .1s ease .0s, right .1s ease .0s;
}

#sec_lineup h3{
    margin: 0 0 30px 0;
}

#sec_lineup li{
    margin: 0 0 60px 0;
    letter-spacing: .05em;
}

#sec_lineup li h4{
    margin: 0 0 10px 0;
    font-size: 18px;
}

#sec_lineup li .price{
    margin: 0 0 15px 0;
    font-size: 16px;
}

#sec_lineup li .price .s{
    margin: 0 0 0 5px;
    font-size: 12px;
}

.is_pc #sec_lineup li a:hover .img:after,
.is_sp #sec_lineup li a.touch .img:after{
    transform: scale(1.1);
    transition: transform .15s ease .05s, right .15s ease .05s;
    -webkit-transition: transform .15s ease .05s, right .15s ease .05s;
}

.is_pc #sec_lineup li a:hover h4,
.is_sp #sec_lineup li a.touch h4{
    color: #91b4e6;
    transition: color .15s ease .05s;
}

#sec_lineup li .img img{
    width: 100%;
    vertical-align: bottom;
    opacity: 1 !important;
}

#sec_lineup li .desc{
    font-size: 13px;
    line-height: 1.615em;
}

#sec_lineup .product_otomo{
    margin: 45px 0 0 0;
    letter-spacing: .05em;
    position: relative;
}

#sec_lineup .product_otomo .point{
    margin: 0 0 15px 0;
    padding: 5px 4px;
    display: inline-block;
    font-size: 13px;
    line-height: 1em;
    text-indent: .5em;
    color: #fff;
    background-color: #91b4e6;
    border-radius: 3px;
}

#sec_lineup .product_otomo h4{
    margin: 0 0 15px 0;
    font-size: 17px;
    white-space: nowrap;
}

#sec_lineup .product_otomo .desc{
    font-size: 13px;
    line-height: 1.615em;
}

#sec_lineup .product_otomo .img{
    padding-bottom: 15px;
}

.is_pc #sec_lineup .product_otomo a:hover .img:after,
.is_sp #sec_lineup .product_otomo a.touch .img:after{
    transform: scale(1.1);
    transition: transform .15s ease .05s, right .15s ease .05s;
    -webkit-transition: transform .15s ease .05s, right .15s ease .05s;
}

.is_pc #sec_lineup .product_otomo a:hover h4,
.is_sp #sec_lineup .product_otomo a.touch h4{
    color: #91b4e6;
    transition: color .15s ease .05s;
}

#sec_lineup .product_otomo .img img{
    width: 100%;
    vertical-align: bottom;
    opacity: 1 !important;
}


/* --------------------------------------------------
*
    #sec_movie
*
-------------------------------------------------- */
#sec_movie{
    margin: 0 auto;
    padding: 0 20px 35px 20px;
    position: relative;
}

#sec_movie h3{
    margin: 0 0 30px 0;
}


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