.banner {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 400px;
  height: 210px;
  z-index: 80;
  opacity: 0;
}

.sp{display:none;}
.pc{display:block;}

@media only screen and (max-width: 640px) {
  .banner {
    right: 15px;
    bottom: 15px;
    width: 200px;
    height: 105px;
    z-index: 9;
  }
}

.banner .inr {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner .btn-bnr-close {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.banner .btn-bnr-close:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media only screen and (max-width: 640px) {
  .banner .btn-bnr-close {
    bottom: 100%;
    right: -5px;
    width: 30px;
    height: 30px;
  }
  .banner .btn-bnr-close a {
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .banner .btn-bnr-close img {
    display: block;
    width: 20px;
    height: 20px;
  }
}

.banner a {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .banner a {
    display: inline-block;
  }
}

.banner a img {
  width: 100%;
}

.maincontents {
  background: transparent;
}

.maincontents-inner {
  max-width: none;
  padding: 0;
}

.maincontents-inner:before, .maincontents-inner:after {
  content: none;
}

.block {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .block {
    margin-top: 0;
  }
}

.block .viewmore {
  height: 24px;
  display: inline-block;
  padding: 5px 13px 5px 25px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #908c8c;
  color: #fff;
  font-size: 1.4285714286em;
  line-height: 24px;
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.block .viewmore:after {
  content: url("../images/icon-link-white.png");
  margin: 0 0 0 9px;
  display: inline-block;
  vertical-align: middle;
}

.block .viewmore:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
  text-decoration: none;
}

.block .viewmore:hover:after {
  content: url("../images/icon-link-black.png");
}

.block-announcement {
  width: 100%;
  max-width: 2000px;
  overflow: hidden;
  margin: 0 auto;
  padding: 1125px 0 0 0;
  background: url("../images/bg-mainvisual.jpg") no-repeat 50% 0;
}

@media only screen and (max-width: 640px) {
  .block-announcement {
    max-width: none;
    background: url("../images/index/bg-mainvisual-sp.jpg") no-repeat 50% 0;
    background-size: 100% auto;
    padding-top: 89.333%;
  }
}

.block-announcement-inner {
  position: relative;
  margin: -47px 0 0 0;
  background: url("../images/index/bg-announcement-repeat.png") repeat 50% 50%;
}

@media only screen and (max-width: 640px) {
  .block-announcement-inner {
    margin-top: -14px;
    background: url("../images/index/bg-announcement-repeat-sp.png") repeat 50% 50%;
    background-size: 40px auto;
  }
}

.block-announcement-inner:before {
  width: 2010px;
  height: 180px;
  content: '';
  position: absolute;
  top: -93px;
  display: block;
  background: url("../images/index/bg-announcement-repeat.png") repeat 50% 50%;
  -webkit-transform: rotate(-4.5deg);
  transform: rotate(-4.5deg);
}

@media only screen and (max-width: 640px) {
  .block-announcement-inner:before {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    top: -16px;
    padding-right: 20px;
    background: url("../images/index/bg-announcement-repeat-sp.png") repeat 50% 50%;
    background-size: 40px auto;
  }
}

.block-announcement .blockcontent {
  width: 1080px;
  position: relative;
  top: -40px;
  z-index: 2;
  margin: 0 auto;
  padding: 0 0 50px 0;
  *zoom: 1;
}

.block-announcement .blockcontent:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

@media only screen and (max-width: 640px) {
  .block-announcement .blockcontent {
    width: auto;
    padding: 18px 0 45px 0;
    top: 0;
  }
}

.block-announcement .nextgame {
  width: 689px;
  float: right;
  margin: 0;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame {
    width: auto;
    float: none;
    margin: 0;
    padding: 0 20px;
  }
}

.block-announcement .nextgame .box + .box {
  border-top: 1px solid #303030;
}

.block-announcement .nextgame .box-titlearea {
  padding: 0 0 24px 0;
}

.block-announcement .nextgame .box-titlearea .title {
  margin: 0;
  font-size: 3.7142857143em;
  line-height: 67px;
  color: #fff;
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-titlearea .title {
    font-size: 2.5em;
    line-height: 40px;
  }
}

.block-announcement .nextgame .box-titlearea .label {
  margin-top: -10px;
  font-size: 0.8571428571em;
  line-height: 18px;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-titlearea .label {
    margin-top: 0;
  }
}

.block-announcement .nextgame .box-match {
  width: 100%;
  height: 125px;
  display: table;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-match {
    height: auto;
    padding: 20px 0 16px 0;
  }
}

.block-announcement .nextgame .box-match .team {
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-match .team {
    width: auto;
  }
}

.block-announcement .nextgame .box-match .emblem {
  width: 74px;
  height: 83px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-match .emblem {
    position: static;
  }
}

.block-announcement .nextgame .box-match .teamname .ja {
  margin: 0;
  font-size: 1.4285714286em;
  line-height: 24px;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-match .teamname .ja {
    font-size: 0.9285714286em;
    line-height: 20px;
  }
}

.block-announcement .nextgame .box-match .teamname .en {
  margin: 10px 0 -10px 0;
  color: #3b3b3b;
  font-family: "BebasNeue", sans-serif;
  font-size: 1.2857142857em;
  line-height: 24px;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-match .teamname .en {
    margin: 0;
    font-size: 1em;
    line-height: 20px;
  }
}

.block-announcement .nextgame .box-match .team-home {
  padding-right: 100px;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-match .team-home {
    padding: 0;
  }
}

.block-announcement .nextgame .box-match .team-home .emblem {
  right: 12px;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-match .team-home .emblem {
    margin-left: auto;
  }
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-match .team-home .teamname {
    padding: 10px 5px 0 0;
  }
}

.block-announcement .nextgame .box-match .team-away {
  padding-left: 100px;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-match .team-away {
    padding: 0;
  }
}

.block-announcement .nextgame .box-match .team-away .emblem {
  left: 12px;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-match .team-away .emblem {
    margin-right: auto;
  }
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-match .team-away .teamname {
    padding: 10px 0 0 5px;
  }
}

.block-announcement .nextgame .box-match .versus {
  padding: 10px 0 0 0;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-match .versus {
    width: 88px;
  }
}

.block-announcement .nextgame .box-match .versus .label {
  font-size: 2.7857142857em;
  line-height: 42px;
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
}

.block-announcement .nextgame .box-match .versus .icon {
  width: 67px;
  height: 24px;
  position: relative;
  display: block;
  margin: 1px auto 0 auto;
  font-family: "BebasNeue", sans-serif;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-match .versus .icon {
    width: 42px;
    height: 18px;
    margin-top: 3px;
  }
}

.block-announcement .nextgame .box-match .versus .icon:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.block-announcement .nextgame .box-match .versus .icon span {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0 0 -3px 0;
  color: #000;
  font-size: 1.1428571429em;
  line-height: 22px;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-match .versus .icon span {
    margin-top: -5px;
    font-size: 0.8571428571em;
    line-height: 16px;
  }
}

.block-announcement .nextgame .box-info {
  padding-top: 5px;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-info {
    padding: 5px 0;
  }
}

.block-announcement .nextgame .box-info .date {
  display: inline-block;
  margin: 0 0 -5px 0;
  font-size: 1.8571428571em;
  line-height: 50px;
  font-family: "BebasNeue", sans-serif;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-info .date {
    font-size: 1.3571428571em;
    line-height: 24px;
  }
}

.block-announcement .nextgame .box-info .place {
  display: inline-block;
  margin: 0 0 0 26px;
  padding: 0 0 0 26px;
  border-left: 1px solid #303030;
  font-size: 0.9285714286em;
  line-height: 18px;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-info .place {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border: 0;
    font-size: 0.7857142857em;
    line-height: 18px;
  }
}

.block-announcement .nextgame .box-links {
  padding: 13px 0 0 0;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .block-announcement .nextgame .box-links {
    text-align: center;
  }
}

.block-announcement .nextgame .box-links a {
  display: inline-block;
  color: #e3d494;
  font-size: 1.4285714286em;
  line-height: 28px;
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
}

.block-announcement .nextgame .box-links a:after {
  content: url("../images/icon-link-brown.png");
  margin: 0 0 0 9px;
  display: inline-block;
  vertical-align: middle;
}

.block-announcement .nextgame .box-links a:hover {
  opacity: 0.4;
}

.block-announcement .nextgame .box-links .ticket {
  padding-left: 38px;
  background: url("../images/index/icon-nextgame-ticket.png") no-repeat 0 0.25em;
}

.block-announcement .nextgame .box-links .matchdayvision {
  margin: 0 0 0 26px;
  padding-left: 23px;
  background: url("../images/index/icon-nextgame-matchdayvision.png") no-repeat 0 0.25em;
}

.block-announcement .ranking {
  float: left;
  margin: 101px 0 0 0;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .block-announcement .ranking {
    width: auto;
    float: none;
    margin: 25px 0 0 0;
    padding: 0 20px;
  }
}

.block-announcement .ranking .box {
  width: 350px;
  height: 176px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/index/bg-ranking-fleague.jpg") no-repeat 50% 50%;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .block-announcement .ranking .box {
    width: auto;
    height: 0;
    padding-bottom: 42.836%;
    background: url("../images/index/bg-ranking-fleague-sp.jpg") no-repeat 50% 50%;
    background-size: contain;
  }
}

.block-announcement .ranking .label {
  position: absolute;
  right: 19px;
  bottom: 14px;
}

@media only screen and (max-width: 640px) {
  .block-announcement .ranking .label {
    right: 9px;
    bottom: 5px;
  }
}

.block-announcement .ranking .prefix {
  display: inline-block;
  margin: 0 4px 0 0;
  font-size: 1.4285714286em;
  line-height: 30px;
  vertical-align: bottom;
}

.block-announcement .ranking .no {
  display: inline-block;
  margin-bottom: -31px;
  font-size: 12.1428571429em;
  line-height: 159px;
  font-family: "BebasNeue", sans-serif;
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .block-announcement .ranking .no {
    margin-bottom: -24px;
    font-size: 10.4285714286em;
    line-height: 130px;
  }
}

.block-announcement .ranking .suffix {
  display: inline-block;
  margin: 0 0 0 3px;
  font-size: 1.4285714286em;
  line-height: 30px;
  vertical-align: bottom;
}

.block-announcement .ranking .updated {
  margin: 18px 0 0 0;
  color: #575757;
  font-size: 0.8571428571em;
  line-height: 18px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .block-announcement .ranking .updated {
    margin-top: 13px;
  }
}

.block-announcement .ranking .banner {
  width: 100px;
  height: auto;
  position: absolute;
  bottom: 21px;
  left: 21px;
}

@media only screen and (max-width: 640px) {
  .block-announcement .ranking .banner {
    width: 105px;
  }
}

.block-topbanner {
  height: 312px;
  position: relative;
  margin-top: 100px;
  padding-bottom: 81px;
}

@media only screen and (max-width: 640px) {
  .block-topbanner {
    height: 168px;
    margin-top: 40px;
    padding-bottom: 25px;
  }
}

.block-topbanner .topbanner {
  width: 1800px;
  height: 100%;
  position: absolute;
  right: -100%;
  left: -100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner {
    width: 100%;
  }
}

.block-topbanner .topbanner .list {
  width: 3100px;
  height: 260px;
  position: absolute;
  left: 50%;
  z-index: 1;
  margin: 0 0 0 -943px;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .list {
    width: 1550px;
    height: 130px;
    margin-left: -471px;
  }
}

.block-topbanner .topbanner .list.easing {
  -webkit-transition: margin 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.block-topbanner .topbanner .list-prev-before {
  margin-left: -1543px;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .list-prev-before {
    margin-left: -772px;
    opacity: 1;
  }
}

.block-topbanner .topbanner .list-prev-after {
  margin-left: -943px;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .list-prev-after {
    margin-left: -471px;
    opacity: 1;
  }
}

.block-topbanner .topbanner .list-next-before {
  margin-left: -943px;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .list-next-before {
    margin-left: -471px;
    opacity: 1;
  }
}

.block-topbanner .topbanner .list-next-after {
  margin-left: -1543px;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .list-next-after {
    margin-left: -772px;
    opacity: 1;
  }
}

.block-topbanner .topbanner .list .item {
  width: 686px;
  height: 260px;
  float: left;
  margin: 0;
  display: none;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .list .item {
    width: 343px;
    height: 130px;
  }
}

.block-topbanner .topbanner .list .item:nth-child(-n+4) {
  display: block;
}

.block-topbanner .topbanner .list .item + .item {
  margin-left: -86px;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .list .item + .item {
    margin-left: -43px;
  }
}

.block-topbanner .topbanner .list .item.prev {
  z-index: 1;
  display: block;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .list .item.prev {
    opacity: 0;
  }
}

.block-topbanner .topbanner .list .item.next {
  z-index: 1;
  display: block;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .list .item.next {
    opacity: 0;
  }
}

.block-topbanner .topbanner .list .link {
  display: block;
  -webkit-transform: scale(0.84615);
  transform: scale(0.84615);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.block-topbanner .topbanner .list .item.active {
  z-index: 2;
}

.block-topbanner .topbanner .list .item.active .link {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}

.block-topbanner .topbanner .button {
  width: 70px;
  height: 42px;
  position: absolute;
  top: 109px;
  z-index: 3;
  display: block;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .button {
    width: 40px;
    height: 40px;
    top: 45px;
  }
}

.block-topbanner .topbanner .button-prev {
  left: 50%;
  margin-left: -413px;
  background: url("../images/index/icon-topbanner-prev.png") no-repeat 50% 0;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .button-prev {
    left: 0;
    margin-left: 0;
    background: none;
  }
  .block-topbanner .topbanner .button-prev:before, .block-topbanner .topbanner .button-prev:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
  }
  .block-topbanner .topbanner .button-prev:before {
    background: rgba(255, 255, 255, 0.3);
  }
  .block-topbanner .topbanner .button-prev:after {
    background: url("../images/index/icon-topbanner-prev-sp.png") no-repeat 50% 50%;
    background-size: 9px auto;
  }
}

.block-topbanner .topbanner .button-prev:hover {
  background-position: 50% -42px;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .button-prev:hover {
    background-position: 50% 50%;
  }
}

.block-topbanner .topbanner .button-next {
  right: 50%;
  margin-right: -413px;
  background: url("../images/index/icon-topbanner-next.png") no-repeat 50% 0;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .button-next {
    right: 0;
    margin-right: 0;
    background: none;
  }
  .block-topbanner .topbanner .button-next:before, .block-topbanner .topbanner .button-next:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
  }
  .block-topbanner .topbanner .button-next:before {
    background: rgba(255, 255, 255, 0.3);
  }
  .block-topbanner .topbanner .button-next:after {
    background: url("../images/index/icon-topbanner-next-sp.png") no-repeat 50% 50%;
    background-size: 9px auto;
  }
}

.block-topbanner .topbanner .button-next:hover {
  background-position: 50% -42px;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .button-next:hover {
    background-position: 50% 50%;
  }
}

.block-topbanner .topbanner .indicator {
  height: 26px;
  position: absolute;
  right: 0;
  bottom: 81px;
  left: 0;
  z-index: 2;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 13px 0;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .indicator {
    height: 17px;
    bottom: 25px;
    padding: 0 0 10px 0;
  }
}

.block-topbanner .topbanner .indicator .item {
  width: 26px;
  height: 26px;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .indicator .item {
    width: 17px;
    height: 17px;
  }
}

.block-topbanner .topbanner .indicator .item:before, .block-topbanner .topbanner .indicator .item:after {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: transparent;
  border-width: 7px;
  margin-top: -7px;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .indicator .item:before, .block-topbanner .topbanner .indicator .item:after {
    border-width: 5px;
    margin-top: -5px;
  }
}

.block-topbanner .topbanner .indicator .item:before {
  right: 50%;
  border-right-color: #898989;
}

.block-topbanner .topbanner .indicator .item:after {
  left: 50%;
  border-left-color: #717171;
}

.block-topbanner .topbanner .indicator .item.active:before {
  border-right-color: #d14141;
}

.block-topbanner .topbanner .indicator .item.active:after {
  border-left-color: #ac1414;
}

.block-topbanner .topbanner .indicator .item + .item {
  margin-left: -3px;
}

@media only screen and (max-width: 640px) {
  .block-topbanner .topbanner .indicator .item + .item {
    margin-left: 0;
  }
}

.block-topbanner .topbanner.disabled .list {
  width: 686px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.block-topbanner .topbanner.disabled .button {
  display: none;
}

.block-topbanner .topbanner.disabled .indicator {
  display: none;
}

.group-news_media {
  width: 100%;
  display: table;
  border-top: 1px solid #f0f0f0;
}

@media only screen and (max-width: 640px) {
  .group-news_media {
    display: block;
    border: 0;
  }
}

.group-news_media-inner {
  max-width: 1520px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .group-news_media-inner {
    max-width: none;
  }
}

.block-news {
box-sizing: border-box;
  display: table-cell;
  padding: 90px 50px;
  vertical-align: top;
  width: 100vw;
}

@media only screen and (max-width: 640px) {
  .block-news {
    width: auto;
    display: block;
    padding: 46px 20px 40px 20px;
    border-top: 1px solid #f0f0f0;
  }
}

.block-news .title {
  margin: 0;
  color: #000;
  font-size: 5em;
  line-height: 80px;
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .block-news .title {
    font-size: 3.2142857143em;
    line-height: 55px;
    text-align: center;
  }
}

.block-news .blockcontent {
  position: relative;
}

.block-news .list {
  margin-top: 31px;
  border-bottom: 1px solid #f0f0f0;
}

.block-news .item {
  padding: 16px 0 13px 0;
  border-top: 1px solid #f0f0f0;
}

.block-news .date {
  display: inline-block;
  margin: 0 0 -3px 0;
  color: #7f7f7f;
  font-size: 1.2142857143em;
  line-height: 24px;
  font-family: "BebasNeue", sans-serif;
  vertical-align: middle;
}

.block-news .category {
  height: 19px;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 19px;
  background: #eee;
  font-size: 12pxs;
  line-height: 19px;
  vertical-align: middle;
}

.block-news .name {
  display: block;
  margin: 7px 0 0 0;
}

.block-news .viewmore {
  padding: 0;
  border: 0;
  color: #000;
  position: absolute;
  right: 0;
  top: -71px;
}

@media only screen and (max-width: 640px) {
  .block-news .viewmore {
    display: block;
    position: static;
    margin: 40px 0 0 0;
    padding: 6px;
    background: #000;
    color: #fff;
    text-align: center;
  }
}

.block-news .viewmore:after {
  content: url("../images/icon-link-black.png");
}

@media only screen and (max-width: 640px) {
  .block-news .viewmore:after {
    content: url("../images/icon-link-white.png");
  }
}

.block-news .viewmore:hover {
  opacity: 0.4;
  text-decoration: none;
}

.block-media {
  width: 50%;
  min-width: 640px;
  display: table-cell;
  margin-top: 0;
  padding: 73px 80px 94px 40px;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .block-media {
    width: auto;
    min-width: 0;
    display: block;
    padding: 46px 20px 40px 20px;
    border-top: 1px solid #f0f0f0;
  }
}

.block-media .title {
  margin: 0;
  color: #000;
  font-size: 5em;
  line-height: 80px;
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .block-media .title {
    font-size: 3.2142857143em;
    line-height: 55px;
    text-align: center;
  }
}

.block-media .blockcontent {
  margin-top: 31px;
  overflow: hidden;
  *zoom: 1;
}

@media only screen and (max-width: 640px) {
  .block-media .blockcontent {
    margin-top: 35px;
    margin-right: 0;
  }
}

.block-media .moviearea {
  width: 100%;
  max-width: 640px;
  float: left;
}

@media only screen and (max-width: 640px) {
  .block-media .moviearea {
    max-width: none;
  }
}

.block-media .moviearea .youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.block-media .moviearea iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block-media .box {
  width: 310px;
  min-height: 548px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  padding: 10px 15px 8px 15px;
  background: #e1e4e8;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .block-media .box {
    width: 100%;
    margin-top: 20px;
    padding: 8px 15px 8px 15px;
  }
}

.block-media .boxtitle {
  padding: 6px 0;
  font-size: 1.6428571429em;
  line-height: 30px;
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .block-media .boxtitle {
    text-align: left;
  }
}

.block-media .boxtitle:before {
  width: 22px;
  height: 20px;
  content: '';
  margin: 0 5px 0 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .block-media .boxtitle:before {
    width: 25px;
    height: 25px;
    background-size: 25px auto;
  }
}

.block-media .box-facebook {
  float: left;
}

.block-media .box-facebook .boxtitle:before {
  background-image: url("../images/index/icon-social-facebook.png");
}

@media only screen and (max-width: 640px) {
  .block-media .box-facebook .boxtitle:before {
    background-image: url("../images/index/icon-social-facebook-sp.png");
  }
}

.block-media .box-twitter {
  float: right;
}

.block-media .box-twitter .boxtitle:before {
  background-image: url("../images/index/icon-social-facebook.png");
}

@media only screen and (max-width: 640px) {
  .block-media .box-twitter .boxtitle:before {
    background-image: url("../images/index/icon-social-facebook-sp.png");
  }
}

.block-media .box-twitter .boxtitle:before {
  background-image: url("../images/index/icon-social-twitter.png");
}

@media only screen and (max-width: 640px) {
  .block-media .box-twitter .boxtitle:before {
    background-image: url("../images/index/icon-social-twitter-sp.png");
  }
}

.block-instagram {
  position: relative;
  padding: 73px 80px 60px;
  background: url("../images/bg-insta.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  *zoom: 1;
}

@media only screen and (max-width: 640px) {
  .block-instagram {
    padding: 55px 20px 60px 20px;
    background-image: url("../images/bg-insta.jpg");
    text-align: center;
  }
}

.block-instagram .title {
  margin: -8px 0 0 0;
  color: #fff;
  font-size: 5vw;
  line-height: 96px;
  font-family: "impact", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .block-instagram .title {
    font-size: 3.9285714286em;
    line-height: 65px;
  }
}

.block-instagram .blockcontent {
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .block-instagram .blockcontent {
    margin-top: 30px;
  }
}

.block-instagram .description {
  min-height: 50px;
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 1.5em;
  line-height: 34px;
}

@media only screen and (max-width: 640px) {
  .block-instagram .description {
    min-height: 0;
  }
}

.block-instagram a.viewmore {
  height: 30px;
  margin-top: 35px;
  background-size: 19px auto;
  line-height: 30px;
  border-color: rgba(255, 255, 255, 0.5);
}

.block-instagram a.viewmore:hover {
  background-size: 19px auto;
  background-color: #FFF;
}

@media only screen and (max-width: 640px) {
  .block-instagram a.viewmore {
    margin-top: 54px;
    padding: 2px 25px 2px 25px;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.5);
    text-align: center;
  }
  .block-instagram a.viewmore:after {
    content: none;
  }
  .block-instagram a.viewmore:hover {
    color: #FFF;
    background: rgba(255, 255, 255, 0.05);
  }
  .block-instagram a.viewmore:hover:after {
    content: none;
  }
  .block-instagram a.viewmore span {
    padding: 8px 0 3px 30px;
    background: url(../images/icon-instagram.png) no-repeat left center;
    background-size: 19px 19px;
  }
  .block-instagram a.viewmore span:after {
    margin: 0 0 0 9px;
    content: url(../images/icon-link-white.png);
    vertical-align: middle;
  }
}

@media only screen and (max-width: 640px) and (max-width: 640px) {
  .block-instagram a.viewmore span {
    background-size: 18px auto;
    padding: 4px 0 3px 30px;
  }
}

.block-instagram .block-inner {
  margin: 65px 80px 0;
  overflow: hidden;
  *zoom: 1;
}

@media only screen and (max-width: 640px) {
  .block-instagram .block-inner {
    margin: 25px 0 0;
  }
}

.block-instagram .block-inner div {
  margin: 0 0 0 0.33%;
  width: 14%;
  float: left;
}

.block-instagram .block-inner div:first-child {
  margin: 0;
}

.block-instagram .block-inner div a {
  display: block;
  width: 100%;
  padding: 100% 0 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  .block-instagram .block-inner div {
    margin: 0 0 0 1%;
    width: 19.2%;
  }
  .block-instagram .block-inner div:nth-child(6), .block-instagram .block-inner div:nth-child(7) {
    display: none;
  }
}

.group-twitter_ticket {
  width: 100%;
  display: table;
}

@media only screen and (max-width: 640px) {
  .group-twitter_ticket {
    display: block;
  }
}

.block-youtube,.block-twitter,.block-tictok {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 80px;
  background-position:;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  vertical-align: top;
}
.group-fanclub_ticket{
display:flex;
}

@media only screen and (max-width: 640px) {
.block-youtube,.block-twitter,.block-tictok{
    width: 100%;
    display: block;
    padding: 55px 20px 60px 20px;
    border-top: 2px solid #e8e8e8;
    text-align: center;
  }
.group-fanclub_ticket{
display:initial;
}
}

.block-twitter .title,.block-youtube .title,
.block-tictok .title {
  margin: -8px 0 0 0;
  color: #fff;
  font-size: 5vw;
  line-height: 96px;
  font-family: "impact", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .block-twitter .title,.block-youtube .title,
  .block-tictok .title {
    font-size: 3.9285714286em;
    line-height: 65px;
  }
}

.block-twitter .description,.block-youtube .description,
.block-tictok .description {
  margin: 5px 0 0 0;
  font-size: 1.5em;
  line-height: 34px;
}

@media only screen and (max-width: 640px) {
  .block-twitter .description,.block-youtube.description,
  .block-tictok .description {
    min-height: 0;
  }
}

.block-twitter .viewmore,.block-youtube .viewmore,.block-tictok .viewmore {
  margin-top: 55px;
}

@media only screen and (max-width: 640px) {
  .block-twitter .viewmore,.block-youtube .viewmore,
  .block-tictok .viewmore {
    margin-top: 54px;
  }
}

.block-twitter {
  background-image: url("../images/bg-twitter.jpg");
}

@media only screen and (max-width: 640px) {
  .block-twitter {
    background-image: url("../images/bg-twitter.jpg");
  }
}

.block-youtube {
  background-image: url("../images/bg-youtube.jpg");
}

@media only screen and (max-width: 640px) {
  .block-twitter {
    background-image: url("../images/bg-twitter.jpg");
  }
}



.block-tictok {
  background-image: url("../images/bg-tictok.jpg");
}

@media only screen and (max-width: 640px) {
  .block-tictok {
    background-image: url("../images/bg-tictok.jpg");
  }
}

.block-team {
  height: 960px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: url("../images/index/bg-team.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .block-team {
    height: 592px;
    border-top: 2px solid #e8e8e8;
  }
}

.block-team .blocktitle {
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 96px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .block-team .blocktitle {
    height: 115px;
    padding-top: 55px;
  }
}

.block-team .blockcontent {
  margin: 0;
}

.block-team .title {
  margin: 0;
  color: #fff;
  font-size: 6.4285714286em;
  line-height: 96px;
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .block-team .title {
    font-size: 3.9285714286em;
    line-height: 60px;
  }
}

.block-team .blockcontent {
  height: 760px;
}

@media only screen and (max-width: 640px) {
  .block-team .blockcontent {
    height: 475px;
  }
}

.block-team .players {
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
}

.block-team .players .list {
  height: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .block-team .players .list {
    width: 640px;
    height: 100%;
    position: absolute;
    right: -100%;
    left: -100%;
    margin: 0 auto;
  }
}

.block-team .players .item {
  width: 570px;
  position: absolute;
  bottom: -265px;
  left: 45%;
  margin: 0;
  -webkit-filter: grayscale(85%) hue-rotate(-140deg) brightness(120%);
  -moz-filter: grayscale(85%) hue-rotate(-140deg) brightness(120%);
  filter: grayscale(85%) hue-rotate(-140deg) brightness(120%);
  -webkit-transform-origin: 50% 100% 50%;
  transform-origin: 50% 100% 50%;
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
  -webkit-transition: margin-left 800ms cubic-bezier(0.19, 1, 0.22, 1), bottom 800ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin-left 800ms cubic-bezier(0.19, 1, 0.22, 1), bottom 800ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin-left 800ms cubic-bezier(0.19, 1, 0.22, 1), bottom 800ms cubic-bezier(0.19, 1, 0.22, 1), transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin-left 800ms cubic-bezier(0.19, 1, 0.22, 1), bottom 800ms cubic-bezier(0.19, 1, 0.22, 1), transform 800ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 640px) {
  .block-team .players .item {
    width: 290px;
    bottom: -58px;
    -webkit-transition: none;
    transition: none;
  }
}

.block-team .players .item.player-goleiro {
  -webkit-filter: grayscale(97%) hue-rotate(-500deg) brightness(120%);
  -moz-filter: grayscale(97%) hue-rotate(-500deg) brightness(120%);
  filter: grayscale(97%) hue-rotate(-500deg) brightness(120%);
}

.block-team .players .item.player1 {
  z-index: 2;
  margin-left: -588px;
}

@media only screen and (max-width: 640px) {
  .block-team .players .item.player1 {
    margin-left: -234px;
  }
}

.block-team .players .item.player2 {
  z-index: 4;
  margin-left: -400px;
}

@media only screen and (max-width: 640px) {
  .block-team .players .item.player2 {
    margin-left: -164px;
  }
}

.block-team .players .item.player3 {
  z-index: 5;
  margin-left: -200px;
  bottom: -275px;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 640px) {
  .block-team .players .item.player3 {
    margin-left: -89px;
    bottom: -47px;
  }
}

.block-team .players .item.player4 {
  z-index: 3;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .block-team .players .item.player4 {
    margin-left: -14px;
  }
}

.block-team .players .item.player5 {
  z-index: 1;
  margin-left: 188px;
}

@media only screen and (max-width: 640px) {
  .block-team .players .item.player5 {
    margin-left: 54px;
  }
}

.block-team .players .button {
  width: 64px;
  height: 128px;
  position: absolute;
  bottom: 364px;
  z-index: 2;
  opacity: 0.4;
}

@media only screen and (max-width: 640px) {
  .block-team .players .button {
    width: 53px;
    height: 106px;
    bottom: 255px;
    opacity: 1;
  }
}

.block-team .players .button:hover {
  opacity: 1;
}

.block-team .players .button-prev {
  left: 0;
  background: url("../images/index/icon-player-prev.png") no-repeat 50% 50%;
}

@media only screen and (max-width: 640px) {
  .block-team .players .button-prev {
    background: url("../images/index/icon-player-prev-sp.png") no-repeat 50% 50%;
    background-size: 53px auto;
  }
}

.block-team .players .button-next {
  right: 0;
  background: url("../images/index/icon-player-next.png") no-repeat 50% 50%;
}

@media only screen and (max-width: 640px) {
  .block-team .players .button-next {
    background: url("../images/index/icon-player-next-sp.png") no-repeat 50% 50%;
    background-size: 53px auto;
  }
}

.block-team .statuses {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(5, 16, 29, 0.8);
}

@media only screen and (max-width: 640px) {
  .block-team .statuses {
    height: auto;
    padding: 25px 0 28px 0;
  }
}

.block-team .statuses:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: rgba(5, 16, 29, 0.8);
  border-width: 22px;
  margin-left: -22px;
}

@media only screen and (max-width: 640px) {
  .block-team .statuses:after {
    border-width: 11px;
    margin-left: -11px;
  }
}

.block-team .statuses-inner {
  width: 1080px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 160px 0 0;
}

@media only screen and (max-width: 640px) {
  .block-team .statuses-inner {
    width: auto;
    height: auto;
    padding: 0;
  }
}

.block-team .statuses .statuslist {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .block-team .statuses .statuslist {
    height: auto;
  }
}

.block-team .statuses .item {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 40px 0 200px;
  display: none;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .block-team .statuses .item {
    position: relative;
    padding: 0;
  }
}

.block-team .statuses .item.active {
  display: table;
}

.block-team .statuses .no {
  min-width: 80px;
  position: absolute;
  left: 0;
  top: 23px;
  margin: 0;
  display: inline-block;
  font-size: 6em;
  line-height: 90px;
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .block-team .statuses .no {
    min-width: 0;
    position: static;
    font-size: 1.7142857143em;
    line-height: 30px;
  }
}

.block-team .statuses .position {
  position: absolute;
  left: 94px;
  top: 48px;
  margin: 0;
  display: inline-block;
  font-size: 1.7142857143em;
  line-height: 30px;
  font-family: "BebasNeue", sans-serif;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .block-team .statuses .position {
    position: static;
    margin-left: 10px;
    font-size: 1.7142857143em;
    line-height: 30px;
  }
}

.block-team .statuses .name {
  margin: 0;
  display: table-cell;
  padding-top: 8px;
  font-size: 3.4285714286em;
  line-height: 50px;
  font-family: "BebasNeue", sans-serif;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .block-team .statuses .name {
    position: static;
    display: block;
    margin: 5px 0 0 0;
    padding-top: 0;
    font-size: 2.5em;
    line-height: 45px;
  }
}

.block-team .statuses .firstname {
  font-weight: bold;
}

.block-team .viewmore {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}

@media only screen and (max-width: 640px) {
  .block-team .viewmore {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 4px 0 0 0;
    background: transparent;
    border: 0;
  }
}

.block-access {
  width: 100%;
  height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 73px 72px;
  background: #181818 url("../images/index/bg-access.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .block-access {
    height: auto;
    padding: 49px 0 234px 0;
    background: url("../images/index/bg-access-sp.jpg") no-repeat 50% 50%;
    background-size: cover;
    border-top: 2px solid #e8e8e8;
    text-align: center;
  }
}

.block-access .blocktitle {
  position: relative;
  z-index: 2;
}

.block-access .blocktitle .title {
  margin: 0;
  color: #fff;
}

.block-access .blocktitle .label-access {
  display: block;
  font-size: 3.0714285714em;
  line-height: 60px;
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
}

.block-access .blocktitle .label-arena {
  display: block;
  font-size: 5.7142857143em;
  line-height: 100px;
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .block-access .blocktitle .label-arena {
    font-size: 4.1428571429em;
    line-height: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .block-access .blockcontent {
    margin-top: 0;
    padding: 14px 20px 0 20px;
  }
}

.block-access .blockcontent .address {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 640px) {
  .block-access .blockcontent .address {
    margin-top: 0;
  }
}

.block-access .blockcontent .viewmore {
  position: relative;
  z-index: 2;
  margin: 146px 0 0 0;
  padding: 8px 22px 8px 34px;
}

@media only screen and (max-width: 640px) {
  .block-access .blockcontent .viewmore {
    margin-top: 24px;
    padding: 7px 17px 7px 29px;
  }
}

.block-sponsor {
  margin: 0px 0 0 0;
  padding: 0 0 80px 0;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .block-sponsor {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

.block-sponsor .bigbanners {
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .block-sponsor .bigbanners {
    width: auto;
  }
}

.block-sponsor .bigbanners ul {
  margin: -20px 0 0 -17px;
}

@media only screen and (max-width: 640px) {
  .block-sponsor .bigbanners ul {
    margin: -15px 0 0 -12px;
  }
}

.block-sponsor .bigbanners li {
  width: 186px;
  display: inline-block;
  margin: 20px 0 0 17px;
}

@media only screen and (max-width: 640px) {
  .block-sponsor .bigbanners li {
    width: 125px;
    margin: 15px 0 0 12px;
  }
}

.block-sponsor .smallbanners {
  width: 100%;
  margin: 20px auto 0 auto;
}

@media only screen and (max-width: 640px) {
  .block-sponsor .smallbanners {
    width: auto;
    margin-top: 15px;
  }
}

.block-sponsor .smallbanners ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .block-sponsor .smallbanners ul {
    margin: -7px 0 0 -4px;
    display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  }
}

.block-sponsor .smallbanners li {
  width: 237px;
}

@media only screen and (max-width: 640px) {
  .block-sponsor .smallbanners li {

    margin: 7px 0 0 4px;
 width: 48% !important;
  }
}

.block-fleaguesponsors {
  padding: 0 0 53px 0;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .block-fleaguesponsors {
    padding-bottom: 42px;
  }
}

.block-fleaguesponsors .blocktitle {
  padding: 55px 0 47px 0;
}

@media only screen and (max-width: 640px) {
  .block-fleaguesponsors .blocktitle {
    padding: 45px 0 0 0;
  }
}

.block-fleaguesponsors .blocktitle .title {
  font-size: 1.5714285714em;
  line-height: 30px;
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
}

.block-fleaguesponsors .blockcontent {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .block-fleaguesponsors .blockcontent .box-official_partner {
    border: 0;
  }
}

@media only screen and (max-width: 640px) {
  .block-fleaguesponsors .blockcontent .box-official_partner li:last-child {
    margin-right: 14px;
  }
}

.block-fleaguesponsors .box {
  display: inline-block;
  margin: 0 auto 26px auto;
  padding: 0 38px;
  border-left: 1px solid #f0f0f0;
}

@media only screen and (max-width: 640px) {
  .block-fleaguesponsors .box {
    margin-top: 25px;
    margin-bottom: 0;
    padding: 0 10px;
  }
}

.block-fleaguesponsors .box-executive_sponsor {
  border-left: 1px solid #f0f0f0;
}

@media only screen and (max-width: 640px) {
  .block-fleaguesponsors .box-executive_sponsor {
    border: 0;
  }
}

.block-fleaguesponsors .box-official_sponser {
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}

@media only screen and (max-width: 640px) {
  .block-fleaguesponsors .box-official_sponser {
    border: 0;
  }
}

.block-fleaguesponsors .box-official_sponsor {
  border: 0;
}

.block-fleaguesponsors .box-official_referee_sponsor {
  border: 0;
}

.block-fleaguesponsors .boxtitle {
  padding: 0 0 4px 0;
  font-size: 0.9285714286em;
  line-height: 18px;
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 640px) {
  .block-fleaguesponsors ul {
    margin-top: -10px;
  }
}

.block-fleaguesponsors li {
margin:10px;
}

@media only screen and (max-width: 640px) {
  .block-fleaguesponsors li {
    margin-top: 10px;
  }
}


@media only screen and (max-width: 640px) {
  .block-fleaguesponsors img {
    height: 30px;
  }
}

/* team */
#contents{background:#eee;padding-bottom:40px;}
.blockcontents{width:1080px;margin:40px auto 0;background:#fff;padding:20px;border:1px solid #ccc;position: relative;}
.block-team_list{padding:0 40px;}
.team .block-mainvisual{margin-bottom:40px;}
.team h3{background-color:#eee;padding:10px 20px;margin-bottom:20px;font-size:18px;}
.team_list{list-style: none;display: flex;flex-wrap: wrap;margin-bottom:60px;}
.team_list a:hover{opacity:.6;}
.team_list li{width:24%;position:relative;margin:5px;}
.team_list li p.name{text-align: center;
  background-image: url(../team/images/name.png);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
	background-size: cover;
padding: 22px 0 10px 0;
  font-size: 16px;
line-height: 1.2;
}
.team_list li p span{font-size:14px;}
.team_list li p.namestaff{text-align: center;
  background-image: url(../team/images/name_staff.png);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
	background-size: cover;
padding: 22px 0 10px 0;
  font-size: 16px;
line-height: 1.2;
}
.team h2{font-size: 17px;margin: 20px 0;font-weight: bold;border-left: 7px solid #4ebfe2;padding-left: 15px;}
.team table{margin-bottom:30px;}
.team th{width: 5em;vertical-align: top;}
.team .main_detail{padding:20px;}

/* player */
.players .profile{position: absolute;top: 3vw;left: 3vw;background-color: rgba(255, 255, 255, 0.85);padding: 20px 40px;font-size:16px;}
.players .profile h3{font-size: 22px;font-weight: bold;font-family: "BebasNeue", sans-serif;color:#666;}
.players .inner_profile{border-top: 1px solid #333;border-bottom: 1px solid #333;padding: 30px 0;}
.players .inner_history{border-bottom: 1px solid #333;padding: 30px 0;}
.players .prof0 {font-size:30px;}
.players .prof0 span{font-size: 20px;margin-left: 15px;font-family: "BebasNeue", sans-serif;}
.players .num{position: absolute;top: 40px;right: 60px;font-size: 200px;color: #fff;opacity: .9;font-family: "BebasNeue", sans-serif;font-weight: bold;line-height: 1;}

/* staff */
.staff{display: flex;}
.staff .profile{padding: 20px 40px;font-size:16px;width: 50%;}
.staff .profile h3{font-size: 22px;font-weight: bold;font-family: "BebasNeue", sans-serif;color:#666;}
.staff .inner_profile{border-top: 1px solid #333;border-bottom: 1px solid #333;padding: 30px 0;}
.staff .inner_history{border-bottom: 1px solid #333;padding: 30px 0;}
.staff .prof0 {font-size:30px;}
.staff .prof0 span{font-size: 20px;margin-left: 15px;font-family: "BebasNeue", sans-serif;}
.staff .num{position: absolute;top: 40px;right: 60px;font-size: 200px;color: #333;opacity: .9;font-family: "BebasNeue", sans-serif;font-weight: bold;line-height: 1;}
.staff .img_player{padding: 30px;width: 50%;}

/* schedule */
.schedule{width:100%;}
.schedule th{background-color:#ccc;text-align:center;padding:5px;border:1px solid #333;}
.schedule td{text-align:center;padding:10px 0;border:1px solid #333;}
.year-list{display:flex;}
.year-list li{margin:0 20px;}


/* news */
.news .blockcontent {
  position: relative;
}

.news .list {
  margin-bottom: 50px;
  border-bottom: 1px solid #f0f0f0;
}

.news .item {
  padding: 16px 0 13px 0;
  border-top: 1px solid #f0f0f0;
}

.news .date {
  display: inline-block;
  margin: 0 0 -3px 0;
  color: #7f7f7f;
  font-size: 1.2142857143em;
  line-height: 24px;
  font-family: "BebasNeue", sans-serif;
  vertical-align: middle;
}

.news .category {
  height: 19px;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 19px;
  background: #eee;
  font-size: 12px;
  line-height: 19px;
  vertical-align: middle;
}

.news .name {
  display: block;
  margin: 7px 0 0 0;
}
.news .entry h1{font-size:18px;border-bottom:1px solid #333;padding:10px 0;}
.news .entry .entrydate{text-align:right;}
.news .entry .entrybody{margin-top:20px;}

.news h2{font-size: 30px;font-weight: bold;font-family:"BebasNeue", sans-serif;}
/* contact */

#c_main h2{
	background: url(../images/dot.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:1px dotted #aaa;
	font-size:140%;
	padding-left:25px;
	margin:20px 0 10px;
}
#c_main h3{
	margin:20px 0 10px;
	border-left:7px solid #009bff;
	padding:0px 10px;
	font-size:130%;
}
#c_main h3 span{
	margin-left:15px;
	font-size:70%;
}
#c_main h4{
	margin:20px 0 10px;
	background-color:#ddd;
	padding:3px 10px;
	font-size:100%;
}
#c_main h4 span{
	margin-left:15px;
	font-size:70%;
}
#c_side li a{
	padding:15px;
	border-bottom:1px dashed #ccc;
	display:block;
	text-decoration:none;
	color:#333;
}
#c_side li a:hover{
	background-color:#ddd;
}
#c_side .fb_area{
	margin-top:20px;
_zoom:1;overflow:hidden;
}
#c_side .bnr_area{
	margin-top:20px;
}
#c_side .bnr_area li a{
	padding:0;
	border-bottom:none;
}
#c_main p{
	margin-bottom:10px;
}
#c_main ol,#c_main ul{
	margin-bottom:20px;
}

ol li{
	list-style-type:demical;
	margin-left:25px;
}
#c_main ul li{
	list-style-type:disc;
	margin-left:25px;
}
#c_main .note{
	font-size:90%;
	margin-bottom:10px;
}
#c_main table{
	width:100%;
	border:1px solid #ccc;
}
#c_main th{
	border:1px solid #ccc;
	padding:7px;
	background-color:#eee;
}
#c_main td{
	border:1px solid #ccc;
	padding:7px;
}
#c_main .caution{
	border:1px solid #ccc;
	background-color:#fff4e7;
	padding:10px;
	margin:10px 0;
}
#c_main .members .w1{
width:19em;
}
#c_main .members .w2{
width:7em;
}
#c_main .members .ta_r{
	text-align:right;
}
#c_main .tac{
	text-align:center;
	font-size:120%;
	font-weight:bold;
}
#c_main .note_r{
	text-align:right;
}
.red{color:#f00;}
.contact th{width:12em;}
.contact th span{color:#f00;}
.contact .textarea1{width:200px;}
.contact .textarea2{width:400px;}
.contact ul li{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 !important;
}
.contact ul{
	margin:0 !important;
} 
.contact .example{color:#aaa !important;}
.corporate .w100{width:10em;}
.btn {text-align:center;padding:20px 0;}
.img_about{text-align:center;margin:20px 0;}
.terms li{list-style-type:none !important;margin:0 !important;}
.day{text-align:right;padding-right:20px;}
.wjbl{text-align:center;}
.w4em{width:4em;}
table.info,table.info th,table.info td{
	border:none !important;
}
table.info th{background-color:#fff !important;text-align:left;width:9em !important;}
.go_info{text-align:right;margin-top:20px;}
/*--------------------
contact
--------------------*/
.err{background-color:#feedf3;color:#f00;padding:10px;border:1px solid #f6286c;}
.btn_area{width:350px;margin:20px auto;}
.btn_area li{float:left;list-style-type:none !important;}
.w50{width:6em !important;}