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

article h3{
    font-family: 'Hiragino UD Sans W6 JIS2004' !important;
    padding: 0 0 8px 0;
    font-size: 15px;
    display: inline-block;
    letter-spacing: .15em;
    color: #666666;
    position: relative;
}

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

#sec_lineup h3,
#sec_feature h3{
    color: #dc5032;
}
#sec_lineup h3:after,
#sec_feature h3:after{
    background-color: #dc5032;
}
article.line:before,
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;
    background-size: cover;
    position: absolute;
    left: 0;
}
article.line:before {
    top: 0;
}
article.line:after {
    bottom: 0;
}
/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    max-width: 900px;
    margin: 0 auto 55px;
    position: relative;
}

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

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

.img_slider .btn_prev,
.img_slider .btn_next{
    display: inline-block;
    font-size: 23px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: -33px;
    color: #c8c8c8;
    transition: color .1s ease .0s;
    cursor: pointer;
    z-index: 10;
}

.is_pc .img_slider .btn_prev:hover,
.is_sp .img_slider .btn_prev.touch,
.is_pc .img_slider .btn_next:hover,
.is_sp .img_slider .btn_next.touch{
    color: #009ddb;
    transition: color .1s ease .05s;
}

.img_slider .btn_prev{ left: 50%;}
.img_slider .btn_next{ right: 50%;}

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

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

#sec_yodogawa .col_center{
    width: 420px;
    margin: 40px auto 0;
}

#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;
    line-height: 1.6em;
}

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

#sec_yodogawa .pic{
    margin: -40px 0 0 0;
}

#sec_yodogawa .pic img{
    width: 480px;
}
/* --------------------------------------------------
*
    #sec_feature
*
-------------------------------------------------- */
#sec_feature {
    background: #ffee8a;
}
#sec_feature .wrap {
    width: 900px;
    margin: 0 auto 50px;
    padding: 50px 0;
}
#sec_feature h3 {
    font-size: 20px;
}
#sec_feature ul {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
#sec_feature li span {
    background: #dc5032;
    color: #FFF;
    font-size: 14px;
    padding: .3em .6em;
    margin-bottom: .8em;
    border-radius: 3em;
    display: inline-block;
}
#sec_feature div {
    font-size: 19px;
    margin-bottom: .8em;
    font-family: 'Hiragino UD Sans W6 JIS2004' !important;
}
/* --------------------------------------------------
*
    #sec_lineup
*
-------------------------------------------------- */
#sec_lineup{
    width: 900px;
    margin: 0 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{
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-size: 20px;
    transition: color .1s ease .0s;
    font-family: 'Hiragino UD Sans W6 JIS2004' !important;
}

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

#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: #009ddb;
    transition: color .15s ease .05s;
}

#sec_lineup li .img{
    margin: 0 0 30px 0;
}

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

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

#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: #009ddb;
    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: #009ddb;
    transition: color .15s ease .05s;
}

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

#sec_lineup .add ul{
    width: 636px;
    margin-top: 100px;
}

#sec_lineup .add .desc {
    white-space: nowrap;
}

#sec_lineup .btn_cart a{
    width: 245px;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #d35a24;
    font-size: 16px;
    border-radius: 15px;
    position: relative;
    transition: background .1s ease .0s;
}

.is_pc #sec_lineup .btn_cart a:hover,
.is_sp #sec_lineup .btn_cart a.touch{
    background-color: #c6541c;
    transition: background .15s ease .05s;
}

#sec_lineup .btn_cart a.sold{
    background-color: #808080 !important;
    cursor: default;
}

#sec_lineup .cart .stock{
    margin: 5px 0 0 0;
    width: 245px;
    text-align: center;
    font-size: 12px;
    color: #666;
    display: block;
}
/* --------------------------------------------------
*
    #sec_banner
*
-------------------------------------------------- */
#sec_banner {
    width: 100%;
    padding: 66px 0;
}
#sec_banner .wrap {
    width: 900px;
    margin: 0 auto 50px;
}

/* --------------------------------------------------
*
    #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 ----- */
