@charset "Shift_JIS";

/* --------------------------------------------------------------------
	2021.08.04 ヘッダー、ナビ改修
--------------------------------------------------------------------- */
body {
	width: 100%;
	overflow-x: hidden;
}
#headerBlock {
	position: relative;
}
#headerNavRef {
	width: 530px;
	float: right;
	display: flex;
}
#headerNavRef .header_nav_ {
	width: 420px;
	padding: 30px 10px 10px;
	background-color: #f3f3f3;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}
#headerNavRef .header_nav_ .btn_login_ {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 12px 10px 10px 35px;
	background: #939393 url(../img/usr/header/header_login_icon.png) no-repeat left 10px center;
	border-radius: 4px;
}
#headerNavRef .header_nav_ .btn_logout_ {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 12px 10px 10px 35px;
	background: #939393 url(../img/usr/header/header_logout_icon.png) no-repeat left 10px center;
	border-radius: 4px;
}
#headerNavRef .header_nav_ .btn_member_ {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 12px 10px 10px 35px;
	background: #f39200 url(../img/usr/header/header_member_icon.png) no-repeat left 10px center;
	border-radius: 4px;
}
#headerNavRef .header_nav_ .welcomeMessage {
	font-size: 12px;
	right: 10px;
}
#headerNavRef .header_nav_ .header_catch_ {
	font-size: 11px;
	position: absolute;
	top: 8px;
	right: 10px;
}
#headerNavRef .header_nav_ .header_catch_ strong {
	color: #f00;
	font-size: 14px;
}
#headerNavRef .header_cart_ {
	margin-left: 10px;
	position: relative;
}
#headerNavRef .header_cart_ > a {
	display: inline-block;
	width: 95px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 45px 0 5px;
	background: #009ce6 url(../img/usr/header/header_cart_icon.png?20211011) no-repeat right 22px top 12px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#headerNavRef #jscart_replace_count_ {
	display: none;
	color: #fff;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 23px;
	background: #ff6c00;
}
#headerNavRef #jscart_replace_hidden_ {
	display: none;
	position: absolute;
	top: 69px;
	left: -30px;
	width: 160px;
	z-index: 5;
}
#headerBlock .header_search {
	margin-top: 10px;
	padding: 10px;
	background-color: #ffe4ce;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}
#headerBlock .header_search::before {
	content: '';
	width: 300%;
	height: 100%;
	background-color: #ffe4ce;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1;
}
#headerBlock .header_search .search_form_ .keyword_ {
	color: #0d0d0d;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	width: 530px;
	height: 34px;
	border: 1px solid #5f5f5f;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	box-sizing: border-box;
}
#headerBlock .header_search form,
#headerBlock .header_search div {
	z-index: 5;
}
#headerBlock .header_search .search_form_ .keyword_::placeholder {
	color: #909090;
}
#headerBlock .header_search .search_form_ .search_button_ {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px 6px 20px;
	width: 120px;
	height: 34px;
	border: 1px solid #5f5f5f;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-left: -5px;
	letter-spacing: 2px;
	background: #5f5f5f url(../img/usr/header/header_search_icon02.png) no-repeat left 20px center;
	cursor: pointer;
}
#headerBlock .header_search .search_link_ a {
	display: block;
	color: #5f5f5f;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 8px 25px;
	text-align: center;
	width: 110px;
	height: 34px;
	border: 1px solid #5f5f5f;
	background: #fff url(../img/usr/header/header_search_icon03.png) no-repeat left 13px center;
	border-radius: 4px;
	margin-left: 10px;
	box-sizing: border-box;
}
#top_category_list_ {
	display: none;
	width: 960px;
	padding: 0 50px 20px;
	background-color: #f3f3f3;
	box-sizing: border-box;
	position: absolute;
	top: 52px;
	left: 0;
	z-index: 10;
}
#top_category_list_ ul {
	float: left;
	width: 30%;
	margin-top: 30px;
	margin-right: 10px;
}
#top_category_list_ li {
	margin: 0 0 10px;
	padding: 1px 0 0 15px;
	background: url(../img/usr/header/icon_category_nav.png) no-repeat left center;
}
#top_category_list_ li a {
	color: #404040;
	font-size: 12px;
}
/* ----- globalnav ----- */
#headerBlock #globalnav {
	width: 960px;
	height: 52px;
	background: #009ce6;
	position: relative;
	z-index: 2;
}
#headerBlock #globalnav::before {
	content: '';
	width: 300%;
	height: 100%;
	background-color: #009ce6;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1;
}
#headerBlock #globalnav > li {
	float: left;
	width: 160px;
	height: 100%;
	position: relative;
	z-index: 5;
}
#headerBlock #globalnav li::before {
	content: '';
	width: 1px;
	height: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	opacity: .3;
}
#headerBlock #globalnav li:last-child::after {
	content: '';
	width: 1px;
	height: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	opacity: .3;
}
#headerBlock #globalnav > li > a {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-indent: 0;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
#headerBlock #globalnav li#gNavi_cat:hover > a,
#headerBlock #globalnav li#gNavi_cat a:hover,
#headerBlock #globalnav li#gNavi_cat a.active,
#headerBlock #globalnav li#gNavi_item a:hover,
#headerBlock #globalnav li#gNavi_item a.active,
#headerBlock #globalnav li#gNavi_history a:hover,
#headerBlock #globalnav li#gNavi_history a.active,
#headerBlock #globalnav li#gNavi_guide a:hover,
#headerBlock #globalnav li#gNavi_guide a.active,
#headerBlock #globalnav li#gNavi_faq a:hover,
#headerBlock #globalnav li#gNavi_faq a.active,
#headerBlock #globalnav li#gNavi_contact a:hover,
#headerBlock #globalnav li#gNavi_contact a.active
 {
	color: #009ce6;
	background: #f3f3f3;
}
#headerBlock #globalnav li#gNavi_cat a:hover #top_category_list_ {
	display: block;
}
