@charset "UTF-8";
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@page { size: auto; }
/*-----------------------------------

cp.css

------------------------------------*/



/* ============ reset ============================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

input, textarea, {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

a:focus {
    outline: none;
}

.both {
    clear: both;
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

/* CSS Document */
a {
    text-decoration: none;
}

/* ============ base ============================================================== */

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    color: #333;
    -webkit-text-size-adjust: 100%;
    line-height: 130%;
}



/* ============ common ============================================================== */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
    height: 100%;
    overflow: hidden;
}

i {
    font-style: italic;
}



.content {
    min-height: 500px;
    background: #fff;
    padding: 15px 0px;
}

.tabSelecter {
    display: table;
}

.tabSelecter li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    position: relative;
    display: table-cell;
    line-height: 1.3;
}

.tabSelecter li:last-child {
    border-right: none;
}

.tabSelecter li.current a {
    background: #4f4f4f;
    color: #fff;
}

.tabSelecter li > a, .tabSelecter li > span {
    background-color: #f0f0f0;
    color: #4f4f4f;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 500px;
    height: 40px;
}


.hide {
    display: none;
}

.kome {
    font-size: 10px;
    padding: 5px 0;
}

#pageTopBtn {
    position: fixed;
    right: 15px;
    bottom: 80px;
}

#pageTopBtn a {
  display: block;
  width: 35px;
  height: 35px;
  background: rgba(0,0,0,0.6);
  padding: 20px 0 20px 0;
  font-size: 10px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: relative;
}

#pageTopBtn a:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f106";
    font-size: 10px;
    font-weight: normal;
    top: 5px;
    left: 50%;
    margin-left: -5px;
}
/* ============ /common.css ============================================================== */


.is-pc {
  display: initial;
}

.is-sp {
  display: none !important;
}

a {
  color: #e60012;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  overflow: hidden;
}

.col2, .col3, .col4 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.col2 img, .col3 img, .col4 img {
  width: 100%;
  margin-bottom: 15px;
}
.col2 .wide100, .col3 .wide100, .col4 .wide100 {
  width: 100% !important;
}
.col2 > li {
  width: 48%;
}
.col3 > li {
  width: 32%;
}
.col4 > li {
  width: 24%;
}

.txt__red {
  color: #cd0404;
}
.txt__blue {
  color: #33bbd4;
}
.txt__pink {
  color: #ffa5ae;
}
.txt__green {
  color: #a5cb49;
}
.txt__orange {
  color: #ffa401;
}
.txt__brown {
  color: #d8960d;
}
.txt__yellow {
  color: #fff100;
}
.txt__dotline {
  padding-bottom: 5px;
  border-bottom: 2px dotted #cd0404;
}
.txt__left {
  text-align: left;
}
.txt__center {
  text-align: center;
}
.txt__right {
  text-align: right;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  text-align: left;
}

.list__disc {
  list-style: disc;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
}
.list__disc li {
  padding-bottom: 0.5em;
}
.list__attention {
  list-style: none;
}
.list__attention li {
  padding-left: 1em;
  position: relative;
}
.list__attention li:after {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.headline__main {
  text-align: center;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  background: #fff;
  padding: 10px;
}
.headline__main .jpn_L {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.headline__wide {
  background: red;
  overflow: hidden;
}
.headline__wide .sec__inner980 {
  padding: 20px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.headline__wide .sec__inner980 i {
display: inline-block;
vertical-align: middle;
}
.headline__wide .sec__inner980 i::before {
  font-size: 5rem;
margin-right: 15px;
}
.headline__wide .num {
  font-size: 20px;
  font-size: 2rem;
  background: #000;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-right: 5px;
}
.headline__wide .jp {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 5px;
  vertical-align: middle;
}
.headline__wide .jp img {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.headline__wide .jp span {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  vertical-align: middle;
}
.headline__wide .eng {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding-top: .5em;
}
.headline__dotline {
  display: flex;
  align-items: center;
}
.headline__dotline:after, .headline__dotline:before {
  content: "";
  flex-grow: 1;
  border-bottom: 3px dotted #000000;
}
.headline__dotline:before {
  margin-right: 1rem;
}
.headline__dotline:after {
  margin-left: 1rem;
}
.headline__dotline p {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.headline__dotline p span {
  font-weight: bold;
}
.headline__S {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.btn {
  display: inline-block;
  position: relative;
  background: #000;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  text-align: center;
  font-weight: 800;
  display: block;
  width: 300px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
/*  border-radius: 50px;*/
  border: 1px solid #000;
}
.btn:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f101';
  right: 7%;
  color: #fff;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.btn:hover:after {
  right: 5%;
}
.btn__S {
  width: 210px;
  height: 45px;
  line-height: 1.5em;
  padding-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.btn__S:after {
  font-size: 12px;
  font-size: 1.2rem;
}
.btn__L {
  width: 90%;
}
.btn__M {
  min-width: 70%;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}
.btn__red {
  background: #e60c11;
  color: #fff;
  border: none;
}
.btn__red:after {
  color: #fff;
}
.btn__red:hover {
  opacity: 1;
  background: #ba0a0e;
}
.btn__border {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
.btn__border:after {
  color: #000;
}

span.btn {
  background: #aaa !important;
  border: 1px solid #aaa;
  opacity: 1;
  color: #828080;
}
span.btn:after {
  color: #999 !important;
}
span.btn:hover:after {
  right: 7%;
}

.table__wrap {
  width: 100%;
}
.table__wrap table {
  width: 100%;
}
.table__wrap thead tr th {
  background: #000;
  color: #fff;
}
.table__wrap tbody tr th {
  color: #fff;
  font-weight: bold;
}
.table__wrap tbody tr td {
  background: #fff;
}
.table__wrap tbody tr td span {
  display: inline-block;
  vertical-align: middle;
font-size: 75%;
}
.table__wrap tbody tr td img {
width: 25px;
margin: 0 5px;
display: inline-block;
vertical-align: middle;
}
.table__wrap tbody tr.brder {
  border-bottom: 2px solid #000;
}
.table__wrap th,
.table__wrap td {
  padding: 7px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #d7d7d7;
}

.sec {
  width: 100%;
  text-align: center;
}
.sec__inner800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 1vw;
}

.sec__yellow {
  background-color: #fffccc;
}

.clearfix {
  overflow: inherit;
}

.tabSelecter {
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.tabSelecter li {
  position: relative;
}
.tabSelecter li:nth-child(n + 4) {
  margin-top: 25px;
}
.tabSelecter li.current:after {
  width: 0;
  height: 0;
  border-left: 15px solid #000;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  position: absolute;
  content: '';
  right: 0;
  display: block;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
}
.tabSelecter li.current a {
  background: #000;
}
.tabSelecter li > a {
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

#bottomArea p {
  text-align: center;
}





/* ==========================================================================
   header
========================================================================== */
#header {
  display: initial;
}

.menutriggerWrap {
/*  position: fixed; */
  right: 0;
  z-index: 11111111;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
/*  z-index: 1;*/
}

.menu-trigger:hover {
  opacity: 1;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #a57b2f;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
#navigation .navigation_inner {
  width: 980px;
  margin: auto;
  box-sizing: border-box;
}

.main-header_logo {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 100;
}
.main-header_logo a img {
  width: 40px;
}
.main-header__gnav li {
  padding: 20px;
  border-bottom: 1px solid #fff;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.main-header__gnav li:hover {
  background: #696969;
}
.main-header__gnav li a, .natsuyasumi2022Header__gnav li span {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
.main-header__gnav li a:hover, .main-header__gnav li span:hover {
  opacity: 1;
}
.main-header__gnav li span {
  pointer-events: none;
  color: #828080;
}
.main-header__gnav li.nolink:hover {
  background: inherit;
}

@keyframes kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* ==========================================================================
   titleArea
========================================================================== */
.titleArea {
  background-size: auto 280px;
  background-repeat: repeat;
  height: 280px;
  position: relative;
}

.titleArea__txt {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #e1e1e1;
  padding: 50px 50px 0;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.titleArea__txt span {
  font-weight: bold;
}

/* ==========================================================================
   TOP
========================================================================== */
body.top .tabArea {
  position: relative;
}
body.top .tabArea .sec__inner {
  width: 980px;
  margin: auto;
}
body.top .tabArea .tabSelecter {
  padding: 0;
  margin: 0;
}
body.top .tabArea .tabSelecter .tab {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- flex-end;
  align-items: -webkit- flex-end;
  align-items: flex-end;
  position: absolute;
  top: -69px;
  width: 980px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
body.top .tabArea .tabSelecter .tab li {
  width: calc((100% - 10px) / 3);
  border: none;
}
body.top .tabArea .tabSelecter .tab li.current:after {
  content: none;
}
body.top .tabArea .tabSelecter .tab li a {
  border-radius: inherit;
  border: none;
  margin-right: 10px;
  background: #939393;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
body.top .tabArea .tabSelecter .tab li a:hover {
  opacity: 1;
  padding: 20px 0;
}
body.top .tabArea .tabSelecter .tab li:last-child a {
  margin-right: 0;
}
body.top .tabArea .tabSelecter .tab li.current a {
  padding: 20px 0;
}
body.top .tabArea .tabSelecter .tab li:first-child.current a {
  background: #e60c11;
}
body.top .tabArea .tabSelecter .tab li:nth-child(2).current a {
  background: #1e7f41;
}
body.top .tabArea .tabSelecter .tab li:last-child.current a {
  background: #231815;
}

.ankerArea {
  background: #000;
}
.ankerArea.j1 {
  background: #e60c11;
}
.ankerArea.j2 {
  background: #1e7f41;
}
.ankerArea.j3 {
  background: #231815;
}
.ankerArea ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- flex-end;
  align-items: -webkit- flex-end;
  align-items: flex-end;
  width: 980px;
  margin: auto;
  padding: 40px 0 60px;
}
.ankerArea ul li {
  margin-right: 10px;
}
.ankerArea ul li a {
  position: relative;
}
.ankerArea ul li a:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  color: #fff;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  bottom: -25px;
}
.ankerArea ul li a:hover:after {
  bottom: -30px;
}
.ankerArea ul li a p {
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}



/* ==========================================================================
   how to choose
========================================================================== */
.leadArea {
  background: #e1e1e1;
  /* position: relative; */
}

.categoryankerArea .sec__inner800 {
  padding: 80px 0 50px;
}
.categoryankerArea__nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}


.categoryankerArea__nav__list {
  width: 30%;
  position: relative;
  display: inline-block;
  background: none;
  box-sizing: border-box;
  box-shadow: 10px 10px 0px 1px rgba(165, 123, 47, 1);
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.categoryankerArea__nav__list a {
  padding: 20px 20px 40px;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
.categoryankerArea__nav__list a:hover {
  opacity: 1;
}
.categoryankerArea__nav__list a:hover:after {
  bottom: 0px;
}
.categoryankerArea__nav__list a:hover img {
  opacity: 1;
}
.categoryankerArea__nav__list a:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f104";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 5px;
  font-size: 30px;
  font-size: 3rem;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  color: #fff;
}

.categoryankerArea__nav__list i {
display: block;
  margin: 0 auto 10px;
text-align: center;
}
.categoryankerArea__nav__list i::before {
  font-size: 45px;
color: #fff;
}
.categoryankerArea__nav__list .txt {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.categoryankerArea__nav__list .txt span {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
.categoryankerArea__nav__list img {
  width: 60px;
  margin: auto;
  display: block;
}

.categoryankerArea__nav__list, .bigginerankerArea__nav__list {
  background: #000;
}
.categoryankerArea__nav__list:after, .bigginerankerArea__nav__list:after {
  background: #666;
}



.headline__wide {
  position: relative;
  background: linear-gradient(180deg,rgb(0, 0, 0, 1) 0%,rgb(0, 0, 0, 1) 60px,rgb(165, 123, 47, 1) 60px,rgb(165, 123, 47, 1) 100%);
}

.headline__wide:before {
  content: '';
  opacity: 0.2;
  position: absolute;
  width: 100%;
  color: #fff;
  opacity: 0.3;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  text-align: right;
  font-weight: bold;
  line-height: 90px;
}
#playerandteam .headline__wide:before {
  content: 'TEAM & PLAYER';
}
#area .headline__wide:before {
  content: 'AREA';
}
#schedule .headline__wide:before {
  content: 'SCHEDULE';
}

.playerandteamArea .headline__dotline, .eventArea .headline__dotline, .areaAera .headline__dotline, .scheduleArea .headline__dotline {
  margin-bottom: 30px;
}

.chooseteam__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.chooseteam__wrap + .headline__dotline {
  margin-top: 70px;
}
.chooseteam__card {
  width: 48%;
  background: #fff;
  margin-right: 4%;
  margin-bottom: 30px;
}
.chooseteam__card:nth-child(2n) {
  margin-right: 0;
}
.chooseteam__card img {
  width: 100%;
}
.choosecard__list li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
  text-align: center;
}
.choosecard__list li img {
  width: 25px;
  margin: 0 5px;
  display: inline-block;
vertical-align: middle;
}
.choosecard__list li .data {
  width: 66%;
  text-align: left;
  margin-bottom: 5px;
}
.choosecard__list li .data .day {
display: block;
  font-size: 11px;
  font-size: 1.1rem;
}
.choosecard__list li .data .match {
  font-weight: bold;
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
}
.choosecard__list li .data .venue {
  font-weight: bold;
  display: inline-block;
}
.choosecard__list li .data .match .embS {
  display: inline-block;
  vertical-align: middle;
}

.choosecard__list li .btn {
  width: 40%;
  height: auto;
  line-height: 1.2;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 7px 0;
}
.choosecard__list li .btn:after {
  content: none;
}
.choosecard__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.choosecard__img {
  margin-bottom: 10px;
}
.choosecard__img--con {
  background-color: #efefef;
  background-size: cover;
  padding: 20px;
  padding-top: 70px;
  padding-bottom: 0;
}
.choosecard__img--con ul li {
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
.choosecard__img--con ul li span {
  font-weight: bold;
}
.choosecard__img img {
  width: auto;
  height: 100px;
  position: relative;
  margin: 0 auto -60px;
  display: block;
}

.txt-hide {
  display: none;
}

button.more {
  width: 120px;
  margin: 20px auto 0;
  display: block;
  color: #000;
  border: none;
  outline: 0;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  position: relative;
  background: none;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
button.more:before {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  right: 7%;
  color: #000;
  transition: 1s all;
  -moz-transition: 1s all;
  -webkit-transition: 1s all;
  top: 5px;
  transform: rotate(90deg);
}
button.more::after {
  content: "もっとみる";
  transition: 0.2s all;
  -moz-transition: 0.2s all;
  -webkit-transition: 0.2s all;
}
button.more.on-click::after {
  content: "とじる";
}
button.more.on-click::before {
  transform: rotate(-90deg);
}

#schedule .tabSelecter .tab {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
#schedule .tabSelecter .tab li {
  width: calc((100% - 7%) / 7);
  margin-right: 1%;
}
#schedule .tabSelecter .tab li > a {
  padding: 10px 0;
}
#schedule .tabSelecter .tab li > a .day {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  line-height: 1;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 3px;
  letter-spacing: 2px;
}
#schedule .tabSelecter .tab li > a .day i {
  font-style: normal;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}
#schedule .tabSelecter .tab li > a .youbi {
  font-weight: bold;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
#schedule .tabSelecter .tab li.current:after {
  border-left: 12px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 12px solid transparent;
  bottom: -15px;
}
#schedule .tabSelecter .tab li.current a .day, #schedule .tabSelecter .tab li.current .youbi {
  color: #fff !important;
}


#schedule .tabSelecter .tab li.blue a {
  color: #0067c0;
  border: 2px solid #0067c0;
}
#schedule .tabSelecter .tab li.red a {
  color: #d9333f;
  border: 2px solid #d9333f;  
}
#schedule .tabSelecter .tab li.current a {
  border: 2px solid #000 !important;
}



#schedule .fixednav {
  background: #e1e1e1;
  padding: 30px;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#schedule .fixednav__btn {
  background: #fff;
  padding: 15px 50px 15px 30px;
  width: 100%;
  display: block !important;
  margin: auto;
  border-radius: 25px;
  position: relative;
  box-sizing: border-box;
}
#schedule .fixednav__btn:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  right: 5%;
  color: #000;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transform: rotate(90deg);
}
#schedule .fixednav__article {
  display: none !important;
  margin-top: 20px;
}
#schedule .fixednav__article li {
  border: none;
}
#schedule .fixednav.active .fixednav__btn:after {
  transform: rotate(-90deg);
}
#schedule .fixednav.active .fixednav__article {
  display: flex !important;
}


.playerandteamArea, .areaArea, .scheduleArea {
  display: block;
  margin-top: -70px;
  padding-top: 70px;
}



/* ==========================================================================
  +++ MOBILE +++
========================================================================== */



@media (max-width: 768px) {

.is-pc {
  display: none !important;
}

.is-sp {
  display: initial !important;
}

.l-container {
  padding: 0;
}

#main {
  padding-top: 0px;
}

body {
  overflow: hidden;
}

#pageTopBtn {
  z-index: 100;
}

.txt__dotline {
  padding-bottom: 0;
  margin-top: 10vw;
}

.sec {
  width: 100%;
  text-align: center;
}
.sec__inner980, .sec__inner800 {
  width: 90%;
  margin: auto;
  padding: 30px 0;
}

.headline__main .eng_S {
  font-size: 10vw;
  padding-bottom: 2vw;
}
.headline__main .jpn_L {
  font-size: 20px;
  font-size: 2rem;
}
.headline__wide {
  background: linear-gradient(180deg,rgb(0, 0, 0, 1) 0%,rgb(0, 0, 0, 1) 55px,rgb(165, 123, 47, 1) 55px,rgb(165, 123, 47, 1) 100%);
}
.headline__wide:before {
  font-size: 70px;
  font-size: 5.5rem;
  white-space: nowrap;
  line-height: 80px;
  opacity: 0.15;
bottom: -1.3rem;
}
.headline__wide .sec__inner980 {
  display: block;
  text-align: left;
}
.headline__wide .sec__inner980 i::before {
  font-size: 3.5rem;
margin-right: 15px;
}
.headline__wide .num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  font-size: 20px;
  font-size: 2rem;
}
.headline__wide .jp {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 0;
  display: inline-block;
  vertical-align: bottom;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: flex-end;
  line-height: 40px;
}
.headline__wide .jp img {
  width: 40px;
  margin-right: 5px;
  vertical-align: bottom;
}
.headline__wide .jp span {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 40px;
}
.headline__wide .eng {
  padding-top: 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
#area .headline__wide:before {
  background-size: 35%;
}
.headline__dotline p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.headline__dotline p span {
  font-size: 25px;
  font-size: 2.5rem;
}

.btn {
  width: 100%;
  font-size: 4.5vw;
  height: auto;
  line-height: inherit;
  font-size: 4vw;
  letter-spacing: -0.05em;
  padding: 15px 0;
}

.table__wrap {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.table__wrap th, .table__wrap td {
  font-size: 10px;
  font-size: 1rem;
  padding: 5px 2px;
width: max-content;
}
.table__wrap tbody tr td.td-pref {
min-width: 45px;
white-space: normal;
}
.table__wrap tbody tr td.td-card {
min-width: 84px;
}
.table__wrap tbody tr td.td-venue {
min-width: 104px;
white-space: normal;
}
.table__wrap tbody tr td.td-btn {
  padding: 5px 5px;
}
.table__wrap tbody tr td img {
width: 17px;
margin: 0 5px 0 0;
}
.table__wrap tbody tr td a {
  font-size: 1rem;
  width: 200px;
  text-align: left;
  padding-left: 5%;
}
.table__wrap tbody tr td span {
font-size: 80%;
}

.areaArea .table__wrap th > *:nth-child(3) {
    display: none;
}
.areaArea .table__wrap tr > *:nth-child(3) {
    display: none;
}
.scheduleArea .table__wrap th > *:nth-child(1) {
    display: none;
}
.scheduleArea .table__wrap tr > *:nth-child(1) {
    display: none;
}
#partnersArea h2 img {
  vertical-align: inherit;
}

/* ==========================================================================
   header
========================================================================== */
.menutriggerWrap {
  z-index: 1111111111;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: fixed;
  top: 20px;
  right: 25px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}

.menu-trigger span {
  width: 90%;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
#navigation .navigation_inner {
  box-sizing: border-box;
  width: 90%;
}
#navigation .navigation_inner h1 {
  width: 150px;
  margin: auto;
}
#navigation .navigation_inner h1 img {
  width: 100%;
  max-height: inherit;
}




/* ==========================================================================
   titleArea
========================================================================== */
.titleArea {
  background-size: auto 200px;
  height: 200px;
  position: relative;
}

.titleArea__txt {
  box-sizing: border-box;
  padding: 30px 5% 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 20px 0;
  box-sizing: border-box;
  margin: auto;
  background: #e1e1e1;
  margin-top: 10px;
  position: inherit;
  transform: none;
  left: inherit;
}

/* ==========================================================================
   TOP
========================================================================== */
body.top .tabArea .tabSelecter .tab {
  width: 90%;
  top: -40px;
}
body.top .tabArea .tabSelecter .tab li {
  height: 40px;
  margin-right: 5px;
}
body.top .tabArea .tabSelecter .tab li a:hover {
  padding: 0;
}
body.top .tabArea .tabSelecter .tab li.current a {
  padding: 0;
}


.pageArea {
 z-index: 2;
}


.ankerArea .fixednav {
  padding: 30px 0;
}
.ankerArea .fixednav__btn {
  background: #fff;
  margin: auto;
  display: block !important;
  width: 90%;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 20px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.ankerArea .fixednav__btn:after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f30f";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 100%;
}
.ankerArea .fixednav.active .fixednav__btn:after {
  transform: translateY(-50%) rotate(-90deg);
}
.ankerArea .fixednav.active ul {
  display: flex;
  width: 90%;
  margin: auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 0 0;
}
@media screen and (max-width: 350px) {
  .ankerArea .fixednav.active ul {
    justify-content: center;
  }
}
.ankerArea .fixednav.active ul li {
  margin-bottom: 5px;
  width: calc((100% - 50px) / 6);
}
.ankerArea .fixednav.active ul li:nth-child(6n) {
  margin-right: 0;
}
.ankerArea .fixednav.active ul li .embM {
  margin: auto;
}
.ankerArea ul {
  display: none;
}
.ankerArea ul li a:after {
  content: none;
}


/* ==========================================================================
   how to choose
========================================================================== */
/* .categoryankerArea {
  margin-top: -100px;
} */
.categoryankerArea .sec__inner800 {
  box-sizing: border-box;
  background: #e1e1e1;
  width: 100%;
  padding: 20px 5% 30px;
}
.categoryankerArea__nav {
  align-items: stretch;
}
.categoryankerArea__nav__list {
  width: 31%;
  box-shadow: 5px 5px 0px 1px rgb(165 123 47);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.categoryankerArea__nav__list i {
display: block;
  margin: 0 auto 5px;
text-align: center;
}
.categoryankerArea__nav__list i::before {
  font-size: 30px;
color: #fff;
}
.categoryankerArea__nav__list img {
  width: 30px;
  margin-bottom: 5px;
}
.categoryankerArea__nav__list a {
  padding: 10px 0 20px;
}
.categoryankerArea__nav__list a:after {
  bottom: -5px;
  font-size: 18px;
}
.categoryankerArea__nav__list a:hover a:after {
  bottom: -5px;
}
.categoryankerArea__nav__list:before {
  border: 3px solid #000;
  border-radius: 7px;
  top: -1.5vw;
  left: -1.5vw;
}
.categoryankerArea__nav__list:after {
  border-radius: 7px;
}
.categoryankerArea__nav__list .txt {
  font-size: 3vw;
  letter-spacing: inherit;
  line-height: 1.3;
}
.categoryankerArea__nav__list .txt span {
  font-size: 3.5vw;
}
.categoryankerArea__nav__list .num {
  width: 7vw;
  height: 7vw;
  line-height: 7vw;
  font-size: 4vw;
  top: -6vw;
}
.categoryankerArea__nav__list.area a:before {
  background-size: 70%;
}

.playerandteamArea, .eventArea, .areaAera, .scheduleArea {
  display: block;
  margin-top: -70px;
  padding-top: 70px;
}
.playerandteamArea .headline__dotline, .eventArea .headline__dotline, .areaAera .headline__dotline, .scheduleArea .headline__dotline {
  margin-bottom: 20px;
}

.areaArea > .sec__inner980 {
  padding-bottom: 70px;
}

.choosecard__team {
  display: block;
}
.choosecard__team + .headline__dotline {
  margin-top: 10vw;
}
.chooseteam__card {
  width: 100%;
}
.chooseteam__card + .chooseteam__card {
  margin-top: 30px;
}
.chooseteam__card img {
  max-width: 400px;
  margin: auto;
  display: block;
}
.choosecard__list li {
  display: block;
}

.choosecard__list li img {
  width: 17px;
  margin: 0 5px;
  display: inline-block;
vertical-align: middle;
}

.choosecard__list li .btn {
  width: 90%;
  padding: 11px;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 300px;
}


.choosecard__list li .btn:after {
  position: absolute;
font-family: "Font Awesome 5 Free";
  content: '\f101';
  right: 7%;
  color: #fff;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.choosecard__list li .data {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.choosecard__list li .data .day {
  font-size: 14px;
  font-size: 1.4rem;
display: block;
}
.choosecard__list li .data .match {
  font-size: 14px;
  font-size: 1.4rem;
}
.choosecard__list li .data .venue {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
width: max-content;
}
.choosecard__img img {
  margin: 0 auto -60px;
}
.choosecard__img--con ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.tabSelecter {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tabSelecter li > a {
  font-size: 14px;
  font-size: 1.4rem;
}
.tabSelecter li > a:hover {
  opacity: 1;
}
.tabSelecter li.current:after {
  bottom: -15px;
  border-left: 13px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#schedule .tabSelecter .tab li {
  width: calc((100% - 3%) / 3);
  margin-bottom: 5px;
  display: block;
  margin-top: 0;
}
#schedule .tabSelecter .tab li:nth-child(7n) {
  margin-right: 1%;
}

#schedule .tabSelecter .tab li.current:after {
  content: none;
}
#schedule .tabSelecter .tab li > a {
  padding: 0;
}
#schedule .tabSelecter .tab li > a .day {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0;
}
#schedule .tabSelecter .tab li > a .day i {
  font-size: 10px;
  font-size: 1rem;
}
#schedule .tabSelecter .tab li > a .youbi {
  font-size: 10px;
  font-size: 1rem;
}
#schedule .tabSelecter .tab li > a:hover {
  opacity: 1;
}

#schedule .fixednav {
  padding: 30px 5%;
}

.area .kome, .schedule .kome {
  display: block !important;
}

body.howtochoose .table__wrap .btn {
  width: 100%;
  padding-right: 30px;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 1.5vw 25px 1.5vw 10px;
}
.tabSelecter li:nth-child(n + 4) {
  margin-top: 15px;
}


}

/* 241030追記 */
.mv {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 80px;
}
.mv img {
  width: 100%;
  height: auto;
}

.lead__wrap {
  padding: 0 30px;
  max-width: 1040px;
  margin: 0 auto;
}

.lead__txt {
  font-size: 100%;
  font-weight: 700;
}

.camp__list li {
  padding-left: 1.5rem;
  position: relative;
  font-size: 100%;
  font-weight: 700;
}
.camp__list li::before {
  content: "";
  background: #0067c0;
  width: 1rem;
  aspect-ratio: 1;
  position: absolute;
  top: 0.7rem;
  left: 0;
  transform: rotate(45deg);
}
.camp__list li > span {
  color: #0067c0;
  font-size: 100%;
  font-weight: 700;
}

.btn-not {
  background: #DCDCDC;
  border: #DCDCDC;
  color: #333;
  pointer-events: none;
}
.btn-not::after {
  display: none;
}

.final-ttl {
  text-align: center;
}
.final-ttl > span {
  font-weight: 700;
  font-size: 2.2rem;
  position: relative;
}
.final-ttl span::before {
  content: "";
  background: #DCDCDC;
  width: 110%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
div.chooseteam__card--con {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .lead__txt {
    font-size: 90%;
  }
  .lead__txt * {
    font-size: 90%;
  }

  .final-ttl > span {
    font-size: 1.8rem;
  }

  .camp__list li::before {
    width: 0.8rem;
    top: 0.5rem;
  }
}