@charset "utf-8";

.sp {
	display: none;
}

.tablet {
	display: none;
}

#MvArea  {
	background: url(../../img/wantedsponsor/wantedsponsor_mvimg.jpg) no-repeat center;
	background-size: cover
}
.mvWrap {
	width: 96%;
	max-width: 1200px;
	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;
}

.wantedList {
	margin: 0 0 20px;
	counter-reset:number;
	list-style-type: none!important;
	padding:0.5em;
}
.wantedList li {
	position: relative;
	padding: 0 0 5px 25px;
}
.wantedList li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number)".";
	display:inline-block;
	color: #000;
	font-family: 'Anton', sans-serif;
	left: 0;
	top: 2px;
}

.wantedList li.noStyle::before {
	display: none;
}

.wantedTxtSg {
	color: #676767;
	font-size: 1.3rem;
}

.wantedFlow {
	margin-bottom: 60px;
}
.flowCol {
	width: 100%;
	margin-bottom: 15px;
	padding: 40px;
	border: 2px solid #e2e2e2;
}
.flowTtl {
	margin: 0 auto 40px;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
}
.flowTtl02 {
	margin-bottom: 0!important;
}
.flowBtn {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flowBtn02 {
	width: 100%;
	margin-bottom: 40px;
	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;
}

.flowBtn a {
	margin: 0 20px;
}
.flowBtn02 a {
	margin: 0 0 20px;
}

.flowArr {
	width: 230px;
	margin: 0 auto 15px;
	position: relative;
}
.flowArrTxt {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	font-size: 1.6rem;
	color: #ffffff;
	text-align: center;
	line-height: 1.0;
}


.flowTxt {
	font-size: 1.5rem;
}

.wantedflowInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.innerFlow {
	width: calc( 50% - 20px );
}


span.supText {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.wantendSponsor {
	width: 100%;
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wantedSponsor {
	width: calc( 100% / 6 );
	margin: 0 -1px 30px 0;
	position: relative;
}
.wantedSponsorImg {
	width: 100%;
	margin-bottom: 10px;
	padding: 45px 10px;
	border: 1px solid #e2e2e2;
	text-align: center;
	transition: all 0.4s;
}
.wantedSponsor a:hover .wantedSponsorImg {
	opacity: 0.6;
}
.wantedSponsorImg img {
	max-width: 100%;
}
.wantedSponsor p {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.5;
	transition: all 0.4s;
}
.wantedSponsor a:hover p {
	color: #b10418;
	text-decoration: underline;
}

.wantedContact p {
	text-align: center;
}
.wantedTtl {
	margin: 0 auto 10px;
	font-size: 2.2rem;
	font-weight: 700;
}
.wantedTtl span {
	font-size: 1.8rem;
}
.address {
	margin: 0 auto 15px;
	line-height: 1.6;
}
.tel_num {
	display: inline-block;
	padding-left: 50px;
	background: url(../../img/common/icon_tel.png) no-repeat 10px center;
	background-size: 30px auto;
	font-size: 4.8rem;
	color: #000000;
	letter-spacing: 0.35rem;
	line-height: 1.2;
}
.faxNum {
	display: inline-block;
	padding-left: 50px;
	background: url(../../img/common/icon_fax.png) no-repeat 0 center;
	background-size: 40px auto;
	font-size: 4.8rem;
	color: #000000;
	letter-spacing: 0.35rem;
	line-height: 1.2;
}
.contactBtn {
	margin: 10px auto 5px;
	width: 370px;
}
.contactBtn a {
	display: block;
	width: 100%;
	height: 64px;
	border: 2px solid #b10418;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(../../img/common/arr_white.png) no-repeat 322px center #b10418;
	background-size: 8px 14px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	transition: all 0.4s;
}
.contactBtn a:hover {
	background: url(../../img/common/arr_red.png) no-repeat 332px center #ffffff;
	background-size: 8px 14px;
	color: #b10418;
}
.mailaddress {
	padding-left: 25px;
	background: url(../../img/common/icon_mail_black.png) no-repeat 0 center;
	background-size: 22px auto;
}

/*add 230527*/
#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;
}

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

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

.platinumInner .sponsorImg {
	height: 150px;
}

.officialInner .sponsorImg {
	height: 100px;
}

.platinumInner a:hover .sponsorImg,
.officialInner a:hover .sponsorImg {
	opacity: 0.6;
}

.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;
}

.platinumInner a:hover p,
.officialInner a:hover p {
	color: #b10418;
}

@media screen and (max-width: 1100px) {
	.a.linkBtn, a.linkBtn02 {
		font-size: 1.4rem;
	}
}

/* 2407追記 */
/* ----------------------------------- */
#sponsorPhoto {
	padding: 0 0 80px;
}

#sponsorPhoto ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2%;
}

#sponsorPhoto ul li {
	width: 32%;
}

.photo {
	padding-bottom: 10px;
}

.photo img {
	width: 100%;
	height: auto;
}

.name {
	font-size: 1.4rem;
	font-weight: bold;
}

/* 240723 */
/* ----------------------------------- */
.flowBtn a.linkBtn02 {
	font-size: 1.4rem;
}

/* add2504 */
/* ----------------------------------- */
.sponsorImg img {
	width: auto;
	max-width: 80%;
	max-height: 100%;
}

.sponsorImg img.hMiniPlatinum {
	max-height: 33%;
}

.sponsorImg img.hMini {
	max-height: 55%;
}

.sponsorImg img.hMini2 {
	max-height: 45%;
}