html {scroll-behavior: smooth;}

 a:link { color:#fff; text-decoration:none }
 a:visited { color:#fff; text-decoration:none }
 a:hover { color:#fff; text-decoration:none }
 a:active { color:#fff; text-decoration:none }



td.center { text-align:center; }
td.right { text-align:right; }


div.center { text-align:center; }
div.right { text-align:right; }
.contents_top  { width:900px; margin-left:auto; margin-right:auto; text-align:center;}
.contents_2nd { width:1040px; margin-left:auto; margin-right:auto;  }
.contents { width:900px; margin-left:auto; margin-right:auto; text-align:center; padding: 80px 30px 0px 30px;z-index: 1;}
.contents_ol { width:1100px; margin-left:auto; margin-right:auto;  }
.contents_il { width:995px; margin-left:auto; margin-right:auto;  }
.catalog { width:1050px; margin-left:auto; margin-right:auto;  }

body {
	min-width:900px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0 ;
	margine-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #262626;
background-image: url("");
background-repeat: repeat-y;
background-position: right top;
}

.Scroll {
width:266px; height:200px;
margin:0px; padding:0px;
border:solid 1px #999;
overflow:auto;
font-size:12px;
}


* html body{  
    overflow: hidden;  
}   
div#headerArea {  
    position: fixed !important;  
    position: absolute;  
    top: 0;  
    text-align:center;
	width:100%;
    height: 80px;  
    background-color:#262626;
	z-index: 999;
}

div#footerArea {  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    text-align:center;
	width:100%;
    height: 210px;  
    background-color:#262626;
	z-index: 200;
}


* html div#contentsArea{  
    height: 100%;  
    overflow: auto;  
}  




#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 100;
	
}
#page-top a {
    background:#404040;
	opacity:0.5;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background:#808080;
}



.sidecart {
display: inline-block;
  width:105px;
    padding: 5px 0px;
    text-decoration: none;
    text-align:center;
    background-color:#FFF;
    border: solid 2px #f00;
    border-radius: 4px;
    transition: .4s;
    margin-left:13px;
    margin-right:25px;
}


.sidecart_font_s {
    font-size:12px;
    line-height:1.5em;
    text-decoration: underline;
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #000;
}

.sidecart_font_m {
    font-size:17px;
    line-height:1.5em;
    text-decoration: underline;
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #000;
}

.sidecart_font_o {
    font-size:17px;
    line-height:1.5em;
    text-decoration: underline;
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #000;
}



#topimg{
position: relative;
width:870px;
}
#topimg .base{
width:870px;
}

#topimg .cover{
	position: absolute;
	right:0px;
	left:0px;
	top: 0px;
	bottom: 0px;
	z-index:100;
	margine-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width:870px;
}






.box{
  float: left;
}

.boxContainer{
	display:flex;
	justify-content:center;
	aline-items:center;
	width: 900px;
}

.btn_factory {
	position: relative;
	width: 180px;
	height: 25px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.btn_material {
	position: relative;
	width: 180px;
	height: 25px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.btn_customize {
	position: relative;
	width: 180px;
	height: 25px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.btn_works {
	position: relative;
	width: 180px;
	height: 25px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.btn_history {
	position: relative;
	width: 180px;
	height: 25px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.btn_factory img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn_factory:hover img:nth-of-type(2) {
	opacity: 0;
}
.btn_material img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn_material:hover img:nth-of-type(2) {
	opacity: 0;
}
.btn_customize img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn_customize:hover img:nth-of-type(2) {
	opacity: 0;
}
.btn_works img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn_works:hover img:nth-of-type(2) {
	opacity: 0;
}
.btn_history img {
    position: absolute;
    top: 14px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.btn_history:hover img:nth-of-type(2) {
	opacity: 0;
}



/**　商品ページ作り込み内文字　*/
.text18_white { color: #fff; font-size: 18px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}
.text18_white_center {color: #fff;font-size: 18px;line-height: 1.8em;letter-spacing: 0px;font-weight: normal;text-align: center;}

.text14_white { color: #fff; font-size: 14px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}
.text14_white_center {color: #fff;font-size: 14px;line-height: 1.8em;letter-spacing: 0px;font-weight: normal;text-align: center;}

.worksitem { background-color: #666666; padding: 2px 8px 2px 8px; margin: 8px 10px 8px 0px; }



  .text_midashi { width:1000px;text-align:left;font-size:13px;letter-spacing:28px;font-weight:normal; margin-left:50px;}

  .text_36_white {position: absolute;color: #fff;font-size: 36px;line-height: 1.3em;letter-spacing: 2px;font-weight: normal;text-align: justify;}
  .text_36_black {position: absolute; color: #000; font-size: 36px; line-height:1.3em; letter-spacing:2px; font-weight:normal; text-align:justify;}
  
  .text_32_white_ls8px {position: absolute; color: #fff; font-size: 32px; line-height:1em; letter-spacing:8px; font-weight:normal; text-align:justify;}
  .text_32_black_ls8px {position: absolute; color: #000; font-size: 32px; line-height:1em; letter-spacing:8px; font-weight:normal; text-align:justify;}
  .text_32_white {position: absolute; color: #fff; font-size: 32px; line-height:1em; letter-spacing:2px; font-weight:normal; text-align:justify;}
  .text_32_black {position: absolute; color: #000; font-size: 32px; line-height:1em; letter-spacing:2px; font-weight:normal; text-align:justify;}
  
  .text_29_white {position: absolute;color: #fff;font-size: 29px;line-height: 1.5em;letter-spacing: 2px;font-weight: normal;text-align: justify;}
  .text_29_black {position: absolute; color: #000; font-size: 29px; line-height:1.5em; letter-spacing:2px; font-weight:normal; text-align:justify;}

  .text_xl_white {position: absolute; color: #fff; font-size: 40px; line-height:1.5em; letter-spacing:2px; font-weight:normal; text-align:justify;}
  .text_xl_white {position: absolute; color: #fff; font-size: 32px; line-height:1em; letter-spacing:2px; font-weight:normal; text-align:justify;}
  .text_xl_black {position: absolute; color: #000; font-size: 32px; line-height:1em; letter-spacing:2px; font-weight:normal; text-align:justify;} 

  .text_ll_white {position: absolute; color: #fff; font-size: 32px; line-height:1em; letter-spacing:6px; font-weight:normal; text-align:justify;}
  .text_ll_white_ {position: absolute; color: #fff; font-size: 32px; line-height:1.8em; letter-spacing:2px; font-weight:normal; text-align:justify;}
  .text_ll_black {position: absolute; color: #000; font-size: 32px; line-height:1em; letter-spacing:2px; font-weight:normal; text-align:justify;} 
  .text_ll_brown {position: absolute; color: #262626; font-size: 32px; line-height:1.5em; letter-spacing:1px;font-weight:normal; text-align:justify;}

  .text_lll_white {position: absolute; color: #fff; font-size: 37px; line-height:1em; letter-spacing:2px; font-weight:normal; text-align:justify;}
  
  .text_l_white {position: absolute; color: #fff; font-size: 23px; line-height:1.6em; letter-spacing:1px; font-weight:normal; text-align:justify;}
  .text_l_black {position: absolute; color: #000; font-size: 23px; line-height:1.3em; letter-spacing:1px; font-weight:normal; text-align:justify;}
  .text_ls_brown {position: absolute; color: #262626; font-size: 29px; line-height:1.5em; letter-spacing:1px;font-weight:normal; text-align:justify;}
 
  .text_m_white {position: absolute; color: #fff; font-size: 17px; line-height:1.5em; letter-spacing:1px;font-weight:normal; text-align:justify;}
  .text_m_black {position: absolute; color: #000; font-size: 17px; line-height:1.5em; letter-spacing:1px;font-weight:normal; text-align:justify;}
  .text_m_brown {position: absolute; color: #262626; font-size: 17px; line-height:1.5em; letter-spacing:1px;font-weight:normal; text-align:justify;}
  
  .text_s_white {position: absolute; color: #fff; font-size: 13px; line-height:1.8em; letter-spacing:2px; font-weight:normal; text-align:justify;}
  .text_s_black {position: absolute; color: #000; font-size: 13px; line-height:1.8em; letter-spacing:2px; font-weight:normal; text-align:justify;}
  
  .text_14_white {position: absolute;  color: #fff; font-size: 13px; line-height:2em; letter-spacing:0px; font-weight:normal; text-align:justify;}
  .text_14_white_center {position: absolute; color: #fff;font-size: 14px;line-height: 1.8em;letter-spacing: 0px;font-weight: normal;text-align: center;}
  .text_14_black {position: absolute; color: #000; font-size: 14px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}
  
  .text_20_white {position: absolute; color: #fff; font-size: 20px; line-height:1.5em; letter-spacing:1px;font-weight:normal; text-align:justify;}
  .text_20_black {position: absolute; color: #000; font-size: 20px; line-height:1.5em; letter-spacing:1px;font-weight:normal; text-align:justify;}
  .text_20a_white {position: absolute; color: #fff; font-size: 20px; line-height:1.5em; letter-spacing:-2px;font-weight:normal; text-align:justify;}

  .pc_top18px {position: absolute; color: #fff; font-size: 18px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}
  .pc_top15px {position: absolute; color: #fff; font-size: 15px; line-height:1.75em; letter-spacing:1.5px; font-weight:normal; text-align:justify;}
  .pc_top14px {position: absolute; color: #fff; font-size: 14px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}
  .pc_top14_b {position: absolute; color: #fff; font-size: 14px; line-height:1.8em; letter-spacing:0px; font-weight:bolder; text-align:justify;}
  .pc_top16px_footer {position: absolute; color: #fff; font-size: 16px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}
  .pc_top13px {position: absolute; color: #fff; font-size: 13px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}
  .pc_top12px {position: absolute; color: #fff; font-size: 12px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}

  .pc_top24px_white {position: absolute; color: #fff; font-size: 24px; line-height:1.5em; letter-spacing:1.5px; font-weight:bolder; text-align:justify;}
  .pc_top12px_spa1em {position: absolute; color: #fff; font-size: 11px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}
  .pc_top15px_spa1em {position: absolute; color: #fff; font-size: 15px; line-height:1.8em; letter-spacing:1px; font-weight:normal; text-align:justify;}
  .pc_top14px_spa1em_black {position: absolute; color: #000; font-size: 14px; line-height:1.8em; letter-spacing:5px; font-weight:normal; text-align:justify;}
  .pc_top12px_spa06em {position: absolute; color: #fff; font-size: 12px; line-height:1.8em; letter-spacing:0.3px; font-weight:normal; text-align:justify;}

  .pc_top19px_n {color: #fff; font-size: 19px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}
  .pc_top20px_n {color: #fff; font-size: 20px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}
  .pc_top17px_n {color: #fff; font-size: 17px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}
  .pc_top18px_nb {color: #fff; font-size: 18px; line-height:1.8em; letter-spacing:0px; font-weight:bold; text-align:justify;}
  .pc_top21px_nb {color: #fff; font-size: 21px; line-height:2.5em; letter-spacing:1px; font-weight:bold; text-align:justify;}

  .pc_top13px_n {color: #fff; font-size: 13px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}
  .pc_top12px_n {color: #fff; font-size: 12px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}
.pc_top14px_n {color: #fff; font-size: 14px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}
  .cr13px {position: absolute; color: #fff; font-size: 13px; line-height:1.8em; letter-spacing: 1px; font-weight:normal; text-align: justify; font-family: 'Avenir','Helvetica Neue','Helvetica','Arial';}

  .sp_36px_n { color: #fff;font-size: 36px; line-height:1.5em; letter-spacing:1px; font-weight:normal; text-align:justify;}
  .sp_27px_n { color: #fff;font-size: 27px; line-height:1.3em; letter-spacing:1px; font-weight:normal; text-align:justify;}

  .sp_49px {position: absolute; color: #fff; font-size: 49px; line-height:1.8em; letter-spacing:1px; font-weight:normal; text-align:justify;}
  .sp_39px {position: absolute; color: #fff; font-size: 39px; line-height:1.3em; letter-spacing:1px; font-weight:bolder; text-align:justify;}
  .sp_37pxb {position: absolute; color: #fff; font-size: 37px; line-height:1.3em; letter-spacing:1px; font-weight:bolder; text-align:center;}
   .sp_37pxc { color: #fff; font-size: 37px; line-height:1.5em; letter-spacing:1px; font-weight:normal; text-align:center;}
  .sp_35px {position: absolute; color: #fff; font-size: 35px; line-height:1.8em; letter-spacing:1px; font-weight:normal; text-align:justify;}
  .sp_34px {position: absolute; color: #fff; font-size: 34px; line-height:1.8em; letter-spacing:1px; font-weight:normal; text-align:justify;}
  .sp_33px {position: absolute;color: #fff;font-size: 33px;line-height:1.9em;letter-spacing:1px;font-weight:normal;text-align:justify;}
  .sp_37px {position: absolute; color: #fff; font-size: 37px; line-height:1.3em; letter-spacing:1px; font-weight:bolder; text-align:justify;}
  .sp_32pxb {position: absolute; color: #fff; font-size: 32px; line-height:1.3em; letter-spacing:1px; font-weight:bolder; text-align:center;}

 .sp_32px-ls0px {position: absolute;color: #fff;font-size: 32px;line-height:1.9em;letter-spacing:0px;font-weight:normal;text-align:justify;}
  .sp_30px-ls0px {position: absolute;color: #fff;font-size: 30px;line-height:1.4em;letter-spacing:0px;font-weight:normal;text-align:justify;}
  .sp_top27px {position: absolute;color: #fff;font-size: 27px;line-height:1.8em;letter-spacing:0px;font-weight:normal;text-align:justify;}
  .sp_top26px {position: absolute;　color: #fff; font-size: 26px; line-height:1.8em; letter-spacing:0px; font-weight:normal;　text-align:justify;}
  .sp_top24px {position: absolute;　color: #fff; font-size: 24px; line-height:1.8em; letter-spacing:0px; font-weight:normal;　text-align:justify;}
.sp_top35px {color: #fff; font-size: 35px; line-height:1.8em; letter-spacing:0px; font-weight:normal;　text-align:justify;}

.sp_top28px {color: #fff; font-size: 28px; line-height:1.8em; letter-spacing:0px; font-weight:normal;　text-align:justify;}
.sp_top25px {color: #fff; font-size: 25px; line-height:1.8em; letter-spacing:0px; font-weight:normal;　text-align:justify;}

.sp_top23px {color: #fff; font-size: 23px; line-height:1.8em; letter-spacing:0px; font-weight:normal;　text-align:justify;}
.sp_top22px {color: #fff; font-size: 22px; line-height:1.8em; letter-spacing:0px; font-weight:normal;　text-align:justify;}
.sp_top20px {color: #fff; font-size: 20px; line-height:1.8em; letter-spacing:0px; font-weight:normal;　text-align:justify;}
.sp_top30px {position: absolute;color: #fff;font-size: 30px;line-height:1.6em;letter-spacing:0px;font-weight:normal;text-align:justify;}
.sp_top32px_footer {position: absolute; color: #fff; font-size: 32px; line-height:1.6em; letter-spacing:0px; font-weight:normal; text-align:justify;}

/* カタログ */
.ctlgtxt40 {font-size: 40px; line-height:1.3em; color:#FFF;}
.ctlgtxt30b {font-size: 30px; line-height:1.3em; color:#FFF; font-weight:bold;}
.ctlgtxt30 {font-size: 30px; line-height:1.3em; color:#FFF;}
.ctlgtxt24 {font-size: 22px; line-height:1.3em; color:#FFF; font-weight:bold;}
.ctlgtxt20 {font-size: 18px; line-height:1.3em; color:#FFF;  }
.ctlgtxt16 {font-size: 16px; line-height:1.3em; color:#FFF;  }
.ctlgrequired { position:relative; top:5px; color:#FFF;  }

/**　商品ページ作り込み内文字　*/

  .text_44_white_ls3px {position: absolute; color: #fff; font-size: 44px; line-height:1em; letter-spacing:3px; font-weight:bolder; text-align:justify;}
  .text_40_white_lh18em {position: absolute; color: #fff; font-size: 40px; line-height:1.8em; letter-spacing:3px; font-weight:bolder; text-align:justify;}
  .text_40_white_ls3px {position: absolute; color: #fff; font-size: 40px; line-height:1em; letter-spacing:3px; font-weight:bolder; text-align:justify;}
  .text_40_black_ls3px {position: absolute; color: #000; font-size: 40px; line-height:1em; letter-spacing:3px; font-weight:bolder; text-align:justify;}
  .text_38_white_ls3px {position: absolute; color: #fff; font-size: 38px; line-height:1em; letter-spacing:3px; font-weight:bolder; text-align:justify;}
  .text_36_white_lh18em {position: absolute; color: #fff; font-size: 36px; line-height:1.8em; letter-spacing:3px; font-weight:bolder; text-align:justify;}
  .text_32_white_ls8px {position: absolute; color: #fff; font-size: 32px; line-height:1em; letter-spacing:8px; font-weight:normal; text-align:justify;}
  .text_32_black_ls8px {position: absolute; color: #000; font-size: 32px; line-height:1em; letter-spacing:8px; font-weight:normal; text-align:justify;}
  .text_32_white {position: absolute; color: #fff; font-size: 32px; line-height:1em; letter-spacing:2px; font-weight:normal; text-align:justify;}
  .text_32_black {position: absolute; color: #000; font-size: 32px; line-height:1em; letter-spacing:2px; font-weight:normal; text-align:justify;} 
  .text_28_white_lh3em {position: absolute; color: #fff; font-size: 28px; line-height:2em; letter-spacing:1px;font-weight:normal; text-align:justify;}
  .text_28_white_lh18em_ls0px {position: absolute; color: #fff; font-size: 28px; line-height:1.8em; letter-spacing:0px;font-weight:normal; text-align:justify;}
  .text_28_white_lh18em {position: absolute; color: #fff; font-size: 28px; line-height:1em; letter-spacing:8px;font-weight:normal; text-align:justify;}
  .text_30_black_lh15em {position: absolute; color: #000; font-size: 30px; line-height:1.5em; letter-spacing:5px;font-weight:normal; text-align:justify;}
  .text_26_white_lh18em {position: absolute; color: #fff; font-size: 25px; line-height:1.8em; letter-spacing:3px; font-weight:normal; text-align:justify;}
  .text_24_white_lh18em {position: absolute; color: #fff; font-size: 24px; line-height:1.8em; letter-spacing:1px;font-weight:normal; text-align:justify;}
  .text_20_white_lh18em {position: absolute; color: #fff; font-size: 20px; line-height:1.8em; letter-spacing:1px;font-weight:normal; text-align:justify;}
  .text_18_white_lh2em {position: absolute; color: #fff; font-size: 18px; line-height:2em; letter-spacing:1px;font-weight:normal; text-align:justify;}
    .text_18_white_lh3em {position: absolute; color: #fff; font-size: 18px; line-height:3em; letter-spacing:1px;font-weight:normal; text-align:justify;}

.pc_top14px_n {color: #fff; font-size: 14px; line-height:1.8em; letter-spacing:0px; font-weight:normal; text-align:justify;}
  .cr13px {position: absolute; color: #fff; font-size: 13px; line-height:1.8em; letter-spacing: 4px; font-weight:normal; text-align: justify; font-family: 'Avenir','Helvetica Neue','Helvetica','Arial';}
  .f_add {
    position: absolute;
    color: #fff;
    font-size: 13px;
    line-height: 1.8em;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: justify;
}
  .f_pri {
    position: absolute;
    color: #fff;
    font-size: 13px;
    line-height: 1.8em;
    letter-spacing: 4px;
    font-weight: normal;
    text-align: justify;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial';
}
  .f_cr {
    position: absolute;
    color: #fff;
    font-size: 13px;
    line-height: 1.8em;
    letter-spacing: 2px;
    font-weight: normal;
    text-align: justify;
}
  

ul {
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
}




/* 画像レイアウト
===================================*/

.bxslider{   
    margin:0px;
}

.bx-wrapper {
    position: relative;
}

.bx-wrapper img {
    width:100%;
}

/*.bx-viewport {
    max-height: 57vh;
}*/


ul.bxslider {
  padding: 0;   /* または padding-left: 0; */
  margin: 0;
}



/* ページャー
===================================*/

.bx-pager {
    text-align: center;
    bottom: 5px;
    position: absolute;
    width: 100%;
}

.bx-pager-item,
.bx-controls-auto-item {
    display: inline-block;

}

.bx-default-pager a {
    background: #c8ecff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.bx-default-pager a:hover,
.bx-default-pager a.active {
    background: #00aeff;
}


/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


/* 枠線の削除
===================================*/

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    margin: 0px auto;
}


/* フルスクリンナビゲーション
===================================*/
.wrap {
  padding: 140px 0 0 0;
}

.content {
  text-align: center;
  font-size: 12px;
  color: #666;
  padding: 0px;
  background-color: #000;  
}

/*ハンバーガーボタン*/

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 170px;
  margin: 0 auto; 
  text-align:center;
  background-color: #262626;
  z-index:197;
}

.headerin {
  position: relative;
  top: 0px;
  left: 0px;
  width: 960px;
  height: 170px;
  margin: 0 auto; 
  text-align:center;
  background-color: #262626;
}


.el_humburger {
    position: absolute;
    top: 52px;
    right: 71px;
    width: 96px;
    height: 92px;
    padding-top: 1px;
    box-sizing: border-box;
    z-index: 199;
    transition: all 1.5s ease-in-out;
    cursor: pointer;
    pointer-events: auto;
}

.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 23px;
  height: 8px;
  background: #fff;
  transition: all 1s ease-in-out;
}
.el_humburger > span:last-child {
  margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
  background: #000;
}

.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(32px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-30px) rotate(45deg);
}


.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

/* カタログ */
.ctlgtxt24 {font-size: 22px; line-height:1.3em; color:#FFF; font-weight:bold;}
.ctlgtxt20 {font-size: 18px; line-height:1.3em; color:#FFF;  }
.ctlgtxt16 {font-size: 16px; line-height:1.3em; color:#FFF;  }
.ctlgrequired { position:relative; top:5px; color:#FFF;  }


/*ナビゲーション*/
.uq_spNavi {
  display: none;
}
.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 198;
}

.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(255 255 255 / 0.95);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.navigation {
  padding: 3px 0px 0px 0px;
  text-align: center;
}

.navigation_item {
  font-ize: 18px;
  margin-bottom: 0px;
  text-align:center;
}

.navigation_item > a {
  color: #000;
  text-decoration: none;
}

.js_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}


.fs_menu {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 12px;
	letter-spacing:4px
	}



/**　新着スクロール　*/

.news {
  width: 840px;
  height: 110px;
  overflow: auto;
  padding:15px 30px 30px 30px;
  border:#CCC 1px solid;
      font-size: 14px;
	  color:#FFF;
	letter-spacing:0px;
	line-height:1.5em;
}


.news_sp {
  width: 705px;
  height: 180px;
  overflow: auto;
  padding:30px 30px 30px 30px;
  border:#CCC 1px solid;
      font-size: 14px;
	  color:#FFF;
	letter-spacing:0px;
	line-height:1.5em;
 }


/**　新着レイアウト　*/

dt{
  float: left;
}

dd{
  margin-left: 5em;
}

dl {
 margin: 0;
 }

/*===========
.scroll-box
===========*/
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.scroll-box div img {
  max-width: 100%;

  vertical-align: top;
}
 
/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
/*===========
.f_area
===========*/
.scroll-box .f_area {
  display: flex;
  justify-content: center;
}
.scroll-box .f_area .f_one {
  width: 100%;
}
.scroll-box .f_area .f_one a {
  display: block;
  overflow: hidden;
  backface-visibility: hidden;
}
.scroll-box .f_area .f_one a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transform: scale(1);
  transition: .5s;
}
.scroll-box .f_area .f_one a img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 2000px) {
  .scroll-box {
    overflow-x: auto;
  }
  .scroll-box .f_area {
    justify-content: flex-start;
    overflow-x: scroll;
    padding: 0 0 15px;
  }
  .scroll-box .f_area .f_one {
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 1024px) {
  .scroll-box .f_area .f_one {
    flex: 0 0 80%;
  }
}


/*===========
ページ内リンク
===========*/

#chair_pc, #harfarmchair_pc, #armchair_pc, #bench_pc, #stool_pc, #dt_pc, #sofa_pc, #tvboard_pc, #lt_pc {
  padding-top: 150px;
  margin-top:-150px;
}

#chair_sp, #harfarmchair_sp, #armchair_sp, #bench_sp, #stool_sp, #dt_sp, #sofa_sp, #tvboard_sp, #lt_sp {
  padding-top: 200px;
  margin-top:-200px;
}

#ibaraki_pc, #yokohama_pc, #toyama_pc, #kanazawa_pc, #karuizawa_pc, #gifu_pc, #minokamo_pc, #izu_pc, #hamamatsu_pc, #nagoya_pc, #chita_pc, #toyama_pc, #mie_pc, #shiga_pc, #kyoto_pc, #osaka_pc, #hiroshima_pc, #takamatsu_pc, #fukuoka_pc {
  padding-top: 130px;
  margin-top:-130px;
}

#ibaraki_sp, #yokohama_sp, #toyama_sp, #kanazawa_sp, #karuizawa_sp, #gifu_sp, #minokamo_sp, #izu_sp, #hamamatsu_sp, #nagoya_sp, #chita_sp, #toyama_sp, #mie_sp, #shiga_sp, #kyoto_sp, #osaka_sp, #hiroshima_sp, #takamatsu_sp, #fukuoka_sp {
  padding-top: 200px;
  margin-top:-200px;
}

/*===========
スクロール矢印
===========*/
.scroll-contents {
  overflow-x: auto; /* x方向にスクロール表示 */
  -webkit-overflow-scrolling: touch; /* スマホでスクロールをスムーズな動きにする */
  position: relative;
}
.scroll-contents:after {
  content:">"; /* 矢印 */
  position: absolute;
  right:50px; /* 初期位置 */
  font-size:150px; /* 大きさ */
	color:#fff; 
  margin-top: -50px;
  top:40%;
  opacity: 0; /* 透明度100%で実質非表示 */
}
.scroll-contents.show:after {
   opacity: 0.6; /* 透明度の変化で表示させる */
   transition: .8s; /* アニメーション */
   right:50px; /* 移動 */
}
.scroll-contents.del:after { /* 矢印を隠す */
   display: none;
}