@charset "UTF-8";

* {
    max-height: 999999px;
}
/*-----------------------------------------*/
/*header* 20171113 追加/
/*-----------------------------------------*/
#wrap{
    width: 100%;
    height: 100%;
}

/*-----------------------------------------*/
/*header*/
/*-----------------------------------------*/

#header{
    position: relative;
    height: 60px;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#header .logo{
    line-height: 1;
}
#header .logo a,
#header .logo span{
    display: block;
    width: 86px;
    padding: 17px 6% 16px;
}

.cart_badge a{
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    text-decoration: none;
    background: url("../images/common/head_cart.png") no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
#header .cart_badge a{
    position: absolute;
    top: 7px;
    right: 5%;
}
.cart_badge span{
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #d63d5a;
    font-size: 12px;
    line-height: 21px;
}
/* Start The Chat */
#chat_box {
    height:46px;
    position: absolute;
    top: 7px;
    right: 22%;
}
#chat_box.no_cart {
    right: 2%;
}
.chat_box_talkOpen {
    display: inline-block;
    height:42px;
    padding: 0;
    border:#cccccc solid 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
}
.chat_box_btnStart {
    text-decoration: none;
    text-align: center;
    padding: 0em 0.8em;
    text-decoration: none;
    display: inline-block;
    background: #fefefe;
    filter: progid: DXImageTransform.Microsoft .gradient(GradientType=0, startColorstr='#fefefe', endColorstr='#eeeeee');
    background: -moz-linear-gradient(bottom, #fefefe 0%, #fefefe 50%, #eeeeee 100%);
    background: -webkit-linear-gradient(bottom, #fefefe 0%,#fefefe 50%,#eeeeee 100%);
    background: -ms-linear-gradient(bottom, #fefefe 0%, #fefefe 50%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%,#fefefe 50%,#eeeeee 100%);
    color: #32292d;
    font-weight: 500;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #eeeeee;
    font-size: 90%;
    line-height: 42px;
    height:42px;
    width:100%;
}
.chat_box_btnStart img{
    width:20px;
}
.chat_box_talkOpen {
    text-decoration: none;
}

/*-----------------------------------------*/
/*container*/
/*-----------------------------------------*/

#container{
    background-color: #f9f9f9;
}
#container.wh{
    background-color: #FFF;
}

/*-----------------------------------------*/
/*pagetop*/
/*-----------------------------------------*/

#pagetop{
    margin-top: 40px;
    border-top: #f5f5f5 1px solid;
}
#pagetop a{
    display: block;
    padding: 20px 0;
    text-align: center;
}
#pagetop a img{
    width: 21px;
}

/*-----------------------------------------*/
/*footer*/
/*-----------------------------------------*/

#footer{
    padding: 15px 0 ;
    border-top: #f5f5f5 1px solid;
    background-color: #FFF;
}
#footer .copy{
    text-align: center;    
    font-size: 10px;
}

/*-----------------------------------------*/
/*fixed*/
/*-----------------------------------------*/
.fixed_box{
    position: relative;
    height: 130px;
}
.fixed_box .set_box{
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 5px 6% 13px;
    border-top: #C7C7C7 1px solid;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.fixed_box.fixed .set_box{
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    -webkit-transition: top 150ms;　/*20171113 追加*/
       -moz-transition: top 150ms;
        -ms-transition: top 150ms;
         -o-transition: top 150ms;
            transition: top 150ms;
}

.fixed_box .item_area{
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.fixed_box .item_area:before{
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 200%;
    height: 1px;
    content:'';
    background: #f5f5f5;
}
.fixed_box .prt{
    display: table-cell;
    font-size: 90%;
}
.fixed_box .pit{
    display: table-cell;
    margin-right: -0.5em;
    padding-left: 10px;
    text-align: right;
    font-size: 90%;
}
.fixed_box .item_area span{
    font-size: 120%;
}

.fixed_box .dtl_area{
    display: block;
    text-align: right;
}
.fixed_box .cap{
    display: inline-block;
}
.fixed_box .price{
    display: inline-block;
    margin-right: -0.5em;
    padding-left: 10px;
    font-size: 80%;
}
.fixed_box .price span{
    font-size: 170%;
}

.fixed_box .btn_area{
    display: table;
    width: 100%;
    margin-top: 5px;
}
.fixed_box .btn_area .cart_badge{
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}
.fixed_box .btn_area .btn{
    display: table-cell;
    vertical-align: middle;
}
.fixed_box .btn_area .btn > *{
    height: 40px;line-height: 40px;
}

/*-----------------------------------------*/
/*fixed btm*/
/*-----------------------------------------*/

.fixed_box .pre_area{
    position: relative;
    padding: 5px 0;
    margin-bottom: 10px;
}
.fixed_box .pre_area:before{
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 200%;
    height: 1px;
    content:'';
    background: #f5f5f5;
}

.fixed_box .pre_area .txt{
    text-align: center;
    font-size: 60%;
    letter-spacing: -0.03em;
}

.fixed_box .pre_area .ic{
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 345px){
    .fixed_box .pre_area .txt{font-size: 80%;}
}
@media screen  and (min-width: 346px) and (max-width: 375px){
    .fixed_box .pre_area .txt{font-size: 95%;}
}
@media screen  and (min-width: 376px) and (max-width: 469px){
    .fixed_box .pre_area .txt{font-size: 100%;}
}
@media screen and (min-width: 470px) and (max-width: 568px){
    .fixed_box .pre_area .txt{font-size: 110%;}
}
@media screen and (min-width: 569px){
    .fixed_box .pre_area .txt{font-size: 125%;}
}