@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Orbitron');
/* 既存コンテンツ調整
---------------------------*/


/* -----------------------------------------------------------------------------

	リアルタイム速報

----------------------------------------------------------------------------- */
#realtime {
	overflow: hidden;
}
#realtime .live {
	padding: 40px 0 110px;
	background: url(/2018/sp/img/realtime/bg_realtime.jpg) no-repeat center bottom / cover;
}
/* ttlBox
---------------------------*/
#realtime .live .ttlBox {
	position: relative;
}
#realtime .live .ttlBox h2 {
	position: relative;
}
.live .textNews {
	margin-top: 20px;
	margin-right: 180px;
	background: url(/2018/img/realtime/bg_news.gif) repeat top;
	height: 60px;
	overflow: hidden;
	position: relative;
	border-right: solid 4px #a9a9a9;
	border-left: solid 4px #a9a9a9;
}
.live .textNews:before {
	content: "";
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #a9a9a9 0%,#ffffff 50%,#a9a9a9 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.live .textNews:after {
	content: "";
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #a9a9a9 0%,#ffffff 50%,#a9a9a9 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.live .textNews .flipWrap {
	padding-top: 20px;
	overflow: hidden;
}
.live .textNews .flip {
	white-space: nowrap;
	color: #fff;
	font-size: 15px;
	animation: news 14s linear infinite ;
	width: 600px;
}
.live .textNews .flip span {
	color: #fff;
	display: none;
}
.live .textNews .flip span.topTeam {
	display: inline;
}

@keyframes news {
	0% { transform: translateX(50%);}
	100% { transform: translateX(-100%); }
}
@keyframes news02 {
	0% { transform: translateX(100%);}
	100% { transform: translateX(-100%); }
}
@media screen and (min-width: 420px) {
	.live .textNews .flip {
		animation: news02 14s linear infinite ;
	}
}

/*countDown*/
#realtime .live .countDown {
	width: 170px;
	height: 60px;
	background: url(/2018/img/realtime/bg_news.gif) repeat top;
	position: absolute;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	text-align: right;
	border-right: solid 4px #a9a9a9;
	border-left: solid 4px #a9a9a9;
}
#realtime .live .countDown:before {
	content: "";
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #a9a9a9 0%,#ffffff 50%,#a9a9a9 100%);
	position: absolute;
	top: 0;
	left: 0;
}
#realtime .live .countDown:after {
	content: "";
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #a9a9a9 0%,#ffffff 50%,#a9a9a9 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
#realtime .live .countDown dt {
	font-size: 1.4rem;
	color:#fff;
	text-align: right;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 12px;
	left: 10px;
}
#realtime .live .countDown dt span {
	display: block;
}
#realtime .live .countDown dd {
	font-size: 1.4rem;
	color: #fff;
	display: inline-block;
	padding-right: 8px;
}
#realtime .live .countDown dd span {
	font-family: 'Orbitron', sans-serif;
	font-size: 3.8rem;
	color: #fff;
	letter-spacing: 0.04em;
	line-height: 68px;
}

/* ranking
---------------------------*/
#realtime .live .ranking {
	margin: 40px auto 0;
	position: relative;
	max-width: 500px;
}
#realtime .live .ranking .kirakira {
	position: absolute;
	z-index: 10;
	top: -10px;
	left: -650px;
	transition: 0.8s;
	opacity: 0;
}
#realtime .live .ranking .kirakira.show {
	left: -50px;
	animation: kirakira 2s linear 5 ;
}
#realtime .live .ranking .kirakira.show + .kirakira {
	animation-delay: 1s;
}
#realtime .live .ranking .kirakira img {
	width: 600px;
}

@keyframes kirakira {
	0% { opacity: 0;}
	15% { opacity: 1;}
	35% { opacity: 1;}
	50% { opacity: 0;}
	100% { opacity: 0;}
}

#realtime .live .ranking .change01 {
	top: 0;
}
#realtime .live .ranking .change02 {
	top: 10px;
}
#realtime .live .ranking .change03 {
	top: 20px;
}
#realtime .live .ranking .change04 {
	top: 30px;
}
#realtime .live .ranking .change05 {
	top: 40px;
}
#realtime .live .ranking .change06 {
	top: 50px;
}
#realtime .live .ranking .change07 {
	top: 60px;
}
#realtime .live .ranking .ttlTime {
	position: absolute;
	top: -25px;
	right: 0;
	width: 110px;
}
#realtime .live .ranking ul {
	margin:0 auto;
}
#realtime .live .ranking li {
	position:relative;
	width: 100%;
	height: 70px;
	box-shadow: 3px 4px 0px 0px rgba(0,0,0,0.3);
}
#realtime .live .ranking li div{
	position: relative;
	width: 100%;
	height: 70px;
	z-index:2;
	overflow: hidden;
	background: url(/2018/sp/img/realtime/bg_ranking.png) no-repeat top right / auto 70px #f1f1f1;
}
#realtime .live .ranking li div p {
	vertical-align:middle;
	position: relative;
}
#realtime .live .ranking li div p.color {
	height: 70px;
	position: relative;
	box-sizing: border-box;
	font-weight: bold;
	z-index: 3;
	width: 175px;
	transform: skewX(-25deg);
	margin-left: -20px;
}
#realtime .live .ranking li div p.color img {
	transform: skewX(25deg);
	width: 50px;
	position: absolute;
	top: 18px;
	left: 25px;
}
#realtime .live .ranking li div p.color span {
	display: inline-block;
	font-size: 1.3rem;
	color: #fff;
	padding: 12px 0 0 80px;
	transform: skewX(25deg);
	font-weight: normal;
}
#realtime .live .ranking li div p.color span b {
	font-size: 2rem;
	color: #fff;
	display: block;
	line-height: 1.2;
}
#realtime .live .ranking li div p.time {
	width: 100%;
	height: 70px;
	color: #fff;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/2018/sp/img/realtime/bg_ranking_time.png) no-repeat bottom right / auto 70px;
	z-index: 5;
}
#realtime .live .ranking li div p.time span {
	height: 70px;
	display: inline-block;
	font-size: 2.8rem;
	color: #fff;
	line-height: 85px;
	letter-spacing: 13px;
}
#realtime .live .ranking li div p.time span.avgS {
	padding-left: 10px;
	padding-right: 2px;
}
#realtime .live .ranking li div p.time span.avgM {
	padding-left: 9px;
}
#realtime .live .ranking li div p.time b {
	font-size: 147%;
	font-weight: lighter;
}

@media screen and (max-width: 374px) {
	#realtime .live .ranking li div{
		background: url(/2018/sp/img/realtime/bg_ranking.png) no-repeat top right / auto 55px #f1f1f1;
	}
	#realtime .live .ranking li div p.time {
		background: url(/2018/sp/img/realtime/bg_ranking_time.png) no-repeat bottom right / auto 55px;
	}
	#realtime .live .ranking li div p.time span {
		font-size: 2.2rem;
		line-height: 97px;
		letter-spacing: 10px;
	}
	#realtime .live .ranking li div p.time span.avgS {
		padding-left: 9px;
		padding-right: 2px;
	}
	#realtime .live .ranking li div p.time span.avgM {
		padding-left: 7px;
	}
}

/*回転*/
#realtime .live .ranking .reversi {
	-webkit-animation: rotate 0.6s linear infinite;
	   -moz-animation: rotate 0.6s linear infinite;
	     -o-animation: rotate 0.6s linear infinite;
	        animation: rotate 0.6s linear infinite;
	-webkit-transform: rotateX(180deg);
	   -moz-transform: rotateX(180deg);
	    -ms-transform: rotateX(180deg);
	     -o-transform: rotateX(180deg);
	        transform: rotateX(180deg);
}
@keyframes rotate {
  from { 
  	-webkit-transform: rotateX(0deg);
	   -moz-transform: rotateX(0deg);
	    -ms-transform: rotateX(0deg);
	     -o-transform: rotateX(0deg);
	        transform: rotateX(0deg);
  }
  to { 
	-webkit-transform: rotateX(360deg);
	   -moz-transform: rotateX(360deg);
	    -ms-transform: rotateX(360deg);
	     -o-transform: rotateX(360deg);
	        transform: rotateX(360deg);
  }
}
@-webkit-keyframes rotate {
  from { 
  	-webkit-transform: rotateX(0deg);
	   -moz-transform: rotateX(0deg);
	    -ms-transform: rotateX(0deg);
	     -o-transform: rotateX(0deg);
	        transform: rotateX(0deg);
  }
  to { 
	-webkit-transform: rotateX(360deg);
	   -moz-transform: rotateX(360deg);
	    -ms-transform: rotateX(360deg);
	     -o-transform: rotateX(360deg);
	        transform: rotateX(360deg);
  }
}

/*color*/
#realtime .live li p.color span b {
	color: #000!important;
}
#realtime .live li .purple p.color {
	background: linear-gradient(to right, #664ba1, #ce70c6);
}
#realtime .live li .red p.color{
	background: linear-gradient(to right, #da1927, #f0557c);
}
#realtime .live li .green p.color {
	background: linear-gradient(to right, #58b84a, #50c5c1);
}
#realtime .live li .orange p.color {
	background: linear-gradient(to right, #f89020, #ffd43e);
}
#realtime .live li .navy p.color {
	background: linear-gradient(to right, #644ed0, #198dd1);
}
#realtime .live li .aqua p.color {
	background: linear-gradient(to right, #1ab7ee, #6adee2);
}
#realtime .live li .yellow p.color {
	background: linear-gradient(to right, #eac419, #dae621);
}

/*順位待ち状態*/
#realtime .live li .gray {
	background:#ccc;
	height:100%;
}
#realtime .live li .gray .runner {
	display: none;
}

/*走る人*/
#realtime .live .ranking li .runner {
	width:26px;
	height:36px;
	position:absolute;
	top: 5px;
	z-index: 4;
	background-repeat: no-repeat !important;
	background-size: auto 36px;
	animation: runner 0.8s steps(8) infinite, run 15s linear infinite ;
}
#realtime .live .ranking li .red .runner {
	background-image:url(/2018/img/realtime/animation_runner_red.png);
}
#realtime .live .ranking li .aqua .runner {
	background-image:url(/2018/img/realtime/animation_runner_aqua.png);
}
#realtime .live .ranking li .orange .runner {
	background-image:url(/2018/img/realtime/animation_runner_orange.png);
}
#realtime .live .ranking li .yellow .runner {
	background-image:url(/2018/img/realtime/animation_runner_yellow.png);
}
#realtime .live .ranking li .purple .runner {
	background-image:url(/2018/img/realtime/animation_runner_purple.png);
}
#realtime .live .ranking li .navy .runner {
	background-image:url(/2018/img/realtime/animation_runner_navy.png);
}
#realtime .live .ranking li .green .runner {
	background-image:url(/2018/img/realtime/animation_runner_green.png);
}
#realtime .live .ranking li:nth-child(2) .runner {
	animation: runner 0.8s steps(8) infinite, run 15.5s linear infinite ;
}
#realtime .live .ranking li:nth-child(3) .runner {
	animation: runner 0.8s steps(8) infinite, run 16s linear infinite ;
}
#realtime .live .ranking li:nth-child(4) .runner {
	animation: runner 0.8s steps(8) infinite, run 16.5s linear infinite ;
}
#realtime .live .ranking li:nth-child(5) .runner {
	animation: runner 0.8s steps(8) infinite, run 17s linear infinite ;
}
#realtime .live .ranking li:nth-child(6) .runner {
	animation: runner 0.8s steps(8) infinite, run 17.5s linear infinite ;
}
#realtime .live .ranking li:nth-child(7) .runner {
	animation: runner 0.8s steps(8) infinite, run 18s linear infinite ;
}

@keyframes runner {
	0% { background-position: 0px 0px; }
	100% { background-position: -208px 0px; }
}
@keyframes run {
	/*
	0% { left: 165px; transform: scale(-1, 1);}
	49.9% { left: calc(100% - 35px); transform: scale(-1, 1);}
	50% { left: calc(100% - 35px); transform: scale(1, 1);}
	100% { left: 165px; transform: scale(1, 1); }
*/

	0% { left: 165px; transform: scale(-1, 1);}

	24.9% { left: calc(100% - 35px); transform: scale(-1, 1);}
	25% { left: calc(100% - 35px); transform: scale(1, 1);}

	49.9% { left: 165px; transform: scale(1, 1);}
	50% { left: 165px; transform: scale(-1, 1);}

	74.9% { left: calc(100% - 35px); transform: scale(-1, 1);}
	75% { left: calc(100% - 35px); transform: scale(1, 1);}

	100% { left: 165px; transform: scale(1, 1); }
}



/* -----------------------------------------------------------------------------

	リアルタイム速報 ローディング

----------------------------------------------------------------------------- */
#realtime .loading {
	background: url(/2018/sp/img/realtime/bg_loading.jpg) no-repeat center bottom / cover;
	position: relative;
	text-align:center;
	padding: 30% 0;
}
#realtime .loading .txtLoding {
	display: inline-block;
	transform: scale(0.5);
	margin-top: -10px;
	min-width: 360px;
}

@media print, screen and (max-width: 374px) {
#realtime .loading .txtLoding {
	margin-left: -20px;
}
#realtime .loading .txtLoding span img {
	height: 80px;
	width: auto;
}
}
/*animation*/
#realtime .loading .txtLoding span {
	display: inline-block;
	-webkit-animation: loading 2s infinite alternate;
	-moz-animation: loading 2s infinite alternate;
	-ms-animation: loading 2s infinite alternate;
	-o-animation: loading 2s infinite alternate;
	animation: loading 2s infinite alternate;
}
#realtime .loading .txtLoding span:nth-child(2) {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-ms-animation-delay: .1s;
	-o-animation-delay: .1s;
	animation-delay: .1s;
}
#realtime .loading .txtLoding span:nth-child(3) {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-ms-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
#realtime .loading .txtLoding span:nth-child(4) {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-ms-animation-delay: .3s;
	-o-animation-delay: .3s;
	animation-delay: .3s;
}
#realtime .loading .txtLoding span:nth-child(5) {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-ms-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}
#realtime .loading .txtLoding span:nth-child(6) {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}
#realtime .loading .txtLoding span:nth-child(7) {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}
@keyframes loading {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes loading {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


#realtime .loading .txt {
	margin-top: -10px;
}
#realtime .loading .running {
	width:40px;
	height:56px;
	background: url(/2018/sp/img/realtime/animation_runner_loading.png) no-repeat top left / auto 56px;
	animation: runner02 0.8s steps(8) infinite;
	margin-top: 45px;
	display: inline-block;
	position: relative;
}
#realtime .loading .running:before {
	content: "";
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: url(/2018/sp/img/realtime/loading_circle.png) no-repeat center / 80px;
	position: absolute;
	top: -12px;
	left: -20px;
	animation: circle 0.8s linear infinite;
}
#realtime .loading .startTxt {
	font-weight: bold;
	color: #fff;
	font-size: 2rem;
	position: absolute;
	bottom: 10%;
	width: 100%;
}

@keyframes runner02 {
	0% { background-position: 0px 0px; }
	100% { background-position: -320px 0px; }
}
@keyframes circle {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/* -----------------------------------------------------------------------------

	結果発表

----------------------------------------------------------------------------- */
/*MV*/
#resultMv {
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}
#resultMv .mvInner {
	padding: 0 10px;
	position: relative;
}
#resultMv .hubuki {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#resultMv .hubuki canvas {
	width: 100%;
}
/*color*/
#resultMv.red {
	background: url(/2018/sp/img/realtime/bg_result.png) bottom / auto 82% repeat-x, linear-gradient(to right, #c01502 0%,#d93c5b 100%);
}
#resultMv.yellow {
	background: url(/2018/sp/img/realtime/bg_result.png) bottom / auto 82% repeat-x, linear-gradient(to right, #eac419 0%,#dae621 100%);
}
#resultMv.purple {
	background: url(/2018/sp/img/realtime/bg_result.png) bottom / auto 82% repeat-x, linear-gradient(to right, #664ba1 0%,#ce70c6 100%);
}
#resultMv.orange {
	background: url(/2018/sp/img/realtime/bg_result.png) bottom / auto 82% repeat-x, linear-gradient(to right, #f89020 0%,#ffd43e 100%);
}
#resultMv.green {
	background: url(/2018/sp/img/realtime/bg_result.png) bottom / auto 82% repeat-x, linear-gradient(to right, #58b84a 0%,#50c5c0 100%);
}
#resultMv.navy {
	background: url(/2018/sp/img/realtime/bg_result.png) bottom / auto 82% repeat-x, linear-gradient(to right, #644ed0 0%,#198dd1 100%);
}
#resultMv.aqua {
	background: url(/2018/sp/img/realtime/bg_result.png) bottom / auto 82% repeat-x, linear-gradient(to right, #1ab7ee 0%,#69dee2 100%);
}
#resultMv .visual {
	line-height: 0;
	position: relative;
	z-index: 3;
	margin-top: -2px;
}
#resultMv .obj {
	position: absolute;
	top: -580px;
	left: -600px;
	z-index: 1;
}

/*結果発表*/
#resultMv .result {
	margin: -16% auto 0;
	position: relative;
	z-index: 3;
}
#resultMv .result h2 {
	margin-bottom:25px;
	text-align: center;
	line-height: 0;
}
#resultMv .result .ranking li + li {
	margin-top: 10px;
}
#resultMv .result .ranking li div {
	background: #fff;
	position: relative;
	box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.2);
	text-align: center;
}
#resultMv .result .ranking li div .color {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}
#resultMv .result .ranking li div .time {
	padding: 8px 0;
	font-size: 1.4rem;
}
#resultMv .result .ranking li div .time:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(/2018/sp/img/realtime/icon_time.png) no-repeat left / auto 16px;
	display: inline-block;
	vertical-align: -3px;
	padding-right: 4px;
}
/*1～3位*/
#resultMv .result .ranking .higher .first .color {
	height: 50px;
	font-size: 2.6rem;
	line-height: 50px;
}
#resultMv .result .ranking .higher .first .color span {
	font-size: 1.6rem;
	color: #fff;
	padding-right: 10px;
	vertical-align: 4px;
}
/*4～6位*/
#resultMv .result .ranking .lower {
	margin-top: 10px;
}
#resultMv .result .ranking .lower .color {
	font-size: 1.6rem;
}

/*順位*/
#resultMv .result li .first:before {
	content: "";
	width: 49px;
	height: 72px;
	background:url(/2018/sp/img/realtime/icon_result01.png) no-repeat top left / contain;
	position: absolute;
	top: -8px;
	left: 3px;
	z-index: 2;
}
#resultMv .result li .first .frame {
	height: 40px;
	border-left: solid 2px #cfaa5a;
	border-right: solid 2px #cfaa5a;
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
}
#resultMv .result li .first .frame:before {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #cfaa5a 0%,#ffffff 20%,#cfaa5a 60%);
	position: absolute;
	top: 0;
	left: 0;
}
#resultMv .result li .first .frame:after {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #cfaa5a 40%,#ffffff 80%,#cfaa5a 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
#resultMv .result li .second:before {
	content: "";
	width: 36px;
	height: 52px;
	background:url(/2018/sp/img/realtime/icon_result02.png) no-repeat top left / contain;
	position: absolute;
	top: -6px;
	left: 10px;
}
#resultMv .result li .third:before {
	content: "";
	width: 36px;
	height: 52px;
	background:url(/2018/sp/img/realtime/icon_result03.png) no-repeat top left / contain;
	position: absolute;
	top: -6px;
	left: 10px;
}
#resultMv .result li .fourth:before {
	content: "";
	width: 20px;
	height: 22px;
	background:url(/2018/sp/img/realtime/icon_result04.png) no-repeat top left / contain;
	position: absolute;
	top: 10px;
	left: 18px;
}
#resultMv .result li .fifth:before {
	content: "";
	width: 20px;
	height: 22px;
	background:url(/2018/sp/img/realtime/icon_result05.png) no-repeat top left / contain;
	position: absolute;
	top: 10px;
	left: 18px;
}
#resultMv .result li .sixth:before {
	content: "";
	width: 20px;
	height: 22px;
	background:url(/2018/sp/img/realtime/icon_result06.png) no-repeat top left / contain;
	position: absolute;
	top: 10px;
	left: 18px;
}
#resultMv .result li .seventh:before {
	content: "";
	width: 20px;
	height: 22px;
	background:url(/2018/sp/img/realtime/icon_result07.png) no-repeat top left / contain;
	position: absolute;
	top: 10px;
	left: 18px;
}

/*color*/
#resultMv .result li .purple p.color{
	background: linear-gradient(to right, #664ba1 0%,#ce70c6 100%);
}
#resultMv .result li .red p.color {
	background: linear-gradient(to right, #c01502 0%,#d93c5b 100%);
}
#resultMv .result li .green p.color{
	background: linear-gradient(to right, #58b84a 0%,#50c5c0 100%);
}
#resultMv .result li .orange p.color{
	background: linear-gradient(to right, #f89020 0%,#ffd43e 100%);
}
#resultMv .result li .navy p.color{
	background: linear-gradient(to right, #644ed0 0%,#198dd1 100%);
}
#resultMv .result li .aqua p.color{
	background: linear-gradient(to right, #1ab7ee 0%,#69dee2 100%);
}
#resultMv .result li .yellow p.color{
	background: linear-gradient(to right, #eac419 0%,#dae621 100%);
}

/*ribbon*/
#resultMv .ribbon {
	position: absolute;
	left: 0;
	top: -5px;
}

/*ballon*/
#resultMv .ballon {
	position: absolute;
	width: 130%;
	left: -15%;
	top: 100%;
	animation: ballon 15s linear 1s infinite;
}
#resultMv .ballon02 {
	animation: ballon 12s linear 3s infinite;
}
#resultMv .ballon03 {
	animation: ballon 10s linear 2s infinite;
}

@keyframes ballon {
	0% {
		top: 100%;
	}
	60% {
		left: -25%;
	}
	100% {
		top: -100%;
	}
}

/* 大会結果バナー、終了文言など
---------------------------------------*/
#resultMv.end .btnWrap {
	margin: -12% 15px 0;
	position: relative;
	z-index: 5;
}
#resultMv.end .btnWrap li + li {
	margin-top: 10px;
}
#resultMv.end .result {
	margin-top: 8%;
}


/*終了文言*/
#endContents {
	padding: 25px 0 35px;
	background: #fff;
	position: relative;
	z-index: 3;
}
#endContents h2 {
	text-align: center;
}
#endContents .bnr + h2 {
	margin: 30px auto 0;
	width: 76%;
}
#endContents h2 + p {
	font-size: 1.3rem;
	line-height: 2;
	margin-top: 20px;
}
#endContents .date {
	font-size: 1.5rem;
	margin-top: 20px;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
}
#endContents .name {
	font-size: 1.5rem;
	text-align: right;
	font-weight: bold;
	margin-top: 20px;
}

