@charset "utf-8";

/* !background
---------------------------------------------------------- */
#header + div {
	background-color: #fff;
}

/* !common
---------------------------------------------------------- */
#header .ico {
	margin-left: 5px;
	vertical-align: baseline;
}

/* !header
---------------------------------------------------------- */
#header {
	padding-top: 30px;
	width: 100%;
	min-width: 980px;
	background-color: #333;
	color: #ccc;
	text-align: left;
}
#header.white {
	background-color: #fff;
	color: #333;
	text-align: left;
}
	#header a {
		color: #ccc;
	}
	#header.white a {
		color: #333;
	}
	#headerContent {
		margin: 0 auto;
		width: 980px;
		text-align: left;
		display: block;
		min-height: 1%;
	}
	#headerContent:after {
		clear: both;
		content:".";
		display: block;
		height: 0;
		visibility: hidden;
	}
		#headerLogo {
			float: left;
		}
		#headerSearch {
			float: right;
			margin-top: 3px;
			width: 230px;
			height: 35px;
			position: relative;
		}
			#headerSearch input {
				position: absolute;
				top: 0;
				outline: none;
			}
			#headerSearch input[type=text] {
				padding: 10px 5px;
				width: 195px;
				height: 15px;
				line-height: 15px;
				background-color: #666;
				border: none;
				left: 0;
				color: #fff;
			}
			#header.white #headerSearch input[type=text] {
				background-color: #e5e5e5;
				color: #333;
			}
			#headerSearch input[type=submit] {
				left: 195px;
				width: 35px;
				height: 35px;
				text-indent: -9999px;
				background: url(../images/header/btn_header_search02.gif) no-repeat left top;
				border: none;
				cursor: pointer;
			}
			#header.white #headerSearch input[type=submit] {
				background-image: url(../images/header/btn_header_search01.gif);
			}
		#headerLinks {
			float: right;
			margin-top: 6px;
			display: block;
			min-height: 1%;
		}
		#headerLinks:after {
			clear: both;
			content:".";
			display: block;
			height: 0;
			visibility: hidden;
		}
			#headerLinks li {
				float: right;
				padding: 0 20px 0 15px;
				background: url(../images/header/ico_header_arrow01.png) no-repeat left 0.45em;
				line-height: 1.5;
			}
			#header.white #headerLinks li {
				background-image: url(../images/header/ico_header_arrow02.png);
			}
				#headerLinks li a {
					font-size: 85.71%;
					text-decoration: none;
				}
				#headerLinks li a:hover,
				#headerLinks li a:focus {
					text-decoration: underline;
				}
	#headerMenuBtn,
	#dropMenuWrap_sp #headerLinks_sp {
		display: none;
	}
/* is-fixed */
#header.is-fixed:not(.is-rw) {
		padding: 0;
		position: fixed;
		top: -150px;
		z-index: 10000;
}
#header.is-static {
		position: static;
		padding-top: 0;
}
		#header.is-static #headerContentIn,
		#header.is-fixed:not(.is-rw) #headerContentIn {
				position: relative;
		}
		#header.is-static #headerLogo,
		#header.is-fixed:not(.is-rw) #headerLogo {
				margin-top: 12px;
		}
			#header.is-static #headerLogo img,
			#header.is-fixed:not(.is-rw) #headerLogo img {
					width: 120px;
					height:auto;
			}
			#header.is-static #headerLogo img,
			#header.is-static #headerSearch,
			#header.is-static #headerLinks li,
			#header.is-fixed #headerLogo img,
			#header.is-fixed #headerSearch,
			#header.is-fixed #headerLinks li {
					display: none;
			}
			#header.is-static #headerLogo img:first-child,
			#header.is-fixed #headerLogo img:first-child {
					display:inline-block;
			}
		#header.is-static #headerSearch,
		#header.is-fixed:not(.is-rw) #headerSearch {
				width: 100%;
				position: absolute;
				left: 0;
				top: 50px;
				margin: 0;
				background-color: #444;
				padding: 32px 0;
				text-align: center;
				z-index: 10000;
		}
				#header.is-static #headerSearch form,
				#header.is-fixed:not(.is-rw) #headerSearch form {
						position: relative;
						display: block;
						width: 480px;
						margin: 0 auto;
				}
				#header.is-static #headerSearch input[type=text],
				#header.is-fixed:not(.is-rw) #headerSearch input[type=text] {
						width: 444px;
						background-color: #fff;
						color: #333;
				}
				#header.is-static #headerSearch input[type=submit],
				#header.is-fixed:not(.is-rw) #headerSearch input[type=submit] {
						right: 0;
						left: auto;
						background-image: url(../images/header/btn_header_search01.gif);
				}
		#header #headerSearch form .close {
				display:none;
		}
		#header.is-static #headerSearch form .close,
		#header.is-fixed:not(.is-rw) #headerSearch form .close {
				display:block;
				position:absolute;
				right: -250px;
				top: 0;
				cursor:pointer;
		}
		#header.is-static #headerLinks,
		#header.is-fixed #headerLinks {
				margin-top: 3px;
		}
		#header.is-static #headerLinks li:first-child,
		#header.is-fixed:not(.is-rw) #headerLinks li:first-child {
				display: block;
				margin: 11px 52px 0 0;
        padding-left: 12px;
				padding-right: 0;
				background-position: left 0.5em;
				line-height: 21px;
		}
				#header.is-static #headerLinks li:first-child a,
				#header.is-fixed:not(.is-rw) #headerLinks li:first-child a {
						font-size: 10px;
				}
		.js-search-trigger {
				display: none;
				position: absolute;
				right: 0;
				top: 7px;
				width: 42px;
				height: 43px;
				background: url(../images/header/btn_header_search03_v230612.gif) no-repeat 0 top;
				z-index: 10001;
		}
		#header.white .js-search-trigger {
				background-image: url(../images/header/btn_header_search03_white_v230612.png);
		}
		.js-search-trigger:hover,
		.js-search-trigger.is-active {
				background-position: 0 bottom;
				z-index: 10002;
		}
		#header.is-static .js-search-trigger,
		#header.is-fixed:not(.is-rw) .js-search-trigger {
				display: block;
		}
		.js-search-trigger-rw {
				display: none;
		}

/* !gNavi
---------------------------------------------------------- */
#gNavi {
	display: block;
	margin-top: 28px;
}
	#gNavi ul {
		display: block;
		margin: 0 auto;
		width: 980px;
		height: 65px;
		position: relative;
		z-index: 10001;
	}
	#gNavi ul:before {
		position: absolute;
		left:0;
		top: 0;
		width: 1px;
		height: 55px;
		background-color: #666;
		content: "";
	}
	#header.white #gNavi ul:before {
		background-color: #ccc;
	}
		#gNavi li {
			overflow: hidden;
			position: relative;
			float: left;
			width: 122px;
			height: 65px;
		}
		#gNavi li#gNav01 {
			margin-left: 1px;
		}
		#gNavi li#gNav05 {
			width: 125px;
		}
		#gNavi li:after {
			position: absolute;
			right:0;
			top: 0;
			width: 1px;
			height: 55px;
			background-color: #666;
			content: "";
		}
		#header.white #gNavi li:after {
			background-color: #ccc;
		}
		#gNavi li#gNav03_sp { display: none; }
			#gNavi li a {
				margin-right: 1px;
				display: -webkit-flex;
				display: flex;
				-webkit-align-items: center;
				align-items: center;
				justify-content: center;
				height: 55px;
				padding-bottom: 10px;
				text-align: center;
				font-size: 13px;
				font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
				position: relative;
				text-decoration: none;
				line-height: 1.3;
			}
			#gNavi li.current a { padding-bottom: 0; }
			#gNavi li.current a:hover,
			#gNavi li.current.active a { padding-bottom: 10px; }
			#gNavi li.active a,
			#gNavi li a:hover,
			#gNavi li.current a {
				background-color: #444 !important;
			}
			#header.white #gNavi li a:after,
			#header.white #gNavi li:first-child a:before {
				background-color: #ccc;
			}
			#header.white #gNavi li.active a,
			#header.white #gNavi li a:hover,
			#header.white #gNavi li.current a:focus {
				color: #ccc;
			}
			#header.white #gNavi li.current a {
				background-color: #f0f0f0 !important;
			}
/* is-fixed */
#header.is-static #gNavi,
#header.is-fixed:not(.is-rw) #gNavi {
    width: 980px;
    margin: -31px auto 0;
}
	#header.is-static #gNavi ul,
    #header.is-fixed:not(.is-rw) #gNavi ul {
        width: 721px;
        height: 43px;
        margin-left: 124px;
    }
	#header.is-static #gNavi ul:before,
    #header.is-fixed:not(.is-rw) #gNavi ul:before { height: 35px; }
		#header.is-static #gNavi ul li,
        #header.is-fixed:not(.is-rw) #gNavi ul li {
            width: 90px;
            height: 43px;
        }
		#header.is-static #gNavi ul li:after,
        #header.is-fixed:not(.is-rw) #gNavi ul li:after { height: 35px; }
		#header.is-static #gNavi li#gNav03_sp,
		#header.is-fixed:not(.is-rw) #gNavi li#gNav03_sp { display: none; }
			#header.is-static #gNavi li a,
			#header.is-fixed:not(.is-rw) #gNavi li a {
				height: 35px;
				font-size: 10px;
				padding-bottom: 8px;
			}

/* !dropMenu
---------------------------------------------------------- */
#dropMenuWrap {
	margin-top: -1px;
	width: 100%;
	min-width: 980px;
	background-color: #444;
	border-top: 1px solid #333;
	position: absolute;
	z-index: 10000;
	overflow: hidden;
}
#header.white #dropMenuWrap {
	border-top: 1px solid #ccc;
}
	#dropMenu {
		display: none;
		margin: 0 auto;
		width: 980px;
	}
		#dropMenu > li {
			display: none;
			padding: 32px 0 40px;
			min-height: 1%;
		}
		#dropMenu > li:after {
			clear: both;
			content:".";
			display: block;
			height: 0;
			visibility: hidden;
		}
			#dropMenu .dropMenuHeader01 {
				margin-bottom: 35px;
				display: block;
				min-height: 1%;
			}
			#dropMenu .dropMenuHeader01:after {
				clear: both;
				content:".";
				display: block;
				height: 0;
				visibility: hidden;
			}
				#dropMenu .dropMenuHeader01 .category {
					float: left;
					color: #fff;
					font-size: 142.85%;
					font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
				}
					#dropMenu .dropMenuHeader01 .category a {
						/*margin-left: 30px;*/
						padding-left: 18px;
						background: url(../images/header/ico_header_arrow_l01.png) no-repeat left center;
						color: #fff;
						/*font-size: 70%;*/
						text-decoration: none;
					}
					#dropMenu .dropMenuHeader01 .category a:hover,
					#dropMenu .dropMenuHeader01 .category a:focus {
						text-decoration: underline;
					}
				#dropMenu .dropMenuHeader01 .close {
					float: right;
					cursor: pointer;
				}
					#dropMenu .dropMenuHeader01 .close img {
						width: 31px;
						height: 32px;
					}
			#dropMenu .dropMenuContent01 {
				margin-right: -23px;
				display: block;
				min-height: 1%;
			}
			#dropMenu .dropMenuContent01:after {
				clear: both;
				content:".";
				display: block;
				height: 0;
				visibility: hidden;
			}
				#dropMenu .dropMenuContent01 > li {
					float: left;
					margin-right: 20px;
					width: 230px !important;
				}
				#dropMenu .dropMenuContent01.column3 > li {
					width: 314px !important;
				}
			#dropMenu .btnBox01 {
				display: block;
				text-decoration: none;
			}
			#dropMenu .btnBox01 img {
                vertical-align: top;
				filter: alpha(opacity=100);
				-moz-opacity: 1;
				opacity: 1;
			}
			#dropMenu .btnBox01:hover img {
				filter: alpha(opacity=85);
				-moz-opacity: 0.85;
				opacity: 0.85;
			}
				#dropMenu .btnBox01 .txtBox {
					display: table;
					width: 100%;
					background-color: #222;
					color: #fff;
				}
				#dropMenu .btnBox01:hover .txtBox {	background-color: #666;	}
					#dropMenu .btnBox01 .txtBox .inner {
						display: table-cell;
						padding: 0 0 0 14px;
						vertical-align: middle;
					}
						#dropMenu .btnBox01 .inner .tit {
							padding: 2px 0 0 15px;
							background: url(../images/header/ico_header_arrow_l01.png) no-repeat left 54%;
							font-size: 114.28%;
						}
						#dropMenu .btnBox01 .inner .titM  { font-size: 100%; line-height: 1.5;}
						#dropMenu .btnBox01 .inner .titM  span { font-size: 85.71%;}
						#dropMenu .btnBox01 .inner .txt {
							font-size: 85.71%;
							margin: 5px 0 0 16px;
						}
				#dropMenu .btnBox01.type01 {
				}
					#dropMenu .btnBox01.type01 .inner {
						height: 55px;
					}
				#dropMenu .btnBox01.type02 {
					margin-top: 20px;
					position:relative;
				}
				#dropMenu .btnBox01.type02:first-child {
					margin-top: 0;
				}
					#dropMenu .btnBox01.type02 .img {
						position: absolute;
						left: 0;
						top: 0;
					}
					#dropMenu .btnBox01.type02 .inner {
						padding-left: 98px;
						height: 90px;
					}
						#dropMenu .btnBox01.type02 .inner .tit {
							color: #e5e5e5;
						}
				#dropMenu .btnBox01.type03 {
				}
					#dropMenu .btnBox01.type03 .inner {
						height: 100px;
					}
			#dropMenu .list01 {
			}
				#dropMenu .list01 li {
					display: table;
					padding: 10px 0 8px 31px;
					width: 100%;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					border-bottom: 1px solid #777;
					background: url(../images/header/ico_header_arrow_l01.png) no-repeat 10px 53%;
					font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
				}
				#dropMenu .list01 li:first-child {
					border-top: 1px solid #777;
				}
					#dropMenu .list01 li a {
						display: table-cell;
						vertical-align: middle;
						color: #fff;
						text-decoration:none;
					}
					#dropMenu .list01 li:hover {
						background-color: #666;
					}
/* !mobile-menu
---------------------------------------------------------- */
  #brand-list-cover{
    overflow: hidden;
    margin: 15px 10px;
    width: 250px;
  }
  #brand-list-cover  span{
    display: inline-block;
    float: left;
    width: 124px;
    height: 45px;
    margin-bottom: 1px;
  }
  #brand-list-cover  span:nth-child(odd){
      margin-right: 1px;
  }
  #brand-list-cover  span a{
    padding: 0;
    width: 124px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
  }
  #brand-list-cover  span img{
    position: relative;
    display: block;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
  }
  #brand-list-cover  span img{
    width: 124px;
    height: auto;

  }

	.mobile-menu {
		display: none;
	}
