@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("//fonts.googleapis.com/css?family=Arvo:400,700");
@import url("https://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

ejleague_we2019.scss

------------------------------------*/
a {
  color: #e60012;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  font-family: 'Arvo', 'Noto Sans JP',  sans-serif;
  background: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

.btn {
  display: inline-block;
}

.btn__black {
  background: #000;
  color: #fff;
}

.btn__white {
  background: #fff;
  color: #000;
}

.btn__red {
  background: #e60012;
  color: #fff;
}

.btn__ss {
  padding: 10px 15px 7px;
  border-radius: 20px;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}

.btn__l {
  padding: 20px 0;
  border-radius: 30px;
  line-height: 1;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 10px 0;
}

a.btn:after {
  font-family: 'ionicons';
  content: '\f30f';
  padding-left: 3px;
}

span.btn {
  opacity: 0.3;
  color: #999;
}

.heading__underline {
  margin-bottom: 1em;
  display: block !important;
}

.heading__underline span {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  background: linear-gradient(transparent 65%, #f75a66 0%);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.3em;
  letter-spacing: -0.05em;
}

.heading__s40 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-weight: 700;
}

.heading__bgBlack {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px;
  margin-bottom: 1em;
}

.heading__txtBlack {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: 700;
}

.text__center__15, .text__left__15 {
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.55;
  margin-bottom: 1em;
  font-weight: 300;
}

.text__center__18, .text__left__18 {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  margin-bottom: 1em;
  letter-spacing: -0.03em;
}

.text__center__18 br, .text__left__18 br {
  display: none;
}

.text__center__30, .text__left__30 {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.55;
  margin-bottom: 1em;
  font-weight: 700;
}

.text__red {
  color: #e60012;
}

.font__30 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}

.kome {
  display: block;
  text-align: left;
}

.header__menu {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 120px;
  text-align: center;
  z-index: 1111111111111;
}

.header__menu__headerlogo {
  position: relative;
  height: 70px;
}

.header__menu__headerlogo__jleaguejp {
  position: absolute;
  top: 15px;
  left: 15px;
}

.header__menu__headerlogo__jleaguejp img {
  width: 40px;
  height: auto;
}

.header__menu__headerlogo__we {
  display: inline-block;
  position: relative;
  top: 20px;
}

.header__menu__headerlogo__we img {
  width: 70%;
  max-width: 300px;
}

.header__menu__navigation {
  height: 50px;
  position: relative;
  background: rgba(155, 155, 155, 0.2);
}

.header__menu__navigation ul {
  position: static;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  margin: 0 5%;
}

.header__menu__navigation ul li {
  font-size: 11px;
  font-size: 1.1rem;
}

.header__menu__navigation ul li a, .header__menu__navigation ul li span {
  padding: 15px 0;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
}

.header__menu__navigation ul li span {
  color: #666;
}

body.top .header__menu__navigation li a.top,
body.outline .header__menu__navigation li a.outline,
body.ranking .header__menu__navigation li a.ranking,
body.faq .header__menu__navigation li a.faq,
body.ranking .header__menu__navigation li a.ranking {
  color: #e60012;
}

.tab__navigation {
  margin-bottom: 30px;
  display: block;
}

.tab__navigation ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  border-bottom: 6px solid #e60012;
}

.tab__navigation ul li {
  flex: 1;
  margin-right: 5px;
  border: none;
}

.tab__navigation ul li:last-child {
  margin-right: 0;
}

.tab__navigation ul li a, .tab__navigation ul li span {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #000;
  border-radius: 10px 10px 0 0;
  color: #fff;
  width: auto;
}

.tab__navigation ul li a i, .tab__navigation ul li span i {
  display: none;
}

.tab__navigation ul li span {
  background: #ccc;
  color: #a6a6a6;
}

.sec__image .tab__navigation ul li a, .tab__navigation ul li span {
  background: rgba(255, 255, 255, 0.4);
}

body.outline__final .tab__navigation li.outline__final a,
body.outline__final__player .tab__navigation li.outline__final__player a,
body.outline__final__result .tab__navigation li.outline__final__result a,
.tab__navigation li.current a {
  background: #e60012 !important;
}

.club__navigation .accordionIndex {
  width: 100% !important;
  position: relative;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}

.club__navigation .accordionIndex:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f35d';
  color: #fff;
  right: 15px;
}

.club__navigation ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  border-left: 1px solid #e5e5e5;
}

.club__navigation ul li {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  width: 25%;
  box-sizing: border-box;
}

.club__navigation ul li a, .club__navigation ul li span {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}

.nav__down__list {
  position: absolute;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
}

.nav__down__list li {
  border-bottom: 1px solid #ccc;
}

.nav__down__list li:last-child {
  border-bottom: none;
}

.nav__down__list a {
  color: #e60012 !important;
}

.kvArea__other {
  padding-top: 120px;
  height: 200px;
  box-sizing: border-box;
  background: url(/img/ejleague/we/2019/KV_other_header_sp.jpg) no-repeat 50% 50%;
}

.kvArea__other h2 {
  color: #fff;
  text-align: center;
  line-height: 1;
  padding-top: 1.5em;
  letter-spacing: 0.2em;
}

.kvArea__other h2 .eng {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
}

.kvArea__other h2 .jpn {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 0.7em;
}

.sec {
  width: 100%;
  text-align: center;
}

.sec img {
  width: 100%;
  height: auto;
}

.sec__wid980 {
  margin: 0 5%;
  padding: 40px 0;
}

.sec__image {
  background: url(/img/ejleague/we/2019/BG_secIMG.jpg) repeat 50% 50%;
  color: #fff;
}

.whatsnew {
  padding: 20px 0 0;
}

.whatsnew__newslist {
  text-align: left;
}

.whatsnew__newslist li {
  padding: 5px 0;
  line-height: 1.4;
  position: relative;
}

.whatsnew__newslist li span {
  display: block;
  color: #999;
}

.accordionList {
  margin: 10px 0;
}

.accordionList .accordionIndex {
  display: inline-block;
  border: none;
  background: #000;
  width: 80%;
  margin: auto;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
}

.accordionList .accordionIndex a {
  display: block;
}

.accordionList.white .accordionIndex {
  background: #fff;
  color: #000;
  text-align: left;
  position: relative;
  margin-bottom: 1em;
  padding-left: 5%;
}

.accordionList.white .accordionIndex:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f35d';
  color: #000;
  right: 5%;
  top: 50%;
  margin-top: -14px;
}

.accordionList.white .accordionIndex.active:after {
  content: '\f366';
}

.whatsnew .accordionList .accordionIndex {
  border-radius: 20px;
}

.whatsnew .accordionList .accordionIndex.active:after {
  content: "close";
  position: absolute;
  left: 50%;
  background: #000;
  width: 200px;
  margin-left: -100px;
}

.whatsnew .whatsnew__newslist {
  margin-top: 20px;
}

.bg__white_trans .accordionList, .bg__white_trans .accordionIndex {
  width: 100%;
  max-width: 410px;
}

.faqArea .accordionList {
  border-bottom: 1px solid #ccc;
  margin: 0;
}

.faqArea .accordionList .accordionIndex {
  width: 100%;
  background: none;
  color: #e60012;
  padding: 20px 50px 20px 0;
  line-height: 1.2;
  height: auto;
}

.faqArea .accordionList .accordionIndex:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f35d';
  color: #000;
  right: 25px;
  top: 50%;
  margin-top: -8px;
}

.faqArea .accordionList .accordionIndex.active:after {
  content: '\f366';
}

.faqArea .accordionList .accordionArticle {
  margin-bottom: 20px;
}

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

.videoOneArea iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.picOneArea {
  margin: 30px 0;
}

.picOneArea figcaption {
  line-height: 1.65;
  text-align: left;
  margin-bottom: 0.5em;
  font-weight: 700;
}

.table__yokoline {
  width: 100%;
}

.table__yokoline tr {
  border-bottom: 1px solid #ccc;
}

.table__yokoline tr th, .table__yokoline tr td {
  padding: 5px;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: normal !important;
}

.table__schedule {
  width: 100%;
  background: #e4e4e4;
  border: 1px solid #fff;
  margin-top: 20px;
}

.table__schedule caption {
  background: #e4e4e4;
  border-radius: 20px 20px 0 0;
  font-size: 20px;
  font-size: 2rem;
  height: 50px;
  line-height: 60px;
  text-align: center;
}

.table__schedule th, .table__schedule td {
  border: 1px solid #fff;
  padding: 2%;
}

.table__schedule thead th, .table__schedule thead td {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.table__schedule thead th {
  background: #444;
}

.table__schedule thead td {
  background: #777;
}

.table__schedule tbody th {
  width: 15%;
  text-align: center;
}

.table__schedule tbody td {
  width: 35%;
  text-align: left;
  line-height: 1;
}

.table__schedule tbody td span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.table__rule {
  background: #fff;
  width: 100%;
  margin-bottom: 5px;
}

.table__rule th, .table__rule td {
  padding: 3% 2%;
  border: 1px solid #ccc;
  text-align: center;
  color: #333;
}

.table__rule thead th {
  background: #777;
}

.table__rule thead th:first-child {
  background: #444;
  color: #fff;
}

.list__prize li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-size: 1.4rem;
}

.list__prize li img {
  width: 80%;
}

.list__prize li span {
  display: block;
  width: 100% !important;
  line-height: 1.5;
}

.list__prize .team_prize {
  margin-bottom: 27px;
}

.onlineRanking__figure {
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 40px;
}

.onlineRanking__figure li {
  background: #fff;
  border-radius: 20px;
  color: #333;
  padding-bottom: 20px;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

.onlineRanking__figure li h4 {
  background: #444;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5em;
  border-radius: 20px 20px 0 0;
  color: #fff;
  margin-bottom: 20px;
}

.onlineRanking__figure__one {
  width: 100%;
  position: relative;
  margin-bottom: 45px;
}

.onlineRanking__figure__one img {
  width: 90%;
}

.onlineRanking__figure__one::after {
  position: absolute;
  bottom: -45px;
  left: 50%;
  content: "";
  width: 300px;
  height: 50px;
  background: url(/img/ejleague/we/2019/table_arrow.png) no-repeat bottom center;
  background-size: 100%;
  margin-left: -150px;
}

.onlineRanking__figure__two {
  width: 48%;
}

.onlineRanking__figure__two:last-of-type {
  margin-left: 2%;
}

.onlineRanking__figure__two p {
  margin: 0 3% 20px;
}

.bg__white_trans {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 5% 3% 3%;
  box-sizing: border-box;
  margin: 10px 0;
}

.bg__black_trans {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 5% 3% 3%;
  box-sizing: border-box;
  margin: 10px 0;
}

.list__prize .dataTable tr, .entryArea .dataTable .list__prize tr tr {
  border-bottom: 1px solid #333 !important;
  color: #000;
  background: #fff;
  font-size: 11px;
}

.list__prize .dataTable tr th, .entryArea .dataTable .list__prize tr tr th {
  text-align: center;
  padding: 15px 5px !important;
  font-weight: bold;
  background: #bdbdbd;
  border-right: 1px solid #333 !important;
}

.list__prize .dataTable tr th.club, .entryArea .dataTable .list__prize tr tr th.club {
  width: 50px;
}

.list__prize .dataTable tr th.categ, .entryArea .dataTable .list__prize tr tr th.categ {
  width: 55px;
}

.list__prize .dataTable tr td, .entryArea .dataTable .list__prize tr tr td {
  padding: 10px;
  border-right: 1px solid #333 !important;
}

.list__prize .dataTable tr td.text, .entryArea .dataTable .list__prize tr tr td.text {
  text-align: left;
  line-height: 1.2;
  font-size: 10px;
}

.flow__list {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  display: table;
  width: 100%;
  color: #333;
  line-height: 1.5;
  position: relative;
}

.flow__list__heading {
  display: table-cell;
  border-radius: 10px 0 0 10px;
  vertical-align: middle;
  padding: 5% 3%;
  background: #e4e4e4;
  width: 30%;
}

.flow__list__heading span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

.flow__list__contents {
  display: table-cell;
  vertical-align: middle;
  padding: 5% 3%;
  text-align: left;
  position: relative;
}

.flow__list__contents .btn {
  margin-top: 10px;
}

.flow__list__contents table {
  border: 1px solid #ccc;
  width: 100%;
  margin-top: 10px;
}

.flow__list__contents table th, .flow__list__contents table td {
  border: 1px solid #ccc;
  padding: 3px 10px;
  white-space: nowrap;
}

.flow__list__contents table th {
  background: #e4e4e4;
}

.flow__list:after {
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  margin: auto;
  font-family: 'ionicons';
  content: '\f35d';
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
}

.flow__last {
  background: #434343;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
}

.clubtable__list li {
  margin-bottom: 20px;
}

.clubtable__list li h5 {
  margin-bottom: 5px;
}

.clubtable__list li h5 span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  text-align: left;
}

.faqArea dl {
  margin-bottom: 1.5em;
}

.faqArea dl dt {
  margin-bottom: 0.3em;
}

.faqArea .heading__underline {
  padding-bottom: 1em;
  margin-bottom: 0;
}

.faqArea .heading__underline + .accordionList {
  border-top: 1px solid #ccc;
}

.entryArea .dataTable, .entryArea .dataTable tr {
  border-bottom: 1px solid #f1f1f1;
}

.entryArea .dataTable tr th {
  text-align: center;
  padding: 5px 0px;
  font-weight: bold;
  background: #ececec;
}

.entryArea .dataTable tr td {
  border-right: 1px solid #f1f1f1;
}

.entryArea .dataTable tr td:last-child {
  border-right: none;
}

.entryArea .textRight {
  text-align: right;
  margin-bottom: 10px;
}

.final__player__team,
.final__player__result {
  margin-top: 30px;
}

.final__player__team h4,
.final__player__result h4 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.final__player__team h4 span,
.final__player__result h4 span {
  margin: 0 auto 20px;
}

.final__player__team h4 i,
.final__player__result h4 i {
  font-style: normal;
}

.final__player__team table,
.final__player__result table {
  border: 1px solid #ccc;
  width: 100%;
}

.final__player__team table th, .final__player__team table td,
.final__player__result table th,
.final__player__result table td {
  padding: 10px 3px;
  height: auto;
}

.final__player__team table thead th,
.final__player__result table thead th {
  background: #707070;
  border: 1px solid #ccc;
  color: #fff;
  text-align: center;
}

.final__player__team table tbody,
.final__player__result table tbody {
  font-size: 12px;
  font-size: 1.2rem;
}

.final__player__team table tbody th,
.final__player__result table tbody th {
  background: #dedede;
  border: 1px solid #ccc;
}

.final__player__team table tbody td,
.final__player__result table tbody td {
  background: #fff;
  border: 1px solid #ccc;
}

.final__player__team table.result,
.final__player__result table.result {
  table-layout: fixed;
}

.final__player__team table.result .embM,
.final__player__result table.result .embM {
  display: block;
  margin: 0 auto 5px;
}

.final__player__team table.result td,
.final__player__result table.result td {
  width: auto !important;
}

.final__player__team table tbody td {
  width: 70%;
}

.pcDISP {
  display: none !important;
}

.spDISP {
  display: initial;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 5px;
}

.margT20 {
  margin-top: 10px;
}

.margT30 {
  margin-top: 15px;
}

.margT40 {
  margin-top: 20px;
}

.margT50 {
  margin-top: 25px;
}

.margT60 {
  margin-top: 30px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 5px;
}

.margB20 {
  margin-bottom: 10px;
}

.margB30 {
  margin-bottom: 15px;
}

.margB40 {
  margin-bottom: 20px;
}

.margB50 {
  margin-bottom: 25px;
}

.margB60 {
  margin-bottom: 30px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 5px;
}

.paddT20 {
  padding-top: 10px;
}

.paddT30 {
  padding-top: 15px;
}

.paddT40 {
  padding-top: 20px;
}

.paddT50 {
  padding-top: 25px;
}

.paddT60 {
  padding-top: 30px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 5px;
}

.paddB20 {
  padding-bottom: 10px;
}

.paddB30 {
  padding-bottom: 15px;
}

.paddB40 {
  padding-bottom: 20px;
}

.paddB50 {
  padding-bottom: 25px;
}

.paddB60 {
  padding-bottom: 30px;
}
