


br.sp{
	display:none;
}
@media screen and (max-width: 768px) {
	br.sp{
		display:block;
	}
}



.content-title{
	width:100%;
	padding:100px 0;
	position:relative;
}
.content-title h1{
	font-size:66px;
	text-align:center;
	letter-spacing:2px;
	color:#FFFFFF;
	font-weight:500;
	font-family: YakuHanJP, "Noto Sans JP", YuGothic, "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	opacity:0;
	filter: blur(6px);
	transition:all 1s;
}
.content-title p{
	font-size:16px;
	text-align:center;
	letter-spacing:2px;
	color:#FFFFFF;
	opacity:0;
	filter: blur(6px);
	transition:all 1s;
}
.content-title span{
	font-size:10px;
	letter-spacing:1px;
	position:absolute;
	bottom:4px;
	right:6px;
	color:#FFFFFF;
}
.content-title#brand{
	background:url(../images/mv.jpg) no-repeat center center;
	background-size:cover;
}
.content-title h1.on,
.content-title p.on{
	opacity:1;
	filter: blur(0px);
}
@media screen and (max-width: 768px) {
	.content-title{
		padding:80px 0 100px 0;
	}
	.content-title h1{
		font-size:42px;
	}
	.content-title p{
		font-size:14px;
	}
}




.brand-wrapper{
	width:100%;
	background:url(../images/bg_pc.jpg) repeat-y top center;
	background-size:cover;
}
.brand-area1{
	padding:30px 0;
	position:relative;
	opacity:0;
	filter: blur(8px);
	top:30px;
	transition:all 1.5s;
}
.brand-area1.on{
	opacity:1;
	top:0;
	filter: blur(0px);
}
.brand-area1::before{
	content:"";
	display:block;
	width:100%;
	height:150px;
	background:rgba(0,0,0,0.1);
	z-index:1;
	position:absolute;
	top:0;
	left:0;
}
.brand-inner{
	width:90%;
	max-width:1000px;
	margin:auto;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	position:relative;
	z-index:2;
}
.brand-inner .text{
	width:48%;
}
.brand-inner .text ul{
	margin:15px auto 10px auto;
	text-align:left;
}
.brand-inner .text ul li{
	display:inline-block;
	margin-right:25px;
}
.brand-inner .text ul li img{
	display:block;
	width:auto;
	height:42px;
}
.brand-inner .text h2{
	font-size:18px;
	font-weight:400;
	letter-spacing:1px;
	color:#000000;
}
.brand-inner .text p{
	font-size:14px;
	line-height:205%;
	color:#000000;
	margin-top:50px;
}

.brand-inner .img{
	width:49%;
}
.brand-inner .img img{
	display:block;
	width:100%;
}
.brand-inner .img span{
	display:block;
	margin-top:5px;
	line-height:165%;
	font-size:10px;
	color:#000000;
}
@media screen and (max-width: 768px) {
	.brand-wrapper{
		background:url(../images/bg_sp.jpg) repeat-y top center;
		background-size:cover;
	}
	.brand-area1{
		padding:15px 0 30px 0;
	}
	.brand-area1::before{
		height:155px;
	}
	.brand-inner .text{
		width:100%;
	}
	.brand-inner .text ul{
		margin:15px auto 10px auto;
		text-align: center;
	}
	.brand-inner .text ul li{
		margin:0 12px;
	}
	.brand-inner .text ul li img{
		height:32px;
	}
	.brand-inner .text h2{
		line-height:185% !important;
		font-size:17px;
		text-align:center;
	}
	.brand-inner .text p{
		margin-top:30px;
		line-height:190%;
	}
	
	.brand-inner .img{
		width:100%;
		margin-top:20px;
	}
}



.brand-area2{
	margin-top:100px;
	background:rgba(0,0,0,0.82);
	padding:30px 0;
	position:relative;
	opacity:0;
	filter: blur(8px);
	top:30px;
	transition:all 1.5s;
}
.brand-area2.on{
	opacity:1;
	top:0;
	filter: blur(0px);
}
.brand-area2::before{
	content:"";
	display:block;
	width:100%;
	height:190px;
	background:rgba(0,0,0,1);
	z-index:1;
	position:absolute;
	top:0;
	left:0;
}
.brand-area2 .brand-inner .text h2{
	line-height:195%;
}
.brand-area2 .brand-inner .text h2,
.brand-area2 .brand-inner .text p,
.brand-area2 .brand-inner .img span{
	color:#FFFFFF;
}
@media screen and (max-width: 768px) {
	.brand-area2{
		padding:15px 0 30px 0;
		margin-top:50px;
	}
	.brand-area2 .brand-inner{
		flex-direction:column-reverse;
	}
	.brand-area2::before{
		height:185px;
	}
}
