#contents > .contents.main#topics {
	padding: 0;
	margin: 0 auto;
	line-height: 2;
}

#contents > .contents.main#topics * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-word;
}

#contents > .contents.main#topics ::before,
#contents > .contents.main#topics ::after {
	white-space: pre;
}

#contents > .contents.main#topics > .brand {
	width: 100%;
	margin: 0;
	padding: 0;
}

#contents > .contents.main#topics > .brand > .pages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	padding: 25px 0 0 10px;
	margin: 0;
}

#contents > .contents.main#topics > .brand > .pages > ul {
	width: calc(100% / 3 - 10px);
	padding: 0;
	margin: 0 10px 25px 0;
	line-height: 2;
}

#contents > .contents.main#topics > .brand > .pages > ul > li:nth-child(1) {
	position: relative;
	height: 0;
	padding: 0 0 88%;
	margin: 0 0 10px;
	font-size: 0;
	overflow: hidden;
}

#contents > .contents.main#topics > .brand > .pages > ul > li:nth-child(1) > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: auto !important;
}

#contents > .contents.main#topics > .brand > .pages > ul > li:nth-child(2) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#contents > .contents.main#topics > .brand > .pages > ul > li:nth-child(3) {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#contents > .contents.main#topics > .brand > .pages > ul > li > a {
	overflow: hidden;
}

#contents > .contents.main#topics > .brand > .pages > ul > li > a > img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#contents > .contents.main#topics > .brand > .pages > ul > li > a:hover > img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#contents > .contents.main#topics > .brand > .all-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 0 0 10px;
	margin: 0;
	text-align: right;
	line-height: 4;
	letter-spacing: 4px;
}

#contents > .contents.main#topics > .brand > .all-item > a {
	display: inline-block;
	width: calc(75% - 10px);
	margin: 0 10px 25px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#contents > .contents.main#topics > .brand > .all-item > a::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 0 5px;
	border-top: #333 1px solid;
	border-right: #333 1px solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

#contents > .contents.main#topics > .brand > .all-item > a:hover {
	opacity: 0.5;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
	#contents > .contents.main#topics > .brand > .pages > ul {
		width: calc(33.33% - 10px);
	}
}