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:1100px; margin-left:auto; margin-right:auto;  }
.contents { width:1100px; margin-left:auto; margin-right:auto;  }


body {
	min-width:1100px;
	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: #4F4A48;
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: 210px;  
	z-index: 200;
}

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

div#headerArea2nd {  
    position: fixed !important;  
    position: absolute;  
    top: 0;  
    text-align:center;
	width:100%;
    height: 70px;  
    background-color:#FFF;
	z-index: 200;
}

div#footerArea2nd {  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    text-align:center;
	width:100%;
    height: 70px;  
    background-color:#78A05F;
	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:#656558;
	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:#8D9075;
}



.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;
}


.btn_concept {
	position: relative;
	width: 130px;
	height: 100px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}

.btn_products {
	position: relative;
	width: 134px;
	height: 100px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}


.btn_shop {
	position: relative;
	width: 101px;
	height: 100px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}


.btn_coordinate {
	position: relative;
	width: 162px;
	height: 100px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}


.btn_access {
	position: relative;
	width: 142px;
	height: 100px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}


.btn_concept 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_concept:hover img:nth-of-type(2) {
	opacity: 0;
}

.btn_products 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_products:hover img:nth-of-type(2) {
	opacity: 0;
}

.btn_shop 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_shop:hover img:nth-of-type(2) {
	opacity: 0;
}


.btn_coordinate 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_coordinate:hover img:nth-of-type(2) {
	opacity: 0;
}

.btn_access 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_access:hover img:nth-of-type(2) {
	opacity: 0;
}




/**　商品ページ作り込み内文字　*/
  .text_midashi { width:1000px;text-align:left;font-size:13px;letter-spacing:28px;font-weight:normal; margin-left:50px;}



  .text_ll_white {position: absolute; color: #fff; font-size: 32px; line-height:1em; 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_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_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_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;}

  .pc_top18px {position: absolute; color: #fff; font-size: 18px; line-height:1.8em; letter-spacing:0px; 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_top14px_footer {position: absolute; color: #fff; font-size: 14px; line-height:1.6em; 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_top13px_n {color: #fff; font-size: 13px; 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';}




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

.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: 210px;
  margin: 0 auto; 
  text-align:center;
  background-color: #4F4A48;
  z-index:197;
}

.headerin {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1100px;
  height: 210px;
  margin: 0 auto; 
  text-align:center
  background-color: #4F4A48;
}


.el_humburger {
	position: absolute;
	top: 98px;
	right: 63px;
	width: 77px;
	height: 70px;
	padding-top: 1px;
	box-sizing: border-box;
	z-index: 199;
	transition: all 0.7s ease-in-out;
	cursor: pointer;
	pointer-events: auto;
}

.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  height: 8px;
  background: #fff;
  transition: all 0.2s 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(13px) rotate(-45deg);
}

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

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-23px) 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);
}


/*ナビゲーション*/
.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: rgba(255, 255, 255, 0.95);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

.navigation_item {
  font-ize: 18px;
  margin-bottom: 20px;
  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: 835px;
  height: 160px;
  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: 8em;
}
