@charset "UTF-8";
a:hover{text-decoration:none;opacity:0.8;transition:all 0.3s;-webkit-transition:all 0.3s;}
figure{margin:0;padding:0;display:block;}
body{min-width:1200px;font-family: "Helvetica Neue LT W01_5148889",HelveticaNeue-Roman,"Helvetica Neue Roman","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;}
body#index_page{background:url(../img/bg_page_loop.gif) 0 0 repeat-x;}
header,footer,main,nav,.mov_area,#detail_img_section{
    margin: 0 auto;
}
.windowopen{display:block;width:100%;height:100%;position:fixed;background:#000;opacity:0.8;z-index:100000;left:0;top:0;cursor:pointer }
/*WEB FONT*/
.products_box .products_name{font-family: source-han-serif-japanese,serif;font-weight: 400;font-style: normal;}
/*font-family: source-han-serif-japanese,serif;
font-weight: 600;
font-style: normal;*/
/*font-family: source-han-serif-japanese,serif;
font-weight: 600;
font-style: normal;*/
/*webfont*/
/*.section_wrap .section_title{font-family: garamond-fb-display,serif;font-weight: 400;font-style: normal;}*/
.section_wrap .section_title{font-weight:normal;}
.loading{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 300;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
#order_contact_page .cart_content{width: 100%;float:none;margin: 0 auto;}
#order_contact_page .cart_content .cart_content_inner{padding: 15px;}
.loading span{}
.loading span img{width:50px;}
.loading.hide{display:none;}

body#products_page .select{
    position: relative;
}
body#products_page .select select{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    line-height: 21px !important;
    position: relative;
    z-index: 0;
}
body#products_page .select:before,
body#products_page .select:after{position: absolute;content: "";width: 9px;height: 2px;background: #000;right: 12px;top: 15px;z-index: 2;}
body#products_page .select:before{}
body#products_page .select:after{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.select01{position:relative;}
.select01 span{
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    margin-right: 8px;
    font-size: 14px;
}
.select01 select{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    float: right;
    width: auto;
    font-size: 14px;
    color: #000;
    background: #f6f6f6;
    padding: 5px 30px 5px 10px;
    line-height: 21px;
    height: 32px;
    border-radius: 0;
    -webkit-border-radius: 0;
    display: inline-block;
    vertical-align: top;
    width: 260px;
}
.select01:before,
.select01:after{position: absolute;content: "";width: 9px;height: 2px;background: #000;right: 12px;top: 15px;z-index: 2;}
.select01:before{}
.select01:after{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.header_top {/* height: 100px; */background:#FFF;margin:0 auto;height: auto;}
.header_top .header_top_content {padding: 30px 0;margin:0 auto;width:1030px;zoom:1;position: relative;padding-left: 220px;box-sizing: border-box;}
.header_top .header_top_content:before{content:"";background: url('/img/logo.svg') center center /cover no-repeat;width: 200px;height:29px;position: absolute;left: 0;top: 28px;}
.header_top .header_top_content:after{content: "";display: block;clear: both;}
.header_top .header_top_content h1{font-size:12px;color:#5a5a5a;float:left;margin-right:20px;width: 53%;overflow: hidden;max-height: 12px;font-weight:normal;transition:all 0.3s;-webkit-transition:all 0.3s;line-height:1;padding: 8px 0 0 0;}
.header_top .header_top_content .h_btn {float:left;padding-right:15px;border-right:1px solid #a8a8a8;display: none;}
.header_top .header_top_content .h_btn ul li{float:left;margin-right:5px;position:relative;}
.header_top .header_top_content .h_btn ul li a{display:inline-block;font-size:14px;line-height:24px;padding:0 15px;}
.header_top .header_top_content .cart_btn {float:left;border-right:1px solid #a8a8a8;margin-right:20px;display: none;}
.header_top .header_top_content .cart_btn a{display:inline-block;font-size:14px;line-height:27px;padding:0 20px 0 55px;background:url(../img/icon_cart.svg) 10px 0 no-repeat;position:relative;color:#000;}
.header_top .header_top_content .cart_btn a span{background: #c2901f;display: inline-block;font-size: 12px;width: 18px;line-height: 18px;color: #FFF;position: absolute;left: 30px;top: -6px;text-align: center;border-radius: 50%;}
.header_top .header_top_content .cart_btn .add_cart{display:none;font-size:16px;color:#FFF;padding:0 0 10px 0;position:relative;}
.header_top .header_top_content .cart_btn .add_cart{display:block;}
.header_top .header_top_content .cart_btn .add_cart span.close{font-size:26px;color:#FFF;font-weight:bold;position:absolute;right:10px;cursor: pointer;}
.header_top .header_top_content .cart_btn.modal_cart:before{content:"";position: fixed;top:0;left:0;background:#000;opacity:0.8;width:100%; height: 100%; z-index: 100;}
.header_top .header_top_content .cart_btn.modal_cart .nav_inner{position:fixed;top:50%;left:50%;transform: translate(-50%,-50%);z-index:100;}
.header_top .header_top_content .cart_btn.modal_cart .nav_inner .sub_menu.ver2{display:block;padding: 0;}
.header_top .header_top_content .cart_btn.modal_cart .nav_inner .sub_menu.ver2 > ul{width:800px; position: static;padding:20px;}
.header_top .header_top_content .cart_btn.modal_cart .nav_inner .sub_menu.ver2 > ul > form{ display: flex;flex-wrap: wrap;}
.header_top .header_top_content .cart_btn.modal_cart .nav_inner .sub_menu.ver2 > ul > form li{width:50%;padding:0;}
.header_top .header_top_content .cart_btn.modal_cart .nav_inner .sub_menu.ver2 > ul > form li table{width:100%;}
.header_top .header_top_content .cart_btn.modal_cart .nav_inner .sub_menu.ver2 > ul > form li .img{margin: 0 15px 0 0;right:0;}
.header_top .header_top_content .cart_btn.modal_cart .nav_inner .sub_menu.ver2 > ul > form li:before{width:100%;left:0;}
.header_top .header_top_content .cart_btn.modal_cart .nav_inner .sub_menu.ver2 > ul > form li:last-child{width:100%;}
.header_top .header_top_content .cart_btn.modal_cart .nav_inner .sub_menu.ver2 > ul > form li .txt{width:230px;}
.header_top .header_top_content .cart_btn.modal_cart .nav_inner .sub_menu.ver2 > ul > form li .area_inner{margin: 20px auto 0 auto;}
.header_top .header_top_content .cart_btn.modal_cart .nav_inner .sub_menu.ver2 > ul > form li .nav_cart_btn.left{display:block;width:50%;}
.header_top .header_top_content .cart_btn.modal_cart .nav_inner .sub_menu.ver2 > ul > form li .nav_cart_btn.right{width:50%;}


.header_top .header_top_content .lang_btn {float:left;display: none;}
.header_top .header_top_content .lang_btn a{display:inline-block;font-size:14px;line-height:24px;position:relative;padding: 0 15px 0 25px;color:#000;}
.header_top .header_top_content .lang_btn a.en:before{content:"";display:block;width:20px;height:14px;background:url(../img/icon_country.gif) 0 -15px no-repeat;position:absolute;left:0;top:50%;margin-top:-7px;}
.header_top .header_top_content .lang_btn a.jp:before{content:"";display:block;width:20px;height:14px;background:url(../img/icon_country.gif) 0 0 no-repeat;position:absolute;left:0;top:50%;margin-top:-7px;}
.header_top .header_top_content .lang_btn a:after{content:"";position:absolute;top:50%;right:0;margin-top:-7px;right:0;display:block;width:7px;height:7px;border-right:2px solid #5a5a5a;border-bottom:2px solid #5a5a5a;transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.header_search {float: right;width: 8%;margin-top: -5px;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;-webkit-transition:all 0.3s;display: none;}
.header_search .header_search_form{position: relative;width:100%;}
.header_search .header_search_form input{}
.header_search .header_search_form input[type="text"]{font-size:15px;border: 1px solid #000;padding: 5px 30px 5px 5px;width:-moz-calc(100% - 40px);width:-ms-calc(100% - 40px);width:-o-calc(100% - 40px);width: calc(100% - 40px);width:-webkit-calc(100% - 40px);}
.header_search .header_search_form input[type="text"]::placeholder{ opacity:1;color:#000; font-size:15px;}
header.open .header_search{width: 22%;}
header.open .header_top .header_top_content h1{width: 39%;}
header.open .header_search .header_search_form input[type="text"]::placeholder{color:#5A5A5A;opacity: 0.5;}
.header_search .header_search_form input[type="image"]{position: absolute;top: 0;bottom: 0;margin: auto;right: 10px;}


.mov_area {height:620px;position:relative;overflow:hidden;}
.mov_area .pickup_bnr {position:absolute;left:22px;top:22px;z-index:10000;}
.mov_area .bx-wrapper{z-index:100;width:1350px;height:620px;}
.mov_area .bx-viewport{position:absolute !important;left:50%;margin-left:-675px;width:1350px !important;}
.mov_area .slide {text-align:center;max-width:100%;overflow:hidden;position:relative;z-index:100;}
.mov_area .bg_mov {position:absolute;left:50%;margin-left:-625px;top:50%;margin-top:-310px;z-index:0;width:1350px;height:100%;background:url(../img/main_img.jpg) center center no-repeat;}
.sp_block{display:none;}
.copyright{text-align:center;}
.pswp_attention{display:none;}
/*============================
#nav
============================*/
#nav {height:70px;background:url(../img/nav_shd.gif) 0 bottom repeat-x;display:none ;}
#nav .nav_inner {display:table;margin:0 auto;padding-top:24px;}
#nav > .nav_inner {width:1030px;}
#nav .nav_inner > li{padding:0 25px;float:left;border-right:1px solid #7f7f7f;}
#nav > .nav_inner > li:last-child{border:none;}
#nav .nav_inner > li > a{display:block;line-height:26px;background:url(../img/gnav.gif) 0 0 no-repeat;text-indent: 100%;white-space: nowrap;overflow: hidden;display: block;}
#cart_page #nav,
#cart_page .pankuzu,
#cart_page #header{display:none;}
#cart_page #footer{}
#cart_page .footer_list,
#cart_page .address,
#cart_page .footer_content .footer_right{display:none;}
#cart_page .footer_content .footer_left .logo,
#cart_page .footer_content .footer_left{padding:0;margin:0 auto;border:0;text-align: center;float:none;width:auto;}
#link_kit_page .nav_inner > li.nav08 > a,
#event_page .nav_inner > li.nav07 > a,
#company_page .nav_inner > li.nav06 > a,
#media_page .nav_inner > li.nav05 > a,
#case_page .nav_inner > li.nav04 > a,
#faq_page .nav_inner > li.nav03 > a,
#whoweare_page .nav_inner > li.nav02 > a,
#cart_page .nav_inner > li.nav01 > a,
#products_page .nav_inner > li.nav01 > a,
#nav .nav_inner > li > a:hover{border-bottom:2px solid #c2901f}
#nav .nav_inner > li.nav01 > a{width:101px;background-position:0 0;}
#nav .nav_inner > li.nav02 > a{width: 112px;background-position: -155px 0;}
#nav .nav_inner > li.nav03 > a{width:42px;background-position:-322px 0px;}
#nav .nav_inner > li.nav04 > a{width: 61px;background-position: -418px 0;}
#nav .nav_inner > li.nav05 > a{width: 119px;background-position: -533px 0;}
#nav .nav_inner > li.nav06 > a{width: 82px;background-position: -707px 0;}
#nav .nav_inner > li.nav07 > a{width: 46px;background-position: -845px 0;}
#nav .nav_inner > li.nav08 > a{width: 49px;background-position: -948px 0;}

#nav.hover{position:fixed;top: -90px;background:#FFF;}
#nav .sp_menu,
#nav #sp_nav{display:none;}
#sp_shd {display:none;}

/* プルダウンメニューその1 */
#nav .nav_inner > li > a{ border-bottom:2px solid #fff; position:relative;}/* 変更 */
#nav .nav_inner > li{ height: 20px;}/* 変更 */
#nav #sp_nav .nav_inner li{ height: auto;}/* 変更 */
#nav #sp_nav .nav_inner li a{ border:none;}
.nav_inner > li.on .sub_menu{display:block;}
.nav_inner > li.on > span{ position:relative;z-index: 400; width: 100%;height: 1px;display: block;margin: 0 auto;}
.nav_inner > li.on > span:before{ position:absolute;bottom: -17px; content:""; width: 21px; height:10px; left:50%; margin:0 0 0 -20px;}
.nav_inner > li.on > span:before{background-image:url(/img/nav_arrow.png); }
.nav_inner > li.on > span.on:before{background-image:url(/img/nav_arrow_on.png); }
.nav_inner > li{ position:relative;}
.nav_inner .sub_menu > ul > li.on .detail_nav{display:block;}
.sub_menu{ display:none;}
.detail_nav{display:none;}
.black_out{    width: 100%;height: 100%;top: 0;position: absolute;left: 0;background: rgba(0,0,0,0.5);z-index: 130;}

.sub_menu{ padding:100px 0 0 0;}
.sub_menu > ul{ width:298px; padding:0;background: #fff;z-index: 300;position: relative;border: 1px solid #C8C8C8;top: 45px;position: absolute;left: 0;}
.sub_menu a{ position:relative; font-size:16px; color:#000; display:block;padding: 10px 0; }
.sub_menu a:before{ position:absolute; content:""; right: 0; width: 10px;height: 10px; border-top: 2px solid #C39100;border-right: 2px solid #C39100;transform: rotate(45deg);top: 50%;margin: -10px 0 0 0;}
/*.sub_menu .title{float:left;padding: 27px 0;}*/
.sub_menu .img{width: 105px;height: 70px;text-align: right;position: absolute;top: 50%;right: 20px;margin-top: -35px;}
.sub_menu .img:hover{ }
.sub_menu  ul  li{padding: 0 19px;position: relative;}
.sub_menu  ul  li:hover a{ opacity:1; color:#fff;}
.sub_menu  ul  li:before{ position:absolute; content:"";border-bottom: 1px solid #C8C8C8;width: 260px;height: 1px;left: 19px; bottom:-1px;}
.sub_menu  ul  li:hover{background:#C39100;}
.sub_menu  ul  li:hover a:before{ border-color:#fff;}
.sub_menu  ul  li:hover:before{border-color:#C39100;bottom:2px;}
.sub_menu  ul  li:hover img{    width: 90px;padding: 5px 0; opacity:1; }
.sub_menu ul{}
.sub_menu ul > li{ }
.sub_menu ul > li:last-child:before{ content:none;}
.sub_menu ul > li > a .title{line-height: 1.3em;height: 70px;display: table-cell;vertical-align: middle;width: 125px;font-size:14px;text-align: left;}
.sub_menu ul > li > a .img{}
.sub_menu ul > li > a .img img{}
.sub_menu ul > li > .detail_nav{position: absolute;right: -303px;background: #fff;border: 1px solid #C8C8C8;width: 300px;top: -1px;}
.sub_menu .detail_nav > ul{}
.sub_menu .detail_nav > ul > li{}
.sub_menu .detail_nav > ul > li > a{ color:#000;}
.sub_menu .detail_nav > ul > li:hover a:before{ border-color:#fff;}
.sub_menu .detail_nav > ul > li:hover > a{opacity:1; color:#fff;}
.sub_menu .detail_nav > ul > li > a:before{right: 4px;border-color:#C39100;}
.sub_menu .detail_nav > ul > li > a > .title{width: 240px;}

/* プルダウンメニューその２ */
.arrow_gold{ display:none;}
.cart_btn.on .arrow_gold{position: absolute;height: 100px;width: 160px;top: -2px;display:block;}
.cart_btn.on .arrow_gold:before{ position:absolute; content:""; top:30px;z-index: 1000; background-image: url(/img/nav_arrow_gold.png);width: 20px;height: 10px;}
.cart_btn.modal_cart.on .arrow_gold{display:none;}
.header_top .header_top_content .cart_btn .sub_menu a{ background-image:none;}
.header_top .header_top_content .cart_btn .nav_inner{ position:absolute;}
.header_top .header_top_content .cart_btn.on{ position:relative;}
.btn_header_cart.on .sub_menu.ver2{display:block;}
.lang_btn .nav_inner{ position:absolute;}
.sub_menu.ver2  ul  li:hover{ background:#fff;}
.sub_menu.ver2 > ul{width: 334px;border: 1px solid #C39100;top: 10px;left: -50%;padding:15px 0 15px 0;}
.sub_menu.ver2 > ul > form li{ position:relative;}
.sub_menu.ver2 > ul > form li:hover{ background:#fff;bottom: 0px}
.sub_menu.ver2 > ul > form li:before{ content:""; position:absolute;width: 290px;bottom: 0px}
.sub_menu.ver2 > ul > form li:hover:before{border-color: #C8C8C8;}
.sub_menu.ver2 > ul > form li:last-child:before{ content:none;}
.sub_menu.ver2 > ul > form li .img{ float:left;margin:0 -5px 0 0; width: 105px;height: 70px;text-align: right; position:relative;}
.sub_menu.ver2 > ul > form li table{ margin:0 auto;}
.sub_menu.ver2 > ul > form li .area_inner{margin: 20px 0 0 0;width: 290px;}
.sub_menu.ver2 > ul > form li .nav_cart_btn{}
.sub_menu.ver2 > ul > form li .nav_cart_btn a{padding: 0;font-size: 16px;font-weight: bold; width: 129px;padding: 13px 0;border: 3px solid #C39100;}
.sub_menu.ver2 > ul > form li .nav_cart_btn a:hover{cursor:pointer; opacity:0.8;}
.sub_menu.ver2 > ul > form li .nav_cart_btn a:before{ content:none;}
.sub_menu.ver2 > ul > form li .nav_cart_btn.left{ float:left;display:none;}
.sub_menu.ver2 > ul > form li .nav_cart_btn.right{float:right; background:#C39100;width:100%;}
.sub_menu.ver2 > ul > form li .nav_cart_btn.left a{ color:#C39100;}
.sub_menu.ver2 > ul > form li .nav_cart_btn.right a{ color:#fff;width:auto;display:block;}
.sub_menu.ver2 > ul > form li td{padding: 16px 0;}
.sub_menu.ver2 > ul > form li .img img{}
.sub_menu.ver2 > ul > form li:hover .img img{ width:auto;padding: 0;}
.sub_menu.ver2 > ul > form li .txt{float:left;    text-align: left;width: 140px;}
.sub_menu.ver2 > ul > form li .txt .name{ font-size: 16px;line-height: 22px;}
.sub_menu.ver2 > ul > form li .txt .kata{ position:relative;color: #464646;font-size: 13px;padding: 0 0 0 10px;line-height: 22px;}
.sub_menu.ver2 > ul > form li .txt .kata:before{ content:""; position:absolute;width: 5px;height: 5px;background: #464646;transform: rotate(45deg);left: 0;top: 50%;margin: -3px 0 0 0;}
.sub_menu.ver2 > ul > form li .txt .price{line-height: 32px; font-weight:bold; font-size:16px;}
.sub_menu.ver2 > ul > form li .txt .price span{font-size: 13px;font-weight: normal;}
.sub_menu.ver2 > ul > form li .delete{float:left;padding: 20px 0;}
.sub_menu.ver2 > ul > form li .delete input{font-size: 26px;padding: 0;-webkit-appearance: none;appearance: none;box-sizing: border-box;background-color: #fff;border: none;color: #C39100;}
.sub_menu.ver2 > ul > form li .delete input:hover{ opacity:0.8; cursor:pointer;}

/* プルダウンメニューその３ */
.header_top .header_top_content .h_btn ul li:nth-child(3) .sub_menu.ver3 a{ border:none;}
.header_top .header_top_content .h_btn ul li.on > span{ position:absolute; width: 106px;display: block;height:40px;top: -6px;}
.header_top .header_top_content .h_btn ul li.on > span:before{ position: absolute;content: "";width: 20px;z-index: 1000;left: 38%;height: 10px;background-image: url(/img/nav_arrow.png);bottom:0;}
.header_top .header_top_content li.on .sub_menu.ver3{ display:block}
.sub_menu.ver3{ display:none;}
.sub_menu.ver3 > ul{width: 145px;box-shadow: 3px 3px 10px rgba(0,0,0,0.2);padding: 16px 20px;top: 9px;}
.sub_menu.ver3 > ul > li{margin: 0 0 24px 0;padding: 0;width: 100%;margin-right: 0 !important;}
.sub_menu.ver3 > ul > li:last-child{ margin:0;}
.sub_menu.ver3 > ul > li:hover{ background:#fff;}
.sub_menu.ver3 > ul > li:before{ content:none;}
.sub_menu.ver3 > ul > li .name{}
.sub_menu.ver3 > ul > li .name a{width: 100%;display: block; padding:0;}
.sub_menu.ver3 > ul > li .name a:before{margin: -7px 0 0 0;}
.sub_menu.ver3 > ul > li:hover .name a{ color:#C39100;}
.sub_menu.ver3 > ul > li:hover .name a:before{ border-color:#C39100;}

/* プルダウンメニューその4 */
.header_top .lang_btn.on{position:relative;}
.header_top .lang_btn.on > span{ position:absolute; width: 106px;display: block;height:40px;top: -6px;}
.header_top .lang_btn.on > span:before{ position: absolute;content: "";width: 20px;z-index: 1000;left: 38%;height: 10px;background-image: url(/img/nav_arrow.png);bottom:0;}
.header_top .lang_btn.on .sub_menu.ver3{ display:block;}
.header_top .lang_btn .sub_menu.ver3 a:after{ content: none;}
.header_top .lang_btn .sub_menu.ver3 img{width: auto;padding: 0;}
.man_icon > a{ position:relative;}
.man_icon > a:before{ position:absolute; content:""; background-image:url(/img/login_icon.gif); background-repeat:no-repeat; left: -19px; top: -3px;width: 30px;height: 30px;}

/*============================
#online
============================*/
.section_wrap {padding-bottom:110px;}
#top_page .section_wrap {background:url(../img/icon_mark.png) bottom center no-repeat;}
.section_wrap.bg_gray {padding-bottom:110px;background:url(../img/content_bg_gray_top.gif) center top no-repeat,url(../img/content_bg_gray_bottom.gif) center bottom no-repeat;background-color:#f2f2f2;}
.section_wrap:last-child{padding-bottom:50px;background:none !important;}
body.kaso .section_wrap:last-child{padding-bottom:170px;}
.section_wrap .section_title{text-align:center;margin-bottom:50px;padding-top:65px;font-size:44px;}
.section_wrap .section_title a{color:#000;}
.section_wrap .section_title span{color:#c28f1f;}
.section_wrap .section_title img{ width:auto; height:auto;}

.section_wrap .section_title2{text-align:center;font-size:44px;font-weight: normal;text-align:center;line-height: 44px;}
.section_wrap .section_title2:first-child{padding-top:65px;}
.section_wrap .section_title2 a{color:#000;}
.section_wrap .section_title2 span{color:#c28f1f;margin-right: 10px;vertical-align: top;line-height: 44px;display: inline-block;}
.section_wrap .section_title2 img{ width:auto; height:auto;}

.section_wrap .category_txt{font-size:22px;text-align:center;line-height:1.5;}
.section_wrap .section_content {position:relative;}
.section_wrap.onlineshop .section_content .content_slide {margin-bottom:70px;overflow:hidden;height:620px;}
.section_wrap .section_content .content_slide .bx-wrapper .bx-viewport{position:absolute !important;left:50%;margin-left:-675px;width:1350px !important;}
.section_wrap .section_content .content_slide .item_list {}
.section_wrap .section_content .content_slide .item_list .item > a{display:block;text-decoration:none;color:#000;}
.section_wrap .section_content .content_slide .item_list .item {float:left;width:330px;}
/*.section_wrap .section_content .content_slide .item_list .item:hover{background:#f0f0f0;}*/
.section_wrap .section_content .content_slide .item_list .item .item_img{overflow:hidden;display: block;}
.section_wrap .section_content .content_slide .item_list .item .item_img img{width:100%;transition:0.3s;-webkit-transition:0.3s;}
.section_wrap .section_content .content_slide .item_list .item .item_img:hover img{ransform:scale(1.2);-webkit-transform:scale(1.2);}
.section_wrap .section_content .content_slide .item_list .item .item_name {font-size:22px;line-height:24px;border-bottom:1px solid #000;margin-bottom:30px;padding:15px 0;display: block;}
.section_wrap .section_content .content_slide .item_list .item .item_name span{display:block;font-size:14px;}
.section_wrap .section_content .content_slide .item_list .item .item_detail {font-size:14px;color:#5f5f5f;line-height:24px;margin-bottom:30px;/*height:8em;*/display: block;}
.section_wrap .section_content .content_slide .item_list .item .item_lineup {font-size:13px;color:#5f5f5f;display: block;}
.section_wrap .section_content .content_slide .item_list .item .item_lineup dl,
.section_wrap .section_content .content_slide .item_list .item .item_lineup .dl{margin-bottom:5px;}
.section_wrap .section_content .content_slide .item_list .item .item_lineup dt,
.section_wrap .section_content .content_slide .item_list .item .item_lineup .dt{display:inline-block;border:1px solid #000;line-height:16px;padding:2px 5px;float:left;}
.section_wrap .section_content .content_slide .item_list .item .item_lineup dd,
.section_wrap .section_content .content_slide .item_list .item .item_lineup .dd{display:inline-block;text-align:left;float:right;line-height:30px;width:auto;}
.section_wrap .section_content .shop_information {text-align:center;margin:0 0 20px;display: none;}
.section_wrap .section_content .category_sub_nav + .shop_information{margin:40px 0 20px;}

/*.section_wrap .section_content .shop_information {width:890px;border:2px solid #c12a13;padding:30px 0;margin:0 auto;position:relative;box-shadow:0px 0px 6px rgba(0,0,0,0.3);-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.3);}
.section_wrap .section_content .shop_information:before{content:"";display:block;width:20px;height:20px;border-top:2px solid #c12a13;border-right:2px solid #c12a13;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);position: absolute;left: 50%;margin-left: -12px;top: -13px;background: #FFF;}
body.kaso .section_wrap .section_content .shop_information:before{display:none;}
*/
.section_wrap .section_content .shop_information .shop_information_content {width:762px;margin:0 auto;}
.section_wrap .section_content .shop_information .shop_information_content .feature_point {margin-bottom:23px;}
.section_wrap .section_content .shop_information .shop_information_content .feature_point li{display:inline-block;float:left;margin-right:14px;}
.section_wrap .section_content .shop_information .shop_information_content .feature_point li:last-child{margin:0;}
.section_wrap .section_content .shop_information .shop_information_content .contact_information .title{color:#000;font-size:22px;margin-bottom:10px;}
.section_wrap .section_content .shop_information .shop_information_content .contact_information .tel_content {float:left;width:325px;}
.section_wrap .section_content .shop_information .shop_information_content .contact_information .tel_content .title {}
.section_wrap .section_content .shop_information .shop_information_content .contact_information .tel_content .tel {margin-bottom:15px;}
.section_wrap .section_content .shop_information .shop_information_content .contact_information .tel_content .note {font-size:14px;color:#595959;}
.section_wrap .section_content .shop_information .shop_information_content .contact_information .send_information {float:left;width:200px;}
.section_wrap .section_content .shop_information .shop_information_content .contact_information .send_information .title {}
.section_wrap .section_content .shop_information .shop_information_content .contact_information .common_list li{font-size:14px;color:#595959;position:relative;padding-left:12px;margin-bottom:10px;}
.section_wrap .section_content .shop_information .shop_information_content .contact_information .common_list li:before{content:"";display:block;width:8px;height:8px;position:absolute;top:3px;left:0px;background:#d4b155;border-radius:50%;-webkit-border-radius:50%;}
.section_wrap .section_content .shop_information .shop_information_content .contact_information .payment_information {float:left;width:225px;}
.section_wrap .section_content .shop_information .shop_information_content .contact_information .payment_information .title {}
.section_wrap .section_content .shop_information .shop_information_content .contact_information .payment_information .common_list {}
.section_wrap .section_content .shop_information .shop_information_content .card_list {text-align:center;display:table;margin:0 auto;padding:25px 0;}
.section_wrap .section_content .shop_information .shop_information_content .card_list li{display:inline-block;float:left;padding:0 5px;}
.section_wrap .section_content .shop_information .shop_information_content .card_list li:first-child{font-size:12px;text-align:right;line-height:18px;color:#5f5f5f;}
.section_wrap .section_content .shop_information .shop_information_content .address{padding-top:25px;border-top:1px dotted #c12a13;text-align:center;color:#5f5f5f;font-size:14px;}


/*============================
#news
============================*/
.section_wrap .section_content  .news_list{width:950px;margin:0 auto;}
.section_wrap .section_content  .news_list li{float:left;width:450px;margin:0 50px 50px 0;}
.section_wrap .section_content  .news_list li:nth-child(2n){margin-right:0;}
.section_wrap .section_content  .news_list .date {color:#c28f1f;font-size:14px;position:relative;border-bottom:1px solid #000;padding-bottom:5px;line-height:19px;}
.section_wrap .section_content  .news_list .date .category{display:inline-block;position:absolute;right:0;top:0px;color:#FFF;padding:0 5px;color:#FFF;line-height:19px;font-size:13px;font-weight:bold;background:#797979}
.section_wrap .section_content  .news_list a{text-decoration:none;}
.section_wrap .section_content  .news_list a:hover{text-decoration:underline;}
.section_wrap .section_content  .news_list .title a{display:block;font-size:20px;margin-bottom:25px;padding-top:10px;color:#000;line-height:1.4;}
.section_wrap .section_content  .news_list .txt a{display:block;color:#797979;font-size:14px;line-height:24px;position:relative;max-height: 170px;overflow: hidden;}
.section_wrap .section_content  .news_list .txt a:before { /*beforeでグラデーションを表示*/display: block;position: absolute;bottom: 0;left: 0;content: "";width: 100%;height: 5em; /*グラデーションで隠す範囲*/background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.9)), color-stop(50%, rgba(255,255,255,0.9)), color-stop(100%, #fff));background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#fff5f5f5',GradientType=0 );background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);}
.section_wrap .section_content  .news_list .txt a:after {content:"› More";display:block;font-size:16px;width:100%;text-align:right;color:#c28f1f;z-index: 100;position: absolute;bottom: 0;right:0;}
.section_wrap .section_content  .news_list .txt a br:nth-child(n + 2){display:none;} 
/*============================
#insta
============================*/
.section_wrap #insta.anch {}
.section_wrap .section_content .main_photo {text-align:center;margin-bottom:45px;}
.section_wrap .content_slide .photo_list {}
.section_wrap .content_slide .photo_list .photo {float:left;}
.section_wrap .content_slide .photo_list .photo .photo_img a{display: table-cell;background:#797979;width:210px;vertical-align: middle;overflow: hidden;}
.section_wrap .content_slide .photo_list .photo .photo_img img{transition:0.3s;-webkit-transition:0.3s;}
.section_wrap .content_slide .photo_list .photo .photo_img:hover img{transform:scale(1.2);-webkit-transform:scale(1.2);}

.section_wrap.instagram_section .content_slide .bx-wrapper .bx-controls-direction a{margin-top:75px;}
.section_wrap .section_content {position:relative;}
.section_wrap .section_content .content_slide {margin-bottom:70px;overflow:hidden;height:210px;}
.section_wrap .company_feature{font-size:16px;line-height:1.5;width:1040px;margin:0 auto;}

.section_wrap.instagram_section .section_content .shop_information {border:none;box-shadow:none;-webkit-box-shadow:none;}
.section_wrap.instagram_section .section_content .shop_information .shop_information_content{ width:auto;}
.section_wrap.instagram_section .section_content .shop_information:before{content:none;}
/*============================
#media
============================*/
#top_page .section_wrap .section_content .main_mov {margin:0 auto;text-align:center;margin-bottom:30px;}
#top_page .section_wrap .section_content .media_list{}
#top_page .section_wrap .section_content .media_list li{width:305px;margin:0 50px 20px 0;}
#top_page .section_wrap .section_content .media_list li:nth-child(3){margin:0;}
#top_page .section_wrap .section_content .media_list li:nth-child(n + 4){display:none;}
/*============================
#customer
============================*/
#top_page .section_wrap .section_content .customer_list {/*width:796px;*/width:100%;margin:0 auto;position:relative;}
#top_page .section_wrap .section_content .customer_list li{float:left;width:360px;border:1px solid #000;border-radius:5px;-webkit-border-radius:5px;padding:10px;color:#5a5a5a;position:relative;margin:0 15px 15px 0;position:relative;}
#top_page .section_wrap .section_content .customer_list li:after{content:"";display:block;width:11px;height:11px;border-right:1px solid #000;border-bottom:1px solid #000;transform:rotate(45deg);-webkit-transform:rotate(45deg);position: absolute;left: 50%;margin-left: -8px;bottom:-7px;background: #FFF;}
/*#top_page .section_wrap .section_content .customer_list li:nth-child(2){margin-top:50px;float:right;}*/
#top_page .section_wrap .section_content .customer_list  .customer_name {font-size:18px;padding:18px 0 23px 0;}
#top_page .section_wrap .section_content .customer_list  .customer_rate {font-size:16px;margin-bottom:12px;}
#top_page .section_wrap .section_content .customer_list  .customer_rate .on {color:#c2901f;}
#top_page .section_wrap .section_content .customer_list  .customer_rate .off {color:#d5d5d5;}
#top_page .section_wrap .section_content .customer_list  .customer_date {margin-bottom:12px;margin-bottom:15px;}
#top_page .section_wrap .section_content .customer_list  .customer_content {border-top:1px dotted #000;font-size:14px;padding-top:15px;line-height:1.5;}
#top_page .section_wrap .section_content .customer_list  .customer_content_img{position:absolute !important;top:10px !important;right:10px !important;left:auto !important}


/*============================
#footer
============================*/
#footer{background:url(../img/bg_footer.gif) 0 0 repeat;padding:50px 0;}
.footer_content {width:900px;margin:0 auto;}
.footer_content .footer_left {width:350px;float:left;margin-right:80px;margin-bottom:50px;}
.footer_content .footer_right {width:470px;float:right;}
.footer_content .footer_left .logo {padding-bottom:17px;margin-bottom:17px;border-bottom:1px dotted #fff;}
.footer_content .footer_left .address{margin-bottom:17px;border-bottom:1px dotted #fff;}
.footer_content .footer_left .address p{color:#FFF;font-size:14px;margin-bottom:18px;line-height:1.4;}
.footer_content .footer_left .address a{display:block;color:#FFF;font-size:14px;margin-bottom:18px;position:relative;padding-left:18px;}
.footer_content .footer_left .address a:before{content:"";display:block;border-right:2px solid #c28f1f;border-bottom:2px solid #c28f1f;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);width:7px;height:7px;position:absolute;left:0;top:3px;}

.footer_content .footer_list li{margin-bottom:15px;}
.footer_content .footer_list li a{font-size:14px;color:#FFF;padding-left:18px;position:relative;}
.footer_content .footer_list li a:before{content:"";display:block;border-right:2px solid #c28f1f;border-bottom:2px solid #c28f1f;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);width:7px;height:7px;position:absolute;left:0;top:3px;}
.footer_content .footer_right .footer_list{float:left;width:260px;}
.footer_content .footer_right .footer_list:last-child{width:210px;}

/*============================
#left_area
============================*/
#left_area {position:fixed;left:0;top:0;background:#000;width:100px;text-align:center;padding-top:27px;height:100%;z-index:10000;display: none;}
#left_area #logo {margin-bottom:25px;}
#left_area #logo_txt {margin-bottom:70px;}
#left_area .side_content{position: absolute;bottom: 25px;padding-left: 10px;}
#left_area .side_content li{color:#FFF;text-align:center;border-top:1px solid #4d4d4d;line-height:1.4;font-size:13px;font-style:italic;padding:14px 0;width:80px;margin:0 auto;}
#left_area .side_content li:last-child{border-bottom:1px solid #4d4d4d;}

/*============================
#pagetop
============================*/
#right_area{position:fixed;right:0;bottom:0;display: none;}
#right_area #pagetop {position:relative;right:18px;text-align:center;margin-bottom:15px;}
#right_area #cart {position:relative;right:20px;margin-bottom:30px;}
#right_area #cart a span{background: #c2901f;display: inline-block;font-size: 12px;width: 18px;line-height: 18px;color: #FFF;position: absolute;right: 3px;top: 2px;text-align: center;border-radius: 50%;}
/*============================
#2nd page
============================*/

/*============================
#whoweare
============================*/
.article_box{margin:0 auto;width:1040px;margin-bottom:65px;}
.article_box .title{color:#000;font-size:24px;font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;line-height:1.2;border-bottom:1px solid #000;margin-bottom:20px;padding:0 0 10px 0;}
.article_box .text{font-size:16px;color:#000;line-height:2;margin-bottom:20px;}
.article_box .text p{margin-bottom:1em;}
.article_box .text .red{ color:#990000;}
.article_box .text b{ position:relative;padding: 0 0 0 1.3em;}
.article_box .text b:before{ position:absolute; content:"";width: 1em;height: 1em; left: 0;top: 0;background: #990000;}

.article_box.type_right_img .text {float:left;width:700px;}
.article_box.type_right_img .img{float:right;width:340px;text-align:right;}

.article_box.type_bottom_img .text {float:none;}
.article_box.type_bottom_img .img{ text-align:center;margin: 0 auto;float:none; margin:0 auto;}
.article_box.type_bottom_img .img.bg_gray{padding: 5px;
    background: #f0f0f0;
    display: table;
    margin: 0 auto;}
.article_box.type_bottom_img .img img{}
.article_box.type_bottom_img .img img:nth-child(1){margin: 0 5px 0 0;}

.article_box.type_special .img{text-align: right;}
.article_box.type_special .content{ float:left;width: 76%;}
.article_box.type_special .content:nth-child(3){text-align: right;width: 24%;}
.article_box.type_special .content:nth-child(3) .text {}
.article_box.type_special .content:nth-child(3) .img{}

.article_box.type_no_title .text {}
.article_box.type_no_title .img{}
.article_box.type_no_title .content{}

#whoweare_page.realedge .diff_table {width: 600px;margin: 0 auto 20px auto;}
#whoweare_page.realedge td, th {font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-size: 13px;line-height: 1.7; }
#whoweare_page.realedge .real3 {color: #FFFFFF;background-color: #000000;text-align: center;padding-top: 7px;padding-bottom: 7px;}
#whoweare_page.realedge .real1 {background-color: #878787;padding: 0 9px;vertical-align: middle;border-bottom: 1px dotted #C1C1C1;color: #000000;text-align:center;}
#whoweare_page.realedge .real2 {color: #000000;background-color: #FFFFFF;padding:12px 11px;border-bottom: 1px dotted #878787;border-right: 1px solid #000000;border-left: 1px solid #000000;}
#whoweare_page.realedge .real2 .img{margin: 0 9px 0 0;float: left;}
#whoweare_page.realedge .real2 .img img{ float:none;}

#whoweare_page .category_sub_nav{}
#whoweare_page .category_sub_nav ul{width:auto;margin: 0 auto;display:table;}
#whoweare_page .category_sub_nav li{ float:left;}
#whoweare_page .category_sub_nav li a{color: #000000;background-color: #D0D0D0;display: inline-block;font-weight: bold;line-height: 25px; margin: 0px; text-align: center;border: 1px solid #777777;padding: 4px 0;width: 330px;font-size: 14px;border-right:none;}
#whoweare_page .category_sub_nav li:last-child a{border-right:1px solid #777;width: 330px;}
#whoweare_page.how1 .category_sub_nav li:nth-child(1) a,#whoweare_page.how2 .category_sub_nav li:nth-child(2) a,#whoweare_page.how3 .category_sub_nav li:nth-child(3) a
{background-color: #fff;}

.free_trial_img_list{text-align: center;display: flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;justify-content: space-between;-webkit-justify-content: space-between;width:490px;margin: 0 auto;}
.free_trial_img_list figure{display: inline-block;margin: 0 0 15px 0;width: 50%;}
.free_trial_img_list figure:last-child,.free_trial_img_list figure:nth-last-child(2){ margin-bottom:0;}
.free_trial_img_list figcaption{font-size: 12px;color: #5f5f5f;line-height: 1.6;}
.type_access{max-width:1000px; margin-left:auto; margin-right:auto;margin:0 auto 50px auto;}
.type_access_img{ margin:0 0 10px 0;}
.type_access_link{ text-align:right;}
.type_access_link a{color: #427fed;}
.type_access_link a:hover{ text-decoration:underline;}


/* photoviewer */
.type_photo_list{}
.type_photo_list ul{/*  width: 450px;margin: 0 auto; */}
.type_photo_list ul li{width: auto;display: inline-block;margin: 0 0 0 0;}
.type_photo_list ul li a{display: inline-block;padding: 10px;margin: 0 15px 15px 0;background: #fff;box-shadow: 3px 4px 14px #ccc;-webkit-box-shadow: 3px 4px 14px #ccc;-moz-box-shadow: 3px 4px 14px #ccc;}
.type_photo_list ul li:nth-child(2n) a{ margin:0 0 15px 0;}
.type_photo_list ul li a:hover{text-decoration:none;}
.type_photo_list ul li a .top{margin: 0 0 7px 0;text-align: center;background: #ccc;height: 180px;}
.type_photo_list ul li a .top .inner{ display:table-cell; vertical-align:middle; text-align:center;width: 220px;height: 180px;}
.type_photo_list ul li a .top img{ max-height:100%; width:auto;}
.type_photo_list ul li a .bottom{font-size: 14px;color: #000;}
.type_photo_list ul li a .bottom .day{margin: 0 0 7px 0;}
.type_photo_list ul li a .bottom .name{}

.detail .type_photo_list ul{ text-align:center; margin:30px 0 0 0;}
.detail .type_photo_list ul li a .top .inner {width: 189px;height: 155px;}
.detail .type_photo_list ul li a .top{height: 155px;}
.detail .type_photo_list ul li:last-child a{ margin: 0;}


/*============================
#products index
============================*/
.search_box {width:1040px;margin:30px auto 90px auto;}
#products_page.category .search_box{margin-top:0;}
.search_box .sort{width:500px;float:left;}
.search_box .sort li{float:left;margin-right:10px;line-height:38px;font-size:14px;}
.search_box .sort li.btn a{font-size:14px;display:block;width:131px;border:1px solid #c8c8c8;line-height:36px;text-align:center;color:#464646;}
.search_box .filter{width:482p;float:right;}
.search_box .filter li{float:left;margin-right:10px;line-height:38px;font-size:14px;}
.search_box .filter li.searchbox{font-size:14px;display:block;width:296px;position:relative;margin-left:60px;}
.search_box .filter li.searchbox input[type="text"]{width:100%;border:none;background:#eaeaea;height:38px;line-height:34px;font-size:20px;}
.search_box .filter li.searchbox input[type="submit"]{background:#FFF;color:#000;font-size:14px;width:70px;text-align:center;display:block;position:absolute;right:5px;top:5px;line-height:23px;border:none;}
.products_box{width:1040px;margin:0 auto;}
.products_box > ul > li{width:380px;padding-left:25px;border-left:1px solid #000;float:left;margin:0 90px 70px 57px;}
.products_box > ul > li:nth-child(2n){margin-right:0}
.products_box > ul > li .products_name{font-size:0px;height:100%;}
#products_page.index .products_box > ul > li .products_name:before{content:"牛刀包丁";position: absolute;left: -20px;top: 0;font-size: 46px;-webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;letter-spacing: 1px;}
#products_page.index .products_box > ul > li:nth-child(2) .products_name:before{content:"三徳包丁";}
#products_page.index .products_box > ul > li:nth-child(3) .products_name:before{content:"出刃包丁";}
#products_page.index .products_box > ul > li:nth-child(4) .products_name:before{content:"ペティナイフ";}
#products_page.index .products_box > ul > li:nth-child(5) .products_name:before{content:"柳刃包丁";}
#products_page.index .products_box > ul > li:nth-child(6) .products_name:before{content:"筋引包丁";}
#products_page.index .products_box > ul > li:nth-child(7) .products_name:before{content:"菜切包丁";}
#products_page.index .products_box > ul > li:nth-child(8) .products_name:before{content:"その他の包丁";}

/*============================
#products detail
============================*/
#products_page.detail .section_wrap .section_title{max-width:1200px;line-height:1.4;margin: 0 auto;margin-bottom: 80px;padding-top: 80px;}
#products_page.detail .section_wrap .section_title strong{color:#000;font-weight:normal;}
#products_page.detail .section_wrap .section_title strong span{color:#c28f1f}
#detail_img_section{background:url(../img/kaso_products_img.jpg) center right no-repeat;max-width: 100%;height:240px;background-size: cover;display: none;}
.category_nav{padding:65px 0;display:table;margin:0 auto;background:url(../img/shd_content.gif) center bottom no-repeat;display: none;}
.section_wrap .section_title + .products_lead + .category_nav,
.section_wrap .section_title + .category_nav{margin-bottom:40px;padding-top:0;}

.category_nav li{float:left;background:#f2f2f2;margin-right:20px;width:330px;height:90px;text-align:center;position:relative;border:1px solid #FFF;transition:all 0.3s;-webkit-transition:all 0.3s;}
.category_nav li:last-child{margin-right:0;}
.category_nav li a{display:block;height:100%;width:100%;position: relative;}
.category_nav li > a > span{position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);width: 100%;}
.category_nav li span.en{font-size:18px;letter-spacing:3px;color:#797979;display:block;line-height:50px;}
.category_nav.who li{width:250px;}
.category_nav.who li span.en{font-size:18px;letter-spacing: 1px;}
.category_nav li:hover{border: 1px solid #c2901f;background: #FFF;}
.category_nav li:hover a span{color:#c2901f}

#whoweare_page.index .category_nav li:nth-child(1),
#whoweare_page.history .category_nav li:nth-child(2),
#whoweare_page.sub_page .category_nav li:nth-child(3),
#whoweare_page.realedge .category_nav li:nth-child(4),
#recruit_page.voice .category_nav li:nth-child(2),
#recruit_page.wanted .category_nav li:nth-child(1),
#products_page.knives .category_nav li:nth-child(1),
#products_page.gift .category_nav li:nth-child(2),
#products_page.custom .category_nav li:nth-child(3)
{border:1px solid #c2901f;background:#FFF;}
#whoweare_page.index .category_nav li:nth-child(1) span.en,
#whoweare_page.history .category_nav li:nth-child(2) span.en,
#whoweare_page.sub_page .category_nav li:nth-child(3) span.en,
#whoweare_page.realedge .category_nav li:nth-child(4) span.en,
#recruit_page.voice .category_nav li:nth-child(2) span.en,
#recruit_page.wanted .category_nav li:nth-child(1) span.en,
#products_page.knives .category_nav li:nth-child(1) span.en,
#products_page.gift .category_nav li:nth-child(2) span.en,
#products_page.custom .category_nav li:nth-child(3) span.en
{color:#c2901f}
#whoweare_page.index .category_nav li:nth-child(1):after,
#whoweare_page.history .category_nav li:nth-child(2):after,
#whoweare_page.sub_page .category_nav li:nth-child(3):after,
#whoweare_page.realedge .category_nav li:nth-child(4):after,
#recruit_page.voice .category_nav li:nth-child(2):after,
#recruit_page.wanted .category_nav li:nth-child(1):after,
#products_page.knives .category_nav li:nth-child(1):after,
#products_page.gift .category_nav li:nth-child(2):after,
#products_page.custom .category_nav li:nth-child(3):after
{content:"";position:absolute;bottom:-8px;left:50%;margin-left:-7px;display:block;border-right:1px solid #c2901f;border-bottom:1px solid #c2901f;transform:rotate(45deg);-webkit-transform:rotate(45deg);width:14px;height:14px;background:#FFF;}

#products_page.special .category_nav li:nth-child(2){border:1px solid #c2901f;background:#FFF;}
#products_page.special .category_nav li:nth-child(2) span.en{color:#c2901f}
#products_page.special .category_nav li:nth-child(2):after{content:"";position:absolute;bottom:-8px;left:50%;margin-left:-7px;display:block;border-right:1px solid #c2901f;border-bottom:1px solid #c2901f;transform:rotate(45deg);-webkit-transform:rotate(45deg);width:14px;height:14px;background:#FFF;}

.traking_table{
    border: 1px solid #646464;
    width: 100%;
}
.traking_table > table{
    width: 100%;
}
.traking_table > table > thead{}
.traking_table > table > thead > tr{}
.traking_table > table > thead > tr > th{
    background: #f0f0f0;
    font-size: 15px;
    padding: 12px 0;
    border-right: 1px dotted #646464;
    width: 183px;
}
.traking_table > table > tbody{}
.traking_table > table > tbody > tr{
}
.traking_table > table > tbody > tr.last:not(:last-child){border-bottom: 2px solid #000;}
.traking_table > table > tbody > tr > th{
    font-size: 15px;
    height: 50px;
    color: #464646;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px dotted #646464;
    border-right: 1px dotted #646464;
    padding: 0 10px;
    background: #F0F0F0;
}
.traking_table > table > tbody > tr > td{
    font-size: 15px;
    height: 50px;
    width: 365px;
    color: #464646;
    vertical-align: middle;
    border-bottom: 1px dotted #646464;
    border-right: 1px dotted #646464;
    padding: 10px;
    text-align: left;
    line-height: 1.5;
}

.products_detail_content .item_box{width:1040px;margin:0 auto;}
.products_detail_content .item_box .txt{float:left;width:320px;}
.products_detail_content .item_box .txt .title{font-size:28px;border-bottom:1px solid #000;margin-bottom:24px;padding-bottom:15px;}
.products_detail_content .item_box .txt .title span{font-size:22px;color:#c2901f;display: inline-block;padding-top: 13px;line-height: 1.3;}
.products_detail_content .item_box .txt .desc{font-size:16px;line-height:1.5;margin-bottom:40px;}
.products_detail_content .item_box .txt .desc table.chart2.chart_wide{}
.products_detail_content .item_box .txt .desc table.chart2.chart_wide td,
.products_detail_content .item_box .txt .desc table.chart2.chart_wide th{font-size:12px;font-weight:normal;border-bottom:1px solid #000;}
.products_detail_content .item_box .txt .desc table.chart2.chart_wide .cell1{width:120px;}
.products_detail_content .item_box .txt .desc table.chart2.chart_wide th:nth-child(2){width:60px;}
.products_detail_content .item_box .txt .desc table.chart2.chart_wide th:nth-child(3){width:60px;}
.products_detail_content .item_box .txt .item_list table{width:100%;margin-bottom:40px;border-bottom:1px dotted #464646;}
.products_detail_content .item_box .txt .item_list table th{font-size:14px;text-align:left;font-weight:normal;padding:5px 0;}
.products_detail_content .item_box .txt .item_list table th:nth-child(1){width:30%;}
.products_detail_content .item_box .txt .item_list table th:nth-child(n + 2){width:30%;text-align:center;}
.products_detail_content .item_box .txt .item_list table td{font-size:14px;color:#464646;padding:5px;border-top:1px dotted #464646;}
.products_detail_content .item_box .txt .item_list table td:nth-child(n + 2){text-align:center;}
.products_detail_content .item_box .txt .item_list table td:nth-child(n + 2) b span{color:#900;font-style: italic;font-size:14px;}
.products_detail_content .item_box .txt .cart_box {}
.products_detail_content .item_box .txt .cart_box .size{margin-bottom:10px;}
.products_detail_content .item_box .txt .cart_box .size span{width:80px;float:left;font-size:14px;line-height:32px;}
.products_detail_content .item_box .txt .cart_box .size select{float:right;width:235px;font-size:14px;color:#000;background:#f6f6f6;padding:5px;line-height:32px;height:32px;border-radius:0;-webkit-border-radius:0;}
.products_detail_content .item_box .txt .cart_box .price{position:relative;margin-bottom:30px}
.products_detail_content .item_box .txt .cart_box .price b{font-size:24px;}
.products_detail_content .item_box .txt .cart_box .price p.apx{font-size:12px;font-weight: bold;color:#900;padding:2px 0 0 0;}
.products_detail_content .item_box .txt .cart_box .price > span{font-size:15px;font-weight:bold;}
.products_detail_content .item_box .txt .cart_box .price .sum {width: 104px;position:absolute;right:0;top:0;}
.products_detail_content .item_box .txt .cart_box .price .sum span{width:63px;float:left;font-size:14px;line-height:32px;}
.products_detail_content .item_box .txt .cart_box .price .sum select{float:right;width: 40px;font-size:14px;color:#000;background:#f6f6f6;padding:5px;line-height:32px;height:32px;border-radius:0;-webkit-border-radius:0;}
.products_detail_content .item_box .photo{float:right;width:680px;}
.products_detail_content .item_box .photo .slide{margin-bottom:45px;}
.products_detail_content .item_box .photo .slide figure a{position:relative;display:table-cell; vertical-align:middle;width: 680px;height: 500px; text-align:center; background:#000;}
.products_detail_content .item_box .photo .slide figure a:after{content:"";position:absolute;right:10px;bottom:10px;background:url(../img/icon_scale2.gif) 0 0 no-repeat;width:30px;height:30px;}
.products_detail_content .item_box .photo .slide figure a img{max-height: 100%;width: auto;margin: 0 auto;max-height: 500px;}
.products_detail_content .item_box .photo .slide_thumb{position:relative;height:100px;overflow:hidden;}
.products_detail_content .item_box .photo .slide_thumb li a{width:90px;height:90px;display: table-cell;vertical-align: middle;text-align: center;padding:2px;border:1px solid transparent;}
.products_detail_content .item_box .photo .slide_thumb li a.active{border:1px solid #c28f1f;}
.products_detail_content .item_box .photo .slide_thumb li a img{max-height: 100%;}
.products_detail_content .item_box .photo .slide_thumb p#PrevIcon a{display:block;width:14px;height:14px;position:absolute;border-top:2px solid #c28f1f;border-left:2px solid #c28f1f;color:#fff;top:27px;left:5px;text-indent:-9999px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
.products_detail_content .item_box .photo .slide_thumb p#NextIcon a{display:block;width:14px;height:14px;position:absolute;border-top:2px solid #c28f1f;border-right:2px solid #c28f1f;color:#fff;top:27px;right:5px;text-indent:-9999px;transform:rotate(45deg);-webkit-transform:rotate(45deg);}
#PrevIcon,
#NextIcon{display:none;}

.products_detail_content .item_box .desc{}
.products_detail_content .item_box .desc > b{}
.products_detail_content .item_box .desc > .item_list{}
.products_detail_content .item_box .desc > .item_list > table{}
.products_detail_content .item_box .desc > .item_list > table > tbody{}
.products_detail_content .item_box .desc > .item_list > table > tbody > tr{}
.products_detail_content .item_box .desc > .item_list > table > tbody > tr > th{
    font-size: 12px;
    width: 25% !important;
}
.products_detail_content .item_box .desc > .item_list > table > tbody > tr > td.cell1{}
.products_detail_content .item_box .desc > .item_list > table > tbody > tr > td{
    font-size: 12px;
}

#other_option_product_area li .title p{position: relative;display: inline-block;padding: 11px 3px 11px 45px;cursor: pointer;-webkit-transition: all .2s;transition: all .2s;}
.option_list .txt .cart_box{padding-top:10px;}
.option_list .txt .cart_box .size{margin-bottom:10px;}
.option_list .txt .cart_box .size span{width:80px;float:left;font-size:14px;line-height:32px;}
.option_list .txt .cart_box .size select{float:right;width:235px;font-size:14px;color:#000;background:#f6f6f6;padding:5px;line-height:32px;height:32px;border-radius:0;-webkit-border-radius:0;}



.section_wrap .section.bottom_shd{padding-bottom:90px;background:url(../img/shd_content.gif) center bottom no-repeat;}
.section_wrap .section_title p{font-size:48px;font-weight:normal;line-height:1;}
.section_wrap .section_title p.red{color:#900;margin:0 0 20px 0;}
.section_wrap .section_title p span{ width: 0px;overflow: hidden; display: inline-block; border-right: 1px solid #000;line-height: 50px;vertical-align: bottom;margin: 0 20px;}
.section_wrap .section_title h3{font-size:26px;font-weight:normal;}
.cart_btn{text-align:center;}
.products_detail_content .option_list{width:1040px;margin:0 auto;}

.option_list ul{/*display:table;*/margin:0 auto;}
.option_list ul li{width:320px;float:left;margin: 0 calc((60px / 2) / 3);margin-bottom:40px;}
.option_list ul li.case{
    position: relative;
}
.option_list ul li:nth-child(3n){margin-right:0;}
.option_list ul li .title{background:#e1e1e1;line-height:24px;color:#000;font-size:16px;}
.option_list ul li .title input{width:22px;height:22px;border:1px solid #000;margin-right:15px;}
.option_list ul li .title input[type="checkbox"],
.option_list ul li .title input[type="radio"] {display: none;}
.option_list ul li .title label {position: relative;display: inline-block;padding: 11px 3px 11px 45px;cursor: pointer;-webkit-transition: all .2s;transition: all .2s;}
.option_list ul li .title label::before,
.option_list ul li .title label::after {position: absolute;content: '';-webkit-transition: all .2s;transition: all .2s;}
.option_list ul li .title label::before {top: 23px;left: 12px;width: 20px;height: 20px;margin-top: -12px;background: #f4f4f4;border: 2px solid #000;border-radius: 0;}
.option_list ul li .title label::after {opacity: 0;top: 23px;left: 16px;width: 13px;height: 6px;margin-top: -7px;border-left: 3px solid #c12a13;border-bottom: 3px solid #c12a13;-webkit-transform: rotate(-45deg) scale(.5);transform: rotate(-45deg) scale(.5);}
.option_list ul li .title label:hover::before {background: #fff;}
.option_list ul li .title input[type="checkbox"]:checked + label::before,
.option_list ul li .title input[type="radio"]:checked + label::before {background: #fff;border: 2px solid #c12a13;}
.option_list ul li .title input[type="checkbox"]:checked + label::after,
.option_list ul li .title input[type="radio"]:checked + label::after {opacity: 1;-webkit-transform: rotate(-45deg) scale(1);transform: rotate(-45deg) scale(1);}
.option_list ul li .select{margin:10px 0 0 0;}
.option_list ul li .select span{width:80px;float:left;font-size:14px;line-height:32px;}
.option_list ul li .select select{float:right;width:235px;font-size:14px;color:#000;background:#f6f6f6;padding:5px;line-height:32px;height:32px;border-radius:0;-webkit-border-radius:0;}
.option_list ul li .img{position:relative;overflow: hidden;}
.option_list ul li .img .icon{position:absolute;right:5px;bottom:5px;}
.option_list ul li .img img{transition:0.3s;-webkit-transition:0.3s;}
.option_list ul li .img:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);}

.option_list ul li .title{position:relative;}
.option_list ul li .title:before{content:"handle";position:absolute;right:0;top:-20px;line-height:20px;background:#c2901f;color:#FFF;padding:0 20px;font-size:13px;}
.option_list ul li.case .title:before{content:"case";background:#900;}


.products_detail_content .latest_list{width:1040px;margin:0 auto;}
.latest_list ul{display:table;margin:0 auto;}
.latest_list ul li{width:320px;float:left;margin-right:40px;margin-bottom:40px;background:url(../img/latest_item_photo_bg.png) top center no-repeat;}
.latest_list ul li:nth-child(3n){margin-right:0;}
.latest_list ul li .title{background:none;border-bottom:0px solid #000;line-height:1.5;padding:20px 0;color:#000;font-size:16px;}
.latest_list ul li .title input{width:22px;height:22px;border:1px solid #000;margin-right:15px;}
.latest_list ul li .title input[type="checkbox"] {display: none;}
.latest_list ul li .title label {position: relative;display: inline-block;padding: 3px 3px 3px 45px;cursor: pointer;-webkit-transition: all .2s;transition: all .2s;}
.latest_list ul li .title label::before,
.latest_list ul li .title label::after {position: absolute;content: '';-webkit-transition: all .2s;transition: all .2s;}
.latest_list ul li .title label::before {top: 50%;left: 12px;width: 20px;height: 20px;margin-top: -12px;background: #f4f4f4;border: 2px solid #000;border-radius: 0;}
.latest_list ul li .title label::after {opacity: 0;top: 50%;left: 16px;width: 13px;height: 6px;margin-top: -7px;border-left: 3px solid #c12a13;border-bottom: 3px solid #c12a13;-webkit-transform: rotate(-45deg) scale(.5);transform: rotate(-45deg) scale(.5);}
.latest_list ul li .title label:hover::before {background: #fff;}
.latest_list ul li .title input[type="checkbox"]:checked + label::before {background: #fff;border: 2px solid #c12a13;}
.latest_list ul li .title input[type="checkbox"]:checked + label::after {opacity: 1;-webkit-transform: rotate(-45deg) scale(1);transform: rotate(-45deg) scale(1);}

.latest_list ul li .img{position:relative;height:213px;overflow:hidden;}
.latest_list ul li .img .icon{position:absolute;right:5px;bottom:5px;}
.latest_list ul li .img  img{transition:0.3s;-webkit-transition:0.3s;}
.latest_list ul li .img:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);}

#products_page .section_content .customer_list {width:1040px;margin:0 auto;}
#products_page .section_content .customer_list li{float:left;width:495px;border-top:1px solid #000;padding:30px 0;color:#5a5a5a;position:relative;margin:0 10px;position:relative;}
#products_page .section_content .customer_list li:nth-child(2){}
#products_page .section_content .customer_list li:nth-child(2n){margin-right:0;}
#products_page .section_content .customer_list  .customer_name {font-size:18px;padding:0px 0 23px 0;}
#products_page .section_content .customer_list  .customer_rate {font-size:16px;margin-bottom:12px;display: inline-block;margin-right:30px;}
#products_page .section_content .customer_list  .customer_rate .on {color:#c2901f;}
#products_page .section_content .customer_list  .customer_rate .off {color:#d5d5d5;}
#products_page .section_content .customer_list  .customer_date {margin-bottom:12px;margin-bottom:50px;display: inline-block;}
#products_page .section_content .customer_list  .customer_content {font-size:14px;line-height:24px;}
#products_page .section_content .customer_list  .customer_content_img{position:absolute;top:30px;right:0px;width:90px;}

/*/english special css/*/

.products_box li{position:relative;}
.products_box .img{overflow:hidden;margin-bottom:20px;}
.products_box .img img{transition:0.3s;-webkit-transition:0.3s;max-height: 235px;width: auto;height: 300px;}
.products_box .img:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);}
body#products_page.index .products_box .img:hover img,
body.gift .products_box .img:hover img{transform:scale(1);-webkit-transform:scale(1);}
.products_box .products_name{position:absolute;left:-34px;top:0;font-size:24px;-webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl; writing-mode: vertical-rl;letter-spacing: 1px;}
.products_box .title{margin-bottom:30px;}
.products_box .title a{font-size:26px;color:#c28f1f;font-weight:bold;line-height:1.5;padding-right:13px !importantbox-sizing: border-box;;}
.products_box .title a {position: relative;display: inline-block;transition: .3s;width:100%;}
.products_box .title a:before{content:"";display:block;position: absolute;right:0;top:50%;width:10px;height:10px;border-top:2px solid #c28f1f;border-right:2px solid #c28f1f;transform: rotate(45deg) translate(-55%, -15%);}
.products_box .title a::after {position: absolute; left: 50%;content: '';width: 0;height: 1px;background-color: #c28f1f;transition: .3s;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.products_box .title a::after {bottom: 0;}
.products_box .title a:hover::after {width: 100%;}

.products_box .title a span{font-size:16px;padding:0 0 0 5px;display:inline-block;}
#products_page.index .products_box .title a span{display:block;}
.products_box .title a:hover{color:#c28f1f;}
.products_box .desc {font-size:16px;color:#000;line-height:28px;margin-bottom:30px;}
.products_box  .item_list {font-size:14px;color:#5f5f5f;margin-bottom:25px;}
.products_box  .item_list dl{margin-bottom:5px;border-bottom:1px dotted #000;padding-bottom:5px;}
.products_box  .item_list dl:last-child{border:none;padding:0;margin:0;}
.products_box  .item_list dt{display:inline-block;float:left;line-height:22px;padding:2px 5px;text-indent: -1.3em;padding-left: 1.2em;}
.products_box  .item_list dd{display:inline-block;float:right;line-height: 22px;}

.products_box  .item_list{font-size:14px;margin-bottom:25px;display:block;}
.products_box  .item_list > a{border-bottom:1px dotted #000;padding:5px 5px 5px 30px;display:block;color:#5f5f5f;position:relative;}
.products_box  .item_list > a:last-child{border:none;margin:0;}
.products_box  .item_list > a:hover{background:#eeeeee;color:#c28f1f;}
.products_box  .item_list > a:before{content:"";display:block;width:18px;height:18px;background:#000;position:absolute;left:5px;top:8px;}
.products_box  .item_list > a:hover:before{background:#c28f1f}
.products_box  .item_list > a:after{content:"";display:block;width:5px;height:5px;border-top:1px solid #fff;border-right:1px solid #fff;transform:rotate(45deg);-webkit-transform:rotate(45deg);position:absolute;left:9px;top:14px;}
.products_box  .item_list > a dt{display:inline-block;float:left;line-height:22px;padding:2px 5px;text-indent: -1.3em;padding-left: 1.2em;}
.products_box  .item_list > a dd{display:inline-block;float:right;line-height: 22px;}
.products_box  .item_list > a dd span{display: block;font-size:12px;text-align: right;}
.products_box  .btn{border:1px solid #000;position:relative;width:auto;display:inline-block;text-align:left;float:left;display:none;}
.products_box  .btn:before{content:"";position:absolute;top: 50%;right: 20px;margin-top: -7px;display: block;width: 10px;height: 10px;border-right: 1px solid #000;border-bottom: 1px solid #000;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);z-index:1;}
.products_box .btn:hover:before{border-color:#FFF;}
.products_box .btn a{line-height:1.5;display:block;position:relative;padding:5px 30px 5px 20px;color:#000;font-size:18px;}
.products_box .btn a:hover{background:#000;color:#fff;}
.products_box .btn:hover:after{border-color:#fff;}


/*english special css*/
.products_box.fullwidth li{background:none;width:880px;border-left:1px solid #000;padding-left:40px;position:relative;margin-left:119px;margin-bottom:70px;}
.products_box.fullwidth .products_name{position:absolute;top:0px;left:-90px;font-size:54px;}
.products_box.fullwidth .img{position:relative;left:-40px;margin:0;}
.products_box.fullwidth .title{border-bottom:none;}
.products_box.fullwidth .title a{font-size:30px;color:#c28f1f;font-weight:bold;line-height:1.5;border:none;}
.products_box.fullwidth .title a span{font-size:18px;}
.products_box.fullwidth .title a:hover{color:#c28f1f;}
.products_box.fullwidth .desc{font-size:18px;}
.products_box.fullwidth .item_list{width:auto;margin-bottom:75px;display: table;}
.products_box.fullwidth .item_list > a{border:none;}
.products_box.fullwidth .btn{position:absolute;top:0;right:0;}
.products_box.fullwidth .item_list > a dd {padding:0 0 0 50px;}
.products_box.fullwidth .item_list > a dd span{display:inline-block;font-size:12px;text-align: right;padding:0 0 0 20px;}

.products_lead{width:990px;border:2px solid #c0c0c0;padding:20px;margin:30px auto 20px auto;display:none;}
.products_lead .title{font-size:18px;font-weight:bold;color:#c2901f;margin-bottom:10px;padding-bottom:10px;border-bottom:1px dotted #000;}
.products_lead .desc{font-size:15px;line-height:1.5;margin-bottom:20px;}
.products_lead .btn_case_media td a{display:inline-block;background:#000;color:#fff;line-height:40px;padding:0 20px;border-radius:5px;-webkit-border-radius:5px;min-width:100px;text-align:center;}

.page_nation{display:table;margin:0 auto 30px auto;}
.page_nation li{width:38px;height:38px;border:1px solid #000;margin-right:10px;float:left;text-align:center;position:relative;}
.page_nation li:hover{background:#ccc;}
.page_nation li a{font-size:18px;color:#000;line-height:38px;font-weight:bold;display:block;} 
.page_nation li.on a{background:#000;color:#fff;}
.page_nation li.index{display:inline-block;width:auto;}
.page_nation li.index a{padding:0 20px;}
.page_nation li.prev a:before,
.page_nation li.next a:before{content:"";position:absolute;left:50%;top:50%;margin-top:-4px;margin-left:-6px;height:6px;width:6px;border-right:2px solid #000;border-top:2px solid #000;transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.page_nation li.prev a:before{margin-left:-4px;transform:rotate(-135deg);-webkit-transform:rotate(-135deg);}

/*category*/
body#products_page.category .category_nav{background:none;padding:0 0 0px;}
body#products_page.category .section_desc{text-align:center;font-size:18px;line-height:32px;font-weight:normal;background: url(../img/shd_content.gif) center bottom no-repeat;margin:0 auto;padding-bottom:55px;margin-bottom:55px;max-width:1000px;}
body#products_page.category .section_desc .category_bnr{padding-top:30px;}
.category_photo ul li{text-align:center;margin-bottom:30px;}
.category_photo ul li:last-child{margin:0;}
.products_box .txt .title{margin-bottom:24px;}
.products_box .txt .title a{display:block;font-size:28px;color:#000;}
.products_box .txt .title span{font-size:22px;color:#c2901f;display: inline-block;line-height: 1.3;padding-bottom: 5px;}
.products_box .txt .desc{font-size:16px;line-height:1.5;margin-bottom:20px;}

.products_box .txt .item_list table{width:100%;margin-bottom:40px;border-bottom:1px dotted #464646;}
.products_box .txt .item_list table th{font-size:14px;text-align:left;font-weight:normal;padding:5px 0;color:#000;}
.products_box .txt .item_list table th:nth-child(1){width:30%;}
.products_box .txt .item_list table th:nth-child(n + 2){width:30%;text-align:center;font-size:12px;}
.products_box .txt .item_list table td{font-size:14px;color:#464646;padding:5px;border-top:1px dotted #464646;}
.products_box .txt .item_list table td:nth-child(n + 2){text-align:center;}
.products_box .txt .item_list table td a{line-height:1.4;color:#000;}
.products_box .txt .item_list table td:nth-child(n + 2) b span{color:#900;}
.products_box .txt .cart_box {}
.products_box .txt .cart_box .size{margin-bottom:10px;}
.products_box .txt .cart_box .size span{width:80px;float:left;font-size:14px;line-height:32px;}
.products_box .txt .cart_box .size select{float:right;width:235px;font-size:14px;color:#000;background:#f6f6f6;padding:5px;line-height:32px;height:32px;border-radius:0;}
.products_box .txt .cart_box .price{position:relative;margin-bottom:30px}
.products_box .txt .cart_box .price b{font-size:24px;}
.products_box .txt .cart_box .price > span{font-size:15px;font-weight:bold;}
.products_box .txt .cart_box .price p{font-size:12px;color:#900;font-weight: bold;padding:2px 0 0 0;}
.products_box .txt .cart_box .price .sum {width:130px;position:absolute;right:0;top:0;}
.products_box .txt .cart_box .price .sum span{width:63px;float:left;font-size:14px;line-height:32px;}
.products_box .txt .cart_box .price .sum select{float:right;width: 50px;font-size:14px;color:#000;background:#f6f6f6;padding:5px;line-height:32px;height:32px;border-radius:0;-webkit-border-radius:0;}
.products_header{margin-bottom:50px;}
.products_header .left_img{float:left;width:320px;}
.products_header .right_content{float:right;width:683px;}
body.gift .products_box .txt .title span{font-size:14px;}
body.gift .products_box > ul > li{ width: 320px; float: left;padding:0;margin:0;border:0; margin-right: 37px; margin-bottom: 100px;}
body.gift .products_box > ul > li:nth-child(3n){margin-right:0;}
.free_ship_txt{/*position:absolute;top:305px;left:0;*/font-size:16px;line-height:25px;height:50px;text-align:left;font-weight:bold;/*font-style:italic;*/margin:20px 0;}
.free_ship_txt span{color:#900;}
.products_box > ul > li .slick-slider a{
    height: 100%;
    position: relative;
    background: #000;
}

.bnr{text-align:center;padding:160px 0 105px 0;display: none;}

/* 柄磨き比較画像部分 */
.article_box.type_bottom_img .img .bifore{width: 65%;margin: 0px auto 20px auto;}
.article_box.type_bottom_img .img .bifore .left{float: left; position:relative;}
.article_box.type_bottom_img .img .bifore .left:before{position: absolute;content: "";right: -70px;top: 45%;width: 0;height: 0;border-width: 20px;border-left-width: 20px;border-style: solid;border-color: transparent transparent transparent #c12a13;}
.article_box.type_bottom_img .img .bifore .left .inner_title{background: #E6E6E6;}
.article_box.type_bottom_img .img .bifore .right{float: right;}
.article_box.type_bottom_img .img .bifore .right .inner_title{background: #797979; color:#fff;}
.article_box.type_bottom_img .img .bifore .inner_title{ padding: 5px 0;margin: 0 0 15px 0;}
.article_box.type_bottom_img .img .bifore .inner_img{}
.article_box.type_bottom_img .img .bifore .inner_img img{    margin: 0;}
.article_box.type_bottom_img .img .bifore .note{    padding: 8px 0; text-align:left;}
.article_box.type_bottom_img .important_note{ text-align:center;}
.important_note{ font-weight:bold;}
/*============================
#media_page 
============================*/
.media_list{width:1040px;margin:0 auto;margin-bottom:0px;}
.media_list li{float:left;width:495px;margin:0 50px 50px 0;}
.media_list li:nth-child(2n){margin-right:0;}
.media_list .date {color:#c28f1f;font-size:14px;position:relative;border-bottom:1px solid #000;padding-bottom:5px;line-height:19px;}
.media_list .date .category{display:inline-block;position:absolute;right:0;top:0px;color:#FFF;padding:0 5px;color:#FFF;line-height:19px;font-size:13px;font-weight:bold;background:#797979}
.media_list a{text-decoration:none;}
.media_list a:hover{text-decoration:underline;}
.media_list .title{font-size:20px;margin-bottom:25px;padding-top:10px;color:#000; line-height:29px;}
.media_list .title a{display:block;font-size:20px;color:#000; line-height:29px;}

.media_list .txt a{display:block;color:#797979;font-size:14px;line-height:24px;float:right;width:300px;word-break:break-all}
.media_list .img{float:left;width:170px;}
#media_page.index .media_list .img{display:none}
#news_page .media_list .txt{font-size:14px;line-height:24px;}

.media_detail{width:1040px;margin:0 auto;margin-bottom:65px;}
.media_detail .date {color:#c28f1f;font-size:14px;position:relative;border-bottom:1px solid #000;padding-bottom:5px;line-height:19px;}
.media_detail .date .category{display:inline-block;position:absolute;right:0;top:0px;color:#FFF;padding:0 5px;color:#FFF;line-height:19px;font-size:13px;font-weight:bold;background:#797979}
.media_detail a{text-decoration:none;}
.media_detail a:hover{text-decoration:underline;}
.media_detail .title{display:block;font-size:20px;margin-bottom:25px;padding-top:10px;color:#000;}
.media_detail .txt{display:block;color:#000;font-size:14px;line-height:24px;float:right;width:760px;}
.media_detail .img{float:left;width:250px;}
.media_detail .txt table{width:100%;margin-bottom:30px;}
.media_detail .txt table th{font-size:16px;border-bottom:1px dotted #797979;padding:5px 10px 5px 25px;text-align:left;background:url(../img/list_mark.jpg) 6px 12px no-repeat;width:100px;}
.media_detail .txt table td{font-size:16px;border-bottom:1px dotted #797979;padding:5px 0px;}
/*============================
#event_page 
============================*/
#event_page .sectionInner {width: 1040px;margin: 0 auto;margin-bottom: 150px;}
#event_page .eventLink ul {border-top: 2px solid #a8a8a8;border-bottom: 2px solid #ccc;}
#event_page .eventLink li {padding: 1em;border-bottom: 1px dotted #ccc;}
#event_page .eventLink li a {display: block;color: #5a5a5a;}
#event_page .eventLink li .where {line-height: 1.5;margin-bottom: 10px;font-weight: bold;}
#event_page .eventLink li .day {line-height: 1.5;font-size: 14px;margin-bottom: 5px;}
#event_page .eventLink li .day .tai {display: inline-block;background: #797979;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;-o-border-radius: 4px;-ms-border-radius: 4px;line-height: 1.5em;padding: 0 5px;margin-left: 10px;background: #fff;color: #797979;border: 1px solid #797979;margin-right: 20px;}
#event_page .eventLink li .day .time {padding-left: 18px;background: url(/img/clock_icon.png) no-repeat 0 50%;background-size: contain;}
#event_page .eventLink li .day .time p {display: inline;}
#event_page .sectionInner:last-child {margin-bottom: 0;}
#event_page .event_nav {position: relative;height: 24px;margin-bottom: 15px;}
#event_page .event_nav form {position: absolute;top: 0;left: 50%;width: 300px;margin-left: -150px;line-height: 20px;}
#event_page .event_nav li.prev {float: left;}
#event_page .event_nav li.next {float: right;}
#event_page .event_nav li.prev a, #school .event_nav li.next a {width: 150px;}
#event_page .event_nav li.prev a {background: #797979 no-repeat 8px 50%;padding-left: 10px;-moz-border-radius: 12px 0 0 12px;-webkit-border-radius: 12px 0 0 12px;border-radius: 12px 0 0 12px;}
#event_page .event_nav li a {display: block;width: 150px;height: 24px;color: #fff;font-size: 13px;line-height: 24px;text-align: center;}
#event_page .event_nav li.next a {background: #797979 no-repeat 114px 50%;padding-right: 10px;-moz-border-radius: 0 12px 12px 0;-webkit-border-radius: 0 12px 12px 0;border-radius: 0 12px 12px 0;}
#event_page .cal_table th {width: 147px;background: #E6E6E6;border: 2px solid #E6E6E6;font-size: 13px;line-height: 20px;color: #000;}
#event_page .eventTable .cal_table th.sat {background: #E6E6E6;border: 2px solid #E6E6E6;font-size: 13px;line-height: 20px;color: #000;}
#event_page .cal_table td.sun {background: #FFE9D6;}
#event_page .cal_table td {height: 50px;background: #f5f5f5;border: 2px solid #fff;padding: 5px;text-align: right;vertical-align: top;font-size: 13px;}
#event_page .cal_table td span {display: block;border-bottom: 1px dotted #ccc;height: 20px;line-height: 20px;font-size: 16px;color: #42947A;text-align: left;margin-bottom: 10px;}
#event_page .listType01 > ul > li::before{content: "";display: block;width: 10px;height: 10px;background: #797979;position: absolute;top: 2px;left: 0;}
#event_page .cal_table td .listType01 a {font-size: 13px;color: #5a5a5a;}
#event_page .cal_table td a {color: #777;text-align:left;display: block;position: relative;z-index: 100;}
#event_page .cal_table td .listType01 li {padding-left: 15px;line-height: 1.3;}
#event_page .listType01 > ul > li {padding-bottom: 8px;padding-left: 15px;margin-bottom: 8px;color: #000;position: relative;}

#event_page .eventLink li .day .time br {display: none;}

#event_page .eventLink li .day .setsu {display: inline-block;background: #797979;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;-o-border-radius: 4px;-ms-border-radius: 4px;line-height: 1.5em;padding: 0 5px;margin-left: 10px;background: #797979;color: #fff;border: 1px solid #797979;margin-right: 20px;}
#event_page .event_wrap{margin-bottom: 65px;}
#event_page .select_btn select { width:96px;}
#event_page .select_btn{ margin:0;}
#event_page .select_btn:before{left: 72px;}
.detail a{ color:#000;}

/*============================
#mypage
============================*/
.member_wrap .member_box.one_column{}
.member_wrap .member_box.one_column .box{/* width: 483px; *//* height: 271px; */border: 1px solid #000;}
.member_wrap .member_box.one_column .area_inner{padding: 27px 28px;}
.member_wrap .member_box.one_column .area_inner .area_top{margin: 0 0 37px 0;}
.member_wrap .member_box.one_column .area_inner .area_top .title{font-size: 20px;padding: 0 0 9px 0;margin: 0 0 13px 0;border-bottom: 1px dotted #464646;}
.member_wrap .member_box.one_column .area_inner .area_top .txt{font-size: 15px;font-weight: bold;line-height: 26px; color:#464646;}
.member_wrap .member_box.one_column .area_inner .area_top .txt.left{width:465px;float:left;margin-right:80px;}
.member_wrap .member_box.one_column .area_inner .area_top .right{float:left;width: 330px;}
.member_wrap .member_box.one_column .area_inner .area_top .right .btn.red{text-align: center;}
.member_wrap .member_box.one_column .area_inner .area_top .right .btn.red a{display:block;line-height:58px;font-size: 22px;font-weight: bold;color:#c12a13;border:1px solid #c12a13;}


#my_page .my_page_wrap{margin: 0 0 108px 0;}
#my_page .cart_content{width: 768px;float: right;}
#my_page.order_contact .cart_content{
    width: 100%;
    float: none;
}
#my_page .cart_content .cart_content_inner{padding:10px;}
#my_page .cart_content .cart_content_inner .cart_content_list .list ul li:nth-child(1){width: 53%;padding:1%}
#my_page .cart_content .cart_content_inner .cart_content_list .list ul li .right{font-size: 15px;padding: 10px 0;}
#my_page .cart_content .cart_content_inner .cart_content_list .list ul li:nth-child(2){width: 13%;padding:1%}
#my_page .cart_content .cart_content_inner .cart_content_list .list ul li:nth-child(3){width: 13%;padding:1%}
#my_page .cart_content .cart_content_inner .cart_content_list .list ul li:nth-child(4){width: 12%;padding:1%}
#my_page .cart_content .cart_content_inner .cart_content_koumoku ul li:nth-child(1){width: 53%;padding:1%}
#my_page .cart_content .cart_content_inner .cart_content_koumoku ul li:nth-child(2){width: 13%;padding:1%}
#my_page .cart_content .cart_content_inner .cart_content_koumoku ul li:nth-child(3){width: 13%;padding:1%}
#my_page .cart_content .cart_content_inner .cart_content_koumoku ul li:nth-child(4){width: 12%;padding:1%}
#my_page .cart_content .cart_content_inner .cart_content_list .list ul li .left,
#my_page .cart_content .cart_content_inner .cart_content_list .list ul li .right{ max-width: 56%;}

.my_page_side_nav{float: left;}
.my_page_side_nav .title{font-size: 18px;font-weight: bold;line-height: 24px;margin: 0 0 23px 0;}
.my_page_side_nav ul{}
.my_page_side_nav ul li{ position:relative;padding: 15px 0 15px 35px;width: 203px;border: 1px solid rgba(100,100,100,0);}
.my_page_side_nav ul li a{font-size: 16px; color:#000;}
.my_page_side_nav ul li:before{ content:""; position:absolute;border-top: 2px solid #C39100;border-right: 2px solid #C39100;width: 9px;height: 9px;transform: rotate(45deg);left: 6px;top: 38%;}
#my_page.order_history .my_page_side_nav ul li:nth-child(1),#my_page.order_contact .my_page_side_nav ul li:nth-child(5), #my_page.favorite_list .my_page_side_nav ul li:nth-child(2), #my_page.member_change .my_page_side_nav ul li:nth-child(2), #my_page.delivery_destination .my_page_side_nav ul li:nth-child(3), #my_page.cancel_membership .my_page_side_nav ul li:nth-child(4),
.my_page_side_nav ul li.on
{border: 1px solid rgba(100,100,100,1);}

#my_page .history_note{margin:0px 0 39px 0;}
#my_page .history_note p{font-size: 14px; color: #737373;}

#my_page .buy_day{margin: 0 0 26px 0;}
#my_page .buy_day .inner{background: #000;color: #fff;font-size: 15px;line-height: 22px;padding: 14px 24px;}
#my_page .buy_day .day{float:left;}
#my_page .buy_day .day .left{ float:left; margin: 0 13px 0 0;}
#my_page .buy_day .day .right{float:left;}
#my_page .buy_day .next{ position:relative;float:right;margin: 0 24px 0 0;}
#my_page .buy_day .next a{ color:#fff; cursor:pointer;}
#my_page .buy_day .next:before{content: "";transform: rotate(45deg);position: absolute;width: 9px;height: 9px;border-top: 2px solid #fff;border-right: 2px solid #fff; right: -21px;top: 5px;}
#my_page .buy_day .name{float:left;margin: 0 24px 0 0;}

#my_page .order_history_footer_wrap{margin: -10px 0 41px 0;}
#my_page .order_history_footer_wrap .order_history_section{margin: 0 0 10px 0;}
#my_page .order_history_footer_wrap table{border: 1px solid #646464;width: 100%;}
#my_page .order_history_footer_wrap table thead{}
#my_page .order_history_footer_wrap table thead tr{}
#my_page .order_history_footer_wrap table thead th{background: #f0f0f0; font-size: 15px;padding: 12px 0;border-right: 1px dotted #646464;width: 183px;}
#my_page .order_history_footer_wrap table tbody{}
#my_page .order_history_footer_wrap table tbody tr{}
#my_page .order_history_footer_wrap table tbody td{font-size: 15px;color: #464646;padding: 17px 0;border-right: 1px dotted #646464; text-align:center;}

#my_page .order_delivery_wrap{text-align: center;margin: 0 0 110px 0;}
#my_page .order_delivery_wrap:last-child{margin-bottom:40px;}
#my_page .order_delivery_wrap .title{color: #c32800; font-weight: bold; font-size: 18px;margin: 0 0 19px 0;}
#my_page .order_delivery_wrap .jyokyo{font-size: 16px;    margin: 0 0 25px 0;}
#my_page .order_delivery_wrap .txt{font-size: 14px;line-height: 28px;color: #464646;margin: 0 0 33px 0;display: inline-block;text-align: left;background: #f0f0f0;padding: 15px;min-width: 50%;}
#my_page .order_delivery_wrap .txt p{}
#my_page .order_delivery_wrap .txt .tit{
    font-size: 18px;
    margin-bottom: 5px;
}
#my_page .order_delivery_wrap .img{}
#my_page .order_delivery_wrap .img img{}

#my_page .order_footer{margin: 0 0 76px 0; text-align:center;}
#my_page .order_footer .title{font-size: 18px;font-weight: bold;margin: 0 0 16px 0;}
#my_page .order_footer .txt{font-size: 16px;}

#my_page .cart_content_koumoku li{ text-align:left;}

#my_page.buy_history .footer_form_wrap{width: 780px;float: right;}
#my_page.buy_history .type_table_list table{ width:auto;}
#my_page.buy_history .type_table_list table tr th:before{width: 385%;}
#my_page.buy_history .type_table_list table tr td{width: 57%;}

.buy_history_table{margin: 0 0 47px 0;}
.buy_history_table table{margin: 0 0 9px 0;width: 100%;}
.buy_history_table th,.buy_history_table td{font-size: 15px;height: 50px;width: 365px; color:#464646;vertical-align: middle;text-align: center;border-bottom: 1px dotted #646464;}
.buy_history_table th{background: #F0F0F0; font-weight: normal;}
.buy_history_table td{}
.buy_history_table.ver2 .important_td td{ font-size:22px; font-weight:bold;}
.buy_history_table.ver2{margin: 40px 0 -7px 0;}
.buy_history_table.ver2 table td{ text-align:right;padding: 0 32px 0 0;}
#my_page.cancel_membership .tow_btn{ width:540px;margin: 40px auto 32px auto;}
#my_page.cancel_membership .tow_btn a{ width:230px;font-size: 18px; padding: 10px 0;}
#my_page.favorite_list .cart_content .cart_content_inner .cart_content_list .list ul li:nth-child(1){width: 96%;position: relative;}
#my_page.favorite_list .sub1{position: absolute;right: 10px;bottom: 10px;}
#my_page.favorite_list .cart_content .cart_content_inner .cart_content_list .list ul li input{ width:255px; height:auto;}

/* お届け先の指定 引用CSS */
.delivery_destination h2.title{font-size: 18px;color: #990000;}
.delivery_destination .contentsmain {margin: 0;font-size: 13px;line-height: 1.7;color: #333333;}
.delivery_destination .contentsmain p {padding: 0px;margin-top: 1em;margin-bottom: 0px;}
.delivery_destination .attention {color: #c32800;font-size:14px;}
.attention_note{color: #c32800;}
.delivery_destination a:link, a:visited {text-decoration: none;}
.delivery_destination input:hover{cursor:pointer; opacity:0.8;}
.delivery_destination .contact {padding: 4px;}
.delivery_destination .contact {margin-bottom: 8px;margin-top: 20px;background-color: #ECECEC;border: 1px solid #C1C1C1;}
.delivery_destination .contacttd {padding: 0px 33px;}
.delivery_destination .contacttd {background-color: #FFFFFF;color: #535353;border: 1px solid #C1C1C1;}
.delivery_destination .delivery_addr_table th {text-align: left;}
.delivery_destination .formtable th {font-weight: normal;text-align: left;vertical-align: top;border-bottom: 1px solid #C1C1C1;}
.delivery_destination .formtable th:nth-child(4),#my_page.delivery_destination .formtable th:nth-child(5)
{ width:10%;}
.delivery_destination .formtable td {border-bottom: 1px solid #C1C1C1;}
.delivery_destination .contentsmain td, .contentsmain th {vertical-align: middle;padding: 10px 0;}
.delivery_destination td, th {font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-size: 13px;line-height: 1.7;}
.delivery_destination .formBtn.submit, .formBtn.reset {border: 0;background: url(https://www.teruyasu.jp/img/form_btn.png) no-repeat 0 0;width: 203px;height: 52px;color: #fff;font-size: 16px;line-height: 52px;padding: 0;}
.delivery_destination table {margin:30px auto 40px auto;}
/*.delivery_destination table th{width:80%;}*/
/* / お届け先の指定 引用CSS */

/*============================
よくあるご質問
============================*/
.faq_list{ width: 1040px;margin: 0 auto;}
.faq_list li{margin: 0 0 50px 0;}
.faq_list .faq_title{font-size: 20px;position: relative;border-bottom: 1px solid #000;padding:0px 0 20px 60px;line-height: 1.5;margin: 0 0 14px 0;}
.faq_list .faq_title:before{content: "";position: absolute; width: 50px;height: 50px;left: 0; top: -10px;background-image: url(/img/faq_Q.png);}
.faq_list .faq_content{padding-left: 60px;position: relative;line-height: 25px;font-size: 15px;}
.faq_list .faq_content:before{content: "";position: absolute; width: 50px;height: 50px;left: 0; top:-11px;background-image: url(/img/faq_A.png);}
.faq_list .faq_content p{margin: 0 0 10px 0;line-height: 25px;font-size: 15px;}
.faq_list .faq_content a{text-decoration:underline;color:#900;}

/*============================
よくあるご質問
============================*/
/* 社員の声 */
.voice .faq_list .faq_content:before{ content:none;}
.profile_wrap{width: 100%;margin: 60px auto 20px auto;}
.profile_wrap .profile_title{color: #000;border: 1px solid #000;line-height: 1.75em;margin-bottom: 25px;letter-spacing: 7px;font-weight: bold;}
.profile_wrap .profile_title .left{display: inline-block;padding: 0 13px;background: #000;color: #fff;width: auto;margin-right: 15px;letter-spacing: normal;font-weight: normal;font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho" , serif;letter-spacing: 1px;}
.profile_wrap .profile_title .right{ }
.profile_wrap .profile_content{ padding: 0 65px;}
.profile_wrap .profile_content .left{float:left;max-width:100px;}
.profile_wrap .profile_content .left .img{}
.profile_wrap .profile_content .left .img img{}
.profile_wrap .profile_content .right{float:left;width:87%;margin:0 0 0 2%;}
.profile_wrap .profile_content .right .title{font-size: 18px;padding-bottom: 15px;line-height: 26px;border-bottom: 2px solid #000;margin-bottom: 12px;}
.profile_wrap .profile_content .right .txt{line-height: 25px;}
.profile_wrap .profile_content .right .txt .inner_top{margin: 0 0 10px 0;}
.profile_wrap .profile_content .right .txt .inner_top .name{font-size: 20px;}
.profile_wrap .profile_content .right .txt .inner_top .kana{}
.profile_wrap .profile_content .right .txt .inner_bottom{}
/* / 社員の声 */
/* 募集概要 */
.wanted_wrap{ width:1040px; margin:0 auto;}
.wanted_wrap .wanted_txt{margin: 0 0 20px 0;}
.wanted_wrap .wanted_txt p{margin: 0 0 15px 0;line-height: 25px;}
.wanted_wrap .wanted_txt p:last-child{ margin:0;}
.wanted_wrap .wanted_txt .red{color: #c32800;}
.wanted .type_table_list table tr td{vertical-align: middle;line-height: 25px;}
/* / 募集概要 */

/*============================
リンクキット
============================*/
#link_kit_page .top_txt_area{width: 1040px;margin: 0 auto;text-align: center;}
#link_kit_page textarea{width: 300px;height: 150px;}
#link_kit_page .linkkit_border{margin: 0 0 20px 0;padding: 0 0 20px 0;border-bottom: 1px dotted #000;}
#link_kit_page .linkkit_border:last-child{ border:none;}
#link_kit_page .linkkit_border > div,#link_kit_page .linkkit_border > form{ margin:0 0 20px 0; line-height:25px;}
#link_kit_page .linkkit_border > div:nth-last-child(1),#link_kit_page .linkkit_border > div:nth-last-child(2){ margin:0;}

/*============================
ソーシャル
============================*/
.sns_wrap{width: 1040px;margin: 0 auto;}
.plugin_box{display:table;margin: 0 auto 50px auto;padding: 0 0 50px 0;border-bottom: 1px dotted #000;}
.plugin_box .inner{width: 280px;height: 500px;overflow:scroll; margin:10px; }
.plugin_box > div{float: left; margin:0 66px 0 0;border:1px solid #797979;}
.plugin_box > div:last-child{ margin:0;}
.twitter_content{}
.instagram_content{}
.instagram_content img{ width:300px; height:auto;}
.facebook_content{}
.link_list{margin:0 0 40px 0;}
.link_list ul{    padding: 0 200px;}
.link_list ul li{margin: 0 0 20px 0;padding: 0 0 20px 0;border-bottom: 1px solid #000;}
.link_list ul li:last-child{ border:none; margin:0; padding:0;}
.link_list ul li .icon,.link_list ul li .txt{float: left;}
.link_list ul li .icon{margin: 0 60px 0 0;}
.link_list ul li .txt{width: 75%;}
.link_list ul li .txt a{text-decoration: underline; line-height:25px; color:#000;}

/*============================
お問い合わせ
============================*/
#contact_page .cart_content{ margin:0 auto; width:1040px; border:none;float:none;}
#contact_page .text_area textarea{width: 94%;}
#contact_page .tow_btn a, .tow_btn input[type='submit'],.tow_btn input[type='submit']{width: 238px;font-size: 18px;padding: 10px 0;}

/*============================
サイトマップ
============================*/
#bodyInner {width: 600px;margin: 0 auto;min-height: 300px;margin-bottom: 135px;}
#sitemap_Page .site_box ul.site_box_L, #sitemap_Page .site_box ul.site_box_R {width: 250px;}
#sitemap_Page .site_box ul.site_box_L{float: left;}
#sitemap_Page .site_box ul.site_box_R{ float:right;}
#sitemap_Page .site_box ul li.ttl {color: #373782;font-size: 18px;margin-bottom: 20px;}
#sitemap_Page .site_box ul li.ttl::before {background-attachment: scroll;background-clip: border-box;background-color: #000;background-image: none;background-origin: padding-box;background-position: 0 0;background-repeat: repeat;background-size: auto auto;content: "";display: inline-block;height: 14px;margin-right: 5px;width: 14px;}
#sitemap_Page .site_box>ul>li>a {color: #000;margin-bottom: 5px;display: inline-block;}
#sitemap_Page .site_box ul li ul.list {padding-left: 15px;font-size: 15px;margin-bottom: 10px;}
#sitemap_Page .site_box ul li ul.list li {position: relative;left: 10px;}
#sitemap_Page .site_box ul li ul.list li a {color: #333;font-size: 12px;color: #737373;}
#sitemap_Page .site_box ul li ul.list li::after {display: block;content: '';position: absolute;top: .5em;left: -1em;width: 6px;height: 6px;border-right: 1px solid #797979;border-bottom: 1px solid #797979;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
#sitemap_Page .miniTitle {}
#sitemap_Page .miniTitle a{font-size: 14px;font-weight: bold;color: #797979;}

/*============================
検索
============================*/
.search_bar_box{width:1000px;margin:0 auto;}

/*============================
カートCSS
============================*/
/* -カート現在位置切り替えCSS- */
#cart_page .cart_nav .cart_nav_content .inner ul.on{width: 994px;}
/* -/ カート現在位置切り替えCSS- */
/* -ハイフンクラス消す- */
.footer_form_wrap .form_section.type_yoko:nth-child(2) .text_box_tow .input_box.hifun:before,.footer_form_wrap .form_section.type_yoko:nth-child(3) .text_box_tow .input_box.hifun:before
{ content:none;}
/* -/ ハイフンクラス消す- */
/* -ボタン共通部分- */
.cart_btn span b{margin: 20px 0;font-size: 15px;color:#900;font-weight: bold;display: block;text-decoration: underline;}

/* -/ ボタン共通部分- */
/* -カート①- */
input,
input[type="text"]{font-size:16px;text-indent:0.5em;}
.cart_main{/*margin: 22px 0 0 118px;*/width: 1040px;margin:0 auto;}
.pankuzu{width: 1040px;padding-top:22px;margin: 0 auto;font-size:13px;font-weight:bold;max-width: 95%;}
.cart_main .pankuzu{ margin:0px auto 67px auto;}
.pankuzu ul{}
.pankuzu ul li{display: inline; position:relative;}
.pankuzu ul li:after{content: "/";display:inline-block;font-size:12px;padding:0 10px;display: none;}
.pankuzu ul li:last-child:after{display:none;}
.pankuzu ul li strong{ color:#797979;font-weight: normal;}
.pankuzu ul li a{  color:#000;font-weight: normal;}
a{ cursor:pointer;}
.pankuzu ul li:not(:first-child):not(:last-child){
    display: none;
}

.cart_detail_content{padding:40px 0 0 ;}
.cart_detail_content .section_wrap{}
.cart_detail_content .section{ width: 1040px;margin:0 auto;}

.cart_nav{}
.cart_nav .cart_nav_title{background: #797979;color: #fff;font-size: 24px;padding: 11px 0;margin: 0 0 40px 0;border-radius:5px;-webkit-border-radius:5px;}
.cart_nav .cart_nav_title .inner{ margin: 0 auto;display: table;}
.cart_nav .cart_nav_title .area_left{display: inline-block;margin: 0 15px 0 9px;}
.cart_nav .cart_nav_title .area_right{display: inline-block;}
.cart_nav .cart_nav_title .area_right.center_move{ display: block;text-align: center;}

.cart_nav .cart_nav_content{ margin: 0 0 35px 0;}
.cart_nav .cart_nav_content .inner{}
.cart_nav .cart_nav_content .inner ul{width:auto;margin: 0 auto;display:table;}
.cart_nav .cart_nav_content .inner ul li{float: left;color:#969696; text-align: center;margin: 0 0 0 0; position:relative;width:165px}
.cart_nav .cart_nav_content .inner ul li:last-child{ margin:0;}
.cart_nav .cart_nav_content .inner ul li:before{content: "";position: absolute;border-bottom: 2px solid #C8C8C8;width: 20px;right: -10px;top: 29px;}
.cart_nav .cart_nav_content .inner ul li:after{content: "";position: absolute;width: 12px;height: 12px;border-top: 2px solid #C8C8C8;border-right: 2px solid #C8C8C8;transform: rotate(45deg);right: -10px;top: 23px;}
.cart_nav .cart_nav_content .inner ul li:last-child:before,.cart_nav .cart_nav_content .inner ul li:last-child:after{content:none;}
.cart_nav .cart_nav_content .inner ul li .top{border-radius: 45px;font-size: 34px;padding:14px 0;height: 28px;width: 56px;margin: 0 auto;text-align: center;border: 2px solid #969696;font-family: "Adobe Garamond Pro";}
.cart_nav .cart_nav_content .inner ul li .bottom{font-size: 16px;margin: 10px 0 0 0;line-height: 22px;}

#cart_page{}
#cart_page.step1 .cart_nav .cart_nav_content .inner ul li:nth-child(1) .top,
#cart_page.step2 .cart_nav .cart_nav_content .inner ul li:nth-child(2) .top,
#cart_page.step3 .cart_nav .cart_nav_content .inner ul li:nth-child(3) .top,
#cart_page.step4 .cart_nav .cart_nav_content .inner ul li:nth-child(4) .top,
#cart_page.step5 .cart_nav .cart_nav_content .inner ul li:nth-child(5) .top,
#cart_page.step6 .cart_nav .cart_nav_content .inner ul li:nth-child(6) .top{color:#FFF;background:#000; border-color:#000;}
#cart_page.step1 .cart_nav .cart_nav_content .inner ul li:nth-child(1) .bottom,#cart_page.step2 .cart_nav .cart_nav_content .inner ul li:nth-child(2) .bottom,#cart_page.step3 .cart_nav .cart_nav_content .inner ul li:nth-child(3) .bottom,#cart_page.step4 .cart_nav .cart_nav_content .inner ul li:nth-child(4) .bottom,#cart_page.step5 .cart_nav .cart_nav_content .inner ul li:nth-child(5) .bottom,#cart_page.step6 .cart_nav .cart_nav_content .inner ul li:nth-child(6) .bottom{color:#000;}

.cart_content{width:51%;float:left;}
.cart_content.full_width{width:100%;float:none;}
#cart_page.step2 .cart_content.full_width{width:65%;margin:0 auto 20px auto;}
.cart_content_right{;width:47%;float:right;}
body.contact_index .cart_content .content_inner{
    padding: 20px;
}
.cart_content_right .content_inner,
.cart_content .content_inner{border: 6px solid #E6E6E6;margin: 0 0 40px 0;}
.cart_tilte{border-bottom: 1px solid #000;padding: 0 0 6px 0;margin:20px 20px 0 20px}
.cart_tilte .area_left{font-size: 22px;float: left;}
.cart_tilte .area_left .letter_space{letter-spacing: 14px;font-size: 24px;}
.cart_tilte .area_right{float: right;    padding: 4px 0 0 0;}
.cart_tilte .area_right ul{}
.cart_tilte .area_right ul li{display: inline-block;margin: 0 37px 0 0;padding: 0 0 0 17px;  position:relative;}
.cart_tilte .area_right ul li:before{ content: "";position: absolute;width: 8px;height: 8px;border-top: 2px solid #C39100;border-right: 2px solid #C39100;transform: rotate(45deg);left: 0;top: 5px;}
.cart_tilte .area_right ul li a{font-size:20px; font-weight:bold; color:#C39100;}
.cart_tilte .area_right ul li:last-child{ margin:0;}
.cart_text p{font-size:13px;line-height: 1.5;margin:0 0 1em 0;}
.cart_tilte .area_right b.total{font-size:22px;display:block;text-align: right;}
.cart_tilte .area_right .apx{    font-size: 12px;color: #969696;display: block;padding: 5px 0 0;}

.cart_content.full_width .cart_content_inner{padding:20px;}
.cart_content .cart_content_inner .cart_content_koumoku{margin: 0 0 9px 0;}
.cart_content .cart_content_inner .cart_content_koumoku ul{}
.cart_content .cart_content_inner .cart_content_koumoku ul li{font-size: 13px;font-weight: bold;float: left;text-align:center;}
.cart_content .cart_content_inner .cart_content_koumoku ul li:nth-child(1){width: 55%; text-align:left;}
.cart_content .cart_content_inner .cart_content_koumoku ul li:nth-child(2){width: 22%;}
.cart_content .cart_content_inner .cart_content_koumoku ul li:nth-child(3){width: 15%;}
.cart_content .cart_content_inner .cart_content_koumoku ul li:nth-child(4){width: 8%;}

/*.cart_content.full_width .cart_content_inner{  display: flex;flex-wrap: wrap;align-items: left;justify-content: left;padding:15px 10px;}*/
.cart_content .cart_content_inner .cart_item_box {width:48%;display:inline-block;margin: 0 1%;padding:0 0 1%;}
.cart_content .cart_content_inner .cart_item_box .img{width:25%;float:left;border-radius:5px;overflow:hidden;}
.cart_content .cart_content_inner .cart_item_box .detail{width:72%;float:right;}
.cart_content .cart_content_inner .cart_item_box .detail .item_detail{font-size:14px;padding:0 0 10px;margin:0 0 10px;border-bottom:1px dotted #000;line-height:1.5;}
.cart_content .cart_content_inner .cart_item_box .detail .price{font-size:16px;font-weight:bold;margin:0 0 10px;}
.cart_content .cart_content_inner .cart_content_list .list ul li .apx,
.cart_content .cart_content_inner .cart_item_box .detail .price .apx{font-size:12px;color:#969696;font-weight: normal;padding:5px 0 0 0;}
.cart_content .cart_content_inner .cart_item_box .detail .quantity{font-size:12px;text-align: right;}
.cart_content .cart_content_inner .cart_item_box .detail .quantity input{width:2em;border:1px solid #000;padding:3px;text-align: center; padding: 2px 2px;vertical-align: bottom;}
.cart_content .cart_content_inner .cart_item_box .detail .quantity a{display: inline-block;background: #797979;color:#fff;font-size: 13px; padding: 5px 18px;border-radius:3px;}
.cart_content .cart_content_inner .cart_item_box .detail .delete{text-align: right;padding:10px 0;}
.cart_content .cart_content_inner .cart_item_box .detail .delete a{display: inline-block;color:#969696;font-size: 11px;text-decoration: underline;}

.cart_content .cart_content_inner .cart_content_list_wrap{margin: 0 0 20px 0;}
.cart_content .cart_content_inner .cart_content_list{margin: 0 0 11px 0;}
.cart_content .cart_content_inner .cart_content_list:last-child{ margin:0;}
.cart_content .cart_content_inner .cart_content_list .list{border: 1px solid #000;}
.cart_content .cart_content_inner .cart_content_list .list ul{}
.cart_content .cart_content_inner .cart_content_list .list ul li{float: left;font-size: 15px;height: 50px; padding: 39px 0; color:#505050;border-right: 1px dotted #646464;text-align: center;}
.cart_content .cart_content_inner .cart_content_list .list ul li .top{margin: 0 0 8px 0;}
.cart_content .cart_content_inner .cart_content_list .list ul li input{font-size: 15px;font-weight: normal;color: #505050;width: 45px;padding: 0 13px;height: 16px;text-align: center;}
.cart_content .cart_content_inner .cart_content_list .kosuu{display: inline-block;margin: 0 -1px 0 0;padding: 0 0 0 2px;}
.cart_content .cart_content_inner .cart_content_list .list ul li span.vertical_center{padding: 17px 0;display: block;}
.cart_content .cart_content_inner .cart_content_list .list ul li:last-child{ border:none;}
.cart_content .cart_content_inner .cart_content_list .list ul li:nth-child(1){padding:14px 13px 10px 13px;font-size: 16px;color:#000; height:auto;width: 52%;text-align:left;}
.cart_content .cart_content_inner .cart_content_list .list ul li:nth-child(1) span{display: inline;}
.cart_content .cart_content_inner .cart_content_list .list ul li:nth-child(2){width: 23%;}
.cart_content .cart_content_inner .cart_content_list .list ul li:nth-child(3){width: 15%;}
.cart_content .cart_content_inner .cart_content_list .list ul li:nth-child(4){width: 7%;}
.cart_content .cart_content_inner .cart_content_list .list ul li:nth-child(5){width: 8%;}
.cart_content .cart_content_inner .cart_content_list .list ul li:nth-child(6){width: 7.78%; font-size:30px; color:#A8A8A8;}
.cart_content .cart_content_inner .cart_content_list .list ul li:nth-child(6) span.vertical_center{padding: 7px 0;display: block;}
.cart_content .cart_content_inner .cart_content_list .list ul li .left,.cart_content .cart_content_inner .cart_content_list .list ul li .right{ float:left;}
.cart_content .cart_content_inner .cart_content_list .list ul li .left{}
.cart_content .cart_content_inner .cart_content_list .list ul li .right{margin: 0 0 0 20px;padding: 24px 0;line-height: 1.8em;max-width:66%;}
.cart_content .cart_content_inner .cart_content_list .list ul li .right .strong{color: #C39100;}
.cart_content .cart_content_inner .cart_content_list .list ul li .right .note{ font-size:14px; font-weight:normal; color:#464646;}

.cart_content .cart_content_inner .cart_content_list .list ul li .bottom a{display: inline-block;background: #C39100;font-size:13px;padding: 5px 18px;color: #fff;}

.cart_content .cart_content_inner .cart_content_footer{}
.cart_content .cart_content_inner .cart_content_footer .total_price{margin: 0 0 72px 0;}
.cart_content .cart_content_inner .cart_content_footer:last-child .total_price{margin:0;}
.cart_content .cart_content_inner .cart_content_footer .total_price .area_top{background: #F0F0F0;padding: 18px 0;margin: 0 0 19px 0;}
.cart_content .cart_content_inner .cart_content_footer .total_price .area_top .inner{float: right;margin: 0 26px 0 0;}
.cart_content .cart_content_inner .cart_content_footer .total_price .area_top .left,.cart_content .cart_content_inner .cart_content_footer .total_price .area_top .right{display: inline-block;float: left;font-weight: bold;}
.cart_content .cart_content_inner .cart_content_footer .total_price .area_top .left{font-size: 16px;margin: 7px 72px 0 0;}
.cart_content .cart_content_inner .cart_content_footer .total_price .area_top .right{font-size: 24px;font-family: "Avenir Next";}
.cart_content .cart_content_inner .cart_content_footer .total_price .area_bottom{}
.cart_content .cart_content_inner .cart_content_footer .total_price .area_bottom p{padding:0 0 9px 1em;}
.cart_content .cart_content_inner .cart_content_footer .total_price .area_bottom .note{font-size: 14px;font-weight:normal;color: #737373;text-indent: -1em;line-height: 1.3em;}
.cart_content .cart_content_inner .cart_content_footer .total_price .area_bottom .note.black{color:#000;}
.price_block{margin:0 0 0px;padding:20px 20px 10px 20px}
.price_block dl {margin:0 0 7px;padding:0 0 7px;border-bottom:1px dotted #999;}
.price_block dl:last-child{border:0;}
.price_block dl dt{float:left;width:40%;font-size:16px;line-height: 2;}
.price_block dl dd{float:right;width:60%;text-align: right;font-size:16px;font-weight: bold;}
.price_block dl.coupon dd{
    color: #900;
}
.price_block dl dd .apx{font-size:12px;color:#969696;display: block;padding:5px 0 0;}
.price_block dl.coupon dd .apx{}
.shipping_block{margin:0 0 0px;background:#fff;padding:20px;}
.shipping_block dl {margin:0 0 10px;padding:0 0 10px;border-bottom:1px dotted #000;}
.shipping_block dl:last-child{border:none;margin:0;}
.shipping_block dl dt{float:left;width:40%;font-size:13px;}
.shipping_block dl dd{float:right;width:60%;text-align: right;font-size:14px;line-height:1.5;}
.shipping_block dl dd .apx{font-size:12px;color:#969696;display:block;}
.shipping_block dl.area_select dt{float:none;width:100%;}
.shipping_block dl.area_select dt select{font-size:16px;width:100%;}
.campaign_block{margin:0 0 0px;padding:0 10px 10px 10px;}
.campaign_block dl dt{margin:0 0 10px;font-size:16px;}
.campaign_block dl dd{position:relative;}
.campaign_block dl dd input[type="text"]{width:100%;padding:0;font-size:18px;line-height:40px;height:42px;border:1px solid #797979;border-radius:5px;-webkit-border-radius:5px;box-sizing: border-box;}
.campaign_block dl dd input[type="button"],
.campaign_block dl dd button{width:20%;padding:0;line-height:30px;font-size:16px;background:#797979;color:#FFF;margin:0 0 0 5px;vertical-align: bottom;position:absolute;right:0;top:0;border:1px solid #797979;line-height:40px;border-radius:0 5px 5px 0;-webkit-border-radius:0 5px 5px 0;cursor: pointer;}
.campaign_block dl dd button:hover,
.campaign_block dl dd input[type="button"]:hover{opacity:0.8;}
.campaign_block dl dd button:hover{cursor:pointer;opacity: 0.8;}

.total_block{padding:10px;border-top:1px solid #CCC;}
.total_block dl{color:#000;padding:10px;}
.total_block dl dt{float:left;width:40%;font-size:18px;font-weight: bold;}
.total_block dl dd{float:right;width:60%;text-align: right;font-size:18px;line-height:1.5;}
.total_block dl dd .apx{font-size:12px;color:#969696;display:block;font-weight:bold;}

.order_btn{margin: 0 0 76px 0;}
.ship_table + .order_btn{margin:0;padding:20px 10px 0;}
.typeA .order_btn,.kakunin .order_btn{ margin: 70px 0 99px 0;}
.order_btn .inner{text-align:center;}
.agree_btn{font-size:18px;}
#paypal-button-container{width:380px;margin:0 auto;overflow: hidden;height: 60px;}

#AmazonPayButton1{padding-top:20px;}


/*.order_btn{display: -webkit-box;display: -ms-flexbox; display: flex;-webkit-box-pack: center;-webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;}*/
.order_btn{text-align:center;}
.order_btn a,.order_btn input[type="submit"],.order_btn input[type="button"]{ cursor:pointer;border: none;color: #fff;width: 380px;padding: 15px 0;background: #000;display:inline-block;text-align: center;font-size: 16px;margin: 0 auto;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;margin:0 5px 5px 5px;}
.order_btn:last-child{margin:0;padding:20px 20px 0;}
.order_btn a.back_btn{background:#999}
.order_btn input[type="submit"]:hover{ opacity:0.8;}
#entry_page .tow_btn .next_btn,
.member_wrap .member_box.one_column .area_inner .area_top .right .btn,
.order_btn > .inner,
.order_btn input.btn_ar,
.login_btn a.btn_ar,
.order_btn a.btn_ar{position:relative;}
#entry_page .tow_btn .next_btn:before,
.member_wrap .member_box.one_column .area_inner .area_top .right .btn:before,
.login_btn a.btn_ar:before,
.order_btn > .inner:before,
.order_btn a.btn_ar:before{content:"";display:block;width:12px;height:12px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg);-webkit-transform:rotate(45deg);position:absolute;left: 15px;top: 50%;margin-top: -7px;z-index:100;}
#entry_page .tow_btn .next_btn:before{left:2px;margin-top:-9px;}
.login_btn.red a.btn_ar:before{border-color:#C32800;}
.order_btn > .inner{display:table;margin:0 auto;}

/* -/ カート①- */
.form_ship .ship_table > tbody > tr > td select,
.form_ship .ship_table > tbody > tr > td textarea,
.form_ship .ship_table > tbody > tr > td input{border:1px solid #000;}
.form_ship .ship_table > tbody > tr > td input[type=file]{border:none;height:auto;}
::placeholder{color:#666 !important;}
.form_ship .ship_table > tbody > tr > td textarea{
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px;
    box-sizing: border-box;
    }

/* -カート②- */
.member_wrap .member_box{margin: 0 0 28px 0;}
/*.member_wrap .member_box:last-child{ margin:0;}*/

.member_wrap .member_box.one_column{}
.member_wrap .member_box.one_column .column_top{}
.member_wrap .member_box.one_column .column_top .area_inner{padding:27px 28px;}
.member_wrap .member_box.one_column .column_top .area_inner .title{font-size: 20px;padding: 0 0 10px 0;margin: 0 0 9px 0;border-bottom: 1px dotted #464646;}
.member_wrap .member_box.one_column .column_top .area_inner .txt{font-size: 15px;font-weight: bold;line-height: 26px;}
.member_wrap .member_box.one_column .column_bottom{}
.member_wrap .member_box.one_column .column_bottom .area_inner{padding: 35px 26px 34px 26px;}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_top{margin: 0 0 24px 0;}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_top .left{float: left;width: 44%;margin: 0 159px 0 0;}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_top .left .user_id{margin: 0 0 12px 0;}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_top .left .txt{font-size: 15px;display: inline-block;float: left;}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_top .left .form{display: inline-block;}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_top .left input{width: 294px;height: 26px;}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_top .right input[type='submit'],
.member_wrap .member_box.one_column .column_bottom .area_inner .area_top .right a{padding:14px 0 13px 0;width: 330px;background: #000;border:none;display: block;}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_top .right input[type='submit']:hover,
.member_wrap .member_box.one_column .column_bottom .area_inner .area_top .right a:hover{ cursor:pointer; opacity:0.8;}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_top .right .btn input[type='submit'],
.member_wrap .member_box.one_column .column_bottom .area_inner .area_top .right .btn a{text-align: center;}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_top .right .btn input[type='submit'],
.member_wrap .member_box.one_column .column_bottom .area_inner .area_top .right .btn a{color: #fff;font-size: 22px;font-weight: bold;}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_bottom{}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_bottom .link{float: left;padding: 0 0 0 33px;margin: 0 32px 0 0;}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_bottom .link:last-child{ margin:0;}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_bottom .link a{font-size: 16px;color: #000;font-weight: bold; position:relative;}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_bottom .link a:before{ position: absolute;width: 20px;content: "";height: 20px;border: 1px solid #C39100;background: #fff;top: -3px;left: -32px;}
.member_wrap .member_box.one_column .column_bottom .area_inner .area_bottom .link a:after{position: absolute;content: "";height: 7px;width: 7px;border-top: 2px solid #C39100;border-right: 2px solid #C39100;transform: rotate(45deg);top: 3px; left: -28px;}

.member_wrap .member_box.tow_column{}
.member_wrap .member_box.tow_column .box{width: 483px;height: 271px;border: 1px solid #000;}
.member_wrap .member_box.tow_column .column_left{ float:left;}
.member_wrap .member_box.tow_column .column_right{float:right;}
.member_wrap .member_box.tow_column .area_inner{padding: 27px 28px;}
.member_wrap .member_box.tow_column .area_inner .area_top{margin: 0 0 37px 0;}
.member_wrap .member_box.tow_column .area_inner .area_top .title{font-size: 20px;padding: 0 0 9px 0;margin: 0 0 13px 0;border-bottom: 1px dotted #464646;}
.member_wrap .member_box.tow_column .area_inner .area_top .txt{font-size: 15px;font-weight: bold;line-height: 26px; color:#464646;}
.member_wrap .member_box.tow_column .area_inner .area_bottom{}
.member_wrap .member_box.tow_column .area_inner .area_bottom .inner{}
.login_btn a{display: block;padding: 8px 0;width: 326px;font-size: 20px;text-align: center;margin: 0 auto;}
.login_btn.red a{border: 2px solid #C32800;color: #C32800;}
.login_btn.black a{border: 2px solid #797979;color: #fff; background:#797979;}
/* -/ カート②- */


/* -カート③④- */
#cart_page.typeB .cart_content .cart_content_inner .cart_content_footer .total_price{margin: 0 0 23px 0;}
.footer_form_wrap{margin: 0 0 44px 0;}
.footer_form_wrap .footer_form_title{font-size: 22px;margin: 0 0 7px 0;}
.footer_form_wrap .form_section{margin: 0 0 20px 0;}
.footer_form_wrap .form_section .form_type_name{}
.footer_form_wrap .footer_form_title .note{float: right;font-size: 13px;color: #646464;margin: 8px 0 0 0;}
.footer_form_wrap .form_section.type_tate from{}
.footer_form_wrap .form_section.type_tate input{}
.footer_form_wrap .form_section.type_tate input[type="radio"],.footer_form_wrap .form_section.type_yoko input[type="radio"]{opacity:0;}
.footer_form_wrap .form_section.type_tate label.name,.footer_form_wrap .form_section.type_yoko label.name{position: relative;display: inline-block;cursor: pointer; font-size: 16px;padding: 0 0 0 28px;}
.footer_form_wrap .form_section.type_tate label:before,.footer_form_wrap .form_section.type_yoko label:before{ content:""; position:absolute;top: -1px;width: 16px; left:0;height: 16px;border: 2px solid #000;background: #fff;margin: 0;border-radius: 60px;-webkit-border-radius: 60px;}
.footer_form_wrap .form_section.type_tate label:after,.footer_form_wrap .form_section.type_yoko label:after{content: "";opacity: 0;-webkit-transform: scale(2);transform: scale(2);position: absolute;background: #000;width: 10px;height: 10px;-webkit-border-radius: 45px;border-radius: 45px;left: 5px;top: 4px;}
.footer_form_wrap .form_section.type_tate input[type="radio"]:checked + label::after,.footer_form_wrap .form_section.type_yoko input[type="radio"]:checked + label::after{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
[disabled]{background:#f0f0f0;}
.footer_form_wrap .form_section.type_tate input[type="checkbox"],.footer_form_wrap .form_section.type_yoko input[type="checkbox"]{opacity:0;font-size:0;}
.footer_form_wrap .form_section.type_tate label.name,.footer_form_wrap .form_section.type_yoko label.name{position: relative;display: inline-block;cursor: pointer; font-size: 16px;padding: 0 0 0 28px;}
.footer_form_wrap .form_section.type_tate label:before,.footer_form_wrap .form_section.type_yoko label:before{ content:""; position:absolute;top: -1px;width: 16px; left:0;height: 16px;border: 2px solid #000;background: #fff;margin: 0;border-radius: 60px;-webkit-border-radius: 60px;}
.footer_form_wrap .form_section.type_tate label:after,.footer_form_wrap .form_section.type_yoko label:after{content: "";opacity: 0;-webkit-transform: scale(2);transform: scale(2);position: absolute;background: #000;width: 10px;height: 10px;-webkit-border-radius: 45px;border-radius: 45px;left: 5px;top: 4px;}
.footer_form_wrap .form_section.type_tate input[type="checkbox"]:checked + label::after,.footer_form_wrap .form_section.type_yoko input[type="checkbox"]:checked + label::after{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}


.select_btn{position: relative;display: inline-block;margin: 0 0 0 28px;top: -6px;}
.select_btn:before{position: absolute;content: "";width: 0;border-color: #A8A8A8 transparent transparent transparent;border-width: 7px;height: 0;top: 41%;left: 153px;border-top-width: 7px;border-style: solid;}
.select_btn select{ cursor:pointer;-webkit-appearance: none;-moz-appearance: none;font-size: 13px;color: #646464;background: #DCDCDC;width: 178px;height: 28px;border: 1px solid #C1C1C1;padding: 0 0 0 10px;border-radius: 0px;}
.footer_form_wrap .form_section.type_tate .left{font-size: 16px; color:#000;float: left;}
.footer_form_wrap .form_section.type_tate .right{font-size:15px; color:#646464;float: left;}
.footer_form_wrap .form_section.type_tate .right .name{ font-size:15px;color:#646464;    margin: 0 0 11px 0;}
.footer_form_wrap .form_section.type_tate .inner_top{}
.footer_form_wrap .form_section.type_tate .inner_top ul li{float: left;}
.footer_form_wrap .form_section.type_tate .inner_bottom{}
.footer_form_wrap .form_section.type_tate .name{font-size: 16px;padding: 0 0 0 6px;float: left;}
.footer_form_wrap .form_section.type_tate .form_black,.footer_form_wrap .form_section.type_yoko .form_black{ background:#E6E6E6;padding: 18px 0 18px 28px;}
.footer_form_wrap .form_section.type_tate .form_white,.footer_form_wrap .form_section.type_yoko .form_white{background:#F5F5F5;padding: 30px 30px 40px 18px;}
.footer_form_wrap .form_section.type_tate .form_list{}
.footer_form_wrap .form_section.type_tate .form_list .left{margin: 0 7px 0 0;}
.footer_form_wrap .form_section.type_tate .form_list .inner_top ul{margin: -9px 0 13px 0;}
.footer_form_wrap .form_section.type_tate .form_list .right{}
.footer_form_wrap .form_section.type_tate .form_list > ul > li{margin: 0 0 29px 0;padding: 0 0 27px 0;border-bottom: 1px dotted #646464;}
.footer_form_wrap .form_section.type_tate .form_list > ul > li:last-child{ border:none; margin:0; padding:0;}
.footer_form_wrap .form_section.type_tate .furikomisaki{}
.footer_form_wrap .form_section.type_tate .furikomisaki .right{margin: -3px 0 0 85px;}
.footer_form_wrap .form_section.type_tate .furikomisaki .right ul{float: left;margin: 0 191px 0 0; line-height: 25px;}
.footer_form_wrap .form_section.type_tate .furikomisaki .right ul:last-child{ margin:0;}
.footer_form_wrap .form_section.type_tate .furikomisaki .right ul li{}
.footer_form_wrap .form_section.type_tate .haisou .right{margin: 0 0 0 27px;}
.footer_form_wrap .form_section.type_tate .haisou .right ul{ float:left;margin: 0 260px 0 0;}
.footer_form_wrap .form_section.type_tate .haisou .right ul:last-child{ margin:0;}
.footer_form_wrap .form_section.type_tate .haisou .right ul li{}
.footer_form_wrap .form_section.type_tate .haisou .select_btn{margin: 0 0 0 12px;position: relative;top: -6px;}
.footer_form_wrap .form_section.type_tate .ryoukin{}
.footer_form_wrap .form_section.type_tate .ryoukin .left{float: left;}
.footer_form_wrap .form_section.type_tate .ryoukin .right{float: left;width: 82%;line-height: 25px;margin: -4px 0 0 0;}
.footer_form_wrap .form_section.type_tate ul{}
.footer_form_wrap .form_section.type_tate ul li{font-size:15px; color:#646464;}


.footer_form_wrap .form_section.type_yoko{}
.footer_form_wrap .form_section.type_yoko .select_btn{ top:auto; margin:0;}
.footer_form_wrap .form_section.type_yoko.jyusyo{}
.footer_form_wrap .form_section.type_yoko.jyusyo .select_btn select{width: 218px;padding: 2px 0 2px 10px;height: 32px;}
.footer_form_wrap .form_section.type_yoko.jyusyo .select_btn:before{right: 9px; left:auto;}
.footer_form_wrap .form_section.type_yoko.jyusyo .inner li{ margin:0 0 20px 0;}
.footer_form_wrap .form_section.type_yoko.jyusyo .left{float: left; margin:0 32px 0 0;}
.footer_form_wrap .form_section.type_yoko.jyusyo .left li{line-height: 32px;}
.footer_form_wrap .form_section.type_yoko.jyusyo .right{float: left;}
.footer_form_wrap .form_section.type_yoko.jyusyo .name{font-size: 16px;color: #464646;}
/*.footer_form_wrap .form_section.type_yoko.jyusyo .form_black{ height: 230px;}
.footer_form_wrap .form_section.type_yoko.jyusyo .form_white{height: 230px;}*/
.footer_form_wrap .form_section.type_yoko.jyusyo .auto_nyuryoku{}
.footer_form_wrap .form_section.type_yoko.jyusyo .auto_nyuryoku a{font-size: 13px;color: #464646;display: inline-block;padding: 8px 30px;border-radius: 45px;background: #DCDCDC;}
.footer_form_wrap .form_section.type_yoko.otodoke{}
.footer_form_wrap .form_section.type_yoko.otodoke .form_white{ width:100%;}
.footer_form_wrap .form_section.type_yoko.otodoke .form_white .inner{padding: 27px 0 27px 25px; font-size:16px; color:#646464;}
.footer_form_wrap .form_section.type_yoko.otodoke .inner .input_box{float: left;margin: 0 65px 0 0;}
.footer_form_wrap .form_section.type_yoko.otodoke .inner .input_box:last-child{ margin:0;}
.footer_form_wrap .form_section.type_yoko.tel .name{padding: 0 6px 0 0;display: inline-block;}
.footer_form_wrap .form_section.type_yoko.tel .tel_right{    display: inline-block;}
.footer_form_wrap .form_section.type_yoko.tel .form_white .inner{}
.footer_form_wrap .form_section.type_yoko .form_black{float: left; height:auto;width:24.1%; padding:0;}
.footer_form_wrap .form_section.type_yoko .form_black .inner{display: table-cell;vertical-align: middle;padding: 0 0 0 26px;}

.footer_form_wrap .form_section.type_yoko .form_white{float: left;height:auto;padding: 0;width: 75.9%;}
.footer_form_wrap .form_section.type_yoko .form_white .inner{ padding: 19px 0 19px 25px;}
.footer_form_wrap .form_section.type_yoko input{ font-size: 16px;padding:5px 0 5px 0px;}
.footer_form_wrap .form_section.type_yoko .text_box_tow .input_box{ margin:0 10px 0 0;}
.footer_form_wrap .form_section.type_yoko .text_box_tow input{ width:137px;}
.footer_form_wrap .form_section.type_yoko .text_box_tow.yubin input{ width:87px;}
.footer_form_wrap .form_section.type_yoko .text_box_tow.yubin .input_box{ margin:0 20px 0 0;position:relative;}
/*.footer_form_wrap .form_section.type_yoko .text_box_tow .input_box.hifun:before{ content:""; position:absolute;content: "";position: absolute;width: 7px;right: -14px;top: 7px;border-bottom: 1px solid #000;}*/
.footer_form_wrap .form_section.type_yoko .text_box_one input{width: 357px}
.footer_form_wrap .form_section.type_yoko .text_box_three input{ width:67px;}
.footer_form_wrap .form_section.type_yoko .text_box_three.yubin .input_box{margin: 0 17px 0 0;}
.footer_form_wrap .form_section.type_yoko .text_box_three.yubin .input_box{ margin:0 20px 0 0;position:relative;}
.footer_form_wrap .form_section.type_yoko .text_box_three .input_box.hifun:before{ content:""; position:absolute;content: "";position: absolute;width: 7px;right: -14px;top: 7px;border-bottom: 1px solid #000;}
.footer_form_wrap .form_section.type_yoko label[for="member_label"]{display:block;position:relative;padding-left:25px;line-height:20px;cursor:pointer;}
.footer_form_wrap .form_section.type_yoko label[for="member_label"] span{}
.footer_form_wrap .attention{font-size:14px;line-height:1.3;}
#cart_page form .attention{line-height:25px;}
.text_area{}
.text_area .red{color: #c32800;}
.text_area .top{font-size: 16px;line-height: 26px;margin: 0 0 35px 0;}
.text_area p{font-size: 16px;line-height: 26px;margin: 0 0 15px 0;}
.text_area .bottom{}
.text_area textarea{width: 99%;height: 250px; font-size:15px;font-size: 15px;padding:10px;}
/* -/ カート③④- */



/* -カート⑤- */
.type_table_list{ font-size:15px;}
.type_table_list table{ width:1040px; text-align:left;}
.type_table_list table tr th{padding: 18px 16px 18px 25px;width:18.3%;background: rgb(230, 230, 230);margin: 0px 0px 0px 23px; position:relative;font-size:13px;font-weight:normal;}
.type_table_list table tr th:before{content: "";position: absolute;border-bottom: 1px dotted #646464;width: 520%;bottom: 0;left: 23px;}
.type_table_list table tr:last-child th:before{ content:none;}
.type_table_list table tr td{padding: 15px 0 15px 15px;background: rgb(245, 245, 245);color: rgb(100, 100, 100); font-size:14px;line-height: 1.5;}
.type_table_list table tr td img{display:block;margin:10px 0;}
.type_table_list table tr td a{color:#900;text-decoration:underline;}

.type_table_list table .list_style_white td li{ float:left;margin: 0 8px 0 0;}
.type_table_list table .list_style_white td li:last-child{ margin:0;}
.type_table_list .list_style_white{}
.type_table_list .list_style_white th{ font-size:14px;background: rgb(245, 245, 245);vertical-align:middle; padding-top:0;padding-bottom: 0;}
.type_table_list table tr.border_solid th:before{    border-bottom: 1px solid #646464; width:546.2%;left: 0;}
.type_table_list .list_style_white td{font-size:13px;padding-top: 26px;padding-bottom: 33px;}
.type_table_list .list_style_white td .top{margin: 0 0 19px 0;}
/* -/ カート⑤- */


/* -カート⑥- */
.credit .member_wrap .member_box.one_column .column_bottom .area_inner{margin: 0;background: #F0F0F0;padding: 35px 26px 34px 46px;}
.credit .member_wrap .member_box.one_column .column_bottom{ background:none;}
.credit .member_wrap .member_box.one_column .column_top .area_inner .title{ margin: -6px 0 15px 0;padding: 3px 0 15px 0;font-size: 15px;font-weight: bold;}
.credit .member_wrap .member_box.one_column .column_top .area_inner .title:nth-last-child(2){ border:none;}
.credit .member_wrap .member_box.one_column .inner_right{ float: left;font-size: 14px;font-weight: normal;color: #464646;}
.credit .member_wrap .member_box.one_column .inner_right .note{padding: 8px 0;}
.credit .member_wrap .member_box.one_column .inner_right .left{    float: left;}
.credit .member_wrap .member_box.one_column .inner_right .right{    float: left;}
.credit .member_wrap .member_box.one_column .inner_right .inner_box input{width: 172px;height: 26px;}
.credit .member_wrap .member_box.one_column .inner_left{float:left;width: 22%;padding: 8px 0;}
.credit .member_wrap .member_box.one_column .inner_right input[type='text']{margin: 0 5px 0 0;}
.credit .member_wrap .member_box.one_column .select_btn:before{left: 53px;}
.credit .select_btn{top: auto;margin: 0;}
.credit .select_btn select{ background:#F0F0F0;height: 32px;width: 78px;margin: 0 8px 0 0;}
.security{}
.security .left{float:left;width: 45%;margin: 0 76px 0 0;}
.security .left .inner_top,.security .right .inner_top{font-size: 15px;color: #505050;line-height: 26px;margin: 0 0 23px 0;}
.security .left .inner_bottom,.security .right .inner_bottom{text-align: center;}
.security .right{ float:left;width: 45%;}
.security .right .inner_top{}
.security .right .inner_bottom{}
.security_title{font-size: 16px;font-weight: bold;margin: 0 0 15px 0;}

.tow_btn{width:482px;margin: 8px auto 79px auto;}
.tow_btn a,.tow_btn input[type='submit']{display:block;padding:4px 9px 3px 9px;width: 220px; text-align:center;font-size: 22px;color: #fff; border:none;}
.tow_btn input[type='submit']:hover{ opacity:0.8; cursor:pointer;}
.tow_btn .next_btn{ float:left;margin:0 42px 0 0;}
.tow_btn .next_btn a,.tow_btn input[type='submit']{background:#000;}
.tow_btn .next_cancel{float:left;}
.tow_btn .next_cancel a,.tow_btn .next_cancel input[type='submit']{ background:#797979;}
.add_btn input[type='submit'],
.add_btn a{background: #000;color: #FFF;width: 200px;font-size: 18px;line-height: 40px;display: block;text-align: center;}
.delivery_destination .tow_btn {width: 583px;margin: 36px auto 27px auto;}
.delivery_destination .tow_btn input[type='submit']{width: 270px;font-size: 18px;padding: 10px 0;}

.thanks_txt{ line-height:280px; text-align:center;}
/* -/ カート⑥- */

.footer_form_wrap .form_section.type_yoko .form_white .inner select[name="mailmaga_flg"],
.footer_form_wrap .form_section.type_yoko .form_white .inner select[name="year"],
.footer_form_wrap .form_section.type_yoko .form_white .inner select[name="month"],
.footer_form_wrap .form_section.type_yoko .form_white .inner select[name="day"]{border:1px solid #000;font-size: 16px;padding: 5px 0 5px 0px;}
.footer_form_wrap .form_section.type_yoko.required .form_black{border-right:4px solid #c32800;color:#c32800;}
.footer_form_wrap .form_section.type_yoko.required .form_black{width: 23.1%;width:calc(24.1% - 4px);width:-webkit-calc(24.1% - 4px);}
#shipping_info_area{display:none;}

/*新カート*/
.form_login{padding:20px;background:#f0f0f0;color:#000;margin:0 0 50px 0;}
.form_login a{text-decoration: underline;color:#000}

.form_products{margin:0 0 40px 0;}
.form_products .products_table{width:100%;border:2px solid #CCC;}
.form_products .products_table tr.subtotal td,
.form_products .products_table tr.total td,
.form_products .products_table tr.shipping td,
.form_products .products_table tr th{background:#f0f0f0;}
.form_products .products_table tr th,
.form_products .products_table tr td{padding:10px;text-align: left;border-bottom:1px solid #CCC;vertical-align: middle;line-height:1.5;}
.form_products .products_table tr td .apx{font-size:12px;font-weight:bold;color:#900;}
.form_products .products_table .cart_label-sp{display:none;}

.form_ship{margin:0 0 40px 0;}
.form_ship .text{margin:0 0 20px 0;padding:20px 20px 0 20px;}
.form_ship .text p{font-size:15px;margin:0 0 5px 0;}
.form_ship .ship_table{width:100%;margin:0 0 0px;}
.form_ship .other_ship{background:#f0f0f0;}
.form_ship .other_ship .shipping_info_row{display:none;}
.form_ship .ship_table caption{font-size:18px;padding:10px 0 5px 10px;text-align:left;font-weight:bold;}
.form_ship .ship_table tr th,
.form_ship .ship_table > tbody > tr > td{padding:10px;text-align: left;border-bottom:1px solid #CCC;vertical-align: middle;}

.form_ship .ship_table tr th{font-weight:normal;}
#cart_page.step3 .form_ship .ship_table,
#cart_page.step3 .form_ship .ship_table caption{margin:0 0 20px 0;}
#cart_page.step3 .form_ship .ship_table tr th{background:#f0f0f0;/*width:100%;*/}
#cart_page.step3 .form_ship .ship_table tr td{width:100%;}
.form_ship .ship_table.other_ship{border-bottom:1px solid #CCC;}
.form_ship .ship_table.other_ship tr th, .form_ship .ship_table.other_ship > tbody > tr > td{border:0;}
.form_ship .ship_table tr th .check_title{font-size:16px;}
.form_ship .ship_table > tbody >  tr > td{font-size:15px;line-height:1.5;}
.form_ship .ship_table .cart_label-sp{display:none;}
.box60{width:60px;}
.box380{width:380px;}
.form_ship .ship_table > tbody >  tr > td table{width:100%;}
.form_ship .ship_table > tbody > tr > td input[type="password"],
.form_ship .ship_table > tbody > tr > td input[type="tel"],
.form_ship .ship_table > tbody > tr > td input[type="text"],
.form_ship .ship_table > tbody > tr > td input[type="email"]{margin:0 0 5px 0;font-size:16px;line-height:40px;height:42px;width:100%;box-sizing: border-box;-webkit-box-sizing: border-box;border-radius:3px;-webkit-border-radius:3px;}

.form_ship .ship_table > tbody > tr > td input[name="order_tel"],
.form_ship .ship_table > tbody > tr > td input[type="password"],
.form_ship .ship_table > tbody > tr > td input[type="tel"],
.form_ship .ship_table > tbody > tr > td input[name="order_zip"],
.form_ship .ship_table > tbody > tr > td input[name="shipping_zip"],
.form_ship .ship_table > tbody > tr > td input[name="shipping_tel"],
.form_ship .ship_table > tbody > tr > td input[name="shipping_name02"],
.form_ship .ship_table > tbody > tr > td input[name="shipping_name02"],
.form_ship .ship_table > tbody > tr > td input[name="shipping_name01"],
.form_ship .ship_table > tbody > tr > td input[name="order_name01"],
.form_ship .ship_table > tbody > tr > td input[name="order_name02"]{width:35%;display:inline-block;}
.form_ship .ship_table > tbody >  tr > td select{font-size:14px;padding:5px;width:100%;line-height:40px;height:40px;box-sizing: border-box;-webkit-box-sizing: border-box;margin:0 0 5px 0;}
.form_ship .ship_table > tbody >  tr > td.birth_cell select{width:auto;}

.complete_text {line-height:1.5;margin:0 0 50px 0;}
.attention{
    line-height: 25px;
    background: #900;
    color: #fff;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    }
th > .attention{
    background: none;
    padding: 0;
    display: inline-block;
    color: #c32800;
}

/*============================
お客様の声
============================*/
.case_wrap{}
.case_wrap .case_title{color: #000;border: 1px solid #000;line-height: 1.75em;margin-bottom: 25px;letter-spacing: 7px;font-weight: bold;}
.case_wrap .case_title .left{display: inline-block;padding: 0 13px;background: #000;color: #fff;width: auto;margin-right: 15px;letter-spacing: normal;font-weight: normal;font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho" , serif;letter-spacing: 1px;}
.case_wrap .case_title .right{}
.profile_wrap .profile_title{width:100%;}
#case_page .profile_wrap{ margin: 60px auto 70px auto;display: flex;flex-wrap: wrap;}
#case_page .profile_wrap .profile_content{margin-bottom: 25px;padding:25px 0px;border-bottom:1px dotted #000;width:49%;margin:0.5%;}
#case_page .profile_wrap .profile_content .right .title {margin-bottom: 10px; padding-top:0;font-size:26px;border:none;padding:0;}
/*#case_page .profile_wrap .profile_content:last-child{ padding-bottom:0; border:none;}*/
#case_page .profile_wrap .profile_content .right .title a{font-size: 22px; color:#000; margin:0;padding: 0;letter-spacing: 1px;}
#case_page .profile_wrap .profile_content .right .title a:hover{ text-decoration:none;}
#case_page .profile_wrap .profile_content .right{width: 77.0%;}
#case_page .media_list .title{display: block;font-size: 20px;margin-bottom: 25px;padding-top: 10px;color: #000;line-height: 25px;}
#case_page .media_list .txt p{display: block; color: #797979;font-size: 14px;line-height: 24px;float: right;width: 300px;word-break: break-all;}
#case_page .media_list ul li .date .left{ float:left;}
#case_page .media_list ul li .date .right{float: right;color: #000;}
#case_page .media_list ul li .date .right .star{color: #c32800;}

#case_page.detail .page_nation li:nth-child(2){width: 120px;}

/*============================
Forgotページ
============================*/
#window_area{
    padding: 0;
    border: 6px solid #797979;
    margin: 0 0 20px 0;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
    padding: 0px !important;
    box-sizing: border-box;
    margin: auto;
    background: #f0f0f0;
}
#window_area > h2{
    color: #fff;
    font-size: 20px;
    background: #797979;
    padding: 20px;
    
    font-weight: normal;
}
#window_area > .information{
    padding: 20px 20px 0 20px;
    background: #F0F0F0;
    margin: 0 !important;
    line-height: 1.5;
}
#window_area > .information > span.important{
    color: red;
    background: none;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 0 20px 0;
    display: block;
}
#window_area > form{
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    background: #F0F0F0;
}
#window_area > form > input{}
#window_area > form > .login_area{}
#window_area > form > .login_area > .contact.frame_regist{
    margin-bottom: 10px;
}
#window_area > form > .login_area > .contact.frame_regist > .contacttd{}
#window_area > form > .login_area > .contact.frame_regist > .contacttd > table.formtable{
    width: 100%;
    box-sizing: border-box;
}
#window_area > form > .login_area > .contact.frame_regist > .contacttd > table.formtable > tbody{}
#window_area > form > .login_area > .contact.frame_regist > .contacttd > table.formtable > tbody > tr{}
#window_area > form > .login_area > .contact.frame_regist > .contacttd > table.formtable > tbody > tr > th{
    font-weight: bold;
    line-height: 26px;
    color: #464646;
    border: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
#window_area > form > .login_area > .contact.frame_regist > .contacttd > table.formtable > tbody > tr > td{
    display: block;
    width: 100%;
    border: none;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 10px;
}
#window_area > form > .login_area > .contact.frame_regist > .contacttd > table.formtable > tbody > tr > td input{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5px;
    display: inline-block;
    width: 60%;
    margin-bottom: 10px;
}
#window_area > form > .login_area > .contact.frame_regist > .contacttd{}
#window_area > form > .login_area > .contact.frame_regist > .contacttd > input.formBtn.submit,
#window_area > form > .login_area > .contact.frame_regist > .contacttd > a{
    padding: 14px 0 13px 0;
    width: 330px;
    background: #000;
    border: none;
    display: block;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

/*============================
利用規約
============================*/
#entry_page .cart_content_inner textarea{ margin:0 0 40px 0;width: calc(100% - 6px) !important;width: -webkit-calc(100% - 6px) !important;}
#entry_page .cart_content_inner p{ margin:0 0 20px 0; }

#entry_page .tow_btn{}
#entry_page .tow_btn .next_btn{margin: 0 22px 0 0;}
#entry_page .tow_btn .next_cancel{}
#entry_page .tow_btn .next_cancel a{width: 230px;padding: 9px 0;font-size: 20px;}
#entry_page .tow_btn input[type="submit"]{width: 230px;font-size: 20px;padding: 4px 0;margin-bottom:5px;}
#entry_page .cart_content_inner textarea.kiyaku_text{padding:3px;font-size:15px;height:400px;}

/*============================
FANCYBOX内のiframe
============================*/
html#fancybox{min-width:0px;}
body.fancybox{min-width:0;}
body.fancybox main{padding-left:0;}
body.fancybox .article_box{width:auto;margin-bottom:0;}
body.fancybox .article_box.type_left_img .text{float:right;width:70%;}
body.fancybox .article_box.type_right_img .text{float:left;width:70%;}

body.fancybox .article_box.type_left_img .img{float:left;width:25%;}
body.fancybox .article_box.type_right_img .img{float:right;width:25%;}
body.fancybox .section_wrap:last-child{padding:0;}

/*SITE MAP*/
.sitemap{
	margin-bottom: 8px;
}
#sitemap{width:1040px; margin:0 auto;}
#sitemap table{
	background-color: #ECECEC;
	border: 1px solid #C1C1C1;
}

#sitemap td{
	background-color: #FFFFFF;
	color: #535353;
	border: 1px solid #C1C1C1;
}
#sitemap dl a:link,#sitemap dl a:visited{
	color: #000000;
	text-decoration: none;
}
#sitemap dl a:hover,#sitemap dl a:active{
	color: #990000;
	text-decoration: underline;
}
#sitemap dl{
	background-image: url(../img/menu_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px 0px 0px 8px;
	padding: 12px 0px;
}
#sitemap dt{
	margin:0 0 10px 0;
}
#sitemap dt b,
#sitemap dt strong{
	background-image: url(../img/menu_bullet_red2.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0px;
	background-position: 0px 1px;
}
#sitemap dt a{display:block;}
#sitemap dt a:link,#sitemap dt a:visited{
	background-image: url(../img/menu_bullet_gray2.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 14px;
	margin: 0px;
}
#sitemap dt a:hover,#sitemap dt a:active{
	background-image: url(../img/menu_bullet_red2.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 14px;
	margin: 0px;
}
#sitemap dd{
	margin: 0px;
	text-indent: 0pt;
	line-height: 2;
	padding: 0px 0px 0px 15px;
}
/*============================
Mypage Contact
============================*/
.contact_tab_list ul{display:flex;flex-wrap: nowrap;justify-content: center;}
.contact_tab_list ul li{width:50%;border-bottom:1px solid #000;}
.contact_tab_list ul li a{display:block;line-height:40px;background:#CCC;color:#FFF;text-align:center;font-weight: bold;}
.contact_tab_list ul li.on{border:1px solid #666;border-bottom:none;}
.contact_tab_list ul li.on a{background:#fff;color:#000;}
.create_message{padding:30px  0 0;}
.create_message .create_btn{cursor:pointer;border: none;color: #fff;width: 380px;padding: 15px 0;background: #000;display:block;text-align: center;font-size: 16px;margin: 0 auto;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;margin:0 auto 30px auto;position:relative;}
.create_message .create_btn:before{content: "";display: block;width: 12px;height: 12px;border-top: 2px solid #fff;border-right: 2px solid #fff;transform: rotate(45deg);-webkit-transform: rotate(45deg);position: absolute;left: 15px;  top: 50%;  margin-top: -7px;  z-index: 100;}
.create_message .create_form{display:none;}
.message_box{padding:0 0 50px 0;position: relative;}
.message_box .index{
    text-align: right;
    position: absolute;
    width: 100%;
}
.message_box .index a{position:relative;padding-left: 14px;line-height: 1;color: #000;cursor: pointer;border: none;color: #fff;width: 100px;padding: 8px 0;background: #000;display: inline-block;text-align: center;font-size: 14px;margin: 0 auto;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;margin: 0 auto 30px auto;}
.message_box .index a:before{position:absolute;content:"";width: 5px;height: 5px;border-top: 2px solid #fff;border-right: 2px solid #fff;left: 10px;transform: rotate(45deg);top: 50%;margin-top: -3px;}
.message_box .message_header{text-align:right;opacity:0.5;font-size:12px;}
.message_box .subject{font-weight:bold;margin:0 0 10px 0;padding:10px 0 10px 0;border-bottom:1px solid #000;}
.message_box .message{line-height: 2;}
.message_box table{width:100%;}
.message_box table caption{text-align: left;font-weight: bold;margin:0 0 15px 0;}
.message_box table thead{}
.message_box table thead tr th{border-bottom:2px solid #f0f0f0;color:#000;line-height:30px;text-align: left;}
.message_box table thead tr th.nth-child(1){width:30%;}
.message_box table thead tr th.nth-child(2){width:15%;}
.message_box table thead tr th.nth-child(3){width:55%;}

.message_box table tbody tr td{border-bottom:1px solid #f0f0f0;padding:5px;font-size:12px;line-height: 1.5;}
.message_box table tbody tr td a{display:block;font-weight:bold;color:#000;line-height:1.5;font-size:14px;}
.message_box table tbody tr.check td a,
.message_box table tbody tr.check td{color:#666;}

.message_box.ver2 .message_header{text-align:left;font-size: 16px;display: flex;align-items: center;-webkit-align-items: center;opacity: 1;}
.message_box.ver2 .message_header b{background:#000;color:#FFF;padding:15px;display:inline-block;margin-right: 10px;font-size:16px;opacity: 0.5;}
.message_box.ver2{padding: 15px;margin: 0 0 20px 0;border:1px solid #000;}
.message_box.ver2 .index{right:15px;}
/*============================
formないのアイコン
============================*/
.pr_point{text-align:center;margin-bottom:20px;}
.pr_point ul{margin:0 auto;display:table;}
.pr_point ul li{float:left;margin-right:5px;}
.pr_point ul li:last-child{margin-right:0px;}

.amazon_note{font-size:14px;line-height:1.5;margin-top:-10px;}

.pankuzu ul li:before{    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 2px;
    left: 0;
    transform: rotate(45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;}

@media screen and (max-width:414px){
#entry_page .tow_btn .next_btn:before,
.member_wrap .member_box.one_column .area_inner .area_top .right .btn:before,
.login_btn a.btn_ar:before,
.order_btn > .inner:before,
.order_btn a.btn_ar:before{display:none;}
.pankuzu ul li:before{top: 4px;}
}
@media screen and (max-width:1051px){
html{min-width:1050px;}
}
@media screen and (min-width:1449px){
.cart_main,main, nav, .mov_area {width: 100%;}
.cart_detail_content {width: 1040px;margin: 0 auto;}
main > article {width: 100%;}

header{width: 1350px;}
header,footer{}
}
@media screen and (max-height:770px){/*IE10,11*/
.side_content{display:none;}
}
@media all and (-ms-high-contrast:none){/*IE10,11*/
main > article {padding-left:100px;}
.products_detail_content .item_box .photo .slide li a img{width:auto;height:auto;max-width:680px;max-height:500px;}
.products_detail_content .item_box .photo .slide_thumb li a img{width:auto;height:auto;max-width:90px;max-height:90px;}
select::-ms-expand {display: none;}
.cart_nav .cart_nav_title .inner{width: auto;display: table;}
}
.shipping_block dl.close{background:#F0f0f0;}

/*===================
words
===================*/
.words .words_left{width: calc(30% - 20px);float:left;margin-right:20px;}
.words .words_right{float:left;width: 70%;}
.words_menu{margin-bottom:10px;}
.words_menu_title{font-size:16px;padding-bottom:5px;border-bottom: 2px solid #000;position:relative;color:#000;text-align:center;margin-bottom:20px;}
.words_menu_title:after{content:"";border:5px solid transparent;border-top: 5px solid #000;position:absolute;bottom:-10px;left:50%;margin-left:-5px;}


ul.words_ja,ul.words_en,ul.words_category{border: #A8A8A8 1px solid;background:#FFF;font-size: 0;padding: 5px 5px 0 5px;}
ul.words_ja li,
ul.words_en li,
ul.words_category li{float:left;text-align:center;width: 20%;display: block;padding-right: 5px;box-sizing: border-box;height: 50px;padding-bottom: 5px;}
ul.words_ja li:nth-child(5n),
ul.words_en li:nth-child(5n),
ul.words_category li:nth-child(5n){
    padding-right: 0;
}
ul.words_ja li a,ul.words_en li a,ul.words_category li a{border: #D5D5D5 1px solid;margin: 0;width: 100%;display: flex;padding:3px;text-align:center;color: #000;box-sizing: border-box;height: 100%;font-size: 18px;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;}
ul.words_category li a{width:142px;}
ul.words_ja li a:hover,ul.words_en li a:hover, ul.words_category a:hover{background-color: #c28f1f;color:#fff;}

.words ul.index_list li{background:#FFF;padding:10px;margin:0 0 5px 0;}
.words ul.index_list li:first-child{padding-top:0;}
.words ul.index_list li p{list-style: none;display: block;color: #000;font-size: 22px;line-height: 22px;border: 1px solid #000;padding: 12px 10px 12px 20px;margin: 0 0 15px 0;font-family: "游明朝体", "Yu Mincho", YuMincho,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}
.words ul.index_list li a {text-decoration: none;color: #000;}
.words ul.index_list li a:hover {text-decoration: underline;}
.words ul.index_list li p a{position:relative;padding-left: 0;}
.words ul.index_list li p a:before{content:"";position:absolute;width: 5px;height: 5px;transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);border-top: 2px solid #000;border-right: 2px solid #000;left: -12px;top: 50%;margin-top: -3px;}
.words ul.index_list li span {font-size:12px;line-height:1.5;min-width:1000px;font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;line-height:1.5;min-width:1000px;color: #000;}
.words ul.index_list li ul.words_list li{border:0;padding:0;margin-bottom: 10px;padding-left:30px;font-size:14px;background:#FFF;position:relative;font-size: 15px;}
.words ul.index_list li ul.words_list li:before{content: "";position: absolute;top: 3px;left: 13px;display: block;width: 10px;height: 10px;border-radius: 50%;-webkit-border-radius: 50%;background: #c28f1f;}
.words_search{border: 1px solid #a8a8a8;margin-bottom: 20px;padding: 10px;text-align: left;background:#EEE;border: #A8A8A8 1px solid;}
.words_search table{
    width: 100%;
    table-layout: fixed;
}
.words_search table td{
    width: 70%;
    vertical-align: top;
}
.words_search table th{
    vertical-align: top;
}
.words_search td input {height: 30px;padding: 0;border: 1px solid #a8a8a8;width: 100%;box-sizing: border-box;font-size: 14px;}
.words_search ul.search_btn{text-align: center;margin:0;}
.words_search ul.search_btn .search_1{display: inline;margin: 0 10px;}
.words_search ul.search_btn .search_1 input{height: 30px;line-height: 30px;border: 0;font-size: 13px;color: white;cursor:pointer;background: #000;text-align: center;text-indent: 0;padding: 0 15px;}
.words_desc{font-size: 15px;line-height: 1.7;padding: 20px;}
.words_desc p{margin-bottom:10px;}

#words.detail .words ul.index_list li{background:#FFF;padding:10px 10px 0 10px;margin:0;}
#words.detail .words ul.index_list li p{margin:0;}
#words.detail .words_right .words_desc{margin:0;background:url("/img/box_corner.gif") no-repeat 100% 100% #FFF;padding:10px;}

.btn01{
    text-align: center;
}
.btn01 a{
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 22px;
    padding: 15px 30px;
    position:relative;
    padding-left: 30px;
}
.btn01 a:before{position:absolute;content:"";border-top: 2px solid #fff;border-right: 2px solid #fff;width: 6px;height: 6px;left: 9px;top: 50%;margin-top: -4px;transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}


.information_block{background:#C12800;width:800px;margin:auto;color:#FFF;text-align: center;padding:10px 20px;line-height:1.5;margin:60px auto 0 auto;}
.out_stock{
    background: rgba(151,4,11,0.6);
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.anch_nav{background:#F0F0F0}
.anch_nav ul{display:flex;flex-wrap: wrap;justify-content: center;}
.anch_nav ul li{padding:0 20px;}
.anch_nav ul li a{display:block;font-size:20px;color:#000;position: relative;line-height:50px; font-family: "Yu Mincho", "YuMincho", serif;}


@media (max-width: 1165px) and (min-width: 481px) {
    header {
        height: 80px;
    }
    .header_top{height: 80px;}
        body#products_page.detail .pankuzu {
        margin-top: 0;
    }
    #products_page.detail .section_wrap .section_title{
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
}
body#products_page .pankuzu{max-width: 95%;}
body#products_page.detail .section_content .customer_list li:not(:nth-child(2n)) {
    margin-right: 20px;
}
body#products_page.detail .section_content .customer_list li{
    margin: 0;
    width: calc( (100% - 20px) / 2 );
}
body#products_page.detail .section_wrap{max-width: 100vw;}
body#products_page.detail .products_detail_content .option_list li{
    width: calc( (100% - 20px) / 2 );
    margin: 0;
    margin-bottom: 40px;
}
body#products_page.detail .products_detail_content .option_list li:not(:nth-child(2n)){
    margin-right: 20px;
}
#products_page .section_content .customer_list .customer_name{
    height: 60px;
}
.anch_nav{max-width: 100vw;margin: 0;}
.products_detail_content .item_box{}
#main{padding: 0;}

}