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

@media screen and (min-width : 481px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 481px
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    border-top: 15px solid #0058aa;
    width: 1000px;
    margin: 0 auto -1px auto;
    position: relative;
}

#mv .logo_hobo{
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 1;
}

#mv .logo_hobo img{
    width: 187px;
    height: auto;
}

#mv h1{
    position: absolute;
    top: 170px;
    left: 75px;
    z-index: 1;
}

#mv .onsale{
    font-size: 16px;
    font-family: 'こぶりなゴシック W6 JIS2004';
    letter-spacing: .08em;
    line-height: 1.6em;
    color: #0058aa;
    position: absolute;
    bottom: 90px;
    right: 45px;
    z-index: 1;
}

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

#mv .btn_prev img,
#mv .btn_next img{
    margin-top: -33px;
    width: 65px;
    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;
}

/* --------------------------------------------------
*
    #section_lineup
*
-------------------------------------------------- */
#section_lineup{
    width: 1000px;
    margin: 0 auto;
}

#index_nav{
    font-family: 'こぶりなゴシック W6 JIS2004';
    margin: 0 auto;
    padding: 45px 0;
    position: relative;
    font-size: 14px;
    letter-spacing: .06em;
}

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

#index_nav ul{
    float: right;
    position: relative;
}

#index_nav li{
    margin: 0 60px 0 0;
    float: left;
}

#index_nav li a{
    display: block;
    position: relative;
    transition: color .15s ease;
}

#index_nav .profile{
    margin: 0 0 0 35px;
    float: left;
}

#index_nav .profile a{
    padding-right: 30px;
    position: relative;
    transition: color .15s ease;
}

#index_nav .profile .s{
    font-family: 'こぶりなゴシック W6 JIS2004';
    font-size: 70%;
}

#index_nav .profile a:before{
    content: '';
    width: 21px;
    height: 25px;
    display: block;
    background-image:url(../images/parts_arrow_right_b.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    position: absolute;
    top: -4px;
    right: 0;
    transition: opacity .15s ease;
}

#index_nav .profile a:after{
    content: '';
    width: 21px;
    height: 25px;
    display: block;
    opacity: 0;
    background-image:url(../images/parts_arrow_right_on.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    position: absolute;
    top: -4px;
    right: 0;
    transition: opacity .15s ease;
}

.is_pc #index_nav .profile a:hover,
.is_sp #index_nav .profile a.touch{
    color: #e11c56;
}

.is_pc #index_nav .profile a:hover:after,
.is_sp #index_nav .profile a.touch:after{
    opacity: 1;
}

.is_pc #index_nav .profile a:hover:before,
.is_sp #index_nav .profile a.touch:before{
    opacity: 0;
}

#index_nav .change a{
    padding-left: 33px;
}

#index_nav .change a:before{
    content: '';
    width: 19px;
    height: 21px;
    display: block;
    background-image:url(../images/parts_ico_change_b.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    position: absolute;
    top: -4px;
    left: 0;
    transition: opacity .15s ease;
}

#index_nav .change a:after{
    content: '';
    width: 19px;
    height: 21px;
    display: block;
    opacity: 0;
    background-image:url(../images/parts_ico_change_on.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    position: absolute;
    top: -4px;
    left: 0;
    transition: opacity .15s ease;
}

.is_pc #index_nav .change a:hover:after,
.is_sp #index_nav .change a.touch:after{
    opacity: 1;
}

.is_pc #index_nav .change a:hover:before,
.is_sp #index_nav .change a.touch:before{
    opacity: 0;
}


#index_nav .cart a{
    padding-left: 33px;
}

#index_nav .cart a:before{
    content: '';
    width: 23px;
    height: 15px;
    display: block;
    background-image:url(../images/parts_ico_cart_b.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    position: absolute;
    top: -1px;
    left: 0;
    transition: opacity .15s ease;
}

#index_nav .cart a:after{
    content: '';
    width: 23px;
    height: 15px;
    display: block;
    opacity: 0;
    background-image:url(../images/parts_ico_cart_on.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    position: absolute;
    top: -1px;
    left: 0;
    transition: opacity .15s ease;
}

.is_pc #index_nav .cart a:hover:after,
.is_sp #index_nav .cart a.touch:after{
    opacity: 1;
}

.is_pc #index_nav .cart a:hover:before,
.is_sp #index_nav .cart a.touch:before{
    opacity: 0;
}

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

#product_list li{
    font-family: '秀英丸ゴシック B';
    width: 33.333%;
    margin: 0 0 55px 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 42px;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
}

#product_list li.sold a .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 h3{
    margin: 20px 0 10px 0;
    font-size: 16px;
    letter-spacing: .12em;
}

#product_list h3 .color{
    margin: 10px 0 0 0;
    font-size: 20px;
    display: block;
    line-height: 1.7em;
}

#product_list h3 .color.di{
    margin: 0 0 0 10px;
    display: inline-block;
}

#product_list .price{
    margin: 0 0 15px 0;
    font-size: 20px;
    letter-spacing: .1em;
    white-space: nowrap;
}

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

#product_list .price .tax{
    font-size: 12px;
}

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

#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_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    padding: 45px 0;
    background-color: #0058aa;
    text-align: center;
}

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

#sec_yodogawa p{
    margin: 0 0 30px 0;
    color: #fff;
    font-family: '秀英丸ゴシック B';
    font-size: 15px;
    line-height: 1.93em;
    letter-spacing: .12em;
}

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


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