@charset "utf-8";
.sp {
	display: none;
}
.pc {
	display: none;
}
.tab {
	display: inline-block;
}

#MvArea  {
	background: url(../../img/sponsors/sponsors_mvimg_sp.jpg) no-repeat center;
	background-size: cover
}
.mvWrap {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	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;
	position: relative;
	z-index: 5;
}
.mvInner {
	color: #ffffff;
	line-height: 1.0;
}

.sponsorList {
	position: relative;
	margin-bottom: 30px;
}

#platinum {
	overflow: hidden;
	padding-bottom: 80px;
}

#official {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 80px;
}

#platinumTit {
	display: inline-block;
	padding: 0px 20px;
	margin-bottom: 10px;
	background: #d8db83;
	font-size: 2rem;
}

#officialTit {
	display: inline-block;
	padding: 0px 20px;
	margin-bottom: 10px;
	background: #CCC;
	font-size: 2rem;
}

.platinumInner {
	width: 32%;
	float: left;
	margin: 0 2% 30px 0;
}

.platinumInner.mrnone {
	margin-right: 0;
}

.officialInner {
	width: 23.5%;
	margin: 0 2% 30px 0;
}

.officialInner:nth-child(4n) {
	margin-right: 0;
}

.sponsorImg {
	width: 100%;
	margin-bottom: 8px;
	padding: 10px 20px;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	text-align: center;
	transition: all 0.4s;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.hondaLogo .sponsorImg {
	padding: 10px 8%;
}

.platinumInner.main .sponsorImg {
	height: 380px;
}

.en .platinumInner.main .sponsorImg {
	height: 338px;
}

.platinumInner .sponsorImg {
	height: 150px;
}

.officialInner .sponsorImg {
	height: 100px;
}

.sponsorImg img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.platinumInner p {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.5;
	transition: all 0.4s;
}

.officialInner p {
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.5;
	transition: all 0.4s;
}

a.sponsorsBtn {
	display: block;
	width: 100%;
	height: 80px;
	background: #b10418;
	border: 2px solid #b10418;
	line-height: 76px;
	text-align: center;
}
a.sponsorsBtn span {
	display: inline-block;
	padding-right: 45px;
	background: url(../../img/common/arr_white.png) no-repeat right center;
	background-size: 10px auto;
	font-size: 2.0rem;
	font-weight: 700;
	color: #ffffff;
}

