@charset "Shift_JIS";

/* ---------------------------------------
 HEADER 1段目
---------------------------------------- */
#header02 {
  background: #F2F2F2;
  position: relative;
  z-index: 111;
}
#header02 .lead_ {
  margin-top: 15px;
  display: inline;
}
#header02 #header_top {
  max-width: 1440px;
	min-width: 1240px;
	height: 86px;
	padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ロゴ */
#header02 #header_top #sitelogo {
	width: 270px;
  margin: 0 36px 0 0;
  line-height: 0;
}

/* 検索窓 */
#header02 #header_top form {
  width: calc(100% - 710px);
  margin: 0 auto 0 0;
  border: none;
  border-radius: 0;
  position: relative;
  background: none;
  z-index: 10;
}
#header02 .box_search_ {
  position: static;
}
#header02 .box_search_ .search_input_ {
  width: 100%;
  padding: 0;
  margin: 0;
  border: #E8E8E8 1px solid;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
#header02 .box_search_ .search_input_ input#keyword {
  width: 100%;
  height: 52px;
	min-height: 52px;
  padding: 0 17px 0 40px;
	margin: 0;
  border: none;
  border-radius: 6px;
  outline: none;
	display: flex;
	align-items: center;
}
#header02 .box_search_ .search_input_ input[type="image"] {
  width: 15px;
	height: 15px;
	margin: 0;
  position: absolute;
  top: calc(50% - 7.5px);
  left: 17px;
}
#header02 .show_panel_ .search_wrap_deletebtn {
	width: 12px;
	height: 12px;
	margin: auto 0;
	background: url(../../img/usr/sp/panelclosebtn.png) center center no-repeat;
	background-size: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	z-index: 9999999999999999;
	cursor: pointer;
}

/* 各種アイコンメニュー */
#header02 .header_menu_ {
	width: 360px;
	height: 52px;
  padding: 0;
  display: flex;
	justify-content: space-between;
  align-items: center;
}
#header02 .header_menu_ > li {
  min-width: 54px;
	height: 100%;
  position: relative;
}
#header02 .header_menu_ > li > a,
#header02 .header_menu_ > li > span,
#header02 .header_menu_ .cart_ .cart_box_ > a {
  padding: 35px 0 0;
  font-size: 12px;
  text-align: center;
	text-decoration: none;
	letter-spacing: -0.5px;
	white-space: nowrap;
	word-break: keep-all;
  color: #000;
  display: block;
}
#header02 .header_menu_ .mypage_ > span,
#header02 .header_menu_ .mypage_ > a { background: url(../../img/usr/common/header/icon_mypage02.png) center 5px no-repeat;}
#header02 .header_menu_ .history_ a  { background: url(../../img/usr/common/header/icon_history.png)  center 5px no-repeat;}
#header02 .header_menu_ .bookmark_ a { background: url(../../img/usr/common/header/icon_bookmark.png) center 5px no-repeat;}
#header02 .header_menu_ .quickorder_ a { background: url(../../img/usr/common/header/icon_quickorder.png) center 5px no-repeat;}
#header02 .header_menu_ .cart_ .cart_box_ > a { background: url(../../img/usr/common/header/icon_cart02.png) center 5px no-repeat;}
#header02 .header_menu_ .nav_ span { background: url(../../img/usr/common/header/icon_menu.png) center 8px no-repeat;}
#header02 .header_menu_ .cart_ .cart_items_ {
  min-width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
	display: flex;
	justify-content: center;
	align-content: center;
  background: #CC0000;
  position: absolute;
  top: 0;
  right: 4px;
}
#header02 .header_menu_ > li.cart_ .layer2_ {
  width: 340px;
  padding: 10px 0 0 0;
  display: none;
  position: absolute;
  right: -70px;
  top: 50px;
  z-index: 2000;
}
#header02 .header_menu_ > li.cart_:hover .layer2_ {
	display: block;
}
#jscart_replace_ { width: 100%; padding: 40px 56px; border: #333 1px solid; border-radius: 6px; background: #FFF; box-shadow: 0 0 6px rgba(0, 0, 0, 0.16); position: relative;}
#jscart_replace_::before {
	content: '';
	border-top: 10px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #333;
  border-left: 8px solid transparent;
	display: block;
	position: absolute;
	top: -20px;
	right: 87px;
}
#jscart_replace_::after {
	content: '';
	border-top: 10px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #FFF;
  border-left: 7px solid transparent;
	display: block;
	position: absolute;
	top: -19px;
	right: 88px;
}
#jscart_replace_ .cart_frame_ { padding: 0;}
#jscart_replace_ .cart_frame_ dl.cart_goods_ { width: 100%; padding: 0 0 20px 0; margin: 0 0 20px 0; border-bottom: #DDD 1px solid; display: flex; justify-content: space-between;}
#jscart_replace_ .cart_frame_ dl.cart_goods_ dt.img_ { width: 60px;}
#jscart_replace_ .cart_frame_ dl.cart_goods_ dt.img_ img { width: 60px;}
#jscart_replace_ .cart_frame_ dl.cart_goods_ dd.name_ { width: calc(100% - 76px); display: flex; align-items: center;}
#jscart_replace_ .cart_frame_ dl.cart_goods_ dd.name_ div.name1_ { font-size: 12px; font-weight: 500;}
#jscart_replace_ .cart_frame_ dl.cart_goods_ dd.name_ div.name1_ a { font-size: 12px; text-decoration: underline; color: #333;}
#jscart_replace_ .cart_to_order_ { margin: 14px 0 0 0; text-align: center;}
#jscart_replace_ .cart_null_ { font-size: 14px; font-weight: 500; text-align: center;}
#jscart_replace_ .cart_errormessages_ { font-size: 10px; display: none;}
#jscart_replace_ .cart_erroralert_ { font-size: 10px; color: #EC0000;}

/* ログイン・マイページ hover時 */
#header02 .header_menu_panel_ {
  width: 372px;
  padding: 40px 56px;
  border-radius: 6px;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 60px;
  right: -176px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
#header02 .mypage_:hover .header_menu_panel_ {
  opacity: 1;
  visibility: visible;
}
#header02 .header_menu_panel_ .btn_login_ {
	width: 200px;
	height: 56px;
  margin: 0 auto;
	border: #CC0000 1px solid;
  border-radius: 56px;
  font-size: 16px;
  font-weight: 700;
	text-decoration: none;
  color: #FFF;
  display: flex;
	justify-content: center;
	align-items: center;
  background: #CC0000;
	transition: 0.2s;
}
#header02 .header_menu_panel_ .btn_login_:hover { opacity: 0.7;}
#header02 .header_menu_panel_ .link_entry_ { margin: 24px auto 0; font-size: 16px; font-weight: 700; text-decoration: underline; display: inline-block; color: #333; transition: 0.2s;}
#header02 .header_menu_panel_ .link_entry_:hover { text-decoration: none;}
#header02 .header_menu_panel_ .header_customer_name_ { margin: 0 0 10px 0; font-size: 22px; font-weight: 700; text-align: center;}
#header02 .header_menu_panel_ .header_customer_info_ { margin: 0 0 20px; text-align: center;}
#header02 .header_menu_panel_ .header_customer_info_ a { font-size: 16px; text-decoration: underline; color: #333; display: inline-block; transition: 0.2s;}
#header02 .header_menu_panel_ .header_customer_info_ a:hover { text-decoration: none;}
#header02 .header_menu_panel_ .header_point_ { padding: 16px 0 0 0; margin: 0 0 40px 0; border-top: #DDD 1px solid;}
#header02 .header_menu_panel_ .header_point_ .header_point_text_ { font-size: 16px; display: flex; justify-content: center; align-items: center;}
#header02 .header_menu_panel_ .header_point_ .header_point_text_ dt { margin: 0 10px 0 0;}
#header02 .header_menu_panel_ .header_point_ .header_point_text_ span { font-size: 22px; font-weight: 700; letter-spacing: .5px;}
#header02 .header_menu_panel_ .header_point_ p { margin: 2px 0 0; font-size: 14px;}
#header02 .header_menu_panel_ .btn_logout_ {
	width: 200px;
	height: 56px;
  margin: 0 auto;
	border: #333 1px solid;
  border-radius: 56px;
  font-size: 16px;
  font-weight: 700;
	text-decoration: none;
  color: #333;
  display: flex;
	justify-content: center;
	align-items: center;
  background: #FFF;
	transition: 0.2s;
}
#header02 .header_menu_panel_ .btn_logout_:hover { opacity: 0.7;}

/* メニュー hover時 */
#header02 .header_nav_panel_ {
  width: 884px;
  padding: 45px 56px;
  border-radius: 6px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  background: #FFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
#header02 .nav_:hover .header_nav_panel_ { opacity: 1; visibility: visible;}
#header02 .header_nav_panel_ a { font-size: 14px; text-decoration: none; line-height: 2; color: #333; display: inline-block;}
#header02 .header_nav_panel_ a:hover { text-decoration: underline;}
#header02 .header_nav_panel_ .header_nav_line_ { width: calc(100% / 3); height: 100%; padding: 0 25px; border-right: #DDD 1px solid;}
#header02 .header_nav_panel_ .header_nav_line_:last-child { border: 0;}
#header02 .header_nav_panel_ .header_nav_line_ li + li { margin-top: 10px;}
#header02 .header_nav_panel_ .header_nav_box_ + .header_nav_box_ { margin-top: 30px;}
#header02 .header_nav_panel_ .header_nav_box_ .headline_ { margin: 0 0 20px 0; font-size: 16px; font-weight: 700;}

/* ログインヘッダー時 */
#header02 #header_top:has(li.bookmark_) form {
  width: calc(100% - 780px);
}
#header02 #header_top:has(li.bookmark_) .header_menu_ {
	width: 430px;
}

/* HEADER 1段目 サジェスト */
#header02 .box_search_ .search_panel_ .bl_npSuggestContainer { width: 100%;}
#header02 .box_search_ .search_panel_ .bl_npSuggestContainer_searchboxComponent,
#header02 .box_search_ .search_panel_ .bl_npSuggestContainer_eventComponent {
  width: 50%;
  padding: 0 20px;
  border: 0;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList { border: 0;}
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList_header {
  padding: 0;
  margin: 0 0 17px;
  border: 0;
  font-size: 16px;
  text-align: left;
  color: #333;
  background: none;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList_body { padding: 0;}
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList_item { border: 0; position: relative;}
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList_item:after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: #666 1px solid;
  border-bottom: #666 1px solid;
  position: absolute;
  top: 11px;
  right: 13px;
  transform: rotate(-45deg);
}
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList_item > *:first-child { margin-left: 10px;}
#header02 .box_search_ .search_panel_ .el_npSuggestCrownIcon,
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList_icon { font-size: 14px; color: #333;}
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList_keyword { padding: 8px 0 7px; font-size: 14px;}
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList { border: 0;}
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList_header {
  padding: 0;
  margin: 0 0 17px;
  border: 0;
  font-size: 16px;
  text-align: left;
  color: #333;
  background: none;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList_header > span { margin: 0;}
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList_item { border: 0;}
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList_item:focus,
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList_item:hover { box-shadow: none;}
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList_body { padding: 0;}
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList__media .bl_npSuggestItemList_item { height: auto; display: flex; align-items: center;}
#header02 .box_search_ .search_panel_ .bl_npSuggestMedia_imgWrapper { width: 90px; height: 90px; margin: 0 10px; line-height: 0;}
#header02 .box_search_ .search_panel_ .bl_npSuggestMedia_imgWrapper > img { max-width: 90px; max-height: 90px;}
#header02 .box_search_ .search_panel_ .bl_npSuggestCard_body { padding: 0 10px 0 0;}
#header02 .box_search_ .search_panel_ .bl_npSuggestCard_ttl { margin: 0; color: #005FE2; line-height: 1.4;}
#header02 .box_search_ .search_panel_ a:hover .bl_npSuggestCard_ttl { text-decoration: underline;}

.bg_search_ {
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, .7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

/* ---------------------------------------
 HEADER 2段目
---------------------------------------- */
#search_box02 {
  min-width: 1000px;
  max-width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  background: #F2F2F2;
  display: block;
}
#search_box02:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#search_box02.fixed {
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
#search_box02 ul.list_search_ {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#search_box02 ul.list_search_ li a {
  display: block;
}
#search_box02 ul.list_search_ li.search_item_ {
  position: relative;
}
#search_box02 ul.list_search_ li.search_item_ > a {
  width: auto;
  padding: 25px 5px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #333;
  background: none;
  display: block;
}
#search_box02 ul.list_search_ li.search_item_ > a:hover,
#search_box02 ul.list_search_ li.search_item_ > a.active_ {
  text-decoration: underline;
}

/* ---------------------------------------
 ORDER HEADER
---------------------------------------- */
#header03 {
  min-width: 1200px;
  padding: 10px 10px 30px;
  position: relative;
  background: #FFF;
  z-index: 111;
}
#header03 #header_top {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header03 #header_mid {
  margin-bottom: 9px;
}

/* 「カートに戻りますか？」のダイアログ表示 */
#header03 .header-dialog {
  width: 385px;
  border: #DDD 1px solid;
  border-radius: 6px;
  background: #FFF;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 100%);
  display: none;
}
#header03 .header-dialog_inner {
  padding: 30px 40px;
}
#header03 .header-dialog_headding {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
#header03 .header-dialog_body {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#header03 .header-dialog_btn {
  width: 115px;
  height: 56px;
  border: #333 1px solid;
  border-radius: 56px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
	background: #FFF;
  transition: 0.3s ease-in-out;
}
#header03 .header-dialog_btn:hover {
  opacity: 0.6;
}
#header03 .header-dialog_btn.-yellow {
  width: 174px;
  border-color: #CC0000;
	color: #FFF;
  background: #CC0000;
}

/* ---------------------------------------
 HEADER ページ毎の指定
---------------------------------------- */
.order-h_ #header_mid #welcomeMessage { padding: 7px 0 8px 20px;}
