@charset "UTF-8";
.item-category__item-scroll-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow-x: scroll;
	padding-bottom: 20px;
}

@media screen and (max-width: 960px) {
	.item-category__item-scroll-list {
		width: 100vw;
	}
}

.item-category__item-scroll-list > li {
	position: relative;
}
.item-category__item-scroll-list--ranking > li p.rank {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 30px;
	height: 30px;
	border-radius: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	background: #2E2E2E;
	z-index: 2;
}
.item-category__item-scroll-list > li:nth-child(1) p.rank {
	background: #CCA522;
}
.item-category__item-scroll-list > li:nth-child(2) p.rank {
	background: #A1A2AA;
}
.item-category__item-scroll-list > li:nth-child(3) p.rank {
	background: #C18C4F;
}

.item-category__item-scroll {
	min-width: 40%;
	line-height: 1.5;
	margin: 0 2% !important;
	white-space: nowrap;
	border-radius: 10px;
	overflow: hidden;
	/* セール時の赤字の指定 */
	/* 二重売価の打ち消し線の設定 */
}

@media screen and (max-width: 960px) {
	.item-category__item-scroll {
		min-width: 40vw;
		margin: 0 2% !important;
	}
}

.item-category__item-scroll__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
			-ms-flex-flow: column;
					flex-flow: column;
}

.item-category__item-scroll__txt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
			-ms-flex-flow: column;
					flex-flow: column;
	background-color: #fff;
	padding: 10px !important;
	white-space: normal;
}

.item-category__item-scroll__name {
	font-size: 14px;
}

.item-category__item-scroll__price, .item-category__item-scroll__tax-included {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	width: -webkit-max-content;
	width: max-content;
	max-width: 100%;
	position: relative;
}

.item-category__item-scroll__price {
	font-size: 14px;
	font-weight: bold;
}

.item-category__item-scroll__tax-included {
	font-size: 12px;
}

.item-category__item-scroll__tax-included > dt {
	font-weight: inherit;
}

.item-category__item-scroll__price-wrapper.salaPrice .item-category__item-scroll__block-price-wrapper {
	color: #D92627;
}

.item-category__item-scroll__original-price-wrapper .item-category__item-scroll__price::before,
.item-category__item-scroll__original-price-wrapper .item-category__item-scroll__tax-included::before {
	width: 100%;
	border-top: 0.4rem double #000;
	content: "";
	position: absolute;
	top: 49%;
	left: 0;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	z-index: 1;
}

@media screen and (max-width: 960px) {
	.homecoordy img {
		width: 100%;
		height: auto;
		margin: auto;
	}
}
