@charset "utf-8";
/* CSS Document */
.boxinner {
	margin: 0 auto;
	width: 1200px;
}
.light:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}

/*header*/
#header .header_logo {
	position: absolute;
	padding-top: 16px;
	font-size: 0 !important;
}
#header .header_logo img {
	width: 276px;
}
#header .headerUpper {
	margin-bottom: 18px;
}
#header #userNavi {
	float: right;
	padding-top: 20px;
}
#header #userNavi > div {
	float: left;
}
#header #userNavi > div + div {
	position: relative;
	margin-left: 41px;
}
#header #userNavi > div + div:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -20px;
	width: 1px;
	height: 20px;
	background: #d2d0d0;
}
#header #userNavi #keySearch {
	letter-spacing: -.4em;
}
#header #userNavi #keySearch .keySearch_select {
    position: relative;
    display: inline;
}
#header #userNavi #keySearch .keySearch_select:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
	margin-top: -11px;
    width: 1px;
    height: 22px;
    background: #666666;
}
#header #userNavi #keySearch select {
    border: none;
    width: 160px;
    height: 30px;
    background: #f0f0f0;
    letter-spacing: normal;
	font-size: 0.86em;
    font-family: "genno", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header #userNavi #keySearch input {
    border: none;
    padding: 2px 0 3px;
    width: 220px;
	height: 30px;
    background: #f0f0f0;
	letter-spacing: normal;
    font-family: "genno", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header #userNavi #keySearch input[type='text'] {
	padding: 0 3px;
}
#header #userNavi #keySearch input[type='text']::-ms-clear {
	visibility:hidden;
}
#header #userNavi #keySearch input[type='text'] + a {
	width: 1em;
	margin-top: -0.5em;
}
#header #userNavi #keySearch input[type='button'] {
	overflow: hidden;
    width: 50px;
	height: 30px;
    background: #666 url(/shop/image/top/common/images/search_ico.png) no-repeat center;
	background-size: 16px 16px;
	text-indent: -200%;
    vertical-align: bottom;
    cursor: pointer;
}
#header #userNavi #rankInfomation #rank_txt p.txt {
	position: relative;
	padding-left: 33px;
	font-size: 0.86em;
	line-height: 14px;
	letter-spacing: 0;
}
#header #userNavi #rankInfomation #rank_txt p.txt:before {
	position: absolute;
	left: 0;
	content: "";
	background-image: url(/shop/image/top/common/images/ico_regular.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 29px auto;
	width: 29px;
	height: 30px;
}
#header #userNavi #rankInfomation #rank_txt.regular p.txt:before {
	background-image: url(../images/ico_regular.png);
}
#header #userNavi #rankInfomation #rank_txt.bronze p.txt:before {
	background-image: url(../images/ico_bronze.png);
}
#header #userNavi #rankInfomation #rank_txt.silver p.txt:before {
	background-image: url(../images/ico_silver.png);
}
#header #userNavi #rankInfomation #rank_txt.gold p.txt:before {
	background-image: url(../images/ico_gold.png);
}
#header #userNavi #rankInfomation #rank_txt.platinum p.txt:before {
	background-image: url(../images/ico_platinum.png);
}
#header #userNavi #rankInfomation #rank_txt.diamond p.txt:before {
	background-image: url(../images/ico_diamond.png);
}
#header .hoverMenu {
    position: absolute;
    top: 100%;
    right: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    z-index: 2;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	font-size: 0.86em;
    visibility: hidden;
	letter-spacing: 0;
}
#header .hoverMenu > * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header #toMyPage,
#header #cartBox {
	position: relative;
}
#header #toMyPage:hover .mypageContent,
#header #cartBox:hover .cartContent {
    visibility: visible;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
#header #toMyPage > p > a {
    display: block;
    width: 50px;
	height: 30px;
	background: url(/shop/image/top/common/images/ico_mypage.png) no-repeat;
    text-indent: -200%;
	white-space: nowrap;
    overflow: hidden;
}
#header #toMyPage .mypageContent {
	width: 256px;
	border: 1px solid #666666;
	background: #fff;
}
#header #toMyPage .mypageContent .status {
	background: #666666;
	height: 76px;
	color: #fff;
}
#header #toMyPage .mypageContent .status p {
	position: relative;
	top: 50%;
	text-align: center;
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#header #toMyPage .mypageContent .btnLogin {
	overflow: hidden;
	padding: 20px 27px 20px 20px;
}
#header #toMyPage .mypageContent .btnLogin .btn {
	display: block;
	float: left;
	margin-right: 22px;
	width: 96px;
	background: #666666;
	line-height: 32px;
	text-align: center;
	color: #fff;
}
#header #toMyPage .mypageContent .btnLogin .btn + a {
	position: relative;
	float: right;
	display: block;
	line-height: 1;
	margin-top: 11px;
	padding-right: 16px;
}
#header #toMyPage .mypageContent .btnLogin .btn + a:hover {
	text-decoration: underline;
}
#header #toMyPage .mypageContent .btnLogin .btn + a:before {
	position: absolute;
    content: "";
    top: 50%;
	margin-top: -2px;
    right: 2px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
}
#header #cartBox > #cart_item_nums[data-cart-items]:before {
    content: attr(data-cart-items);
    position: absolute;
    line-height: 30px;
    right: 10px;
    letter-spacing: 0;
    z-index: 5;
    width: 30px;
    text-align: center;
}
#header #cartBox > p a {
	position: relative;
	display: block;
    width: 80px;
    height: 30px;
    background: url(/shop/image/top/common/images/img_cart.png) no-repeat;
    text-indent: -200%;
	white-space: nowrap;
    overflow: hidden;
}
#header #cartBox .cartContent {
	border: 1px solid #666666;
	background: #fff;
}
#header #cartBox .cartContent div.itemStatus {
	padding: 0 20px;
	height: 75px;
	min-width: 244px;
	background: #666666;
	color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#header #cartBox .cartContent div.itemStatus.empty {
	min-width: 166px;
}
#header #cartBox .cartContent div.itemStatus p {
	position: relative;
	top: 50%;
	text-align: center;
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#header #cartBox .cartContent div.itemStatus p span {
	display: inline-block;
}
#header #cartBox .cartContent div.itemStatus p span.itemNum {
	margin-right: 10px;
}
#header #cartBox .cartContent .cartBoxItem {
	height: 236px;
	overflow: scroll;
}
#header #cartBox .cartContent .cartBoxItem ul {
	margin: 18px 19px 20px 29px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d0d0;
}
#header #cartBox .cartContent .cartBoxItem ul li {
	display: table;
}
#header #cartBox .cartContent .cartBoxItem ul li + li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d2d0d0;
}
#header #cartBox .cartContent .cartBoxItem ul li > * {
	display: table-cell;
	vertical-align: middle;
}
#header #cartBox .cartContent .cartBoxItem ul li > p.cartImg {
	padding-right: 10px;
	width: 40px;
}
#header #cartBox .cartContent .cartBoxItem ul *+p {
	margin-top: 0;
	line-height: 1.14;
}
#header #cartBox .cartContent .itemcartName {
	margin-top: -3px;
}
#header #cartBox .cartContent .itemcartName a:hover {
	text-decoration: none;
}
/**/
#header #gNavi {
	display: table;
	border-top: 1px solid #d2d0d0;
}
#header #gNavi > ul {
	position: relative;
}
#header #gNavi > ul > li {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}
#header #gNavi > ul > li > a {
	display: block;
	width: 200px;
	height: 59px;
    line-height: 59px;
	text-align: center;
	letter-spacing: 0;
	text-decoration: none;
    color: #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header #gNavi > ul > li:hover > a {
	border-bottom: 5px solid #030202;
}
/* gNav 変更箇所 start */
#header #gNavi ul > li .ddMenu {
    position: absolute;
    top: 100%;
	width: 600px;
    box-shadow: 3px 3px 15px 0 rgba(0,0,0,0.2);
    text-indent: 0;
    visibility: hidden;
    z-index: 2;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	font-size: 0.89em;
}
#header #gNavi ul > li:hover .ddMenu {
    visibility: visible;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
#header #gNavi ul > li.gNavi_ctg .ddMenu {
	left: 0;
}
#header #gNavi ul > li.gNavi_gallery .ddMenu {
	left: 200px;
}
#header #gNavi ul > li.gNavi_showroom .ddMenu {
	left: 400px;
}
#header #gNavi ul > li.gNavi_support .ddMenu {
	left: 400px;
}
#header #gNavi ul > li.gNavi_service .ddMenu {
	right: 0;
}
#header #gNavi ul > li:hover .ddMenu .ddMenuInner {
	width: 600px;
}
#header #gNavi ul > li .ddMenu ul {
	overflow: hidden;
	padding: 20px 0 0 20px;
	background: #fff;
}
#header #gNavi ul > li .ddMenu ul li {
	padding-bottom: 20px;
	width: 190px;
	float: left;
}
/* gNav 変更箇所 end */
/* #header #gNavi ul > li .ddMenu ul li:nth-child(6n) {
	width: 180px;
} */
#header #gNavi ul > li .ddMenu ul li a {
	display: block;
	color: #333;
    text-decoration: none;
}
#header #gNavi ul > li .ddMenu ul li:hover a {
	text-decoration: underline;
}
#header #gNavi ul > li .ddMenu li span {
	display: table-cell;
    vertical-align: middle;
	padding-right: 7px;
	letter-spacing: 0;
	line-height: 1.5rem;
}
/**/
.headTxt {
	margin-bottom: 29px;
	font-size: 1.14em;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1;
}
/**/
#side {
	width: 180px;
}
#side .categoryArea {
	padding: 29px 10px 20px;
	border-top: 5px solid #1e1e1e;
	background: #fff;
}
#side .categoryArea ul {
	margin-top: 29px;
	border-bottom: 1px solid #f3f1f1;
}
#side .categoryArea ul li {
	position: relative;
	border-top: 1px solid #f3f1f1;
	font-size: 0.93em;
	line-height: 1.4;
	letter-spacing: 0;
}
#side .categoryArea > ul > li.hasMenu:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2.5px;
	width: 5px;
	height: 5px;
	border: 1px solid;
	border-color: #333 #333 transparent transparent;
	transform: rotate(45deg);
}
#side .categoryArea ul li a {
	color: #333;
	text-decoration: none;
	display: block;
    height: 100%;
    padding: 8px 5px;
}
#side .categoryArea ul li a:hover {
	text-decoration: underline;
}
#side .categoryArea ul li .ddMenu {
    position: absolute;
    top: 0;
    left: 170px;
	padding: 0 10px;
    width: 190px;
    box-shadow: 3px 3px 15px 0 rgba(0,0,0,0.2);
    text-indent: 0;
    visibility: hidden;
    z-index: 2;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	background: #fff;
	font-size: 1.08em;
}
#side .categoryArea ul li:hover .ddMenu {
    visibility: visible;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
#side .categoryArea ul li .ddMenu ul {
	margin-top: 0;
	border-bottom: none;
}
#side .categoryArea ul li .ddMenu ul li:first-child {
	border-top: none;
}
#side .bnr {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 5px solid #1e1e1e;
}
#side .bnr .headTxt {
	margin: 0 10px 29px;
}
#side .bnr ul li + li {
	margin-top: 20px;
}
#side .bnr ul li .bnrImg img {
	width: 180px;

}
#side .bnr ul li .bnrTxt {
	position: relative;
    margin-top: -15px;
    margin-left: -10px;
	padding: 7px 7px 8px 10px;
	width: 160px;
	background: rgba(255,255,255,0.8);
	font-size: 0.93em;
	line-height: 1.4;
    letter-spacing: 0;
}
/**/
#btnPageTop {
    position: fixed;
    bottom: 50px;
    right: 30px;
	letter-spacing: 0.1em;
	z-index: 1;
}
#btnPageTop a {
    background: url(/shop/image/top/common/images/pageTop.png) no-repeat;
	white-space: nowrap;
	text-indent: -200%;
	overflow: hidden;
    width: 60px;
	height: 60px;
    display: block;
}
/**/
#btmBox {
	margin-top: 50px;
	padding: 50px 0 20px;
	background: #7c7c7c;
	color: #fff;
    min-width: 1200px;
}
#btmBox a {
	color: #fff;
	text-decoration: none;
}
#contactBox {
    box-sizing: border-box;
	margin-bottom: 39px;
	padding: 29px 0 31px;
	border: 1px solid #cccccc;
}
#contactBox .contactHead {
	padding:0 0 29px;
	font-size: 1.29em;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
#contactBox ul {
	overflow: hidden;
}
#contactBox ul li {
	width: 33%;
	float: left;
	text-align: center;
}
#contactBox dl {
	margin-top: -2px;
}
#contactBox dt, #contactBox .contactNum {
    display: inline;
    font-size: 2.14em;
    font-weight: bold;
	line-height: 1;
}
#contactBox dt:after {
    content: '：';
}
#contactBox li {
	height: 90px;
}
#contactBox li + li {
	border-left: 1px solid #cccccc;
}
#contactBox li.tel .contactNum + .contactTxt {
	margin-top: 20px;
    line-height: 1;
}
#contactBox li.fax .contactNum + .contactTxt {
	margin-top: 25px;
}
#contactBox .contactTxt {
	line-height: 1.8;
}
#contactBox li.form .linkBtn a {
	position: relative;
    display: inline-block;
    color: #666666;
    font-size: 1.29em;
    font-weight: bold;
	width: 320px;
    line-height: 31px;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#contactBox li.form .linkBtn a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 14px;
    margin-right: 9px;
    background: url(/shop/image/top/common/images/ico_contact.png) no-repeat center;
}
#contactBox li.form .contactTxt {
	margin-top: 13px;
}
#contactBox li.form .contactTxt a {
	display: block;
    font-size: 0.93em;
}
#contactBox li.form .contactTxt a:hover {
	text-decoration: underline;
}
/**/
#footNavi {
	letter-spacing: 0.1em;
}
#footNavi a:hover {
	text-decoration: underline;
}
#footNavi .boxinner > ul {
	overflow: hidden;
}
#footNavi .boxinner > ul > li {
	padding: 8px 13px 0 13px;
	float: left;
	height: 375px;
	border-left: 1px solid #cccccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footNavi .boxinner > ul > li:last-child {
	border-right: 1px solid #cccccc;
}
#footNavi .boxinner > ul > li ul li {
	line-height: 1.2;
	margin: 14px auto;
}
#footNavi li .navTtl {
	font-size: 1.29em;
	line-height: 1;
	font-weight: bold;
}
#footNavi li .navTtl a {
	font-weight: bold;
}
#footNavi li.footNav_corporate .navTtl {
	margin-top: -7px;
	line-height: 1.3;
}
#footNavi dl dt {
	margin-bottom: 20px;
}
#footNavi dl dd {
	font-size: 0.93em;
	line-height: 2.1;
}
#footNavi li.footNav_item {
	overflow: hidden;
	width: 350px;
}
#footNavi li.footNav_item ul {
	float: left;
}
#footNavi li.footNav_item ul + ul {
	margin-left: 25px;
}
#footNavi li.footNav_gallery {
	width: 170px;
}
#footNavi li.footNav_showroom {
	width: 170px;
}
#footNavi li.footNav_catalog {
	width: 170px;
}
#footNavi li.footNav_support {
	width: 170px;
}
#footNavi li.footNav_corporate {
	width: 170px;
}
/**/
ul.snsBtnList {
	overflow: hidden;
	margin-top: 30px;
	text-align: center;
	letter-spacing: -.40em;
}
ul.snsBtnList li {
	letter-spacing: normal;
	display: inline-block;
}
ul.snsBtnList li + li {
	margin-left: 21px;
}
ul.snsBtnList li img {
	width: 34px;
	height: 34px;
}
/**/
#footer {
	position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
	background: #1e1e1e;
	overflow: hidden;
    min-width: 1200px;
}
#footer > * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer *+p {
	margin-top: 0;
}
#footer p.guide {
	padding-top: 10px;
	float: left;
	line-height: 1.1;
}
#footer p.guide a {
	padding: 0 10px;
	border-left: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}
#footer p.guide a + a {
	border-right: border-right: 0;
}
#footer p.guide a:last-child {
	border-right: 1px solid #fff;
}
#footer p.guide a:hover {
	text-decoration: underline;
}
#footer .globalsign {
	float: right;
	display: table;
	min-height: 63px;
}
#footer .globalsign > * {
	display: table-cell;
	vertical-align: middle;
}
#footer .globalsign p {
	position: relative;
	padding-left: 11px;
	font-size: 0.86em;
	text-align: left;
	color: #999999;
	line-height: 1.8;
}
#footer .copy {
    position: absolute;
    top: 85px;
	font-size: 0.86em;
	color: #999999;
	line-height: 1;
}
/* ノウム */
body.formPage-novum #header {
	margin: 0;
}
body.formPage-novum #header #keySearch {
	display: none;
}
body.formPage-novum #header fieldset {
	border: none;
    margin: 0;
    padding: 0;
}
body.formPage-novum #header .cartContent .itemStatus >div {
	margin-top: 0 !important;
}
body.formPage-novum div.container_ {
	margin-top: 0;
}
body.formPage-novum #footer {
	margin-top: 0;
	padding: 0;
	border: none;
}
/**/
#header .np-item-suggest .img {
	max-width: 70px !important;
}
#header .np-item-suggest .img img {
  width: 70px !important;
}
#header .np-item-suggest .item .item_desc {
  font-size: 13px;
}
#header .np-item-suggest .item a {
  width:220px;
}
#pageTop header h1 {
	max-width: inherit;
}

/* 一番下に移動　190917 */
.sp {
	display:none !important;
}

#header .header_logo_only {
	padding-top: 16px;
	font-size: 0 !important;
}
#header .header_logo_only img {
	width: 276px;
}
#footer_copyright_only {
    margin-top:50px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
	background: #1e1e1e;
	overflow: hidden;
    min-width: 1200px;
}
#footer_copyright_only .globalsign {
	float: right;
	display: table;
	min-height: 63px;
}
#footer_copyright_only .globalsign > * {
	display: table-cell;
	vertical-align: middle;
}
#footer_copyright_only .globalsign p {
	position: relative;
	padding-left: 11px;
	font-size: 0.86em;
	text-align: left;
	color: #999999;
	line-height: 1.8;
}
#footer_copyright_only .boxinner {
    top: 65px;
	font-size: 0.86em;
	color: #999999;
	line-height: 1;
}
