@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');

html { color: #222; }

/* 解除 */
header, #scrollHeader, #headerWave, .titleArea,
#mainWave, #gear, #bottomWave{display: none;}
.container { padding-top: 0; }
.pageInner{width: 100%; padding:0;}

/* animation */
@keyframes fadeOut { 100% { opacity: 0; } }
@keyframes fadeIn { 100% { opacity: 1; } }

img{ max-width:100%; }

#wrap,#footerArea .socialMenu, .footerS #footerArea .fNav, #footerArea .fNavCopy{background: #d9f6ff;}
.socialMenu a, #footerArea .fNav a, #footerArea .fNavCopy{color: #7bc2ff;}


section h2, main > section .inner{
  opacity: 0;
  transition: all 0.8s ease;
  transform: translateY(30px);
}
section h2.drop, main > section .inner.drop{
  opacity: 1;
  transform: translateY(0px);
}


#navbtn{ display: none; }
#menu li a {
    position: relative;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #004a98;
    text-align: center;
    text-decoration: none;
}

#kv {
    text-align: center;
    padding: 60px 0;
    position: relative;
}
#title {
    line-height: 0;
    width: 500px;
    margin: 0 auto 40px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#title img {
    transform: translateY(100%);
    transition-property: transform;
    transition-duration: 0.7s;
}
.loaded #title img, .loaded #nav nav, .loaded #leadTop > div{
    transform: none;
}
#nav, #leadTop{
    overflow: hidden;
}
#nav nav{
    transform: translateY(-100%);
}
#leadTop > div{
    transform: translateY(150%);
}
#nav nav, #leadTop > div{
    transition-property: transform;
    transition-duration: .5s;
    transition-delay: .5s;
}
#kv #leadTop {
    color: #004a98;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.7;
    max-width: 90%;
    margin: 0 auto;
}
main > section {
    padding: 80px 0 100px;
    color: #333;
}
main > section:nth-of-type(2n+1) {
  background:#fffdd9;
}

main > section .inner{
  position: relative;
  border-radius: 20px;
  padding: 50px;
  background:#fff;
  box-sizing: border-box;
}
main > section:nth-of-type(2n+1) .inner{background: rgba(255,255,255,1);}

section h2 {
    position: relative;
    margin: 0 0 30px;
    padding: 0px 0 30px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #004a98;
    font-size: 60px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
}
section h3 {
    margin: 0 0 35px;
    color: #004a98;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 1.5;
    text-align: center;
}

/* schedule */
table {
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
table tr{
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid;
    width: 100%;
}
table tr:last-child {
    border-bottom: none;
}
table tr:last-child{
    border-bottom: none;
}
table tr th {
    width: 240px;
    padding: 5px;
    border-right: 1px solid;
    text-align: center;
    font-weight: bold;
}
table tr th {
    width: 200px;
}
table tr td {
    padding: 0 0 0 45px;
    text-align: left;
    line-height: 1.6;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    width: 545px;
}
table tr td > p{
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
table tr td span.indent {
    display: inherit;
    font-size: 13px;
    padding: 0 0 0 8px;
}
table tr.member th {
    display: block;
    border: none;
}
table tr.member td {
    display: block;
    width: 100%;
}
table tr.member td ul {
    background: rgba(217,237,253, 0.3);
    padding: 5px 30px;
    margin: 10px 0;
    font-size: 14px;
}
table tr.member td ul li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    line-height: 1.8;
}
table tr.member td ul li:last-child{
    border-bottom: none;
}
table tr.member td ul li .tit{
    font-weight: bold;
    color: #004a98;
    letter-spacing: 1px;
    padding: 0 0 5px;
}
.sml {
    font-style: normal;
    font-size: 80%;
}
.bold{
    font-weight: bold;
}

/* ticket */

#ticket .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 24px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
}
#ticket .list dt, #ticket .list dd {
    width: 48%;
    text-align: center;
}
#ticket .list .btn a {
    width: 100%;
    font-size: 17px;
}
#ticket .btn span {
    display: inherit;
    font-weight: bold;
    padding: 20px 0 10px;
    letter-spacing: 1px;
}
#ticket .list .indent {

    font-size: 13px;

}
.length dd i{font-size: 80%;font-style: normal;line-height: 1;}


.linkTxt{
  text-align: center;
  padding: 20px 0 0;
}

.btn a {
    background: #004a98;
    width: 400px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    margin: 0 auto;
    border-radius: 100px;
    border: 1px solid #004a98;
}


/* SPECIAL */
main > section#special .inner {
    padding: 47px;
    border: 3px solid #004a98;
    margin: 0 auto 60px;
}
main > section#special .inner:last-of-type {
    margin: 0 auto;
}

.icoSp {
    transform: rotate(-20deg);
    font-family: 'Playball', cursive;
    color: #ff9ca6;
    font-size: 52px;
    position: absolute;
    left: -30px;
    top: 20px;
    letter-spacing: 1.5px;
}
#special .webpamphlet{
  margin-bottom: 80px;
}

main > section#sponsors .inner {
    width: 90%;
    max-width: 1000px;
    background: transparent;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main > section#sponsors .inner a {
    line-height: 0;
    display: block;
    width: 23%;
    box-sizing: border-box;
    margin: 0 0 2.5%;
}


.official{
  text-align: center;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
  padding: 45px 0 0;
}
.official a{
  padding: 10px 20px;
  border: 1px solid;
  color: #6dbcff;
}

/* PC
=================================== */
@media screen and (max-width: 1200px){
  #title {
      width: 420px;
  }
}

/* PC
=================================== */
@media screen and (min-width: 960px){

.scroll {
    display: block;
    width: 1px;
    height: 60px;
    position: fixed;
    left: 50px;
    bottom: 0;
    z-index: 5;
}
.headerFix .scroll {
    display: none;
}
.scroll::after {
    content: "";
    width: 1px;
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: #004a98;
    animation: scroll 2s linear 0s infinite;
}
@keyframes scroll {
  0% {
    height: 0;
    top: 0;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  54% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0;
    bottom: 0;
    top: auto;
  }
}

main > section#sponsors .inner a:hover {
    opacity: 0.6;
}

  .sp{display:none}

  #nav{
    position: fixed;
    top: 0;
    height: 70px;
    padding:0 30px;
    background: url("bg_nav.png") repeat-x scroll center bottom / 120px 100px;
    text-align: right;
    z-index: 100;
    width: 100%;
    transition: all .3s;
    box-sizing: border-box;
  }
  #logo{
    position: absolute;
    top: 18px;
    left: 30px;
    margin: 0;
  }
  .scrollOn header{top:0;}
  
  nav {padding: 20px 0 0; }
  nav li{display: inline-block;margin: 0 5px;}
  nav li a{
    padding: 2px 15px;
    border-radius: 30px;
  }
  #menu li a:hover {
    color: #9bdced;
  }
  section .inner {
      width: 900px;
      margin: 0 auto;
      max-width: 90%;
  }


  /* schedule */
  .scheduleList {
    width: 100%; border-bottom: 1px solid #ddd;letter-spacing: 1px; font-size: 14px; }
  .scheduleList th {
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
  }
  .scheduleList th.venue{ padding: 0 0 15px 15px; }
  .scheduleList td {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    vertical-align: middle;
  }
  .scheduleList .date { width: 60px; font-weight: bold;padding-left: 15px;}
  .scheduleList td.date {
    width: 130px;
    text-align: left;
    padding:15px 15px 15px 0;
    line-height: 1.5em;
  }
  #schedule .scheduleList .area{
    width: 60px;
    text-align: center;
  }
  .scheduleList .venue	{position: relative; width: 200px;padding: 15px 0 15px 15px}
  .scheduleList .venue a{
    font-size: 18px;
    position: absolute;
    right: 90px;
    top: 15px;
  }
  .scheduleList td.area{ width: 180px; text-align: center; }
  .scheduleList .open{
    width: 210px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .scheduleList .info { width: 165px; font-size: 12px;}
  .scheduleList .info span{
      display: inherit;
      padding: 0 0 5px;
  }
  .member td{
    border: none;
    padding: 0 0 15px;
  }
  .member td div{
    background: #e9f8ff;
    padding: 10px 15px 12px;
    border-radius: 8px;
  }
  .member td div .tit{
    color: #64b8ff;
    font-weight: bold;
    letter-spacing: 2px;
  }

  /* ticket */
  .length { background: #fff; font-size: 18px;line-height: 58px;  font-weight: bold; margin: 0 0 30px; border: 2px solid #004a98; }
  .length dt { width: 270px; float: left; background: #004a98; color: #fff; text-align: center;letter-spacing: 4px; }
  .length dd {  padding: 3px 0 0 250px;font-size: 20px; letter-spacing: 1px;text-align: center; line-height: 54px;}


  /* SPECIAL */
  dl.titSp{ text-align: left; }
  dl.titSp dt, dl.titSp dd{
    display:inline-block;
    width:250px;
    vertical-align: top;
  }
  dl.titSp dd {
    width: 100%;
    font-size: 30px;
    color: #004a98;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 30px;
    text-align: center;
  }
  #special .inner .text{
    font-size: 16px;
    letter-spacing: 1px;
  }
  #special .inner .text p{
    padding:0 0 5px;
  }
  .notice{
    font-size: 13px;
    line-height: 1.4;
  }
  
  .btn a:hover{
    color:#004a98;
    background: #fff;
  }
  .official a:hover{ color:#fff; }
  .official a:hover, #footerArea .socialMenu a:hover, #footerArea .fNav a:hover{
    color: #6dbcff;
    opacity:0.5;
  }

}


/* SP
=================================== */
@media screen and (max-width: 960px){

  .pc{display:none}


  #nav{
    height: 65px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  #navbtn {
    transition: all .7s ease;
    display: block;
    position: fixed;
    top: 15px;
    right: 20px;
    width: 35px;
    height: 35px;
    z-index: 120;
    cursor: pointer;
    transform: translateY(-150%);
    transition-property: transform;
    transition-duration: .5s;
    transition-delay: .5s;
  }
  .loaded #navbtn {
    transform: none;
  }
  #navbtn span:nth-of-type(1) {
    top: 6px;
  }
  #navbtn span:nth-of-type(2) {
    top: 18px;
  }
  #navbtn span:nth-of-type(3) {
    bottom: 3px;
  }
  #navbtn span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #004a98;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  /* menuOpen */
  .menuOpen #navbtn span:nth-of-type(1) { -webkit-transform: translateY(20px) rotate(-45deg); transform: translateY(20px) rotate(-45deg); top:0; }
  .menuOpen #navbtn span:nth-of-type(2) { left: 60%; opacity: 0; -webkit-animation: active-menu-bar02 .8s forwards; animation: active-menu-bar02 .8s forwards; }
  .menuOpen #navbtn span:nth-of-type(3) { -webkit-transform: translateY(-20px) rotate(45deg); transform: translateY(-20px) rotate(45deg); bottom: -7px;width:100%; }
  
   nav{
     display:none;
     width: 100%;
     height: 100%;
     position: fixed;
     right: 0;
     top: -120%;
     transition: all .5s ease;
     display: flex;
     align-items: center;
     text-align: center;
     padding: 20px 0 0;
   }
   #menu {
     width: 100%;
   }
   .menuOpen nav {
    top: 0;
    z-index: 110;
    background: #9bdced;
  }
   #menu li a{
     display: block;
     color:#004a98;
     font-size: 24px;
     line-height: 50px;
     letter-spacing: 1px;
     text-decoration: none;
   }
   #menu li {
     padding: 10px 0;
     opacity: 0;
   }
   #menu li#logo{padding:20px 0 0;}
   .menuOpen #menu li:nth-child(1) { animation: fadeIn 1s ease 0.1s 1 forwards; }
   .menuOpen #menu li:nth-child(2) { animation: fadeIn 1s ease 0.2s 1 forwards; }
   .menuOpen #menu li:nth-child(3) { animation: fadeIn 1s ease 0.3s 1 forwards; }
   .menuOpen #menu li:nth-child(4) { animation: fadeIn 1s ease 0.4s 1 forwards; }
   .menuOpen #menu li:nth-child(5) { animation: fadeIn 1s ease 0.5s 1 forwards; }
   .menuOpen #menu li:nth-child(6) { animation: fadeIn 1s ease 0.6s 1 forwards; }

  main > section {
    padding: 10% 5%;
  }
  main > section .inner {
    border-radius: 16px;
    padding: 20px;
  }
  main > section#schedule .inner {
    opacity: 1;
    transform: translateY(0px);
    padding: 5%;
  }
  
  #title {
    max-width: 80%;
  }

section h2 {
    margin: 0;
    padding: 0 0 7%;
    line-height: 1.1;
}
  section h3 {
    margin:0 0 15px;
    color: #004a98;
    font-size: 22px;
  }
  
  #ticket .list {
    padding: 0 0 4%;
    border-bottom: 1px solid #ccc;
    margin: 0 0 4%;
  }
  #ticket .list .btn a {
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
  }
  #ticket .btn span {
    padding: 10px 0 8px;
  }
  #ticket .list .indent {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
    text-align: left;
    text-indent: -1em;
    padding: 0 0 0 1em;
  }


  /* schedule */
  section#schedule h2{
    opacity: 1;
    transform: translateY(0px);
  }
  .length { margin: 0 0 20px; }
  .length dt {
    padding: 8px 10px 7px;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 2px;
    background: #004a98;
    color: #fff;
  }
  .length dd {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    padding: 6px 10px;
    background: #fff;
    border: 2px solid #004a98;
  }
  .scheduleList{ width:100%; border-bottom:solid 1px #ddd;}
  .scheduleList tr:not(:first-of-type){ border-top: 1px solid #ddd;display: block;width: 100%;}
  .scheduleList th{ display:none; }
  .scheduleList td{ display:block;width: 100%;}
  .scheduleList td.area{
    display: inline-block;
    padding-top: 12px;
    width: 70px;
    font-size:15px; 
    font-weight: bold;
  }
  .scheduleList td.venue{ font-size:15px; padding:0 0 7px; font-weight: bold}
  .scheduleList td.venue a{
    margin: 0 0 0 5px;
    font-size: 17px;
  }
  .scheduleList .date { padding-top: 15px; font-size:15px; font-weight: bold;}
  .scheduleList td.date{ display: inline-block; width: 165px; }
  .scheduleList .date span{ font-size: 13px;padding: 5px 0 0;display: inherit;}
  .scheduleList .open{ font-size:12px; line-height:1.3em; margin:0 0 15px; }
  .scheduleList .open:before{
    content:"OPEN / START";
    display: block;
    font-weight: bold;
    font-size: 11px;
   }
  .scheduleList .info { font-size:11px; line-height:1.4em; margin-bottom:20px; }
  .scheduleList .tkt {padding: 0 0 10px;}
  .scheduleList .tkt:before{ 
     content:"TICKET";
     font-size: 11px;
     display: inherit;
     padding: 0 0 5px;
  }
  .scheduleList .info:before{ content:"INFO" }
  .scheduleList .info span{ display: inherit; }
  .scheduleList td.venue.sold::after {
    display: block;
    left: 180px;
    width: 100px;
    font-weight: normal;
    top: -1px;
  }

  .scheduleList tr.member{
    border: none;
  }
  .member td div{
    background: #e9f8ff;
    padding: 10px 15px 12px;
    border-radius: 8px;
  }
  .member td div .tit{
    color: #64b8ff;
    font-weight: bold;
    letter-spacing: 2px;
  }
  table tr.member td {
    padding: 0;
  }
  table tr.member th {
    width: 25%;
  }

  .phGoods li{padding: 0 0 15px;}


  /* SPECIAL */
  main > section#special .inner {
    padding: 4%;
  }
  .icoSp {
    font-size: 36px;
    top: -5px;
  }
  dl.titSp dt{
    width: 70%;
    margin: 0 auto 12px;
    line-height: 0;
  }
  dl.titSp dd {
    padding: 0 0 2.5%;
    color: #004a98;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.5;
  }
  #special .text{
    letter-spacing: 0.5px;
    line-height: 1.4;
    padding: 0 0 18px;
  }
  #special .text p{
    padding: 0 0 8px;
  }
  main > section#special .inner::before, main > section#special .inner::after{
    bottom:-10px;
  }
  main > section#special .inner::before {
    left: 10px;
    width: 30%;
    height: 80px;
  }
  main > section#special .inner::after {
    right: 10px;
    width: 30%;
    height: 80px;
  }
  
  #special .btn a{
    background: #004a98;
    color: #fff;
  }

  .notice li{
    font-size: 12px;
    line-height: 1.2;
    text-indent: -1em;
    padding: 0 0 0 1em;
  }

  .btn a {
    width: 100%;
    height: 55px;
    font-size: 15px;
    position: relative;
    z-index: 1;
  }
  .linkTxt{padding: 15px 0 0;}

  main > section#sponsors .inner {
    width: 100%;
  }
  main > section#sponsors .inner a {
    width: 24%;
    margin: 0 0 1.5%;
  }

}


/* SP
=================================== */
@media screen and (max-width: 760px){

  #kv {
    padding: 15% 0 5%;
    color: #024095;
    text-decoration: none;
    transition: all .3s ease;
    transition-delay: 0.5s
  }

  #leadTop, #kv #leadTop p {
    padding: 0 0 2.5%;
    text-align: left;
    line-height: 1.55;
  }
  #title {
    margin: 0 auto 10%;
  }
  section {
    padding: 12% 5%;
  }
  section h2 {
    padding: 0 0 8%;
    font-size: 8vw;
  }
  
  table tr th {
    display: block;
    border: none;
    text-align: left;
    font-size: 13px;
    padding: 0 0 5%;
    line-height: 1;
    color: #666;
  }
  table tr td {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 14px;
  }
  
  .bold {
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
    margin: 0 0 5px;
  }
  table tr.member td ul {
    padding: 0 5%;
    margin: 0 0 10px;
  }
  table tr.member td ul li {
    padding: 5% 0;
    line-height: 1.5;
  }
  table tr.member td ul li .tit {
    font-size: 13px;
  }
  table tr td span.indent {
    display: inherit;
    font-size: 12px;
    padding: 0 0 0 1em;
    line-height: 1.4;
    text-indent: -1em;
  }
  #ticket .list {
    padding: 0 0 6%;
    margin: 0 0 6%;
    display: block;
  }
  #ticket .list dt, #ticket .list dd {
    width: 100%;
  }
  #ticket .list dt {
    padding: 0 0 6%;
    border-bottom: 1px solid #ccc;
    margin: 0 0 6%;
  }
  main > section#special .inner {
    padding: 5%;
  }
  dl.titSp dd {
    padding: 1% 0 4.5%;
    font-size: 4.5vw;
  }
  main > section#special .inner {
    margin: 0 0 10%;
  }
  .icoSp {
    font-size: 8vw;
    top: -5px;
    left: -5%;
  }
  main > section#sponsors .inner a {
    width: 32%;
    margin: 0 0 1.5%;
  }
  main > section#sponsors .inner::after {
    content: "";
    display: block;
    width: 32%;
  }
  .btn a {
    height: 60px;
    font-size: 4vw;
  }

}

/* SP
=================================== */
@media screen and (max-width: 360px){

}