@charset "UTF-8";




#nav .navList li:last-child span.pc{
	display: none;
}

.noLinkPan{
	cursor: default;
}

#labelItemsThumb{
	min-height: 100px;
}

.labelItemsThumbImg a .number0{
	z-index: 1;
}
.labelItemsThumbImg a .number1{
	opacity: 0;
	z-index: 2;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);

/*
	position: absolute;
	left: 0;
	top: 0;
*/
}

.labelItemsThumbImg a:hover .number1{
	opacity: 1;
}


.labelItemsThumbImg a{
	display: block;
	position: relative;
	overflow: hidden;
}

.labelItemsThumbImg a:before {
    content:"";
    display: block;
    padding-top: 125%;
    background-color: #f7f7f7;
}

.labelItemsThumbImg a img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}





a.noLink {
	opacity: 0.2;
	cursor: default;
	pointer-events: none !important;
}

#btnBuy{
	z-index: 3;
}

#store{
	pointer-events: auto;
}



/*
#logoInner #logo img{
	max-width: 400px;
	max-height: 40px;
	
	margin: 0 auto;
	display: block;
}
*/

/*
#labelSortList li.active a{
	padding: 5px 11px 6px;
}
*/















/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px){




.labelItemsThumbImg a:hover .number1{
	opacity: 0;
}



#labelItemsThumb .btn{
  border-radius: 0px;
}





}
















