@charset "utf-8";
#header .header-navi *,
#header .header-navi *:before,
#header .header-navi *:after {
	box-sizing: border-box;
}

/* 01 ヘッダー
--------------------------------------------------------------------*/
/* 帯 */
#belt {
	line-height: 1;
	position: relative;
	z-index: 250;
}
#belt img {
	display: block;
	width: 100%;
	height:auto;
}
#header-campaign {
	/* padding: 5px 0; */
	background-color: #1b1d21;
	color: #ff5e75;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}
#header-campaign p {
	padding: 0 0 2px 0;
}
#header-campaign p.red_txt a {
	color: #FFFFFF;
	font-size: 80%;
}
#header-campaign .font-white {
	background-color: #1b1d21;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
#header-campaign p.pink_txt a {
	color: #FF5E75;
}
#header-campaign .font-white a:active, #header-campaign .font-white a:link, #header-campaign .font-white a:hover, #header-campaign .font-white a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-size: 0.8em;
}
#header-campaign a:active, #header-campaign a:link, #header-campaign a:hover, #header-campaign a:visited {
	color: #ffffff;
	text-decoration: none;
}
#header-campaign a:active, #header-campaign a:link, #header-campaign a:hover, #header-campaign a:visited {
	/* color: #ff5e75; */
	color: #ff0000;
	text-decoration: underline;
}
.global-info {
	background-color: #1b1d21;
	color: #ff5e75;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.header_info {
	width: 100%;
	min-height: 30px;
	background-color: #525252;
}
.header_info_text {
	color: #fff;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 5px;
}
.header_info a {
	color: #fff;
	font-size: 12px;
}
#header {
	width: 100%;
	position: relative;
}
.header_box {
	position: relative;
	width: 100%;
	height: 58px;
}
.header_box *,
.header_box *:before,
.header_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.header_box_inner{
	width: 100%;
	height: 58px;
	background: #fff;
	position: relative;
	z-index: 300;
}
.header_box_inner.stuck {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.header_box_inner.fixed,
.header_box_inner.is_open {
	position: fixed;
	top: 0;
	left: 0;
}
.header_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 58px;
	padding: 0 10px;
}
.header_menu {
	display: flex;
	align-items: center;
	width: 95px;
}
.header_menu_hamburger {
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: relative;
}
.header_menu_hamburger_line {
	position: absolute;
	left: 50%;
	width: 75%;
	height: 1px;
	background-color: #2c2b2b;
	display: inline-block;
	transition: all .4s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	box-sizing: border-box;
}
.header_menu_hamburger_line:nth-of-type(1) {
	top: 10px;
}
.header_menu_hamburger_line:nth-of-type(2) {
	top: 15px;
}
.header_menu_hamburger_line:nth-of-type(3) {
	top: 20px;
}
.header_menu_favorite {
	position: absolute;
	top: -4px;
	right: -8px;
}
.header_menu_favorite .no {
	width: 18px;
	height: 18px;
	display: block;
	background: #ef201e;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 19px;
}
.header_logo {
	max-width: 100%;
}
.header_logo_link {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.header_logo_link.header_logo_brand {
	width: 150px;
	padding: 25px 0 0;
	height: 0;
	background: url(/static/lite/images/header/h1.png) no-repeat center top;
	background-size: 150px 25px;
}
.header_logo_image {
	width:auto;
	height: 40px;
}
.header_sub_nav {}
.header_sub_nav.header_sub_nav_app {
	position: absolute;
	top: 0;
	right: 10px;
	margin-top: 15px;
}
.header_sub_list {
	display: flex;
	gap: 5px;
}
.header_sub_list:before,.header_sub_list:after {
	content: none;
}
.header_sub_item {
	display: flex;
	align-items: center;
}
.header_sub_favorite {
	margin-right: 5px;
	position: relative;
}
.header_favorite_link {
	display: block;
	width: 20px;
	height: 18px;
	background: url(/static/lite/images/header/icon_favorite.png) no-repeat;
	background-size: 20px 18px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.header_user_favorite .no {
	display: block;
	width: 10px;
	height: 10px;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: #ef201e;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -5px;
	z-index: 1;
}
.header_sub_login,
.header_sub_mypage {
	-webkit-box-ordinal-group: 2;
	order: 2;
}
.header_sub_login {}
.header_sub_mypage {}
.header_login_link,
.header_mypage_link {
	display:block;
	width: 30px;
	height: 30px;
	background: url(/static/lite/images/header/icon_login.png) no-repeat center top;
	background-size: 28px 28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.header_suv_shopcart {
	-webkit-box-ordinal-group: 1;
	order: 1;
	position: relative;
}
.header_shopcart_link {
	display:block;
	width: 30px;
	height: 30px;
	background: url(/static/lite/images/header/btn_cart.png) no-repeat center top;
	background-size: 28px 28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.header_suv_shopcart .no {
	display: none;
	width: 15px;
	height: 15px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	background-color: #ef201e;
	border-radius: 15px;
	line-height: 15px;
	position: absolute;
	top: -2px;
	right: -2px;
}
.header_suv_shopcart .amount {
	display: none;
	font-size: 10px;
	position: absolute;
	bottom: -10px;
	white-space: nowrap;
	text-indent: -0.5em;
	text-align:  center;
	left:  0;
	right:  0;
}
.header_nav {
	border-top: 1px solid #eee;
	font-size: calc(5% + 3vw);
	text-align: center;
	position: relative;
	box-sizing: border-box;
}
.header_nav *,
.header_nav *:before,
.header_nav *:after {
	box-sizing: border-box;
}
.header_nav_list:before,
.header_nav_list:after {
	content: none;
}
.header_nav_list {
	display: -webkit-flex;
	display: flex;
}
.header_nav_item {
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
	border-bottom: 1px solid #eee;
	position: relative;
}
.header_nav_item:first-child {
	border-right: 1px solid #ddd;
}
.header_nav_brand.selected {
	border-bottom-color: #fff;
}
.header_nav_link {
	display: block;
	padding: 14px 0;
	background-color:#fff;
	position: relative;
}
.header_nav_category.selected .header_nav_link {
	background-color: #eee;
}
.header_slide_nav {
	display: none;
	width: 100%;
	position: absolute;
	z-index: 300;
	background-color: #fff;
}
.header_slide_nav.header_slide_category {
	background-color: #eee;
}
.header_slide_close {
	margin: 2% 4% 2% 4%;
}
.header_slide_close_btn {
	display: inline-block;
	width: 100%;
	background: #e2e2e2;
	text-align:  center;
	padding: 3% 0;
	font-size: calc(5% + 3.4vw);
}

/* アプリの時用css */
#header.appmode {
	display: none;
}
#header.appmode .float-box {
	top: 50px;
}
/* アプリの時用css */
#header .float-box li img {
	width: 100%;
}
.hnavi {}
.hnavi *,
.hnavi *:before,
.hnavi *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.hnavi .header-category{
	padding-bottom: 2%;
}
.hnavi h2 {
	background: url("/static/lite/images/header/icon_navi_1.png") no-repeat scroll 23% 48% / 16px 16px #b5b5b5;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	font-size: 1.2em;
 	font-family:;
	line-height: 0;
	padding: 5px 0;
	/*検索結果一覧対策*/
	text-indent: 0px;
	margin-bottom: 0px;/*height: 20px;*/
}
.hnavi_list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom:  2%;
}
.hnavi_item {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	font-size: 1.15em;
	border-bottom:1px solid #d2d2d2;
}
.hnavi_link {
	display: block;
	font-size: 12px;
	text-align: left;
	line-height: 1.2;
	background-color: #fff;
	padding: 15px 30px 15px 20px;
	position: relative;
}
.hnavi_link:after {
	content: "";
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header_slide_inner {}
.header_category_list {}
.header_category_item {
	border-bottom: 1px solid #ddd;
}
.header_category_link {
	display: block;
	font-size: 12px;
	text-align: left;
	line-height: 1.2;
	background-color: #eee;
	padding: 15px 30px 15px 20px;
	position: relative;
}
.header_category_link:after {
	content: "";
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.header_category_link.selected:after {
	margin-top: -2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header_category_list_medium {
	display:none;
}
.header_category_item_medium {
	position: relative;
}
.header_category_item_medium:before {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	border-top: 1px solid #ddd;
}
/*.header_category_item_medium:last-child {
	border-bottom: 0;
}*/
.header_category_link_medium {
	display: block;
	font-size: 12px;
	text-align: left;
	line-height: 1.2;
	background-color: #fff;
	padding: 15px 30px 15px 20px;
	position: relative;
}
.header_category_link_medium:after {
	content: "";
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header .float-box.float-item .inner.text-list dd {
	padding: 6px 0 6px 2px;
}
#header .float-box.float-item .inner.text-list dd a {
	background: none;
	padding: 0 0 0 0;
}
#header .float-box.float-item li {
	float: left;
	width: 49.6%;
	margin-top: 2px;
	margin-bottom: 1px;
}
#header .float-box.float-item li:nth-child(2n) {
	margin-left: 0.7%;
}
#header .float-box.float-item li img {
	width: 100%;
}
