/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
section#sfv h4:after{
	background: -moz-linear-gradient(left, transparent 30%, #ffbf1b 40%, #ffbf1b 60%, transparent 70%);
	background: -webkit-linear-gradient(left, transparent 30%, #ffbf1b 40%, #ffbf1b 60%, transparent 70%);
	background: linear-gradient(to left, transparent 30%, #ffbf1b 40%, #ffbf1b 60%, transparent 70%);
}
section#sfv h5:before{ 
	background: #ffbf1b;
} 
/*--------------
  ストリートファイター
--------------*/
section#sfv {
	background-color: #090504;
	background-repeat: no-repeat;
}
section#sfv > section:not(:first-of-type):nth-child(even) {
	background-color: rgba(255,255,255,.08);
}
section#sfv div {
	background-size: 100%;
}
section#sfv h2 {
	background-image: url(../images/sfv_logo.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    text-indent: -99999em;
	line-height: 14em;
	line-height: calc(8em + 20vw);
    padding: 0;
}
section#sfv p.catch {
	text-align: center;
	color: #fff;
	font-size: 1.15em;
	font-size: calc(.75em + 1.5vw);
	font-weight: 600;
	line-height: 1.4;
	text-shadow: 0 0 1em #000, 0 0 .75em #000, 0 0 .25em #000;
	padding: .75em 0 0;
	font-feature-settings : "palt";
}
section#sfv p.format {
	font-size: 1em;
	font-size: calc(.75em + 1vw);
	font-weight: 600;
	line-height: 2em;
	max-width: 22em;
	color: #fff;
	margin: .75em auto 0;
	padding: 0;
	text-align: center;
	background: -moz-linear-gradient(left, transparent, rgba(20,20,20,1), 10%, rgba(20,20,20,1) 90%, transparent);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(20,20,20,1) 10%, rgba(20,20,20,1) 90%, transparent 100%);
	background: linear-gradient(to left, transparent 0%, rgba(20,20,20,1) 10%, rgba(20,20,20,1) 90%, transparent 100%);
}
/*エントリーボタン*/
section#sfv .entry_btn {
    display: inline-block;
    background-color: #ffbf1b;
    font-size: 1.4em;
    font-size: calc(1.2em + .5vw);
    font-weight: 600;
    text-decoration: none;
    width: 90%;
    max-width: 24em;
    margin: auto;
    padding: 1em;
    border-radius: .15em;
    cursor: pointer;
    box-shadow: 0 0.1em 0.1em 0 rgba(0,0,0,0.14), 0 0.05em 0.25em 0 rgba(0,0,0,0.12), 0 0.15em 0.05em -0.1em rgba(0,0,0,0.2);
}
section#sfv .entry_btn:hover {
	box-shadow: 0 .15em .15em 0 rgba(0,0,0,0.14), 0 .05em .35em 0 rgba(0,0,0,0.12), 0 .35em .05em -.05em rgba(0,0,0,0.2);
}
section#sfv .entry_btn.disable {
	background-color: #999;
}
/*賞金*/
section#sfv div.prize h4 {
	padding-top: 0;
}
section#sfv div.prize .box {
	margin-bottom: 3em;
	text-align: center;
}
section#sfv div.prize p {
	margin: 0 auto;
    padding: 0;
}
section#sfv div.prize .money {
	font-weight: 600;
	font-size: 2.5em;
	line-height: 1;
	font-family: serif;
	color: #ccc;
}
section#sfv div.prize .plus {
	font-weight: 600;
	width: 6em;
}
section#sfv div.prize .place1 .money {
	font-size: 3em;
	text-indent: -99999em;
	background: url(../images/sfv_prize_1.png) no-repeat center center;
	background-size: contain;
}
section#sfv div.prize .place2 .money {
	font-size: 3em;
	text-indent: -99999em;
	background: url(../images/sfv_prize_2.png) no-repeat center center;
	background-size: contain;
}
section#sfv div.prize .place3 .money {
	font-size: 3em;
	text-indent: -99999em;
	background: url(../images/sfv_prize_3.png) no-repeat center center;
	background-size: contain;
}
/*ルール*/
section#sfv #sfv_rule section:first-child h4 {
	padding-top: 0;
}
section#sfv #sfv_rule h5 {
	background-color: #fff;
	color: #141414;
	line-height: 2;
	padding: 0;
	margin-bottom: .4em;
	border: none;
	text-align: center;
	border-radius: .5em .5em 0 0;
}
section#sfv #sfv_rule h5:before {
	content: none;
}
section#sfv .sfv_tournament .flex_container p {
  	background-color: rgba(255,255,255,.1);
	margin-bottom: .4em;
	text-align: center;
	padding: 1em 0;
  	border-radius: 0 0 .5em .5em;
}
section#sfv .sfv_tournament .flex_container div:first-child:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
/*参加選手*/
section#sfv #sfv_player .flex_container div > p {
	font-size: .8em;
	text-align: center;
	padding: .6em 0;
	border-bottom: solid 1px rgba(255,255,255,.25);
}
section#sfv #sfv_player .flex_container div > p:nth-child(-n+3) {
	border-top: solid 1px rgba(255,255,255,.25);
}
section#sfv #sfv_player .flex_container:not(:last-child) {
	padding-bottom: 1.2em;
}
section#sfv #sfv_player .flex_container div > p {
	float: left;
	width: 49%;
	margin-right: 2%;
}
section#sfv #sfv_player .flex_container div > p:nth-child(odd) {
	margin-right: 0;
}
section#sfv #sfv_player .flex_container div:after {
	content: '';
	display: block;
	clear: both;
}
/*大会結果*/
section#sfv #sfv_result .flex_container > p {
	font-size: .8em;
	text-align: center;
	padding: .6em 0;
	border-bottom: solid 1px rgba(255,255,255,.25);
}
section#sfv #sfv_result .flex_container > p:last-child {
	margin-right: 0;
}
section#sfv #sfv_result .flex_container > p.no_border {
	border: none;
}
section#sfv #sfv_result .sfv_result_final .place1 {
	max-width: 22em;
	margin: 0 auto;
}
section#sfv #sfv_result .sfv_result_final .place1 h4 {
	padding-top: 0;
}
section#sfv #sfv_result .sfv_result_final .place2 {
	max-width: 18em;
	margin: 0 auto;
    -webkit-box-flex: none;
    -webkit-flex: none;
    flex: none;
}
section#sfv #sfv_result .sfv_result_final .place3 {
	max-width: 16em;
	margin: 0 auto;
    -webkit-box-flex: none;
    -webkit-flex: none;
    flex: none;
}
section#sfv #sfv_result .sfv_result_final .place4 {
	max-width: 14em;
	margin: 0 auto;
    -webkit-box-flex: none;
    -webkit-flex: none;
    flex: none;
}
section#sfv #sfv_result .sfv_result_final p:not(.fw_nomal) {
	padding-top: .6em;
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	border: none;
}


@media screen and (min-width:813px) {
	section#sfv {
		background-position: center -5em;
		background-size: 100%;
		background-size: calc( 80% + 250px );
	}
	section#sfv h2 {
	    margin-top: 1em;
	    margin-top: calc(2.5vw - .5em);
	}
	section#sfv .sfv_tournament .flex_container div:first-child:after {
		top: 46%;
		top: calc( 50% - 1em );
		right: -1.5em;
		right: calc( -1em - .8vw );
		border-width: 1em 0 1em 1em;
		border-color: transparent transparent transparent #fff;
	}
	/*参加選手*/
	section#sfv #sfv_player .flex_container > *:not(:last-child) {
		margin-right: 3em;
		margin-right: calc( 1.8em + 2.4vw );
	}
	section#sfv #sfv_player .reserver.flex_container div > p:nth-child(-n+5) {
		border-top: solid 1px rgba(255,255,255,.25);
	}
	section#sfv #sfv_player .reserver.flex_container div > p {
		width: 23.5%;
		margin-right: 2%;
	}
	section#sfv #sfv_player .reserver.flex_container div > p:nth-child(4n+1) {
		margin-right: 0;
	}
	/*大会*/
	section#sfv #sfv_watchinfo h4 {
		padding-top: 0;
	}
}
@media screen and (max-width:812px) {
	section#sfv {
		background-position: center top;
		background-size: 140%;
		background-size: calc( 70% + 250px );
	}
	section#sfv h2 {
	    margin-top: 1.1em;
	    margin-top: calc(.65em + 1.5vw);
	}
	section#sfv .sfv_tournament .flex_container div:first-child:after {
		left: 46%;
		left: calc( 50% - 1em );
		bottom: .25em;
		border-width: 1em 1em 0 1em;
		border-color: #fff transparent transparent transparent;
	}
	/*大会*/
	section#sfv #sfv_watchinfo section:first-child h4 {
		padding-top: 0;
	}
}