@charset "utf-8";

@media screen and (max-width: 767px) {

	.product-text-wrap .showcase {
		margin-top: 5px;
	}

}

@media screen and (max-width: 540px) {

	.product-text-wrap .showcase-txt {
		width: calc(100% - 115px);
	}

}

@media screen and (max-width: 414px) {

	.product-text-wrap .showcase figure {
		width: 80px;
	}

	.product-text-wrap .showcase-txt {
		width: calc(100% - 95px);
	}

}