@charset "UTF-8";

* {
	max-height: 999999px;
}

/*-----------------------------------------*/
/*body wrap*/
/*-----------------------------------------*/

body{
    overflow-y: scroll;
    letter-spacing: -0.01em;
    color: #32292d;
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    word-wrap:break-word;
}

#wrap {
  width: 100%;
  min-width: 960px;
}

/*-----------------------------------------*/
/*footer*/
/*-----------------------------------------*/

#footer{
    width: 100%;
    padding: 25px 0;
    border-top: #f5f5f5 1px solid;
    background-color: #9f0e1f;
}
#footer .copy{
    text-align: center;    
    font-size: 10px;
    color: #fff;
}
#footer .copy br{display: none;}
.info_nav{
    margin-top: 0;
    padding: 15px 0;
    line-height: 1.5;
    border-top: 3px solid #b13546;
    text-align: center;
}

.info_nav a{
    color: #000;
    text-decoration: none;
}

/*-----------------------------------------*/
/*header*/
/*-----------------------------------------*/

#header{
    position: relative;
    z-index: 10;
    height: 90px;
    -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{
    width: 256px;
    margin-left: 3.5%;
    line-height: 1;
    padding-top: 13.5px;
}
#header .logo a,
#header .logo span{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 0 11px;
}
#header .logo img{
    width: 100%;
    height: auto;
}

.cart_badge a{
    position: relative;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    color: #32292d;
    border: #d6d6d6 solid 1px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: -ms-linear-gradient(bottom, #fefefe 0%, #fefefe 50%, #eeeeee 100%);
    background: -moz-linear-gradient(bottom, #fefefe 0%, #fefefe 50%, #eeeeee 100%);
    background: -webkit-linear-gradient(bottom, #fefefe 0%,#fefefe 50%,#eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%,#fefefe 50%,#eeeeee 100%);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(255,255,255,1.0) inset,0px 3px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 1px 1px rgba(255,255,255,1.0) inset,0px 3px 3px 0px rgba(0,0,0,0.1);
    line-height: 50px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee', GradientType=0);
}
.cart_badge a:active{
    background: #efefef;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2) inset,0px 0px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2) inset,0px 0px 3px 0px rgba(0,0,0,0.2);
}
.cart_badge a img{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: -5px;
    margin-right: 10px;
    vertical-align: middle;

    *display: inline;
    *zoom: 1;
}
.cart_badge span{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 26px;
    height: 26px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #d63d5a;
    font-size: 15px;
    line-height: 26px;
}
.ie .cart_badge span{line-height: 31px;}
@media all and (-ms-high-contrast:none){.cart_badge span{line-height: 31px;}}

#header .cart_badge a{
    position: absolute;
    top: 0;
    right: 3.5%;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    filter: none;
}
#header .cart_badge a img{
    position: absolute;
    top: 13px;
    left: 12px;
    margin-top: 0;
}
#header .cart_badge span{
    top: 5px;
    right: 2px;
    display: block;
    width: 17px;
    height: 17px;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 17px;
}
.ie #header .cart_badge span{line-height: 21px}
@media all and (-ms-high-contrast:none){#header .cart_badge span{line-height: 21px}}

/*-----------------------------------------*/
/*container*/
/*-----------------------------------------*/

#container{
    position: relative;
    width: 100%;
}
#container:after,#container:before {display: table;content: '';}
#container:after {clear: both;}
#container{zoom: 1;}

.right_contents{
    float: right;
    width: 28%;
}

.main_contents{
    position: relative;
    float: left;
    width: 100%;
    margin-right: -28%;
}
.main_contents_inner{
    min-width: 890px;
    margin-right: 28%;
    background-color: #fff;
}

.contents_mr_r{
    margin-right: auto !important;
    border-right: none !important;
}

/*page_ttl*/
#container .main_contents{
    vertical-align: top;
    background-color: #FAFAFA;
}
#container .main_contents_inner{
    overflow: hidden;
    min-height: 700px; 
    padding-bottom: 120px;
    border-right: 1px solid #E4E4E4;
}

#container.wh .main_contents{
    background-color: #FFF;
}

/*-----------------------------------------*/
/*fixed*/
/*-----------------------------------------*/

.fixed_box{
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    width: 28%;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
}
.fixed_box .set_box{
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid #E4E4E4;
    background-color: #fff;
}

.fixed_box .ttl{
    display: block;
    padding: 7px 0 7px;
    line-height: 16px;
    text-align: center;
    background-color: #fafafa;
    font-weight: bold;
}
.ie .fixed_box .ttl{padding: 12px 0 7px;}
@media all and (-ms-high-contrast:none){.fixed_box .ttl{padding: 12px 0 7px;}}

.fixed_box .block_point{
    display: block;
    width: 260px;
    margin: 0 auto;
    padding: 15px 0 15px;
    border-bottom: 1px solid #E4E4E4;
}
.fixed_box .block_point_bg{
    border-bottom: 1px solid #E4E4E4;
    background-color: #fafafa;
}
.fixed_box .block_point_bg .block_point{border-bottom: none;}

.fixed_box .block_main{
    display: block;
    width: 260px;
    margin: 0 auto;
    padding: 15px 0 25px;
    background-color: #FFF;
}

.fixed_box hr{
    margin: 10px 0;
}

.fixed_box .item_area{
    position: relative;
    display: table;
    width: 100%;
}
.fixed_box .prt{
    display: table-cell;
    vertical-align: middle;
}
.fixed_box .pit{
    display: table-cell;
    margin-right: -0.5em;
    padding-left: 10px;
    text-align: right;
    vertical-align: middle;
}
.fixed_box .item_area span{font-size: 120%;}
.fixed_box .item_area span.min{font-size: 10px;}
.fixed_box .item_area span.mid{font-size: 20px;}
.fixed_box .item_area span.big{font-size: 24px;}
.fixed_box .dtl_area{
    display: table;
    width: 100%;
}
.fixed_box .cap{
    display: table-cell;
    font-size: 12px;
}
.fixed_box .price{
    display: table-cell;
    margin-right: -0.5em;
    text-align: right;
    font-size: 16px;
}
.fixed_box .price span{
    font-size: 160%;
}
.fixed_box .btn_area{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 15px;
}

.fixed_box .btn_area .cart_badge{
    width: 100%;
    margin-top: 15px;
}
.fixed_box .cart_badge a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    text-decoration: none;
    text-indent: -36px;
    font-size: 18px;
    line-height: 50px;
}
.fixed_box .cart_badge a:before{
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-position: center 11px;

    *display: inline;
    *zoom: 1;
}
.fixed_box .cart_badge span{
    top: 50%;
    left: 50%;
    display: inline-block;
    margin-top: -13px;
    margin-left: 2.8em;
    text-indent: 0;

    *display: inline;
    *zoom: 1;
}

/*-----------------------------------------*/
/*pagetop*/
/*-----------------------------------------*/

#pagetop{
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -1px;
    width: 70px;
    height: 70px;
    border-top: #f5f5f5 1px solid;
    border-right: #f5f5f5 1px solid;
    border-left: #f5f5f5 1px solid;
}
#pagetop a{
    display: block;
    width: 68px;
    height: 68px;
    padding: 25px 0;
    text-align: center;
    background-color: #FFF;
}
#pagetop a img{
    width: 21px;
}


