@charset "UTF-8";

#contents.item-list-page {
	padding-top: 0;
}

@media screen and (min-width:768px){
	#contents.item-list-page {
		padding-top: 40px;
	}
	#contents.item-list-page.item-list-page--freepage{
		padding-top: 0px;
	}
}
#contents.item-list-page #main-column {
	position: relative;
}

.item-page-title {
	font-family: "Noto Serif JP", serif;
	font-size: 34px !important;
	font-weight: 600;
	letter-spacing: 0.1em;
	height: 130px;
	background: #f6f5f3;
	margin-bottom: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#bread-crumb {
	position: absolute;
	top: 130px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	max-width: 1200px;
	width: calc(100vw - 80px);
	text-align: left;
	z-index: 20;
}

#bread-crumb ol {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 0.7em;
	font-weight: 500;
	letter-spacing: 0.05em;
}

#bread-crumb ol li {
	display: inline;
	font-size: 12px;
	padding-left: 0;
	padding-right: 0;
	background: none;
}

#bread-crumb ol li:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	margin: 0 0.6em 0.2em 0.5em;
}

#bread-crumb ol li a:hover {
	text-decoration: underline;
}

.item-list-page:not(.item-list-page--freepage) #bread-crumb {
	position: relative;
	top: 0;
	margin: 0 0 70px;
	margin-bottom: 70px;
}

#freepage-contents .sp-only {
	display: none !important;
}

#freepage-contents .pc-only {
	display: block !important;
}

#contents.item-list-page .item-page-head {
	margin-left: auto;
	margin-right: auto;
}

#contents.item-list-page .item-page-head .cmn-ttl {
	margin-top: 117px;
	margin-bottom: 40px;
}

#contents.item-list-page .item-page-head .item-cat-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -30px;
}

#contents.item-list-page .item-page-head .item-cat-list__item {
	width: 22.8%;
	min-height: 136px;
	margin-bottom: 30px;
	background: url(../img/merchandise/bg_item_cat.png) no-repeat center/cover;
	border-radius: 8px;
	overflow: hidden;
}

#contents.item-list-page .item-page-head .item-cat-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 9px 13% 9px 7.3%;
	position: relative;
}

#contents.item-list-page .item-page-head .item-cat-list__item a::before {
	position: absolute;
	top: 50%;
	right: 7.3%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 9px;
	height: 13px;
	display: block;
	background: url(../img/merchandise/icon_arrow_pink.png) no-repeat center/contain;
}

#contents.item-list-page .item-page-head .item-cat-list__image {
	height: 118px;
	margin-right: 15px;
}

#contents.item-list-page .item-page-head .item-cat-list__image img {
	height: 100%;
}

#contents.item-list-page .item-page-head .item-cat-list__image--low {
	height: 99px;
}

#contents.item-list-page .item-page-head .item-cat-list__text {
	font: 600 24px "Noto Serif JP", serif;
	margin-bottom: 5px;
}

#contents.item-list-page .item-page-head .item-price-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -30px;
}

#contents.item-list-page .item-page-head .item-price-list__item {
	width: 22.8%;
	border: 1px solid #9b9b9b;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 30px;
}

#contents.item-list-page .item-page-head .item-price-list__item a {
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 21px 15% 21px 7.3%;
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#contents.item-list-page .item-page-head .item-price-list__item a::before {
	position: absolute;
	top: 50%;
	right: 7.3%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 9px;
	height: 13px;
	display: block;
	background: url(../img/merchandise/icon_arrow_pink.png) no-repeat center/contain;
}

#contents.item-list-page .item-page-head .item-price-list__item a:hover {
	background: #f8e0dd;
}

#contents.item-list-page #itemList_wrap {
	position: relative;
	max-width: 1200px;
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
}

#contents.item-list-page #itemList_wrap #pager-top {
	padding: 0;
	margin-bottom: 58px;
}

#contents.item-list-page #itemList_wrap #pager-top .selectbox {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}

#contents.item-list-page #itemList_wrap #pager-top .selectbox .select01 {
	width: 210px;
	height: 50px;
	border-radius: 8px;
	border-color: #9b9b9b;
	font-size: 16px;
	padding: 0 40px 0 15px;
	background: url(../img/merchandise/icon_arrow_select.png) no-repeat right 18px center/11px auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-right: 22px;
}

#contents.item-list-page #itemList_wrap #pager-top .quantity {
	float: none;
	font: 400 16px "游ゴシック体", YuGothic, yu-gothic-pr6n, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
	margin-top: 67px;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist {
	float: none;
	margin-top: -28px;
	padding: 0 220px;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li {
	font-size: 18px;
	color: #db6557;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 5px;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li.selected {
	background: #db6557;
	color: #ffffff;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a {
	color: #db6557;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=前へ],
#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=最初へ],
#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=次へ],
#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=最後へ] {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=前へ] {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=前へ]::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 9px;
	height: 13px;
	display: block;
	background: url(../img/merchandise/icon_arrow_pink.png) no-repeat center/contain;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=最初へ] {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=最初へ]::before,
#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=最初へ]::after {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 9px;
	height: 13px;
	display: block;
	background: url(../img/merchandise/icon_arrow_pink.png) no-repeat center/contain;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=最初へ]::before {
	left: 40%;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=最初へ]::after {
	left: 60%;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=次へ]::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 9px;
	height: 13px;
	display: block;
	background: url(../img/merchandise/icon_arrow_pink.png) no-repeat center/contain;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=最後へ]::before,
#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=最後へ]::after {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 9px;
	height: 13px;
	display: block;
	background: url(../img/merchandise/icon_arrow_pink.png) no-repeat center/contain;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=最後へ]::before {
	left: 40%;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li a[title=最後へ]::after {
	left: 60%;
}

#contents.item-list-page #itemList_wrap #pager-bm {
	border-top: none;
	margin-top: 23px;
	position: relative;
	z-index: 10;
}

#contents.item-list-page #itemList_wrap #pager-bm .quantity {
	float: none;
	font: 400 16px "游ゴシック体", YuGothic, yu-gothic-pr6n, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist {
	float: none;
	margin-top: -28px;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li {
	font-size: 18px;
	color: #db6557;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 5px;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li.selected {
	background: #db6557;
	color: #ffffff;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a {
	color: #db6557;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=前へ],
#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=最初へ],
#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=次へ],
#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=最後へ] {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=前へ] {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=前へ]::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 9px;
	height: 13px;
	display: block;
	background: url(../img/merchandise/icon_arrow_pink.png) no-repeat center/contain;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=最初へ] {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=最初へ]::before,
#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=最初へ]::after {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 9px;
	height: 13px;
	display: block;
	background: url(../img/merchandise/icon_arrow_pink.png) no-repeat center/contain;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=最初へ]::before {
	left: 40%;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=最初へ]::after {
	left: 60%;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=次へ]::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 9px;
	height: 13px;
	display: block;
	background: url(../img/merchandise/icon_arrow_pink.png) no-repeat center/contain;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=最後へ]::before,
#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=最後へ]::after {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 9px;
	height: 13px;
	display: block;
	background: url(../img/merchandise/icon_arrow_pink.png) no-repeat center/contain;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=最後へ]::before {
	left: 40%;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li a[title=最後へ]::after {
	left: 60%;
}

#contents.item-list-page article #itemList h1 {
	display: none;
}


#contents.item-list-page #itemList .column-set {
	margin-bottom: -60px;
}

#contents.item-list-page #itemList .column-set .column4 {
	position: relative;
	width: 22.8%;
	background: url(../../../../pic-labo/llimg/cmn-img02.png);
    border-radius: 10px;
    padding: 15px;
}

#contents.item-list-page #itemList .column-set .column4 .itemThumb-wrap {
	margin-bottom: 14px;
	position: relative;
}

#contents.item-list-page #itemList .column-set .column4 .itemThumb-wrap::before,
#contents.item-list-page #itemList .column-set .column4 .itemThumb-wrap::after {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#contents.item-list-page #itemList .column-set .column4 .itemThumb-wrap .badge {
	position: absolute;
	top: 0;
	right: 0;
	/* display: block; */
	display: none;
	width: 100%;
	padding: 0;
	pointer-events: none;
}

#contents.item-list-page #itemList .column-set .column4 .itemThumb-wrap .badge::before,
#contents.item-list-page #itemList .column-set .column4 .itemThumb-wrap .badge::after {
	content: "";
	display: table;
}

#contents.item-list-page #itemList .column-set .column4 .itemThumb-wrap .badge::after {
	clear: both;
}

#contents.item-list-page #itemList .column-set .column4 .itemThumb-wrap .badge img {
	display: block;
	width: 64px;
	float: right;
}

#contents.item-list-page #itemList .column-set .column4 .itemThumb-wrap .badge img[src*=rank] {
	float: left;
	width: 37px;
}

#contents.item-list-page #itemList .column-set .column4 .itemThumb {
	margin-bottom: 0;
}

#contents.item-list-page #itemList .column-set .column4 h2 {
	font-size: 16px;
	letter-spacing: 0.1em;
}

#contents.item-list-page #itemList .column-set .column4 h2 a:before {
	/* 直カートのためコメントアウト */
	/* content: ""; */
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#contents.item-list-page #itemList .column-set .column4 .selling_price {
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: 700;
}

#contents.item-list-page #itemList .column-set .column4 .taxin {
	font-size: 14px;
	letter-spacing: 0.1em;
}

#contents.item-list-page #itemList .column-set .column4 .fx_price {
	/* display: block; */
	display: none;/* バラ単価非表示 */
	font-size: 14px;
	margin-bottom: 10px;
}

#contents.item-list-page #itemList .column-set .column4 .fx_price .fixed_price_str {
	font-size: 10px;
}

#contents.item-list-page #itemList .column-set .column4 .fx_price .fixed_price {
	font-size: 16px;
	font-weight: 700;
}

#contents.item-list-page #itemList .column-set .column4 .fx_price .taxin {
	font-size: 10px;
}

#contents.item-list-page #itemList .column-set .sps-itemList-stockDisp {
	color: #9b9b9b;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: left;
	line-height: 1.75;
	margin-top: 14px;
}

#contents.item-list-page article #main-column #itemList section.column4 h2,
#contents.item-list-page article #main-column #itemList section.column4 h2,
#contents.item-list-page article #main-column #itemList section.column4 h2 {
	line-height: 1.75;
}

.item-list-fakebtn a {
	background: #db6557;
	border: 1px solid #db6557;
	color: #ffffff;
	border-radius: 8px;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 700;
	display: block;
	width: 100%;
	padding: 14px 0;
	margin-top: 26px;
	text-align: center;
	position: relative;
	cursor: pointer;
	/* 直カートのためコメントアウト */
	/* pointer-events: none; */
	border: 1px solid #db6557;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.item-list-fakebtn--cartin a::before {
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 26px;
	height: 23px;
	display: block;
	background: url(../img/merchandise/icon_cart.png) no-repeat center/contain;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
@media screen and (max-width:767px){
	#contents.item-list-page #itemList .column-set .column4 {
		padding: 2.5vw;
	}
	.item-list-fakebtn a {
		font-size:14px;
		padding-right: 1em;
	}
	.item-list-fakebtn--cartin a::before {
		width: 16px;
		height: 13px;
	}
}

@media screen and (min-width:768px) and (max-width:1080px) {
	#contents.item-list-page #itemList_wrap {
		/* width: calc(100% - 20px); */
	}
	#contents.item-list-page #itemList .column-set .column4 {
		padding: 10px;
	}
	.item-list-fakebtn a {
		font-size: 14px;
		padding: 14px 12px 14px 0;
		letter-spacing: -0.1em;
	}
	.item-list-fakebtn--cartin a::before {
		width: 20px;
		height: 20px;
		right: 6px;

	}
}

.item-list-fakebtn--cartin a::before {
	background: url(../img/merchandise/icon_cart.png) no-repeat center/contain;
}


.item-list-fakebtn--cartin.is-hover {
	/* background: #FFF;
	color: #db6557; */
}
.item-list-fakebtn a:hover {
	background: #FFF;
	color: #db6557;
}

.item-list-fakebtn--cartin.is-hover::before {
	/* background: url(../img/merchandise/icon_cart_pink.png) no-repeat center/contain; */
}
.item-list-fakebtn--cartin a:hover::before {
	background: url(../img/merchandise/icon_cart_pink.png) no-repeat center/contain;
}

.item-list-fakebtn--stockout {
	border-color: #9b9b9b;
	background: #f6f5f3;
	color: #9b9b9b;
	cursor: auto;
}

@media screen and (min-width: 768px) {

#contents.item-list-page .item-page-head { /* pc */
	position: relative;
	max-width: 1200px;
	width: calc(100% - 80px);
}

#contents.item-list-page .item-page-head .item-cat-list__item { /* pc */
}

#contents.item-list-page .item-page-head .item-cat-list__item:not(:nth-child(4n)) {
	margin-right: 2.93%;
}

#contents.item-list-page .item-page-head .item-cat-list__item a .sp-only { /* pc */
	display: none;
}

#contents.item-list-page .item-page-head .item-price-list__item { /* pc */
}

#contents.item-list-page .item-page-head .item-price-list__item:not(:nth-child(4n)) {
	margin-right: 2.93%;
}

#contents.item-list-page #itemList .column-set .column4 { /* pc */
	margin: 0 2.93% 60px 0;
}

#contents.item-list-page #itemList .column-set .column4:nth-child(4n) {
	margin: 0 0 60px 0;
}

}
@media screen and (min-width: 768px) and (max-width: 899px) {
	#contents.item-list-page .item-page-head .item-cat-list__item{
		width: 23.4%;
	}
	#contents.item-list-page .item-page-head .item-cat-list__item:not(:nth-child(4n)){
		margin-right: 2.0%;
	}
	#contents.item-list-page .item-page-head .item-cat-list__image{
		height: 85px;
		margin-right: 7px;
	}
	#contents.item-list-page .item-page-head .item-cat-list__text{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {

.item-page-title { /* sp */
	font-size: 22px !important;
	height: 75px;
	margin-bottom: 65px;
	border-top: 1px solid #9b9b9b !important;
}

#bread-crumb { /* sp */
	top: 75px;
	width: 92vw;
}

#bread-crumb ol { /* sp */
	padding-top: 6px;
}

#bread-crumb ol li { /* sp */
	font-size: 10px;
	padding-right: 6px;
}

#bread-crumb ol li:not(:last-child)::after { /* sp */
	width: 4px;
	height: 4px;
	margin-right: 0em;
	padding-right: 0.2em;
}

.item-list-page:not(.item-list-page--freepage) #bread-crumb { /* sp */
	margin-bottom: 0;
	top: 0;
}

#freepage-contents .sp-only { /* sp */
	display: block !important;
}

#freepage-contents .pc-only { /* sp */
	display: none !important;
}

#contents.item-list-page .item-page-head { /* sp */
	width: 92%;
}

#contents.item-list-page .item-page-head .cmn-ttl { /* sp */
	margin-top: 60px;
	margin-bottom: 18px;
}

#contents.item-list-page .item-page-head .item-cat-list { /* sp */
	margin-bottom: -10px;
}

#contents.item-list-page .item-page-head .item-cat-list__item { /* sp */
	width: 47.8%;
	min-height: 70px;
	margin-bottom: 10px;
	border-radius: 4px;
}

#contents.item-list-page .item-page-head .item-cat-list__item:nth-child(odd) {
	margin-right: 4.4%;
}

#contents.item-list-page .item-page-head .item-cat-list__item a { /* sp */
	padding: 6px 12% 6px 6%;
}

#contents.item-list-page .item-page-head .item-cat-list__item a::before { /* sp */
	right: 6%;
	width: 7px;
	height: 11px;
}

#contents.item-list-page .item-page-head .item-cat-list__image { /* sp */
	height: 58px;
	margin-right: 8px;
}

#contents.item-list-page .item-page-head .item-cat-list__image--low { /* sp */
	height: 49px;
}

#contents.item-list-page .item-page-head .item-cat-list__text { /* sp */
	font-size: 15px;
	margin-bottom: 0;
}

#contents.item-list-page .item-page-head .item-price-list { /* sp */
	margin-bottom: -10px;
}

#contents.item-list-page .item-page-head .item-price-list__item { /* sp */
	width: 47.8%;
	border-radius: 4px;
	margin-bottom: 10px;
}

#contents.item-list-page .item-page-head .item-price-list__item:nth-child(odd) {
	margin-right: 4.4%;
}

#contents.item-list-page .item-page-head .item-price-list__item a { /* sp */
	font-size: 13px;
	padding: 12px 12% 11px 6%;
}

#contents.item-list-page .item-page-head .item-price-list__item a::before { /* sp */
	right: 6%;
	width: 7px;
	height: 11px;
}

#contents.item-list-page #itemList_wrap { /* sp */
	width: 92%;
}

#contents.item-list-page #itemList_wrap { /* sp */
	margin-bottom: 0;
}

#contents.item-list-page #itemList_wrap #pager-top { /* sp */
	overflow: visible;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#contents.item-list-page #itemList_wrap #pager-top .selectbox { /* sp */
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

#contents.item-list-page #itemList_wrap #pager-top .selectbox .select01 { /* sp */
	width: calc(100% - 6.5em);
	height: 44px;
	margin-right: 0;
	margin-top: 7.5px;
	margin-bottom: 7.5px;
	padding: 0 30px 0 10px;
	font-size: 13px;
	border-radius: 4px;
	background-position: right 15px center;
	background-size: 7px auto;
	color:#333;
}

#contents.item-list-page #itemList_wrap #pager-top .quantity { /* sp */
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	font-size: 13px;
	float: none;
	text-align: center;
	margin-bottom: 7px;
	margin-top: 12px;
	letter-spacing: 0.05em;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist { /* sp */
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 0;
	position: relative;
	padding: 10px 0;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 100vw;
	height: 100%;
	display: block;
	background: #f7f7f7;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul { /* sp */
	position: relative;
}

#contents.item-list-page #itemList_wrap #pager-top .pagerlist ul li { /* sp */
	font-size: 14px;
	width: 30px;
	height: 30px;
}

#contents.item-list-page #itemList_wrap #pager-bm { /* sp */
	overflow: visible;
	margin-top: 24px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#contents.item-list-page #itemList_wrap #pager-bm .quantity { /* sp */
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	font-size: 13px;
	float: none;
	text-align: center;
	margin-right: 0;
	margin-top: 12px;
	letter-spacing: 0.05em;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist { /* sp */
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-top: 0;
	position: relative;
	padding: 10px 0;
	margin-top: 15px;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 100vw;
	height: 100%;
	display: block;
	background: #f7f7f7;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul { /* sp */
	position: relative;
}

#contents.item-list-page #itemList_wrap #pager-bm .pagerlist ul li { /* sp */
	font-size: 14px;
	width: 30px;
	height: 30px;
}

#contents.item-list-page #itemList .column-set { /* sp */
	margin-bottom: -37px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#contents.item-list-page #itemList .column-set .column4 { /* sp */
	width: 47.8%;
	margin-bottom: 37px;
}

#contents.item-list-page #itemList .column-set .column4 .itemThumb-wrap { /* sp */
	margin-bottom: 10px;
}

#contents.item-list-page #itemList .column-set .column4 .itemThumb-wrap .badge img { /* sp */
	width: 38px;
}

#contents.item-list-page #itemList .column-set .column4 .itemThumb-wrap .badge img[src*=rank] { /* sp */
	width: 22px;
}

#contents.item-list-page #itemList .column-set .column4 h2 { /* sp */
	font-size: 13px !important;
}

#contents.item-list-page #itemList .column-set .column4 .selling_price { /* sp */
	font-size: 17px;
}

#contents.item-list-page #itemList .column-set .column4 .taxin { /* sp */
	font-size: 12px;
}

.item-list-fakebtn--cartin a::before{
	right: 6px;
}

#contents.item-list-page #itemList .column-set .sps-itemList-stockDisp { /* sp */
	font-size: 10px;
	margin-top: 6px;
}

.item-list-fakebtn { /* sp */
	border-radius: 4px;
	font-size: 13px;
	padding: 9px 0;
	margin-top: 11px;
}

.item-list-fakebtn--cartin::before { /* sp */
	right: 10px;
	width: 16px;
	height: 14px;
}

}

/*価格から探すを表示*/
#freepage-contents .item-cat-list + .cmn-ttl{
	display: none!important;
}
#freepage-contents .item-price-list{
	display: none!important;
}

body.is-list_all #freepage-contents .item-cat-list + .cmn-ttl{
	display: block!important;
}

body.is-list_all #freepage-contents .item-price-list{
	display: flex!important;
}


/*ギフトページのテキストリンク*/
.gift-txtlink {
  margin: 0 auto 0;
}

.gift-txtlink ul {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}

.gift-txtlink a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-right: 1em;
  color: #db6557;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

.gift-txtlink a::after {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #db6557;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0.1em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
}



/* 20240725 add 夏用画像 */

.common_summerbanner_20240725{
	text-align:center;
	padding-top:117px;
	padding-bottom:60px;

}


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

.common_summerbanner_20240725{
	padding-top:60px;

}

}


.common_summerbanner_20240725_pt0{
	text-align:center;
	padding-top:0;
	padding-bottom:60px;

}

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

.common_summerbanner_20240725_pt0{
	padding-top:60px;

}

}

/* 20251016 add category上部画像 */

.common_headbanner_20251016{
	text-align:center;
	padding-top:10px;
}
