@charset "UTF-8";


/* ページタイトル英語 */
.pagetitHeadTxt:after {
	content: "BRAND";
	display: block;
	font-size: 1.6rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}

.pagetit.pagetitSubcat .pagetitHeadTxt:after {
	padding-top: 20px;
	display: block;
}

/* 導入 */

.preintro.uniInner {
	max-width: 1160px;
}

.preintroTxt {
	font-size: 1.4rem;
	line-height: 1.57143;
	letter-spacing: 0.075em;
}

/* ブランドリスト */
#brand .tabs {
	padding-bottom: 20px;
	justify-content: space-between;
}

#brand .tabs li {
	width: 9%;
	margin: 0;
}

#brand .tabs li a {
	width: 100%;
	min-width: auto;
	line-height: 1;
	background-color: #FFFFFF;
	color: #009847;
	transition: all 0.3s ease-in-out 0s;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

#brand .tabs li a:hover {
	color: #FFF;
	background-color: #009847;
}

#brand .panels {
	padding: 25px 0 0;
}

.brandTit {
	padding-bottom: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 2px #01833e solid;
}

.brandList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.brandList li {
	width: 20%;
	padding: 30px;
}

.brandList li a {
	color: #333;
	transition: all 0.3s ease-in-out 0s;
}

.brandList li a:hover {
	color: #01833e;
}

.brandJp {
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
}

.brandEn {
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
}

.news {
	margin: 0 auto;
}


/* 買取（共通） */
.chobuy {
	margin-bottom: 60px;
}

.chobuyHead {
	margin-bottom: 25px;
}

.chobuyFollow {
	margin-bottom: 30px;
	text-align: center;
}

.chobuyList {
	margin-bottom: 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.chobuyList li {
	width: 24.8vw;
	max-width: 297px;
}

.chobuyListTxt {
	margin-bottom: 35px;
	padding: 1em 0;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	background-color: #E6E6E6;
	text-align: center;
	position: relative;
}

.chobuyListTxt:after {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(230, 230, 230, 0);
	border-top-width: 17px;
	border-bottom-width: 17px;
	border-left-width: 17px;
	border-right-width: 17px;
	margin-left: -17px;
	border-top-color: #E6E6E6;
	top: 100%;
	left: 50%;
}

.chobuyListPict {
	width: 24.8vw;
	max-width: 236px;
	margin: 0 auto;
}

.chobuyListPict img {
	width: 100%;
	height: auto;
}

.chobuyBody {
	margin-bottom: 40px;
	font-size: 2.2rem;
	line-height: 1.54545;
	letter-spacing: 0.075em;
	text-align: center;
}

.chobuyBody span {
	font-weight: 700;
}

.chobuyLink.unilinkGreen a {
	width: 420px;
	height: 80px;
	margin: 0 auto;
	font-size: 2.0rem;
}

/* 詳細ページ */
#campaignBnr {
	padding-bottom: 60px;
	text-align: center;
}

#brand {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#brandImg {
	width: 500px;
}

#brandDesc {
	width: calc(100% - 550px);
}

#brandLogo {
	padding-bottom: 20px;
}

#brandName {
	padding-bottom: 30px;
	font-size: 2.2rem;
	font-weight: bold;
}

.popularList {}

.popularList li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px #c9c9c9 solid;
}

.popularListPh {
	width: 250px;
}

.popularListBody {
	width: calc(100% - 300px);
}

.uniHeadSub {
	font-size: 2rem;
}

.uniPara {
	font-size: 1.6rem;
}

.similarList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.similarList li {
	width: 32%;
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 2%;
}

.similarList li:nth-child(3n) {
	margin-right: 0;
}

.similarList a {
	color: #333;
	transition: all 0.3s ease-in-out 0s;
}

.similarList a:hover {
	color: #009847;
}

/* -------------------------------------------------- */
/* 微調整：小型PC */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* hoverなど */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

	/* ページタイトル英語 */
	pagetitHeadTxt:after {
		font-size: 1.3rem;
	}

	#brand .tabs li a {
		background: #FFFFFF;
	}

	/* 買取（共通） */
	.chobuy {
		margin-bottom: 30px;
	}

	.chobuyHead {
		margin-bottom: 15px;
	}

	.chobuyFollow {
		margin-bottom: 20px;
	}

	.chobuyList {
		margin-bottom: 20px;
	}

	.chobuyListTxt {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}

	.chobuyListTxt:after {
		border-top-width: 12px;
		border-bottom-width: 12px;
		border-left-width: 12px;
		border-right-width: 12px;
		margin-left: -12px;
	}

	.chobuyBody {
		margin-bottom: 20px;
		font-size: 1.7rem;
	}

	.chobuyLink.unilinkGreen a {
		width: 320px;
		height: 65px;
		font-size: 1.6rem;
	}

	/* 詳細ページ */
	#campaignBnr {
		padding: 0 30px 60px;
		text-align: center;
	}

	#campaignBnr img {
		width: 100%;
		height: auto;
	}

	#brand {
		display: block;
	}

	#brandImg {
		width: 100%;
		padding-bottom: 30px;
	}

	#brandImg img {
		width: 100%;
		height: auto;
	}

	#brandDesc {
		width: 100%;
	}

	#brandLogo {
		padding-bottom: 20px;
	}

	#brandName {
		padding-bottom: 20px;
		font-size: 2.2rem;
		font-weight: bold;
	}

	.popularList li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 1px #c9c9c9 solid;
	}

	.popularListPh {
		width: 30%;
	}

	.popularListPh img {
		width: 100%;
		height: auto;
	}

	.popularListBody {
		width: calc(100% - 33%);
	}

	.uniHeadSub {
		font-size: 1.8rem;
	}

	.uniPara {
		font-size: 1.4rem;
	}

	.similarList {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.similarList li {
		width: 32%;
		font-size: 1.4rem;
		font-weight: bold;
		margin-right: 2%;
	}

	.similarList li:nth-child(3n) {
		margin-right: 0;
	}

	.similarList a {
		color: #333;
		transition: all 0.3s ease-in-out 0s;
	}

	.similarList a:hover {
		color: #009847;
	}

}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

	/* ページタイトル英語 */
	.pagetitHeadTxt:after {
		font-size: 1.1rem;
		font-weight: bold;
		font-family: sans-serif;
	}

	#brand .tabs li {
		width: 19%;
		margin-bottom: 3px;
	}

	#brand .panels {
		padding: 0 0 0;
	}

	#brand .brandList {
		justify-content: space-between;
	}

	#brand .brandList li {
		width: 49%;
		padding: 15px 0;
	}

	#brand .tabs li {
		margin-right: 5px;
	}

	#brand .tabs li a {
		background: #FFFFFF;
		padding: 4px 20px;
	}

	#brand .tabs li a:hover {
		background: #FFFFFF;
		color: #009847;
	}

	.brandJp {
		font-size: 1.4rem;
		font-weight: bold;
		display: block;
	}

	.brandEn {
		font-size: 1rem;
		font-weight: normal;
		display: block;
	}

	/* 買取（共通） */
	.chobuy {
		margin-bottom: 20px;
	}

	.chobuyHead {
		margin-bottom: 10px;
	}

	.chobuyFollow {
		margin-bottom: 15px;
	}

	.chobuyList {
		margin-bottom: 15px;
	}

	.chobuyList li {
		width: 29vw;
	}

	.chobuyListTxt {
		margin-bottom: 15px;
		font-size: 1.0rem;
	}

	.chobuyListTxt:after {
		border-top-width: 10px;
		border-bottom-width: 10px;
		border-left-width: 10px;
		border-right-width: 10px;
		margin-left: -10px;
	}

	.chobuyBody {
		margin-bottom: 15px;
		font-size: 1.5rem;
		text-align: left;
	}

	.chobuyBody span {
		font-weight: bold;
	}

	.chobuyLink.unilinkGreen a {
		width: 100%;
		height: 50px;
		max-width: 375px;
		font-size: 1.6rem;
	}

	/* 詳細ページ */
	#campaignBnr {
		padding: 0 15px 30px;
		text-align: center;
	}

	#campaignBnr img {
		width: 100%;
		height: auto;
	}

	#brand {
		display: block;
	}

	#brandImg {
		width: 100%;
		padding-bottom: 30px;
	}

	#brandImg img {
		width: 100%;
		height: auto;
	}

	#brandDesc {
		width: 100%;
	}

	#brandLogo {
		padding-bottom: 20px;
	}

	#brandName {
		padding-bottom: 20px;
		font-size: 2.2rem;
		font-weight: bold;
	}

	#brandTxt {
		font-size: 1.6rem;
		line-height: 1.7;
	}

	.popularList li {
		display: block;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px #c9c9c9 solid;
	}

	.popularListPh {
		width: 100%;
		padding-bottom: 10px;
	}

	.popularListPh img {
		width: 100%;
		height: auto;
	}

	.popularListBody {
		width: 100%;
	}

	.uniHeadSub {
		font-size: 1.6rem;
	}

	.uniPara {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.similarList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.similarList li {
		width: 48%;
		font-size: 1.2rem;
		font-weight: bold;
		margin-bottom: 15px;
		margin-right: 0;
	}

	.similarList li:nth-child(3n) {
		margin-right: 0;
	}

	.similarList a {
		color: #333;
		transition: all 0.3s ease-in-out 0s;
	}

	.similarList a:hover {
		color: #009847;
	}
}