@charset "utf-8";

.itemWrap li{
	opacity: 0.2;
	 -webkit-user-select: none;
	    -moz-user-select: none;
	     -ms-user-select: none;
	         user-select: none;
	 pointer-events: none;
}

.coming_soon{
	    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #3e3a39;
		margin-top: 32px;
		text-align: center;
}

/* PC
-------------------------------------*/
@media screen and (min-width: 951px) {
	.pmd-secOnlineShop .ctsWrap .itemWrap .item {
    width: 200px;
    padding: 0px 40px;
}
}


.pmd-secOnlineShop .ctsWrap .itemWrap {
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 950px) {
	.coming_soon{
    font-size: 1.2rem;
	}



	
}