@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");
@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru');
/*-----------------------------------

ejleague.scss

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

.txt_left {
  text-align: left;
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 1em;
}

.txtcolor_sax {
  color: #00d4d2;
}

.txtcolor_green {
  color: #2ab111;
}

.txtcolor_red {
  color: #e60012;
}

.txt_Ssize {
  font-size: 12px;
}

.kome {
  text-align: left;
}

i {
  font-style: normal;
}

a {
  color: #2ab111;
  text-decoration: none;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

#main {
  background: #000 url(/img/ejleague/fifa/2019/BG_ejleague.jpg) no-repeat 0 0;
  background-attachment: fixed;
  background-size: 100% auto;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
}

#main img {
  width: 100%;
}

.kvArea {
  position: relative;
  margin: 0 auto;
  padding-top: 60px;
}

.kvArea img.mosaic-in {
  width: 100%;
  vertical-align: top;
}

.kvArea_head {
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.kvArea_text {
  display: none;
}

.kvArea_fifalogo {
  position: absolute;
  letter-spacing: 0;
  top: 55px;
  left: 10px;
}

#main .kvArea_fifalogo img {
  width: 65px;
  height: auto;
}

.sec {
  padding: 40px 0;
}

.sec_wid980 {
  margin: 0 5%;
}

.sec_sax {
  background: rgba(0, 185, 183, 0.6) url(/img/ejleague/fifa/2019/BG_kirakira.png) no-repeat 0 0;
  color: #000;
}

.sec_black {
  background: rgba(0, 0, 0, 0.5) url(/img/ejleague/fifa/2019/BG_kirakira.png) no-repeat 0 0;
  color: #bebebe;
}

.sec_green {
  background: rgba(0, 148, 89, 0.54) url(/img/ejleague/fifa/2019/BG_kirakira.png) no-repeat 0 0;
}

.sec_purple {
  background: rgba(80, 15, 84, 0.5) url(/img/ejleague/fifa/2019/BG_kirakira.png) no-repeat 0 0;
}

.sec_gold {
  background: rgba(90, 87, 61, 0.5) url(/img/ejleague/fifa/2019/BG_kirakira.png) no-repeat 0 0;
}
.sec_white {
    background: rgba(255, 255, 255, 0.48) url(/img/ejleague/fifa/2019/BG_kirakira.png) no-repeat 0 0;
}

.subhead_left {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
}

h1.subhead_center {
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  padding-top: 25px;
}

.subhead_center {
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.subhead_center .txt_Ssize {
  display: block;
  padding-top: 15px;
}

.subhead_center .subhead_en {
  font-size: 22px;
  font-weight: 500;
  padding: 5px 0 ;
  display: block;
}

.subhead_center .subhead_jp i {
  display: block;
}

.subhead_center .subhead_jp {
  line-height: 1.5;
}

.subhead_center .subhead_jp span {
  display: block;
}

.top .subhead_center {
  margin-bottom: 0;
  position: relative;
}

.newslist li {
  text-align: left;
  padding: 10px 0;
}

.newslist li span {
  display: block;
  color: #fff;
}

.newslist li a {
  color: #fff;
}

.accordionList .newslist {
  border-top: none;
}

.whatsnew {
  padding-bottom: 20px;
}

.whatsnew .subhead_left {
  padding-bottom: 15px;
	color: #fff;
}

.whatsnew .accordionList {
  position: relative;
}

.whatsnew .accordionList .accordionIndex {
  border: none;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -2em;
}

.whatsnew .accordionList .accordionIndex a:before {
  content: "more";
  display: inline-block;
  width: 5em;
  height: 1em;
  letter-spacing: 0.1em;
}

.whatsnew .accordionList .accordionIndex a:after {
  font-family: ionicons;
  content: '\f35d';
  font-size: 14px;
  position: relative;
  left: -10px;
}

.whatsnew .accordionList .accordionIndex.active a:before {
  content: "close";
}

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

.borderblack {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
}

.kvArea_head img {
  margin: 0;
}

.kvArea_head_sub img {
  margin: 0;
  vertical-align: top;
  width: 100%;
}

.about .pcDisNO {
  text-align: right;
  font-size: 12px;
  display: block;
}

.about .kome {
  border-top: 1px solid rgba(225, 225, 225, 0.3);
  padding-top: 20px;
  margin-top: 20px;
}

.flowlist {
  font-size: 0;
}

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

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

.flowlist li:nth-child(2) {
  margin-right: 0;
}

.flowlist li:nth-child(2):after {
    font-family: ionicons;
    content: '\f30f';
    font-size: 25px;
    color: #00b9b7;
    position: absolute;
    right: 80px;
    top: 50%;
    margin-top: 65px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(135deg);
}

.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: 120px;
  height: 120px;
  display: block;
  color: #00b9b7;
  margin: 0 auto;
  position: relative;
  top: 5px;
}

.flowlist li a span, .flowlist li span span {
  display: inline-block;
  width: 120px;
  height: 55px;
  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: 15px;
  padding-top: 20px;
}

.flowlist li a span.flowlist_jp, .flowlist li span span.flowlist_jp {
  font-size: 12px;
  padding-top: 10px;
  line-height: 1.4;
}

.flowlist li.current a {
  background: rgba(0, 0, 0, 0.7);
}

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

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

.hoverBox {
  position: relative;
}

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

.hoverBox .txt_left dd {
  font-size: 13px;
	color:#fff;
}

.hoverBox .txt_left dd:first-of-type {
  margin-top: 35px;
}

.link_right {
  text-align: right;
  font-size: 12px;
  margin-top: 20px;
}

.link_right a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.link_right a:after {
  font-family: ionicons;
  content: '\f30f';
  font-size: 15px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
}

.link_center {
  font-size: 12px;
  margin-top: 20px;
}

.link_center a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.link_center a:after {
  font-family: ionicons;
  content: '\f30f';
  font-size: 15px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
}

.link_btn {
  margin-top: 30px;
	padding-bottom: 10px;
}

.link_btn a, .link_btn span {
  display: block;
	padding: 25px;
  color: #2ab111;
  background: #000;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.link_btn span {
  opacity: 0.5;
  color: rgba(225, 225, 225, 0.3);
}

.whiteBGtextBlack, .txt_dl_title span, .faqlist dt {
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  letter-spacing: 0.1em;
  font-size: 14px;
  margin-bottom: 15px;
}

.txt_dl_title {
  font-size: 14px;
  color: #fff;
}

.txt_dl_title span {
  color: #2ab111;
  background: #fff;
}

.faqlist {
  text-align: left;
  margin-top: 50px;
}

.faqlist dt {
  color: #000;
  background: #00b9b7;
}

.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 a {
  position: relative;
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #00b9b7;
}

.faqlist dd .accordionIndex a:after {
  font-family: ionicons;
  content: '\f35d';
  margin-left: 10px;
  font-size: 14px;
  position: absolute;
	top: 40%;
	right: 5px;
}

.faqlist dd .accordionIndex.active a:after {
  content: '\f366';
}

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

.spDisNO {
  display: none;
}

/* スライドナビ */

/*　スライドナビ　*/




.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);
}

.kvArea_jleaguejplink {
    position: absolute;
    top: 14px;
}
.kvArea_jleaguejplink img {
    width: 80% !important;
}

#navigation {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 1);
  z-index: 99998;
}

#navigation img {
  width: 60%;
}

#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;
  border-bottom: solid 1px #00b9b7;
}

#navigation .navigation_inner .navigation_menu li::after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  color: #00b9b7;
  right: 25px;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
}
#navigation .navigation_inner .navigation_menu li.notLink::after {
	display: none;
}
#navigation .navigation_inner .navigation_menu li a {
  display: block;
  color: #00b9b7;
}

#navigation .navigation_inner .navigation_menu li span.top {
  display: block;
  font-size: 16px;
  color: #00b9b7;
  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;
}

#navigation .superplay_subTit_icon .subhead_jp span {
  display: block;
  line-height: 1.7;
}

#navigation .subhead_center {
  margin-bottom: 0;
}


#main {
  padding-top: 0;
}

.top li section .subhead_center::after {
  font-family: ionicons;
  content: '\f30f';
  font-size: 15px;
  color: #00b9b7;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.sixline>li, .sixline>dl {
  float: left;
  width: 16.666%;
}

.sixline>li>a span {
  font-weight: bold;
  display: block;
}

.tabSelecter {
  display: inline-block;
  vertical-align: top;
}

.tabSelecter li.current a {
  background: #000;
  color: #fff;
}

.tabSelecter {
  margin-top: 50px;
}

.superplay .tabSelecter {
  border-bottom: solid 5px #fff;
}

.superplay .tabSelecter li {
  border-right: none;
}

.superplay .tabSelecter li.current a {
  background: #fff;
  color: #4f4f4f;
}

.superplay .tabSelecter #tab1 .dis_pc, .superplay .tabSelecter #tab2 .dis_pc {
  display: none;
}

.superplay .tabSelecter li>a, .tabSelecter li>span {
  padding: 7px 0px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.superplay .tabSelecter li>span {
  background-color: rgba(0, 0, 0, 0.3);
  color: #5f5c5c;
}

.superplay .tabSelecter #tab3 span span {
  display: block;
}

.tournament p.block_txt {
  color: #fff;
  background: #000;
  text-align: left;
  font-size: 16px;
  padding: 20px 0 0 5px;
}

.tournament p img {
  margin: 0;
}
.tournament p img.tournamentfinal{
	margin-bottom: 30px;

}
.tournament p.round_txt {
  font-size: 16px;
  color: #00b9b7;
  margin-bottom: 20px;
}

.tournament p.round_txt span {
  display: block;
}

.tournament .finalround {
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  font-size: 0;
  text-align: left;
}

.tournament .finalround p.round_txt {
  color: #fff;
  padding: 10px 0;
  background: #948f64;
  text-align: center;
  margin-bottom: 15px;
}

.tournament .finalround .finalround_name {
  padding: 0 10px 20px;
}

.tournament .finalround_name li {
  display: inline-block;
  width: 100%;
  border: solid 1px #948f64;
  padding: 10px 10px;
  margin: 10px 0px;
  ;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  color: #333;
}

.tournament .finalround_name li img {
  max-width: 150px;
}

.tournament .finalround .j1recommender_txt, .tournament .finalround .qualifiers_txt {
  font-size: 18px;
  margin: 15px 0 5px;
  color: #333;
  text-align: center;
}

.tournament .finalround .profile_list {
  font-size: 13px;
  margin: 0 10px 15px;
  color: #333;
}

.tournament .finalround_name li .name, .tournament .finalround_name li .profile {
  display: block;
  margin-top: 10px;
}

.tournament .finalround_name li .name {
  font-weight: bold;
}

.tournament .finalround_name li .profile {
  font-size: 13px;
  text-align: left;
}

.kv_superplay {
  background-image: url(/img/ejleague/fifa/2019/KV_ejleague_superplay.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 130px;
}

.kv_superplay .kv_superplay_tit {
  position: relative;
  color: #00b9b7;
  box-sizing: border-box;
}

.kv_superplay .kv_superplay_tit .sec_wid980 {
  background: rgba(0, 0, 0, 0.7);
}

.kv_superplay .kv_superplay_tit p {
  line-height: 1.7em;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-align: left;
}

.kv_superplay .kv_superplay_tit .subhead_center {
  margin-bottom: 15px;
}

.kv_superplay .kv_superplay_tit .subhead_meijiyasuda {
  background: url(/img/ejleague/fifa/2019/subhead_meijiyasuda_bg.png) no-repeat;
  background-position: center;
  width: 90%;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-weight: bold;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: -19px;
  background-size: contain;
}

.theme_cont .theme_title {
  position: relative;
  border-style: solid;
  border-width: 5px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #00b9b7;
  margin: 60px 0 10px;
}

.theme_cont .theme_title .theme {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #00b9b7;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  color: #6b6e4f;
  box-sizing: border-box;
  padding-top: 12px;
  font-size: 13px;
}

.theme_cont .theme_title .theme em {
  display: block;
  font-size: 30px;
  padding-top: 8px;
}

.theme_cont .theme_title h4 {
  padding-top: 40px;
  font-size: 18px;
  color: #00b9b7;
  line-height: 1.5;
}

.theme_cont .theme_title h4 span {
  display: block;
}

.theme_cont p {
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.5;
}

.superplay_overview {
  background: #000;
  padding: 50px 0;
}

.superplay_overview .participation dt {
  height: 50px;
  background: #1a868e;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2.5px;
}

.superplay_overview .participation dd {
  background: #00b9b7;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: bold;
  padding: 15px 0;
  color: #000;
}

.superplay_overview .participation dd span {
  color: #ca0202;
  padding: 10px 0;
  display: inline-block;
  font-weight: bold;
}

.superplay_overview .notice dt {
  height: 40px;
  background: #00b9b7;
  line-height: 40px;
  margin-top: 30px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #000;
}

.superplay_overview .notice dd {
  color: #ccc;
  font-size: 13px;
  margin-top: 20px;
}

.superplay_overview .notice dd ul li {
  text-align: left;
  line-height: 1.5;
}

.superplay_overview .notice {
  border-bottom: solid 1px #00b9b7;
  padding-bottom: 20px;
}

/*NEWS*/

.newsArea {
  width: 100%;
}

.newsArea .newscnt {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 30px;
}

.newsArea .newscnt>p.date {
  font-family: 'Fjalla One', sans-serif;
  text-align: right;
  line-height: 1;
  border-bottom: solid 3px #fff;
  padding-bottom: 10px;
  color: #666;
}

.newsArea .newscnt h3 {
  color: #fff;
  line-height: 1.6;
}

.newsArea .newscnt h3 .title {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}

.newsArea .newscnt h3 .name {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}

.newsArea .newscnt figure {
  text-align: center;
  margin: 30px auto;
}

.newsArea .newscnt figure img {
  width: 100%;
  height: auto;
}

.newsArea .newscnt figure figcaption {
  color: #444;
  display: block;
  font-size: 12px;
  line-height: 160%;
  text-align: left;
  background-color: rgb(234, 234, 234);
  padding: 15px 17px;
  margin-top: -4px;
}

.newsArea .newscnt p {
  font-size: 14px;
  line-height: 2em;
}

.newsArea .newscnt p+p {
  margin-top: 30px;
}

#main .newsArea .newscnt .ej_img {
  text-align: center;
}

#main .newsArea .newscnt .ej_img img {
  width: auto;
}
.talkWrap ul li{
  display: table;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.talkWrap ul li dl dt{
  width: 50px;
  color: #b80018;
  font-weight: bold;
  display: table-cell;
}
.talkWrap ul li dl dt.bluegreen{
	color: #169796;}

.talkWrap ul li dl dt.blue{
	color: #1075a7;}

.talkWrap ul li dl dt.green{
	color: #1b843e;}

.talkWrap_sub_title{
	color: #169796;
margin-bottom: 30px;
margin-top:20px;
line-height: 2em;}

.talkWrap_sub_title2{
	color: #169796;
margin-bottom: 30px;
margin-top:50px;
line-height: 2em;}

.talkWrap_sub_text{
	margin-top: 20px;
	margin-bottom: 20px;
}
.talkWrap_line{
	border-bottom-width: 5px;
	border-color: #FFFFFF;
	border-style: solid;
	padding-bottom: 50px;

}

.talkWrap ul li dl dd{
  display: table-cell;
  line-height: 2em;
	margin-left: 1em;}



.personinfo{
  box-sizing:border-box;
  background: rgba(225,225,225,0.6);
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}
.personinfo dt{

}

.personinfo dd{
  color: #000;
  text-align: left;
}

.personinfo dd h5{
  font-weight: bold;
  padding: 10px 0 20px;
  font-size: 16px;
}

.personinfo dd p{
  line-height: 2em;
}



/*campaign*/

.sec_wid980.campaign {
	font-family: 'Quicksand','Kosugi Maru',sans-serif;
}

.subhead_center .subhead_jpirr {
	font-size: 25px;
	padding: 15px 0;
  display: block;
	font-weight: bold;
	font-family: 'Kosugi Maru', sans-serif;
}

.campArea {
}

.itemBox {
	position: relative;
	width: 100%;
	border: 2px solid;
	border-radius: 30px;
	margin-bottom: 20px;
}
.itemBox.bl {
	border-color: #00d4d2;
	margin-right: 40px;
}
.itemBox.bl>.camp__tit {
	padding: 5% 0px;
	background: #00d4d16e;
	border-radius: 28px 28px 0 0;
}
.itemBox.ye {
	border-color: #96d400;
}
p.camp__tit img {
	width: 65% !important;
}
.itemBox.ye>.camp__tit {
	padding: 5% 0px;
	background: #96d40069;
	border-radius: 28px 28px 0 0;
}
figure {
	margin: 40px auto 0;
}
figure img {
	width: 80% !important;
	margin-bottom: 15px;
}

.itemBox.bl figcaption {
	color: #00d4d2;
	font-size: 28px;
	font-weight: bold;
}
.itemBox.ye figcaption {
	color: #96d400;
	font-size: 28px;
	font-weight: bold;
}
span.subdes__jp {
	display: block;
	font-size: 13px;
	line-height: 2.5em;
}

.num.bl {
	position: absolute;
	top: 32%;
	right: 5%;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	line-height: 78px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #00d4d2;
	font-size: 30px;
}
.num.bl>span,
.num.ye>span {
    font-size: 18px;
}

.num.ye {
	position: absolute;
	top: 32%;
	right: 5%;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	line-height: 78px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #96d400;
	font-size: 30px;
}

a.btn_deco.bl {
	position: relative;
	display: block;
	width: 80%;
	margin: 10px auto 20px;
	border-radius: 30px;
	padding: 15px 0;
	color: #fff;
	background: #00d4d1;
}
a.btn_deco.ye {
	position: relative;
	display: block;
	width: 80%;
	margin: 10px auto 20px;
	border-radius: 30px;
	padding: 15px 0;
	color: #fff;
	background: #96d400;
}
a.btn_deco.bl:after,
a.btn_deco.ye:after {
	font-family: ionicons;
	content: '\f35d';
	font-size: 18px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	margin-left: 5%;
	transform: translateY(-50%);
}

#winner_cp ,#twitter_cp {
	margin-top: 70px;
}
.w_880 {
	width: 100%;
	margin: 0 auto;
}
p.bl_line {
	background: #00d4d16e;
	border: solid #00d4d2;
	border-width: 2px 0;
	padding: 5px 0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
p.bl_line.subtit ,
p.ye_line.subtit {
	padding: 15px 0;
	letter-spacing: 0.2em;
}
p.ye_line {
	background: #96d40069;
	border: solid #96d400;
	border-width: 2px 0;
	padding: 5px 0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.w_880 .bl_line {
	padding: 10px 0;
}


.overviewArea_table th, .overviewArea_table td {
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",sans-serif;
}
.overviewArea_table th {
	display: block;
	padding: 20px 0 0;
	font-size: 16px;
	color: #fff;
}
.overviewArea_table td {
	text-align: left;
	padding: 15px 0 20px;
	display: block;
	border-bottom: 1px solid;
	line-height: 1.8;
	color: #fff;
	word-break: break-all;
}
a.tw_account {
color: #1DA1F2 !important;

}
.textArea {
	color: #fff;
	font-size: 16px;
	line-height: 2.3em;
	font-weight: bold;
	padding: 20px 0;
}
.textArea .text_winner {
	display: block;
	font-size: 34px;
	text-shadow: 1px 1px 15px #ffa415, -1px -1px 15px #ffa415;
	padding: 0 6px;
}
.textArea img {
	width: 25% !important;
	vertical-align: sub;
	padding: 0px 6px 2px 0;
}

.presentArea {
	margin: 0px auto 30px;
}
.presentArea img {
	width: 80% !important;
}
.inner {
	padding: 0 10px;
}
.inner p {
	color: #fff;
	font-size: 20px;
}
.inner.bl p:nth-child(2n) {
	font-size: 34px;
	font-weight: bold;
	color: #00d4d0;
	line-height: 1em;
	margin-bottom: 20px;
}
.inner.ye p:nth-child(2n) {
	font-size: 34px;
	font-weight: bold;
	color: #96d400;
	line-height: 1em;
	margin-bottom: 20px;
}
p.prize.bl {
	display: inline-block;
	margin: 10px auto;
	padding: 10px 25px;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	background: #00d4d1;
	}
p.prize.ye {
	display: inline-block;
	margin: 10px auto;
	padding: 10px 25px;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	background: #96d400;
}

a.tw__btn {
	position: relative;
	vertical-align: middle;
	display: block;
	background: #4AB3F4;
	color: #fff;
	margin: 0 10px;
	padding: 15px 30px 15px 50px;
	border-radius: 90px;
	text-align: center;
	font-size: 15px;
}
a.tw__btn::before {
	font-family: ionicons;
	content: '\f243';
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translate(-140%,-50%);
}

.pc_disp {
	display: none !important;
}

a.app__btn.sp_disp {
	position: relative;
	display: block;
	width: 100%;
	margin: 20px auto 30px;
	border-radius: 40px;
	padding: 20px 0;
	font-size: 18px;
	color: #000;
	font-weight: 900;
	background: #00d4d1;
}
a.app__btn.sp_disp::after {
	font-family: ionicons;
	content: '\f30f';
	font-size: 20px;
	color: #000;
	position: absolute;
	top: 50%;
	margin-left: 20%;
	transform: translateY(-50%);
}
table.overviewArea_table {
	border-collapse: initial;
	border-spacing: initial;
}


/*campaign__twitterwidget*/
.widgetArea {
	margin-top: 30px;
}
.apply_step {
	position: relative;
	display: inline-block;
	margin: 10px 0 45px;
	width: 290px;
	height: auto;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 15px;
	background: #0eaad1;
}
.apply_step::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	border: 144px solid transparent;
	border-top: 32px solid #0eaad1;
}
.step_box p {
	margin: 5px 13px;
	line-height: 1.5;
	color: #FFFFFF;
	font-size: 14px;
}
.text__l {
	font-size: 30px !important;
	font-weight: bold;
	line-height: 1.8;
}
.step_btn {
	display: inline-block;
	padding: 15px 40px;
	border-radius: 30px;
	text-decoration: none;
	color: #0eaad1;
	transition: .4s;
	background-color: #FFFFFF;
	margin-top: 10px;
}


.attention_box {
	padding: 20px 0;
	border-bottom: 1px solid;
	line-height: 1.5;
}
.attention_box p {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 10px;
}
.attention_txt {
	padding: 0 35px;
	text-decoration: none;
	color: #000000;
	background: #ff0000;
}
.text__red {
	color: #ff0000;
}

.ver_under {
	vertical-align: sub;
	padding: 0 1px;
}







/*footer_linkArea*/


.footer_linkArea {
  margin: 5% 5% 0;
  padding-bottom: 50px;
}
.footer_linkArea ul li {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #aaa;
}
.footer_linkArea ul li:first-child {
  border-top: 1px solid #aaa;
}
.footer_linkArea ul li a {
  display: block;
  width: 100%;
  line-height: 1.4;
  color: #fff;
  background: #000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
}
.footer_linkArea .notLink > span.match {
	display: block;
  width: 100%;
  line-height: 1.4;
	color: #6d6d6d;
	background: #000;
	font-size: 18px;
  text-align: center;
  letter-spacing: 1.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
}
.footer_linkArea a span {
  font-size: 12px;
}
.footer_linkArea .match span {
  font-size: 12px;
}
.superplay .footer_linkArea a.superplay,
.about .footer_linkArea a.about,
.match .footer_linkArea a.match,
.join .footer_linkArea a.join,
.faq .footer_linkArea a.faq,
.talk .footer_linkArea a.talk {
  background: #fff;
  color: #000;
}
.sponsorarea {
    margin: 20px 10px;
		display: flex;
		justify-content: center;
}
.sponsor h2 {
	font-size: 20px;
	color: #00d4d2;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.sponsor a {
	display: inline-block;
	margin: 10px;
	font-size: 16px;
}
.sponsor img.samsung{
	width: 90%  !important;
}

.entryArea {
    width: 100%;
    margin: 40px auto 0;
}

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

.entryArea li a {
	display: inline-block;
	width: 100%;
	background: #000000b3;
	padding: 12px 0 15px;
	font-size: 10px;
	color: #fff;
}
.entryArea li a span {
	margin: 0;
	position: absolute;
	left: 6%;
	top: 30%;
}
.entryArea li a > b {
    font-weight: bold;
    line-height: 2.0em;
		font-size: 16px;
}
.entryArea li p {
    margin-top: 5px;
    color: #fff;
    font-size: 12px;
}




.txt_box{
  border:3px solid #fff;
  padding: 3%;
  font-size: 15px;
  line-height: 1.45;
  font-weight: bold;
  border-radius: 10px;
  margin: 0.7em 5% 0;
  color: #fff;
}
.txt_box span{
  font-weight: bold;
}
.txt_box dt{
  margin-bottom: 0.5em;
  font-weight: bold;
}
.txt_box dd{
  margin-bottom: 1em;
  text-align: left;
}
.txt_box dd:last-child{
  margin-bottom: 0;
}


#contentFlow{
  margin: 30px 0 0;
  position: relative;
  padding-bottom: 50px;
}
#contentFlow:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 1px;
    border: 140px solid transparent;
    border-bottom: 50px solid #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#contentFlow .caption{
  margin: 20px auto;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
#contentFlow .caption .caption_star{
  font-size: 22px !important;
}
#contentFlow .caption i{
  display: block;
  font-size: 10px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #000;
  padding: 5px;
  font-weight: bold;
  line-height: 1;
  width: 50%;
}


#flow_content{
  background: #fff;
  padding-bottom: 50px;
}


.flow_content_title{
  font-size: 16px;
  color: #000;
}
.flow_content_title span{
  font-weight: bold;
  display: block;
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: -0.05em;
}
.flow_content_title span.flow_content_player{
  font-size: 18px;
  letter-spacing: -0.03em;
}
.flow_content_title span.flow_content_player .embM{
  display: inline-block;
  vertical-align: middle;
}

.sec_wid980.challenge{
  padding-bottom: 0 !important;
}

.videoOneArea{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin:10px 0 30px;
}
.videoOneArea iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.flow_content_point{

}
.flow_content_point li{
  background: #000;
  margin-bottom: 10px;
  position: relative;
  border-radius: 10px;
  padding: 5%;
}
.flow_content_point li h4{
    padding: 5% 0;
    color: #fff;
    box-sizing: border-box;
    padding-top: 40px;
    text-align: left;
    line-height: 1.65;
    font-size: 16px;
    position: relative;
}
.flow_content_point li h4 span{
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    background: #fff;
    padding: 7px 20px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.flow_content_point li figure img{
  width: 100%;
}


#flow_content .txt_box{
  border-color: #000;
  color: #000;
}


.challenge_SNS .sec_wid980{
  padding: 50px 0;
}
.challenge_SNS_title{
  font-size: 20px;
    font-weight: bold;
    position: relative;
    color: #fff;

}
.challenge_SNS_title:before{
  content: "\f243";
  font-family: ionicons;
  font-size: 30px;
  padding-right: 5px;
}

.slick-prev,
.slick-next{
  width: 50px;
  height: 50px;
  top: 50%;
}
.slick-prev{
  left: -10px;
  z-index: 1111;
}
.slick-next {
    right: -10px;
}
.slick-prev:before,
.slick-next:before{
  font-family: ionicons;
  font-size: 50px;
}
.slick-prev:before{
  content: '\f360';
}
.slick-next:before{
  content: '\f362';
}

.btn_down a{
  display: block;
    width: 200px;
    padding: 10px;
    background: #00d4d2;
    color: #000;
    border-radius: 20px;
    margin: 10px auto 0;
}
