@charset "utf-8";
.mvArea{
	width: 100%;
	height: 240px;
	background: url("../../img/brand/mv.jpg") top center / cover;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mvArea img{
	max-width: 375px;
}
.brand{
	padding: 120px 5%;
	background: #fff url("../../img/brand/brand_bg.png") no-repeat top right / 60% auto;
	color: #000;
}
.brand_ttl{
	font-size: 40px;
	text-align: center;
	margin-bottom: 100px;
}
.brand_ttl02{
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;	
}
.brand_txt{
	font-size: 16px;
	line-height: 2;
	text-align: center;
	margin-bottom: 60px;
}
.brand_logo{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 100px;
}
.brand_logo_item{
	width: 282px;
	margin: 0 30px;
}
.brand_logo_item figcaption{
	text-align: center;
	font-size: 12px;
}
.brand_document{
	max-width: 1000px;
	margin: auto;
	padding: 35px 30px;
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	position: relative;
}
.brand_document::before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #1e1e1e;
	position: absolute;
	top: 4px;
	right: 0;
	left: 0;
	margin: auto;
}
.brand_document::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #1e1e1e;
	position: absolute;
	bottom: 4px;
	right: 0;
	left: 0;
	margin: auto;
}
.brand_documentList{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.brand_documentList_item{
	max-width: 192px;
	margin-right: 20px;
}
.brand_documentList_item02{
	width: calc(100% - 192px);
}
.brand_documentList_item_ttl{
	font-size: 24px;
	margin-bottom: 15px;
}
.brand_documentList_item_txt{
	font-size: 16px;
	line-height: 2;
}
.brand02{
	padding-bottom: 120px;
	background: #fff;
}
.brand_photoList{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.sale{
	padding: 0 5%;
	color: #000;
	background: linear-gradient(180deg, #fff 0%, #fff 22%, #f0f0f0 22%, #f0f0f0 100%);
	background:-moz-linear-gradient(180deg, #fff 0%, #fff 22%, #f0f0f0 22%, #f0f0f0 100%); /* Firefox */
	background:-webkit-linear-gradient(180deg, #fff 0%, #fff 22%, #f0f0f0 22%, #f0f0f0 100%);/* safari Chrome */
	background:linear-gradient(180deg, #fff 0%, #fff 22%, #f0f0f0 22%, #f0f0f0 100%); /* IE */
}
.sale_ttl{
	font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.sale_txt{
	font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 60px;
}
.sale_photoList{
	max-width: 1000px;
	margin: auto;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sale_photoList_item{
	width: 23%;
	margin-bottom: 60px;
}
.sale_photoList_item figcaption{
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.2;
}
.sale_photoList_item figcaption .small{
	display: inline-block;
	font-size: 12px;
}
.award{
	padding: 60px 5% 120px;
	background: #f0f0f0;
	color: #000;
}
.award_ttl{
	max-width: 132px;
	margin: 0 auto 60px;
}
.award_boxArea{
	margin-bottom: 40px;
}
.award_boxArea:last-child{
	margin-bottom: 0;
}
.award_boxArea_ttl{
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.award_boxArea_txt{
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
.award_boxArea_link{
	text-align: center;
}
.award_boxArea_link a{
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
}
@media screen and (max-width: 1024px) { 
	.sale{
		background: linear-gradient(180deg, #fff 0%, #fff 23%, #f0f0f0 23%, #f0f0f0 100%);
		background:-moz-linear-gradient(180deg, #fff 0%, #fff 23%, #f0f0f0 23%, #f0f0f0 100%); /* Firefox */
		background:-webkit-linear-gradient(180deg, #fff 0%, #fff 23%, #f0f0f0 23%, #f0f0f0 100%);/* safari Chrome */
		background:linear-gradient(180deg, #fff 0%, #fff 23%, #f0f0f0 23%, #f0f0f0 100%); /* IE */
	}
	.award{
		padding: 60px 5%;
	}
}
@media screen and (max-width: 750px) { 
	.mvArea{
		height: 200px;
	}
	.brand{
		padding: 60px 5%;
		background: #fff url(../../img/brand/brand_bg.png) no-repeat top right / 80% auto;
	}
	.brand_ttl{
		font-size: 22px;
		margin-bottom: 40px;
	}
	.brand_ttl02{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.brand_txt{
		font-size: 15px;
		margin-bottom: 30px;
	}
	.brand_logo{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 60px;
	}
	.brand_logo_item{
		max-width: 240px;
		margin: 0 auto 40px;
	}
	.brand_logo_item:last-child{
		margin-bottom: 0;
	}
	.brand_document{
		padding: 25px 10px;
	}
	.brand_documentList{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.brand_documentList_item{
		margin: 20px auto 0;
	}	
	.brand_documentList_item02{
		width: 100%;
	}
	.brand_documentList_item_ttl{
		font-size: 18px;
	}
	.brand_documentList_item_txt{
		font-size: 15px;
	}
	.brand_photoList{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.brand_photoList_item{
		width: 80%;
		margin: auto;
	}
	.brand_photoList_item:last-child{
		margin-bottom: 0;
	}
	.brand02{
		padding-bottom: 60px;
	}
	.sale{
		background: linear-gradient(180deg, #fff 0%, #fff 17%, #f0f0f0 17%, #f0f0f0 100%);
		background:-moz-linear-gradient(180deg, #fff 0%, #fff 17%, #f0f0f0 17%, #f0f0f0 100%); /* Firefox */
		background:-webkit-linear-gradient(180deg, #fff 0%, #fff 17%, #f0f0f0 17%, #f0f0f0 100%);/* safari Chrome */
		background:linear-gradient(180deg, #fff 0%, #fff 17%, #f0f0f0 17%, #f0f0f0 100%); /* IE */
	}
	.sale_ttl{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.sale_txt{
		font-size: 15px;
		margin-bottom: 40px;
	}
	.sale_photoList{
		-ms-flex-wrap: wrap;
  		flex-wrap: wrap;
	}
	.sale_photoList_item{
		width: 48%;
		margin-bottom: 30px;
	}
	.award{
		padding: 40px 5% 60px;
	}
	.award_ttl{
		margin-bottom: 30px;
	}
	.award_boxArea_ttl{
		font-size: 16px;
	}
}