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

#MvArea  {
	background: url(../../img/guestrunner/guestrunner_mvimg.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;
}



.guestrunnerWrap {
	margin-bottom: 50px;
}
.guestrunnerNum {
	font-family: 'Anton', sans-serif;
	font-size: 3.5rem;
	color: #fff;
	width: 140px;
	height: 140px;
	border-radius: 160px;
	-webkit-border-radius: 160px;
	-moz-border-radius: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.05em;
	margin: 0 auto 30px;
}
.guestrunnerRed .guestrunnerNum {
	border: 5px solid #a6101c;
	background: #e60012;
}
.guestrunnerOrange .guestrunnerNum {
	font-size: 3.2rem;
	border: 5px solid #b14a02;
	background: #eb6100;
}
.guestrunnerYellow .guestrunnerNum {
	font-size: 2.3rem;
	border: 5px solid #cf8902;
	background: #ffa800;
}
.guestrunnerInner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.guestrunnerCont {
	width: 49.1%;
	border: 2px solid #e2e2e2;
	padding: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.guestrunnerCont.single {
	margin: 0 auto 20px;
}
.guestrunnerImg {
	width: 30.5%;
}
.guestrunnerImg img {
	width: 100%;
	height: auto;
}
.guestrunnerTxt {
	width: 61.8%;
}
.label {
	background: #989898;
	font-size: 1rem;
	color: #fff;
	margin-bottom: 7px;
	padding: 5px 10px;
	display: inline-block;
	line-height: 1.0;
}
.name {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
}
.furigana {
	font-size: 1rem;
}
.profile {
	font-size: 1.2rem;
	line-height: 1.4;
}
.yearOld {
	display: inline-block;
	padding-left: 5px;
	font-size: 1.1rem;
}








