@charset "UTF-8";

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

http://www.jleague.jp/css/sp/fnj2021.css
2021/2/13 ISM

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


body #main,
body.second #main {
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1.85em;
	margin-top: 0;
	padding: 0;
	width: 100%;
}
#main {
    background: none;
}
body::after{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:#15100c url(/img/fnj/2023/BG_fridaynightjleague_SP.jpg) no-repeat 50% 50%;
  background-size:cover;
}
.specialArea{
	background: #fff;
}

.fnj_txt{
	text-align: left;
	margin: 1em 0;
}
/*フェードイン用*/
.fade-up > article,
.fade-up li{
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}




/* kvArea */
.kvArea{
	padding-bottom: 10px;
	padding-top: 60px;
}
body.top .kvArea h1{
	margin-bottom: 20px;
}
.kvArea h1 img{
	width: 80%;
	max-width: 400px;
}
.kvArea .kvArea_text{
	text-align: left;
    position: relative;
    top: -25px;
    margin: 0 5%;
    padding-top: 15px;
}
body.match .kvArea h1 img,
body.about .kvArea h1 img,
body.video .kvArea h1 img{
	width: 23%;
}
body.match .kvArea,
body.about .kvArea,
body.video .kvArea{
	padding: 30px 0 20px;
}




/* ----- animation ----- */
body::after{
        opacity: 0;
        -webkit-animation: kvmoving 3s ease 1s 1 forwards;
        animation: kvmoving 3s ease 1s 1 forwards;
}
.kvArea h1{
        transform: translateY(-100px);
        opacity: 0;
        -webkit-animation: kvmoving 1.5s ease 2s 1 forwards;
        animation: kvmoving 1.5s ease 2s 1 forwards;
}
.kvArea .kvArea_text{
        opacity: 0;
        -webkit-animation: kvmoving 2s ease 2.5s 1 forwards;
        animation: kvmoving 2s ease 2.5s 1 forwards;
}

@-webkit-keyframes kvmoving {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes kvmoving {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}






/* section */
.sec_black{
	background: #000;
}
.sec_border{
	-webkit-border-image: url(/img/fnj/2021/BG_line.jpg) 15;
	border-image: url(/img/fnj/2021/BG_line.jpg) 15;
	border-style:solid;
	border-width:1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;

}
.sec_border_L{
	-webkit-border-image: url(/img/fnj/2021/BG_line.jpg) 15;
	border-image: url(/img/fnj/2021/BG_line.jpg) 15;
	border-style:solid;
	border-width:10px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
#main > section{
	font-family: 'Arvo', sans-serif;
	padding: 0 5%;
}
section > article{
	padding: 50px 0;
}




/* sec_match_card */
body.top .sec_match_card{
	border-image: url(/img/fnj/2021/BG_line.jpg) 15;
	border-style: solid;
	border-width: 1px;
	border-left: 0;
	border-right: 0;
	padding:30px 0;
}

.sec_match_card .match_card > span{
	display: block;
	vertical-align: middle;
}
.sec_match_card .match_card_sec{
	font-size: 16px;
	padding-bottom: 5px;
}
.sec_match_card .match_card_sec img{
	vertical-align: middle;
	display: block;
	margin:0 auto;
	width: 150px;
}
.sec_match_card .match_card_time{
	font-size: 26px;
	line-height: 1.5;
}
.sec_match_card .match_card_st{

}
.sec_match_card .match_vs{
	text-align: center;
	background: url(/img/fnj/2021/icon_vs_white.png) no-repeat 50% 50%;
	background-size: 30px;
	font-size: 0;
}
.sec_match_card .match_vs div,
.sec_match_card .match_vs div .embL{
	display: inline-block;
	vertical-align: middle;
}
.sec_match_card .match_vs div{
	padding: 0 20px;
}
.sec_match_card .match_vs div p{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
}
.sec_match_card .match_vs .match_vs_left,
.sec_match_card .match_vs .match_vs_right{
	width: 50%;
	box-sizing: border-box;
}
.sec_match_card .match_vs .match_vs_left{
	text-align: right;
	padding-left: 0;
}
.sec_match_card .match_vs .match_vs_right{
	text-align: left;
	padding-right: 0;
}

.sec_match_card .match_vs2{
	text-align: center;
	background: url(/img/fnj/2021/icon_vs_white.png) no-repeat 50% 50%;
	background-size: 30px;
	font-size: 0;
}
.sec_match_card .match_vs2 > span,
.sec_match_card .match_vs2 > a,
.sec_match_card .match_vs2 > a .embL{
	display: inline-block;
	vertical-align: middle;
}
.sec_match_card .match_vs2 > span:first-child,
.sec_match_card .match_vs2 > a{
	padding: 0 20px;
}
.sec_match_card .match_vs2 > span p,
.sec_match_card .match_vs2 > a p{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
}
.sec_match_card .match_vs2 .match_vs_left,
.sec_match_card .match_vs2 .match_vs_right{
	width: 50%;
	box-sizing: border-box;
}
.sec_match_card .match_vs2 .match_vs_left{
	text-align: right;
	padding-left: 0;
}
.sec_match_card .match_vs2 .match_vs_right{
	text-align: left;
	padding-right: 0;
}

.DAZNareaTop{
	width: 70%;
    display: inline-block;
    margin-top: 14px;
}

.DAZNlogoTop{
	display: inline-block;
    width: 14%;
    margin-left: 7px;
    vertical-align: middle;

}

.poweredByTop{
	display: inline-block;
    color: #fff;
    font-size: 1.5em;
    vertical-align: middle;
}

.DAZNarea{
	background-color: #000;
    position: relative;
    width: 80%;
}

.DAZNlogo{
	display: inline-block;
    width: 22%;
    margin-left: 7px;
    vertical-align: middle;
}

.poweredBy{
	display: inline-block;
    color: #fff;
}

.btn_ticket{
	margin: 10px 5% 0;
}
.btn_ticket a,
.btn_ticket span{
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	background: url(/img/fnj/2021/BG_line.jpg);
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	letter-spacing: 0.02em;
	margin:0 auto;
	color: #333;
}
.btn_ticket span{
	background: #444;
}
.btn_ticket_dazn a,
.btn_ticket_dazn{
	/*display: block;*/
	/*width: 100%;*/
	text-align: center;
	border-radius: 5px;
	background-color: #f7ff1a;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	letter-spacing: 0.02em;
	margin:0 auto;
	color: #333;
	margin: 10px 5% 0
}
.btn_ticket_dazn a{
	color: #333;
	font-family: sans-serif;
    font-weight: bold;
}
.btn_dazn_ticket{
	margin-top: 10%;
}


/* match_subTit */
.match_subTit_icon{
	color: rgba(0,0,0,0); /*テキストは透過させる*/
	background-image: url(/img/fnj/2021/BG_line.jpg); /*背景の画像を透過PNGに*/
	background-size: 50%;
	-webkit-background-clip: text; /*背景をテキストでマスクする*/
	background-clip: text;
}
.match_subTit_icon .eng{
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.02em;
	vertical-align: middle;
	display: block;
	line-height: 1.5;
}
.match_subTit_icon .focus_player{
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.02em;
	vertical-align: middle;
	display: block;
	line-height: 1.5;
	color: #fff;
    background: #000;
    display: inline-block;
    padding: 1%;
	margin-top: 5%;

}

.match_subTit_icon .jpn{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
	vertical-align: middle;
}
.match_subTit_icon a{
	color: rgba(0,0,0,0);
  background-image: url(/img/fnj/2021/BG_line.jpg);
  background-size: 50%;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 2;
}
.match_subTit_text{
	font-size: 18px;
	font-weight: bold;
	color: #d0cd76;
	line-height: 1.3;
	margin-bottom: 0.8em;
}
.match_subTit_top{
	margin-bottom: 30px;
	margin-top: 50px;
}




/* match_player */
.match_player_kawasakif_bg{
	background-image: url(/img/fnj/2022/kawasakif-fctokyo/kawasakif_bg.jpg);
	background-size: cover;
}

.match_player_fctokyo_bg{
	background-image: url(/img/fnj/2022/kawasakif-fctokyo/fctokyo_bg.jpg);
	background-size: cover;
}

.midokoro_bg{
	background-image: url(/img/fnj/2022/kawasakif-fctokyo/midokoro_bg_sp.jpg);
	background-size: cover;
}

.match_player li{
	margin-top: 30px;
	position: relative;
	text-align: right;
}
.match_player .match_player_photo{
	width: 50%;
	position: absolute;
	left: -30px;
	bottom: 0;
	z-index: 1;
}
.match_player .match_player_photo img{
	vertical-align: bottom;
	width: 100%;
}
.match_player .match_player_description{

	display: inline-block;
	position: relative;
	background: rgba(255, 255, 255, .75);
	color: #000;
	padding: 1.5em;
}
.match_player .match_player_description .fnj_txt{
	line-height: 1.5;
}



.match_player{
	font-size: 0;
	position: relative;
}
.match_player dl{
	font-size: 14px;
	width: 55%;
	display: inline-block;
	vertical-align: top;
}
.match_player dl:first-of-type{
	margin-right: 4%;
}
.match_player dl dt,.circleBox div span {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.05em;
}

.match_player dl dt span{
	font-size: 12px;
	display: block;
}
.match_player dl dd{
	font-size: 12px;
}

.match_player dl dt .new_player{
	font-weight: bold;
}
.match_player dl dt .new_player::after{
	content: "NEW!";
	display: inline-block;
	background: #ff0000;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: -1px;
	line-height: 1;
	vertical-align: top;
	margin: 0;
	padding: 2px;

}
.match_player h5{

}
.match_player h5 img{
	width: 100%;
}

/*神戸vs鹿島*/
.match_player.kk li{
	margin-top: unset;
	/*position: relative;*/
	/*text-align: right;*/
}

.match_player.kk .match_player_description{

	display: inline-block;
	position: relative;
	background: #000;
	color: #fff;
	padding: unset;
}
.match_player.kk .match_player_description .fnj_txt{
	text-align: left;
	margin: 1em 0;
	line-height: 1.85;
}
.match_player.kk{
	font-size: 0;
	position: relative;
	overflow: hidden;
}

.match_player.kk dl{
	font-size: 14px;
	width: 48%;
	display: inline-block;
	vertical-align: top;
}



/* match_event_description */
.match_event_description{
	margin-top: 30px;
}
.match_event_description dt{
	/*display: inline-block;*/
	margin-bottom: 1em;
}
/*.match_event_description dt > i{
	display: block;
    background: url(/img/fnj/2021/icon_event_bg.png) no-repeat 0 0;
    width: 140px;
    height: 140px;
    font-size: 16px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    line-height: 140px;
    letter-spacing: 0.05em;
    padding-left: 20px;
    margin: 0 auto;
    font-style: normal;
    box-sizing: border-box;
}*/
.match_event_description dt span{
	font-size: 18px;
	position: relative;
	/*top: -20px;*/
	letter-spacing: -0.02em;
	font-weight: bold;
	letter-spacing: -0.05em;

}
.match_event_description dt span i{
	display: block;
	font-size: 10px;
	font-style: normal;
}
.match_event_description dd img{
	width: 100%;
}
.match_event_description dd.mrgT{
	margin-top: 30px;
}
.match_event_description dd.txtArea{
	text-align: left;
}
.match_event_description dd.txtArea p{
	margin-top: 20px;
}
.match_event_description dd.txtArea p a{
	color: #a08e39;
}
.match_event_description dd.txtArea span.entryBtn{
	width: 100%;
	height: 40px;
	background: #666;
	display: block;
	border-radius: 3px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #000;
}




/* match_card_list */
.match_card_list{
	font-size: 0;
	text-align: left;
	margin-top: 20px;
}
.match_card_list li{
	display: block;
	width: 100%;
	font-size: 14px;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin-bottom: 10px;
}
.match_card_list li a{
	color: #333;
	display: table;
	width: 100%;
}
.match_card_list li:nth-child(2n){margin-right: 0;}

.match_card_list li .match_card{
	display: inline-block;
	width: 49%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	padding: 10px 0;
}
.match_card_list li .match_card .match_card_sec{
	font-size: 15px;
	display: block;
}
.match_card_list li .match_card .match_card_sec img{
	width: 120px;
	display: block;
	margin: 0 auto;
}
.match_card_list li .match_card .match_card_time{
	font-size: 15px;
}
.match_card_list li .match_card .match_card_time i{
	font-size: 13px;
	display: block;
	font-style: normal;
}
.match_card_list li .match_vs{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background: url(/img/fnj/2021/icon_vs_black.png) no-repeat 50% 42%;
	background-size: 20px;
	width: 49%;
}
.match_card_list li .match_vs > span,
.match_card_list li .match_vs > a{
	padding: 0 13px;
	display: inline-block;
	box-sizing: border-box;
}
.match_card_list li .match_vs > span p,
.match_card_list li .match_vs > a p{
	font-size: 10px;
}
.match_card_list li .match_vs > span .embM,
.match_card_list li .match_vs > a .embM{
	display: block;
	margin: auto;
}

.match_card_list li .match_vs2{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background: url(/img/fnj/2021/icon_vs_black.png) no-repeat 50% 42%;
	background-size: 20px;
	width: 49%;
}
.match_card_list li .match_vs2 > span,
.match_card_list li .match_vs2 > a{
	padding: 0 13px;
	display: inline-block;
	box-sizing: border-box;
}
.match_card_list li .match_vs2 > span p,
.match_card_list li .match_vs2 > a p{
	font-size: 10px;
}
.match_card_list li .match_vs2 > span .embM,
.match_card_list li .match_vs2 > a .embM{
	display: block;
	margin: auto;
}

.match_info_link{
	font-size: 0;
	border-top: solid #000 1px;
}
.match_info_link span{
	display: inline-block;
	margin: 0;
	font-size: 16px;
	width: 50%;
	box-sizing: border-box;
}
.match_info_link span:first-child{
	border-right: solid #000 1px;
}
.match_info_link span a,
.match_info_link span span{
	display: inline-block;
	font-size: 13px;
	width: 100%;
	background: #756b4f;
	text-align: center;
	padding: 8px 0;
	color: #000;
}

.match_info_link span span:first-child {
    background: #443e2e;
	border-right: 0;
}

.match_info_link2{
	font-size: 0;
	border-top: solid #000 1px;
}
.match_info_link2 span{
	display: inline-block;
	margin: 0;
	font-size: 16px;
	width: 50%;
	box-sizing: border-box;
}
.match_info_link2 span:first-child{
	border-right: solid #000 1px;
}
.match_info_link2 span a,
.match_info_link2 span span{
	display: inline-block;
	font-size: 13px;
	width: 100%;
	background: #478ca6;
	text-align: center;
	padding: 8px 0;
	color: #000;
}

.match_info_link2 span span{
	background: #316c82;
	border-right: 0;
}

.match_info_link2 span:last-of-type{
	border-right: 0;
}

.match_info_link3{
	font-size: 0;
	border-top: solid #000 1px;
}
.match_info_link3 span{
	display: inline-block;
	margin: 0;
	font-size: 16px;
	width: 50%;
	box-sizing: border-box;
}
.match_info_link3 span:first-child{
	border-right: solid #000 1px;
}
.match_info_link3 span a,
.match_info_link3 span span{
	display: inline-block;
	font-size: 13px;
	width: 100%;
	background: #756b4f;
	text-align: center;
	padding: 8px 0;
	color: #000;
}

.match_info_link3 span span:first-child{
	background: #443e2e;
	border-right: 0;
	border-top: 0;
}

.match_info_link3 span:last-of-type{
	border-right: 0;
	width: 100%;
	border-top: solid #000 1px;
}
.match_info_link3 span:nth-of-type(2) a {
    background: #969059;
}


.fnjAboutjleague article h4{
	font-size: 18px;
	margin: 20px 0;
	font-weight: bold;
}
.fnjAboutjleague article p,
.fnjAboutjleague article strong{
	display: block;
	text-align: left;
}
.fnjAboutjleague .match_subTit_icon{
	text-align: center;
}
.fnjAboutjleague .tabContentsBox{
	color: #dcdcdc;
}
.fnjAboutjleague .tabSelecter{
	border-image: url(/img/fnj/2021/BG_line.jpg) 15;
	border-style: solid;
  border-width: 8px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.tabSelecter li{
	border: 0;
}
.tabSelecter li > a,
.tabSelecter li > span{
	padding: 5px 5px;
	opacity: 0.5;
	background: url(/img/fnj/2021/BG_line.jpg);
	background-position: 40%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #ffe86b;
	font-size: 10px;
}
.tabSelecter li.current > a{
	background: url(/img/fnj/2021/BG_line.jpg);
	background-position: 40%;
	opacity: 1;
	color: #000;
}
.videoArea ul{
	margin: 20px 0;
}
.videoArea ul li{
	position: relative;
	border: 1px solid #333;
}
.videoArea ul li::before{
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f144";
	font-size: 40px;
	color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
	opacity: 0.5;
	width: 40px;
}
.videoArea ul li a img{
	width: 100%;
}
/* aboutjleague */
.phCpTpl img{
	width: 100%;
	margin: 15px 0;
}
/* アコーディオン */
#acMenu dt{
	display:block;
	width:200px;
	height:50px;
	line-height:50px;
	text-align:center;
	cursor:pointer;
	margin: 0 auto 10px;
	background: url(/img/fnj/2021/BG_line.jpg);
	background-position: 20%;
	border-radius: 5px;
	color: #000;
}
#acMenu dd{
  background:#000;
  width:100%;
  text-align:center;
  display:none;
}
.clearfix:after{
	display: none;
}

/*----2021.02.26　C大阪vs札幌*/
.match_event_description dt span i{
	line-height: 1.5;
}

/* スライドナビ */
/*　スライドナビ　*/
.menu{
	/*background: rgba(0,0,0,0.6);*/
	position: fixed;
	height: 60px;
	/*width: 100%;*/
	z-index: 99999;
}
.menu-trigger {
  position: absolute;
	right: 0;
  display: block;
  width: 32px;
  height: 20px;
  z-index: 99999;
  box-sizing: border-box;
	margin: 20px;
	cursor: pointer;
}
.menu-trigger  span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
}
.menu-trigger  span:nth-of-type(1) {
  top: 0;
}
.menu-trigger  span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger  span:nth-of-type(3) {
  bottom: 0;
}


.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
#navigation{
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  z-index: 99998;
}
#navigation img{
	width: 25%;
}
#navigation .navigation_inner{
  display: table;
  width: 100%;
  height: 100%;
}
#navigation .navigation_inner .navigation_menu{
  display: table-cell;
  vertical-align: top;
	padding: 60px 10px 10px 10px;
}
#navigation .navigation_inner .navigation_menu li{
	position: relative;
	padding: 30px 0;
  margin: 0 auto;
	webkit-border-image: url(/img/fnj/2021/BG_line.jpg) 15;
  border-image: url(/img/fnj/2021/BG_line.jpg) 15;
  border-style: solid;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
#navigation .navigation_inner .navigation_menu li::after{
	position: absolute;
	font-family: 'ionicons';
	content: '\f30f';
  color: #c9ad70;
  right: 25px;
  font-size: 14px;
	top: 50%;
	transform: translateY(-50%);
}
#navigation .navigation_inner .navigation_menu li a{
	display: block;
}
#navigation .navigation_inner .navigation_menu li span.top{
	display: block;
	font-size: 16px;
	color: #c9ad70;
	font-family: 'Arvo', sans-serif;
}
#navigation .match_subTit_icon .menu_eng{
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.02em;
	vertical-align: middle;
}
#navigation .match_subTit_icon .jpn{
	font-size: 13px;
}
.kvArea_jleaguejplink,
.kvArea_fnjtoplink{
	display: inline-block;
	position: absolute;
}
.kvArea_jleaguejplink{
	left: 20px;
	top: 10px;
}
.kvArea_fnjtoplink{
	left: 0;
}
.kvArea_jleaguejplink img {
    width: 40px;
}



/* .kvArea_fnjtoplink,.kvArea_jleaguejplink{
	display: none;
} */
#scrollwrap {
	position: fixed;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 150px;
	background: rgba(0,0,0,0.8);
	border-radius: 50%;
}
#scrollwrap img{
	margin-top: 20px;
	width: 20%;
}
div .circleBox div img{
	margin-top: 0.5em;
	margin-bottom: -0.5em;
}

.twitter-block li{
	display: inline-block;
	vertical-align: top;
}
.twitter-block li .twitter-tweet{
	width: 100% !important;
}
span.thanks {
	position: absolute;
  top: 0;
  right: 0;
  width: 105px;
  color: #fff;
  background: #f00;
  display: inline-block;
  transform: rotate(110deg);
}
span.thanks i {
	display: inline-block;
	transform: rotate(-89deg);
	font-style: normal;
}
a.otherLink_Mar {
	display: block;
	text-align: center;
	border-radius: 5px;
	background: #003f9d;
	padding: 15px;
	font-size: 15px;
	letter-spacing: 0.02em;
	margin: 15px 0;
	color: #FFF !important;
	position: relative;
}
a.otherLink_kawasakif {
	display: block;
	text-align: center;
	border-radius: 5px;
	background: #31a0da;
	padding: 15px;
	font-size: 15px;
	letter-spacing: 0.02em;
	margin: 15px 0;
	color: #FFF !important;
}
.col_kawasakif {
	color: #dac174 !important;
}

img.dazn_bnr {
	width: 100%;
	margin-bottom: 30px;
}


.videoOneArea{
	margin: 0;
	margin-top: 30px;
	position: relative;
    width: 100%;
    padding-top: 56.25%;

}
.videoOneArea iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sec_match_access .access {
	text-align: left;
	padding-top: 20px;
}
