@charset "utf-8";

.fixMenu {padding:10px 0; background:var(--base1); width:100%; position:fixed; left:0; bottom:0; z-index:9;}
.fixMenu-wrap {display:flex; gap:30px;}
/* .fixMenu-wrap a {width:calc((100% - 360px)/13); height:64px; gap:5px 0; display:flex; flex-direction:column; align-items:center; justify-content:center; color:#fff;} */
.fixMenu-wrap a {flex:1 0 calc((100% - 360px)/13); height:64px; gap:5px 0; display:flex; flex-direction:column; align-items:center; justify-content:center; color:#fff;}
.fixMenu-wrap a span {}
.fixMenu-wrap a span.txt  {line-height:1.2;}
.fixMenu-wrap a span.img  {height:40px;}
.fixMenu-wrap a span.img  img {width:100%; height:100%; object-fit:scale-down;}
/* .fixMenu-wrap a span.img img {height:40px;} */
/* .fixMenu-wrap a:first-child span.img img {height:32px} */







@media (max-width: 1199px) {
	
	
	
	
}

@media (max-width: 767px) {
	
	
}




