.ul_product li.new:before {
	font-size: 120%;
}
.ul_product li.cms {
	position: relative;
}
.ul_product li.cms:before {
	-webkit-animation-name: rotate1;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 3s;
	-moz-animation-name: rotate1;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 3s;
	animation-name: rotate1;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
	animation-duration: 3s;
	background:  url("../img/comming.png") no-repeat center , #1b2950;
    background-size: 80% , 100%;
	border: solid 1px #1b2950;
	border-radius: 100%;
	content: "";
	color: #fff;
	font-size: 60%;
	height: 70px;
	letter-spacing: 0em;
	line-height: 70px;
	font-weight: 200;
	position: absolute; top: 15px; left: 10px;
	text-align: center;
    transform: scale(0.5);
	width: 70px;
	z-index: 10;
}





.ul_product li .ttl {
	font-size: .8rem;
}
@media only screen and (min-width: 768px) {
		.ul_product li .ttl {
			font-size: 16px;
			text-align: center;
		}
}




@media only screen and (min-width: 768px) {
		.anker_wrap .link {
        max-width: 500px;
        width: 90%;
    }
}