@charset "UTF-8";
/* CSS Document */

/*-- 共通部分 --*/

html {
font-size:62.5%;
scroll-behavior: smooth;
}

body{
font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
line-height: 1.4;
color: #000;
font-size: 1.6rem;
background: #fff;
margin-top:0;
}

img{
	max-width: 100%;
    width:100%;
	height: auto;
	vertical-align: bottom;
}

ul {
  list-style: none;
}

li{
    list-style:none;
}

p{
    letter-spacing: 0.05em;
	font-size: 1.6rem;
}

a{
	text-decoration: none;	
}

/*-- For Links --*/

a,a:active,a:visited,a:focus,a:hover{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
    color: #3e3e3e;
    text-decoration:none;
    outline: none;
}

a:hover {
    text-decoration:none;
}


/* show only  SP/PC*/
.sp-only {
	display: none;
}

.pc-only {	
	display: block;
}

@media screen and (max-width: 959px){
	html {
	margin-top:0 !important;
	}
}

@media screen and (max-width: 479px){ 
	.sp-only {
		display: block;
	}

	.pc-only {	
		display: none;
	}	
}


/*
 heder
*/

.header{
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 1px 7px 2px rgba(39,38,38,0.02);
	z-index:1;
	background-color:#fff;
}

.header__inner{
	max-width:1200px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	height: 70px;
    align-items: center;
	padding: 0 2%;
}

.header__logo img{
	width: 180px;
}

.header__link{
	width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center; 
	-ms-align-items: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
	list-style: none;
	text-align: center;
}

.header__link  li {
	display: inline-block;
	text-align: center;
	font-weight:bold;
	padding-left:2rem;
}

.header__link  li a {
	text-decoration: none;
	padding-bottom: 2px;  
	color: #333;
	display: block;
}

.header__link  li a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 2px solid #285f9f;
	display: block;
}

.header__link  li a:hover:after {
	width: 100%;
	border-bottom: 2px solid #285f9f;
}

.header__link .header__link--off a:hover:after {
	width: 0;
}

@media screen and (max-width: 959px){
	.header{
		display:none;
	}
	
	.wrapper{
		width: 100%;
		max-width: 1024px;
		padding: 0 4%;
		margin: 0 auto;
	}

	.sp-header{
		z-index:10000;
		display: block;
		width: 100%;
		max-width: 1024px;
		height: 50px;
		padding: 0 1rem;
    	margin: 0 auto;
		background:#fff;
		position: fixed;
	}
	
	.sp-header__toparea{
		z-index:9999;
		width: 100%;
		max-width: 1024px;
		padding: 1rem 2% 0;
	}
	
	.sp-header__toparea .top-inner{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		z-index:13;
		position:fixed;
	}
	
	.sp-header__toparea img{
		width: 120px;
	}
	
	.main__img{
		padding-top:50px;
	}
	
	
	/*ハンバーガーメニュー*/
	
	.accordion-container .normal-title {
		  position: relative;
		  margin: 0;
		  padding: 1em 1.5em;
		  background-color: #285f9f;
		  font-size: 1.5rem;
		  font-weight: normal;
		  color: #fff;
		  cursor: pointer;
		  border-bottom: solid 1px #efefef;
		}
	
	.accordion-container .normal-title:first-child{
		border-top: solid 1px #efefef;
	}
	
	
	.accordion-container .normal-title a{
		display: block;
		color: #fff;	
	   }
	
	.accordion-content a{
		color: #333;
		display: block;
	}
	
	.accordion-container .normal-title:hover { 
	  	background-color: #fff;
	}
	
	.accordion-container .normal-title a:hover { 
	  	color: #285f9f;
	}

	.accordion-content {
		background-color:#d9e0eb;
	}
	
	.accordion-content p{
		font-size: 15px;
		padding: 1rem 0;
		border-bottom: solid 1px #efefef;
		margin: 0 2rem;
		}
	
	
	/*ナビのスタイル*/
	.sp-header__menu{
		position: fixed;
		z-index: 12;
		top: 0;
		left: 0;
		background: #285f9f;
		text-align: left;
		width: 100%;
		height: 100%;
		display: none;
		padding-top:5rem;
	}

	.sp-header__menu .wrapper{
		height: 100%;
 		overflow: auto;
 		-webkit-overflow-scrolling: touch;
		padding:0;
	}

	/*ボタンのスタイル*/
	.Toggle {
		position: fixed;
		right:0px;
		top: 0px;
		width: 45px;
		height: 45px;
		cursor: pointer;
		z-index: 13;
		display: block;
	}

	.Toggle div {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: solid 2px #333;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 0%;
	}

	.Toggle .toggle-span {
		top: 30%;
	}

	.Toggle .toggle-span02 {
		top: 50%;
	}

	.Toggle .toggle-span03 {
		top: 70%;
	}

	.Toggle.active .toggle-span {
		top: 55%;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-bottom: solid 2px #fff;
		}
		.Toggle.active .toggle-span02,
		.Toggle.active .toggle-span03 {
		top: 55%;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: solid 2px #fff;
	}
	

/* 背景固定 */
/* html.is-fixed,
html.is-fixed body{
		height: 100%;
		overflow: hidden;
		margin-top: 0 !important;
		 } */
}

@media screen and (max-width: 959px){
.anchor{
    display: block;
    padding-top: 20px;
    margin-top: -20px;
}
}


/*
 トップページ共通
*/

.top-content{
	padding: 8rem 2%;
	max-width:1080px;
	width: 100%;
	margin: 0 auto;
}

.section__title{
	text-align:center;
	margin-bottom: 8rem;
	position: relative;
}

.section__title:after{
  position: absolute;
  bottom: -15px;
  left: calc(50% - 25px);
  width: 52px;
  height: 5px;
  content: '';
  background: #C7000C;
}

.section__title h2{
	font-size:5.2rem;
	color:#285f9f;
	font-family: 'Exo', sans-serif;
	font-weight:bold;
	font-style: italic; /*追加*/
}

#title .section__title h2,
#title2 .section__title h2,
#about .section__title h2,
#results .section__title h2{
    color: #fff;
}

.section__title .subtitle{
	font-size:2rem;
	color: #fff;
    text-shadow: 2px 1px #285f9f;
    font-weight: 700;
}

#results .section__title .subtitle{
	color:#fefefe;
}


@media screen and (max-width: 959px){
	.section__title h2{
		font-size:6.8rem;
	}
	
	.section__title{
		margin-bottom: 4rem;
	}
}




@media screen and (max-width: 479px){
	.top-content{
		padding: 4rem 4%;
	}
	
	.section__title{
		margin-bottom: 4rem;
	}
	
	
	.section__title h2{
		font-size:3.2rem;
	}
	
	.section__title .subtitle{
		font-size:1.4rem;
		padding-top:0;
	}
	
	.section__title:after{
	  width: 56px;
	  height: 4px;
	}
}


/*ボタン*/

.btn__link{
	display:block;
	width: 200px;
	max-width:100%;
	padding:1.2rem 1rem;
	background:#d6000f;
	border: 2px solid transparent;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	color:#fff;
	font-size: 1.6rem;
	text-align:center;
	text-decoeation:none;
	transition:.25s;
}


.btn__link:focus,
.btn__link:hover{
	background:#fff;
	border-color:currentColor;
	color:#d6000f;
}


.btn .btn__link{
	position: relative;
}

.btn .btn__link:before{
	content: "";
    position: absolute;
	top:52%;
    left: 88%;
    width: 12px;
    height: 1px;
    background: #fff;
}

.btn .btn__link:after{
	content: "";
    position: absolute;
	top:47%;
    left: 90%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn .btn__link:focus:before,
.btn .btn__link:hover:before{
	background: #d6000f;
}

.btn .btn__link:focus:after,
.btn .btn__link:hover:after{
	border-top: 1px solid #d6000f;
    border-right: 1px solid #d6000f;
}

.btn .btn__link{
	margin: 0 1rem; 
}

@media screen and (max-width: 479px){
	.btn{
		margin-top:2rem;
	}
	
	.btn:first-child{
		margin-top: 0;
	}
	
	.btn__link{
		width: 220px;
		font-size:1.5rem;
		padding:1.5rem 1rem;
	}
		
	.top-content__box{
		margin-top:3rem;
	}
	
	.btn .btn__link:after{
		top:46%;
	}
}

/*--　table　--*/

.table{
	width: 100%;
	margin-top: 6rem;
}

.table table{
	width: 100%;
	border-collapse: collapse;
	border: solid #CCC;
	border-width: 1px;
}

.table table tr th,
.table table tr td{
	padding: 3rem 2.2rem;
	text-align: left;
	vertical-align: top;
	border: solid #ddd;
	border-width: 1px;
}

.table table tr th{
	text-align: center;
}

.table th{
	font-weight:normal;
	
}

.table table tr td ul{
	margin-bottom:1rem;
}


@media screen and (max-width: 959px){
	.table{
		margin-top: 3rem;
	}
}

@media screen and (max-width:479px){
	
	.table{
		width: 100%;
		margin-top: 0;
	}
	
	.page__table--company{
		margin-top: 3rem;
	}
		
	.table table{
		width: 100%;
		border-width: 0 0 1px 0;
	}
	
	.table table tr th,
	.table table tr td{
		width: 100%;
		padding: 3% 5%;
		font-size:1.4rem;
		text-align: left;
	}
	
	.table table tr td p{
		font-size:1.4rem;
	}
	
	.table table tr td{
		border-width: 0px 1px 0px 1px;
	}
	
}


/*
 main
*/


.main{
	width: 100%;
}

/*
 TITLE
*/

.background-title{
	background-image: url("../../img/zenkokuesports2026/title-background.jpg");
	background-repeat: repeat;
    background-size: contain;
    background-position: center center;
    animation: bg1 30s infinite linear;
    border-top: double 5px #fff;
}
    @keyframes bg1 {
    0% {
    background-position: 0 0;
    }
    100% {
    background-position: 0 360px;
    }
    }

#title2 .background-title{
    background-color: white;
    background-blend-mode: luminosity;
}

.title__lead{
	text-align: center;
	background: repeating-conic-gradient(from 10deg, rgba(0, 0, 0, 0.8) 50deg, rgba(12, 12, 12, 0.8) 58deg 61deg, rgba(0, 0, 0, 0.9) 72deg 83deg, rgba(12, 12, 12, 0.9) 83deg), #fff;
	color: #fff;
	padding: 2rem;
	font-size: 1.8rem;
}

.title__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: space-evenly;
    max-width: 1200px;
    margin: 0px auto;
	padding: 3rem 2%;
}

.title__img{
	overflow: hidden;
  	display: block;
	width: 160px;
}

.title__img img{
	width: 100%;
	display: block;
	height: auto;
	transition: all, 0.5s;
}

.title__img img:hover{
  transform:scale(1.2,1.2);
  transition: .4s all;
}


@media screen and (max-width: 959px){
	.title__img{
		overflow: hidden;
		display: block;
		width: 140px;
	}

	.title__img img{
		width: 100%;
		display: block;
		height: auto;
		transition: all, 0.5s;
	}	
}

@media screen and (max-width:479px){
	.title__lead{
		font-size: 1.6rem;
		padding: 2rem;
	}
	
	.title__wrapper{
		flex-wrap: wrap;
		max-width: 920px;
		margin: 0px auto;
		padding: 3rem 4%;
	}
	
	.title__img{
		width: 140px;
		margin-bottom: 2rem;
	}
	
	.title__img:last-of-type{
		width: 140px;
		margin-bottom: 0;
	}
}


/*
 NEWS
*/


.background-news{
	background-image: url("../../img/zenkokuesports2026/news-background.jpg");
	background-repeat: repeat;
	background-size: contain;
}

.news__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

#news h3{
	font-size:2.8rem;
	font-weight: 400;
	color:#285f9f;
	font-family: 'Exo', sans-serif;
	font-style: italic;
	margin-bottom: 1.6rem;
}

.news__list{
/*	height: 425px;*/
	overflow-y: auto;
	background-color: #fff;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
}

.news__item{
	font-size: 1.5rem;
	border-bottom: solid 1px #ddd;
    position: relative;
}

.news__item a{
    padding: 1.6rem;
    display: inline-block;
}

.news__item:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #285f9f;
    border-left: 2px solid #285f9f;
    transform: rotate(135deg);
    position: absolute;
    right: 30px;
    bottom: 50%;
}

.news__item a time.news_time {
	color: #C7000C;
    font-style: italic;
    font-weight: 700
}

.news__item a .news__lead{
    color: #333;
}

.news__item a:hover{
	color: #285f9f;
}

.news__lead{
	margin-top: 1.5rem;
    padding-right: 30px;
}

.twitter__wrapper .timeline-Widget{
	border-radius:0 !important;
}

.twitter-share-button{
	color:#C7000C;
	background-color:#fff;
	border:2px solid #C7000C;
	padding: 0.4rem 1rem;
	border-radius:20px;
	margin: 0 1rem;
}

@media screen and (max-width: 959px){
	
	.news__item{
		padding: 1.6rem;
	}
	
	.news__lead{
		margin-top: 0.8rem;
	}
}

@media screen and (max-width:479px){	
	.news__wrapper{
		display: block;
	}
	
	#news h3{
		text-align: center;
		font-size: 2.2rem;
	}
	
}

/*
 ABOUT
*/

.background-about{
	background-image: url("../../img/zenkokuesports2026/about-background.jpg");
	background-repeat: repeat;
	background-size: cover;
    animation: bg2 20s infinite linear;
}
    @keyframes bg2 {
    0% {
    background-position: 0 0;
    }
    100% {
    background-position: 360px -120px;
    }
    }
}


#about .section__title h2{
	color:#fff;
}

#about .section__title .subtitle{
	color:#fff;
}

.top-content__lead{
	color:#fff;
}




/*table*/

.table-about{
	background-color: #fff;
/* 	padding: 4rem 6rem; */
	box-sizing: border-box;
/* 	max-width:960px; */
}

.table-about th,
.table-about td{
	color:#333;
}

.table-about th{
	width: 240px;
}

.table-about td{
/* 	width: 76%; */
}

.table-about table{
	border:none;
}

.table-about table tr th,
.table-about table tr td{
	border:none;
	border-bottom: solid 1px #999;
}

.table-about td a{
	color: #fff;
	border-bottom:solid 1px #fff;
}

.table-about td a:hover{
	color: #d6000f;
	border-bottom:solid 1px #d6000f;
}



@media screen and (max-width: 959px){
	
.table-about{
	background-color: #fff;
	padding: 2rem 3rem;
}
	
}



@media screen and (max-width:479px){

	.top-content__lead{
		font-size:1.5rem;
	}
	
	.table-about{
		background-color: #fff;
		padding: 3rem 1.6rem;
	}
	
	.table-about table,
	.table-about table tbody,
	.table-about table tr,
	.table-about table tr th,
	.table-about table tr td{
		display: block;
	}
	
	
	.table-about table tr th{
		border-bottom: none;
	}
	
	.table-about table tr th,
	.table-about table tr td{
		padding: 0 4%;
	}
	
	.table-about table tr td{
		padding: 0.8rem  4% 1.4rem;
	}
	
	.table-about table tr th{
		padding: 1.4rem 4% 0;
	}
	
	.table-about table{
		border-top:solid 1px #999;
	}
}



/*
 title
*/

.table-title{
		white-space: nowrap;
	}

.table-title  table tr th{
	background:#333;
	color:#fff;
	padding:1.2rem;
}

.table-title th,
.table-title td{
	width: 25%;
}

.table-title table tr td{
	padding:1.2rem 1rem;
	background-color: #fff;
    vertical-align: middle;
    line-height: 2;
}


.table-title a{
	color:#000;
	border-bottom:solid 1px currentcolor;
}

.table-title a:hover{
	color:#285f9f;
	border-bottom:solid 1px currentcolor;
}

@media screen and (max-width: 1020px){
	.table-title{
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

@media screen and (max-width:479px){
		
	.table-title{
		margin-top: 3rem;
	}
    .table-title table tr td{
        border-width: 1px;
    }
}

/*
 RESULTS
*/
#results .background-results{
	background-image: url("../../img/zenkokuesports2026/low-poly-grid-haikei.svg");
	background-repeat: repeat;
    background-size: inherit;
    background-position: center center;
}

#results h3{
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 2rem;
    font-size: 2.4rem;
    text-align: center;
}

@media screen and (max-width: 479px){
    #results h3 {
    font-size: 1.8rem;
}
}

#results .results__card{
    margin-bottom:1em;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
}

@media screen and (max-width: 640px){
    #results .results__card img{
        width: 100%;
        margin-left: 0
    }
}

#results .winner__card{
    display: inline-block;
    width: calc((100% - 12px) / 3);
    min-height: 680px;
    vertical-align: top;
}

#results .winner__card.col-2{
    display: inline-block;
    width: calc(50% - 3px);
}

@media screen and (max-width: 640px){
    #results .winner__card{
    width: 100%;
    }
}

#results .winner_wrapper2{
    min-height: 680px;
}

#results .ht-760{
    min-height: 760px;
}

#results h4{
    text-align: center;
    padding: 0.5em;
}

#results .winner__card.team,
#results .winner__card.team .winner_wrapper2{
    min-height: inherit;
}

#results .winner__card.col-2 .winner_wrapper2{
    width: calc((200% - 12px) / 3);
}

@media screen and (max-width: 640px){
    #results .winner__card.col-2 .winner_wrapper2{
    width: 100%;
    }
}

#results .winner__card img{
    width: 75%;
    margin: 0 auto;
    display: block;
}

#results p{
    padding: 1em 0.5em;
}

#results .team__wrapper p{
    width: calc((100% - 12px) / 3 * 2);
    margin: 0 auto;
}

#results .winner__card.col-2 p{
    width: 100%;
}

#results .winner__card.light,
#results .team__wrapper.light{
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
}

#results .winner__card.light.col-2 .winner_wrapper2{
    margin-left: calc(100% - ((200% - 12px) / 3));
}

#results .winner__card.dark,
#results .team__wrapper.dark{
    background-color: transparent;
    background-image: linear-gradient(180deg, #EEEEEE 0%, #FFFFFF 100%);
}

#results .winner__card.dark.col-2 .winner_wrapper2{
    margin-right: calc(100% - ((200% - 12px) / 3));
}

#results table.department__table {
    width: 100%;
}

#results table.department__table th {
    background-image: linear-gradient(180deg, #CCCCCC 0%, #FFFFFF 100%);
    color: #333;
}

#results table.department__table th.th1 {
    background-image: linear-gradient(180deg, #111111 0%, #AAAAAA 100%);
    color: #fff;
}

#results table.department__table th.th2 {
    background-image: linear-gradient(180deg, #333333 0%, #222222 100%);
    color: #fff;
}

#results table.department__table th,
#results table.department__table td {
    border: 0.5px solid #333;
    padding: 1em;
}



@media screen and (max-width: 640px){
    #results .winner__card,
    #results .winner_wrapper2,
    #results .ht-760{
        min-height: inherit;
    }
    #results .winner__card.light.col-2 .winner_wrapper2,
    #results .winner__card.dark.col-2 .winner_wrapper2{
        margin-left: 0;
        width: 100%;
    }
    #results .col-2,
    #results .winner__card.col-2{
        width: 100%;
    }
    #results .winner__card.team.col-2{
        width: 50%;
    }
    #results .winner__card img,
     #results .winner__card.col-2 img{
        width: 50%;
        margin-left: 25%;
    }
    #results .team__wrapper .winner__card.team.col-2 img{
        width: 100%;
        margin-left: 0;
    }
    #results .winner__card.dark.col-2 .winner_wrapper2,
    #results .winner__card.light.col-2 .winner_wrapper2,
    #results .winner__card.light,
    #results .winner__card.dark,
    #results .team__wrapper.light,
    #results .team__wrapper.dark{
        background-color: transparent;
        background-image: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
    }
    #results .team__wrapper p{
        width: 100%;
    }
}

#results .results__card.brackets-wrapper {
    width: 90vw;
    margin-left: calc(540px - 47vw);
    background-color: transparent;
    background-image: inherit;
}

@media screen and (max-width: 1080px){
#results .results__card.brackets-wrapper {
    margin-left: calc(3vw - 0.5em);
}
}

#results .brackets-wrapper h4
{    width: 100%;
    text-align: center;
}

#results .brackets-wrapper h4{
    background-color: #fff;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #EEEEEE 100%);
    padding: 1em;
}

#results .brackets-items{
    display: flex;
    margin-top: 1em;
}

#results .brackets-item{
    display: inline-block;
    width: 50%;
}

@media screen and (max-width: 640px){
    #results .brackets-items{
        display: block;
        margin-top: 0;
    }
    #results .brackets-item{
        width: 100%;
        margin-top: 1em;
    }
}

#results .brackets-wrapper img{
    width: 100%;
}

	
/*
 ARCHIVE
*/

.background-archive{
	background-image: url("../../img/zenkokuesports2026/news-background.jpg");
	background-repeat: repeat;
	background-size: comtain
}


.archive__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-evenly;
}

.archive__img{
	box-shadow: 0px 0px 19px -7px rgba(30,29,29,0.6);
    width: 23%;
}

.archive__img img{
	width: 330px;
}

.archive__img img:hover{
  transform:scale(1.04,1.04);
  transition: .6s all;
}

@media screen and (max-width: 959px){
	.archive__img img{
		width: 230px;
	}
}



@media screen and (max-width:479px){
	.archive__wrapper{
		margin: 0 auto;
	}
	
	.archive__img{
		margin-bottom: 1rem;
         width: 48%;
	}
	
	.archive__img:last-of-type{
		margin-bottom: 0;
	}
	
	.archive__img img{
		width: 100%;
	}
}

/*
 SCHEDULE
*/

#schedule p{
    margin-bottom: 1rem;
    font-weight: 700;
}

#schedule input{
    display:none;
}

#schedule .container{
    position: relative;
}

#schedule .container a{
    color: #333;
    margin-bottom: 1em;
    margin-top: 1em;
    display: inline-block;
    font-weight: 700;
}

#schedule .container a:hover{
    opacity: 0.7;
}

#firstday-bt:checked ~ #firstday,
#secondday-bt:checked ~ #secondday{
    background: #3399cc;
    color: #fff;
    transition: .5s;
}

#firstday-bt:checked ~ .channel-wrapper-first,
#secondday-bt:checked ~ .channel-wrapper-second{
    display :block;
    padding: 2rem 2% 6rem 2%;
    transition: .5s;
}

#schedule .channel-wrapper-first, #schedule .channel-wrapper-second{
    border: solid 0.5px #3399cc;
    background-image: url(../../img/zenkokuesports2026/blob-scene-haikei.svg);
    background-repeat: repeat;
    background-size: cover;
    color: #333;
    padding: 1rem;
    display: none;
}

.background-schedule{
            background-image: url(../../img/zenkokuesports2026/news-background.jpg);
            background-repeat: repeat;
            background-size: cover;
            }

#firstday, #secondday{
    display: inline-block;
    border: 1px solid #3399cc;
    padding: 2rem;
    border-bottom: none;
    font-weight: 700;
    background-color: #fff;
    cursor: pointer;
    color:#333;
}

.channel-title1, .channel-title2, .channel-title3{
    width: 100%;
    margin: 2rem auto;
    padding: 1rem 0;
    text-align: center;
    font-size: 130%;
    background-color: #333;
    color: #fff;
    font-weight: 700;
}

.channel-tbl1,.channel-tbl2{
    width: 100%;
}

.channel-tbl1 td,.channel-tbl2 td{
    padding: 5px;
    border: solid #CCC 2px;
    background-color: #fff;
    text-align: center;
}

.channel-tbl1.pc-only{
    height: 120px;
    display: inline-table;
}

@media screen and (max-width: 640px){
    .channel-tbl1.pc-only{
        display: none;
    }
}

.channel-tbl1 td:nth-child(1),
.channel-tbl1 td:nth-child(3),
.channel-tbl1 td:nth-child(5),
.channel-tbl1 td:nth-child(7)
{
    width: 23.25%;
    border: #333 solid 0.5px;
    background-image: url(../../img/zenkokuesports2026/news-background.jpg);
    background-repeat: repeat;
    background-color: rgba(0,0,0,0.05);
    background-blend-mode: darken;
    background-size: 100px;
}


@media screen and (max-width: 959px){
    .channel-tbl1 td:nth-child(1),
    .channel-tbl1 td:nth-child(3),
    .channel-tbl1 td:nth-child(5),
    .channel-tbl1 td:nth-child(7){
        width:24.5%;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 640px){
    .channel-tbl1.sp-only{
        height: inherit;
        display:block;
    }
    .channel-tbl1 td:nth-child(1),
    .channel-tbl1 td:nth-child(3),
    .channel-tbl1 td:nth-child(5),
    .channel-tbl1 td:nth-child(7){
        width:49.5%;
        height: 120px;
        font-size: 1.4rem;
    }
}


.channel-tbl1 td:nth-child(7) a{
    letter-spacing: -0.05em;
}

.channel-tbl1 td:nth-child(1) a,
.channel-tbl1 td:nth-child(3) a,
.channel-tbl1 td:nth-child(5) a,
.channel-tbl1 td:nth-child(7) a{
    font-size: 120%;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 100%;
    position:relative;
    }

.channel-tbl1 td:nth-child(1) a:after,
.channel-tbl1 td:nth-child(3) a:after,
.channel-tbl1 td:nth-child(5) a:after,
.channel-tbl1 td:nth-child(7) a:after{
    position:absolute;
    left: 0;
    top: calc(50% - 14px);
    width:100%;
    height:100%;
    color: #333;
}


.channel-tbl1 td:nth-child(1) a:after{
    content:"YouTube";
}

.channel-tbl1 td:nth-child(3) a:after{
    content:"ニコニコ";
}

.channel-tbl1 td:nth-child(5) a:after{
    content:"Twitch";
}

.channel-tbl1 td:nth-child(7) a:after{
    content:"OPENREC.tx";
}

@media screen and (max-width: 640px){
    .channel-tbl1 tr:nth-child(2){
        height: 1rem;
    }
    .channel-tbl1 tr:first-child td:nth-child(1) a:after{
    content:"YouTube";
}
    .channel-tbl1 tr:first-child td:nth-child(3) a:after{
    content:"ニコニコ";
}
    .channel-tbl1 tr:nth-child(3) td:nth-child(1) a:after{
    content:"Twitch";
}
    .channel-tbl1 tr:nth-child(3) td:nth-child(3) a:after{
    content:"OPENREC.tx";
}
}

.channel-tbl1 td:nth-child(1) a:hover,
.channel-tbl1 td:nth-child(3) a:hover,
.channel-tbl1 td:nth-child(5) a:hover,
.channel-tbl1 td:nth-child(7) a:hover{
    font-size: 140%;
    transition: .3s;
}

.channel-tbl1 td:nth-child(2),
.channel-tbl1 td:nth-child(4),
.channel-tbl1 td:nth-child(6)
{
    width: 3.33%;
    opacity: 0;
}

@media screen and (max-width: 959px){
    .channel-tbl1 td:nth-child(2),
    .channel-tbl1 td:nth-child(4),
    .channel-tbl1 td:nth-child(6){
        padding: 1px;
        width: 0.67%;
    }
}

.channel-tbl2 td{
    width: 25%;
}

.channel-tbl3.pc-only{
    display: inline-table;
}

.channel-tbl3 td{
    border: #333 solid 0.5px;
    background-color: #fff;
    text-align: center;
}

.channel-tbl3 .title__img{
    width: inherit;
}

@media screen and (max-width: 640px){
    .channel-tbl3.pc-only{
        display:none;
    }
    .channel-tbl3.sp-only{
        height: inherit;
        display:block;
    }
}

.channel-tbl3.full td{
    width: 16.6%;
}

#schedule .title__img{
    width: 100%;
}

.channel-tbl4{
    margin-top: 2rem;
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    white-space: inherit;
}

@media screen and (max-width: 959px){
    .channel-tbl4{
        white-space: nowrap;
    }
}

@media screen and (max-width: 640px){
    .channel-tbl4.pc-only{
        display: none;
    }
}

@media screen and (max-width: 640px){
    .channel-tbl4.sp-only{
        height: inherit;
        display:block;
        width: 100%;
        white-space: inherit;
        overflow-x: inherit;
    }
    .channel-tbl4.sp-only th,
    .channel-tbl4.sp-only td{
        width: 50%;
    }
    .channel-tbl4.sp-only td{
        background-color: #ccc;
    }
    .channel-tbl4.sp-only td.headline{
        background: #fff;
        color: #333;
        font-weight:700;
    }
}

.channel-tbl1 td img, .channel-tbl2 td img{
    margin: 5px auto;
    width: 64px;
    display: block;
}

.channel-tbl4 th, .channel-tbl4 td{
    text-align: center;
    padding: 1.2rem 0.3rem;
    font-size: 1.6rem;
    border: solid #ddd 1px;
    letter-spacing: -.01em;
}

.channel-tbl4 th{
    background: #333;
    color: #fff;
    font-weight: 100;
}

/*
 copy
*/

.copy{
	background-color: #333;
	color: #fff;
	padding:3rem 2%;
}

.copy__list{
	max-width: 960px;
    width: 100%;
    margin: 0px auto;
}


@media screen and (max-width:479px){
	.copy{
		padding:3rem 4%;
	}
	
	.copy__list{
		font-size:1.4rem;
	}
	
}


/*
 footer-link
*/

.background-footer-link{
	background:#f3f3f3;
}

.footer-items{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
/* 	flex-wrap: wrap; */
	justify-content: center;
	padding:4rem 2%;
}

.footer-link__list{
	margin-right:1rem;
	color:#fff;
    width: 30%;
    max-width: 200px;
	box-shadow: 1px 1px rgba(30,29,29,0.1);
}

/* .footer-link__list:not(:nth-child(3n+3)){
	margin-right: 2%;
} */

/* .footer-link__list:nth-child(n+4){
	margin-top: 3rem;
} */

/

/* .footer-link__list a:hover{
	border-bottom: solid 1px #fff;
} */


.footer-link__list img{
/* 	width: 100%; */
}


@media screen and (max-width:479px){
	
	.footer-link{
		padding:2.4rem 2%;
		text-align: center;
		flex-wrap:wrap;
	}
	
	.footer-link__list{
/* 		margin: 0; */
		padding-left: 0;
		color:#fff;
		width:48%;
	}
	
		.footer-link__list:nth-of-type(2n){
			margin-right:0;
		}
	
	.footer-link__list:nth-child(n+3){
			margin-top:1rem;
		}
		
	.footer-link__list::before { 
		  left: 19%;
		  width: 20px; 
		  height: 20px; 
		}
 
	.footer-link__list::after { 
		 left: 21.5%;
		}

	.footer-link__list a{
		font-size:1.5rem;
		}
	}


/*
 footer
*/

.footer{
	background:#fff;
    width: 100%;
    margin: 0 auto;
	margin-bottom: -22px;
}

.footer__inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 4rem 4%;
    max-width: 960px;
	margin: 0 auto;
}

.footer__inner p{
	font-size:1.5rem;
}


@media screen and (max-width: 479px){
	.footer__inner{
		padding: 2.4rem 4%;
	}
	
	.footer__inner p{
		font-size:1.4rem;
	}
}


.copyright{
	text-align:center;
	padding:1rem 0;
	background:#285f9f;
	color:#fff;
	font-size:1.2rem;
}

#page_top {
    width: 70px;
    height: 70px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #C7000C;
    z-index: 1;
}

#page_top a {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    text-decoration: none;
}

#page_top a::before {
	content: '';
    font-size: 30px;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10%;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
	border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 35%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

@media screen and (max-width: 479px){
	#page_top {
		width: 45px;
		height: 45px;
	}

	#page_top a {
		width: 45px;
		height: 45px;
	}

	#page_top a::before {
		width: 10px;
    	height: 10px;
		left: 30%;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
	}
}


/* popup */

.hover_popup {
            position: relative;
        }
        
.hover_popup a:hover:after {
            content: "後日公開予定";
            position: absolute;
            bottom: 8px;
            left: 30px;
            width: 100px;
            height: 20px;
            color: #000;
            background-color:#fff;
            font-size:90%;
        }


/*---------------------
 
		下層ページ

---------------------*/

