/* ========================================
	reset
======================================== */
.breadcrumb-wrap + .rn-foot-categorylist,
.banner-list-wrap + .rn-foot-categorylist {
    margin-top: 0;
}
.sc-container {
    margin-bottom: 0;
}

.sc-container .section:last-child {
    margin-bottom: 0;
}

/* 商品ページ用 */
.rn-historylist {
    margin-top: 45px;
}

/* ========================================
	banner-list
======================================== */
div.banner-list-wrap {
	background: #ffffff;
	padding: 100px 2% 60px;
	position: relative;
	z-index: 10;
}

/* 商品ページ用 */
div.item-area > div.banner-list-wrap {
	background: #ffffff;
	padding: 45px 2% 10px;
	position: relative;
	z-index: 10;
}

h2.banner-list-title {
    padding: 15px;
    text-align: center;
}
h2.banner-list-title span {
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

#banner-list {
	margin: 0 auto;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

/* 商品ページ用 */
div.item-area div.banner-list-wrap #banner-list {
	padding: 0;
}

#banner-list li {
	padding: 0;
	margin: 0 0 20px 2%;
	list-style: none;
	width: 49%;
	line-height: 1.5;
}

#banner-list li:nth-child(2n+1) {
	margin: 0 0 20px;
}

.rn-recommend .recommendlist .list a {
	font-size: 1.32rem;
	color: #777777;
}

#banner-list a:hover {
	opacity: 1;
}

#banner-list a img {
	margin: 0 0 8px;
	width: 100%;
    border-radius: 4px;
}

#banner-list li .catch {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 10px;
}

/* ボタン */
div.more-btn {
	width: calc(540 / 780 * 100vw);
	height: calc(80 / 780 * 100vw);
	margin: calc(60 / 780 * 100vw) auto calc(180 / 780 * 100vw);
	display: block;
}
div.more-btn a {
	font-size: calc(24 / 780 * 100vw);
	line-height: 1;
	color: #ffffff;
	background-color: #333333;
	border-radius: calc(40 / 780 * 100vw);
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.more-btn a::after {
	position: absolute;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	right: calc(62 / 780* 100vw);
	top: calc(50% - 2px);
	transform: rotate(-45deg);
}