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

@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
*
*
------------------------------------------------------------------------------------------ */
#section_pic{
    margin: 0 0 40px 0;
    text-align: center;
    position: relative;
}

#section_pic .img_slider div{
    width: 100%;
    height: auto;
    background: none !important;
}

#section_pic img{
    width: 100%;
    display: block !important;
}

#section_pic .thumb{
    width: calc(100% + 5px);
    padding: 10px 0 0 0;
    text-align: left;
    letter-spacing: -.40em;
}

#section_pic .thumb li{
    width: calc(100% / 7 - 5px);
    margin: 0 5px 5px 0;
    display: inline-block;
    line-height: 0;
    cursor: pointer;
}

#section_pic .thumb img{
    width: 100%;
    transition: opacity .1s ease;
}

.is_pc #section_pic .thumb li:hover img,
.is_sp #section_pic .thumb li.touch img,
#section_pic .thumb li.on img{
    opacity: .6;
    transition: opacity .15s ease;
}


#section_pic .btn_mov{
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(480 / 320 * 100vw);
    left: 15px;
    z-index: 10;
    cursor: pointer;
    transition: opacity .1s ease .0s;
    transform: translateY(-160%);
}

#section_pic .btn_mov img{
    width: 100%;
}

.is_pc #section_pic .btn_mov:hover,
.is_sp #section_pic .btn_mov.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

.title{
    padding: 20px 0 15px 0;
}

.title h1{
    text-align: center;
}

.title h1 img{
    width: auto;
    height: calc(43 / 640 * 100vw);
    min-height: 20px;
}

/* --------------------------------------------------
*
    #section_product
*
-------------------------------------------------- */
#section_product{
    margin: 0 auto 40px auto;
    overflow: hidden;
}

#section_detail{
    padding: 0 15px;
}

#section_product .desc{
    padding: 0 15px;
}

#section_product .desc p{
    margin: 0 0 2em 0;
    font-size: 14px;
    line-height: 2em;
}

#section_detail a{ text-decoration: underline;}
.is_pc #section_detail a:hover,
.is_sp #section_detail a.touch{ text-decoration: none;}

#section_detail .caution{
    font-size: 14px;
    line-height: 2em;
}

#section_product .about a{
    font-size: 95%;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #000;
    transition: border .1s ease .0s;
    white-space: nowrap;
}

.is_pc #section_product .about a:hover,
.is_sp #section_product .about a.touch{
    border-bottom: 1px dashed transparent;
    transition: border .15s ease .05s;
}

#section_detail .ico{
    text-align: center;
    margin: 0 0 10px 0;
}

#section_detail .ico img{
    width: 145px;
}


#section_detail h2{
    margin: 0 0 10px 0;
    font-size: 20px;
    text-align: center;
    line-height: 1.3em;
}

#section_detail h2 .small{
    font-size: 12px;
    position: relative;
}

#section_detail .p_price{
    margin: 0 0 20px 0;
    font-size: 18px;
    text-align: center;
}

body.soon #section_detail .p_price{
    margin: 0 0 40px 0;
}

#section_detail .p_price .small{
    font-size: 12px;
}

#section_product .onsale_date{
    width: 290px;
    margin: 0 auto 30px auto;
    padding: 5px 10px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    line-height: 1.6em;
    font-size: 13px;
    background-color: #b69571;
    color: #fff;
    white-space: nowrap;
}

#section_product .btn_cart{
    width: 200px;
    margin: 0 auto 35px auto;
    text-align: center;
}

#section_product .btn_cart h4{
    margin: 35px 0 0 0;
    font-size: 16px;
}

#section_product .bouillon_bag .btn_cart{
    margin: -15px auto 60px auto;
}

#section_product .bouillon_bag .btn_cart:last-child{
    margin-bottom: 30px;
}

#section_product .btn_cart ul{
    margin: 0 0 45px 0;
}

#section_product .btn_cart li{
    margin: 0 0 50px 0;
}

#section_detail .btn_cart li .s{
    margin-bottom: -5px;
    font-size: 14px;
}

#section_product .btn_cart li a{
    opacity: 1;
    transition: opacity .15s ease 0s;
}

.is_sp #section_product .btn_cart li a.touch,
.is_pc #section_product .btn_cart li a:hover{
    opacity: .7;
    transition: opacity .15s ease .1s;
}

#section_product .btn_cart li{
    width: 200px;
    margin-bottom: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    position: relative;
}

#section_product .btn_cart a{
    width: 200px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    position: relative;
}

#section_product .btn_cart li .stock{
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    color: #e71f19;
    display: block;
    position: relative;
    text-align: right;
    top: 0;
    left: 0;
    white-space: nowrap;
}


/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    clear: both;
    margin: 0 0 40px 0;
    background-color: #f7f8f8;
    overflow: hidden;
}

#section_info a{ text-decoration: underline;}
.is_sp #section_info a.touch,
.is_pc #section_info a:hover{ text-decoration: none;}

#section_info .col_left{
    text-align: center;
}

#section_info .col_left img{
    width: 100%;
    max-width: 400px;
}

#section_info .section_inner{
    margin: 0 auto;
    padding: 15px 0;
    font-size: 13px;
    line-height: 2em;
    overflow: hidden;
}

#section_info .col_center br{
    display: block !important;
}

#section_info .section_inner dt{
    font-weight: bold;
    padding: 0 15px;
}

#section_info .section_inner dd{
    margin: 0 0 1em 0;
    padding: 0 15px;
}

#section_info .section_inner dd br{
    display: none !important;
}

#section_info .section_inner dd br.sp{
    display: inherit !important;
}



} /* ----- max-width : 640px ----- */