@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,700,800,900');

/*-----------------------

http://www.jleague.jp/css/opening-game.css
2016/2/15 ISM

------------------------*/
body .content, body.second .content {
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1.85em;
	margin-top: 0;
	padding: 0;
	width: 100%;
}
.main {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Kreon', 'Noto Sans JP', sans-serif;
	position: absolute;
	top: 0;
}

.menu{
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	height: 70px;
	width: 100%;
	z-index: 99999;
}
.kvArea_jleaguejplink {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 25px;
}
.menu-trigger {
  position: absolute;
	right: 0;
  display: inline-block;
  width: 32px;
  height: 20px;
  z-index: 99999;
  box-sizing: border-box;
	margin: 25px;
	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: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  z-index: 99998;
	overflow-y: auto;
}
#navigation .navigation_inner {
    display: table;
    width: 100%;
    height: 100%;
}
#navigation .navigation_inner .navigation_menu {
    display: table-cell;
    vertical-align: top;
    padding-top: 100px;
		text-align: center;
    font-size: 40px;
}
#navigation .navigation_inner .navigation_menu dt{
    position: relative;
    padding: 50px 0;
    width: 980px;
    margin: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-color: #444;
    color: #fff;
		cursor: pointer;
}
#navigation .navigation_inner .navigation_menu li.top {
	position: relative;
	width: 980px;
	margin: 0 auto;
	border-style: solid;
	border-width: 1px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-color: #444;
	color: #fff;
	cursor: pointer;
}
#navigation .navigation_inner .navigation_menu li.top a {
    padding: 50px 0;
}
#navigation .navigation_inner .navigation_menu dt:hover,
#navigation .navigation_inner .navigation_menu li.top:hover {
opacity: 0.7;
}
li.inner_trigger.cs {
    color: #6b6b6b !important;
}
/* #navigation .navigation_inner .navigation_menu li:hover {
	opacity: 0.8;
} */
#navigation .navigation_inner .navigation_menu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: 100;

}
#navigation .navigation_inner .navigation_menu li span.top {
    display: block;
    font-size: 25px;
    color: #c9ad70;
    font-family: 'Arvo', sans-serif;
}
#navigation .navigation_inner .navigation_menu .inner_trigger ul {
  display: none;
}

#navigation .navigation_inner .navigation_menu .inner_trigger > li::after {
    position: absolute;
    font-family: 'ionicons';
    content: '\f30f';
    color: #fff;
    right: 25px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.accordion_icon {
    position: relative;
    right: 20px;
    width: 50px;
    height: auto;
    float: right;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#navigation .navigation_inner .navigation_menu .matchlist li {
	position: relative;
    font-size: 24px;
    border-bottom: 1px solid #444;
}
#navigation .navigation_inner .navigation_menu .matchlist li a {
	display: block;
	color: #fff;
	font-weight: 100;
    padding: 30px 0px;
}
#navigation .navigation_inner .navigation_menu .matchlist li a:hover {
	opacity: 0.5;
}
#navigation .navigation_inner .navigation_menu .matchlist li::after {
	position: absolute;
	font-family: 'ionicons';
	content: '\f30f';
	color: #fff;
	top: 30px;
	right: 45px;
	font-size: 16px;
}
dd {
	display: none;
	width: 980px;
	margin: 0 auto;
}


.sp_disp {
	display: none !important;
}

.kvArea {
    background: #000;
    text-align: center;
}
.tabSelecter {
    background: #000;
    text-align: center;
}
.tabSelecter ul {
	width: 980px;
	margin: 0 auto;
	border-bottom: none;
	letter-spacing: -0.1em;
}
.tabSelecter .tab.fourline li {
	transform: skewX(-15deg);
	border-style: none;
}
.tabSelecter .tab li {
	width: 24%;
}
.tabSelecter .tab li > a,
.tabSelecter .tab li > span {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 22px;
	font-weight: bold;
}

body.j1 .kvArea .tabSelecter li.tab1 a ,
body.top .kvArea .tabSelecter li.tab1 a{
	color: #fb0000;
	background: #f8f8f8;
	pointer-events: none;
}
body.j2 .kvArea .tabSelecter li.tab2 a{
	color: #008336;
	background: #f8f8f8;
	pointer-events: none;
}
body.j3 .kvArea .tabSelecter li.tab3 a{
	color: #231814;
	background: #f8f8f8;
	pointer-events: none;
}
body.report .kvArea .tabSelecter li.tab4 a{
	color: #000;
	background: #f8f8f8;
	pointer-events: none;
}
.tabSelecter .tab li > span {
    background: #848484;
    color: #b9b9b9;
}
.w980 {
	width: 980px;
	margin: 0 auto;
}
.tabContentsBox h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 60px auto;
}
.matchinner li ,
.clubList li {
	display: inline-block;
	margin-bottom: 30px;
}
.matchinner li:nth-child(even) {
	margin-left: 30px;
}
.matchinner li a img {
    width: 470px;
}
.clubList li {
    text-align: center;
    margin: 0 10px;
}
.clubList li a {
	text-decoration: none;
}
.clubList li a:hover {
	opacity: 0.8;
}
.clubList li span {
    margin: 0 auto;
}
.clubList li p {
    font-size: 12px;
}

/*-各試合ページ-*/

.matchCard .kvIndex {
	width: 100%;
	height: auto;
}
.kvIndex img.pc_disp {
    padding-top: 0;
}
.matchCard .kvIndex img.pc_disp {
    padding-top: 70px;
}
.kvIndex img {
    width: 980px;
    display: block;
    margin: 0 auto;
    background: #000;
}
.matchCard .clubArea  h3 {
	position: relative;
	margin-bottom: 20px;
	padding: 50px 0 20px;
	border-bottom: 10px solid #000000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
h3.j1:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 190px;
	width: 600px;
	border-bottom: 10px solid #e3021f;
}
h3.j2:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 190px;
	width: 600px;
	border-bottom: 10px solid #008336;
}
h3.j3:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 190px;
	width: 600px;
	border-bottom: 10px solid #dcdcdc;
}

.clubBox {
    width: 430px;
    display: inline-block;
    margin: 10px 28px;
}
.clubBox img {
    margin-bottom: 30px;
}
.newest li {
	padding: 20px 5px;
	border-bottom: 1px solid #ddd;
	line-height: 1.5em;
	font-size: 15px;
}
.newest li p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.clubBox_wt {
	width: 370px;
	display: inline-block;
	margin: 30px 14px 10px;
	background: #fff;
	border-radius: 20px;
	padding: 30px 40px;
}
.clubBox_wt span {
    display: block;
    margin: 0 auto 20px;
}
.matchPoint li {
	position: relative;
	padding-left: 50px;
	margin-bottom: 30px;
	line-height: 1.5em;
	font-size: 15px;
}
.clubBox_wt li:before {
	content: '\f383';
	font-family: ionicons;
	font-size: 40px;
	font-weight: bold;
	color: #f70000;
	position: absolute;
	top: calc(30%);
	left: 5px;
}
.formationArea {
    margin: 0 auto 40px;
}
.formationArea p {
    display: block;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.formationArea p span {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}
.formationArea img {
    display: block;
    width: 700px;
    margin: 0 auto;
}

.Tw .clubBox_wt {
    width: 870px;
}
.Tw .clubBox_wt p {
    text-align: center;
}
.Tw .clubBox_wt p a.hashtags {
    margin: 0px 10px;
    text-align: center;
    color: #00abe7;
    font-size: 22px;
    text-decoration: none;
}
.watchArea  {
    margin: 30px auto;
}
p.ticketBtn a {
    position: relative;
    width: 600px;
    display: block;
    margin: 0 auto 10px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #f00;
    border-radius: 20px;
    text-decoration: none;
}
p.ticketBtn a:hover {
	opacity: 0.8;
}
.ticketBtn a:after {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 15px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFBDBD;
	border-right: 2px solid #FFBDBD;
	-webkit-transform: rotation(45deg);
	transform: rotate(45deg);
	content: "";
}

p.daznBtn a {
    width: 120px;
    display: block;
    margin: 0 auto;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #666;
    border: 2px solid #666;
    text-decoration: none;
}
p.daznBtn a:hover {
	    color: #fff;
			background: #666;
}
.clubBox_wt_sp {
	display: none;
}
.clubList {
    width: 940px;
    margin: 30px auto;
}
.clubList li {
    text-align: center;
    margin: 0 5px 20px;
    width: 140px;
}
.clubList li:hover {
	opacity: 0.8;
}
h4 {
  position: relative;
  margin: 0 auto 20px;
  padding: 0 0 10px;
  border-bottom: 7px solid #000000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
h4.j2:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -7px;
	left: 240px;
	width: 500px;
	border-bottom: 7px solid #008336;
}
h4.j3:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -7px;
	left: 240px;
	width: 500px;
	border-bottom: 7px solid #dcdcdc;
}
.reportArea h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 60px auto;
}
.reportArea h3 a {
    text-decoration: none;
}
.reportArea .club {
    width: 130px;
    margin: 0 auto 50px;
    text-align: center;

}
.reportArea .reportInner h5 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
		margin-bottom: 50px;
}
.reportArea .reportInner img{
	width: 100%;
}
.reportArea .reportInner p {
    margin: 40px 0;
    line-height: 1.5em;
}
.reportArea a.j2Btn {
    width: 600px;
    display: block;
    margin: 0 auto 60px;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    background: #008336;
    color: #fff;
		text-decoration: none;
}
.reportArea a:hover {
	opacity: 0.8;
}
