/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
section#sv h4:after,
section#sv_forplayer h4:after,
.sv_finalist_detail h4:after {
	background: -moz-linear-gradient(left, transparent 30%, #26a69b 40%, #26a69b 60%, transparent 70%);
	background: -webkit-linear-gradient(left, transparent 30%, #26a69b 40%, #26a69b 60%, transparent 70%);
	background: linear-gradient(to left, transparent 30%, #26a69b 40%, #26a69b 60%, transparent 70%);
}
section#sv h5:before,
section#sv_forplayer h5:before,
.sv_finalist_detail h5:before { 
	background: #26a69b;
} 
span.day1,
span.day2 {
	display: inline-block;
	margin-bottom: .25em;
	padding: 0 .5em;
	font-size: .7em;
	line-height: 1.6em;
	border-radius: .9em;
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
}
h5 .day1,
h5 .day2,
h6 .day1,
h6 .day2 {
	margin: 0 .25em .25em;
}
.date .day1,
.date .day2 {
	font-size: 1em;
	margin: 0 .5em 0 0;
}
.day1 {
	background-color: #ff6347;
	color: #fff;
}
.day2 {
	background-color: #4169e1;
	color: #fff;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
#sv table caption {
	color: #22193a;
}
#sv_forplayer td {
	white-space: nowrap;
}

/*--------------
  シャドウバース
--------------*/
section#sv {
	background-color: #22193a;
	background-image: url(../images/sv_keyvisual.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
section#sv > section:not(:first-of-type):nth-child(odd) {
	background-color: rgba(0,0,0,.25);
}
section#sv div {
	background-size: 100%;
}
section#sv h2 {
	background-image: url(../images/sv_logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	text-indent: -99999em;
	line-height: 10em;
	line-height: calc(7em + 10vw);
	padding: 0;
	margin-top: 5em;
	margin-top: calc( 1.8em + 12vw);
}
section#sv 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 #311202, 0 0 .75em #311202, 0 0 .25em #311202;
	padding: .75em 0;
	font-feature-settings : "palt";
}
section#sv p.format {
	font-size: 1em;
	font-size: calc(.9em + .25vw);
	font-weight: 600;
	line-height: 2em;
	color: #fff;
	width: 20em;
	width: calc(19em + 5vw);
	margin: -1em auto 0;
	padding: 0;
	text-align: center;
	background: -moz-linear-gradient(left, transparent, rgba(34,25,58,.8), 10%, rgba(34,25,58,.8) 90%, transparent);
	background: -webkit-linear-gradient(left, transparent 0%, rgba(34,25,58,.8) 10%, rgba(34,25,58,.8) 90%, transparent 100%);
	background: linear-gradient(to left, transparent 0%, rgba(34,25,58,.8) 10%, rgba(34,25,58,.8) 90%, transparent 100%);
}
/*ボタン*/
section#sv .imp_btn {
    display: inline-block;
    background-color: #26a69b;
    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#sv .entry_btn {
    display: inline-block;
    background-color: #26a69b;
    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#sv .imp_btn:hover,
section#sv .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#sv .imp_btn.disable,
section#sv .entry_btn.disable {
	background-color: #999;
}
section#sv .imp_btn.disable {
	pointer-events: none;
}
/*日時*/
section#sv .date {
	font-weight: 600;
	white-space: nowrap;
	margin-bottom: 2em;
	margin-bottom: calc(1em + 1.5vw);
	border-left: solid .5em #fff;
	padding-left: 1em;
	padding-bottom: 0;
	position: relative;
}
section#sv .date .end {
	margin: 0;
	padding: .25em 1em;
	position: absolute;
	top: 35%;
	left: 20%;
	background: #f00;
	color: #fff;
	text-align: center;
	-webkit-transform: rotate(350deg);
	-moz-transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	-o-transform: rotate(350deg);
	transform: rotate(350deg);
	z-index: 1;
}
section#sv .date:nth-last-child(2) .end {
	top: 30%;
	left: 15%;
}
section#sv .result_anchor {
	position: absolute;
	top: 55%;
	right: 15%;
	padding: .5em 2em;
	font-size: .8em;
	background: #f00;
	-webkit-transform: rotate(350deg);
	-moz-transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	-o-transform: rotate(350deg);
	transform: rotate(350deg);
}
section#sv .result_anchor a {
	text-decoration: none;
	color: #fff;
}
section#sv .gf_date {
	font-size: 1.1em;
	font-size: calc(.5em + .75vw);
	border-left: solid .5em #fff;
	padding-left: 1em;
	margin-bottom: 2em;
	margin-bottom: calc(1em + 1.5vw);
}
section#sv .date .num {
	font-size: 1.6em;
	line-height: 1.1;
	display: inline-block;
	padding: 0 .05em;
}
section#sv .date .num.one,
.eng_ff .one {
	padding: 0 .2em;
}
section#sv .date h4 {
	font-size: 1.2em;
	line-height: 1;
	text-align: left;
	padding: 0 0 .75em;
}
section#sv .date h4:after {
	content: none;
}
section#sv .date h4 span {
	font-size: .8em;
	font-weight: 400;
	line-height: 1.8;
	color: rgba(255,255,255,.75);
}
section#sv .date dl,
section#sv .gf_date dl {
	padding: 0;
}
section#sv .date dt {
	float: left;
}
section#sv .gf_date dt {
	width: 16%;
	float: left;
}
section#sv .date dd {
	font-size: 1.15em;
	line-height: 1;
	padding: 0;
	color: #fff;
	font-feature-settings : "palt";
}
section#sv .gf_date dd {
	padding: 0;
	color: #fff;
}
section#sv .date dd > dl {
	font-size: .65em;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
	margin-top: .3em;
	margin-bottom: 1em;
	font-weight: 400;
	line-height: 1;
}
section#sv .date dd:last-child > dl {
	margin-bottom: 0;
}
section#sv .date dd > dl dt {
	color: rgba(255,255,255,.75);
	clear: both;
	position: relative;
}
section#sv .date dd > dl dd {
    width: 4em;
	margin-right: 2em;
	text-align: right;
	color: rgba(255,255,255,.75);
}
section#sv .date dd > dl dd:last-child {
	margin-right: 0;
}
section#sv .gf_date {
	border: solid .1em #fff;
	background-color: #fff;
    padding: 0;
}
section#sv .gf_date h4 {
	color: #22193a;
	font-size: 1.5em;
	line-height: 1;
	margin: 0;
	padding: 1.5em 0 0;
	text-align: center;
}
section#sv .gf_date dl {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    flex: 1.5;
    background-color: #22193a;
    padding: 1.2em;
    padding: calc(.7em + .75vw );
}
/*配信*/
section#sv #sv_pre_live .flex_tab_container .content > div {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
}
section#sv #sv_pre_live .flex_tab_container .content > div > * {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
section#sv #sv_pre_live .flex_tab_container .content > div > div:first-child {
	margin-right: .5em;
}
section#sv .livestream_container .livestream_thumb {
	position: relative;
}
section#sv .livestream_container .livestream_thumb:before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
section#sv .livestream_container .livestream_thumb a,
section#sv .livestream_container .livestream_thumb iframe,
section#sv .livestream_container .livestream_thumb > img,
section#sv .livestream_container .livestream_thumb > picture {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
section#sv .livestream_container p,
section#sv .matchnews_container p {
	padding: 0;
}
section#sv .livestream_container p.comment {
	padding: .5em 0 0;
	text-align: center;
}
section#sv .livestream_container span.openrec {
	background-image: url(../images/openrec_logo.svg);
}
section#sv .livestream_container span.abema {
	background-image: url(../images/abema_logo.svg);
}
section#sv .livestream_container span.openrec,
section#sv .livestream_container span.abema {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: relative;
	text-shadow: none;
	color: transparent;
}
section#sv .livestream_container a.livestreamlink,
section#sv .matchnews_container a.matchnews {
	width: 100%;
	min-width: unset;
	min-width: auto;
	position: relative;
	margin-top: .5em;
}
section#sv .livestream_container a.livestreamlink:after,
section#sv .matchnews_container a.matchnews:after,
section#sv #sv_topics .twitter_container.mb a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 33%;
	top: calc( 50% - .375em );
	right: .5em;
	width: .75em;
	height: .75em;
	background: url(../images/icon_foreign.svg) no-repeat center center;
	background-size: contain;
}
section#sv .livestream_container a.disable {
	pointer-events: none;
	opacity: .5;
}
section#sv .livestream_container span.disable {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: -webkit-box;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
section#sv .livestream_container span.disable > * {
	display: block;
	color: #fff;
	text-align: center;
	width: 100%;
}
section#sv #sv_topics .twitter_container.pc {
	display: none;
}
section#sv #sv_topics .twitter_container.mb a {
	width: 100%;
	line-height: 2.4;
	border-radius: 2em;
	background-color: #fff;
	background-image: url(../images/Twitter_Logo_Blue.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	color: #22193a;
	text-shadow: none;
}
/*サイドイベント*/
#sv_pre_side_2Pick .money {
	text-align: center;
	line-height: 1;
	font-size: 3em;
	text-indent: -99999em;
	background: url(../images/sv_prize_2pick_1.png) no-repeat center center;
	background-size: contain;
	padding: 0;
	margin-bottom: .25em;
}
/*賞金*/
section#sv div.prize h4 {
	padding-top: 0;
}
section#sv div.prize.popup-gallery {
	margin-top: 3em;
} 
section#sv div.prize .box {
	margin-bottom: 3em;
	text-align: center;
}
section#sv div.prize p {
	margin: 0 auto;
    padding: 0;
}
section#sv div.prize .money {
	font-weight: 600;
	font-size: 2.5em;
	line-height: 1;
	font-family: serif;
	color: #ccc;
}
section#sv div.prize .plus {
	font-weight: 600;
	width: 6em;
}
section#sv div.prize .label {
	width: 5em;
	font-size: .8em;
	font-weight: 600;
}
section#sv div.prize .title {
    width: 12em;
}
section#sv div.prize p img {
	margin: .5em auto;
}
section#sv div.prize .item {
    width: 18em;
}
section#sv div.prize .place1 .money {
	font-size: 3em;
	text-indent: -99999em;
	background: url(../images/sv_prize_1.png) no-repeat center center;
	background-size: contain;
}
section#sv div.prize .place2 .money {
	font-size: 3em;
	text-indent: -99999em;
	background: url(../images/sv_prize_2.png) no-repeat center center;
	background-size: contain;
}
section#sv div.prize .place3 .money {
	font-size: 3em;
	text-indent: -99999em;
	background: url(../images/sv_prize_3.png) no-repeat center center;
	background-size: contain;
}
/*予選ルール*/
section#sv .path_to_gf.flex_container > div {
	margin-right: 0;
}
section#sv .path_to_gf h5 {
	background-color: #fff;
	color: #22193a;
	line-height: 2;
	padding: 0;
	margin-bottom: .6em;
	border: none;
}
section#sv .path_to_gf h5:before {
	content: none;
}
section#sv .path_to_gf > div:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-bottom: 0;
}
section#sv .path_to_gf > div:last-child {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}
section#sv .path_to_gf p {
	line-height: 1.4;
	height: 6em;
	padding: 0;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items: center;
  	align-items: center;
}
section#sv .path_to_gf .threshold {
	background-color: rgba( 225, 225, 225, .15 );
	border-radius: .25em;
}
section#sv .path_to_gf .match {
	background: #22193a;
	border: solid .1em #fff;
	padding: .5em;
	margin-bottom: 1em;
	position: relative;
}
section#sv .path_to_gf .match:first-child:after {
	content: '';
	position: absolute;
	top: 43%;
	top: calc( 50% - 1em );
	right: -1em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1em 0 1em 1em;
	border-color: transparent transparent transparent #fff;
}
section#sv .path_to_gf .match p > * {
	display: block;
	width: 100%;
	margin: auto;
}
/*予選出場者の方へ*/
#sv_forplayer {
	background-color: #22193a;
	padding: 2em 3%;
	margin: 1em auto;
}
#sv_forplayer h4 {
	padding-top: 0;
}
#sv_forplayer h5 {
	padding-top: 3em;
}
/*大会結果*/
section#sv #sv_result .flex_container > p {
	font-size: .8em;
	text-align: center;
	padding: .6em 0;
	border-bottom: solid 1px rgba(255,255,255,.25);
}
section#sv #sv_result .flex_container > p:last-child {
	margin-right: 0;
}
section#sv #sv_result .flex_container > p.no_border {
	border: none;
}
section#sv #sv_result .title {
	width: 80%;
	padding: 0;
	margin: 0 auto;
}
section#sv #sv_result .sv_result_final .place1 {
	max-width: 22em;
	margin: 0 auto;
}
section#sv #sv_result .sv_result_final .place1 h4 {
	padding-top: 0;
}
section#sv #sv_result .sv_result_final .place2 {
	max-width: 18em;
	margin: 0 auto;
    -webkit-box-flex: none;
    -webkit-flex: none;
    flex: none;
}
section#sv #sv_result .sv_result_final .place3 {
	max-width: 16em;
	margin: 0 auto;
    -webkit-box-flex: none;
    -webkit-flex: none;
    flex: none;
}
section#sv #sv_result .sv_result_final .place4 {
	max-width: 14em;
	margin: 0 auto;
    -webkit-box-flex: none;
    -webkit-flex: none;
    flex: none;
}
section#sv #sv_result .sv_result_final .place5 .flex_container > div {
	max-width: 12em;
	margin: 0 auto;
    -webkit-box-flex: none;
    -webkit-flex: none;
    flex: none;
}
section#sv #sv_result .sv_result_final p {
	padding-top: .6em;
	text-align: center;
	color: #fff;
	font-weight: 600;
}
section#sv #sv_result .sv_result_final span {
	font-weight: 400;
	font-size: .8em;
}

/*抽選会*/
section#sv #sv_selection h4 {
	padding-top: 0;
}

/*トーナメント表*/
section#sv .sv_tournament {
	position: relative;
}
section#sv .sv_tournament:before {
	content: '';
	display: block;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
section#sv .sv_tournament .player {
	border: solid .1em #fff;
	position: relative;
	background-repeat: no-repeat;
}
section#sv .sv_tournament .player:before {
	content: '';
	display: block;
	border: solid .1em #fff;
	position: absolute;
}
section#sv .sv_tournament .player a {
	display: block;
	width: 100%;
	height: 100%;
}
section#sv .sv_tournament .player a:hover {
	opacity: .75;
}
/*ファイナリスト詳細*/
.sv_finalist_detail {
	background-color: #22193a;
	margin: auto;
}
.sv_finalist_detail h4 {
	padding-top: 0;
}
/*GF対戦ルール*/
section#sv #sv_rule ol {
	list-style: none;
	padding: 0;
    margin-bottom: 1.2em;
}
section#sv #sv_rule ol li {
	text-align: center;
	background-color: rgba( 225, 225, 225, .15 );
	border-radius: .25em;
	padding: 1em .5em; 
	margin-bottom: .4em;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items: center;
  	align-items: center;
}
section#sv #sv_rule ol li > * {
	width: 100%;
}
/*GF出演者*/
section#sv #sv_cast .sv_cast_main .flex_container > *:not(:last-child) {
	margin-right: .75%;
}
/*GFサイドイベント*/
section#sv #sv_side > div {
	border-top: solid .1em rgba(255,255,255,.2);
}

/*.page_anchor a:not(.btn) {
	background-color: rgba(63,56,82,1);
}*/

/*SV用メディアクエリ*/
@media screen and (min-width:813px) {
	section#sv {
		background-size: 97.5%;
		background-size: calc( 75% + 250px );
	}
	section#sv .date {
		font-size: 1em;
		font-size: calc(.5em + .9vw);
	}
	section#sv .livestream_container .flex_container p:not(:last-child) {
		margin-right: .5em;
	}
	section#sv .path_to_gf > div:first-child h5 {
		margin-right: 1em;
	}
	section#sv .path_to_gf .match:first-child {
		margin-right: 1em;
	}
	section#sv #sv_result .flex_container > p {
		margin-right: 1.2em;
	}
	section#sv #sv_result .flex_container > p:last-child {
		margin-right: 0;
	}
	section#sv #sv_result .sv_result_finalist .flex_container > *:first-child {
		    -webkit-box-flex: 2.04;
		    -webkit-flex: 2.04;
		    flex: 2.04;
	}
	section#sv #sv_result .sv_pre_esat .flex_container:first-of-type > p:nth-child(-n+4),
	section#sv #sv_result .sv_pre_west .flex_container:first-of-type > p:nth-child(-n+4) {
		border-top: solid 1px rgba(255,255,255,.25);
	}

	/*トーナメント表*/
	section#sv .sv_tournament {
		padding-top: 12em;
	}
	section#sv .sv_tournament:before {
		width: 100%;
		height: 4em;
		top: 0;
		background-image: url(../images/sv_champ.png);
	}
	section#sv .sv_tournament .player {
		height: 15em;
		height: calc( 12em + 4vw );
		margin-right: 4%;
		background-position: center bottom, center 1em;
		background-size: contain, 1.2em;
		text-indent: -99999em;
	}
	section#sv .sv_tournament .player:last-child {
		margin-right: 0;
	}
	section#sv .sv_tournament .player:before {
		border-bottom: none;
		height: 2em;
	}
	section#sv .sv_tournament .player:nth-child(odd):before {
		top: -2em;
		left: 50%;
		width: 150%;
	}
	section#sv .sv_tournament .player:nth-child(4n):before {
		top: -4em;
		left: -325%;
		width: 300%;
	}
	section#sv .sv_tournament .player:nth-child(2):before {
		top: -6em;
		left: 125%;
		width: 600%;
	}
	section#sv .sv_tournament .player:nth-child(6):before {
		top: -7.5em;
		left: -175%;
		height: 1.5em;
		border-top: none;
		border-right: none;
	}
	.sv_finalist_detail {
		padding: 2em 3%;
	}
	/*GF対戦ルール*/
	section#sv #sv_rule ol li {
		margin-right: .4em;
		height: 9em;
	}
	section#spla #sv_rule ol li:last-child {
		margin-right: 0;
	}
}
@media screen and (max-width:1280px) and (min-width:813px) {
	section#sv #sv_cast .inline_container p {
		font-size: .8em;
	}
	section#sv #sv_cast div > .flex_container {
		display: block;
	}
	section#sv #sv_cast .flex_container > *:first-child {
		-webkit-box-flex: 2;
		-webkit-flex: 2;
		flex: 2;
	}
	section#sv #sv_cast .sv_cast_main .inline_container.n2 .sbox,
	section#sv #sv_cast .sv_cast_main .inline_container.n3 .sbox,
	section#sv #sv_cast .sv_cast_main .inline_container.n5 .sbox {
		width: 23.85%;
		margin-right: 1.5%;
	}
	section#sv #sv_cast .sv_cast_ura .inline_container.n3 .sbox {
		margin-right: 3%;
		width: 48.5%;
	}
	section#sv #sv_cast .sv_cast_main .inline_container.n2 .sbox:nth-of-type(3n+1),
	section#sv #sv_cast .sv_cast_main .inline_container.n3 .sbox:nth-of-type(3n+1),
	section#sv #sv_cast .sv_cast_main .inline_container.n5 .sbox:nth-of-type(3n+1),
	section#sv #sv_cast .sv_cast_ura .inline_container.n3 .sbox:nth-of-type(3n+1) {
		clear: none;
	}
	section#sv #sv_cast .sv_cast_main .inline_container.n2 .sbox:nth-of-type(4n),
	section#sv #sv_cast .sv_cast_main .inline_container.n3 .sbox:nth-of-type(4n),
	section#sv #sv_cast .sv_cast_main .inline_container.n5 .sbox:nth-of-type(4n),
	section#sv #sv_cast .sv_cast_ura .inline_container.n3 .sbox:nth-of-type(2n) {
		margin-right: 0;
	}
	section#sv #sv_cast .sv_cast_main .inline_container.n2 .sbox:nth-of-type(4n+1),
	section#sv #sv_cast .sv_cast_main .inline_container.n3 .sbox:nth-of-type(4n+1),
	section#sv #sv_cast .sv_cast_main .inline_container.n5 .sbox:nth-of-type(4n+1),
	section#sv #sv_cast .sv_cast_ura .inline_container.n3 .sbox:nth-of-type(2n+1) {
		clear: both;
	}
}
@media screen and (min-width:1281px) {
	section#sv #sv_result .sv_result_finalist .flex_container > *:first-child {
		-webkit-box-flex: 3.065;
		-webkit-flex: 3.065;
		flex: 3.065;
	}
	section#sv #sv_cast .flex_container > *:first-child {
		-webkit-box-flex: 1.66;
		-webkit-flex: 1.66;
		flex: 1.66;
	}
	section#sv #sv_cast .sv_cast_main .flex_container > *:first-child {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
	}
	section#sv #sv_cast .sv_cast_main .flex_container > *:last-child {
		-webkit-box-flex: 1.5;
		-webkit-flex: 1.5;
		flex: 1.5;
	}
	section#sv #sv_cast .inline_container p {
		font-size: .7em;
	}
}
@media screen and (max-width:812px) {
	section#sv {
		background-image: url(../images/mb/sv_keyvisual.jpg);
		background-size: 140%;
		background-size: calc( 70% + 250px );
	}
	section#sv .date dl,
	section#sv .gf_date dl {
		font-size: 1em;
		font-size: calc(.5em + 2vw);
	}
	section#sv .date h4 span {
		position: absolute;
		right: 0;
		top: .2em;
		line-height: 1;
	}
	section#sv .gf_date h4 {
		line-height: 2;
		padding: 0;
	}
	section#sv .entry_btn {
		max-width: 30em;
		min-width: 16em;
	}
	section#sv .path_to_gf p {
		height: 4em;
	}
	section#sv .path_to_gf .ta_center:not(:first-child) .match p {
		height: 6em;
	}
	section#sv .path_to_gf .match:first-child:after {
		top: auto;
		right: 46%;
		right: calc( 50% - 1em );
		bottom: -1.1em;
		border-width: 1em 1em 0 1em;
		border-color: #fff transparent transparent transparent;
	}

	#sv_result .flex_container > p {
		float: left;
		width: 49%;
		margin-right: 2%;
	}
	#sv_result .flex_container > p:nth-child(even) {
		margin-right: 0;
	}
	#sv_result .flex_container:after {
		content: '';
		display: block;
		clear: both;
	}
	section#sv #sv_result .sv_pre_esat .flex_container:first-of-type > p:nth-child(-n+2),
	section#sv #sv_result .sv_pre_west .flex_container:first-of-type > p:nth-child(-n+2) {
		border-top: solid 1px rgba(255,255,255,.25);
	}
	section#sv #sv_selection .livestream_container > .flex_container {
	    display: -webkit-box;
	    display: -webkit-flexbox;
	    display: -webkit-flex;
	    display: flex;
	}
	section#sv #sv_selection .livestream_container > .flex_container > p {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
	}
	section#sv #sv_selection .livestream_container > .flex_container > p:first-child {
		margin-right: .5em;
	}
	/*トーナメント表*/
	section#sv .sv_tournament:before {
		width: 15%;
		height: 4em;
		top: 44%;
		top: calc(50% - 2em);
		right: 0;
		background-image: url(../images/mb/sv_champ.png);
	}
	section#sv .sv_tournament .player {
		height: 4em;
		margin-bottom: .5em;
		background-position: left center;
		background-size: contain, 1%;
		width: 60%;
		line-height: 1;
		padding: 0;
	}
	section#sv .sv_tournament .player a {
		padding-left: 4.5em;
	    display: -webkit-box;
	    display: -webkit-flexbox;
	    display: -webkit-flex;
	    display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	section#sv .sv_tournament .player:before {
		border-left: none;
		width: 10%;
	}
	section#sv .sv_tournament .player:nth-child(odd):before {
		top: 50%;
		left: 100%;
		height: 4.5em;
	}
	section#sv .sv_tournament .player:nth-child(4n):before {
		top: -9.5em;
		left: 110%;
		height: 9em;
	}
	section#sv .sv_tournament .player:nth-child(2):before {
		top: 4.25em;
		left: 120%;
		height: 18em;
	}
	section#sv .sv_tournament .player:nth-child(6):before {
		top: -4.75em;
		left: 130%;
		border-bottom: none;
		border-right: none;
	}
	.sv_finalist_detail {
		padding: .75em 3%;
	}
	section#sv #sv_cast .flex_container {
		padding-bottom: 1.2em;
	}
	section#sv #sv_cast .flex_container > *:not(:last-child) {
		padding-bottom: 0;
	}
}
/*----------------
## layout
----------------*/

@media screen and (max-width:812px) {
	#sv .flex_tab_container .tab > *.active {
		color: #22193a;
	}
	#sv .flex_tab_container .content > *:not(.active) {
		display: none!important;
	}
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
@media screen and (max-width:1280px) and (min-width:813px){
	#sv_pre .page_anchor{
		font-size: .9em;
		font-size: calc( .2em + 1vw );
	}
}