@charset "utf-8";
/* CSS Document */

footer .grid .li01,
footer .grid .li02{
	display: none;
}

.hd01{
	font-size: 3rem;
	margin-bottom: 40px;
}
.hd01 .en{
	display: block;
	font-size: 0.533333em;
	font-weight: 600;
	color: #003d99;
}

.swiper-nav {
	justify-content: center;
	overflow: hidden;
}

.swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.swiper-pagination .swiper-pagination-bullet{
	display: block;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	border: solid 2px #003d99;
	margin: 0 5px;
	cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet:hover,
.swiper-pagination .swiper-pagination-bullet-active{
	background: #003d99;
}

.swiperContainer .playBtn{
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	position: relative;
	width: 24px;
	height: 24px;
	background: url("/img/button_pause.png") no-repeat center / contain;
	margin-left: 5px;
	padding: 0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiperContainer .playBtn.paused{
	background-image: url("/img/button_play.png");
}

.swiper-main{
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.swiper-main .swiper-slide{
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.swiper-main .swiper-slide-active {
	opacity: 1;
}

.swiper-main .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-main .swiper-nav{
	position: absolute;
	left: calc(100% / 2 - 51px);
	bottom: 20px;
	z-index: 10;
}

@media screen and (max-width: 768px){
	.hd01{
		margin-bottom: 30px;
	}
}

/* ------------------------------------------------------------------------ */

/*  お知らせ

/* ------------------------------------------------------------------------ */

#sec_news{
	background: #003d99;
	padding: 60px 0;
}

#sec_news .contents{
	background: #fff;
	padding: 40px;
}

#sec_news .hd01{
	text-align: left;
	flex-shrink: 0;
	margin-bottom: 0;
}

#sec_news .btn{
	margin-top: 31px;
}

.newsList{
	max-width: 940px;
	width: 100%;
	margin-left: 65px;
}
.newsList li{
	border-bottom: solid 1px #ccc;
}
.newsList li a{
	display: flex;
	font-weight: 500;
	color: #000;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 0;
	position: relative;
	width: 100%;
}
.newsList li:first-child a{
	padding-top: 0;
}
.newsList li a:hover{
	color: #003d99;
}

.newsList li .date{
	flex-shrink: 0;
	margin-right: 19px;
	font-weight: 600;
}

.newsList li .labelBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 160px;
	margin-right: 20px;
	gap: 10px;
}
.newsList li .label{
	background: #f2f5f4;
	color: #fff;
	font-size: 1.4rem;
	min-width: 75px;
	line-height: 26px;
}
.newsList li .label.newslabel-1{
	background: #319e10;
}
.newsList li .label.newslabel-2{
	background: #d6000b;
}
.newsList li .label.newslabel-3{
	background: #0e8c84;
}
.newsList li .label.newslabel-4{
	background: #6f2680;
}
.newsList li .label.newslabel-5{
	background: #000;
}

.newsList li a .ttl{
	text-align: left;
	font-weight: 500;
	color: #003d99;
}

.newsList li a:hover .ttl{
	color: #d6000b;
}

@media screen and (max-width: 1023px){
	.newsList{
		margin-left: 35px;
	}
	.newsList li a{
		flex-wrap: wrap;
	}
		.newsList li a .ttl{
			margin-top: 10px;
			width: 100%;
		}
}
@media screen and (max-width: 768px){
	#sec_news .contents > .flex{
		display: block;
	}
	#sec_news .hd01{
		text-align: center;
		margin-bottom: 30px;
	}
	.newsList{
		margin: 0 auto;
	}
}
@media screen and (max-width: 580px){
	#sec_news .contents{
		padding: 20px;
	}
}

/* ------------------------------------------------------------------------ */

/*  会報

/* ------------------------------------------------------------------------ */
#sec_report{
	padding: 80px 0;
	overflow: hidden;
}

#sec_report .swiperContainer{
	position: relative;
}

.swiper-report{
	max-width: 1002px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-report .reportBox{
	display: flex;
	align-items: stretch;
}

.reportBox li{
	flex-shrink: 0;
	border: solid 1px #ccc;
	width: 300px;
}
	.reportBox li a{
		color: #000;
		display: block;
		height: 100%;
		position: relative;
	}
	.reportBox li a::after{
		content: "";
		display: block;
		position: absolute;
		right: 20px;
		bottom: 20px;
		background: url("/common/img/icon_arrow_red.png") no-repeat center / contain;
		width: 28px;
		height: 28px;
		transition: 0.3s;
	}

	.reportBox li figure{
		aspect-ratio: 298 / 219;
		width: 100%;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
		.reportBox li figure img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

.reportBox .txtBox{
	padding: 30px 30px 60px;
}

.reportBox li a:hover .txtBox::after{
	right: 14px;
}

.reportBox .txtBox .date{
	font-weight: 700;
	flex-shrink: 0;
}
	.reportBox .txtBox .date span{
		display: block;
		line-height: 1;
	}
	.reportBox .txtBox .date .month{
		font-size: 3.4rem;
		border-top: solid 1px #999;
		padding-top: 5px;
		margin-top: 5px;
	}

.reportBox .txtWrap{
	margin-left: 30px;
	text-align: left;
}
	.reportBox .txtWrap .ttl{
		font-weight: 700;
		font-size: 1.8rem;
	}
	.reportBox li a:hover .txtWrap .ttl{
		color: #003d99;
	}

	.reportBox .txtWrap .summary{
		color: #666;
		font-size: 1.2rem;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-top: 10px;
	}

#sec_report .swiper-nav{
	margin-top: 30px;
}

#sec_report .btn{
	margin-top: 30px;
}

#sec_report .swiper-button-report button{
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	top: calc(100% / 2 - 44px);
	z-index: 999;
}
#sec_report .swiper-button-report .swiper-button-prev{
	background: url("/common/img/icon_arrow_black.png") no-repeat center / contain;
	transform: scale(-1, 1);
	left: 0;
}
#sec_report .swiper-button-report .swiper-button-next{
	background: url("/common/img/icon_arrow_black.png") no-repeat center / contain;
	right: 0;
}


@media screen and (max-width: 1240px){
	.swiper-report::before,
	.swiper-report::after{
		width: 8vw;
	}
}
@media screen and (max-width: 1024px){
	#sec_report .swiper-button-report button{
		width: 40px;
		height: 40px;
		top: calc(100% / 2 - 34px);
	}
}
@media screen and (max-width: 768px){
	#sec_report{
		padding: 60px 0;
	}
}
@media screen and (max-width: 374px){
	.reportBox li{
		width: 280px;
	}
	#sec_report .swiper-button-report button{
		width: 25px;
		height: 25px;
	}
}

/* ------------------------------------------------------------------------ */

/*  試合日程・結果

/* ------------------------------------------------------------------------ */
#sec_games{
	background: url("/img/bg_game.jpg") no-repeat center / cover;
	padding: 80px 0;
}

#sec_games .hd01,
#sec_games .hd01 .en{
	color: #fff;
}

#sec_games .btn{
	margin-top: 30px;
}

.gameList li{
	background: #fff;
	padding: 40px 30px 24px;
	position: relative;
}
.gameList li + li{
	margin-top: 10px;
}

.gameList li .label{
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	line-height: 40px;
	font-weight: 700;
}
.gameList li .label.org{
	background: #bde8b0;
}
.gameList li .label.idi{
	background: #d9a1e5;
}

.gameList li .leftBox,
.gameList li .rightBox{
	width: calc(100% / 2 - 20px);
}

.gameList li .leftBox{
	text-align: left;
	font-weight: 700;
	padding-top: 15px;
}

.gameList .leftBox .date{
	font-size: 2rem;
	font-weight: 600;
}

.gameList .leftBox .ttl{
	font-size: 2rem;
	margin-top: 8px;
	line-height: 1.4;
}

.gameList .leftBox .start{
	display: inline-block;
	margin-top: 10px;
}

.gameList .leftBox .start .time{
	display: inline-block;
	margin-right: 10px;
	font-weight: 600;
}

.gameList .scoreBox{
	align-items: center;
	justify-content: center;
	font-size: 3.8rem;
}

.gameList .scoreBox .school{
	font-size: 1.8rem;
	font-weight: 700;
}

.gameList .scoreBox .score{
	font-size: 4.8rem;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 0 26px;
	flex-shrink: 0;
}
.gameList .scoreBox .score.home{
	color: #003d99;
}

.gameList .scoreBox .hyphen{
	transform: translateY(-0.1em);
}

.gameList .placeBox{
	line-height: 1.625;
	margin-top: 3px;
}

@media screen and (max-width: 1023px){
	.gameList li > .flex{
		display: block;
	}
	.gameList li .leftBox,
	.gameList li .rightBox{
		width: 100%;
	}
	.gameList li .rightBox{
		margin-top: 10px;
	}
}

@media screen and (max-width: 768px){
	#sec_games{
		padding: 60px 0;
	}
	.gameList li{
		padding: 20px;
	}
	.gameList li .label{
		font-size: 1.4rem;
		width: 60px;
		line-height: 30px;
	}
	.gameList li .leftBox{
		padding-top: 20px;
	}
	.gameList .leftBox .ttl{
		font-size: 1.8rem;
	}
	.gameList .leftBox .date{
		font-size: 1.6rem;
	}
	.gameList .scoreBox .school{
		font-size: 1.4rem;
	}
	.gameList .scoreBox .score{
		font-size: 3.8rem;
		margin: 0 10px;
	}
}