@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lexend+Exa:wght@100..900&display=swap');

.dir-farewellgame main .en {
	font-family: "Lexend Exa", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	}
.dir-farewellgame main > section{
	padding-bottom: 40px;
	padding-top: 40px;
}
.dir-farewellgame main a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.dir-farewellgame main a.link{
	text-decoration: underline;
	color: #E60C11;
}
.dir-farewellgame main a.link:hover{
	color: #152443;
}
.dir-farewellgame main a.text-link{
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	text-decoration: underline;
	color: #ecd843;
}

.dir-farewellgame main a.text-link i{
	display: inline-block;
	margin-left: 5px;
}
.dir-farewellgame main .btn{
	text-align: center;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	border-radius: 50px;
	padding: 25px 0;
	text-decoration: none;
	min-width: 360px;
	max-width: 360px;
	position: relative;
	background: #000;
}
.dir-farewellgame main .btn.bg-y{
	background-color: #ecd843;
	color: #000000;
}
.dir-farewellgame main .design-btn .btn.bg-y{
	margin-top: 20px;
	font-size: 1.6rem;
}
.dir-farewellgame main .design-btn .btn{
	min-width: 500px;
	max-width: 500px;
}
.dir-farewellgame main .btn-ticket{
	width: 700px;
	background-color: #E60C11;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100px;
	margin: 30px auto;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	box-shadow: -7px 7px 0px #8b110d;
	transition: 0.3s;
}
.dir-farewellgame main .btn-ticket:hover{
	box-shadow: unset;
	transform: translate(-4px, 4px);
}
.dir-farewellgame main .btn-ticket img{
	height: 60px;
	margin-right: 10px;
}
.dir-farewellgame main .btn-ticket p{
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	display: inline-block;
}
.dir-farewellgame main figure.pic{
	padding: 15px;
}
.dir-farewellgame .bg-blue {
	background-color: #152443!important;
	color: #FFFFFF;
}
.dir-farewellgame .floating-button{
	position: fixed;
	right: 10px;
	bottom: 30px;
	z-index: 10;
}
.dir-farewellgame .floating-button a{
	background-color: #152443;
	border: 4px solid #9c8f63;
	color: #FFFFFF;
	font-size: 1.6rem;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: relative;
}

.dir-farewellgame footer{
	background-color: #152443;
	padding-top: 20px;
	padding-bottom: 20px;
	}
.dir-farewellgame .line{
	width: 100%;
	height: 5px;
	margin-bottom: 5px;
	}
.dir-farewellgame .line01{
	background-color: #f9ec21;
	}
.dir-farewellgame .line02{
	background-color: #b21d23;
	}
.dir-farewellgame .line03{
	background-color: #039fea;
	}
.dir-farewellgame .line04{
	background-color: #ec5413;
	}

/*---------- タイトル ----------*/
.dir-farewellgame main .main-ttl{
	font-size: 52px;
	margin-bottom: 30px;
	font-weight: 800;
	color: #ecd843;
/*	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);*/
}
.dir-farewellgame main .sub-ttl{
	font-size: 2.0rem;
	margin-bottom: 15px;
	font-weight: 800;
	border-left: 5px solid #000;
	padding-left: 5px;
	line-height: 1.0;
}
.dir-farewellgame main .message-inner > p:not(:first-child){
	margin-top: 10px;
}
/*---------- ニュース ----------*/
#news-outer dl{
	display: flex;
	flex-wrap: wrap;
}
#news-outer dl dt{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: normal;
	width: 18%;
}
#news-outer dl dd{
	line-height: 1.8;
	color: #FFFFFF;
	width: 82%;
}
#news-outer dl dt, #news-outer dl dd{
	padding: 3.5rem .5rem;
	border-bottom: .1rem solid #FFFFFF;
}
#news-outer .news-list.close dl:nth-child(n + 7){
  display: none;
}
#news-outer .more-link{
border-radius: 2px;
background: #000000;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.53;
padding: 15px 30px;
position: relative;
width: 100%;
max-width: 375px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
/*--------- ゲーム -----------*/
.dir-farewellgame main .match-data{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
}
.dir-farewellgame main .match-data_ttl{
	font-weight: 800;
	font-size: 2.3rem;
}
.dir-farewellgame main .match-data-main{
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 12px;
}
.dir-farewellgame main .match-data-club{
	display: flex;
	align-items: center;
}
.dir-farewellgame main .match-data-club .name{
	font-weight: 800;
	font-size: 3.7rem;
	position: relative;
}
.dir-farewellgame main .match-data-club .name:before{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(
		to right, 
		#f0cd1f 0%, #f0cd1f 25%,
		#b21e23 25%, #b21e23 50%,
		#00a0e9 50%, #00a0e9 75%,
		#ea5514 75%, #ea5514 100%
	);
}
.dir-farewellgame main .match-data-index{
	width: 400px;
}
.dir-farewellgame main .match-data-index_data{
	font-size: 7.0rem;
	line-height: 1;
	font-weight: 800;
}
.dir-farewellgame main .match-data-index_data .week{
	font-size: 4.3rem;
}
.dir-farewellgame main .match-data-index_kickoff{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	font-weight: bold;
}
.dir-farewellgame main .match-data-index_kickoff span{
	background-color: #9c8f63;
	display: block;
	line-height: 1.4;
	margin-right: 8px;
	padding: 3px 10px;
	color: #FFFFFF;
	font-size: 1.4rem;
}
.dir-farewellgame main .match-data-index_kickoff em{
	display: block;
	font-size: 2.3rem;
}
.dir-farewellgame main .match-data-index_place{
	position: relative;
	margin-top: 8px;
}
.dir-farewellgame main .match-data-index_place:before{
	content: "\f3c5";
	font-weight: 700;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	margin-right: 5px;
}
.dir-farewellgame main .match-data-score{
	font-size: 8.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.dir-farewellgame main .match-data-score span{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.dir-farewellgame main .match-data-pk{
	font-weight: bold;
	font-size: 2.5rem;
}
.dir-farewellgame main .match-data-pk span{
	display: inline-block;
	font-size: 1.8rem;
	margin-left: 3px;
	margin-right: 3px;
}
.dir-farewellgame main .match-data-game{
	font-size: 3.5rem;
	margin-top: 15px;
}
.dir-farewellgame main .match-data-game .week{
	font-size: 2.0rem;
	margin-right: 10px;
	margin-left: 5px;
}
.dir-farewellgame main .match-data-game .time{
	font-size: 2.0rem;
}
.dir-farewellgame main .match-data-game .place{
	font-size: 2.0rem;
	position: relative;
	margin-left: 8px;
}
.dir-farewellgame main .match-data-game .place:before{
	content: "\f3c5";
	font-weight: 700;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	margin-right: 5px;
}
.dir-farewellgame main .photo-outer ul{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.dir-farewellgame main .photo-outer ul li{
	width: calc(25% - 10px);
}
.dir-farewellgame main .photo-outer ul li img{
	width: 100%;
	height: 255px;
	object-fit: cover;
	vertical-align: middle;
}
/*---------- メンバー ----------*/
.dir-farewellgame main .member-inner{
	display: flex;
	justify-content: center;
}
.dir-farewellgame main .member-inner > div{
	width: calc(50% - 10px);
	margin-bottom: 30px;
}

.dir-farewellgame main .member-inner h2{
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 2.4rem;
	text-align: center;
}
.dir-farewellgame main .member-inner .player-list{
	display: flex;
	flex-wrap: wrap;
}
.dir-farewellgame main .member-inner .player-name{
	display: flex;
	flex-wrap: wrap;
	width: calc(50% - 5px);
	margin-left: 10px;
	margin-bottom: 15px;
}
.dir-farewellgame main .member-inner .player-list .player-name:nth-child(2n + 1){
	margin-left: 0;
} 
.dir-farewellgame main .member-inner .player-name:not(:last-child){
/*	margin-bottom: 8px;*/
/*	border-bottom: 1px solid #fff;*/
/*	padding-bottom: 8px;*/
}
.dir-farewellgame main .member-inner .posi{
	width: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
}
.dir-farewellgame main .member-inner .posi em{
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.0;
	color: #000000;
	font-weight: bold;
}
.dir-farewellgame main .member-inner .name{
	font-weight: bold;
	margin-left: 12px;
	font-size: 18px;
}
.dir-farewellgame main .member-inner .kana{
	font-size: 1.0rem;
	line-height: 1.0;
	margin-bottom: 0;
	letter-spacing: .15rem;
	display: block;
}
/*----- エンブレム -----*/
.dir-farewellgame main .emblem-list{
	display: flex;
}
.dir-farewellgame main .img{
	width: 250px;
}
.dir-farewellgame main .text{
	padding: 30px 0 30px 30px;
	width: calc(100% - 290px);
}
/*----- ユニフォーム -----*/
.dir-farewellgame main .uniform-list:not(:last-child){
	margin-bottom: 40px;
}
.dir-farewellgame main .uniform-list h2{
	margin-bottom: 15px;
	font-size: 2.6rem;
}
/*----- チケット -----*/
.dir-farewellgame main #ticket-outer{
	background-color: #EEEEEE;
	color: #000000;
}
.dir-farewellgame main #ticket-outer .main-ttl{
	color: #152443;
}
.dir-farewellgame main .seat-map-inner{
	background-color: #FFFFFF;
	padding-bottom: 30px;
}
.dir-farewellgame main .ticket-inner {
	margin-top: 40px;
}
.dir-farewellgame main table.price-table{
	width: 100%;
}
.dir-farewellgame main table.price-table tr{
	border-bottom: 1px solid #152443;
}
.dir-farewellgame main table.price-table thead th{
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 1em 0;
	font-weight: bold;
}
.dir-farewellgame main table.price-table tbody th,.dir-farewellgame main table.price-table tbody td{
	padding: 0.5em;
	text-align: center;
	color: #000000;
}
.dir-farewellgame main table.price-table tbody td{
	border-left: 1px solid #152443;
	background-color: #FFFFFF;
	color: #152443;
}
.dir-farewellgame main .schedule-inner dl{
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 15px;
}
.dir-farewellgame main .schedule-inner dl dt{
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 50px;
	height: 50px;
	position: relative;
	padding: 0 20px;
	margin-right: 30px;
}
.dir-farewellgame main .schedule-inner dl dd{
	font-weight: bold;
	line-height: 1.0;
	font-size: 2.4rem;
}
/*----- アクセス -----*/
.dir-farewellgame main #access-outer {
	padding-top: 0;
}
.dir-farewellgame main #access-outer .main-ttl{
	color: #152443;
}
.dir-farewellgame main .access-inner{
	display: flex;
	flex-wrap: wrap;
}
.dir-farewellgame main .access-inner .map{
	width: 50%;
}
.dir-farewellgame main .access-inner .text{
	padding: 60px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	background-color: #FFFFFF;
	color: #152443;
}
/*---------- 大会概要 ----------*/
.outline-inner table{
	width: 100%;
}
.outline-inner table th{
	vertical-align: middle;
	min-width: 76px;
	font-size: 1.4rem;
	width: 20%;
	padding: 0 8px 0 12px;
	border-bottom: 1px solid #fff;
}
.outline-inner table td{
	padding: 19px 0 19px 6px;
	border-bottom: 1px solid #fff;
	word-break: break-word;
}
.vamos-inner{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.vamos-inner .vamos-item{
	width: calc(25% - 8px);
	margin-left: 10px;
	background-color: #FFFFFF;
}
.vamos-inner .vamos-item:first-child{
	margin-left: 0;
}
.vamos-inner .vamos-item .vamos-text{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	min-height: 115px;
	color: #152443;
	box-sizing: border-box;
	padding: 8px;
	font-size: 1.4rem;
	margin-top: 0;
	margin-bottom: 0;
}
.vamos-inner .vamos-item a{
		display: block;
	}
	.vamos-inner .vamos-item a:hover{
		opacity: .7;
	}

@media (max-width: 770px){
	.dir-farewellgame main{
		padding-top: 0;
	}
	.dir-farewellgame main .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.dir-farewellgame .line{
		height: 3px;
		margin-bottom: 3px;
	}
	.dir-farewellgame main a.text-link{
		font-size: 1.5rem;
	}
	.dir-farewellgame main figure.pic{
		padding: 10px;
	}
	.dir-farewellgame main .btn{
		min-width: 270px;
		max-width: 270px;
		padding: 15px 0;
		font-size: 1.6rem;
	}
.dir-farewellgame main .design-btn .btn.bg-y{
	font-size: 1.1rem;
}
.dir-farewellgame main .design-btn .btn{
	min-width: 310px;
	max-width: 310px;
}
	.dir-farewellgame main .btn-ticket{
		width: 260px;
		height: 60px;
	}
	.dir-farewellgame main .btn-ticket img{
		height: 32px;
	}
	.dir-farewellgame main .btn-ticket p{
		font-size: 1.5rem;
	}
	.dir-farewellgame .floating-button{
		bottom: 10px;
	}
	.dir-farewellgame .floating-button a{
	border: 3px solid #9c8f63;
	font-size: 1.1rem;
	padding: 5px;
	width: 85px;
	height: 85px;
}
	.dir-farewellgame main #message-outer .container{
		padding-left: 30px;
		padding-right: 30px;
	}
/*---------- ニュース ----------*/
	#news-outer dl dt, #news-outer dl dd{
		padding: 1rem;
	}
	#news-outer dl dt{
		font-size: 1.2rem;
		width: 19%;
	}
	#news-outer dl dd{
		font-size: 1.3rem;
		width: 78%;
	}
/*---------- ゲーム ---------*/
	.dir-farewellgame main .match-data_ttl{
		font-size: 1.4rem;
	}
	.dir-farewellgame main .match-data-index{
		width: 45%;
	}
	.dir-farewellgame main .match-data-index_data{
		font-size: 3.5rem;
	}
	.dir-farewellgame main .match-data-index_data .week{
		font-size: 1.6rem;
	}
	.dir-farewellgame main .match-data-index_kickoff span{
		font-size: 1.1rem;
		padding: 3px 5px;
	}
	.dir-farewellgame main .match-data-index_kickoff em{
		font-size: 1.6rem;
	}
	.dir-farewellgame main .match-data-club .name{
		font-size: 1.6rem;
	}
	.dir-farewellgame main .match-data-index_place{
		font-size: 1.2rem;
	}
	.dir-farewellgame main .match-data-score{
	font-size: 4.0rem;
}
.dir-farewellgame main .match-data-pk{
	font-weight: bold;
	font-size: 1.6rem;
}
.dir-farewellgame main .match-data-pk span{
	font-size: 1.3rem;
}
.dir-farewellgame main .match-data-game{
	font-size: 1.8rem;
	margin-top: 10px;
}
.dir-farewellgame main .match-data-game .week{
	font-size: 1.4rem;
	margin-right: 5px;
	margin-left: 5px;
}
.dir-farewellgame main .match-data-game .time{
	font-size: 1.4rem;
}
.dir-farewellgame main .match-data-game .place{
	font-size: 1.4rem;
	position: relative;
	margin-left: 8px;
	display: block;
}
	.dir-farewellgame main .photo-outer ul{
		gap: 5px;
	}
.dir-farewellgame main .photo-outer ul li{
	width: calc(33.333% - 7px);
}
.dir-farewellgame main .photo-outer ul li img{
	height: 18vh;
}
/*---------- メンバー ----------*/
	
	.dir-farewellgame main .member-inner{
		flex-wrap: wrap;
/*
		padding-left: 15px;
		padding-right: 15px;
*/
	}
	.dir-farewellgame main .member-inner h2{
		font-size: 2.0rem;
		margin-bottom: 10px;
}
	.dir-farewellgame main .member-inner > div{
		width: 100%;
		margin-left: 0;
	}
	.dir-farewellgame main .member-inner .player-name{
		margin-bottom: 15px;
	}
	.dir-farewellgame main .member-inner .posi{
		width: 63px;
		font-size: 1.2rem;
	}
	.dir-farewellgame main .member-inner .name{
		font-size: 1.4rem;
		margin-left: 8px;
	}
	.dir-farewellgame main .member-inner.is-director .posi{
		width: 80px;
	}
	.dir-farewellgame main .member-inner.is-director .name{
		font-size: 1.6rem;
		margin-left: 15px;
	}
/*---------- エンブレム ---------*/
	.dir-farewellgame main .emblem-list{
		flex-wrap: wrap;
	}
	.dir-farewellgame main .img{
		margin-left: auto;
		margin-right: auto;
	}
	.dir-farewellgame main .text{
		width: 100%;
		padding: 15px;
	}
/*----------チケット---------*/
	.dir-farewellgame main table.price-table thead th{
		font-size: 1.1rem;
	}
.dir-farewellgame main table.price-table tbody th, .dir-farewellgame main table.price-table tbody td{
		font-size: 1.2rem;
	}
	.dir-farewellgame main .schedule-inner dl{
		margin-bottom: 8px;
		
	}
	.dir-farewellgame main .schedule-inner dl dt{
		padding: 0 10px;
		margin-right: 15px;
		font-size: 1.4rem;
		height: 45px;
		line-height: 45px;
	}
	.dir-farewellgame main .schedule-inner dl dd{
		font-size: 2.2rem;
	}
/*	---------- アクセス -----------*/
	.dir-farewellgame main .access-inner{
		flex-direction: column-reverse;
	}
	.dir-farewellgame main .access-inner .map{
		width: 100%;
	}
	.dir-farewellgame main .access-inner .map iframe{
		height: 260px;
	}
	.dir-farewellgame main .access-inner .text{
		width: 100%;
		padding: 10px;
	}
	.dir-farewellgame main .access-inner .text h2{
		font-size: 2.0rem;
	}
/*---------- 大会概要 ---------*/
		.dir-farewellgame main .outline-inner{
		padding-left: 15px;
		padding-right: 15px;
	}
		.dir-farewellgame main .outline-inner table th{
		padding: 0 5px;
		font-size: 1.3rem;
	}
		.dir-farewellgame main .outline-inner table td{
		font-size: 1.3rem;
		padding: 15px 10px;
	}
	
	.footer-logo,.footer-logo_sns ul{
		justify-content: center;
	}
	.footer-logo_sns ul li{
		padding-left: 5px;
		padding-right: 5px;
	}
	.dir-farewellgame main #vamos-outer .main-ttl{
		font-size: 35px;
	}
	.vamos-inner .vamos-item{
		width: calc(50% - 8px);
		margin-bottom: 15px;
	}
	.vamos-inner .vamos-item:nth-child(2n + 1){
		margin-left: 0;
	}
	
	.vamos-inner .vamos-item .vamos-text{
		font-size: 1.3rem;
		padding: 5px;
	}
	.vamos-inner .vamos-item .vamos-text time{
		font-size: 1.1rem;
	}
	
}
@media (min-width: 771px){
	.dir-farewellgame main #message-outer .container{
		max-width: 900px;
	}
	.dir-farewellgame main .member-inner > div:nth-child(2){
	margin-left: 20px;
}
	
}