@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;
}
.red_p{
    color: red;
    padding-top: 100px;
    font-size: 20px;
    font-weight: 500;
}

.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;
}
.mt-p{
    margin-top: 30px;
    margin-bottom: 10px;
}

/*スクロールバー全体*/
.main-inner2 .main-inner-content ul::-webkit-scrollbar {
  width: 0;
}

.pc {
  display: block;
}

.pc_table {
  display: table-row;
}

.sp {
  display: none;
}

.font-none{
    font-family: 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;
  padding: 15px;
}

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 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;
}

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

header .container .hamburgers .btn_hamburger {
  display: inline-block;
  vertical-align: middle;
}





/*-------  ハンバーガーデザイン   ---*/
.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: rgba(0, 15, 51, 1);
}

.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._subjpg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  background-attachment: fixed;
}

/*ボール*/
.scroll_ball {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  /*  vertical-align: top;*/
  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/sub_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;
}
#second3 .more{
    position: absolute;
  bottom: 10px;
  right: 25px;
/*  border: solid 1px #000;*/
  padding: 5px 8px;
  color: #000;
  cursor: pointer;
  transition: 0.5s;
}
#second3 .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 {
  position: absolute;
  bottom: 0;
  right: 25px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

.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: top;
  width: 20%;
  margin: 0 5%;
}

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



/*北関東大学サッカー連盟とは*/
.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 {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: bold;
}



/*選抜情報*/
.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対策*/

}



/*下層ページここから*/

.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;
  width: 1170px;
  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;
}
.main-inner_sub .main-inner-content .new-icon-sub img{
  width: 15%;
}

/*カレンダー*/
.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,
body#second3 .main .top{
  height: 400px;
  background-image: url(../img/main_image._subjpg.jpg);
  background-position: 0 20%;
  background-attachment: inherit;
}

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

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

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

body#second1 .main .top h2,
body#second2 .main .top h2,
body#second3 .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,
body#second3 .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,
body#second3 .main .top img{
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 250px;
  width: 280px;
  opacity: 0.2;
}
body#second1 .main-inner-content,
body#second3 .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,
.league table.t-border th,
.league table.t-border td{
  font-size: 11px;
  border: solid 1px #000;
  height: 30px;
  width: 95px;
  text-align: center;
}

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

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

.league table.pc tr:nth-child(1) th,
.league table.t-border 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,
.league table.t-border tr td:last-child,
.league table.t-border tr th:last-child {
  border-right: none;
}
.league table.pc tr:last-child th,
.league table.pc tr:last-child td,
.league table.t-border tr:last-child th,
.league table.t-border tr:last-child td {
    border-bottom-width: 3px;
}
.league table.t-border tbody {
	border-bottom: 3px solid;
}
.league
table.pc,
.league table.t-border {
  margin: auto;
}

.league h3 {
  font-size: 24px;
  padding-bottom: 0;
}

/*大会情報 後半*/

body#second3 .main .top,
body#second2 .main .top {
  height: 400px;
  background-image: url(../img/main_image.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;
}

/*斜線*/
/*
.league table.pc {
    position: relative;
    padding-bottom: 50px;
}

.league table.pc:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1495px;
    transform-origin: left top;
    transform: rotate(45.3deg);
    height: 1px;
    background-color: #000;
    content: '';
}*/

.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-top: 2px solid #000;*/
  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;
}
/*body {
    min-width: 1170px;
}*/
.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;
}

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

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: 1001;
  opacity: 0;
}

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

.cal ul li:nth-child(1) {
  margin-left: 0;
}
/*リーグ戦カレンダー 第1部*/
.cal45 {
  right: -187px;
    top: 48px;
}
.cal45 ul {
  left: auto !important;
  right: 246px !important;
}
.cal46 {
      right: 109px;
    top: 85px;
}
.cal46 ul {
  left: auto !important;
  right: -57px !important;
}
.cal412 {
      right: -185px;
    top: 85px;
}
.cal412 ul {
  left: -241px !important;
  top: -38px;
}
.cal413 {
      right: 109px;
    top: 124px;
}
.cal413 ul {
  left: 53px !important;
  top: -33px;
}
.cal419 {
  right: -156px;
    top: 123px;
}
.cal419 ul {
  left: -230px !important;
  top: -67px;
}
.cal420 {
      right: 82px;
    top: 161px;
}
.cal420 ul {
    left: 40px !important;
    bottom: 104px;
}
.cal510 {
        right: -172px;
    bottom: -123px;
}
.cal510 ul {
    left: auto !important;
    right: 238px;
    top: -22px;
}
.cal511 {
        right: 92px;
    bottom: -4px;
}
.cal511 ul {
    left: auto !important;
    right: -38px;
    top: -22px;
}
.cal517 {
        right: -172px;
    bottom: -203px;
}
.cal517 ul {
    left: -246px !important;
    bottom: 73px;
}
.cal518 {
        right: 141px;
    bottom: -81px;
}
.cal518 ul {
    left: auto !important;
    right: -62px;
    top: -80px;
}
.cal524 {
    right: -199px;
    bottom: -240px;
}
.cal524 ul {
    left: auto !important;
    right: 255px;
    top: -114px;
}
.cal525 {
    right: 141px;
    bottom: -119px;
}
.cal525 ul {
    left: 62px !important;
    top: -112px;
}
.cal531 {
    right: -171px;
    bottom: -158px;
}
.cal531 ul {
    left: -250px !important;
    top: -112px;
}
.cal61 {
      right: 72px;
    top: 49px;
}
.cal61 ul {
    left: auto !important;
    right: -40px;
    top: 3px;
	width: 95%;
}
.cal67 {
        right: -213px;
    top: 49px;
}
.cal67 ul {
    left: auto !important;
        right: 257px;
    top: 11px;
}
.cal68 {
      right: 78px;
    top: 87px;
}
.cal68 ul {
    left: auto !important;
    right: -40px;
    top: -32px;
}
.cal614 {
      right: -199px !important;
    top: 87px;
}
.cal614 ul {
    left: auto !important;
        right: 247px;
    top: -31px;
}
.cal615 {
  right: 112px;
    top: 124px;
}
.cal615 ul {
    left: auto !important;
    right: -56px;
    top: -77px;
}
.cal621 {
      right: -183px;
    top: 126px;
}
.cal621 ul {
    left: auto !important;
    right: 240px;
    top: -72px;
}
.cal622 {
      right: 112px;
    top: 162px;
}
.cal622 ul {
    left: auto !important;
    right: -54px;
    top: -113px;
}
.cal628 {
  right: -184px;
    top: 164px;
}
.cal628 ul {
    left: auto !important;
    right: 242px;
    top: -110px;
}
.cal629 {
  right: 112px;
    top: 201px;
}
.cal629 ul {
    left: auto !important;
    right: -50px;
    top: -146px;
}
.cal906 {
      right: -213px;
    top: 50px;
}
.cal906 ul{
    left: auto !important;
        right: 261px;
    top: -2px;
}
.cal907 {
  right: 138px;
    top: 87px;
}
.cal907 ul{
    left: auto !important;
    right: -56px;
    top: -29px;
}
.cal913 {
      right: -186px;
    top: 88px;
}
.cal913 ul{
    left: auto !important;
    right: 245px;
    top: -33px;
}
.cal914 {
      right: 111px;
    top: 126px;
}
.cal914 ul{
    left: auto !important;
    right: -55px;
    top: -33px;
}
.cal920 {
  right: -186px;
    top: 125px;
}
.cal920 ul{
    left: auto !important;
    right: 245px;
    top: -57px;
}
.cal921 {
        right: 111px;
    top: 163px;
}
.cal921 ul{
    left: auto !important;
    right: -53px;
    top: -65px;
}
.cal927 {
    right: -215px;
    top: 164px;
}
.cal927 ul{
    left: auto !important;
    right: 257px;
    top: -108px;
}
.cal928 {
      right: 111px;
    top: 202px;
}
.cal928 ul{
    left: auto !important;
    right: -58px;
    top: -105px;
}
.cal104 {
  right: -193px;
    top: 50px;
}
.cal104 ul {
    left: auto !important;
    right: 246px;
    top: 2px;
}
.cal105 {
  right: 91px;
    top: 88px;
}
.cal105 ul {
    left: auto !important;
    right: -46px;
    top: 2px;
}
.cal1011 {
    right: -220px;
    top: 89px;
}
.cal1011 ul {
    left: auto !important;
    right: 259px;
    top: -44px;
}
.cal1018 {
  right: -162px;
    top: 126px;
}
.cal1018 ul {
    left: auto !important;
    right: 227px;
    top: -70px;
}
.cal1019 {
  right: 91px;
    top: 161px;
}
.cal1019 ul {
    left: auto !important;
    right: -48px;
    top: -110px;
}
/*リーグ戦カレンダー 第2部*/
.cal405_2 {
  right: -186px;
    top: 48px;
}
.cal405_2 ul {
  left: auto !important;
  right: 246px !important;
}
.cal406_2 {
      right: 83px;
    top: 85px;
}
.cal406_2 ul {
  left: auto !important;
  right: -41px !important;
    top: -26px;
}
.cal412_2 {
      right: -185px;
    top: 85px;
}
.cal412_2 ul {
  left: -241px !important;
  top: -38px;
}
.cal413_2 {
      right: 69px;
    top: 124px;
}
.cal413_2 ul {
  left: 33px !important;
  top: -74px;
}
.cal419_2 {
  right: -254px;
    top: 123px;
}
.cal419_2 ul {
  left: -262px !important;
   top: -67px;
    width: 90%;
}
.cal420_2 {
      right: 82px;
    top: 161px;
}
.cal420_2 ul {
    left: 40px !important;
    bottom: 104px;
}
.cal514_2 {
        right: -229px;
    top: 59px;
}
.cal514_2 ul {
    left: auto !important;
    right: 258px;
    top: -22px;
    width: 90%;
}
.cal511_2 {
        right: 96px;
    bottom: -3px;
}
.cal511_2 ul {
    left: 39px !important;
    bottom: 73px;
}
.cal517_2 {
        right: -185px;
    bottom: -2px;
}
.cal517_2 ul {
    left: auto !important;
        right: 246px;
    top: -74px;
}
.cal518_2 {
    left: 68px;
    bottom: -220px;
}
.cal518_2 ul {
    left: auto !important;
    right: -39px;
    top: -176px;
    width: 95%;
}
.cal524_2 {
        right: -242px;
    top: 137px;
}
.cal524_2 ul {
    left: -256px !important;
    top: -109px;
    width: 85%;
}
.cal525_2 {
        right: 98px;
    top: 173px;
}
.cal525_2 ul {
        left: 47px !important;
    top: -109px;
}
.cal531_2 {
        right: -183px;
    top: 174px;
}
.cal531_2 ul {
    left: -243px !important;
    top: -109px;
}
.cal601_2 {
      right: 40px;
    top: 47px;
}
.cal601_2 ul {
    left: auto !important;
    right: -51px;
    top: 3px;
    width: 80%;
}
.cal607_2 {
      right: -228px;
    top: 47px;
}
.cal607_2 ul {
    left: auto !important;
    right: 250px;
    top: 2px;
    width: 85%;
}
.cal608_2 {
  right: 97px;
    top: 86px;
}
.cal608_2 ul {
    left: auto !important;
        right: -45px;
    top: -33px;
}
.cal614_2 {
      right: -254px;
    top: 87px;
}
.cal614_2 ul {
    left: auto !important;
         right: 249px;
    top: -37px;
    width: 85%;
}
.cal615_2 {
      right: 111px;
    top: 124px;
}
.cal615_2 ul {
    left: auto !important;
        right: -53px;
    top: -69px;
}
.cal621_2 {
      right: -212px;
    top: 125px;
}
.cal621_2 ul {
    left: auto !important;
        right: 258px;
    top: -76px;
}
.cal622_2 {
      right: 71px;
    top: 162px;
}
.cal622_2 ul {
    left: auto !important;
        right: -60px;
    top: -104px;
	width: 85%;
}
.cal628_2 {
  right: -226px;
    top: 163px;
}
.cal628_2 ul {
    left: auto !important;
    right: 257px;
    top: -112px;
    width: 95%;
}
.cal629_2 {
      right: 113px;
    top: 200px;
}
.cal629_2 ul {
    left: auto !important;
    right: -56px;
    top: -146px;
}
.cal906_2 {
      right: -214px;
    top: 47px;
}
.cal906_2 ul{
    left: auto !important;
        right: 263px;
    top: 7px;
}
.cal907_2 {
  right: 42px;
    top: 83px;
}
.cal907_2 ul{
    left: auto !important;
    right: -43px;
    top: -33px;
	width: 85%;
}
.cal913_2 {
      right: -185px;
    top: 85px;
}
.cal913_2 ul{
    left: auto !important;
        right: 243px;
    top: -33px;
}
.cal914_2 {
      right: 55px;
    top: 123px;
}
.cal914_2 ul{
    left: auto !important;
    right: -40px;
    top: -70px;
    width: 90%;
}
.cal920_2 {
      right: -184px;
    top: 124px;
}
.cal920_2 ul{
    left: auto !important;
    right: 234px;
    top: -65px;
}
.cal921_2 {
    left: 79px;
    top: 162px;
}
.cal921_2 ul{
    left: auto !important;
    right: -40px;
    top: -108px;
    width: 90%;
}
.cal927_2 {
  right: -213px;
    top: 163px;
}
.cal927_2 ul{
    left: auto !important;
    right: 258px;
    top: -105px;
}
.cal928_2 {
      right: 42px;
    top: 201px;
}
.cal928_2 ul{
    left: auto !important;
        right: -34px;
    top: -152px;
    width: 90%;
}
.cal1004_2 {
  right: -207px;
    top: 50px;
}
.cal1004_2 ul {
    left: auto !important;
    right: 256px;
    top: 2px;
}
.cal1005_2 {
      right: 34px;
    top: 86px;
}
.cal1005_2 ul {
    left: auto !important;
        right: -42px;
    top: -25px;
    width: 85%;
}
.cal1011_2 {
      right: -205px;
    top: 86px;
}
.cal1011_2 ul {
    left: auto !important;
    right: 256px;
    top: 2px;
}
.cal1012_2 {
      right: 63px;
    top: 126px;
}
.cal1012_2 ul {
    left: auto !important;
        right: -43px;
    top: -80px;
    width: 90%;
}
.cal1018_2 {
      right: -261px;
    top: 125px;
}
.cal1018_2 ul {
    left: auto !important;
        right: 260px;
    top: -75px;
    width: 90%;
}
.cal1019_2 {
      right: 118px;
    top: 163px;
}
.cal1019_2 ul {
    left: auto !important;
        right: -56px;
    top: -88px;
}
/*総理大臣杯 カレンダー*/
.cal426_3 {
      right: -274px;
    top: 162px;
}
.cal426_3 ul{
    left: auto !important;
    right: 291px;
    top: -140px;
    width: 90%;
}

.cal427_3 {
  right: -17px;
    top: 199px;
}

.cal427_3 ul {
    left: auto !important;
        right: 5px;
    top: -165px;
}
.cal429_3 {
  right: -34px;
    top: 199px;
}

.cal429_3 ul {
    left: auto !important;
        right: 85px;
    top: -131px;
}
.cal55_3 {
      right: 30px;
    top: 59px;
}

.cal55_3 ul {
    left: auto !important;
    right: -52px;
    top: 7px;
}


/*アルバムページ*/
#album ul li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  padding: 1%;
}

#album ul li img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  cursor: pointer;
}

/*
#album ul li img:hover{
    opacity: 0.6;
}
*/
.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;

}