.kv {
  background: #9FC941;
  padding: 30px 30px 10px;
  position: relative;
}
.kv:before, .kv:after {
  content: "";
  width: 17px;
  height: 170px;
  background: url("../img/top/kv_ob.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.kv:before {
  left: 5px;
}
.kv:after {
  right: 5px;
}
.kv .inner {
  background: url("../img/under_bg.jpg") no-repeat center center #fff;
  background-size: cover;
  width: 100%;
  padding: 60px 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.kv .inner img {
  width: 100%;
  max-width: 870px;
}
@media screen and (max-width: 768px) {
  .kv .inner {
    padding: 10% 3%;
    background: url("../img/kv_league_bg_sp.jpg") no-repeat center center #fff;
    background-size: cover;
  }
}

.page_header {
  background: #9FC941;
}

.content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/top/content_debate.png"), url("../img/top/content_public.png"), url("../img/top/content_bg.jpg");
  background-size: auto 100%, auto 100%, 112px auto;
  background-position: left top, right top, left top;
  background-repeat: no-repeat, no-repeat, repeat;
  padding: 50px 9%;
}
.content .inner {
  width: 100%;
  max-width: 930px;
  margin: 0 auto 60px;
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 10px 10px #272526;
          box-shadow: 10px 10px #272526;
  border: 2px solid #272526;
}
.content .data_tab {
  background: #F0F5E5;
  padding: 10px;
  border-radius: 50em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 200%;
  text-align: center;
  margin-bottom: 10px;
}
.content .data_tab span {
  font-size: 55%;
}
.content .data_tab li {
  width: 33.3333333333%;
  color: #9FC941;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 41px;
  border-radius: 50em;
  padding: 12px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
  border: 3px solid transparent;
  -webkit-box-shadow: 0 5px transparent;
          box-shadow: 0 5px transparent;
  cursor: pointer;
}
.content .data_tab li:hover, .content .data_tab li.active {
  background: #fff;
  color: #272526;
  border: 3px solid #272526;
  -webkit-box-shadow: 0 5px #272526;
          box-shadow: 0 5px #272526;
}
@media screen and (max-width: 768px) {
  .content .data_tab li {
    padding: 0 5px;
  }
  .content .data_tab .active {
    border-width: 3px;
  }
}
.content .text_right {
  text-align: right;
  font-size: 90%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .content .text_right {
    text-align: center;
  }
}
.content .table_wrap {
  display: none;
}
.content .table_wrap .cm {
  position: relative;
  pointer-events: none;
}
.content .table_wrap .cm:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.4;
  z-index: 1;
  border-radius: 0 0 20px 20px;
}
.content .table_wrap .cm:after {
  content: "COMING SOON";
  font-size: 80%;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 0 1em;
  background: #6D2E9D;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.content .table_wrap.show {
  display: block;
}
.content .table_wrap .group {
  padding: 20px;
  border: 2px solid #000;
  border-radius: 0 0 20px 20px;
  border-top: none;
  display: none;
}
.content .table_wrap .group.show {
  display: block;
}
@media screen and (max-width: 768px) {
  .content .table_wrap .group {
    border-width: 1px;
    border-radius: 0 0 10px 10px;
    padding: 2%;
    font-size: 10px;
  }
}
.content .table_wrap .group_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .table_wrap .group_tab li {
  width: 100%;
  font-weight: bold;
  border: 2px solid #000;
  border-bottom: 2px solid #000;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
  font-size: min(1.5vw, 20px);
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.content .table_wrap .group_tab li #group-junior, .content .table_wrap .group_tab li #group-high {
  width: 50%;
}
.content .table_wrap .group_tab li.active, .content .table_wrap .group_tab li:hover {
  color: #000;
}
@media screen and (max-width: 768px) {
  .content .table_wrap .group_tab li {
    border-width: 1px;
    border-radius: 10px 10px 0 0;
    font-size: min(2.8vw, 20px);
  }
}
.content .table_wrap .group_tab li:nth-child(1) {
  background: #9FC941;
}
.content .table_wrap .group_tab li:nth-child(1).active {
  border-bottom: 2px solid #9FC941;
}
.content .table_wrap .group_tab li:nth-child(2) {
  background: #AF8EC8;
}
.content .table_wrap .group_tab li:nth-child(2).active {
  border-bottom: 2px solid #AF8EC8;
}
.content .table_wrap .group_tab li:nth-child(3) {
  background: #F4B4CE;
}
.content .table_wrap .group_tab li:nth-child(3).active {
  border-bottom: 2px solid #F4B4CE;
}
.content .table_wrap .group_tab li:nth-child(4) {
  background: #47C1D3;
}
.content .table_wrap .group_tab li:nth-child(4).active {
  border-bottom: 2px solid #47C1D3;
}
.content .table_wrap .group-a {
  background: #9FC941;
}
.content .table_wrap .group-a .table .th:first-child, .content .table_wrap .group-a .table .td:first-child {
  background: #F0F5E5;
}
.content .table_wrap .group-a .table span {
  background: #9FC941;
}
.content .table_wrap .group-b {
  background: #AF8EC8;
}
.content .table_wrap .group-b .table .th:first-child, .content .table_wrap .group-b .table .td:first-child {
  background: #F2E9F5;
}
.content .table_wrap .group-b .table span {
  background: #AF8EC8;
  color: #fff;
}
.content .table_wrap .group-c {
  background: #F4B4CE;
}
.content .table_wrap .group-c .table .th:first-child, .content .table_wrap .group-c .table .td:first-child {
  background: #FBEEF3;
}
.content .table_wrap .group-c .table span {
  background: #F4B4CE;
}
.content .table_wrap .group-d {
  background: #47C1D3;
}
.content .table_wrap .group-d .table .th:first-child, .content .table_wrap .group-d .table .td:first-child {
  background: #E8F5F7;
}
.content .table_wrap .group-d .table span {
  background: #47C1D3;
  color: #fff;
}
.content .table_wrap .table {
  border: 2px solid #000000;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
}
.content .table_wrap .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.content .table_wrap .table .tr:not(:last-child) {
  border-bottom: 1px dotted #000;
}
.content .table_wrap .table .tr .th, .content .table_wrap .table .tr .td {
  width: 33.3333333333%;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .table_wrap .table .tr .th a, .content .table_wrap .table .tr .td a {
  display: block;
  width: 61px;
  height: 61px;
  line-height: 50px;
  padding: 10px;
  margin: 10px auto 0;
  border-radius: 50%;
  background: #FFE82E;
  border: 3px solid #000;
  -webkit-box-shadow: 2px 2px #272526;
          box-shadow: 2px 2px #272526;
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 2;
}
.content .table_wrap .table .tr .th a img, .content .table_wrap .table .tr .td a img {
  vertical-align: baseline;
}
.content .table_wrap .table .tr .th a:hover, .content .table_wrap .table .tr .td a:hover {
  background: #FF962E;
}
@media screen and (max-width: 768px) {
  .content .table_wrap .table .tr .th a, .content .table_wrap .table .tr .td a {
    width: 36px;
    height: 36px;
    line-height: 1;
    padding: 6px;
  }
}
.content .table_wrap .table .tr .th:not(:first-child), .content .table_wrap .table .tr .td:not(:first-child) {
  position: relative;
}
.content .table_wrap .table .tr .th:not(:first-child):before, .content .table_wrap .table .tr .td:not(:first-child):before {
  content: "";
  width: 2px;
  height: calc(100% - 40px);
  display: inline-block;
  background: #DEDEDE;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.content .table_wrap .table .tr .th:last-child:before, .content .table_wrap .table .tr .td:last-child:before {
  content: none;
}
@media screen and (max-width: 768px) {
  .content .table_wrap .table .tr .th, .content .table_wrap .table .tr .td {
    padding: 6% 2%;
  }
}
.content .table_wrap .table .tr:first-child .th, .content .table_wrap .table .tr:first-child .td {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .content .table_wrap .table .tr:first-child .th, .content .table_wrap .table .tr:first-child .td {
    padding: 6% 2%;
  }
}
.content .table_wrap .table .tr:first-child .th:nth-child(1) {
  font-size: 110%;
}
.content .table_wrap .table .tr .td:nth-child(1) {
  font-size: 170%;
}
@media screen and (max-width: 768px) {
  .content .table_wrap .table .tr .td:nth-child(1) {
    font-size: 140%;
  }
}
.content .table_wrap .table .tr .td:nth-child(2), .content .table_wrap .table .tr .td:nth-child(3) {
  font-size: 150%;
}
.content .table_wrap .table .tr .trophy img {
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .content .table_wrap .table .tr .trophy {
    width: 20px;
    height: 20px;
    margin: 0 auto 5px;
  }
}
.content .table_wrap .table .tr span {
  font-size: 52%;
  padding: 0.2em 1.5em;
  margin-top: 10px;
  display: inline-block;
  border-radius: 50em;
}
@media screen and (max-width: 768px) {
  .content .table_wrap .table {
    border-width: 1px;
  }
}
.content p.btn {
  font-size: 134%;
  font-weight: bold;
  text-align: center;
  max-width: 490px;
  width: calc(50% - 25px);
  position: relative;
  margin: 0 auto;
}
.content p.btn.cm a {
  pointer-events: none;
  opacity: 0.4;
}
.content p.btn.cm:before {
  content: "COMING SOON";
  font-size: 80%;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 0 1em;
  background: #6D2E9D;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.content p.btn a {
  display: block;
  border: 5px solid #272526;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 41px;
  border-radius: 50em;
  padding: 12px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.content p.live a {
  -webkit-box-shadow: 10px 10px #000;
          box-shadow: 10px 10px #000;
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.content p.live a .s {
  font-size: 60%;
}
.content p.live a:before {
  content: "";
  display: inline-block;
  width: 63px;
  height: 41px;
  vertical-align: middle;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.content p.live a:hover {
  background: #FFF288;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.content p.live a {
  -webkit-box-shadow: 10px 10px #9FC941;
          box-shadow: 10px 10px #9FC941;
}
.content p.live a:before {
  background-image: url("../img/top/icon_live.svg");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .content {
    background-image: url("../img/top/content_left.png"), url("../img/top/content_right.png"), url("../img/top/content_bg.jpg");
    background-size: 20% auto, 20% auto, 112px auto;
    background-position: left top, right top, left top;
    background-repeat: repeat-y, repeat-y, repeat;
    padding: 40px 3%;
  }
  .content .inner {
    padding: 20px 4%;
    font-size: 65%;
    -webkit-box-shadow: 5px 5px #272526;
            box-shadow: 5px 5px #272526;
  }
  .content p.live {
    width: 90%;
    max-width: 100%;
  }
  .content p.live a {
    -webkit-box-shadow: 5px 5px;
            box-shadow: 5px 5px;
    font-size: 65%;
    line-height: 1.2;
  }
  .content p.live a:before {
    width: 32px;
    height: 27px;
  }
  .content p.live a {
    -webkit-box-shadow: 5px 5px #9FC941;
            box-shadow: 5px 5px #9FC941;
  }
  .content p.live a:before {
    background-image: url("../img/top/icon_live.svg");
    background-size: contain;
  }
}