@charset "utf-8";


:root{
	--k26bottomBarSize:90px;
}

@media (width <= 960px){
	#header-inner {
		position: relative;
	}
	#header-nav-drawer{
		display:none!important;
	}
	#floating-menu{
		bottom:calc(var(--k26bottomBarSize) + 20px);
	}
	#footer_info_copy{
		padding-bottom:calc(var(--k26bottomBarSize) + 20px);
	}
	#line-float{
		bottom:calc(180px + var(--k26bottomBarSize) + 20px);
	}
	#sub-column #searchbox_wrap,
	#sub-column #searchbox_wrap + ul{
		display:none;
	}
}

.k26-headerCart{
	width:50px;
	height:auto;
	position:absolute;
	bottom:14.5px;
	right:14.5px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap:3px;
	white-space:nowrap;
	color:#000000;
	text-decoration:none;
}
.k26-headerCart:active,
.k26-headerCart:visited {
	color: #333;
}
@media (width > 960px){
	.k26-headerCart{
		display:none !important;
	}
}
.k26-headerCart img{
	width:30px;
	height:auto;
	display:block;
	transform:translatex(-3px);
}
.k26-headerCart span{
	font-size:10px;
	font-weight:bold;
	line-height:1;
	display:block;
}






@media (width > 960px){
	.k26-footerFloat{
		display:none;
	}
}



.k26-footerFloatBar{
	pointer-events:all;
	width:100%;
	height:calc(var(--k26bottomBarSize) * 3);
	position:fixed;
	left:0;
	bottom:calc(var(--k26bottomBarSize) * -2);
	display:flex;
	justify-content:center;
	align-items:flex-start;
	z-index:12000;
	gap:23px;
	background:#1D2087;
	color:white;
}
.k26-footerFloatBarButton{
	margin-top:15px;
	width:50px;
	height:auto;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap:5px;
	font-size:10px;
	font-weight:bold;
	line-height:1;
	white-space:nowrap;
	color:inherit;
	text-decoration:none;
	z-index:2;
}
.k26-footerFloatBarButton:link,
.k26-footerFloatBarButton:visited,
.k26-footerFloatBarButton:hover,
.k26-footerFloatBarButton:active{
	color:inherit;
}
.k26-footerFloatBarButton img{
	width:40px;
	height:auto;
	display:block;
}





.k26-footerFloatSearch{
	pointer-events:all;
	padding:20px 15px;
	background:#f2f8ff;
	position:fixed;
	bottom:calc(var(--k26bottomBarSize));
	left:0;
	width:100%;
	box-sizing:border-box;
	z-index:10000;
}
.k26-footerFloatSearch *{
	box-sizing:border-box;
}
.k26-footerFloatSearch form{
	overflow:hidden;
	position:relative;
	width:100%;
	display:flex;
	border:solid 1px #999;
	border-radius:10px;
}
.k26-footerFloatSearch form::after{
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:6.5px solid #333;
	content:"";
	position:absolute;
	left:10px;
	top:22px;
	width:0;
}
.k26-footerFloatSearch select{
	background:#EEE;
	border:none;
	border-radius:10px 0 0px 10px;
	padding:0 16px 0 22px;
	font-size:13px;
	outline:0;
	width:100px;
	color:#333;
	-webkit-appearance:none;
	appearance:none;
	border-radius:0;
	box-sizing:border-box;
	height:50px;
	flex-shrink:0;
}
.k26-footerFloatSearch input.searchbox{
	width:100%;
	border:none;
	font-size:16px;
	height:50px!important;
	padding:0 0.5em;
	outline:none;
}
.k26-footerFloatSearch input.searchbox::placeholder {
	color:#ADADAD;
	font-size:14px;
}
.k26-footerFloatSearch .searchSubmit{
	height:50px;
	overflow:hidden;
	width:48px;
	padding:14px;
	flex-shrink:0;
	background:#ffffff;
}












@media (width <= 960px){
	#sub-column{
		height:100svh;
		box-sizing:border-box;
		right:0;
		top:0;
		width:100svw;
		padding:30px 15px calc(var(--k26bottomBarSize) + 20px);
		z-index:11000!important;
	}
}











@media (width <= 960px){
	#sub-column,
	.k26-footerFloatSearch{
		transform:translatey(100%) !important;
		transition:transform 0.3s ease-out;
	}
	#sub-column.active,
	.k26-footerFloatSearch.active{
		transform:none !important;
	}
	.k26-footerFloatBarButton.search img:nth-child(1),
	.k26-footerFloatBarButton.menu img:nth-child(1){
		display:flex;
	}
	.k26-footerFloatBarButton.search img:nth-child(2),
	.k26-footerFloatBarButton.menu img:nth-child(2){
		display:none;
	}
	body:has(.k26-footerFloatSearch.active) .k26-footerFloatBarButton.search img:nth-child(1),
	body:has(#sub-column.active) .k26-footerFloatBarButton.menu img:nth-child(1){
		display:none;
	}
	body:has(.k26-footerFloatSearch.active) .k26-footerFloatBarButton.search img:nth-child(2),
	body:has(#sub-column.active) .k26-footerFloatBarButton.menu img:nth-child(2){
		display:flex;
	}
}








#sub-column .k26-drawerContactAddsTitle{
	display:none;
	background:#1D2087;
	color:#FFF;
	border:none;
	padding:10px 15px;
	font-size:16px;
	letter-spacing: 0.05em;
	margin-bottom:10px;
}
@media (width <= 960px){
	#sub-column .k26-drawerContactAddsTitle{
		display:block;
	}
}

.k26-drawerContactAdds{
	width:100%;
	display:none;
	gap:10px;
	margin-top:10px;
}
@media (width <= 960px){
	.k26-drawerContactAdds{
		display:flex;
	}
}
.k26-drawerContactAdds a{
	width:50%;
	height:76px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap:5px;
	background:#f2f8ff;
	border-radius:10px;
	color:#1E2086;
	text-decoration:none;
	font-size:14px;
	line-height:1;
	white-space:nowrap;
}
.k26-drawerContactAdds a img{
	width:35px;
	height:auto;
	display:block;
}
.k26-drawerContactAdds a span{
	display:block;
}

