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

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

#mv .logo_hobo{
    margin: 15px 0 5px 10px;
    z-index: 1;
}

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

#mv h1{
    padding: 0 0 0 13px;
    position: relative;
}

#mv .thumb{
    width: calc(100% + 10px);
    opacity: 0;
    overflow: hidden;
    position: relative;
    left: -5px;
}

#mv .thumb ul{
    letter-spacing: -.40em;
    text-align: left;
}

#mv .thumb li{
    width: 10%;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px;
    letter-spacing: normal;
    line-height: 0;
    transition: opacity .2s ease;
    cursor: pointer;
}

.is_pc #mv .thumb li:hover,
.is_sp #mv .thumb li.touch,
#mv .thumb li.on{
    opacity: .4;
}

#mv .thumb li img{
    width: 100%;
    height: auto;
}


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

#header{
    height: 125px;
    position: relative;
    overflow: hidden;
}

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

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

#gnav ul{
    position: relative;
}

#gnav li{
    margin: 0 0 0 50px;
    float: left;
}

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


#gnav .attention a{
    padding-left: 30px;
}

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

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

.is_pc #gnav .attention a:hover:after,
.is_sp #gnav .attention a.touch:after{
    opacity: 1;
}

.is_pc #gnav .attention a:hover:before,
.is_sp #gnav .attention a.touch:before{
    opacity: 0;
}


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

#gnav .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;
}

#gnav .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 #gnav .change a:hover:after,
.is_sp #gnav .change a.touch:after{
    opacity: 1;
}

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


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

#gnav .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;
}

#gnav .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 #gnav .cart a:hover:after,
.is_sp #gnav .cart a.touch:after{
    opacity: 1;
}

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


/* --------------------------------------------------
*
    #section_product
*
-------------------------------------------------- */
#section_product{
    width: 1000px;
    margin: 0 auto 65px auto;
    position: relative;
    border-bottom: 15px solid #0058a6;
}

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

#section_product .col_left{
    font-family: '秀英丸ゴシック B'; 
    width: 640px;
    float: left;
}

#section_product .col_right{
    width: 360px;
    float: right;
}

#section_product .col_left h2{
    margin: 0 0 10px 0;
    font-size: 18px;
    letter-spacing: .12em;
}

#section_product .col_left .color{
    margin: 0 0 25px 0;
    font-size: 32px;
    letter-spacing: .12em;
}

#section_product .col_left .price{
    margin: 0 0 55px 0;
    font-size: 26px;
    letter-spacing: .12em;
}

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

#section_product .col_left .desc p{
    margin: 0 0 40px 0;
    font-size: 18px;
    line-height: 2.111em;
}

#section_product .col_right{
    text-align: center;
}

#section_product .col_right div.cart{
    margin: 0 0 80px 0;
}

#section_product .col_right .color{
    margin: 0 0 20px 0;
    font-size: 18px !important;
    letter-spacing: .1em;
    font-family: '秀英丸ゴシック B'; 
}

#section_product .col_right .img{
    margin: -20px 0 25px 0;
}

#section_product .col_right .img img{
    width: 100%;
    height: auto;
}

#section_product .col_right .btn_cart a{
    width: 300px;
    height: 70px;
    display: inline-block;
    background-image:url(../images/btn_cart_on.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#section_product .col_right .btn_cart a:after{
    content: '';
    width: 300px;
    height: 70px;
    display: block;
    background-image:url(../images/btn_cart.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .1s ease;
}

#section_product .col_right .btn_cart a.sold{
    cursor: default;
}

#section_product .col_right .btn_cart a.sold:after{
    background-image:url(../images/btn_cart_sold.png) !important;
    opacity: 1 !important;
}

.is_pc #section_product .col_right .btn_cart a:hover:after,
.is_sp #section_product .col_right .btn_cart a.touch:after{
    opacity: 0;
}

#section_product .col_right .btn_cart .stock{
    margin: 15px 0 0 0;
    font-family: 'こぶりなゴシック W6 JIS2004';
    color: #0058a6;
    font-size: 15px;
    display: block;
    letter-spacing: .1em;
}

#section_product .col_right .btn_cart .shipping{
    margin: 15px 0 0 0;
    font-family: 'こぶりなゴシック W6 JIS2004';
    font-size: 15px;
    display: block;
    letter-spacing: .1em;
    color: #808080;
}




#section_product .handkerchief_list{
    padding: 40px 0 0 0;
    clear: both;
    position: relative;
    letter-spacing: -.40em;
}

#section_product .handkerchief_list div{
    width: 33.333%;
    margin: 0 0 100px 0;
    text-align: center;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

#section_product .handkerchief_list .color{
    margin: 0 0 15px 0;
    font-size: 18px !important;
    letter-spacing: .1em;
    line-height: 1.6em;
    font-family: '秀英丸ゴシック B'; 
}

#section_product .handkerchief_list .img{
    height: 250px;
    margin: 0 0 25px 0;
    padding: 0 20px 0 0;
}

#section_product .handkerchief_list .img img{
    width: 100%;
}

#section_product .handkerchief_list .btn_cart a{
    width: 270px;
    height: 63px;
    display: inline-block;
    background-image:url(../images/btn_cart_on.png);
    background-size: 270px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#section_product .handkerchief_list .btn_cart a:after{
    content: '';
    width: 270px;
    height: 63px;
    display: block;
    background-image:url(../images/btn_cart.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 270px;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .1s ease;
}

#section_product .handkerchief_list .btn_cart a.sold{
    cursor: default;
}

#section_product .handkerchief_list .btn_cart a.sold:after{
    background-image:url(../images/btn_cart_sold.png) !important;
    opacity: 1 !important;
}

.is_pc #section_product .handkerchief_list .btn_cart a:hover:after,
.is_sp #section_product .handkerchief_list .btn_cart a.touch:after{
    opacity: 0;
}

#section_product .handkerchief_list .btn_cart .stock{
    margin: 15px 0 0 0;
    font-family: 'こぶりなゴシック W6 JIS2004';
    color: #0058a6;
    font-size: 15px;
    display: block;
    letter-spacing: .1em;
}

#section_product .handkerchief_list .btn_cart .shipping{
    margin: 15px 0 0 0;
    font-family: 'こぶりなゴシック W6 JIS2004';
    font-size: 15px;
    display: block;
    letter-spacing: .1em;
    color: #808080;
}



/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    font-family: '秀英丸ゴシック B'; 
    width: 1000px;
    margin: 0 auto 40px auto;
    padding: 0 0 60px 0;
    position: relative;
    border-bottom: 15px solid #0058a6;
}

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

#section_info .col_left{
    width: 480px;
    padding: 55px 45px 45px 45px;
    float: left;
    box-sizing: border-box;
    background-color: #dadada;
}

#section_info.size_none .col_left{
    width: auto;
    padding: 0;
    float: none;
    box-sizing: border-box;
    background: none;
}

#section_info .col_left .detail{
    margin: 0 0 45px 0;
}

#section_info .col_left .detail p{
    font-size: 14px;
    line-height: 2.14em;
    letter-spacing: .12em;
}

#section_info .col_left .img{
    background-color: #fff;
}

#section_info .col_left .img img{
    width: 100%;
    height: auto;
}

#section_info .col_right{
    width: 520px;
    float: right;
    padding: 10px 0 0 40px;
    box-sizing: border-box;
}

#section_info.size_none .col_right{
    width: auto;
    padding: 0;
    float: none;
    box-sizing: border-box;
    background: none;
}

#section_info .col_right h4{
    margin: 0 0 30px 0;
    font-size: 20px;
    letter-spacing: .12em;
}

#section_info .col_right li{
    margin: 0 0 10px 0;
    font-size: 14px;
    letter-spacing: .12em;
    line-height: 2em;
    text-indent: -1em;
    padding-left: 1em;
}

#section_info .col_right li:before{
    content: '・';
}

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

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

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

#product_list li a.sold .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 .btn_detail{
    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_lineup .btn_back_index{
    margin: -20px 0 65px 0;
    text-align: center;
}

#section_lineup .btn_back_index img{
    width: 164px;
    height: auto;
}

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