@charset "UTF-8";
#top .siteLink{
	opacity: 0;
	pointer-events: none;
}
#contents_01 {
	position: relative;
	width: 100%;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 50px
}
#contents_01 .swiper {
	width: 700px;
	height: 420px;
	margin-left: 5%;
}
#contents_01 .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
	right: initial;
	left: 10px;
}
#contents_01 .swiper-pagination-bullet-active{
	background: #1a4899;
}
.mv-logo{
	position: absolute;
    right: 3%;
    top: 11%;
    z-index: 2;
    width: 790px;
}




#contents_y{
	text-align: center;
}
.bnr_youtube:hover{
	opacity: .7;
}

a.bnr_youtube {
    display: block;
    width: 760px;
    margin: 0 auto;
}
#contents_y .description{
	margin: 1em 0 2em;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 1025px) {
	#contents_01 .swiper {
		width: 96%;
		height: 420px;
		margin: 0 auto
	}
	.mv-logo{
		width: 84%;
        top: 4%;
	}
	a.bnr_youtube {
		width: 90%;
	}
}


.news-container {
    position: absolute;
    bottom: 1em;
    right: 3%;
    z-index: 3;
    min-width: 380px;
    padding: 1em 2em;
    background: rgba(255, 255, 255, 0.6);
}
.news-link{
	text-decoration: underline;
}
.news-link .date{
	margin-right: 1.8em;
	font-size: 1.5rem;
    font-family: good-times, sans-serif;
    font-weight: 900;
    font-style: normal;
}
.news-list > .news-item:not(:first-of-type) {
	padding-top: 8px;
}
.news-more{
	display: inline-block;
	background: #1a4899;
	margin-top: 15px;
	padding: 4px 12px;
	border: 2px solid #1a4899;
	border-radius: 50px;
	color: #fff;
	float: right;
	font-size: 1.4rem;
    font-family: good-times, sans-serif;
    font-weight: 900;
    font-style: normal;
}
.news-more:hover{
	background: #fff;
	color: #1a4899;
	border: 2px solid #1a4899;
}



#contents_02 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#record {
	width: 1000px;
	margin-bottom: 65px;
    border-bottom: none;
	/* height: 570px; */
}

@media screen and (max-width: 1025px) {
	#record {
		width: 96%;
	}
}



.content-title-sub{
	font-size: .8em;
}
#league {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
#record .group {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 145px;
	float: left;
	margin-right: 85px;
	margin-left: 6px;
}
#record .group img {
	margin-right: 1px;
	float: left;
}
#record .group li {
	margin-top: 3px;
	margin-bottom: 20px;
	list-style-type: none;
}
#record .group ul {
	float: right;
}
/* チームバナーエリア
-------------------------------------------*/
.top-bnr_area {
	max-width: 1200px;
	margin: 50px auto 50px;
}
.top-bnr_area ul{
	display: flex;
	justify-content: center;
	text-align: center;
}
.top-bnr_area li{
	width: 24%;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: auto;
	margin-bottom: auto;
}
.top-bnr_area a:hover{
	opacity: 0.8;
}
.top-bnr_area img{
	width: 100%;
	height: auto;
}
.bnr_line {
	border: 1px solid #c1c1c1;
}
