@charset "utf-8";
.brandContent , .brandWrap , .brandImg , .brandColumn {
	width: 100%;
	height: auto;
	float: left;
}

.brandContent {
	margin-top: 20px;
}

.brandWrap {
	text-align: center;
}

.brandWrap h1 {
	width: 100%;
	font-size: 40px;
	color: #000000;
	float: left;
	font-family: fontBold;
}

.brandWrap p {
	width: 100%;
	font-size: 20px;
	color: #8E8E93;
	line-height: 36px;
	margin: 30px 0 60px;
	float: left;
}

.brandImg img {
	max-width: 100%;
}

.brandColumn {
	margin: 120px 0 70px;
}

.brandColumn.mb150 {
	margin-bottom: 150px;
}

.brandColumn.mt20 {
	margin-top: 20px;
}

.brandColumn .brandBox {
	width: 46.5%;
	height: auto;
	float: left;
}

.brandColumn .brandBox:last-child {
	margin-left: 7%;
}

.brandColumn .brandBox h1 {
	width: 100%;
	font-size: 40px;
	color: #000000;
	font-family: fontBold;
}

.brandColumn .brandBox h1.mt70 {
	margin-top: 50px;
}

.brandColumn .brandBox p {
	width: 100%;
	font-size: 20px;
	color: #8E8E93;
	line-height: 36px;
	margin-top: 40px;
}

.brandColumn .brandBox img {
	max-width: 100%;
}

.brandParallax {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 255px;
	position: relative;
}

.brandParallax img {
	max-width: 100%;
}

.brandParallax .picture {
	width: 64%;
	position: absolute;
	top: -255px;
	left: 50%;
	margin-left: -32%;
}

.brandParallax .picture img {
	max-width: 100%;
}

.subBrandList , .subMobile {
	width: 100%;
	height: auto;
	float: left;
}

.subBrandList ul li {
	width: 13%;
	height: auto;
	float: left;
	text-align: center;
	margin-right: .2%;
	position: relative;
	-webkit-transition: all .6s ease-out;
	transition: all .6s ease-out;
}

.subBrandList ul li:last-child {
	margin-right: 0;
}

.subBrandList ul li a {
	width: 100%;
	height: 100%;
	display: block;
}


.subBrandList ul li h3 {
	width: 100%;
	padding: 24px 0;
	color: #8E8E93;
	font-size: 16px;
}

.subBrandList ul li .subItem {
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	position: relative;
	-webkit-transition: all .6s ease-out;
	transition: all .6s ease-out;
}

.subBrandList ul li .subItem::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,.2);
	position: absolute;
	top: 0;
	left: 0;
}

.subBrandList ul li .subItem .subLogo {
	width: 68%;
	height: auto;
	position: absolute;
	left: 16%;
	bottom: 24px;
	display: none;
}

.subBrandList ul li .subItem .subLogo img {
	max-width: 100%;
}

.subBrandList ul li.on {
	width: 34%;
	height: auto;
}

.subBrandList ul li.on .subItem::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0);
	position: absolute;
	top: 0;
	left: 0;
}

.subBrandList ul li.on .subItem .subLogo {
	display: block;
}

.subMobile {
	display: none;
}

.brandSlide {
	width: 53%!important;
	height: auto!important;
}

.brandSlide:first-child {
	margin-left: 5%;
}

.brandSlide .slideItem {
	width: 100%;
	height: 400px;
	position: relative;
}

.brandSlide .slideItem .slideLogo {
	width: 68%;
	height: auto;
	position: absolute;
	left: 16%;
	bottom: 12px;
}

.brandSlide .slideItem .slideLogo img {
	max-width: 100%;
}

.brandSlide .slideName {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	color: #8E8E93;
	text-align: center;
}

.showWrap {
	margin: 50px 0 110px;
}

.showWrap .showBox .showText .textE {
	letter-spacing: 0;
}

.showWrap .showBox .showText .textLink {
	font-size: 12px;
	color: #8E8E93;
}

.brandImg.pitch70 {
	margin-top: 50px;
}

.brandWrap.pitchTb {
	margin: 20px 0 60px;;
}

.founder {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-bottom: 60px;
}

.founder .founderItem {
	width: 28%;
	height: auto;
	display: inline-block;
}

.founder .founderItem img {
	max-width: 100%;
}

@media only screen and (max-width: 1024px) {
	.brandParallax {
		margin-top: 160px;
	}
	
	.brandParallax .picture {
		width: 70%;
		top: -160px;
		margin-left: -35%;
	}
	
	.brandColumn.mb150 {
		display: flex;
		align-items: center;
	}
	
	.brandColumn .brandBox h1.mt70 {
		margin-top: 0;
	}
	
	.brandColumn .brandBox p {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.brandContent {
		margin-top: 36px;
	}
	
	.brandWrap {
		padding: 0 5%;
	}
	
	.brandWrap h1 {
		font-size: 24px;
	}
	
	.brandWrap p {
		font-size: 14px;
		line-height: 24px;
		margin: 14px 0 36px;
		text-align: left;
	}
	
	.brandColumn {
		padding: 0 5%;
		margin: 36px 0 26px;
	}
	
	.brandColumn .brandBox h1 {
		font-size: 24px;
	}
	
	.brandColumn .brandBox p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 14px;
		text-align: left;
	}
	
	.subBrandList {
		display: none;
	}
	
	.subMobile {
		display: block;
	}
	
	.showWrap {
		margin: 36px 0 40px;
	}
	
	.brandParallax {
		margin-top: 0;
	}
	
	.brandParallax img {
		display: none;
	}
	
	.brandParallax .picture {
		width: 100%;
		position: static;
		margin-left: 0;
		top: auto;
		left: auto;
	}
	
	.brandParallax .picture img {
		display: block;
	}
	
	.brandColumn.mb150 {
		margin-bottom: 40px;
	}
	
	.brandColumn.mt20 {
		margin-top: 10px;
	}
	
	.brandImg.pitch70 {
		margin-top: 0;
	}

	.brandWrap.pitchTb {
		margin: 36px 0 40px;;
	}
}

@media only screen and (max-width: 428px) {
	.brandColumn .brandBox {
		width: 100%;
		text-align: center;
	}
	
	.brandColumn .brandBox:last-child {
		margin-left: 0;
		margin-top: 26px;
	}
	
	.brandColumn.mb150 {
		flex-direction: column;
	}
	
	.brandSlide .slideItem {
		height: 230px;
	}
	
	.founder {
		overflow-x: scroll;
		white-space: nowrap;
		padding-bottom: 16px;
		margin-bottom: 20px;
	}
	
	.founder .founderItem {
		width: 59%;
		margin-right: 2%;
	}
}