<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*
* TITLE
******************************************************/
.itemlist-heading__outer {
	width: auto;
	max-width: 1050px;
	margin: auto;
	padding-top: 40px;
	overflow: hidden;
}
.itemlist-heading {
	font-size: 2.3rem;
	text-align: left;
    font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
    font-weight:700;
}
@media (max-width: 768px) {
	.itemlist-heading__outer {
		max-width: inherit;
		padding: 20px 20px 0 20px;
	}
	.itemlist-heading {
		font-size: 2.0rem;
	}
}
/*
* SEARCH RESULT
******************************************************/
.search-result-num {
	color:#763F49;
	font-size:2.4rem;
}
@media (max-width: 768px) {
}

/*
* SEARCH DISPLAY
******************************************************/
.search-display__container {
	font-size:1.4rem;
}
.search-display-lists {
	background:#efefe7;
}
.serach-display-title {
	line-height:43px;
	height:43px;
	text-align:center;
	border-bottom:1px solid #ffffff;
	margin-bottom:20px;
}
.serach-display-common {
	clear:left;
	overflow: hidden;
	padding:20px 30px;
}
.serach-display-common dl {
	float:left;
}
.serach-display-common dt {
    font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
    font-weight:700;
	float:left;
	clear:left;
}
.serach-display-common dd {
	float:left;
	margin: 0;
	padding:0 80px 0 20px;
}
.serach-display-category {
	padding:0 30px;
}
.serach-display-category ul {
	display: -webkit-flex;
  display: flex;
}
.serach-display-category li {
	background:#ffffff;
	border:1px solid #dddddd;
	border-radius:3px;
	padding:5px;
	line-height: 1;
}
.serach-display-category li:not(:last-child){
	margin-right:8px;
}
.serach-display-button__wrapper {
	padding: 20px 0 30px 0;
}
.serach-display-button {
	background:#969189;
	margin:auto;
	width:100%;
	max-width:250px;
	line-height:45px;
	height:45px;
	text-align:center;
}
.serach-display-button a:link,
.serach-display-button a:visited {
	display: block;
	color:#ffffff;
}

@media (max-width: 768px) {
	.serach-display-title {
		line-height:33px;
		height:33px;
		margin-bottom:0px;
	}
	.serach-display-common {
		padding: 15px 15px 5px 15px;
	}
	.serach-display-common dl {
		clear:left;
		padding-bottom:15px;
	}
	.serach-display-common dt {
		width:105px;
	}
	.serach-display-common dd {
		padding:0;
	}
	.serach-display-category {
    padding: 0 15px;
	}
	.serach-display-category li:not(:last-child){
		margin-right:5px;
	}
}

/*
* SALE BANNER
******************************************************/
.sale-banner {
	margin: auto;
	width: auto;
	max-width: 1050px;
}
.sale-banner img {
	width:100%;
}

/*
* SEARCH ITEMS
******************************************************/
.search-tabs {
	width: auto;
	max-width: 1050px;
	margin: auto;
	padding-top: 40px;
	overflow: hidden;
}
.search-item__container {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.search-item-tabs ul {
	display: -webkit-flex;
  display: flex;
	line-height: 1;
}
.search-item-tabs li {
	width:130px;
	text-align:center;
	font-size:1.3rem;
	margin-right:5px;
}
.search-item-tabs li a {
	display:block;
	background:#ffffff;
	border: 1px solid #dddddd;
	border-radius: 2px;
	color:#7F7F7F;
	padding:10px;
}
.search-item-tabs li.is_active a,
.search-item-tabs li a:hover {
	display: block;
	background: #B01A0C;
	border: 1px solid #dddddd;
	border-radius: 2px;
	color: #ffffff;
	padding: 10px;
	opacity: 1;
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.search-tabs {
		padding: 40px 20px 0 20px;
	}
}
@media (max-width: 768px) {
	.search-item__container {
		display:block;
	}
	.search-tabs {
		width:auto;
		margin: auto;
		padding: 30px 0 0 0;
	}
	.search-item-tabs ul {
		width: 100%;
		display:table;
	}
	.search-item-tabs li {
		text-align:center;
		font-size:1.3rem;
		margin-right:0;
		display: table-cell;
	}
	.search-item-tabs li a {
		display:block;
		background:#EEEEEE;
		border-top: 1px solid #dddddd;
		border-left: none;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		border-radius: 0;
		color:#777777;
		height: 25px;/* tab4→5 */
		line-height: 1.1;
	}
	.search-item-tabs li.is_active a,
	.search-item-tabs li a:hover {
		display:block;
		background: #B01A0C;
		border: 1px solid #dddddd;
		border-radius: 0;
		color:#FFFFFF;
		opacity: 1;
	}
	.search-item-tabs li:last-child a {
		border-right: none;
	}
	/* CAMPAIGN TAB */
	.search-item-tabs li.as_sale {
		text-align:center;
		font-size:1.3rem;
		margin-right:0;
		display: table-cell;
	}
	.search-item-tabs li.as_sale a {
		display:block;
		background:#EEEEEE;
		border-top: 1px solid #dddddd;
		border-left: none;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		border-radius: 0;
		color:#B01A0C;
		padding:12px 0px;
		height: 25px;/* tab4→5 */
	}
	.search-item-tabs li.as_sale.is_active a,
	.search-item-tabs li.as_sale a:hover {
		display:block;
		background:#B01A0C;
		border-top: 1px solid #dddddd;
		border-left: none;
		border-right: 1px solid #dddddd;
		border-bottom: none;
		border-radius: 0;
		color:#FFFFFF;
		padding:12px 0px;
		opacity: 1;
	}
}
@media screen and (max-width: 491px) {
	.search-item-tabs li {
	    font-size: 1.2rem;
	}
}


/*
* SORT ITEMS
******************************************************/
.sort-tabs {
	width: auto;
	max-width: 1050px;
	margin: auto;
	padding-top: 10px;
	overflow: hidden;
}
.search-tabs {
	width: auto;
	max-width: 1050px;
	margin: auto;
	padding-top: 40px;
	overflow: hidden;
}
.sort-item__container {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.sort-item-tabs ul {
	display: -webkit-flex;
  display: flex;
	line-height: 1;
}
.sort-item-tabs li {
	width:130px;
	text-align:center;
	font-size:1.3rem;
	margin-right:5px;
}
.sort-item-tabs li a {
	display:block;
	background:#ffffff;
	border: 1px solid #dddddd;
	border-radius: 2px;
	color:#7F7F7F;
	padding:10px;
}
.sort-item-tabs li.is_active a,
.sort-item-tabs li a:hover {
	display:block;
	background:#3D3025;
	border: 1px solid #3D3025;
	border-radius: 2px;
	color:#ffffff;
	padding:10px;
	opacity: 1;
}
.search-result-counts {
	font-size:1.4rem;
}
.search-result-pager {
	padding-right:8px;
	color:#3D3025;
}
.search-result-count-all {
	color:#777777;
}
/* CAMPAIGN TAB */
.sort-item-tabs li.as_sale {
	width:130px;
	text-align:center;
	font-size:1.3rem;
	margin-right:5px;
}
.sort-item-tabs li.as_sale a {
	display:block;
	background:#ffffff;
	border: 1px solid #B01A0C;
	border-radius: 2px;
	color:#B01A0C;
	padding:10px;
}
.sort-item-tabs li.as_sale.is_active a,
.sort-item-tabs li.as_sale a:hover {
	display:block;
	background:#B01A0C;
	border: 1px solid #B01A0C;
	border-radius: 2px;
	color:#ffffff;
	padding:10px;
	opacity: 1;
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.sort-tabs {
		padding: 10px 20px 0 20px;
	}
}
@media (max-width: 768px) {
	.sort-item__container {
		display:block;
	}
	.search-tabs {
		width:auto;
		margin: auto;
		padding: 30px 0 0 0;
	}
	.sort-item-tabs ul {
		width: 100%;
		display:table;
	}
	.sort-item-tabs li {
		text-align:center;
		font-size:1.3rem;
		margin-right:0;
		display: table-cell;
	}
	.sort-item-tabs li a {
		display:block;
		background:#EEEEEE;
		border-top: 1px solid #dddddd;
		border-left: none;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		border-radius: 0;
		color:#777777;
		height: 25px;/* tab4→5 */
	}
	.sort-item-tabs li.is_active a,
	.sort-item-tabs li a:hover {
		display:block;
		background:#ffffff;
		border-top: 1px solid #dddddd;
		border-left: none;
		border-right: 1px solid #dddddd;
		border-bottom: none;
		border-radius: 0;
		color:#3D3025;
		padding:12px 0px;
		opacity: 1;
	}
	.sort-item-tabs li:last-child a {
		border-right: none;
	}
	.search-result-counts {
		display: block;
		margin-top: 20px;
		padding-left: 15px;
	}
	/* CAMPAIGN TAB */
	.sort-item-tabs li.as_sale {
		text-align:center;
		font-size:1.3rem;
		margin-right:0;
		display: table-cell;
	}
	.sort-item-tabs li.as_sale a {
		display:block;
		background:#EEEEEE;
		border-top: 1px solid #dddddd;
		border-left: none;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		border-radius: 0;
		color:#B01A0C;
		padding:12px 0px;
		height: 25px;/* tab4→5 */
	}
	.sort-item-tabs li.as_sale.is_active a,
	.sort-item-tabs li.as_sale a:hover {
		display:block;
		background:#B01A0C;
		border-top: 1px solid #dddddd;
		border-left: none;
		border-right: 1px solid #dddddd;
		border-bottom: none;
		border-radius: 0;
		color:#FFFFFF;
		padding:12px 0px;
		opacity: 1;
	}
}
@media screen and (max-width: 491px) {
	.sort-item-tabs li {
	    font-size: 1.2rem;
	}
}

/* pagenation */
.pc-pagination {
    clear: both;
    max-width:1050px;
    width:95%;
	display: block;
	position: relative;
	height: 25px;
	margin:0 auto 15px auto;
}
.pc-pagination ul {
	width: 500px;
	margin-top: 10px;
	position: absolute;
	right: 0;
	display: inline-block;
	text-align: right;
}
.pc-pagination li {
	display: inline-block;
	margin-right: 7px;
}
.pc-pagination li &gt; a.actived {
	color:#FF0000;
	text-decoration:none;
}


.sp-pagination {
	display: none;
}

@media(max-width:768px) {
	.pc-pagination {
		display: none;
	}
	.sp-pagination {
		display: block;
		margin: 15px 0;
	}
	.sp-pagination ul {
		display: table;
		background: #D9D9D9;
		height: 45px;
		width: 100%;
	}
	.sp-pagination li {
		display: table-cell;
		vertical-align: middle;
	}
	.sp-pagination li:first-child {
		text-align: right;
		width: 10%;
	}
	.sp-pagination li:last-child {
		text-align: left;
		width: 10%;
	}
	.sp-pagination li:nth-child(2) {
		text-align: center;
		width: 80%;
		font-weight: bold;
	}
}



/*
* ITEM LIST
******************************************************/
.item-lists {
	width:100%;
	max-width:1050px;
}
.item-lists ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.item-lists li {
	width: 25%;
	max-width: 240px;
	margin-right: 30px;
	padding-bottom: 60px;
}
.item-lists li:nth-child(4n) {
	margin-right:0;
}
.item-lists-btns{
    margin-top: 75px;
	text-align:center;
}
.item-lists-btns &gt; p{
	border:1px #eeeeee solid;
	width:330px;
	margin:0 auto 10px auto;
	cursor:pointer;
}
.icon-moreview {
	font-size: 2.0rem;
	padding-right: 3px;
}
.item-lists-btns &gt; p.more{
	height:60px;
	line-height:60px;
	background:#763e49;
	color:#FFFFFF;
	font-size: 1.8rem;
}
.item-lists-btns &gt; p.less{
	height:60px;
	line-height:60px;
	display:none;
}
.item-lists-btns &gt; p.search{
	height:50px;
	line-height:50px;
	background:#969289;
}
.item-lists-btns &gt; p.search a:link {
    color:#FFFFFF;
    display: block;
}
.item-list figure {
	border:1px solid #dddddd;
	max-width: 240px;
}
.item-list figure img {
	width:100%;
	max-width:240px;
	vertical-align: bottom;
}
.item-description__wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding:20px 0 10px 0;
}

.item-description {
	width: calc(100% - 27px);
	max-width: 210px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
}
.item-name {
	padding: 0;
	font-size:1.6rem;
	line-height: 2.4rem;
}
.item-number {
	font-size:1.3rem;
	color:#777777;
	padding-bottom: 10px;
}
.item-fav {
	width:27px;
	height: 25px;
	display: table-cell;
	vertical-align:middle;
}
.fav-button img {
	width:100%;
	max-width:25px;
}
.item-price {
	padding: 5px 0;
}
.item-price-title {
	font-size: 1.3rem;
}
.item-price-title.text-red{
	color:#af1b07;
}
.item-price-content {
	font-size: 1.3rem;
}
.item-price-content.text-red {
	color:#af1b07;
}
.price-text {
	font-size: 2.0rem;
}
.price-off {
	color: #B01A0C;
}
.item-hashtagWrapper{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.item-hashtag{
	display: inline-block;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding: 1px 15px;
	margin: 5px 5px 0 0;
	border: 1px #dddddd solid;
	border-radius: 2px;
	cursor: pointer;
	white-space: nowrap;
}
@media (max-width: 1049px) {
	.item-lists {
    width: auto;
    max-width: inherit;
		padding: 20px 0 0 20px;
	}
	.item-lists li {
	   width: 22%;
	   max-width: inherit;
	   margin-right: 3%;
	}
}
@media (max-width: 768px) {
	.item-lists {
		width:auto;
		padding:20px 3%;
		max-width: 400px;
		margin: auto;
	}
	.item-lists li {
		width: 48%;
		min-width: 150px;
		margin-right: auto;
		padding-bottom: 20px;
	}
	.item-lists li:nth-child(2n),
	.item-lists li:nth-child(4n) {
		margin-right: 0;
	}
	.item-lists li:nth-last-child(2) {
		margin-right: auto;
	}
	.item-list figure img {
		width:100%;
	}
	.item-description__wrapper {
		padding:0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.item-description {
		width: auto;
		max-width: 140px;
	}
	.item-price-title {
		padding-bottom:5px;
	}
	.item-fav {
		width:25px;
		height: 40px;
	}
	.fav-button img {
		max-width:21px;
	}
	.item-price {
		padding:8px 0;
	}
	.item-name {
		padding: 5px 5px 0 0;
		font-size:1.3rem;
		line-height: 2.2rem;
	}
	.item-number {
		font-size:1.1rem;
		padding-bottom: 8px;
		line-height: 2.2rem;
	}
	.item-price-title {
		font-size: 1.1rem;
	}
	.item-price-content {
		font-size: 1.1rem;
	}
	.price-text {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 428px) {
	.item-hashtag{
		font-size: 12px;
	}
}
@media screen and (max-width: 320px) {
	.item-lists {
	    padding: 20px 2%;
	}
	.item-description {
    max-width: 125px;
	}
	.item-lists-btns &gt; p.more {
    width: auto;
	}
	.item-lists-btns &gt; p.search {
    width: auto;
	}
	.item-name {
		font-size: 1.2rem;
	}
	.item-number {
    padding-top: 10px;
	}
}
</pre></body></html>