@charset "Shift_JIS";

/*------------------------------------------------------*/
/* web font */

/* Montserrat */
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
/*
font-family: 'Montserrat', sans-serif;
font-weight:600;
*/

/*----------------------------------------------------
 Noto Sans Japanese
----------------------------------------------------*/
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
font-weight:400,700;
*/


/*================================================================================
 サイト共通
================================================================================*/
body {
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-weight: 400;
	/*
	font-size: 10px;
	*/
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust:100%; /* フォントサイズ自動調整 */
	
	position:relative;
	background:#fff;
	color: #000000;
}





/* float解除用 */
.clearfix:after {  content: " "; display: block; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; }

ul, ol {
	list-style:none;
}

select {
	/*
	font-size: 100% !important;
	*/
	font-size: 12px !important;
}

.none{
	display: none !important;
}

/* レイアウト調整用 */
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom:10px!important;
}
.mb20 {
	margin-bottom:20px!important;
}

.mb30 {
	margin-bottom:30px!important;
}
.mb40 {
	margin-bottom:40px!important;
}
.mb50 {
	margin-bottom:50px!important;
}


.mt0 {
	margin-top:0px!important;
}
.mt10 {
	margin-top:10px!important;
}
.mt20 {
	margin-top:20px!important;
}
.mt25 {
	margin-top:25px!important;
}

.pb0{
	padding-bottom:0 !important;
}
.pb20{
	padding-bottom:20px !important;
}
.pb30{
	padding-bottom:30px !important;
}
.pa10{
	padding:0 10px !important;
}
.pa15{
	padding:0 15px !important;
}

.al_l{
	text-align:left !important;
}
.al_c{
	text-align:center !important;
}
.al_r{
	text-align:right !important;
}

.ov_h{
	overflow:hidden;
}

.no_bo{
	border: none !important;
}

.w30p{
	width: 30% !important;
}
.w25p{
	width: 25% !important;
}
.w23p{
	width: 23% !important;
}

/* font-size */
.fs20{
	font-size:20px !important;
}

/* select */
select.selet_style00{
    -webkit-appearance: button;
    appearance: button;
	
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
	padding: 10px 35px 10px 10px;
    vertical-align: middle;
    width: 100%;
    border-radius: 0px;
	
    border:1px solid #e6e6e6;
	height: 40px;
    font-size: 12px;
    background:#fff url(/m/images/c/common_new/arrow_btm.png) no-repeat 95% center;
	background:#fff url(/m/images/c/common_new/arrow_btm.png) no-repeat calc(100% - 15px) center;
    background-size: 10px auto;

	font-size:12px !important;
}

/* link */
.text-underline{
    text-decoration: underline !important;
}

/*----------------------------------------------------
 header
----------------------------------------------------*/

#header_wrap{
	height:60px;
}

#header{
	position: relative;
	z-index:1000;
	border-bottom: 1px solid #ebebed;
}
/*
#header.pos_top{
	-webkit-transform:none;
	transform: none;
}
#header.pos_fixed{
	position:fixed !important;
}
*/

#header_area{
	position:relative;
	height:60px;
	background:#fff;
	box-sizing: border-box;		
}

#header_logo{
	position:absolute;
	top:9px;
	left:15px;
	line-height: 0;
}
	#header_logo a{
		display:block;
		height:42px !important;
		width:42px !important;
		background: url(/m/images/c/common_new/header_logo_new.svg) 0 0 no-repeat;
		background-size: 42px 42px;
	}
	#header_logo span{
		visibility: hidden;
	}

#memberLogo{
	text-align: center;
}
#memberLogo img{
	margin: 10px auto;
	width: 25%;
	height: auto;
}


/* header_loginBtn */
#header_loginBtn{
	position:absolute;
	top:8px;
	right:140px;
}
	#header_loginBtn a{
		display:block;
		box-sizing: border-box;
		width:50px;
		height:50px;
		/*
		background: url(/m/images/c/common_new/icon_login_b.svg) 50% 5px no-repeat;
		*/
		background: url(/m/images/c/common_new/icon_login_b.svg) 50% 11px no-repeat;
		background-size: 24px auto;
		font-size:9px;
		padding-top: 33px;
		text-align: center;
		line-height: 1;
	}
	#header_loginBtn span{
		display: none;
		white-space: nowrap;
		margin: 0 -3px;
	}
/* header_loginBtn */


/* header_loginBtn */
#header_logoutBtn{
	position:absolute;
	top:8px;
	right:140px;
}
	#header_logoutBtn a{
		display:block;
		box-sizing: border-box;
		width:50px;
		height:50px;
		/*
		background: url(/m/images/c/common_new/icon_logout_b.svg) calc(50% + 5px) 5px no-repeat;
		*/
		background: url(/m/images/c/common_new/icon_logout_b.svg) calc(50% + 5px) 11px no-repeat;
		background-size: 24px auto;
		font-size:9px;
		padding-top: 33px;
		text-align: center;
		line-height: 1;
	}
	#header_logoutBtn span{
		display: none;
		white-space: nowrap;
		margin: 0 -3px;
	}
/* header_loginBtn */

/* header_userBtn */
#header_userBtn{
	position:absolute;
	top:8px;
	right:85px;
}
	#header_userBtn a{
		display:block;
		box-sizing: border-box;
		width:50px;
		height:50px;
		/*
		background: url(/m/images/c/common_new/head_user_btn.svg) 50% 5px no-repeat;
		*/
		background: url(/m/images/c/common_new/head_user_btn.svg) 50% 11px no-repeat;
		background-size: 24px 24px;
		font-size:9px;
		padding-top: 33px;
		text-align: center;
		line-height: 1;
	}
	#header_userBtn span{
		display: none;
		white-space: nowrap;
	}
/* END header_userBtn */


/* header_brandBtn */
#header_brandBtn{
	position:absolute;
	top:0px;
	right:0px;
}
	#header_brandBtn > a{
		border-left: 1px solid #ebebed;
		position: relative;
		display:block;
		text-align: center;
		width:80px;
		height:60px;
		font-size: 13px;
    	letter-spacing: 0.05em;
		line-height: 19px;
		color: #44445b;
		font-family: 'Montserrat', sans-serif !important;
		font-weight: 600;
		padding: 20px 0px;
		box-sizing: border-box;
	}
		#header_brandBtn > a::after {
			content: '';
			position: absolute;
			display: inline-block;
			width: 0;
			height: 0;
			vertical-align: middle;
			color:#c7c7c7;
			border-top: 4px solid;
			border-right: 4px solid transparent;
			border-left: 4px solid transparent;
			
			top: 67%;
			right: 50%;
			margin: 0 -4px 0 0;
			-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
	#header_brandBtn.open > a{
		color: #0191cf;
	}
	#header_brandBtn.open > a::after{
		border-top: 0;
		border-bottom: 4px solid;
		top: 77%;
		color: #0191cf;
	}
	#header_brandBtn > a > span{
	}
/* END header_brandBtn */


/* header nameエリア */
#login_name_wrap{
	width:100%;
	color:#000;
	background: #E6E6E6;
	font-size:11px;
	min-height: 25px;
}
	#login_name_wrap a{
		text-decoration: none;
	}

	.login_name_entry{
		text-align: center;
		margin: 0;
		padding-top: 5px;
	}
		.login_name_entry a{
			color:#000;
		}

#login_name{
	overflow:hidden;
	text-align:right;
	min-height:25px;
	-webkit-box-sizing: border-box;
		    box-sizing: border-box;
	padding:0px;
}

#header_rank_txt{
	float:left;
	line-height:1;
	font-size:11px;
	padding:7px 5px 0 !important;
	min-height:25px;
	min-width: 100px;
	text-align: center;
	-webkit-box-sizing: border-box;
		    box-sizing: border-box;
}
	#header_rank_txt strong{
		font-weight: 700;
		font-style: normal;
		display:inline-block;
		padding:0 5px;
	}

.login_rank_10 #header_rank_txt{
	background:#707070 !important;
	color:#fff !important;
}
.login_rank_20 #header_rank_txt{
	background:#dde7f0 !important;
	color:#494949 !important;
	border-right:1px solid #fff;
}
.login_rank_30 #header_rank_txt{
	background:#f4ebca !important;
	color:#765e0c !important;
}
.login_rank_40 #header_rank_txt{
	background:url(/m/images/c/common_new/header_login_rank_bg40.png) 0 0 no-repeat;
	background-size:100% 100%;
	color:#3e5664 !important;
}

.login_rank_50 #header_rank_txt{
	background:url(/m/images/c/common_new/header_login_rank_bg50.png) 0 0 no-repeat;
	background-size:cover;
	color:#3e5664 !important;
	border-right:1px solid #fff;
}

.cookielogin_mode #login_name{
	background:#707070;
	color:#fff;
}


#login_name span#header_point{
	display:block;
	float:right;
	font-size:11px;
	
	padding:6px 10px 0;
	line-height:1;
	
	-webkit-box-sizing: border-box;
		    box-sizing: border-box;
}
	#login_name span#header_point strong{
		font-size:13px;
		font-weight:normal;
		display:inline-block;
		padding-left:10px;
	}
#login_name a{
	color:#000 !important;
	display:block;
	text-decoration:none !important;
	
	float:left;
	/*
	background:#dfdfdf;
	*/
	min-height:25px;
	padding:5px 10px 2px 10px;
	-webkit-box-sizing: border-box;
		    box-sizing: border-box;
}

/* END header nameエリア */





#head_attention{
	text-align:center;
	margin-bottom:10px;
	/*
	margin-top:-15px;
	*/
}


/*----------------------------------------------------
 ブランドheader (2017/5)
----------------------------------------------------*/
#brand_header{
	position: relative;
	height: 52px;
	background: #fff;
	overflow: visible;
	/*
	border-bottom:2px solid #E8E8E8;
	box-shadow: 0px 1px 2px rgba(100,100,100,0.10);
	*/
}

#brand_logo{
	clear:both;
	text-align:center;
	margin-bottom:0px;
	padding-top: 5px;
}
	#brand_logo img{
		width:auto !important;
		height:40px;
	}

/* [.ST]単体LOGO時 */
#header_area #brand_logo{
	padding-top: 7px;
}
#header_area #brand_logo img{
	width:auto !important;
	height:36px;
}
/* END [.ST]単体LOGO時 */

#header_searchBtn{
	position:absolute;
	top:5px;
	right:14px;
}
	#header_searchBtn a{
		display:block;
		width:40px;
		height:40px;
		background: url(/m/images/c/common_new/header_search_btn_txt.png) 50% 50% no-repeat;
		background-size: 40px 40px;
	}
		#header_searchBtn a span{
			visibility: hidden;
		}

/*----------------------------------------------------
 ブランドheader 検索展開 (2017/5)
----------------------------------------------------*/
#head_searchBoxWrap{
	position:absolute;
	top:52px;
	left: 0;
	width:100%;
	z-index: 90;
	background-color: rgba(255,255,255,0.94);
	border-top:1px solid #E8E8E8;
	border-bottom:2px solid #CCCCCC;
	
	font-size:12px;
	color:#000;
	/**/
	display: none;
}

#head_searchBoxWrap a{
	text-decoration: none;
}

#head_searchBox_header{
	position: relative;
	background: #F0F0F0;
	margin: 0 -10px 0px;
	padding:10px;
}
	#head_searchBox_header:before {
		content: "";
		position: absolute;
		top: -6px;
		right: 28px;
		margin-left: -9px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 6px 6px 6px;
		border-color: transparent transparent #F0F0F0 transparent;
		z-index: 92;
	}
	#head_searchBox_header:after {
		content: "";
		position: absolute;
		top: -7px;
		right: 27px;
		margin-left: -10px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 7px 7px 7px;
		border-color: transparent transparent #E8E8E8 transparent;
		z-index: 91;
	}

#head_searchBox_close{
	position: absolute;
	top:11px;
	right:18px;
	border-bottom:1px solid #000;
	line-height: 1;
}
	#head_searchBox_close a{
		background: url(/m/images/c/common_new/head_search_close_btn.png) 0 40% no-repeat;
		background-size: 8px 8px;
		padding-left: 13px;
		padding-bottom: 2px;
		color:#000;
	}


#head_searchBox{
	padding:0 10px 23px;
}	
	#head_searchBox h2{
		font-weight: normal;
		margin-bottom: 5px;
		padding-top: 25px;
		font-size:13px;
	}

.head_searchBox_link a{
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 44px;
    padding: 13px 15px 10px 15px;
    font-size: 13px;
    color: #000;
	background: url(/m/images/c/common_new/head_navi_arrow_r.png) 95% 50% no-repeat;
    background: url(/m/images/c/common_new/head_navi_arrow_r.png) calc(100% - 14px) 50% no-repeat;
    background-size: 6px 10px;
	border: 1px solid #ccc;
}



/*----------------------------------------------------
 head ナビ用 (2017/5) 
----------------------------------------------------*/
/* for (2017/10 iOS11) */
body.head_navi_open{
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	height: 100%;
	left: 0px;
    bottom: 0;
    top: 0;
    width: 100%;
    position: fixed;
	/* 2020/03/26 edit */
	pointer-events: none;
}

/*  2020/03/26 edit  */
#header_wrap,
#head_brandBox_wrap,
#header_category_wrap,
#head_naviBoxWrap{
	pointer-events: auto !important;
}
/* END for (2017/10 iOS11) */

#head_naviBoxWrap{
	position:fixed;
	top:0px;
	left:0;
	width:100%;
	height: 100%;
	overflow-x: hidden;
	z-index:10010;
	background: rgba(255,255,255,0.9);
	
	-webkit-box-sizing: border-box;
		    box-sizing: border-box;
	
	-webkit-overflow-scrolling: touch;
	
	/**/
	-webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
	
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
	
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
	
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
	
	/**/
}

#head_naviBoxWrap.open{
	-webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

#head_naviBoxWrapIn{
	position:relative;
	display: table;
	width:100%;
	min-height: 100%;
}
#head_navi_close{
	width:50px;
	display: table-cell;
	text-align: center;
	background:url(/m/images/c/common_new/head_menu_close_btn.png) 50% 15px no-repeat;
	background-size:23px auto;
	box-shadow: 3px 0px 8px rgba(100,100,100,0.2) inset;
	
	cursor: pointer;
}
#head_navi_close span{
	display: none;
}

#head_naviBox{
	position:relative;
	display: table-cell;
	background: #fff;
}
	#head_naviBox a{
		text-decoration: none;
	}
	#head_naviBox h2{
		background:#F7F7F7;
		border-bottom:1px solid #E6E6E6;
		color:#000;
		text-align:left;
		min-height:35px;
		font-size:13px;
		margin-bottom:0px;
		font-weight:normal;
		padding:8px 17px 5px;
		
		-webkit-box-sizing: border-box;
		    box-sizing: border-box;
	}

.head_search_form{
	position: relative;
}
.mb15{
	margin-bottom: 15px !important;
}
.head_search_form input[type="text"]{
	background: #fff;
	padding: 0px 10px 0px;
	width: 100%;
	height: 40px;
	line-height: 1.3;

	border:1px solid #808080;
	outline: 0;
	font-size:16px;
	
	-webkit-box-sizing: border-box;
		    box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}
.head_search_form input[type="submit"]{
	position: absolute;
	top:0px;
	right: 0px;
	
	background:url(/m/images/c/common_new/header_search_btn.png) 50% 50% no-repeat;
	background-size:15px 15px;
	padding:0px;
	height: 40px;
	width: 40px;

	border:none;
	outline: 0;
	
	-webkit-appearance: none;
	appearance: none;
}

.h_naviList{
	margin-bottom:0px;
}
	#head_searchBox .h_naviList{
		border-top:1px solid #cccccc;
		border-left:1px solid #cccccc;
		border-right:1px solid #cccccc;
	}
	.h_naviList li{
		border-bottom:1px solid #E6E6E6;
	}
		#head_searchBox .h_naviList li{
			border-bottom:1px solid #cccccc;
		}
		.h_naviList li span{
			display: block;
			-webkit-box-sizing: border-box;
		    box-sizing: border-box;
			min-height: 44px;
			padding:13px 22px 10px 15px;
			font-size:13px;
			color:#000;
		}
		.h_naviList li span.accordionBtn{
			background:url(/m/images/c/common_new/head_navi_arrow_btm.png) 95% 50% no-repeat;
			background:url(/m/images/c/common_new/head_navi_arrow_btm.png) calc(100% - 12px) 50% no-repeat;
			background-size:10px 6px;
			cursor: pointer;
		}
			.h_naviList li span.accordionBtn.open{
				background:url(/m/images/c/common_new/head_navi_arrow_top.png) 95% 50% no-repeat;
				background:url(/m/images/c/common_new/head_navi_arrow_top.png) calc(100% - 12px) 50% no-repeat;
				background-size:10px 6px;
			}
			.accordionBtn + ul{
				display: none;
			}
 
		.h_naviList li a{
			display:block;
			-webkit-box-sizing: border-box;
		    box-sizing: border-box;
			min-height: 44px;
			
			padding:12px 22px 10px 15px;
			font-size:13px;
			color:#000;
			background:url(/m/images/c/common_new/head_navi_arrow_r.png) 95% 50% no-repeat;
			background:url(/m/images/c/common_new/head_navi_arrow_r.png) calc(100% - 14px) 50% no-repeat;
			background-size:6px 10px;
		}
			.h_naviList li a dl{
			}
			.h_naviList li a dt{
				margin-bottom: 5px;
			}
			.h_naviList li a dd{
				font-size:10px;
			}
			.h_naviList li a dd strong{
				font-weight: normal;
				color:#ff0000;
			}
			.h_naviList li > ul{
				border-top:1px solid #E6E6E6;
			}
				#head_searchBox .h_naviList li > ul{
					border-top:1px solid #cccccc;
				}
				.h_naviList li > ul.h_naviList_cate li{
					border-bottom:1px dotted #E6E6E6;
				}
					#head_searchBox .h_naviList li > ul.h_naviList_cate li{
						border-bottom:1px dotted #cccccc;
					}
				.h_naviList li > ul li:last-child{
					border-bottom:none !important;
				}
				.h_naviList li > ul > li > a,
				.h_naviList li > ul > li > span{
					padding-left:27px;
				}
					.h_naviList li > ul > li > ul > li > a,
					.h_naviList li > ul > li > ul > li > span{
						padding-left:37px;
					}

		/* header menu login_name */
		.h_naviList li #head_naviBox_login_name{
			display: table;
			width:100%;
			margin:0;
			font-size:12px;
		}
		.h_naviList li span#header_rank_img{
			display: table-cell;
			padding: 8px 8px;
			width:45px;
			margin: 0;
			font-size:12px;
		}
		.h_naviList li span#header_account_name{
			display: table-cell;
			padding: 8px 0px;
			margin: 0;
			line-height:1;
			font-size:12px;
		}
.h_naviList li span#header_account_name a{
	display:inline;
    min-height:inherit;
    padding: 0px;
    font-size:100%;
    color: #000;
    background: none !important;
	text-decoration: underline !important;
}
		.h_naviList li span#header_point{
			display: table-cell;
			padding: 8px 5px;
			margin: 0;
			line-height:1;
			text-align: right;
			font-size:12px;
		}
		.h_naviList li #head_naviBox_login_name span#header_point strong{
			font-size:12px;
			font-weight:normal;
			display:inline-block;
			padding-left:8px;
		}
		/* END header menu login_name */

.h_naviSns{
	text-align: center;
	padding:25px 0px;
}
	.h_naviSns li{
		display: inline;
		padding:0 5px;
	}




/*----------------------------------------------------
 header 追従カテゴリ用 (2017/11) 
----------------------------------------------------*/
/*
html.header_category_open{
	overflow:hidden;
}
*/

#header_category_wrap{
	min-height: 51px;
	overflow: visible;
	border-bottom: 1px solid #ebebed;
}

#header_category{
	background: #fff;
	width: 100%;
	position: relative;
}

#header_category_inner{
	position: relative;
	padding: 8px 0px 7px;
	height: 51px;
	
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#brand_header + #header_category_inner{
	margin-top: -5px;
}
    
	#header_category_inner .head_search_form{
		margin-right: 12px;
		margin-left: 12px;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
	}
    
		#header_category_inner .head_search_form input[type="text"] {
			height: 36px;
			border: 1px solid #ebebed;
			line-height: 1.6;
			border-radius: 3px;
		}
		#header_category_inner .head_search_form input[type="text"]:focus {
			box-shadow: 0 0 7px rgba(0,146,213,.5);
			border: 1px solid rgba(0,146,213,1);
		}
		/* placeholder */
		#header_category_inner .head_search_form input[type="text"]::-webkit-input-placeholder {
			color:rgba(0,0,0,0.2);
		}
		#header_category_inner .head_search_form input[type="text"]::placeholder {
			color:rgba(0,0,0,0.2);
		}
		/* END placeholder */
		

		#header_category_inner .head_search_form input[type="submit"]{
			-webkit-appearance: button;
			appearance: button;
			border-radius: 0;
			top: 1px;
			width: 50px;
			height: 34px;
			border: none;
			border-left: 1px solid #ebebed;
			background: url(/m/images/c/common_new/icon_search_b.svg) 50% 50% no-repeat;
    		background-size: 19px auto;
		}


/* header_category_bg -------------------------------*/
#header_category_bg {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1900;
	display: none;
    
    /**/
    pointer-events: auto;
}
/* END header_category_bg -------------------------------*/



/* 人気検索ワード/検索履歴(2020/10) -------------------------------*/
#btm_fixedNaviWrap.no-active{
    display: none !important;
}

#header_category_inner__inbox{
    position: relative;
    width: 100%;
}
.head_search_form__back{
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -50px;
    width: 30px;
    height: 35px;
    background: url(/m/images/c/common_new/icon_close_gray.svg) 2px 50% no-repeat;
    background-size: 15px auto;

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header_category_inner__inbox-popup{
    position:absolute;
    top:43px;
    left: 0;
    width: 100%;
    z-index: 1000;
    /**/
    display: none;
}


#header_category_inner__inbox-popup__suggest-wrap{
    position:absolute;
    top:0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1010;
    background: #fff;
    /**/
    display: none;
}
#header_category_inner__inbox-popup__suggest-wrap.open{
    display: block !important;
}

#header_category_inner__inbox-popup__tab{
    position: relative;
}
#header_category_inner__inbox-popup__tab ul{
    display: flex;
    border-top: 2px solid #efefef;
    border-bottom: 1px solid #ebebed;
}
#header_category_inner__inbox-popup__tab ul li{
    height: 60px;
    width: 50%;
    box-sizing: border-box;
}
#header_category_inner__inbox-popup__tab ul li:first-child{
    border-right:1px solid #efefef;
}
#header_category_inner__inbox-popup__tab ul li a{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    background-color: #ffffff;
    padding: 0;
    line-height: 1.45;
    color: #a2a2a2;
    font-size: 14px;
    text-decoration: none !important;
}
#header_category_inner__inbox-popup__tab ul li.active a{
    color: #000000;
}

#header_category_inner__inbox-popup__tab__line{
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #000000;
}


#header_category_inner__inbox-popup__main{
    position: relative;
    background: #efefef;
    box-shadow: -3px 4px 10px 0 rgba(0, 0, 0, 0.2);
    
    width: 200%;
    display: flex;
    /* height: */
    
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: translateX(0);
}
#header_category_inner__inbox-popup__main.left{
    transform: translateX(-50%);
}


.header_category_inner__inbox-popup__main-item{
    width: 50%;
    max-height: 100%;
    overflow: auto;
    box-sizing: border-box;
    padding-bottom: env(safe-area-inset-bottom);
}

#header_category_inner__inbox-popup__main .keywords-popular{
    padding: 15px 0 15px 20px;
}
#header_category_inner__inbox-popup__main .keywords-popular li{
        margin-bottom: 7px;
}
#header_category_inner__inbox-popup__main .keywords-popular li a{
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 15px 10px;
    line-height: 1;
    display: inline-block;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    text-decoration: none !important;
}

#header_category_inner__inbox-popup__main .keywords-history{
}
#header_category_inner__inbox-popup__main .keywords-history li{
    background-color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 1px;
    line-height: 20px;
}
#header_category_inner__inbox-popup__main .keywords-history li a{
    color: #000000;
    text-decoration: none !important;
}
.keywords-history__name{
    display: block;
    font-size: 14px;
}
.keywords-history__date{
    color: rgba(0, 0, 0, 0.4);
}



/* #header_category_inner__inbox.activeのとき  */
#header_category_inner #header_category_inner__inbox.active{
    
}
    #header_category_inner #header_category_inner__inbox.active  .head_search_form{
        padding-left: 30px;
    }
    #header_category_inner #header_category_inner__inbox.active .head_search_form__back{
        left: 0px;
    }
    #header_category_inner #header_category_inner__inbox.active #header_category_inner__inbox-popup{
        display:block;
    }

/* END #header_category_inner__inbox.activeのとき  */

/* END 人気検索ワード/検索履歴(2020/10) -------------------------------*/


/*----------------------------------------------------

----------------------------------------------------*/

/* パンくず */
#breadCrumb {
	/*
	padding: 5px 12px 5px;
	*/
	font-size:10px;
	padding: 10px 12px 5px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:10px;
	color: #666666;
}

#breadCrumb a {
	text-decoration: underline;
	color:#444444 !important;
}

.breadArrow {
	padding: 0 4px;
}

/* アラート表記 */

#alertBlock {
	padding: 10px;
	border: 1px solid red;
	margin-bottom: 10px;
	
	font-size:12px;
}

#alertBlock tr td,
#alertBlock li {
	color: red;
	border: none;
}

/* ページャー */


.pages {
	text-align: center;
	padding: 15px;
}

.listPager {
	width: inherit;
	padding: 10px 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	margin-bottom: 0;
}
.listPager.no-line{
    border-top:none;
	border-bottom:none;
}

.listPager_top{
	border-top:none !important;
}

.listPagerNav {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 0;
}
.listPagerNav.no_topline{
	border-top:none;
}
.listPagerNav.no_bottomline{
	border-bottom:none;
}

.listPagerNav p {
	text-align: center;
	font-size:12px;
}

.listPagerNav p.listPagerNav-item{
    padding-top: 5px;
}

.listPagerNav p.prevBtn {
	width: 45px;
	float: left;
}

.listPagerNav p.prevBtn a {
	height: 45px;
	display: block;
	background:url(/m/images/c/common_new/arrow_l.png);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-size: auto 10px;
	
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}

.listPagerNav p.nextBtn {
	height: 40px;
	width: 45px;
	float: right;
}

.listPagerNav p.nextBtn a {
	height: 40px;
	display: block;
	
	
	background:url(/m/images/c/common_new/arrow_r.png);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-size: auto 10px;
	
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}


.listPagerNav p a {
	box-sizing: border-box;
	padding: 0 2px;
	color: #000000;
    min-width: 30px;
    min-hight:30px;
    line-height: 30px;
	display: inline-block;
	margin: 0 2px;
	text-align: center;
}

.listPagerNav p span.currentPageNum {
    box-sizing: border-box;
	color: #000;
	min-width: 30px;
    min-hight:30px;
    line-height: 30px;
	margin: 0 2px;
	display: inline-block;
    background: #F5F5F5;
}

/* 一覧商品 */

.itemList {
	padding:10px 0;
	background:#ffffff;
	margin-right: -1px;
}

.itemList li {
	width:33%;
	float:left;
	border-right:1px solid #EDEDED;
}

#styling .itemList{
	margin-right: 0px;
}

.itemList li.lastChild {
	border-right:none;
}

.itemList li a {
	display: block;
}

.itemBrandLogo {
	text-align: center;
}
.itemBrandLogo img {
	width:100%;
	height: auto;
}

.itemImg {
	text-align:center;
	margin-bottom:5px;
	padding:0 0px;
	display: block;
}

.itemImg img {
	width:100%;
	height: auto;
}

.itemSpec {
	padding:0 16px;
}
.itemName {
	text-align:center;
	font-size:100%;
}
.itemIcon {
	text-align:left;
	font-size:100%;
}

.itemPrice {
	border-top:1px solid #CCCCCC;
	margin-top:5px;
	padding-top:5px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
.priceOff {
	color:#f84b4b !important;
}

/* icon */
.iconNewarrival,
.iconRearrival,
.iconReceive,
.iconReceive1,
.iconReserve,
.iconSoldout,
.iconCampaign,
.iconFree,
.iconMempr,
.iconMempo,
.iconWrapping,
.iconSale,
.iconPointup,
.iconPoint2,
.iconPricedown,
.iconNovelty,
.iconRecommend,
.iconDeals,
.iconMagazine,
.iconDeliveryDisabledArea,
.iconWebOnly,
.iconMedia,
.iconPopularity,
.iconSize,
.iconCollaboration,
.iconSelect{
	display: inline-block;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 10px;
	font-weight: 400;
    color: #ffffff !important;
	margin: 0 2px 3px 0px;
}

/* New */
.iconNewarrival{ background-color:#4d4e50;}

/* 再入荷 */
.iconRearrival{	background-color:#6aa3c8;}

/* 店頭受取可 */
.iconReceive{ background-color:#aeb3bc;}

/* 店舗受取可 */
.iconReceive1{ background-color:#aeb3bc;}

/* 先行予約 */
.iconReserve{ background-color:#9bbda3;}

/* Sold out */
.iconSoldout{ background-color:#c9cdd6;}

/* キャンペーン */
.iconCampaign{ background-color:#ca7f8d;}

/* 送料無料 */
.iconFree{ background-color:#aeb3bc;}

/* 会員様限定価格 */
.iconMempr{	background-color:#aeb3bc;}

/* 会員限定ポイントアップ */
.iconMempo{	background-color:#aeb3bc;}

/* ラッピング可 */
.iconWrapping{ background-color:#c1aed2;}

/* Sale */
.iconSale{ background-color:#e89eac;}

/* ポイントアップ */
.iconPointup{ background-color:#e8cf9e;}

/* ポイント2倍 */
.iconPoint2{ background-color:#dc758e;}

/* プライスダウン */
.iconPricedown{	background-color:#aeb3bc;}

/* ノベルティ */
.iconNovelty{ background-color:#aeb3bc;}

/* オススメ */
.iconRecommend{	background-color:#aeb3bc;}

/* 売れ筋 */
.iconDeals{	background-color:#aeb3bc;}

/* 雑誌掲載 */
.iconMagazine{ background-color:#aeb3bc;}

/* 配送不可地域あり */
.iconDeliveryDisabledArea{ background-color:#aeb3bc;}

/* WEB限定 */
.iconWebOnly{ background-color:#aeb3bc;}

/* メディア掲載 */
.iconMedia{ background-color:#aeb3bc;}

/* 人気商品 */
.iconPopularity{ background-color:#aeb3bc;}

/* サイズ豊富 */
.iconSize{ background-color:#aeb3bc;}

/* コラボ */
.iconCollaboration{ background-color:#aeb3bc;}

/* セレクト */
.iconSelect{ background-color:#aeb3bc;}


.ranking_txt{
	padding:10px 10px 7px 10px!important;
	background:#ffffff;
	margin:0 !important;
}



/*----------------------------------------------------
 SNS Btn AREA
----------------------------------------------------*/
/* ソーシャルアイコン */
#socialBlock ul {
	width:90%;
	margin: 0px auto;
	padding:20px 0px;
	text-align: center;
}

#socialBlock ul li {
	display: inline-block;
	padding:0 7px;
}
#socialBlock ul li img {
	width:30px;
	height:30px;
}


/*----------------------------------------------------
 footer
----------------------------------------------------*/
#footer {
	margin-top:2px;
}

#footerIn{
	padding:0px 0px 0px 0px;
	background:#f3f3f3;
}

/* 2020/02 コンテンツボトムナビを追加にあたって */
#footerIn{
	padding:0px 0px 57px 0px;
}



/* フッターナビ */
#footerNav{
}
#footerNav1 {
	overflow:hidden;
	padding:20px 5px 0px;
}
	#footerNav1 li{
		float:left;
		width:25%;
		
		padding:0px 3px;
		
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		
	}
		#footerNav1 li a{
			display:block;
			background:#fff;
			text-align:center;
		}
			#footerNav1 li a img{
				max-width:100%;
				height:auto;
			}


#footerNav2 {
	text-align:center;
	margin: 50px 0 35px;
    padding: 0;
}

#footerNav2 li {
	display:inline-block;
	font-size:11px;
}
#footerNav2 li a{
	color:#000 !important;
	text-decoration:none !important;
	display:inline-block;
	padding:5px 9px;
}



/* コピーライト */
#copyright {
	text-align: center;
	padding: 5px 0;
    border-top: 1px solid #e6e6e6;
    color: #808080;
    font-size: 10px !important;
}




/*----------------------------------------------------
 エラー
----------------------------------------------------*/

#noItemMessageBlock {
	margin-top:0px;
	padding:20px;
	background:none !important;
	margin-bottom:20px;
}



/*----------------------------------------------------
 position:fix navi
----------------------------------------------------*/

#fix_navi{
	position:fixed;
	right:5px;
	/*
	bottom:100px;
	*/
	bottom:60px;
	z-index:80;
	min-width:55px;
	padding-bottom: env(safe-area-inset-bottom);
	/**/
	display:none;
}
	#fix_navi li a{
		position:relative;
	}
	#fix_navi li.pageTop img{
		width:50px;
		height:auto;
	}
    #fix_navi li#fix_refine-btn{
        padding-bottom: 15px;
    }
    #fix_navi li#fix_refine-btn span{
        cursor: pointer;
        line-height: 0;
        display: inline-block;
    }
    #fix_navi li#fix_refine-btn img{
		width:75px;
		height:auto;
	}
		#fix_navi li#itemSearchBtn a{
			display:block;
			width:55px;
			height:55px;
			background:url(/m/images/c/common_new/btn_fix_itemsearch.png) 0 0  no-repeat;
			background-size:55px auto;
		}
		#fix_navi li#itemSearchBtn a span{
			display:none;
		}



/*----------------------------------------------------
 2017/05
----------------------------------------------------*/
/* head ブランドリスト */
#head_brandBox_wrap{
	position:relative;
}
#head_brandBox_bg{
	background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 899;
    pointer-events: auto;
	/**/
	display: none;
}

#head_brand_close{
	position: relative;
	z-index: 900;
	text-align: right;
	display: none;
	padding: 0 5px;
	line-height: 0;
}
	#head_brand_close a{
		display: inline-block;
		width:40px;
		height: 40px;
		background: url(/m/images/c/common_new/icon_close_w.svg) 50% 50% no-repeat;
    	background-size: 15px auto;
	}
		#head_brand_close a span{
			visibility: hidden;
		}

#head_brandBox{
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	z-index:900;
	display:none;
}
#head_brandBox__inner{
	border-top: 1px solid #e6e6e6;
	background:#fff;
	box-shadow: 0px 3px 8px rgba(100,100,100,0.2);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 0 0 6px 6px;
	/*
	max-height: calc(87vh - 120px);
	*/
	max-height: calc(87vh - 80px);
}
	#head_brandBox .brandBox {
		border-top: none;
		background: none;
		padding: 0;
	}
		#head_brandBox .brandBox .brandList {
			margin: 0px;
			padding: 0;
			display: flex;
			flex-wrap: wrap;
			border-top: 1px solid #f7f7f7;
		}
			#head_brandBox .brandBox .brandList li {
				width: 33.333%;
				float: none;
				margin:0;
				border-bottom: 1px solid #f7f7f7;
				border-right: 1px solid #f7f7f7;
				box-sizing: border-box;
			}
			#head_brandBox .brandBox .brandList li:nth-of-type(3n){
				width: 33.334%;
				border-right:none;
			}
			#head_brandBox .brandBox .brandList li a{
				display:flex;
				/*
				height: 17.4vw;
				*/
				/*
				padding: 2px 0;
				*/
				padding: 6px 11px;
				justify-content: center;
				align-items: center;
			}
			#head_brandBox .brandBox .brandList li a img{
				width: 100%;
				max-width: 102px;
				height: auto;
			}




/* headerブランド一覧・fixed_open時 */
#head_brandBox_wrap.fixed_open{
	position:fixed;
	top:0px;
	left:0;
	width:100%;
	height: 100%;
	z-index:900;
}
#head_brandBox_wrap.fixed_open #head_brand_close{
	display:block;
}
#head_brandBox_wrap.fixed_open #head_brandBox__inner {
    border-radius: 6px 6px 6px 6px;
}


/* END headerブランド一覧・fixed_open時 */


/* ブランド一覧 */
.brandList {
	margin-bottom:0px;
	padding:0 10px;
}

.brandList+h3{
	margin-bottom:10px;
	padding:0 10px;
	font-size:15px;
	color:#333;
	font-weight: 400;
}

.brandList li {
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:8px;
}
.brandList li:nth-child(3n){
	margin-right:0;
}

.brandList li a {
	display:block;
	overflow: hidden;
	background:#FFFFFF;
	text-align:center;
}


.brandList li.end_sitetop{
	clear:both;
	width:100%;
	margin-right:0;
}
.brandList li.end_sitetop a{
	padding:0 20px;
}    



/*----------------------------------------------------
 2016/08 COLOR TYPE
----------------------------------------------------*/
.itemColorChip{
    clear:both;
    text-align:left;
}
    .itemColorChip span{
        display:inline-block;
        height:9px;
        width:9px;
        margin:0 2px 5px 2px;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
		border-radius: 50%;
    }
.ch_col_00 {
    border: 1px solid #d1cfcf;
    background: -webkit-linear-gradient(-45deg, #000000 50%, #000000 50%, #ffffff 51%);
    background: linear-gradient(135deg, #000000 50%, #000000 50%, #ffffff 51%);
}

.ch_col_01 {
    background: #fff;
    border: 1px solid #d1cfcf;
}

.ch_col_02 {
    background: #000;
}

.ch_col_10 {
    background: #d9d9d9;
}

.ch_col_20 {
    background: #ffa0a0;
}

.ch_col_30 {
    background: #c80000;
}

.ch_col_40 {
    background: #ffba00;
}

.ch_col_50 {
    background: #7e4b01;
}

.ch_col_60 {
    background: #fae829;
}

.ch_col_70 {
    background: #468701;
}

.ch_col_80 {
    background: #0265c1;
}

.ch_col_90 {
    background: #7b0081;
}




/*----------------------------------------------------
 2016/10 お届け日時
----------------------------------------------------*/
.delivery_date_box{
    text-align:left;
    margin-bottom:20px;
}
    .delivery_date_box dl{
        padding:0 !important;
        border:1px solid #000;
    }
    .delivery_date_box dl dt{
        float:none !important;
        text-indent: 0px !important;
        font-size:12px !important;
        text-align:left;
        
        padding:10px 28px 10px 10px;
        
        position:relative;
        
        background:url(/m/images/c/btn_arrow_b_down.png) 96.5% 50% no-repeat;
        background-size:10px auto;
        cursor:pointer;
    }
    .delivery_date_box dl dt.open{
        background:url(/m/images/c/btn_arrow_b_up.png) 96.5% 50% no-repeat;
        background-size:10px auto;
    }
    
    .delivery_date_box dl dd{
        font-size:10px !important;
        text-align:left !important;
        display:none;
        color: #000000 !important;
        padding:10px !important;
        border:none !important;
        margin:0 !important;
    }

.delivery_date_box2{
	text-align:left;
    margin-bottom:15px;
}
	.delivery_date_box2 dl dt{
        font-size:12px;
        text-align:left;
		color:#333;
        
        padding:0px 0px 0px 0px;
    }
	.delivery_date_box2 dl dd{
        font-size:10px;
        text-align:left;
		color:#808080;
    }

/*----------------------------------------------------
 APP用 2017/01
----------------------------------------------------*/
.btnClose a {
	padding: 10px 0;
    width: 100%;
    color: #FFF !important;
    text-align: center;
    display: block;
    background: #666;
    border-radius: 0px;
    border: 0;
    text-decoration: none;
	font-size: 12px;
}

.btnAppOnly{
	padding:10px;
	margin: 0;
	/*
	background: #ddd;
	*/
}
	.btnAppOnly a {
		padding: 15px 0;
		width: 100%;
		text-align: center;
		display: block;
		color: #fff !important;
		background: #000 url(/m/images/c/common/icon_02.png);
		background-repeat: no-repeat;
		background-position: 10px 50%;
		background-size: auto 10px;
		border-radius: 4px;
		border: 0;
		text-decoration: none;
		font-size: 14px;
		letter-spacing: 1px;
	}

.btnAppOnly + #header_wrap{
	border-top: 1px solid #ebebed;
}
.btnAppOnly.none + #header_wrap{
	border-top:none;
}

/*----------------------------------------------------
 Ranking Icon
----------------------------------------------------*/
.rank_math {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 30px;
    height: 30px;
    background-image: linear-gradient(-45deg, #808080 50%, transparent 50%);
    background-image: -webkit-linear-gradient(-45deg, #808080 50%, transparent 50%);
    background-image: -moz-linear-gradient(-45deg, #808080 50%, transparent 50%);
    background-image: -ms-linear-gradient(-45deg, #808080 50%, transparent 50%);
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    -ms-background-size: 30px 30px;
    background-size: 30px 30px;
    color: #ffffff;
}
	.rank_math span {
		position: absolute;
		top: 4px;
		left: 6px;
		font-size: 10px;
		line-height: 1;
	}

.rank_math.rank_math1 {
    background-image: linear-gradient(-45deg, #e1c658 50%, transparent 50%);
    background-image: -webkit-linear-gradient(-45deg, #e1c658 50%, transparent 50%);
    background-image: -moz-linear-gradient(-45deg, #e1c658 50%, transparent 50%);
}

.rank_math.rank_math2 {
    background-image: linear-gradient(-45deg, #c0c0c0 50%, transparent 50%);
    background-image: -webkit-linear-gradient(-45deg, #c0c0c0 50%, transparent 50%);
    background-image: -moz-linear-gradient(-45deg, #c0c0c0 50%, transparent 50%);
}

.rank_math.rank_math3 {
    background-image: linear-gradient(-45deg, #bb9585 50%, transparent 50%);
    background-image: -webkit-linear-gradient(-45deg, #bb9585 50%, transparent 50%);
    background-image: -moz-linear-gradient(-45deg, #bb9585 50%, transparent 50%);
}

.rank_math.rank_math10 span,
.rank_math.rank_math11 span,
.rank_math.rank_math12 span,
.rank_math.rank_math13 span,
.rank_math.rank_math14 span,
.rank_math.rank_math15 span,
.rank_math.rank_math16 span,
.rank_math.rank_math17 span,
.rank_math.rank_math18 span,
.rank_math.rank_math19 span,
.rank_math.rank_math20 span{
    left: 3px;
}


/*----------------------------------------------------
 2020/03/ GEC 
----------------------------------------------------*/
/* btm_fixedNavi */
#btm_fixedNaviWrap{
	position: fixed;
	bottom:0;
	left: 0;
	/*
	z-index: 1001;
	*/
	z-index:800;
	width: 100%;
}
#btm_fixedNavi{
	box-shadow: 0px -1px 3px rgba(80,80,80,0.25);
    /*
	background: #f7f7f7;
    */
    background: #000;
    padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
#btm_fixedNavi ul{
	display: flex;
	height: 57px;
}
#btm_fixedNavi ul li{
	width: 20%;
	padding: 2px 3px 0px;
}
#btm_fixedNavi ul li a,
#btm_fixedNavi ul li span{
	position: relative;
	cursor: pointer;
	display: block;
	color:#fff;
	text-decoration: none !important;
	text-align: center;
	line-height: 1;
	height: 53px;
	padding-top: 35px;
	box-sizing: border-box;
}
#btm_fixedNavi ul li em{
	font-size:9.5px;
	font-style: normal;
	font-weight: normal;
	display: block;
}

#btm_fixedNavi__cart a{
	background: url(/m/images/c/common_new/icon_cart_w.svg) 50% 9px no-repeat;
	background-size: 24px auto;
}
#cart-num{
	display:block;
	font-style: normal;
	width:16px;
	height: 16px;
	text-align: center;
	font-size:9px !important;
	padding-top:3px;
	line-height:1;
	position: absolute;
	top:4px;
	left:calc(50% + 7px);

	color:#fff !important;
	border-radius:20px;
	background:#0084FF;
	box-sizing: border-box;
}

#btm_fixedNavi__search span{
	background: url(/m/images/c/common_new/icon_search_w.svg) 50% 9px no-repeat;
	background-size: 20px auto;
}
#btm_fixedNavi__brand span,
#btm_fixedNavi__brand a{
	background: url(/m/images/c/common_new/icon_brand_w.svg) 50% 7px no-repeat;
	background-size: 25px auto;
}
#btm_fixedNavi__favorite a{
	background: url(/m/images/c/common_new/icon_heart_w.svg) 50% 10px no-repeat;
	background-size: 23px auto;
}
#btm_fixedNavi__menu span{
	background: url(/m/images/c/common_new/head_menu_btn_w.svg) 50% 10px no-repeat;
	background-size: 20px auto;
}




/*-----------------------------------------------------------------
 header_category_box(検索改善) 2020/04 
-----------------------------------------------------------------*/
#header_category_box{
	display: none;
	/**/
	flex-wrap: wrap;
    /*
	align-items: center;
    */
    align-items: flex-end;
    overflow:hidden;
	/**/
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
    /**/
    pointer-events: none;
}

#header_category_box *{
	box-sizing: border-box;
}

#header_category_box_inner{
	position: relative;
	z-index: 1999;
	width: 100%;
	/*
	height: calc(100vh - 100px);
	*/
	height: calc(100% - 10px);
	overflow: hidden;
    /**/
    pointer-events: auto;
}

#header_category_close{
	position: relative;
	text-align: right;
	padding: 0 5px;
	line-height: 0;
	width: 100%;
	box-sizing: border-box;
}
	#header_category_close a {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(/m/images/c/common_new/icon_close_w.svg) 50% 50% no-repeat;
		background-size: 15px auto;
	}

#header_category_box_main{
    /*
	height: 100%;
    */
    /* 40(closeボタンサイズ) */
    height: calc(100% - 40px);
	width: 100%;
	background: #fff;
	overflow: hidden;
}


/* カテゴリエリア */
#header_category_box_main__category{
	background: #fff;
}
#header_category_box_main__category form{
	margin: 0;
	padding: 0;
}
#header_category_box_main__category-form{
	position: relative;
	background: #F5F5F5;
	padding: 15px 12px;
	height: 70px;
}
	#header_category_box_main__category-form input[type="text"]{
		-webkit-appearance: none;
		appearance: none;
		background: #fff;
		padding: 0px 50px 0px 10px;
		width: 100%;
		height: 40px;
		line-height: 1.3;
		border:none;
		outline: 0;
		font-size: 16px;
	}
	#header_category_box_main__category-form input[type="submit"] {
		-webkit-appearance: button;
		appearance: button;
		border-radius: 0;
		position: absolute;
    	top: 15px;
    	right: 12px;
		width: 50px;
		height: 40px;
		border: none;
		background: url(/m/images/c/common_new/icon_search_b.svg) 50% 50% no-repeat;
		background-size: 19px auto;
	}
#header_category_box_main__category__brand-link{
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px 0px 24px;
	font-size: 14px;
	color: #000;
	background: url(/m/images/c/common_new/head_navi_arrow_r.png) calc(100% - 10px) 50% no-repeat;
	background-size: 6px 10px;
	border-bottom: 2px solid #F5F5F5;
    box-sizing: border-box;
}
#header_category_box_main__category__ttl{
	min-height: 50px;
	line-height: 50px;
	padding: 0px 20px 0px 24px;
	font-size: 14px;
	color: #000;
}

#header_category_box_main__category__header{
	position: relative;
}
	#header_category_box_main__category__header ul{
		height: 50px;
		display: flex;
		border-top: 2px solid #efefef;
		border-bottom: 2px solid #efefef;
		border-left: 1px solid #efefef;
	}
	#header_category_box_main__category__header ul li{
		width: 25%;
		border-right: 1px solid #efefef;
		box-sizing: border-box;
	}
	#header_category_box_main__category__header ul li a{
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		font-size: 12px;
		color: #a2a2a2;
        
        text-align: center;
        text-decoration: none !important;
		/**/
		
	}
	#header_category_box_main__category__header ul li.current{
	}
	#header_category_box_main__category__header ul li.current a{
		color: #000;
	}

#header_category_box_main__category__header__line{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25%;
	height: 3px;
	background-color: #000000;
}

#header_category_box_main__category__body{
	position: relative;
	/* 115px __  (40px(close btn)  70px(検索) + 50px(btn:ブランドから探す) + 50px(ttl:カテゴリから探す) + 50px(tab))=260 */
	/*
    height: calc(100vh - 375px);
    */
	overflow: hidden;
    
    /**/
    background:#fff;
}
#header_category_box_main__category__body.loading:after {
    position: absolute;
    content: " ";
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    width: 30px;
    height: 30px;
    background:#fff url(/m/images/c/common_new/icon_loader.gif) 50% 47% no-repeat;
    background-size: 30px 30px;
 
    -webkit-animation: animation_loading 2s linear infinite;
    animation: animation_loading 2s linear infinite;
}
/* END カテゴリエリア */






/* ブランドエリア(ブランドのTOP) */
#header_category_box_main__brand{
	background: #fff;
	display: none;
}
#header_category_box_main__brand-back-btn{
	cursor: pointer;
    min-height: 50px;
    line-height: 50px;
    padding: 0px 20px 0px 40px;
    font-size: 14px;
    color: #0191cf;
    background: #efefef url(/m/images/c/common_new/head_navi_arrow_l_blue.png) 14px 50% no-repeat;
    background-size: 6px 10px;
}
#header_category_box_main__brand__body{
	position: relative;
	/* 115px __ 40px(close btn)  50px(戻るbtn) */
    /*
	height: calc(100vh - 205px);
    */
	overflow: hidden;
}

/* END ブランドエリア(ブランドのTOP) */



/* ブランドエリア(下層) */
#header_category_box_main__brand-sub{
	background: #fff;
	display: none;
}
#header_category_box_main__brand-sub-back-btn{
	cursor: pointer;
    min-height: 50px;
    line-height: 50px;
    padding: 0px 22px 0px 40px;
    font-size: 14px;
    
    color: #0191cf;
    background: #efefef url(/m/images/c/common_new/head_navi_arrow_l_blue.png) 14px 50% no-repeat;
    background-size: 6px 10px;
    /*
    color: #333333;
    background: #efefef url(/m/images/c/common_new/head_navi_arrow_l.png) 14px 50% no-repeat;
    background-size: 6px 10px;
    */
}

#header_category_box_main__brand-sub__ttl{
	min-height: 50px;
	line-height: 50px;
	padding: 0px 20px 0px 24px;
	font-size: 13px;
	color: #000;
}
	#header_category_box_main__brand-sub__ttl dl{
		display: inline-block;
	}
	#header_category_box_main__brand-sub__ttl dl dt{
		display: inline-block;
		font-weight: normal;
	}
	#header_category_box_main__brand-sub__ttl dl dd{
		display: inline-block;
	}
	#header_category_box_main__brand-sub__ttl dl dd span{
		position: relative;
		display: inline-block;
	}
	#header_category_box_main__brand-sub__ttl dl dd span::before{
		display: inline-block;
		content:">";
		padding: 0 5px;
	}


#header_category_box_main__brand-sub__header{
	position: relative;
}
	#header_category_box_main__brand-sub__header ul{
		height: 50px;
		display: flex;
		border-top: 2px solid #efefef;
		border-bottom: 2px solid #efefef;
		border-left: 1px solid #efefef;
	}
	#header_category_box_main__brand-sub__header ul li{
		width: 25%;
		border-right: 1px solid #efefef;
		box-sizing: border-box;
	}
	#header_category_box_main__brand-sub__header ul li a{
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		font-size: 12px;
		color: #a2a2a2;
		line-height: 1.17;
		text-align: center;
        text-decoration: none !important;
        word-break: break-all;
	}
	#header_category_box_main__brand-sub__header ul li.current{
	}
	#header_category_box_main__brand-sub__header ul li.current a{
		color: #000;
	}

#header_category_box_main__brand-sub__header__line{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25%;
	height: 3px;
	background-color: #000000;
}


/* tabカウントでの表現 */
#header_category_box_main__brand-sub__header.tab-num5 ul li{
    width: 20%;
}
#header_category_box_main__brand-sub__header.tab-num5 #header_category_box_main__brand-sub__header__line{
    width: 20%;
}
/* END tabカウントでの表現 */


#header_category_box_main__brand-sub__body{
	position: relative;
	/* 115px __ 40px(close btn)  50px(戻るbtn) + 50px(ttl) + 50px(tab) */
    /*
	height: calc(100vh - 305px);
    */
	overflow: hidden;
    /**/
    background:#fff;
}
#header_category_box_main__brand-sub__body.loading:after {
    position: absolute;
    content: " ";
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    width: 30px;
    height: 30px;
    background:#fff url(/m/images/c/common_new/icon_loader.gif) 50% 47% no-repeat;
    background-size: 30px 30px;
 
    -webkit-animation: animation_loading 2s linear infinite;
    animation: animation_loading 2s linear infinite;
}
/* END ブランドエリア(下層) */






.header_category_box_body-item{
	position: relative;
	z-index: 1;
	overflow-x: hidden;
    overflow-y: auto;
	width: 100%;
    height: 100%;
	background:#fff;
    box-sizing: border-box;
    /* iPhoneX */
    padding-bottom: env(safe-area-inset-bottom);
}
.header_category_box_body-item.header_category2,
.header_category_box_body-item.header_category3,
.header_category_box_body-item.header_category4,
.header_category_box_body-item.header_category5,
.header_category_box_body-item.header_category6,
.header_category_box_body-item.header_category7{
	position: absolute;
	top:0;
	left: 0;	
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: translateX(100%);
}
.header_category_box_body-item.header_category3{
	z-index: 2;
}
.header_category_box_body-item.header_category3{
	z-index: 3;
}
.header_category_box_body-item.header_category4{
	z-index: 4;
}
.header_category_box_body-item.header_category5{
	z-index: 5;
}
.header_category_box_body-item.header_category6{
	z-index: 6;
}
.header_category_box_body-item.header_category7{
	z-index: 7;
}

.header_category_box_body-item.header_category2.active,
.header_category_box_body-item.header_category3.active,
.header_category_box_body-item.header_category4.active,
.header_category_box_body-item.header_category5.active,
.header_category_box_body-item.header_category6.active,
.header_category_box_body-item.header_category7.active{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
}

/* 展開時：イベントしないように */
.category-no-events{
	pointer-events: none !important;
}
/*END 展開時：イベントしないように */


.header-category-list{
	min-height: 100%;
	background: #fff;
}
	.header-category-list li{
	}
	.header-category-list li a,
	.header-category-list li .next-btn{
		cursor: pointer;
		display: block;
		box-sizing: border-box;
		min-height: 50px;
		line-height: 50px;
		padding: 0px 22px 0px 15px;
		font-size: 13px;
		color: #000;
		background: url(/m/images/c/common_new/head_navi_arrow_r.png) calc(100% - 14px) 50% no-repeat;
		background-size: 6px 10px;
		border-bottom: 1px solid #ebebed;
        text-decoration: none !important;
	}
	
	.header-category-list__count{
		display: inline-block;
		font-weight: normal;
		font-style: normal;
		font-size:90%;
		padding-left: 3px;
	}

	.header-category-list li.back-btn span{
		cursor: pointer;
		display: block;
		box-sizing: border-box;
		min-height: 50px;
		line-height: 50px;
		padding: 0px 22px 0px 40px;
		font-size: 13px;
		border-bottom: 1px solid #ebebed;
        
		color: #0191cf;
		background: #efefef url(/m/images/c/common_new/head_navi_arrow_l_blue.png) 14px 50% no-repeat;
		background-size: 6px 10px;
		
        /*
		color: #333333;
		background: #efefef url(/m/images/c/common_new/head_navi_arrow_l.png) 14px 50% no-repeat;
		background-size: 6px 10px;
        */
	}
	.header-category-list li.back-btn span::before{
		content:"戻る";
		display: inline;
	}
		.header-category-list li ul{
			-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
			
			width: 100%;
			transform: translateX(100%);
			position: absolute;
			top: 0;
			background-color: #ffffff;
			
			-webkit-overflow-scrolling: touch;
		}
		.header-category-list li ul.active{
			-webkit-transform: translateX(0);
    		transform: translateX(0);
			pointer-events: auto;
		}





/*回転*/
@-webkit-keyframes animation_loading {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes animation_loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
