@import url(//db.onlinewebfonts.com/c/13610f277ae6cf662a433e1d075ba1d8?family=WLM+Poster+Type);

@font-face {
  font-family: "WLM Poster Type";
  src: url("//db.onlinewebfonts.com/t/13610f277ae6cf662a433e1d075ba1d8.eot");
  src: url("//db.onlinewebfonts.com/t/13610f277ae6cf662a433e1d075ba1d8.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/13610f277ae6cf662a433e1d075ba1d8.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/13610f277ae6cf662a433e1d075ba1d8.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/13610f277ae6cf662a433e1d075ba1d8.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/13610f277ae6cf662a433e1d075ba1d8.svg#WLM Poster Type") format("svg");
}

/*-------  ここから共通のCSS  --------*/
*,
html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
input,
div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN W3', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body.active2 {
  overflow: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #323a45;
  transition: all .3s;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #000;
}

h2 {
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 5px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  padding-bottom: 25px;
  font-family: "WLM Poster Type";
  font-weight: bold;
}

h4,
h5 {
  font-size: 18px;
}

.container {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.section-title {
  color: #555;
  padding-top: 70px;
  text-align: center;
}

.section-title h3 {
  font-size: 32px;
  font-weight: 300;
}
.main {
	    overflow-x: hidden;
}
.br-sp {
	display: none;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
.space::before {
	content: "　"
}
/*スクロールバー全体*/
.main-inner2 .main-inner-content ul::-webkit-scrollbar {
  width: 0;
}

.pc {
  display: block;
}

.pc_table {
  display: table-row;
}

.sp {
  display: none;
}

/*-------  ここまで共通のCSS  --------*/

/*-------  ここからheader  --------*/

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  transition: 0.5s;
}

header.headerback {
  background-color: #000F33;
  transition: 0.5s;
}

header .container {
  overflow: hidden;
  width: auto;
  /*max-width: 1200px;*/
  padding: 10px;
}

header .container h1 {
  color: #000;
  font-size: 31px;
  float: left;
  margin-top: 5px;
  display: none;
}

header.headerback .container h1 a {
  color: #fff;
}

header .container .hamburgers {
  overflow: hidden;
  float: right;
  width: 130px;
}

header .container .hamburgers .snslist {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

header .container .hamburgers .snslist li {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  font-size: 25px;
  margin-right: 10px;
}
header .container .hamburgers .snslist li:nth-child(1){
  width: 25px;
  font-size: 25px;
}

i.fa-brands.fa-instagram {
    color: #fff;
}

header ion-icon {
  color: #fff;
  font-size: 130%;
  transition: 0.5s;
}

header ion-icon:hover {
  opacity: 0.6;
  transition: 0.5s;
}

header .container .hamburgers .snslist li:nth-child(1) a {
  color: #fff;
}

header .container .hamburgers .snslist li {
  color: #fff;
}

header .container .hamburgers .btn_hamburger {
  display: inline-block;
  vertical-align: middle;
}
img.logo {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}




/*-------  ハンバーガーデザイン   ---*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
}

.menu-trigger {
  position: relative;
  width: 25px;
  height: 20px;
  top: 2px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 1.5px;
  width: 100%;
}

.menu-trigger span:nth-of-type(2) {
  top: 11px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: -2px;
  width: 100%;
}


header .menu-bar {
  /*border: 1px solid #000;*/
  padding: 0.5vw 0.3vw 0.5vw 0.3vw;
}

#main header .menu-bar {
  /*border: 1px solid #000;*/
  padding: 0.8vw 0.3vw 0.5vw 0.3vw;
}

/*-------  ここまでハンバーガーデザイン  ------*/
/*-------  ハンバーガーの動き ---------------*/

.menu-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top: -6.5px;
  width: 100%;
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  top: 14px;
  width: 100%;
}

.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
  width: 100%;
}

.me,
#category .me {
  display: inline-block;
  float: right;
  z-index: 40000;
  position: relative;
}

/*-------  ハンバーガーの動きここまで  -------*/



/*-------  ハンバーガー内のメニュー    -------*/


.header_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  transform: translateX(100%);
}

body.active2 .header_menu {
  transform: translateX(0);
  overflow-x: scroll;
}

.header_menu ul.move {
	background: #2b3142;
}

.header_menu ul li {
  text-align: center;
  transform: translateX(100%);
  transition: 0.2;
}

.header_menu ul li.move2 {
  transform: translateX(0);
  transition: 0.5s;
}

.header_menu ul li.move2:nth-child(2) {
  transition-delay: 0.1s;
}

.header_menu ul li.move2:nth-child(3) {
  transition-delay: 0.2s;
}

.header_menu ul li.move2:nth-child(4) {
  transition-delay: 0.3s;
}

.header_menu ul li.move2:nth-child(5) {
  transition-delay: 0.4s;
}

.header_menu ul li.move2:nth-child(6) {
  transition-delay: 0.5s;
}

.header_menu ul li.move2:nth-child(7) {
  transition-delay: 0.6s;
}

.header_menu ul li a {
  display: block;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.header_menu ul li:nth-child(even) a {
  background-color: rgba(0, 15, 51, 0.7);
  color: #fff;
}

.header_menu ul li:nth-child(even) a:hover {
  background-color: rgb(103, 109, 124, 0.7);
}

.header_menu ul li:nth-child(odd) a {
  background-color: rgba(255, 255, 255, 0.7);
}

.header_menu ul li:nth-child(odd) a:hover {
  background-color: rgba(255, 255, 255, 1);
}

.header_menu ul li a:hover {
  opacity: 1;
}

/*-------  ここまでheader  --------*/

/*-------  ここからcontent  --------*/

/*-------  ここからTOPページ  -------*/



/*ファーストビュー*/
.main .top {
  background-image: url(../img/main_image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  position: relative;
}

.main-inner-content a {
  display: block;
}

.compeTbl a {
  color: blue;
}

.main-inner-content {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.main-inner-bar {
  /*パララックス部*/
  background-image: url(../img/main_image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  background-attachment: fixed;
}

/*ボール*/
.scroll_ball {
  position: absolute;
  bottom: 0;
  right: 10px;
  text-align: center;
  animation: rotation1 3s infinite;
}

.scroll_ball img {
  width: 50px;
  cursor: pointer;
}

/*ボールアニメ*/
@keyframes rotation1 {
  0% {
    bottom: 0;
  }

  50% {
    bottom: 50px;
  }

  100% {
    bottom: 0;
  }
}

/*広告*/
.main-inner1 .main-inner-content ul {
  font-size: 0;
}

.main-inner1 .main-inner-content ul li {
  display: inline-block;
  width: 50%;
  padding: 5%;
}

.main-inner1 .main-inner-content ul li img {
  width: 100%;
}

.main-inner1 .main-inner-content ul li.keihin {
  display: block;
  margin: 0 auto;
  padding-top: 0;
}



/*ニュース*/
.main-inner2 {
  background-image: url(../img/main_image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  padding: 50px 0;
}

.main-inner2 h2 {
  text-align: center;
  padding-bottom: 15px;
  color: #fff;
}

.main-inner2 .main-inner-content {
  background-color: #fff;
  padding: 25px 5%;
  position: relative;
}

.main-inner2 .main-inner-content ul {
  overflow-y: scroll;
  height: 200px;
}

.main-inner2 .main-inner-content ul dl dt {
  display: inline-block;
  font-size: 16px;
  padding-right: 25px;
  vertical-align: top;
}

.main-inner2 .main-inner-content ul dl dd {
  display: inline-block;
  font-size: 16px;
}

.main-inner2 .main-inner-content .more{
  position: absolute;
  bottom: 10px;
  right: 25px;
  border: solid 1px #000;
  padding: 5px 8px;
  color: #000;
  cursor: pointer;
  transition: 0.5s;
}
#second1 .more{
    position: absolute;
  bottom: 10px;
  right: 25px;
  padding: 5px 8px;
  color: #000;
  cursor: pointer;
  transition: 0.5s;
}
#second1 .main-inner-content{
  position: relative;
}
.main-inner2 .main-inner-content .more:hover {
  color: #fff;
  background-color: #000;
  transition: 0.5s;
}


/*ニュース 詳細*/
#second2 #news h1 {
  font-size: 28px;
  padding-bottom: 15px;
  font-weight: bold;
}

#second2 #news h2 {
   font-size: 22px;
  font-weight: bold;
    margin: 10px auto;
}
#second2 #news p{
  margin-bottom: 10px;
}
#second2 #news p.sender{
  text-align: right;
  margin-right: 10%;
}
/*大会情報*/
.main-inner3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-inner3 h2 {
  text-align: center;
  position: relative;
}

.main-inner3 h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 5px;
  background-color: #000;
  margin: auto;
}

.main-inner3 h3 {
  text-align: center;
}

.main-inner3 .main-inner-content {
  position: relative;
  padding-bottom: 50px;
}

.main-inner3 .main-inner-content .more {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
    padding-top: 30px;
}

.main-inner3 .main-inner-content .more .fa {
  font-size: 200%;
  padding-left: 5px;
  vertical-align: middle;
  margin-top: -5px;
}

.main-inner3 .main-inner-content ul {
  text-align: center;
}

.main-inner3 .main-inner-content ul li {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  margin: 0 5%;
}

.main-inner3 .main-inner-content ul li img {
  width: 40%;
}

.main-inner3 .new-icon-top ul li img {
  width: 55%;
}
.main-inner3 .new-icon-top2 ul li img {
  width: 35%;
}


/*北関東大学サッカー連盟とは*/
.main-inner4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-inner4 h2 {
  text-align: center;
  position: relative;
}

.main-inner4 h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 490px;
  height: 5px;
  background-color: #000;
  margin: auto;
}

.main-inner4 h3 {
  text-align: center;
}

.main-inner4 .main-inner-content {
  position: relative;
}

.main-inner4 .main-inner-content p {
  line-height: 32px;
  margin-bottom: 25px;
}

.main-inner4 .main-inner-content h4 {
  color: #000;
  font-size: 21px;
  font-weight: bold;
}

.main-inner4 .main-inner-content .officerlist div {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}

.main-inner4 .main-inner-content .officerlist div:nth-child(2) {
  margin-right: 8%;
}

.main-inner4 .main-inner-content .officerlist div table {
  width: 100%;
}

.main-inner4 .main-inner-content table th,
.main-inner4 .main-inner-content table td {
  border: solid 1px #000;
}

.main-inner4 .main-inner-content table th {
  border-left: none;
  width: 55%;
  padding: 2% 0 2% 3%;
}

.main-inner4 .main-inner-content table td {
  border-right: none;
  width: 45%;
  padding: 2% 0 2% 3%;
}

/*チーム情報*/
.main-inner5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-inner5 h2 {
  text-align: center;
  position: relative;
}

.main-inner5 h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200px;
  height: 5px;
  background-color: #000;
  margin: auto;
}

.main-inner5 h3 {
  text-align: center;
  margin-bottom: 35px;
}

.main-inner5 .main-inner-content ul {
  font-size: 0;
}

.main-inner5 .main-inner-content ul li {
  width: 25%;
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}



/*加盟チーム*/
.team-kamei ul {
    margin: 1rem 3rem 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    column-gap: 2rem;
    row-gap: 2rem;
    align-items: center;
}
.team-kamei ul li a {
	
}
/*順位表イメージ図*/
.tab_container {
  padding-bottom: 1em;
  margin: 0 auto;
  width: 80%;
}
.tab_container td {
	height: 30px;
}
.tab_item {
  width: calc(100%/4);
  padding:15px 0;
  background-color: #ececec;
  text-align: center;
  color: #001750;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #001750 ;
  color: #fff;
}

/*選抜情報*/
.main-inner6 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-inner6 h2 {
  text-align: center;
  position: relative;
}

.main-inner6 h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 5px;
  background-color: #000;
  margin: auto;
}

.main-inner6 h3 {
  text-align: center;
  margin-bottom: 35px;
}

.main-inner6 .main-inner-content {
  width: 900px;
}

.main-inner6 .main-inner-content ul {
  font-size: 0;
  text-align: center;
}

.main-inner6 .main-inner-content ul li {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: bold;
}

.main-inner6 .main-inner-content ul li:nth-child(1) {
  margin-right: 10%;
}

.main-inner6 .main-inner-content ul li .select_image {
  float: left;
  width: 49%;
  margin-right: 1%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-inner6 .main-inner-content ul li .select_image img {
  width: 100%;
}

.main-inner6 .main-inner-content ul li .select_text {
  float: left;
  width: 50%;
  border: solid 1px #000;
  position: relative;
}

.main-inner6 .main-inner-content ul li .select_text p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 62%;
  height: 30%;
}
/*選抜情報*/
.main-inner7 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.main-inner7 h2 {
  text-align: center;
  position: relative;
}

.main-inner7 h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 5px;
  background-color: #000;
  margin: auto;
}

.main-inner7 h3 {
  text-align: center;
  margin-bottom: 35px;
}

.main-inner7 .main-inner-content {
  width: 100%;
  max-width: 100%;
}

.main-inner7 .main-inner-content ul {
  font-size: 0;
}

.main-inner7 .main-inner-content ul li {}

.main-inner7 .main-inner-content ul li img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/

}
.sec-li {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap;
}
/*下層ページここから*/

.main-inner_sub {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../img/main_image.jpg);
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  background-size: 100%;
}

.main-inner_sub .main-inner-content {
  background-color: #fff;
  padding: 0 50px;
  margin: auto;
}

.main-inner_sub .main-inner-content .main-inner_sub_title {
  margin-bottom: 50px;
  padding-top: 25px;
}

.main-inner_sub .main-inner-content .main-inner_sub_title h2 {
  font-size: 28px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.main-inner_sub .main-inner-content .main-inner_sub_title img {
  width: 60px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

/*カレンダー*/
.calenders h3 {
  font-size: 24px;
  border-bottom: solid 1px #000;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.calenders ul {
  font-size: 0;
  border-bottom: solid 1px #000;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.calenders ul li {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}

.calenders ul li:nth-child(1) {
  margin-right: 15%;
  margin-left: 3%
}

/*大会情報*/

body#second1 .main .top,
body#second2 .main .top {
  height: 400px;
}

body#second1 .main-inner1 .main-inner-content ul {
  font-size: 16px;
  text-align: center;
}

body#second1 .main-inner1 .main-inner-content ul li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 2%;
}

body#second1 .main .top .main-inner-content,
body#second2 .main .top .main-inner-content {
  position: relative;
  height: 100%;
}

body#second1 .main .top h2,
body#second2 .main .top h2 {
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 62px;
  color: #fff;
  float: left;
  letter-spacing: 21px;
}

body#second1 .main .top h2 span,
body#second2 .main .top h2 span {
  font-family: "WLM Poster Type";
  font-weight: bold;
  font-size: 50%;
  letter-spacing: normal;
}

body#second1 .main .top img,
body#second2 .main .top img {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 250px;
  width: 280px;
  opacity: 0.2;
}
body#second1 .main-inner-content{
  padding-bottom: 50px;
}

.league h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.league table.pc th,
.league table.pc td {
  font-size: 11px;
  border: solid 1px #000;
  height: 75px;
/*  width: 75px;*/
  width: 95px;
  text-align: center;
}

.league table.pc th {
  font-weight: bold;
  font-size: 12px;
}

.league table.pc tr th:nth-child(1) {
  border-left: none;
  border-right-width: 3px;
}

.league table.pc tr:nth-child(1) th {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.league table.pc tr td:last-child,
.league table.pc tr th:last-child {
  border-right: none;
}
.league table.pc tr:last-child th,
.league table.pc tr:last-child td {
    border-bottom-width: 3px;
}
.league table.pc {
  margin: auto;
}

.league h3 {
  font-size: 24px;
}
.
/*大会情報 後半*/

body#second3 .main .top,
body#second2 .main .top {
 /* height: 400px;
  background-image: url(../img/main_image._subjpg.jpg);
  background-position: 0 20%;
  background-attachment: inherit;*/
}

body#second3 .main-inner1 .main-inner-content ul {
  font-size: 16px;
  text-align: center;
}

body#second3 .main-inner1 .main-inner-content ul li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 2%;
}

body#second3 .main .top .main-inner-content,
body#second2 .main .top .main-inner-content {
  position: relative;
  height: 100%;
}

body#second3 .main .top h2,
body#second2 .main .top h2 {
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 62px;
  color: #fff;
  float: left;
  letter-spacing: 21px;
}

body#second3 .main .top h2 span,
body#second2 .main .top h2 span {
  font-family: "WLM Poster Type";
  font-weight: bold;
  font-size: 50%;
  letter-spacing: normal;
}

body#second3 .main .top img,
body#second2 .main .top img {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 250px;
  width: 280px;
  opacity: 0.2;
}



/*チーム情報*/
body#second2 .main-inner1 .main-inner-content ul {
  text-align: left;
  font-size: 16px;
}

body#second2 .main-inner1 .main-inner-content ul li {
  display: inline-block;
  vertical-align: top;
  padding: 2% 0;
}

body#second2 .main-inner1 .main-inner-content ul li:nth-child(1) {
  width: 48%;
}

body#second2 .main-inner1 .main-inner-content ul li:nth-child(2) {
  width: 25%;
}

body#second2 .main-inner1 .main-inner-content ul li:nth-child(3) {
  width: 25%;
}

body#second2 .main-inner1 .main-inner-content ul li ul li:nth-child(1) {
  display: inline-block;
  vertical-align: top;
  width: 10%;
  padding: 0;
  font-weight: bold;
}

body#second2 .main-inner1 .main-inner-content ul li:nth-child(2) ul li:nth-child(1),
body#second2 .main-inner1 .main-inner-content ul li:nth-child(3) ul li:nth-child(1) {
  width: 20%;
}

body#second2 .main-inner1 .main-inner-content ul li:nth-child(2) ul li ul li:nth-child(1),
body#second2 .main-inner1 .main-inner-content ul li:nth-child(3) ul li ul li:nth-child(1) {
  width: auto;
}

body#second2 .main-inner1 .main-inner-content ul li ul li:nth-child(2) {
  display: inline-block;
  vertical-align: top;
  width: 78%;
  padding: 0;
}

body#second2 .main-inner1 .main-inner-content ul li ul li:nth-child(1) ul li {
  width: auto;
  vertical-align: top;
  padding: 0;
}

body#second2 .main-inner1 .main-inner-content ul li ul li:nth-child(2) ul li {
  width: auto;
  vertical-align: top;
  padding: 0 1%;
  padding-bottom: 2%;
  font-weight: normal;
}

body#second2 .main-inner1 .main-inner-content ul li:nth-child(2) ul li:nth-child(2) ul li,
body#second2 .main-inner1 .main-inner-content ul li:nth-child(3) ul li:nth-child(2) ul li {
  padding: 0 2%;
  padding-bottom: 2%;
}

body#second2 .main-inner1 .main-inner-content ul li ul li ul li {
  width: auto;
  vertical-align: top;
  padding: 0;
}

body#second2 .main-inner_sub .main-inner-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

body#second2 .main-inner_sub .main-inner-content h2 {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 50px;
}

body#second2 .main-inner_sub .main-inner-content h2 img {
  width: 100px;
  padding-right: 15px;
}

body#second2 .main-inner_sub .main-inner-content h3 {
  font-size: 28px;
  padding-bottom: 15px;
}

.team_name,
.team_staff {
  border-collapse: collapse;
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}

.team_name th,
.team_staff th {
  font-weight: normal;
  font-size: 12px;
  width: 90px;
  padding: 15px 0;
  text-align: center;
}

.team_name tr:nth-child(1) {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

.team_name tr:nth-child(2) {
  border-bottom: solid 1px #000;
}

.team_name tr th,
.team_staff tr th {
  position: relative;
}

.team_name tr th,
.team_staff th {
  font-weight: bold;
}

.team_name tr th:after,
.team_staff tr th:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 70%;
  width: 1px;
  background-color: #000;
  content: '';
  margin: auto;

}

.team_name td {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}

.team_name tr:nth-child(2) td {
  padding: 15px 0 15px 10px;
}

.team_staff tr:first-child {
  border-top: solid 1px #000;
}

.team_staff tr {
  border-bottom: solid 1px #000;
}

.team_staff tr td {
  padding-left: 15px;
  padding-right: 15px;
}

.team_member {
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
  margin-bottom: 15px;
}

.team_member th {
  font-size: 12px;
  font-weight: normal;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

.team_member td {
  border-bottom: solid 1px #000;
}

.team_member tr:first-child th {
  border-right: solid 1px #000;
}

.team_member tr:first-child th:first-child {
  width: 58px;
}

.team_member tr:first-child th:nth-child(2) {
  width: 54px;
}

.team_member tr:first-child th:last-child {
  border-right: none;
  width: 139px;
}

.team_member th,
.team_member td {
  padding: 3% 5%;
}

.team_member td:last-child {
  width: 55%;
}

.team_member td:nth-child(1),
.team_member td:nth-child(2) {
  text-align: center;
}

/*SP版リーグ*/
.league .sp table {
  margin: auto;
  margin-bottom: 25px;
}

.league .sp table th,
.league .sp table td {
  border: solid 1px #000;
  padding: 15px;
  text-align: center;
}

.league .sp table tr:nth-child(1) th,
.league .sp table tr:nth-child(1) td {
  width: 29%;
}

.league .sp table tr:nth-child(2) td:nth-child(2) a {
  border: solid 1px red;
  padding: 5px;
  display: block;
  color: red;
}

.league .sp table tr:nth-child(1) th {
  background-color: #000;
  color: #fff;
  padding: 5px;
  font-size: 14px;
}

/*斜線*/
.tournament h3 {
  font-size: 24px;
}

.tournament div {
  width: 100%;
  padding-bottom: 50px;
}

.tournament div img {
  width: 100%;
}

.li01 {
  float: left;
  width: 270px;
  margin-right: 40px;
}

.lilast {
  margin-right: 0;
}

.line {
  text-align: center;
}

.compeTbl {
  width: 100%;
  border-bottom: 2px solid #000;
}

.compeTbl th {
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

.compeTbl td {
  border-top: 1px dotted #666;
}

.li02 {
  float: left;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.li02 {
  float: left;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}
.main-inner_sub {
    overflow: hidden;
}
.main-inner_sub .main-inner-content #contents {
  padding-top: 25px;
  padding-bottom: 100px;
}

.main-inner_sub .main-inner-content #contents a:visited,
.main-inner_sub .main-inner-content #contents a:link {
  color: #136AD5;
}

.main-inner_sub .main-inner-content #contents h3 {
  font-family: 'Hiragino Kaku Gothic ProN W3', sans-serif;
}

.main-inner-content-nav ul {
  display: none;
}

.main-inner-content-nav ul:nth-child(1) {
  display: block;
}

.spyearbtn {
  text-align: center;
}

.spyearbtn .fa {
  font-size: 30px;
  border: solid 1px #000;
  padding: 5px;
  color: #000;
  width: 80%;
  margin-bottom: 15px;
}

/*-------  ここまでcontent  --------*/


/*-------  ここからfooter   ---------*/

footer {
  background-color: #000F33;
  padding-top: 15px;
    margin-top: 5rem;
}

footer ul {
  text-align: center;
      display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 5rem 0 10rem;
}

footer ul li {
}

footer ul li a {
  display: block;
  padding: 5px 25px;
  color: #fff;
}

footer .footer_bottom {
  text-align: center;
}

footer .footer_bottom h2 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  line-height: 24px;
}

footer .footer_bottom small {
  color: #fff;
  padding-bottom: 15px;
  display: block;
  font-size: 11px;
}



/*TOPへのボタン*/
.topbtn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1000000;
  display: inline-block;
}

.topbtn .fa {
  font-size: 50px;
  color: #000;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s;
}



/*リーグ戦カレンダー*/
.calenders > ul > li {
  position: relative;
}

.calenders ul li > img {
  width: 100%;
  position: relative;
}

.calenders .cal ul {
  background-color: #fff;
  border: solid 2px #000;
  border-radius: 35px;
  left: 65px;
  padding-top: 25px;
}

.cal {
  position: absolute;
}

.cal img {
  position: absolute;
  opacity: 0.6;
  cursor: pointer;
  z-index: 1000;
}

.cal ul {
  border: none;
  position: relative;
  z-index: 1000;
  opacity: 0;
}

.cal ul li {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 10px;
}

.cal ul li:nth-child(1) {
  margin-left: 0;
}

.cal46 {
  right: -241px;
  top: 15px;
}

.cal413 {
  right: -326px;
  top: 55px;
}

.cal525 {
  right: -354px;
  bottom: -205px;
}

.cal525 ul {
  left: auto !important;
  right: 395px;
}

.cal61 {
  right: -354px;
  top: 16px;
}

.cal61 ul {
  left: -405px !important;
}

.cal68 {
  right: -318px;
  top: 55px;
}

.cal68 ul {
  left: -405px !important;
}

.cal68_5 {
  right: -835px;
  top: -207px;
}

.main-inner-content span.calender.cal68_5 ul {
  background-color: #fff;
  border: solid 2px #000;
  border-radius: 35px;
  left: 65px;
   !important;
  padding-top: 25px;
}

.cal68 ul {
  left: -405px !important;
}

.cal615 {
  right: -340px;
  top: 96px;
}

.cal615 ul {
  left: -405px !important;
}

.cal622 {
  right: -355px;
  top: 138px;
}

.cal622 ul {
  left: -405px !important;
}


.cal76 {
  right: -324px;
  top: 15px;
}

.cal76 ul {
  left: -375px !important;
}

.cal ul {
  left: -375px;
  top: -220px;
}

.cal713 {
  right: -324px;
  top: 55px;
}

.cal713 ul {
  left: auto !important;
  right: 367px;
  top: -230px;
}

.cal715 {
  right: -59px;
  top: 96px;
}

.cal715 ul {
  top: 50px;
    left: 0!important;
}

.cal720 {
  right: -324px;
  top: 96px;
}

.cal720 ul {
  left: auto !important;
  top: 50px;
  right: 333px;
}

.cal719 {
left: 73px;
  top: 136px;
}

.cal719 ul {
  left: 60px !important;
  top: -153px !important;
}

.cal726 {
  right: 22px;
  top: 178px;
}

.cal726 ul {
  left: 40px !important;
}
.cal725 {
right: -307px;
  top: 136px;
}

.cal725 ul {
  left: -125px !important;
  top: -153px !important;
}

.cal82 {
  right: -18px;
  top: 56px;
}

.cal82 ul {
  top: 38px !important;
  left: 39px !important;
}

.cal89 {
  right: -18px;
  top: 95px;
}

.cal89 ul {
  top: 38px !important;
  left:5px !important;
}



/*後期*/

.cal95 {
  right: -255px;
  top: 18px;
}
.cal912 {
  right: -227px;
  top: 57px;
}
.cal926 {
  right: -227px;
  top: 138px;
}
.cal926 ul{
  left: -265px !important;
  top:-70px;
}
.cal95 ul{
  left: -20px !important;
    top: -213px;
}
.cal912 ul{
  left: -270px !important;
    top: -160px;
}
/*
.cal1019 {
  top: 137px;
  left: 124px;
}
*/

.cal1010 {
  right: -240px;
  top: 55px;
}

.cal1010 ul {
     left: -285px !important;
    top: -120px;
}

.cal103 {
right: -253px;
    top: 17px;
}

.cal103 ul {
    left: -295px !important;
    top: -150px;
}

.cal1031 {
  right: -225px;
  top: 175px;
}

.cal1031 ul {
 left: -245px !important;
  top: 40px;
}

.cal1017 {
  right: -225px;
  top: 96px;
}

.cal1017 ul {
    left: -260px !important;
    top: -80px;
}
.cal1018 {
  right: 80px;
    top: 135px;
}

.cal1018 ul {
    left: -170px !important;
    top: -187px;
}

.cal1024 {
  right: -225px;
  top: 136px;
}

.cal1024 ul {
left: -250px !important;
    top: -10px;
}

.cal1025 {
  right: 54px;
  top: 176px;
}

.cal1025 ul {
left: -160px !important;
    top: 55px;
}

/*
.cal1019 ul {
  top: -90px !important;
  left: -270px !important;
}
*/

.cal117 {
  right: -240px;
  top: 13px;
}

.cal117 ul {
  left: 45px !important;
   top: -30px;
}
.cal113 {
  right: -20px;
  top: 15px;
}

.cal113 ul {
  left: -15px !important;
   top: -100px;
}

.cal1121 {
    right: -210px;
    top: 95px;
}

.cal1121 ul {
  top: -8px;
  left: 45px !important;
}

.cal1123 {
right: 50px;
    top: 135px;
}

.cal1123 ul {
  top: 44px;
  left: 0px !important;
}
.cal1128 {
right: -225px;
    top: 135px;
}

.cal1128 ul {
  top: 25px;
  left: 33px !important;
}
.cal1129 {
right: 75px;
    top: 177px;
}

.cal1129 ul {
  top: 44px;
  left: 0px !important;
}


.cal1013 {
  right: 83px;
  top: 94px;
}

.cal1013 ul {
  left: 55px !important;
  top: -5px;
}

/*アルバムページ*/
#album ul {
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
	margin: 5rem 0;
}
#album ul::after {
  content: "";
  display: block;
  clear: both;
}

#album ul li img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  cursor: pointer;
}
span.cap-movie {
    font-size: 1.9rem;
}
#album ul li span span{
    display: block;
  text-align: right;
    font-size: 1.5rem;
    vertical-align: bottom;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
}

.modal_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.6);
  margin: auto;
  border-radius: 30px;
  text-align: center;
}

.modal_inner .batsu {
  width: 40px;
  display: block;
  position: absolute;
  right: 13px;
  top: 10px;
  cursor: pointer;
}

.modal_inner .batsu img {
  width: 100%;
}

.modal_player {
  height: auto;
  margin-top: 0;
  width: auto;
  height: auto;
  max-height: 85%;
  max-width: 95%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/*スマホスクロールナビ*/
.scroll {
  margin-bottom: 25px;
}

.scroll ul li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding: 5px 0;

}
/*add 2021*/
.left{
    float: left;
    padding: 0 1%;
}
.right{
    float: right;
    padding: 0 1%;
}
.clear{
    clear: both;
}
#gallery .main-inner-content .more {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
    padding-top: 30px;
    max-width: 1170px;
    margin: 0 auto;
}

