@charset "utf-8";
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#main {
	color: #000;
}
#main p {
	margin-bottom: 3rem;
	line-height: 1.875;
}
#main p:last-child {
	margin-bottom: 0;
}
#main .aboutClub {
	padding-bottom: 13.6rem;
	position: relative;
	z-index: 1;
}
#main .aboutClub .enTitle {
	width: 123.3rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2.7rem;
	z-index: -1;
}
#main .clubJersey {
	margin-bottom: 11.3rem;
}
#main .clubJersey .list {
	margin-top: 7.9rem;
	gap: 4rem 8rem;
}
#main .clubJersey li {
	width: 20rem;
	text-align: center;
}
#main .clubJersey .image {
	margin: 0 auto 2.2rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #9B9B9B;
}
#main .clubJersey .image img {
	width: 18.8rem;
}
#main .clubJersey li p {
	height: 1.7rem;
}
#main .clubJersey li p img {
	width: auto;
	height: 100%;
}
#main .history {
	margin-bottom: 10rem;
}
#main .history table {
	width: 100%;
	border-collapse: collapse;
}
#main .history th,
#main .history td {
	padding: 3.2rem 0.9rem 0.8rem;
	font-weight: 400;
	line-height: 1.666;
	text-align: left;
	word-break: break-all;
	vertical-align: middle;
	border-bottom: 1px solid #B2B2B2;
}
#main .history tr:first-child > *{
	padding-top: 0;
}
#main .history th {
	width: 20.4%;
	letter-spacing: 0.1em;
}
#main .clubSong .headLine03 {
	margin-bottom: 0;
}
#main .clubSong .imgBox {
	padding: 0 1rem 0 4.3rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-color: #FFED00;
}
#main .clubSong .imgBox .textBox {
	margin: 2.7rem 2.8rem;
	width: 50rem;
}
#main .clubSong .imgBox .photo {
	width: 37.7rem;
}
#main .clubSong img {
	width: 100%;
}
#main .videoBox {
	padding: 3.6rem 0 6.6rem;
	display: flex;
	gap: 5.1rem;
	align-items: flex-start;
}
#main .videoBox .youtubeBox {
	width: 44.8rem;
	height: 25.2rem;
	background-color: #DEDEDE;
	transition: 0.3s;
	position: relative;
}
#main .videoBox .youtubeBox a {
	width: 100%;
	height: 100%;
}
#main .videoBox .youtubeBox a::before {
	width: 6.1rem;
	height: 6.1rem;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: url(../img/common/video_icon.png) no-repeat center center / 100%;
}
#main .videoBox .youtubeBox iframe,
#main .videoBox .youtubeBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
#main .videoBox .audioBox .image {
	margin: 1.8rem -0.2rem -0.7rem auto;
	width: 22.4rem;
}
#main .videoBox .audioBox p {
	margin-bottom: 0.8rem;
}
#main .videoBox .audioBox audio {
	max-width: 100%;
}
@media all and (min-width: 897px) {
	#main .videoBox .youtubeBox:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main p {
		margin-bottom: 2.4rem;
		line-height: 1.6;
	}
	#main .aboutClub {
		margin-bottom: 5rem;
		padding-bottom: 13.542vw;
	}
	#main .aboutClub .enTitle {
		width: 100%;
		bottom: 0;
	}
	#main .clubJersey {
		margin-bottom: 5rem;
	}
	#main .clubJersey .list {
		margin-top: 3.6rem;
		gap: 2.7rem;
	}
	#main .clubJersey li {
		width: 9.4rem;
	}
	#main .clubJersey .image {
		margin-bottom: 1.6rem;
		padding: 0;
		border: none;
	}
	#main .clubJersey .image img {
		width: auto;
	}
	#main .clubJersey li p {
		height: 1.4rem;
	}
	#main .history {
		margin-bottom: 5rem;
	}
	#main .history th {
		width: 25.5%;
	}
	#main .history th,
	#main .history td {
		padding: 1.2rem 0 1.3rem;
	}
	#main .clubSong .imgBox {
		padding: 3rem 3.5rem 0;
		display: block;
	}
	#main .clubSong .imgBox .textBox {
		margin: 0 0 1.6rem;
		width: auto;
	}
	#main .clubSong .imgBox .photo {
		margin: 0 -1rem 0 -1.4rem;
		width: auto;
	}
	#main .videoBox {
		margin: 3.1rem 5.6rem 5rem;
		padding: 0;
		flex-direction: column-reverse;
		gap: 2.8rem;
	}
	#main .videoBox .youtubeBox {
		width: 100%;
		height: auto;
		aspect-ratio: 544/306;
	}
	#main .videoBox .youtubeBox a::before {
		width: 3.8rem;
		height: 3.8rem;
	}
	#main .videoBox .audioBox p {
		font-size: 1.4rem;
	}
	#main .videoBox .audioBox {
		padding: 0 1rem;
	}
}