.kv {
  background: #6D2E9D;
  padding: 30px;
  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/top/kv_bg.png") 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% 20%;
    background: url("../img/top/kv_bg_sp.jpg") no-repeat center center #fff;
    background-size: cover;
  }
}

.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;
}
.content .inner {
  width: 100%;
  max-width: 1040px;
  padding: 90px 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 50px;
}
.content .btn {
  font-size: 134%;
  font-weight: bold;
  text-align: center;
  max-width: 490px;
  width: calc(50% - 25px);
  position: relative;
}
.content .btn.cm a {
  pointer-events: none;
  opacity: 0.4;
}
.content .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 .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 .league, .content .final {
  max-width: 490px;
  width: calc(50% - 25px);
  margin-bottom: 80px;
  position: relative;
}
.content .league .btn, .content .final .btn {
  max-width: 300px;
  width: 90%;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate3d(-50%, 50%, 0);
          transform: translate3d(-50%, 50%, 0);
  -webkit-transition: 500ms;
  transition: 500ms;
}
.content .league .btn a, .content .final .btn a {
  background: #FFE82E;
  border-radius: 20px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.content .league .btn a:hover, .content .final .btn a:hover {
  background: #FF962E;
}
.content .league .btn:hover + img, .content .final .btn:hover + img {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.content .league .entry, .content .final .entry {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-box-shadow: 10px 10px #000;
          box-shadow: 10px 10px #000;
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
}
.content .league .data, .content .final .data {
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate3d(-50%, 30%, 0);
          transform: translate3d(-50%, 30%, 0);
  -webkit-transition: 500ms;
  transition: 500ms;
}
.content .league .entry {
  -webkit-box-shadow: 10px 10px #3075C0;
          box-shadow: 10px 10px #3075C0;
}
.content .league .data {
  width: 72%;
  max-width: 355px;
}
.content .final .entry {
  -webkit-box-shadow: 10px 10px #D10D63;
          box-shadow: 10px 10px #D10D63;
}
.content .final .data {
  width: 37.7%;
  max-width: 185px;
}
.content .live a, .content .news a, .content .vote a, .content .result a, .content .explanation a, .content .documents a {
  -webkit-box-shadow: 10px 10px #000;
          box-shadow: 10px 10px #000;
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
}
.content .live a:before, .content .news a:before, .content .vote a:before, .content .result a:before, .content .explanation a:before, .content .documents 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 .live a:hover, .content .news a:hover, .content .vote a:hover, .content .result a:hover, .content .explanation a:hover, .content .documents 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 .live a {
  -webkit-box-shadow: 10px 10px #9FC941;
          box-shadow: 10px 10px #9FC941;
}
.content .live a:before {
  background-image: url("../img/top/icon_live.svg");
  background-size: contain;
}
.content .news a {
  -webkit-box-shadow: 10px 10px #66C4D0;
          box-shadow: 10px 10px #66C4D0;
}
.content .news a:before {
  background-image: url("../img/top/icon_news.svg");
  background-size: contain;
}
.content .news span {
  display: inline-block;
  background: #272526;
  color: #fff;
  font-size: 75%;
  word-break: keep-all;
  border-radius: 4px;
  padding: 4px 1.5em;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 10px, 0);
          transform: translate3d(-50%, 10px, 0);
}
.content .news span:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 100%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #272526;
  border-right: 5px solid #272526;
}
.content .vote a {
  -webkit-box-shadow: 10px 10px #F29200;
          box-shadow: 10px 10px #F29200;
}
.content .vote a:before {
  background-image: url("../img/top/icon_vote.svg");
  background-size: contain;
}
.content .result a {
  -webkit-box-shadow: 10px 10px #FFE82E;
          box-shadow: 10px 10px #FFE82E;
  line-height: 1;
  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 .result a .s {
  font-size: 60%;
}
.content .result a:before {
  background-image: url("../img/top/icon_result.svg");
  background-size: contain;
}
.content .documents a {
  -webkit-box-shadow: 10px 10px #F4B4CE;
          box-shadow: 10px 10px #F4B4CE;
}
.content .documents a:before {
  background-image: url("../img/top/icon-documents.svg");
  background-size: contain;
}
.content .explanation a {
  -webkit-box-shadow: 10px 10px #A4ADD8;
          box-shadow: 10px 10px #A4ADD8;
}
.content .explanation a:before {
  background-image: url("../img/top/icon_explanation.svg");
  background-size: contain;
}
.content .contact {
  text-align: center;
  background: #FFEEF2;
  border: 3px solid #000;
  border-radius: 10px;
  padding: 1em 2em;
  margin: 0 auto;
}
.content .contact h2 {
  font-size: 130%;
}
.content .contact p {
  font-size: 80%;
}
@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: auto 95%, auto 95%, 112px auto;
    background-position: left top, right top, left top;
    background-repeat: no-repeat, no-repeat, repeat;
  }
  .content .inner {
    padding: 90px 9%;
    gap: 30px 50px;
    font-size: 65%;
  }
  .content .btn a {
    border-width: 3px;
    line-height: 27px;
  }
  .content .league, .content .final, .content .live, .content .news, .content .vote, .content .result, .content .explanation, .content .documents {
    width: 100%;
    max-width: 100%;
  }
  .content .league, .content .final {
    margin-bottom: 40px;
  }
  .content .league .entry, .content .final .entry {
    -webkit-box-shadow: 5px 5px #000;
            box-shadow: 5px 5px #000;
    -webkit-transform: translate3d(-5px, -5px, 0);
            transform: translate3d(-5px, -5px, 0);
  }
  .content .league .entry {
    -webkit-box-shadow: 5px 5px #3075C0;
            box-shadow: 5px 5px #3075C0;
  }
  .content .final .entry {
    -webkit-box-shadow: 5px 5px #D10D63;
            box-shadow: 5px 5px #D10D63;
  }
  .content .live a, .content .news a, .content .vote a, .content .result a, .content .explanation a, .content .documents a {
    -webkit-box-shadow: 5px 5px;
            box-shadow: 5px 5px;
  }
  .content .live a:before, .content .news a:before, .content .vote a:before, .content .result a:before, .content .explanation a:before, .content .documents a:before {
    width: 32px;
    height: 27px;
  }
  .content .live a {
    -webkit-box-shadow: 5px 5px #9FC941;
            box-shadow: 5px 5px #9FC941;
  }
  .content .live a:before {
    background-image: url("../img/top/icon_live.svg");
    background-size: contain;
  }
  .content .news {
    margin-top: 20px;
  }
  .content .news a {
    -webkit-box-shadow: 5px 5px #66C4D0;
            box-shadow: 5px 5px #66C4D0;
  }
  .content .news a:before {
    background-image: url("../img/top/icon_news.svg");
    background-size: contain;
  }
  .content .news span {
    display: inline-block;
    background: #272526;
    color: #fff;
    font-size: 75%;
    word-break: keep-all;
    border-radius: 4px;
    padding: 4px 1.5em;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
  }
  .content .news span:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 100%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #272526;
    border-right: 5px solid #272526;
  }
  .content .vote a {
    -webkit-box-shadow: 5px 5px #F29200;
            box-shadow: 5px 5px #F29200;
  }
  .content .vote a:before {
    background-image: url("../img/top/icon_vote.svg");
    background-size: contain;
  }
  .content .result a {
    -webkit-box-shadow: 5px 5px #FFE82E;
            box-shadow: 5px 5px #FFE82E;
    line-height: 1;
  }
  .content .result a:before {
    background-image: url("../img/top/icon_result.svg");
    background-size: contain;
  }
  .content .explanation a {
    -webkit-box-shadow: 5px 5px #A4ADD8;
            box-shadow: 5px 5px #A4ADD8;
  }
  .content .explanation a:before {
    background-image: url("../img/top/icon_explanation.svg");
    background-size: contain;
  }
  .content .documents a {
    -webkit-box-shadow: 5px 5px #F4B4CE;
            box-shadow: 5px 5px #F4B4CE;
  }
  .content .documents a:before {
    background-image: url("../img/top/icon-documents.svg");
    background-size: contain;
  }
}