#global_header {
    position:relative;
	border-bottom: 1px solid #eee;
}

#logo_global{
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
}

#logo_global a{
    line-height:0;
}


#logo_global img {
    max-width: 180px;
    width: 180px;
    object-fit: contain;
}
.btnbox_left{
    position:absolute;
    top:-7px;
    left:8px;
}
.btnbox_left .icon_inner{
	font-size:10px;
}

#btn_global_top .icon_inner{
	margin-left:8px;
}

.btnbox_left a:hover{
	text-decoration:none;
}
.btnbox_right{
    position:absolute;
    top:0;
    right:12px;
}
.btnbox_right .icon_inner{
    display:block;
    margin-top:-6px;
    padding-left:3px;
    font-size:10px;
}
.btnbox_item{
    position:relative;
}
.btnbox_item a:hover{
	text-decoration:none;
}
#btn_global_top:before {
    content:'';
    display:block;
	width: 20px;
	height: 20px;
	margin-bottom:-4px;
    margin-top:17px;
    margin-left:13px;
	background-size:contain;
    background-repeat:no-repeat;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22home%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2222%22%20viewBox%3D%220%200%2024%2022%22%3E%3Cg%20id%3D%22%22%20data-name%3D%22%22%20transform%3D%22translate%283.048%208.293%29%22%3E%3Cg%20id%3D%22%22%20data-name%3D%22%22%3E%3Cpath%20id%3D%22%22%20data-name%3D%22%22%20d%3D%22M81.255%2C196.323v12.029H66.708V196.323H65.03v12.868a.839.839%2C0%2C0%2C0%2C.839.839H82.094a.839.839%2C0%2C0%2C0%2C.839-.839V196.323Z%22%20transform%3D%22translate%28-65.03%20-196.323%29%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22%22%20data-name%3D%22%22%3E%3Cg%20id%3D%22%22%20data-name%3D%22%22%3E%3Cpath%20id%3D%22%22%20data-name%3D%22%22%20d%3D%22M12.559%2C23.473a.839.839%2C0%2C0%2C0-1.118%2C0L0%2C33.683l1.118%2C1.252L12%2C25.224l10.883%2C9.712L24%2C33.683Z%22%20transform%3D%22translate%280%20-23.26%29%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
#btn_global_cart:before {
    content:'';
    display:block;
	width: 20px;
	height: 20px;
    margin-top:15px;
    margin-left:6px;
    background-repeat:no-repeat;
    
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2216.065%22%20viewBox%3D%220%200%2020%2016.065%22%3E%3Cg%20transform%3D%22translate%28-0.1%20-23.1%29%22%3E%3Ccircle%20cx%3D%221.602%22%20cy%3D%221.602%22%20r%3D%221.602%22%20transform%3D%22translate%2813.455%2036.899%29%20rotate%28-45%29%22%2F%3E%3Ccircle%20cx%3D%221.602%22%20cy%3D%221.602%22%20r%3D%221.602%22%20transform%3D%22translate%286.123%2035.707%29%20rotate%28-13.286%29%22%2F%3E%3Cpath%20d%3D%22M19.965%2C25.843a.608.608%2C0%2C0%2C0-.5-.24H4.786l-.5-2.023a.62.62%2C0%2C0%2C0-.6-.481H.721a.621.621%2C0%2C0%2C0%2C0%2C1.242H3.2l2.363%2C9.552a.62.62%2C0%2C0%2C0%2C.6.481H17.6a.62.62%2C0%2C0%2C0%2C.6-.481l1.882-7.509A.65.65%2C0%2C0%2C0%2C19.965%2C25.843Zm-13.3%2C7.269L5.106%2C26.865H18.683l-1.562%2C6.248Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}
#global_header .inner .btnbox_right #btn_global_cart .header_cart_num {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -7px;
	min-width: 12px;
	min-height: 12px;
	border-radius: 10px;
	background: #000;
	padding: 0 0 0 1px;
	font-size: 10px;
	color: #fff;
	line-height: 1
}
#global_header .inner .btnbox_right ._noitem #btn_global_cart .header_cart_num {
	display: none
}
#global_header .inner .btnbox_right #btn_global_cart .header_cart_num {
    background: #C00;
    left:12px;
}

#min_footer{
	color:#333;
	display:flex;
	justify-content:center;
	padding-top:30px;
	padding-bottom:30px;
}

@media screen and (max-width:850px) {
	
	#min_footer{
		color:#333;
		padding-top:30px;
		padding-bottom:30px;
	}

}

#global_header .rank_icon{padding: 0 10px; margin-bottom: 4px;}
#global_header .rank_icon img{width: 34px;height: 34px;}
.rank_point{color: #203865; font-weight: bold; font-size: 10px; margin-bottom: 4px;}
.rank_wrapper{display: flex; align-items: end;}
#global_header .inner .btnbox_right.rank_wrapper #btn_global_cart .header_cart_num{top: 8px;}
.sp_rank{display: none;}
.ml10{margin-left: 10px;}
@media screen and (max-width:850px) {
	.pc_rank{display: none;}
	.sp_rank{display: flex;}
	.rank_wrapper.sp_rank{justify-content: center; align-items: center; padding: 0 5px;}
}
