@charset "utf-8";
/* CSS Document */
/* 最新入荷情報
------------------------------------- */

@media screen and (max-width: 834px) {
	#arrival .container {
		padding: 0;
		max-width: 100%;
		width: calc(100% - 25px);
	}
}
#arrival .content_wrap {
	&.cont_showcase .search-result {
		& .list-item_wrap {
			background: var(--even-color);
		}
		& .list-item_btn div.btn-blue a {
			background: var(--odd-color);
			&:hover {
				background: #2064bd;
			}
		}
		& .list-item_btn div.btn-cart a {
			background: var(--odd-color);
			&:hover {
				background: var(--common-cart-color);
			}
		}
		& .list-item_img a {
			background: var(--odd-color);
		}
	}
}
