/* ========================================
	reset
======================================== */
.rn-footer#footer {
    margin-top: 0;
}
.sc-container {
    margin-bottom: 0;
}

.sc-container .section:last-child {
    margin-bottom: 0;
}
/* ========================================
	banner-list
======================================== */
div.banner-list-wrap {
	background: #ffffff;
	padding: 160px 0 60px;
	position: relative;
	z-index: 10;
}

/* 商品ページ用 */
div.item-area div.banner-list-wrap {
	background: #ffffff;
	padding: 0 0 60px;
	position: relative;
	z-index: 10;
}

h2.banner-list-title {
    text-align: center;
    margin: 0 auto 20px;
}
h2.banner-list-title span {
    font-size: 26px;
    line-height: 1.5;
}

#banner-list {
	margin: 0 auto 50px;
	padding: 0;
	list-style: none;
	width: 1180px;
}

#banner-list:after {
	content: "";
	display: block;
	clear: both;
}

#banner-list li {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: none;
	width: 280px;
	float: left;
}

#banner-list li:nth-child(4n+1) {
	margin: 0 0 20px;
}

#banner-list a:active {
	text-decoration: none;
}

#banner-list a:hover {
	opacity: 0.86;
}

#banner-list a img {
	margin: 0 0 14px;
	display: block;
	border-radius: 3px;
}

#banner-list a:hover img {
	-webkit-opacity: 0.86;
}

#banner-list li .catch {
	margin-bottom: 5px;
	line-height: 1.5;
	position: relative;
	display: block;
	height: 4.5em;
	padding-right: 1em;
	background: #fff;
	overflow: hidden;
}

#banner-list li .catch:before {
	content: "...";
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1em;
}

#banner-list li .catch:after {
	content: "";
	position: relative;
	right: -1em;
	float: right;
	width: 1em;
	height: 100%;
	margin-left: -1em;
	background: inherit;
	background: #fff;
}

@supports (-webkit-line-clamp:3) {
	.#banner-list li .catch {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		padding-right: 0;
		height: auto;
	}
	.#banner-list li .catch:before,
	.#banner-list li .catch:after {
		display: none;
	}
}

/* for safari */
_::-webkit-full-page-media, _:future, :root .#banner-list li .catch {
	position: relative;
	height: 4.5em;
	padding-right: 1em;
	background: #fff;
	line-height: 1.5;
	text-overflow:unset;
	-webkit-box-orient: unset;
	-webkit-line-clamp: unset;
	overflow: hidden;
}

_::-webkit-full-page-media, _:future, :root .#banner-list li .catch:before {
	content: "...";
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1em;
}

_::-webkit-full-page-media, _:future, :root .#banner-list li .catch:after {
	content: "";
	position: relative;
	right: -1em;
	float: right;
	width: 1em;
	height: 100%;
	margin-left: -1em;
	background: inherit;
	background: #fff;
}

/* ボタン */
div.more-btn {
    width: 320px;
    height: 50px;
    margin: 60px auto 120px;
}
div.more-btn a {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    background-color: #333333;
    border-radius: 25px;
    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: 8px;
    height: 8px;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    right: 42px;
    top: calc(50% - 4px);
    transform: rotate(-45deg);
}