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

article h3{
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    padding: 0 0 8px 0;
    font-size: 15px;
    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: 16px;
    display: block;
    background-image:url(../images/parts_line_stripe_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}


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

#mv .badge{
    position: absolute;
    top: -15px;
    right: 15px;
}

#mv .badge img{
    width: 194px;
} 



/* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    margin: 0 0 45px 0;
    padding: 0 0 50px 0;
    overflow: hidden;
    position: relative;
}

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

#sec_yodogawa .col_left{
    width: 420px;
    float: left;
}

#sec_yodogawa .col_right{
    width: 480px;
    margin: 10px 0 0 0;
    float: right;
}

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

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


/* --------------------------------------------------
*
    #sec_lineup
*
-------------------------------------------------- */
#sec_lineup{
    width: 900px;
    margin: 0 auto 50px auto;
    padding: 0 0 96px 0;
    position: relative;
}

#sec_lineup a{
    display: block;
}

#sec_lineup a .img{
    display: block;
    position: relative;
}

#sec_lineup a .img:after{
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    background-image:url(../images/parts_ico_circle_arrow.png);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    position: absolute;
    bottom: -25px;
    right: 0;
    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 35px 0;
}

#sec_lineup ul{
    width: 955px;
    display: table;
}

#sec_lineup li{
    width: 33.333%;
    padding: 0 55px 0 0;
    display: table-cell;
    letter-spacing: .05em;
}

#sec_lineup li h4{
    margin: 0 0 15px 0;
    font-size: 20px;
    transition: color .1s ease .0s;
}

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

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

.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{
    margin: 0 0 30px 0;
}

#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 6px 4px;
    display: inline-block;
    font-size: 14px;
    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: 20px;
    transition: color .1s ease .0s;
}

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

#sec_lineup .product_otomo .img{
    padding: 0 35px 0 0;
    position: absolute;
    top: 25px;
    right: 0;
}

.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{
    width: 900px;
    margin: 0 auto;
    padding: 0 0 65px 0;
    position: relative;
}

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

#sec_movie iframe{
    max-width: 720px;
    display: block;
    margin: 0 auto;
}


} /* ----- min-width : 641px ----- */
