@import url("//fonts.googleapis.com/css?family=M+PLUS+1p:300,400,500,700,800&display=swap&subset=japanese");
@import url("//fonts.googleapis.com/css?family=Teko:300,400,500,600,700&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

ejleague_fifa2020.scss

------------------------------------*/
a {
  color: #e446a1;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
}

a:hover {
  transform: scale(1.1);
  text-decoration: none;
}

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

body {
  font-family: 'Teko', 'M PLUS 1p',  sans-serif;
  background: #000;
  background-size: 100% auto;
  font-size: 15px;
  font-size: 1.5rem;
}

.btn {
  display: inline-block;
  position: relative;
}

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

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

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

.btn__ss {
  padding: 10px 50px 7px;
  border-radius: 20px;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
}

.btn__l {
  padding: 25px 0;
  border-radius: 40px;
  line-height: 1;
  width: 85%;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 20px 0;
}

a.btn:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  right: 5%;
}

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

.subhead__left {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.subhead__en {
  display: block;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 200;
  letter-spacing: 0.05em;
}

.subhead__jp {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 200;
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: 0.05em;
}

.text__center__15 {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.55;
  margin-bottom: 1em;
  font-weight: 300;
  font-family: 'M PLUS 1p',  sans-serif;
}

.text__center__18 {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
  margin-bottom: 1em;
  letter-spacing: -0.03em;
  font-family: 'M PLUS 1p',  sans-serif;
}

.text__center__30 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.55;
  margin-bottom: 1em;
  font-weight: 700;
  font-family: 'M PLUS 1p',  sans-serif;
}

.text__left__15 {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.75;
  margin-bottom: 1em;
  font-weight: 200;
  font-family: 'M PLUS 1p',  sans-serif;
}

.text__left__18 {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
  margin-bottom: 1em;
  letter-spacing: -0.03em;
  font-weight: 200;
  font-family: 'M PLUS 1p',  sans-serif;
}

.text__left__30 {
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.55;
  margin-bottom: 1em;
  font-weight: 700;
  font-family: 'M PLUS 1p',  sans-serif;
}

.text__Ssize {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  display: block;
  margin-bottom: 1em;
  font-family: 'M PLUS 1p',  sans-serif;
}

.text__red {
  color: #e60012;
}

.text__white {
  color: #ffffff;
}

.text__shadow {
  text-shadow: 0px 0px 6px #000;
}

.header__menu {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  height: 60px;
  width: 100%;
  z-index: 99999;
}

.header__menu__jleaguejplink {
  position: absolute;
  top: 12px;
  left: 12px;
}

.header__menu__jleaguejplink img {
  height: auto;
  width: auto;
}

.menu-trigger {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 32px;
  height: 20px;
  z-index: 99999;
  box-sizing: border-box;
  margin: 20px;
  cursor: pointer;
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  transition: all .4s;
}

.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;
  overflow-y: scroll;
}

.navigation__menu {
  vertical-align: top;
  padding-top: 100px;
  height: 800px;
}

.navigation__menu li {
  width: 980px;
  margin: 0 auto;
  border-bottom: solid 1px rgba(233, 31, 99, 0.3);
  line-height: 1;
}

.navigation__menu li > a,
.navigation__menu li > span {
  padding: 30px 0;
  display: block;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  color: #c10b74;
  font-family: 'Teko', sans-serif;
  position: relative;
}

.navigation__menu li > a.subhead__jp,
.navigation__menu li > span.subhead__jp {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'M PLUS 1p', sans-serif;
}

.navigation__menu li > a.subhead_center,
.navigation__menu li > span.subhead_center {
  margin-bottom: 0;
}

.navigation__menu li > a::after,
.navigation__menu li > span::after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  color: #c10b74;
  right: 25px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.navigation__menu li > span {
  opacity: 0.3;
}

.navigation__menu li > span::after {
  display: none;
}

.navigation__menu li > a:hover:after {
  right: 100px;
  transform: rotate(360deg);
}

.kvArea {
  position: relative;
}

.kvArea__head {
  text-align: center;
  padding-top: 100px;
  width: 980px;
  position: absolute;
  left: 50%;
  margin-left: -490px;
}

.kvArea__head a {
  display: block;
}

.kvArea__text {
  background: #000 url(/img/ejleague/fifa/2020/BG_ejleague2020.jpg) repeat-y top center;
  background-size: 100% auto;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  text-indent: -9999px;
}

.contentWrap {
  padding-top: 650px;
}

body.others .kvArea {
  min-width: 980px;
  margin: auto;
}

body.others .kvArea__head img {
  width: 300px;
}

body.others .contentWrap {
  padding-top: 330px;
}

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

.sec__wid980 {
  width: 980px;
  margin: auto;
  padding: 70px 0;
}

.sec__pink {
  background: rgba(193, 52, 119, 0.95) url(/img/ejleague/fifa/2020/poligonline.png) repeat 0 0;
  color: #fff;
}

.sec__black {
  background: rgba(0, 0, 0, 0.65) url(/img/ejleague/fifa/2020/poligonline.png) repeat 0 0;
  color: #fff;
}

.whatsnew__newslist {
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.whatsnew__newslist li {
  padding: 20px 0;
  line-height: 1.4;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

.whatsnew__newslist li a {
  color: #130d38;
  font-family: 'M PLUS 1p', sans-serif;
}

.whatsnew__newslist li a:hover {
  transform: scale(1);
  color: #f18e07;
}

.whatsnew__newslist li time {
  display: inline-block;
  position: absolute;
  width: 130px;
  left: 0;
  top: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.whatsnew__newslist li .newslist__link {
  padding-left: 130px;
  box-sizing: border-box;
}

.whatsnew__newslist .accordionIndex {
  border: none;
}

.whatsnew__newslist .accordionArticle {
  font-weight: 100;
}

.list__toplink li {
  line-height: 1;
  text-align: center;
}

.list__toplink li > a,
.list__toplink li > span {
  padding: 70px 0;
  display: block;
}

.list__toplink li > a {
  color: #fff;
  position: relative;
}

.list__toplink li > a::after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  font-size: 20px;
  font-size: 2rem;
  right: 15%;
  top: 50%;
  margin-top: -10px;
  transition: 0.3s ease-in-out;
}

.list__toplink li > a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 111;
}

.list__toplink li > a:hover::after {
  transform: rotate(360deg);
  right: 25%;
}

.list__toplink li > span {
  color: rgba(255, 255, 255, 0.3);
}

.list__toplink li:nth-child(4n+1) > a,
.list__toplink li:nth-child(4n+1) > span {
  background: rgba(163, 45, 159, 0.95) url(/img/ejleague/fifa/2020/poligonline.png) repeat 0 0;
}

.list__toplink li:nth-child(4n+2) > a,
.list__toplink li:nth-child(4n+2) > span {
  background: rgba(94, 54, 153, 0.95) url(/img/ejleague/fifa/2020/poligonline.png) repeat 0 0;
}

.list__toplink li:nth-child(4n+3) > a,
.list__toplink li:nth-child(4n+3) > span {
  background: rgba(42, 30, 117, 0.95) url(/img/ejleague/fifa/2020/poligonline.png) repeat 0 0;
}

.list__toplink li:nth-child(4n+4) > a,
.list__toplink li:nth-child(4n+4) > span {
  background: rgba(1, 0, 43, 0.95) url(/img/ejleague/fifa/2020/poligonline.png) repeat 0 0;
}

body.others .subhead__center {
  color: #c10b74;
  line-height: 1;
  margin-bottom: 30px;
  margin-bottom: 0.5em;
}

body.others .subhead__center .subhead__en {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 300;
}

body.others .subhead__center .subhead__jp {
  font-size: 23px;
  font-size: 2.3rem;
  padding-top: 0.5em;
}

.flowlist {
  font-size: 0;
}

.flowlist li {
  font-size: 15px;
  display: inline-block;
  width: 215px;
  height: 215px;
  background: url(/img/ejleague/fifa/2020/flow_e.png) no-repeat 0 0;
  vertical-align: top;
  margin-right: 30px;
  position: relative;
}

.flowlist li:after {
  font-family: ionicons;
  content: '\f30f';
  font-size: 23px;
  color: #e446a1;
  position: absolute;
  right: -23px;
  top: 50%;
  margin-top: -8px;
}

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

.flowlist li:last-child:after {
  display: none;
}

.flowlist li a {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.flowlist li a, .flowlist li span {
  width: 200px;
  height: 200px;
  display: block;
  color: #e446a1;
  margin: 0 auto;
  position: relative;
  top: 7px;
}

.flowlist li a span, .flowlist li span span {
  display: inline-block;
  width: 200px;
  height: 100px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flowlist li a span.flowlist_en, .flowlist li span span.flowlist_en {
  font-size: 30px;
  font-size: 3rem;
  padding-top: 45px;
}

.flowlist li a span.flowlist_jp, .flowlist li span span.flowlist_jp {
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 10px;
  line-height: 1.4;
  font-family: 'M PLUS 1p', sans-serif;
}

.flowlist li.current a {
  background-color: rgba(255, 255, 255, 0.7);
}

.flowlist li.current:before {
  font-family: ionicons;
  content: '\f35d';
  font-size: 40px;
  color: #fff;
  position: absolute;
  margin-left: -10px;
  bottom: -50px;
  left: 50%;
}

.hoverContentsBox {
  margin-top: 50px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.3);
}

.hoverBox {
  position: relative;
}

.hoverBox dl {
  border-top: 1px solid rgba(225, 225, 225, 0.3);
  color: rgba(0, 0, 0, 0.8);
  padding: 30px 0;
  margin-bottom: 0;
  color: #fff;
}

.hoverBox dl dt {
  font-size: 14px;
  font-size: 1.4rem;
}

.hoverBox dl dt span {
  color: #fff;
  background: #e446a1;
  padding: 10px;
  margin-right: 10px;
  display: inline-block;
}

.hoverBox dl dd {
  font-size: 14px;
  color: #fff;
  line-height: 2.0em;
}

.hoverBox dl dd:first-of-type {
  margin-top: 25px;
}

.entryArea {
  width: 100%;
  margin: 40px auto 0;
  font-family: 'M PLUS 1p', sans-serif;
}

.entryArea ul {
  display: flex;
  flex-wrap: wrap;
}

.entryArea ul li.club {
  width: 470px;
  margin: 0 40px 20px 0;
  position: relative;
}

.entryArea ul li:nth-child(even) {
  margin-right: 0;
}

.entryArea ul li > a,
.entryArea ul li > span {
  display: inline-block;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  padding: 12px 0 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.entryArea ul li > a > b,
.entryArea ul li > span > b {
  font-weight: bold;
  line-height: 2.0em;
  font-size: 16px;
  display: block;
}

.entryArea ul li p {
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
}

.faqlist {
  text-align: left;
  font-family: 'M PLUS 1p' , sans-serif;
  margin-top: 50px;
}

.faqlist:first-of-type {
  margin-top: 0;
}

.faqlist dt {
  color: #FFF;
  background: #e446a1;
  display: inline-block;
  padding: 10px;
}

.faqlist dd {
  border-bottom: 1px solid rgba(225, 225, 225, 0.3);
}

.faqlist dd:first-of-type {
  border-top: 1px solid rgba(225, 225, 225, 0.3);
  margin-top: 20px;
}

.faqlist dd .accordionIndex {
  border-bottom: none;
}

.faqlist dd .accordionIndex i {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'teko', sans-serif;
  font-style: normal;
  padding-right: 0.3em;
}

.faqlist dd .accordionIndex a {
  position: relative;
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e446a1;
}

.faqlist dd .accordionIndex a::after {
  font-family: ionicons;
  content: '\f35d';
  margin-left: 10px;
  font-size: 14px;
  position: absolute;
  right: 15px;
  transition: 0.3s ease-in-out;
}

.faqlist dd .accordionIndex a:hover {
  transform: scale(0.95);
}

.faqlist dd .accordionIndex.active a::after {
  transform: rotate(-180deg);
}

.faqlist dd li {
  padding: 0 20px 20px;
  line-height: 1.75;
}

.videoArea {
  padding: 100px 0;
  text-align: center;
  background: rgba(255, 80, 80, 0.2);
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.spDISP {
  display: none;
}

.snsBtn {
  background: rgba(0, 0, 0, 0.65);
  margin: 0 auto;
  padding: 30px;
}
