@charset "UTF-8";
/*displaynone*/
.navEnglish {
  display: none;
}
/*introModal*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  width: 80vw;
  left: 0;
  right: 0;
  top: calc(50% - 80vw*0.14974515);
  margin: auto;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.cls-1 {
  fill: #fff;
  opacity: 0.99;
}
.cls-2 {
  fill: transparent;
  stroke: #9d1d4d;
  stroke-width: 1;
  stroke-dasharray: 1500;
  stroke-dashoffset: 0;
  animation: cls-2 3s ease-in forwards;
}
@keyframes cls-2 {
  0% {
    fill: transparent;
    stroke-dashoffset: 1500;
  }
  90% {
    fill: transparent;
    stroke-width: 1;
  }
  100% {
    fill: #9d1d4d;
    stroke-width: 0;
    stroke-dashoffset: 0;
  }
}
.cls-3 {
  fill: transparent;
  stroke: #2f577e;
  stroke-width: 1;
  stroke-dasharray: 1500;
  stroke-dashoffset: 0;
  animation: cls-3 3s ease-in forwards;
}
@keyframes cls-3 {
  0% {
    fill: transparent;
    stroke-dashoffset: 1500;
  }
  90% {
    fill: transparent;
    stroke-width: 1;
  }
  100% {
    fill: #2f577e;
    stroke-width: 0;
    stroke-dashoffset: 0;
  }
}
.cls-4 {
  fill: transparent;
  stroke: #315a82;
  stroke-width: 1;
  stroke-dasharray: 1500;
  stroke-dashoffset: 0;
  animation: cls-4 3s ease-in forwards;
}
@keyframes cls-4 {
  0% {
    fill: transparent;
    stroke-dashoffset: 1500;
  }
  90% {
    fill: transparent;
    stroke-width: 1;
  }
  100% {
    fill: #315a82;
    stroke-width: 0;
    stroke-dashoffset: 0;
  }
}
.cls-5 {
  fill: transparent;
  stroke: #a61a50;
  stroke-width: 1;
  stroke-dasharray: 1500;
  stroke-dashoffset: 0;
  animation: cls-5 3s ease-in forwards;
}
@keyframes cls-5 {
  0% {
    fill: transparent;
    stroke-dashoffset: 1500;
  }
  90% {
    fill: transparent;
    stroke-width: 1;
  }
  100% {
    fill: #a61a50;
    stroke-width: 0;
    stroke-dashoffset: 0;
  }
}
.cls-6 {
  fill: transparent;
  stroke: #b01654;
  stroke-width: 1;
  stroke-dasharray: 1500;
  stroke-dashoffset: 0;
  animation: cls-6 3s ease-in forwards;
}
@keyframes cls-6 {
  0% {
    fill: transparent;
    stroke-dashoffset: 1500;
  }
  90% {
    fill: transparent;
    stroke-width: 1;
  }
  100% {
    fill: #b01654;
    stroke-width: 0;
    stroke-dashoffset: 0;
  }
}
/*introModal*/
/* --------
  base
  -------- */
html {
  font-size: 62.5%;
}
header, footer, nav, section, article, div, ul, li, table, dl {
  box-sizing: border-box;
}
body {
  background-color: #FFFFFF;
  font-family: 'Kosugi', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #333333;
  line-height: 1.5;
  text-align: center;
  max-width: 1600px;
  position: absolute;
  top: 56px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.wrapper {
  background-color: #F9F9F9;
  max-width: 1600px;
  position: absolute;
  /*top:56px;*/
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}
section {
  padding-bottom: 10vh;
}
h2 {
  font-size: 3rem;
  font-weight: bold;
}
a:hover img {
  filter: brightness(1.5);
  transition: filter 0.4s cubic-bezier(0, 2.5, 0.2, 2.5);
}
a {
  color: #333;
  text-decoration: none;
  transit: 0.5s;
  font-size: 2.5rem;
}
a:hover {
  color: #676767;
}
p {
  text-align: left;
  line-height: 1.5;
  font-size: 1.7rem;
}
small {
  font-size: 12px;
}
.copyright {
  text-align: center;
}
.headerwrap {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 56px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}
/*mobile*/
/*header nav*/
h1 a {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-15px);
  font-size: 0;
  padding: 20px 50px;
  background-image: url("../img/11.7-8outline.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.headerwrap p {
  position: absolute;
  left: 132px;
  top: 50%;
  transform: translateY(-15px);
  line-height: 1;
  color: #A6215F;
  font-weight: bold;
}
.headerwrap p span {
  font-size: 0.5em;
  color: #315A81;
}
.gnavDesktop {
  display: none;
}
/*drawer-nav*/
.drawer--right .drawer-hamburger {
  right: 24px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #333333;
}
.drawer-nav {
  background-color: #FFFFFF;
  opacity: 0.8;
}
.drawer-menu a {}
.drawer-menu a:hover {
  text-decoration: none;
}
.topsection {
  padding-top: 0;
}
/*main*/
/*competitionSummary*/
.competitionSummary {
  margin: 0 auto;
}
.competitionSummary h2 {
  text-align: center
}
.competitionSummary p {
  padding-bottom: 2vh;
}
.summarytext span {
  display: inline-block;
}
/*youtubeFrame*/
.youtubeFrame {
  padding-top: 0px;
}
.frame {
  position: relative;
  padding-top: 56.25%;
}
.frame iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.youtubeFrame h2 {
  height: 0;
}
/*timetable*/
.playerNameSp, .playerSp, .playerli {
  width: 100%;
}
.playerSp img {
  width: 60px;
}
.playerNameSp {
  height: 100%;
}
.playerNameSp h2 {
  font-size: 1.4rem;
  line-height: 1.2;
}
.playerNameSp p {
  font-size: 1rem;
  line-height: 1.2;
}
.playerli {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 8px 0;
}
table h2, table p {
  text-align: center;
}
caption {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
table {
  display: inline-block;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
th, td {
  border: 1px solid #fff;
}
th {
  width: 70px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #2C3E5C;
  vertical-align: top;
}
td {
  height: 25px;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  background: #f3f4ef;
}
table tr td li {
  min-width: 180px;
  padding: 8px;
}
/*table*/
table tr td ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.tableBox {
  display: inline-block;
  margin: 0 10px;
}
.col2of4 {
  padding: 2vh 0;
}
.col2of4:last-child {
  padding: 0;
}
table .technical {
  width: 100%;
}
/*table*/
.result p {
  text-align: center;
  padding-bottom: 24px;
}
/*footer*/
.footer {
  padding: 20px 0px;
  background-color: #fff;
}
.footer-nav h2 {
  color: #fff;
}
.footer-nav {
  text-align: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.footer-nav a {
  display: block;
  width: 100%;
  font-size: 1.2rem;
}
.footer-nav a:hover {
  opacity: 0.7;
}
.copyright {
  padding: 20px 0px;
}
.jdaLogo, .qr {
  width: 100px;
}
/*footer*/
.qr {
  display: none;
}
/*desktop*/
@media (min-width:768px) {
  .wrapper {
    height: auto;
    background-color: #F9F9F9;
  }
  .logo img {
    text-align: left;
  }
  .headerwrap {
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
  }
  .drawer {
    display: none;
  }
  .gnavDesktop {
    display: block;
    width: 560px;
    align-items: center;
  }
  .gnavDesktop ul {
    display: flex;
    justify-content: space-around;
  }
  .gnavDesktop li {
    width: 25%;
  }
  .gnavDesktop a {
    display: block;
    padding: 15px 0;
    font-size: 1.5rem;
  }
  .gnavDesktop a:hover {
    opacity: 0.7;
  }
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  /*summary*/
  .competitionSummary {
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 1100px;
  }
  .competitionSummary h2, .competitionSummary p {
    padding-right: 24px;
  }
  .competitionSummary h2 {
    text-align: left;
  }
  .summaryimg {
    min-width: 250px;
    width: 500px;
    background-image: url("../img/video02.jpg");
    background-size: cover;
    background-position: center;
  }
  .summarytext {
    min-width: 500px;
    width: 80%;
  }
  /*timetable*/
  .playerSp img {
    max-width: 160px;
    width: 100%;
    padding: 8px;
  }
  table h2, table p {
    text-align: center;
  }
  caption {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
  }
  th, td {
    border: 1px solid #fff;
  }
  th {
    width: 70px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #2C3E5C;
    vertical-align: top;
  }
  td {
    height: 25px;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
    background: #f3f4ef;
  }
  table tr td li {
    min-width: 180px;
    padding: 0px;
  }
  /*table*/
  .playerSp {
    width: 100%;
  }
  .playerNameSp p {
    font-size: 1.7rem;
  }
  .playerli {
    width: 100%;
    display: block; /*flex解除*/
    padding: 16px 0;
  }
  /*table*/
  /*footer*/
  .footer {
    background-color: #fff;
  }
  .footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .qr {
    display: block;
  }
  .footerlink ul li {
    width: 100px;
  }
  .footerlink ul li a {
    font-size: 16px;
  }
  .jdaLogo, .qr {
    max-width: 200px;
  }
}