@charset "utf-8";

.pc {
	display: none;
}

.tablet {
	display: none;
}

.sp {
	display: inline-block;
}

body {
	-webkit-text-size-adjust: 100%;
}

p,
li,
dt,
dd {
	/*Androidブラウザフォントバグ対策*/
	max-height: 999999px;
}


#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 {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
}

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

#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: 49%;
	margin: 0 2% 30px 0;
}

.platinumInner.main {
	width: 100%;
	margin: 0 0 30px 0;
}

.platinumInner:nth-child(3),
.platinumInner:nth-child(5),
.platinumInner:nth-child(7) {
	margin-right: 0;
}

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

.officialInner:nth-child(2n) {
	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 9%;
}

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

.platinumInner .sponsorImg {
	height: 150px;
}

.officialInner .sponsorImg {
	height: 70px;
	padding: 20px;
}

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

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

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


a.sponsorsBtn {
	display: block;
	width: 100%;
	height: 60px;
	background: #b10418;
	border: 2px solid #b10418;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 56px;
	text-align: center;
}

a.sponsorsBtn span {
	display: inline-block;
	padding-right: 25px;
	background: url(../../img/common/arr_white.png) no-repeat right center;
	background-size: 10px auto;
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
}