@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
    
#contents_area{
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 45px 0;
    background-image:url(../images/parts_bg_inner.png);
    background-position: 0 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 20px 0;
    position: relative;
}

#main_visual .mv_inner{
    position: relative;
}

#main_visual h1{
    padding: 30px 4% 20px 4%;
    position: relative;
    z-index: 2;
}

#main_visual h1 img{
    width: 100%;
    max-width: 594px;
    height: auto;
}

#main_visual .pic img{
    width: 100%;
    height: auto;
}

#main_visual .ico_sale{
    width: 100%;
    position: absolute;
    top: 4%;
    left: 4%;
    z-index: 2;
}

#main_visual .ico_sale img{
    width: 28%;
    max-width: 150px;
    height: auto;
}

#main_visual .ico_badge{
    width: 100%;
    text-align: right;
    position: absolute;
    top: 4%;
    right: 3%;
    z-index: 2;
}

#main_visual .ico_badge img{
    width: 30%;
    max-width: 150px;
    height: auto;
}



/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    margin: 0 0 40px 0;
    padding: 0 4%;
    overflow: hidden;
}

#section_yodogawa .col_left{
    margin: 0 0 20px 0;
}

#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: 16px;
    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 4%;
    padding: 20px 0 15px 0;
    clear: both;
    border-top: 1px solid #bb801e;
    border-bottom: 1px solid #bb801e;
    text-align: center;
}

.section_product li{
}

.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;
    font-size: 16px;
}

.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 0 15px 0;
    display: inline-block;
}

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


/* --------------------------------------------------
*
    #section_feature
*
-------------------------------------------------- */
#section_feature{
    padding: 30px 4% 0 4%;
    margin: 0 auto 50px auto;
}

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

#section_feature h2{
    margin: 0 0 15px .5em;
    padding: 80px 0 0 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    line-height: 1.4em;
    color: #bb801e;
    position: relative;
}

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

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

#section_feature p.pic{
    margin: 15px 0 0 0;
    padding: 0;
    line-height: 0;
    text-align: center;
}

#section_feature p.pic img{
    width: 100%;
    max-width: 420px;
    margin: 0 0 10px 0;
}

#section_feature .caption{
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
    text-align: left;
    white-space: inherit !important;
    letter-spacing: .05em;
    line-height: 1.5em;
    color: #bb801e;
    position: relative;
    top: -5px;
}


/* --------------------------------------------------
*
    #section_booklet
*
-------------------------------------------------- */
#section_booklet{
    margin: 0 4% 40px 4%;
    padding: 50px  0 40px 0;
    text-align: center;
    border-radius: 15px;
    background-color: #f2e2cc;
    position: relative;
}

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

#section_booklet .badge img{
    width: 120px;
}

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

#section_booklet .pic img{
    width: 70%;
    max-width: 320px;
    height: auto;
}

#section_booklet h4{
    margin: 0 0 20px 0;
    text-indent: -.5em;
    text-align: center;
    font-size: 24px;
    line-height: 1.4em;
    color: #bb801e;
}

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

#section_booklet .txt{
    margin: 0 0 20px 0;
    padding: 0 4%;
    line-height: 2em;
}

#section_booklet ul{
    padding: 0 4%;
}

#section_booklet li{
    padding: 0 0 0 1em;
    line-height: 2em;
    text-indent: -1em;
}


/* --------------------------------------------------
*
    #section_spec
*
-------------------------------------------------- */
#section_spec{
    margin: 0 4% 30px 4%;
    padding: 25px 0 30px 0;
    font-size: 14px;
    line-height: 1.8em;
    border-bottom: 1px solid #bb801e;
    overflow: hidden;
}

#section_spec p{
    clear: both;
}

#section_spec dl{
    clear: both;
    overflow: hidden;
}

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

#section_spec dd{
    padding: 0 5px;
    margin: 0 0 10px 0;
    font-size: 13px;
    white-space: nowrap;
}

#section_spec .notes{
    margin: 20px 0 10px 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
}

#section_spec .txt_spec{
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
}


/* --------------------------------------------------
*
    #section_banner
*
-------------------------------------------------- */
#section_banner{
    padding: 0 4%;
}

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

#section_banner li img{
    width: 100%;
    max-width: 340px;
    height: auto;
}


/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    padding: 0 5px;
    margin: 45px 0 25px 0;
    text-align: center;
}

#foot_share ul{
    max-width: 320px;
    margin: 0 auto;
    letter-spacing: -.40em;
    font-size: 0;
}

#foot_share li{
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
}

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

#contents_area .copyright{
    padding: 0 0 40px 0;
    text-align: center;
}

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




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