@charset "utf-8";

#wrapIn {
  background: none;
}

.cntWrap img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.cntWrap {
  background: url("../images/bg.jpg") 0 0 repeat;
  background-size: 100%;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.cntWrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg_blur.jpg") 105% top no-repeat;
  background-size: 65%;
}

.cntWrap .title {
  background: #fff;
  position: relative;
  z-index: 100;
}

.cntWrap .title img {
  width: 500px;
}

.cntMain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: 15px auto;
  position: relative;
  z-index: 100;
}
/*****************
ナビコンテンツ
******************/
.cntWrap .nav {
  flex-basis: 24%;
  padding: 20px 1%;
  overflow: hidden;
  position: relative;
  background-image: radial-gradient(
    circle farthest-corner at 18.7% 37.8%,
    rgba(250, 250, 250, 1) 0%,
    rgba(225, 234, 238, 1) 90%
  );
}

.cntWrap .nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/nav_bg.png") 0 0 no-repeat;
  background-size: 100%;
}

.cntWrap .nav:after {
  content: "WTV";
  position: absolute;
  bottom: -1.8%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 6rem;
  font-weight: 900;
  color: #004ea2;
}

.navInner {
  position: relative;
  z-index: 100;
  padding-bottom: 50px;
}

.navInner ul {
  padding: 50px 10px 20px 40px;
}

.navInner ul li {
  text-align: left;
  margin-bottom: 15px;
  position: relative;
}

.navInner ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  width: 12px;
  height: 12px;
  margin: -6px;
  background: url("../images/nav_icon_b.png") 0 0 no-repeat;
  background-size: 100%;
  transition: all 0.4s;
}

.navInner ul li:hover:before,
.navInner ul li.active:before {
  background: url("../images/nav_icon_g.png") 0 0 no-repeat;
  background-size: 100%;
}

.navInner ul li.none:hover:before {
  display: none;
}

.navInner ul li a,
.navInner ul li button,
.navInner ul li div {
  font-size: x-large;
  font-weight: 900;
  color: black;
  display: block;
  position: relative;
  z-index: 100;
  background: transparent;
  outline: none !important;
  border: none;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.navInner ul li form {
  position: relative;
  cursor: pointer;
}

.navInner ul li button {
  position: static;
}

.navInner ul li div {
  color: rgba(0, 0, 0, 0.3);
}

.navInner ul li a span,
.navInner ul li button span,
.navInner ul li div span {
  position: absolute;
  bottom: -8px;
  right: 0;
  color: #004ea2;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}

.navInner ul li.active a span,
.navInner ul li:hover a span,
.navInner ul li.active button span,
.navInner ul li:hover button span {
  opacity: 1;
  bottom: -20px;
}

.info {
  background: #004ea2;
  padding: 10px 5px;
  text-align: center;
  font-size: medium;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
}
.info a {
  color: white;
}
.pickupArea {
  padding: 8px 2%;
  margin-bottom: 20px;
  background: #004ea2;
}

.pickupOne {
  display: flex;
  margin: 10px 0 15px 0;
}

.pickupTtl {
  flex-basis: 20px;
  background-image: linear-gradient(109.6deg, #008cbb 11.2%, #6dc5f0 100.2%);
  color: white;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  align-items: center;
}

.pickupTxt {
  padding-left: 4%;
  text-align: left;
  color: white;
  font-weight: 900;
  font-size: 40px;
}

.pickupTxt div span:nth-child(2n-1) {
  letter-spacing: -1.5;
}

.pickupTxt div span:nth-child(2n) {
  font-size: small;
  transform: scaleX(1);
}

.pickupTxt .pickupTxtYear {
  font-size: x-large;
  margin-bottom: -10px;
}

.pickupTxt .pickupTxtDay span:nth-child(2n) {
  font-size: medium;
}

.pickupArea p {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  color: white;
}
@media all and (-ms-high-contrast: none) {
  .pickupArea p {
    color: #004ea2;
  }
}
.pickupOne.after {
  font-weight: 900;
  background-image: linear-gradient(109.6deg, #008cbb 11.2%, #6dc5f0 100.2%);
  color: #ee4758;
  text-align: left;
  font-size: medium;
  line-height: 1.2;
  display: block;
  padding: 2%;
  margin: 20px auto 0 auto;
}

.pickupOne.after p {
  background: linear-gradient(25deg, #d64c7f, #ee4758 50%);
  color: white;
  padding: 10px 0;
  margin: 10px 0;
  border-radius: 20px;
  -webkit-text-fill-color: white;
}

.pickupOne.after div {
  font-size: x-large;
  color: #004ea2;
  margin-top: 20px;
}
.pickupOne.after div.gameTime {
  margin-top: 0;
}
.pickupOne.after div span:nth-child(2n-1) {
  letter-spacing: -1.2;
}

.pickupOne.after div span:nth-child(2n) {
  font-size: medium;
  transform: scaleX(1);
}

.pickupOne.after .gameTime span {
  display: block;
  font-size: large;
}

.navDay {
  color: black;
  font-weight: 900;
  font-size: x-large;
  margin-bottom: 15px;
}

.navDay .gamenum {
  font-size: medium;
  font-weight: normal;
  border: 1px solid black;
  padding: 5px 0;
  border-radius: 20px;
  margin: 8px 0 12px 0;
}

.navDay div {
  margin-bottom: 10px;
}

.navDay div span:nth-child(2n-1) {
  letter-spacing: -1.2;
}

.navDay div span:nth-child(2n) {
  font-size: medium;
  transform: scaleX(1);
}

.nav .officialLink {
  display: block;
}

/****************
メインコンテンツ
****************/
.cntMainInner {
  flex-basis: 72%;
}

/****************
フットコンテンツ
*****************/
.cntFoot {
  background: #fff;
  padding: 30px 0;
  color: #000;
  position: relative;
  z-index: 100;
}

.cntFootInner {
  max-width: 1100px;
  margin: 20px auto 30px auto;
  text-align: left;
  padding: 0 40px;
  font-size: medium;
  font-weight: 900;
  line-height: 1.5;
}

.cntFoot h3 {
  background-image: linear-gradient(109.6deg, #008cbb 11.2%, #6dc5f0 100.2%);
  overflow: hidden;
  padding: 5px 15px;
  color: white;
  font-weight: bold;
  position: relative;
}

.cntFoot h3 p {
  text-align: left;
  font-size: medium;
}

.cntFoot h3 span {
  position: absolute;
  top: 50%;
  right: 0;
  color: #004ea2;
  transform: translateY(-50%);
  font-size: 3.5rem;
}

.cntFoot .cntFootDay {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0;
}

.cntFoot .cntFootDaySec {
  flex-basis: 49%;
  font-size: 18px;
  line-height: 1.2;
}

.cntFootDaySec p {
  width: 120px;
  font-size: x-large;
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 5px 0;
  margin: 10px 0 0 0;
}

.cntFootDaySec div {
  font-size: 50px;
  margin-bottom: 5px;
}

.cntFootDaySec div span:nth-child(2n-1) {
  letter-spacing: -1.2;
}

.cntFootDaySec div span:nth-child(2n) {
  font-size: x-large;
  transform: scaleX(1);
}

.cntFoot .liveBnr {
  background: linear-gradient(25deg, #d64c7f, #ee4758 50%);
  display: block;
  width: 80%;
  margin: 30px auto;
  padding: 25px 0;
  text-align: center;
  color: white;
  font-size: xx-large;
  text-decoration: none;
}

.cntFoot + .nav {
  display: none;
}

/*****************
スカイスクレーパーコンテンツ
******************/
.skyscraperWrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 1200px;
  height: 100%;
}

.skyscraper {
  position: absolute;
  width: 210px;
  height: 100%;
  font-weight: 900;
  color: #fff;
  padding: 5% 3%;
  box-sizing: border-box;
  font-size: large;
  background: #f29b76;
  background-image: linear-gradient(109.6deg, #008cbb 11.2%, #6dc5f0 100.2%);
}

.skyscraper.L {
  left: -135px;
}

.skyscraper.R {
  right: -135px;
}
.skyscraper a {
  display: block;
  width: 100%;
  height: 100%;
}
.skyscraper h4 {
  background: url(../images/sky_logo.png) center top/60% repeat-y;
  width: 100%;
  height: 100%;
}

.otherPage .cntMainInner {
  background: #fff;
}
/*******************
試合一覧コンテンツ
*******************/

.games .js-tab {
  display: flex;
  width: 90%;
  margin: 20px auto;
}

.games .js-tab div {
  flex-basis: 16%;
  margin: 0 0.5%;
  text-align: center;
  cursor: pointer;
  color: white;
  padding: 10px 0;
  font-size: large;
  font-weight: 900;
  background: #004ea2;
}

.games .js-tab div.active {
  background: linear-gradient(25deg, #d64c7f, #ee4758 50%);
  color: white;
}

.games .js-tab div span {
  display: block;
  font-size: 14px;
  margin-top: 6px;
}

.games .js-tab a {
  color: #fff;
  text-decoration: none;
}

.games .js-tab_content {
  display: none;
}

.games .js-tab_content.active {
  display: block;
}

.games .section_title_box {
  background-image: linear-gradient(109.6deg, #008cbb 11.2%, #6dc5f0 100.2%);
  font-size: large;
  text-align: left;
  color: white;
  overflow: hidden;
  padding: 15px 40px;
}

.games .section_title_box div {
  font-size: xx-large;
  font-weight: 900;
  margin-bottom: 10px;
}

.games .section_title_box div span:nth-child(2n-1) {
  letter-spacing: -1.2;
}

.games .section_title_box div span:nth-child(2n) {
  font-size: medium;
  transform: scaleX(1);
}

.games .section_title_box p {
  text-align: right;
  font-weight: 900;
}

.games .section_title_box p + p {
  float: right;
  width: 50%;
}

.gamesInfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 30px auto 40px auto;
}

.games .shOne {
  flex-basis: 40%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  font-weight: 900;
  padding-top: 30px;
}

.games .shName {
  flex-basis: 70%;
  font-size: x-large;
}

.games .shPoint {
  flex-basis: 30%;
  font-size: 40px;
}

.games .gameBox {
  flex-basis: 20%;
}

.games .gamePoint {
  flex-basis: 20%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.games .gamePoint p {
  flex-basis: 30%;
  font-size: medium;
  margin-bottom: 5px;
}

.games .gamePoint p.sec {
  flex-basis: 40%;
}

.games .gamePoint span {
  display: block;
  flex-basis: 100%;
  height: 1px;
  background: #000;
  margin: 5px 0;
}

.games .xrs {
  width: 100px;
  height: 100px;
  margin: -20px auto -10px auto;
  position: relative;
}

.games .xrs:before,
.games .xrs:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
}

.games .xrs:before {
  left: 50%;
  margin-left: -0.5px;
  transform: rotate(50deg);
}

.games .xrs:after {
  right: 50%;
  margin-right: -0.5px;
  transform: rotate(-50deg);
}
.games .shOne.win .shName {
  color: #004ea2;
}

.games .shOne.win .shPoint {
  color: #004ea2;
}

.games .shOne.win:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -26%;
  left: inherit;
  margin-top: -40px;
  border-width: 16px 0 16px 20px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #004ea2;
  z-index: 100;
}

.games .gameBox + .shOne.win:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26%;
  right: inherit;
  margin-top: -40px;
  border-width: 16px 20px 16px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #004ea2;
  z-index: 100;
}

.games .shOne.PK:before,
.games .gameBox + .shOne.PK:before {
  margin-top: -60px !important;
}

.tournament .tournamentWrap {
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
}

/*
.tournament .cntMainInner {
	position:relative;
}
.tournament .cntMainInner form {
	position:absolute;
	left:26%;
}
.tournament .cntMainInner form button {
	outline:none !important;
	border:none;
	background: #004ea2;
	background: -moz-linear-gradient(right,  #004ea2 20%, #6dc5f0 100%);
	background: -webkit-linear-gradient(right,  #004ea2 20%,#6dc5f0 100%);
	background: linear-gradient(to left,  #004ea2 20%,#6dc5f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ea2', endColorstr='#6dc5f0',GradientType=0 );
	color:#fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:900;
}
.tournament form.game1 {
	top:16.3%;
}
.tournament form.game2 {
	top:28.7%;
}
.tournament form.game3 {
	top:41%;
}
.tournament form.game4 {
	top:53.6%;
}
.tournament form.game5 {
	top:66%;
}*/

/*******************
ライブ配信コンテンツ
*******************/

.live .liveWrap {
  padding: 20px;
}

.live .liveWrap .livettl {
  font-size: 2rem;
  font-weight: 900;
  color: #004ea2;
  margin-bottom: 20px;
  background-image: linear-gradient(109.6deg, #008cbb 11.2%, #6dc5f0 100.2%);
}
.live .liveWrap .pickupTxt {
  color: black;
}

.live .movieArea {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 30px;
}
.live .movieArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.live .liveInfo {
  padding: 20px 50px;
  background: #eee;
  text-align: left;
  font-size: medium;
  font-weight: 900;
}

.live .liveInfo h3 {
  background: #004ea2;
  padding: 3px 0;
  width: 100px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.live .liveInfo p {
  font-size: 24px;
  margin-bottom: 15px;
}

.live .liveInfo p + p {
  font-size: medium;
}

.live .movieLink {
  background: #f00;
  color: #fff;
  padding: 60px 0;
  display: block;
  margin: 20px auto;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}

.live .movieLink:before {
  content: "▷";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  color: #fff;
}

.live .movieLink.final {
  background: #004ea2;
}
@media screen and (max-width: 1320px) {
  .skyscraper {
    width: 160px;
  }
  .skyscraper.L {
    left: -85px;
  }
  .skyscraper.R {
    right: -85px;
  }
  .skyscraper h4 {
    background: url(../images/sky_logo.png) center top/80% repeat-y;
  }
}
@media screen and (max-width: 1200px) {
  .skyscraper {
    display: none;
  }
}
@media screen and (max-width: 897px) {
  .navInner ul {
    padding: 30px 10px 20px 40px;
  }
  .navInner ul li a,
  .navInner ul li button,
  .navInner ul li div {
    font-size: 1.4rem;
  }
  .pickupTxt {
    font-size: 2rem;
  }
  .pickupTxt .pickupTxtYear {
    font-size: 1.4rem;
  }
  .navDay {
    font-size: 1.4rem;
  }
  .navDay .gamenum {
    font-size: 1rem;
    padding: 0;
    margin: 10px 0 5px 0;
  }
  .cntFootDaySec p {
    font-size: 1.6rem;
  }
  .cntFootDaySec div {
    font-size: 2.4rem;
  }
  .gamesInfo {
    width: 95%;
  }
  .games .shName {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cntWrap .title img {
    width: 85%;
  }
  .cntMain {
    display: block;
    margin: 10px auto;
  }
  .cntWrap .nav {
    margin-bottom: 10px;
    padding: 20px 3% 0 3%;
  }
  .navInner {
    padding-bottom: 0;
  }
  .navInner .soclogo {
    display: none;
  }
  .navInner ul {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .navInner ul li {
    flex-basis: 49%;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
  }
  .navInner ul li::before,
  .navInner ul li::after {
    display: none;
  }
  .navInner ul li a,
  .navInner ul li button,
  .navInner ul li div {
    border-bottom: 1px solid black;
    width: 100%;
    padding: 5px 0;
    line-height: 1.2;
  }
  .navInner ul li.active a span,
  .navInner ul li:hover a span,
  .navInner ul li.active button span,
  .navInner ul li:hover button span {
    bottom: 0px;
  }
  .navInner .pickupArea,
  .navInner .navDay,
  .navInner .officialLink,
  .cntWrap .nav:after {
    display: none;
  }
  .cntFootInner {
    padding: 0 3%;
  }
  .cntFoot .cntFootDay {
    display: block;
  }
  .cntFoot .cntFootDaySec {
    margin: 10px 0;
  }
  .cntFoot + .nav {
    display: block;
  }
  .cntFoot + .nav h2 {
    display: block;
    width: 40%;
    margin: 0 auto 15px auto;
  }
  .cntFoot + .nav .navInner .pickupArea,
  .cntFoot + .nav .navInner .navDay,
  .cntFoot + .nav .navInner .officialLink {
    display: block;
  }
  .cntFoot + .nav .navInner .pickupArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cntFoot + .nav .navInner .pickupOne {
    flex-basis: 49%;
    display: block;
  }
  .cntFoot + .nav .pickupTtl {
    text-align: center;
    padding: 3px 0;
    display: block;
  }
  .cntFoot + .nav .pickupTxt {
    font-size: 3rem;
  }
  .cntFoot + .nav .pickupTxt .pickupTxtYear {
    font-size: 2rem;
    margin-bottom: -20px;
  }
  .cntFoot + .nav .navInner .pickupArea p {
    flex-basis: 100%;
    font-size: 4rem;
    margin: -15px auto;
  }
  .cntFoot + .nav .navInner .pickupArea p + .pickupOne {
    flex-basis: 100%;
  }
  .cntFoot + .nav .pickupOne.after p {
    font-size: 2rem;
    margin: 10px 0;
  }
  .cntFoot + .nav .navDay {
    font-size: 1.8rem;
  }
  .cntFoot + .nav .navInner {
    padding-bottom: 20px;
  }
  .otherPage .cntMainInner {
    padding: 10px 0;
  }
  .games .js-tab {
    margin: 10px auto;
    width: 98%;
  }
  .games .js-tab div {
    font-size: 1.2rem;
  }
  .games .section_title_box {
    font-size: 1.2rem;
    padding: 8px 5%;
  }
  .gamesInfo {
    width: 98%;
    margin: 20px auto 30px auto;
  }
  .games .shOne {
    padding-top: 18px;
  }
  .games .shOne.win::before {
    margin-top: -5px;
    border-width: 8px 0 8px 10px;
    transform: translateY(-50%);
  }
  .games .gameBox + .shOne.win::before {
    left: -26%;
    right: inherit;
    margin-top: -5px;
    border-width: 8px 10px 8px 0;
  }
  .games .shName {
    font-size: 1.2rem;
    padding-top: 10px;
  }
  .games .shPoint {
    font-size: 2.4rem;
    margin-top: -10px;
  }
  .games .gameBox {
    flex-basis: 18%;
  }
  .gameTime {
    font-size: var(--fsz-s);
  }
  .games .xrs {
    width: inherit;
    height: 50px;
    margin: 0 auto -10px auto;
  }
  .games .gamePoint p {
    flex-basis: 15%;
    font-size: small;
    margin-bottom: 0;
  }
  .games .gamePoint p.sec {
    flex-basis: 70%;
    text-align: center;
    font-size: x-small;
  }
  .games .shOne.PK:before,
  .games .gameBox + .shOne.PK:before {
    margin-top: -20px !important;
  }
  .games .section_title_box p + p {
    width: 100%;
  }

  .live .liveWrap .livettl {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .live .movieLink {
    padding: 40px 0;
    font-size: 2rem;
  }
  .live .movieLink::before {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .navInner ul li a,
  .navInner ul li button,
  .navInner ul li div {
    font-size: 1.2rem;
  }
  .navInner ul li.active a span,
  .navInner ul li:hover a span,
  .navInner ul li.active button span,
  .navInner ul li:hover button span {
    opacity: 0.3;
  }
  .cntFoot h3 span {
    font-size: 2.5rem;
  }
  .cntFoot + .nav .pickupTxt {
    font-size: 2rem;
  }
  .cntFoot + .nav .pickupTxt .pickupTxtYear {
    font-size: 1.4rem;
    margin-bottom: -10px;
  }
  .cntFoot + .nav .navInner .pickupArea p {
    font-size: 2rem;
    margin: -10px auto;
  }
  .cntFoot + .nav .pickupOne.after p {
    margin: 10px 0;
  }
  .games .js-tab div {
    font-size: 0.9rem;
  }
  .games .shName {
    font-size: 1.1rem;
  }
  .live .pickupTxt div span:nth-child(5n) {
    display: block;
  }
  .live .movieLink {
    font-size: 1.4rem;
  }
  .live .movieLink::before {
    font-size: 1rem;
  }
  .live .liveInfo {
    font-size: 1rem;
    padding: 20px 2%;
    text-align: center;
  }
  .live .liveInfo h3 {
    margin: 0 auto 15px auto;
  }
  .live .liveInfo p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 340px) {
  .games .js-tab {
    flex-wrap: wrap;
  }
  .games .js-tab div {
    flex-basis: 32%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 320px) {
  .games .gamesInfo {
    align-items: center;
    position: relative;
    padding-bottom: 127px;
  }
  .games .shOne {
    align-items: center;
  }
  .games .gameBox {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .games .section_title_box {
    font-size: 1rem;
  }
  .games .shOne.win::before,
  .games .gameBox + .shOne.win::before {
    display: none;
  }
}
