@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: 'ZENオールド明朝N B','Zen Old Mincho N B',-apple-system,BlinkMacSystemFont,serif,'Times New Roman';
}
@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;
}

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


/*
* ITEM LIST
******************************************************/
.items_itemWrapper{
	display: flex;
	flex-wrap: wrap;
}
.item{
	width: calc(100% / 3);
	box-sizing: border-box;
	margin-bottom: 35px;
}
.item-inner{
	margin: auto;
	display: block;
	padding: 0 20px;
}
.item-image{
	position: relative;
	margin: auto;
	text-align: center;
}
.item-image img{
	width: 100%;
}
.item-iconWrapper{
	position: absolute;
	top: 0;
	right: 0px;
}
.item-icon{
	display: block;
	width:110px;
	text-align: center;
	background-color: #ffffff;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0px;
	margin-bottom: 3px;
	color: #ffffff;
}
.item-icon.as-all{
	background-color: #626262;
}
.item-icon.as-net{
	background-color: #770000;
}
.item-icon.as-69{
	background-color: #93aeba;
}
.item-icon.as-others{
	background-color: #a7b786;
}

.item-name{
	padding: 0 10px;
	font-size: 2.0rem;
	font-weight:700;
}
.item-prices{
	padding: 0 10px;
}
.item-price{
	margin-left: 0;
	font-size: 2.5rem;
	font-weight: 700;
}
.item-priceName.as-discountedPrice,.item-price.as-discountedPrice{
	color: #971f0e;
}
.item-priceTax{
	font-size: 1.4rem;
	font-weight: 700;
}

@media (max-width: 1100px) {
	.item{
		width: calc(100% / 3);
	}
	.item-icon{
		width:95px;
		font-size: 1.2rem;
	}
}

@media (max-width: 950px) {
	.item{
		width: calc(100% / 2);
	}
	.item-icon{
		width:90px;
		font-size: 1.2rem;
	}
}

@media (max-width: 560px) {
	.item{
		width: 100%;
	}
	.item-icon{
		width:90px;
		font-size: 1.2rem;
	}
	.point__wrapper {
		width:100%;
        background: url('../img/index/bg-point-sp.png')no-repeat center center;
        background-color: #3D3025;
		background-size: cover;
		background-position:top left;
	}
}

.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;
}


/*
* CAMPAIGN BANNER
******************************************************/
.campaign-banner{
	text-align: center;
}
.campaign-banner img {
	max-width: 100%;
}

.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 > 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 > p.more{
	height:60px;
	line-height:60px;
	background:#763e49;
	color:#FFFFFF;
	font-size: 1.8rem;
}
.item-lists-btns > p.less{
	height:60px;
	line-height:60px;
	display:none;
}
.item-lists-btns > p.search{
	height:50px;
	line-height:50px;
	background:#969289;
}
.item-lists-btns > 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;
}
@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: 320px) {
	.item-lists {
	    padding: 20px 2%;
	}
	.item-description {
    max-width: 125px;
	}
	.item-lists-btns > p.more {
    width: auto;
	}
	.item-lists-btns > p.search {
    width: auto;
	}
	.item-name {
		font-size: 1.2rem;
	}
	.item-number {
    padding-top: 10px;
	}
}
