/* headline 2020 */
.headline2020 {
	padding-bottom: 30px;
}

.headline2020 dl {
	border: 2px solid #005a99;
	background-color: #F4D8D9;
	line-height: 1.75;
	font-size: 1em;
	padding: 12px;
}

@media screen and (max-width: 767px) {
	.headline2020 dl {
		padding: 10px;
		line-height: 1.65;
	}
}

.headline2020 dt,
.headline2020 dd {
	font-weight: 700;
	color: #005a99;
}

@media screen and (max-width: 767px) {
	.headline2020 dt {
		font-size: 1em;
	}

	.headline2020 dd {
		font-size: .75em;
	}
}

/* MV下のコンテンツ */
#top_cont_wrapper {
	padding: 30px;
}

@media screen and (max-width: 767px) {
	#top_cont_wrapper {
		padding: 15px;
	}
}

.TopCont {
	margin-bottom: 20px;
	position: relative;
	transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
	.TopCont {
		margin-bottom: 15px;
	}
}

.TopCont::before {
	content: "";
	border: 1px solid #FFF;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 0;
	box-sizing: border-box;
	opacity: 0.4;
}

.TopCont::after {
	content: "";
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

.TopCont:hover::after {
	background-color: rgba(0, 0, 0, 0.4);
}

.TopCont a {
	padding: 20px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	position: relative;
	z-index: 1;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
}

.TopCont a .textbox {
	width: 200px;
	margin-left: auto;
}

.TopCont a h3 {
	padding-top: 70px;
	padding-bottom: 10px;
}

.TopCont a h3 img {
	height: 30px;
	display: block;
	margin-left: auto;
	padding-bottom: 10px;
	filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}

.TopCont a h3 img.large {
	height: 36px;
}

@media screen and (max-width: 767px) {
	.TopCont a h3 {
		font-size: 1.4em;
		letter-spacing: 0.1em;
		padding-top: 30px;
	}
	.TopCont a h3 img.large {
		height: 22px;
	}
}

.TopCont a h4 {
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
	.TopCont a h4 {
		font-size: 0.8em;
		letter-spacing: 0.1em;
		padding-bottom: 30px;
	}
}

/* 各カテゴリ */
#players {
	background: url("../img/2025/players_mv.jpg") no-repeat left 0;
	background-size: cover;
	width: 49%;
}

#schedule {
	background: url("../img/2025/schedule_mv.jpg") no-repeat left 0;
	background-size: cover;
	width: 49%;
}

#ticket {
	background: url("../img/2025/ticket_mv.jpg") no-repeat left 0;
	background-size: cover;
	width: 49%;
}

#stadium {
	background: url("../img/2025/stadium_mv.jpg") no-repeat left 0;
	background-size: cover;
	width: 49%;
}

#faq {
	background: url("../img/2025/faq_mv.jpg") no-repeat left 0;
	background-size: cover;
	width: 32%;
}

#goods {
	background: url("../img/2025/goods_mv.jpg") no-repeat left 0;
	background-size: cover;
	width: 32%;
}

#entertainment {
	background: url("../img/2025/entertainment_mv.jpg") no-repeat 30% 0;
	background-size: cover;
	width: 32%;
}

#entertainment a h3 img {
	height: 24px;
	padding-top: 6px;
}

@media screen and (max-width: 767px) {
	#players,
	#schedule,
	#ticket,
	#stadium,
	#faq,
	#goods,
	#entertainment {
		width: 100%;
	}
	#entertainment a h3 img {
		height: 22px;
	}
}




/* MVコンテナ */
#MainImg {
	position: relative;
	/* height: 500px; */
}

@media screen and (max-width: 767px) {
	#MainImg {
		height: 100%;
		/* height: 97.22vw;
		background-image: url; */
	}
}

/* ロゴ */
#MainImg .mv_logo_wrap {
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
	width: 400px;
	height: 158px;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	#MainImg .mv_logo_wrap {
		left: 10px;
		width: 40%;
		height: 15vw;
	}
	#MainImg .slide img {
		display: block;
	}
}

#MainImg .mv_logo_wrap .mv_logo {
	width: 100%;
}

/* トップページでは下部のリンクを非表示 */
#ContBottomLinkWrapper {
	display: none;
}