@charset "utf-8";
/* CSS Document */
/* 基本レイアウト
================================================== */

b {
  padding: 0 5px;
  font-size: clamp(18px, 2.3vw, 30px);
  color: #B71C1C;
  background-color: #FFE082;
}

html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
  background-color: #FFF;
  counter-reset: cntStar;
}

.inner {
  max-width: 1080px;
  padding: 0 10px;
  box-sizing: border-box;
}

article h3 a {
  border-bottom: #0D47A1 solid 3px;
  color: #0D47A1;
}

article h3 a:hover {
  border-bottom: none;
}

/* 汎用 */

.sub {
  font-size: 80%;
}

.inlineBlock {
  display: inline-block;
}

.btnArea {
  text-align: center;
  margin-bottom: 2em;
}

.disc + .btnArea {
  margin-top: 2em;
}

.btn {
  display: inline-block;
  min-width: 260px;
  border-radius: 3em;
  border: solid 2px #000;
  padding: 0.5em 1em 0.4em;
  box-sizing: border-box;
  background-color: #FFF;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.2s linear;
}

.btn.blue {
  border: 3px solid #0D47A1;
  font-size: 2.4rem;
  color: #0D47A1;
}

.btn.gray {
  min-width: 220px;
  border: 3px solid #AAA;
  font-size: 2rem;
  color: #444;
}

.btn.white {
  border: 3px solid #FFF;
  font-size: 2.4rem;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
}

#rules .attn {
  color: #B71C1C;
  font-weight: bold;
}

.btn.red {
  border: 3px solid #B71C1C;
  font-size: 2.4rem;
  color: #B71C1C;
}

.btn.attn {
  padding: 0.8em 1.5em;
  border: #efaa35 solid 1px;
  background-color: #ffce3b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  color: #011;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.3;
}

#rules .btn.attn {
  color: #011;
}

.btn.game {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0 auto 2em;
}

.btn.game strong {
  font-size: 150%;
}

.btn:hover {
  background-color: #FFFDE7;
}

.btn.blue:hover {
  background-color: #E1F5FE;
}

.btn.white:hover {
  background-color: rgba(96, 96, 96, 0.5);
}

.btn.red:hover {
  background-color: #FFEBEE;
}

.disc {
  list-style: disc;
  margin: 0 0 1em 1em;
}

.disc li {
  margin-bottom: 0.5em;
}

.marker {
  display: inline-block;
  padding: 0 0.5em;
  font-weight: bold;
  background: linear-gradient(#FFF 60%, #FFE082 70%);
}

.paren li {
  margin-left: 2.5em;
  text-indent: -2.5em;
	list-style-type: none;
	counter-increment: cnt;
}

.paren li::before {
	content: "(" counter(cnt) ") ";
  margin-right: 0.7em;
}

.basic .tableArea {
  text-align: center;
  margin-bottom: 3em;
}

.basic table {
  margin: 0 auto 1.5em;
  border: #CCC solid 1px;
  min-width: 80%;
  text-align: center;
}

.basic caption {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.basic table th {
  background-color: #eaf1f4;
}

.basic table th,
.basic table td {
  padding: 10px;
  border: #CCC solid 1px;
}

.basic .stripes tr:nth-of-type(even) td {
  background-color: #f0f0f0;
}

.basic .areaTable th,
.basic .areaTable td {
  text-align: left;
}

h1, h2, h3, h4 {
  font-family: "M PLUS Rounded 1c";
}

.title {
  padding: 0.3em 10px;
  background-color: #EEE;
  margin-bottom: 1em;
}

.title + .updata {
  position: relative;
  top: -0.75em;
}

header img,
article section img {
  max-width: 100%;
  height: auto;
}

.main article header {
  margin-bottom: 3em;
}

article.basic section {
  margin-bottom: 3em;
}

article.basic section > section {
  margin: 0 0 2em 1em;
}

#pNav ul {
  display: flex;
  margin-bottom: 1em;
  background-color: #444;
}

#pNav ul li {
  margin-bottom: 0;
  width: 33.33%;
  text-align: center;
}

#pNav ul li:nth-child(2) {
  border-left: #AAA solid 1px;
  border-right: #AAA solid 1px;
  box-sizing: border-box;
}

#pNav ul li a {
  display: block;
  padding: 0.75em 0;
  text-decoration: none;
  color: #FFF;
}

#pNav ul li a[href]:hover {
  background-color: #333;
}

#pNav ul li a:not([href]) {
  background-color: #666;
  font-weight: bold;
}

article.basic h1 {
  font-size: 2.8rem;
}

article.basic h2 {
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.primary article.basic h2 {
  font-size: 3.2rem;
}

article.basic .result h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 0.25em;
}

article.basic .result h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 2.6rem;
  background-color: #f0f0f0;
}

.result h3 > span:first-child,
.result h3 > span:last-child {
  display: block;
  width: calc(50% - 2em);
  padding: 0.2em 0.5em;
}

.result h3 > span:nth-child(2) {
  width: 3em;
  text-align: center;
  background-color: #FFF;
  font-size: 3.6rem;
}

article.basic h3 {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}

article.basic h4 {
  font-size: 2rem;
}

article.basic p {
  font-size: 1.8rem;
  margin-bottom: 1em;
}

article.basic li {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

article.basic p a,
article.basic li a {
  color: #01A;
  text-decoration: underline;
}

article.basic li figure {
  position: relative;
  top: 0.5em;
  display: inline;
  line-height: 3;
}

.txtimg {
  display: flex;
  justify-content: space-between;
}

.txtimg .txt {
  width: 58%;
}

.txtimg figure {
  width: 39%;
  max-width: 300px;
}

.teamList,
.photoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.photoList li {
  width: 49%;
}

.teamList li {
  width: 48%;
  text-align: center;
}

.basic .teamList li {
  margin-bottom: 2em;
}

.teamList li img {
  border-radius: 1em;
  margin-bottom: 0.25em;
}

.teamList li h4 {
  font-size: 2.4rem;
  margin-bottom: 0.25em;
}

.teamList li p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.teamList li .sub {
  font-size: 1.2rem;
  font-weight: normal;
}

.tableArea {
  text-align: center;
  margin-bottom: 3em;
}

.groupLeague {
  width: 100%;
  margin: 0 auto 1.5em;
  min-width: 80%;
  text-align: center;
}

.groupLeague caption {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0.25em;
}

.groupLeague th {
  background-color: #EEE;
}

.groupLeague th,
.groupLeague td {
  padding: 10px;
  border: #999 solid 1px;
  text-align: center;
}

.groupLeague td {
  font-size: 1.8rem;
}

.groupLeague th:first-child {
  width: 7em;
}

.groupLeague th.sub {
  width: 6em;
  font-size: 1.2rem;
}

.groupLeague td::first-line {
  font-size: 3rem;
}

.attnTr td {
  background-color: #FFFDE7;
}

.attnTr th,
.attnTr td:last-child,
.attnBox li {
  background-color: #FFF9C4;
}

.attnBox li {
  padding: 1em;
  box-sizing: border-box;
}

.updata {
  text-align: right;
}

.pointArea {
  position: relative;
  border: solid 3px #FFE082;
  border-radius: 1em;
  background: #FFF;
  margin: 2em 0;
  padding: 1.5em 15px 0em;
}

.pointArea h3.marker {
  position: absolute;
  font-size: 2.4rem;
  top: -1.6em;
  border: solid 0.5em #FFF;
}

.pointArea .txtimg {
  align-items: center;
}

.pointArea .txtimg figure {
  max-width: 282px;
}

.snsArea ul {
  display: flex;
  justify-content: center;
  margin: 2em 0;
}

.snsArea li {
  width: 45px;
  margin: 0 10px;
}

.snsArea li img {
  max-width: 100%;
  height: auto;
}

#gHeader .inner,
#gNav .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

#logo a {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

#logo img:first-child {
  width: 15%;
  max-width: 96px;
  margin-right: 10px;
}

#logo img:last-child {
  width: 80%;
  max-width: 570px;
  margin-left: 5px;
}

#info {
  width: 40%;
  margin-top: 5px;
  text-align: right;
}

#info p {
  font-weight: bold;
  font-family: Arial Black;
}

#info .btn {
  margin-top: 10px;
  padding: 0.5em 1.5em;
  background-color: #ffecb4;
  font-size: 1.6rem;
}

#info .btn:hover {
  background-color: #fff8e4;
}

#info .btn .icon {
  margin-left: 10px;
  font-size: 80%;
  color: #B71C1C;
}

#info .icon {
  position: relative;
  top: -2px;
  width: 50px;
  vertical-align: text-bottom;
}

#info p > span {
  display: inline-block;
}

#info .num {
  font-size: 3rem;
  margin: 0 0.1em;
  line-height: 1;
}

#gNav ul {
  display: flex;
  margin-bottom: 1em;
}

#gNav ul li {
  margin-right: 3px;
}

#gNav .icon,
#sNav .icon {
  display: inline-block;
  position: relative;
  top: -0.1em;
  padding: 0.1em 0.3em;
  border-radius: 0.5em;
  background-color: #FFEB3B;
  vertical-align: text-bottom;
  font-size: 80%;
}

#gNav ul a {
  display: inline-block;
  padding: 0.5em 1em;
  font-weight: bold;
  border-bottom: #FFF solid 3px;
}

#gNav ul a.select {
  border-bottom-color: #222;
}

#gNav ul a:hover {
  border-bottom-color: #222;
}

#gFooter {
  background-color: #EEE;
  padding: 2em 10px;
}

#gFooter .inner {
  margin: 0 auto;
  text-align: center;
}

#gFooter p {
  margin-bottom: 1em;
}

#fNav {
  display: none;
}

#fNav ul {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}

#fNav ul li {
  margin: 0.5em 1em;
}

#fNav ul li a {
  display: inline-block;
  padding: 0.5em 1em;
}

main.column2 {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto 2em;
}

main.column2 > article {
  width: 800px;
  padding: 0 10px;
  box-sizing: border-box;
}

main.column2 > aside {
  max-width: 240px;
  width: 25%;
}

#sNav {
  position: sticky;
  top: 20px;
}

#aHeader {
  position: relative;
  margin-bottom: 2em;
}
#aHeader img {
  width: 100%;
}
#aHeader .info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  font-size: 4rem;
}
#aHeader .info span:not(:nth-child(2)) {
  width: 330px;
  padding: 0 10px;
  margin: 0 20px;
  background-color: #EEE;
  text-align: center;
  box-sizing: border-box;
}
#aHeader .info span:nth-child(2) {
  color: #EEE;
}
#aHeader .red {
  border-right: solid 15px #C00;
}
#aHeader .blue {
  border-left: solid 15px #06C;
}


#sNav h2 {
  padding: 5px 10px;
  background-color: #EEE;
  font-size: 1.8rem;
}
#sNav a {
  display: block;
  padding: 1em 10px;
  border-bottom: solid 1px #CCC;
  transition: background-color 0.2s linear;
}
#sNav a:hover {
  background-color: #FFFDE7;
}
#sNav a strong {
  display: block;
  margin-bottom: 0.5em;
}
#sNav a.select {
  font-weight: bold;
}

#sNav .comingSoon {
  background-color: #F9F9F9;
  padding: 2em 10px;
  font-size: 90%;
  border-bottom: solid 1px #CCC;
}

#watch .info strong {
  font-size: 3rem;
}

#watch .info .free {
  display: inline-block;
  margin-left: 0.5em;
  border: solid 2px #000;
  border-radius: 5px;
  padding: 0 0.5em;
  font-size: 75%;
  font-weight: normal;
  vertical-align: middle;
}

.holiday {
  color: #B71C1C;
}

.spShow {
  display: none;
}

@media screen and (max-width: 1200px) {
  article .inner {
    padding: 1em 10px;
  }
}

@media screen and (max-width: 1050px) {
  main.column2 {
    display: block;
    margin: 0 auto 2em;
  }
  main.column2 > article {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  main.column2 > aside {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 896px) {

  #logo a {
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  #logo img:last-child {
    top: 3px;
  }
  #gHeader .inner {
    display: block;
    text-align: center;
  }

  #info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: inherit;
    margin: 10px 0;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    font-size: 1.4rem;
  }

  #info .icon {
    width: 40px;
  }

  #info p {
    text-align: center;
    margin: 1em 0;
  }

  article.basic h1 {
    font-size: 2.4rem;
  }

  article.basic h2 {
    font-size: 2rem;
    margin-bottom: 1em;
  }

  article.basic h3 {
    font-size: 1.8rem;
  }

  .primary article.basic h2,
  .result h3 > span:nth-child(2) {
    font-size: 2.4rem;
  }

  article.basic .result h3 {
    font-size: 2rem;
  }

  article.basic p,
  article.basic li {
    font-size: 1.6rem;
  }

  .btn.blue,
  .btn.red {
    font-size: 2rem;
  }

  .txtimg {
    display: flex;
    flex-wrap: wrap;
  }

  .txtimg .txt {
    width: 100%;
  }

  .txtimg figure {
    width: 100%;
    max-width: inherit;
    margin-bottom: 1em;
    text-align: center;
  }

  .pointArea .txtimg figure {
    max-width: inherit;
    width: 100%;
  }

  .pointArea .txtimg figure img {
    max-width: 300px;
  }

  .txtimg.spImgTop .txt {
    order: 2;
  }

  .txtimg.spImgTop figure {
    order: 1;
  }

  .groupLeague caption {
    font-size: 2.4rem;
  }

  .groupLeague th,
  .groupLeague td {
    padding: 5px;
    font-size: 1.4rem;
  }

  .groupLeague td::first-line {
    font-size: 2rem;
  }
  
  #aHeader .info {
    font-size: 3.5vw;
  }

  #aHeader .info {
    font-size: 4.5vw;
  }

  #aHeader .info span:not(:nth-child(2)) {
    width: 40vw;
    margin: 0 3vw;
  }

  #aHeader .blue,
  #aHeader .red {
    border-width: 2vw;
  }

  #watch .info strong {
    font-size: 2.4rem;
  }

  .tbHide {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  #gNav .icon,
  #sNav .icon {
    display: none;
  }

  #aHeader .info {
    font-size: 3.5vw;
  }

  #aHeader .info {
    font-size: 4.5vw;
  }

  #aHeader .info span:not(:nth-child(2)) {
    width: 40vw;
    margin: 0 3vw;
  }

  #aHeader .blue,
  #aHeader .red {
    border-width: 2vw;
  }

}


@media screen and (max-width: 480px) {

  #gHeader,
  #gNav,
  article {
    min-width: 320px;
  }

  #info {
    text-align: center;
  }

  #info p {
    font-family: inherit;
  }

  #info .num {
    font-size: 2.4rem;
  }

  #logo a {
    display: block;
  }

  #logo img:first-child {
    width: 160px;
    margin: 0 0 10px;
  }

  #logo img:last-child {
    width: 100%;
    margin: 0;
  }

  article.basic h1 {
    font-size: 2rem;
  }

  article.basic h2 {
    font-size: 1.8rem;
  }

  article.basic h3 {
    font-size: 1.6rem;
  }

  .main article header,
  article.basic section {
    margin-bottom: 2em;
  }

  .primary article.basic h2 {
    font-size: 2.4rem;
    text-align: center;
  }

  .main.primary article.basic h2 {
    font-size: 1.8rem;
    text-align: left;
  }

  .main.primary article.basic .result h2 {
    font-size: 2rem;
    text-align: center;
  }

  .result h3 > span:nth-child(2){
    font-size: 2rem;
  }

  article.basic .result h3 {
    font-size: 1.8rem;
  }

  #gNav ul {
    width: 100%;
    margin-bottom: 0.5em;
  }

  #gNav ul li:first-child {
    display: none;
  }

  #gNav ul li {
    width: 33%;
    text-align: center;
  }

  #gNav ul li a {
    display: block;
  }

  article .inner{
    margin: 0 auto 1em;
  }

  .teamList li {
    width: 100%;
  }

  .teamList li img {
    max-width: 320px;
  }

  .teamList li h4 {
    font-size: 1.8rem;
  }
  
  .teamList li p {
    font-size: 1.4rem;
  }

  .scroll {
    overflow-x: scroll;
  }
  
  .scroll table {
    width: 480px;
  }

  .groupLeague caption {
    font-size: 2rem;
  }

  .groupLeague th,
  .groupLeague td {
    font-size: 1.2rem;
  }
  
  .groupLeague td::first-line {
    font-size: 1.4rem;
  }

  .btnArea {
    margin: 1em 0;
  }

  .courtWrap[data-i="0"] nav button span {
    padding: 30px 50px;
    margin-top: -1em;
    font-size: 5rem;
  }

  .spHide {
    display: none;
  }

  .spShow {
    display: inline;
  }

}

@media print {

  @page {
    size: A4;
  }

  #logo a {
    padding: 0 0 10px;
    width: 480px;
  }

  .title {
    padding: 0;
    font-size: 2.4rem;
    margin-bottom: 0;
  }

  .btn,
  .btnArea,
  aside {
    display: none !important;
  }

  article.basic section {
    margin-bottom: 2em;
  }

  article section h2.pTitle {
    font-size: 2.4rem;
  }

  article.basic h2 {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }

  article section p,
  article section li {
    font-size: 1.6rem !important;
  }
  
}