@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#contents_area{
    width: 960px;
    margin: 0 auto;
    padding: 0 0 50px 0;
    background-image:url(../images/parts_bg_inner.png);
    background-position: 6px top;
}

#contents_area p.logo_hobonichi{
    padding: 10px 0;
    text-align: center;
}

#contents_area p.logo_hobonichi img{
    width: 128px;
    height: auto;
}


/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    margin: 0 0 50px 0;
    position: relative;
}

#main_visual h1{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}

#main_visual .ico_sale{
    position: absolute;
    top: 220px;
    left: 255px;
    z-index: 2;
}

#main_visual .ico_sale img{
    width: 155px;
    height: auto;
}

#main_visual .ico_badge{
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}

#main_visual .ico_badge img{
    width: 168px;
    height: auto;
}


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    margin: 0 0 55px 0;
    padding: 0 30px 0 60px;
    overflow: hidden;
}

#section_yodogawa .col_left{
    width: 50%;
    float: left;
    white-space: nowrap;
}

#section_yodogawa .col_right{
    width: auto;
    float: right;
    padding: 10px 0 0 0;
    white-space: nowrap;
}

#section_yodogawa .col_left p{
    line-height: 2em;
    letter-spacing: .1em;    
}

#section_yodogawa .col_right li{
    border-left: 2px solid #bb801e;
    margin: 0 0 25px 0;
    padding: 2px 0 0 15px;
}

#section_yodogawa .col_right li:last-child{
    margin: 0 0 15px 0;
}

#section_yodogawa .col_right h3{
    margin: 0 0 5px 0;
    font-size: 17px;
    color: #bb801e;
}

#section_yodogawa .col_right p{
    line-height: 1.825em;
    position: relative;
    bottom: -5px;
}

#section_yodogawa .store a{
    color: #bb801e;
    transition: opacity .15s ease .0s;
}

.is_sp #section_yodogawa .store a.touch,
.is_pc #section_yodogawa .store a:hover{
    opacity: .7;
    transition: opacity .15s ease .0s;
}


/* --------------------------------------------------
*
    .section_product
*
-------------------------------------------------- */
.section_product{
    margin: 0 60px;
    padding: 30px 0 50px 0;
    clear: both;
    border-top: 1px solid #bb801e;
    border-bottom: 1px solid #bb801e;
    text-align: center;
}

.section_product li{
    display: inline-block;
    letter-spacing: 0;
}

.section_product li .img{
    margin: 0 0 -5px 0;
}

.section_product li .img img{
    height: auto;
}

.section_product li h4{
    margin: 0 0 10px 0;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.section_product li .price{
    margin: 0 0 15px 0;
}

.section_product li .price span{
    font-size: 85%;
}

.section_product li .cart{
    margin: 0 0 55px 0;
    text-align: center;
    display: inline-block;
    position: relative;
}

.section_product li .cart_btn{
    width: 168px;
    height: 30px;
    display: block;
    background-image:url(../images/btn_cart.png);
    background-repeat: no-repeat;
    background-size: 168px;
    background-position: center;
    transition: opacity .15s ease .0s;
}

.section_product li .cart_btn.sold{ background-image:url(../images/btn_cart_sold.png); cursor: default; opacity: 1 !important;}

.is_sp .section_product li .cart_btn.touch,
.is_pc .section_product li .cart_btn:hover{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

.section_product li .stock{
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #ff785c;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.section_product .btn_cart_list li{
    width: 168px;
    margin: 0 5px;
    display: inline-block;
}

.section_product .btn_cart_list li img{
    width: 100%;
    height: auto;
}


/* --------------------------------------------------
*
    #section_feature
*
-------------------------------------------------- */
#section_feature{
    width: 600px;
    padding: 90px 0 0 0;
    margin: 0 auto 120px auto;
}

#section_feature li{
    margin: 0 0 95px 0;
}

#section_feature h2{
    min-height: 105px;
    margin: 0 0 30px 15px;
    padding: 27px 0 0 120px;
    box-sizing: border-box;
    font-size: 38px;
    line-height: 1.35em;
    color: #bb801e;
    position: relative;
}

#section_feature h2.two{ padding-top: 2px;}

#section_feature h2:after{
    content: '';
    width: 105px;
    height: 100%;
    display: block;
    background-image:url(../images/parts_ico_gohan.png);
    background-repeat: no-repeat;
    background-size: 105px;
    background-position: left center;
    position: absolute;
    top: 0;
    left: 0;
}

#section_feature p{
    padding: 0 0 0 135px;
    line-height: 2em;
}

#section_feature p.pic{
    margin: 25px 0 0 0;
    padding: 0;
    line-height: 0;
}

#section_feature p.pic img{
    margin: 0 0 20px 0;
}

#section_feature .caption{
    font-size: 14px;
    color: #bb801e;
    position: relative;
    top: -5px;
}


/* --------------------------------------------------
*
    #section_booklet
*
-------------------------------------------------- */
#section_booklet{
    width: 600px;
    margin: 0 auto 90px auto;
    padding: 60px 0 40px 0;
    text-align: center;
    border-radius: 35px;
    background-color: #f2e2cc;
    position: relative;
}

#section_booklet .badge{
    position: absolute;
    top: -20px;
    left: -45px;
    z-index: 2;
}

#section_booklet .pic{
    margin: 0 0 50px 0;
}

#section_booklet .pic img{
    width: 240px;
    height: auto;
}

#section_booklet h4{
    margin: 0 0 10px 0;
    font-size: 23px;
    color: #bb801e;
}

#section_booklet .desc{
    display: inline-block;
    text-align: left;
}

#section_booklet .txt{
    margin: 0 0 35px 0;
    line-height: 2em;
}

#section_booklet li{
    line-height: 2em;
}


/* --------------------------------------------------
*
    #section_spec
*
-------------------------------------------------- */
#section_spec{
    margin: 0 60px 70px 60px;
    padding: 45px 40px 40px 40px;
    font-size: 14px;
    line-height: 2em;
    border-bottom: 1px solid #bb801e;
    overflow: hidden;
}

#section_spec .col_left{
    width: 65%;
    float: left;
}

#section_spec .col_right{
    width: 35%;
    float: left;
}

#section_spec p{
    clear: both;
}

#section_spec dl{
    margin: 0 0 25px 0;
    clear: both;
    overflow: hidden;
    white-space: nowrap;
}

#section_spec dt{
    clear: both;
    float: left;
    color: #bb801e;
}

#section_spec dd{
    float: left;
}

#section_spec .notes{
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
}

#section_spec .txt_spec{
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
}


/* --------------------------------------------------
*
    #section_banner
*
-------------------------------------------------- */
#section_banner li{
    margin: 0 0 20px 0;
    text-align: center;
    line-height: 0;
}

#section_banner li img{
    width: 340px;
    height: auto;
}


/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    min-width: 920px;
    margin: 90px 0 40px 0;
    text-align: center;
}

#foot_share ul{
    letter-spacing: -.40em;
    font-size: 0;
}

#foot_share li{
    margin: 0 15px;
    display: inline-block;
}

#foot_share li img{
    width: auto;
    height: 50px;
}

#contents_area .copyright{
    min-width: 920px;
    padding: 0 0 80px 0;
    text-align: center;
    overflow: hidden;
}

#contents_area .copyright img{
    width: 210px;
    height: auto;
}


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