/*
 ------------------------------

 ◆creation date: 18/8/31
 ・update:22/7/7 ナビゲーション改修
 ・update:22/7/19 ドロップダウン追加

 ----------------------------- */


/*============================

	ベース

============================*/

.sp5 {
	display: none !important;
}

@media (max-width:768px) {
	.sp5 {
		display: inline!important;
	}
}

header {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	/*background-color: #063190;*/
	width: 100%;
	/*height: 54px;*/
	z-index: 1000;
}

header a.logo {
	display: inline-block;
	/*margin: 0 0 0 24px;*/
	margin: 8px 0 0 0;
	max-width: 250px;
}

header a.logo img {
	max-width: 100%;
}


header .nav-header {
	background-color: #063190;
	height: 50px;
	border-bottom: 1px solid #757ddc;
}
/*
header nav {
	position: absolute;
	top: 0;
	right: 30px;
}
*/

header .nav-header .logo-area {
	max-width: 1250px;
	margin: 0 auto;
}

.drawerCloseButton,
.drawerButton,
.nav-supporter {
	display: none;
}




/*
@media screen and (min-width: 951px) and (max-width: 1000px) {
	header nav > ul > li {
		margin-left: 21px;
	}
}
*/

@media screen and (min-width: 769px) and (max-width: 1249px) {
	header a.logo {
		margin: 10px 0 0 10px;
	}
}


@media (max-width: 768px) {
	header .nav-header {
		border-bottom: none;
	}
	header a.logo {
		width: 235px;
		margin: 14px 0 0 10px;
	}

	header a.logo img {
		max-width: 100%;
	}

	header nav {
		position: static;
		top: auto;
		right: auto;
	}

	header nav ul li {
		float: none;
		margin-left: 0;
	}

	.drawerCloseButton,
	.drawerButton,
	.nav-supporter {
		display: block;
		z-index: 1000;
	}

}




#navigation {
	width:100%;
	color:#fff;
	background-color: #063190;
	height: 72px;
}

#navigation nav {
	max-width:1250px;
	margin:0 auto;
}

#navigation ul.table {
	/*display:table;*/
	/*table-layout:fixed;*/
	width:100%;
	font-size: 1.8rem;
}

#navigation ul.table a {
	font-weight: bold;
}

#navigation ul.table a span {
	font-weight: bold;
}


#navigation ul.table > * {
	/*display:table-cell;*/
}

#navigation ul.table > li a.stay,
#navigation ul.table > li:hover a {
	/*background:#4d4db3;*/
}

#navigation ul.table > li > a {
	color:#fff;
	text-decoration:none;
	text-align:center;
	/*display:block;*/
	/*padding:1em 0;*/
	width: 100%;
}

#navigation ul.table > li > a span {
	/*display:block;*/
}

#navigation ul.table > li.dropdown ul {
	/*margin-top: 28px;*/
	/*width: 18%;*/
}

#navigation ul.table > li.dropdown ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3em;
}

#navigation ul.table > li.dropdown ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 0 4%;
}

#menuButton {
	position:absolute;
	top:30px;
	right:10px;
	z-index:1000;
	padding:0px;
	border:1px solid #fff;
	-webkit-transition:transform 0.3s ease-in-out;
	transition:transform 0.3s ease-in-out;
}



#navigation ul.table li {
	width: 25%;
	/*width: 20%;*/
	border-right: 1px solid #fff;
}

#navigation ul.table li:first-child {
	border-left: 1px solid #fff;
}
/*
#navigation ul.table li:last-child {
	border-right: none;
}
*/
header nav > ul {
	display: flex;
	flex-direction: row;
	/*border-bottom: 1px solid #063190;*/
}


header nav > ul > li {
	/*float: left;*/
	/*margin-left: 30px;*/
	font-size: 1.8rem;
	/*font-weight: bold;*/
	width: 16.66666666666667%;
}




header nav > ul > li {
	text-decoration: none;
	height: 72px;
}

header nav > ul > li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px;
	height: 100%;
}

header nav > ul > li a span {
	font-size: 1.8rem;
	/*font-weight: bold;*/
}

header nav > ul li a:hover,
header nav > ul li a:focus,
header nav > ul li.on a {
	background-color: #fff;
	color: #063190 !important;
	/*border-bottom: 1px solid #063190;*/
	transition: all 0.5s;
}

#navigation ul.table > li.dropdown ul li a:hover,
#navigation ul.table > li.dropdown ul li a:focus {
	/*background-color: #063190;
	color: #fff !important;*/
	text-decoration: underline;
}



/*
header nav > ul > li.on a {
	background: url("/anaopen/image/2022/220707/icon_nav.png") no-repeat center bottom #fff;

}
*/

header nav > ul > li.on > a {
	flex-direction: column;
	padding: 3px 5px 5px 5px;
	/*background: url("/anaopen/image/2022/220707/icon_nav.png") no-repeat center bottom 5px #fff;*/
}

header nav > ul > li.on > a::after {
	content: url("/anaopen/image/base/icon_nav2.png");
	display: block;
	line-height: 0.1;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	header nav > ul > li a span {
		font-size: 1.6rem;
	}
}


@media (max-width:570px) {
	#menuButton {
		top:18px;
	}
}

/*==============================================
bp:PC
==============================================*/
@media (min-width: 769px) {
	#navigation {
		height:auto !important;
	}

	#navigation ul.table {
		position: relative;
	}

	#navigation ul.table > li.dropdown {
	}

	#navigation ul.table > li.dropdown ul {
		position:absolute;
		/*top: 94px;*/
		left:0;
		/*background-color: #00a7ea;*/
		/*background-color: #e0e0e0;*/
		width:100%;
		max-width: 1250px;
		display:none;
	}

	#navigation ul.table > li.dropdown ul li {
		display: inline-block;
		border-bottom:#cccccc 1px solid;
		background-color: #fff;
		color: #00a7ea !important;
		width: 20%;
		border-left: none;
		border-right: none;
		text-align: left;
	}

	#navigation ul.table > li.dropdown ul li a {
		color:#09307e !important;
		text-decoration:none;
		/*display:block;*/
		/*padding:0.5em;*/
		font-size:1.6rem;
		/*width: 10em !important;*/
		/*background:url(../../image/2016/common/icon_nav_arrow.png) no-repeat 10px center;*/
	}

	#navigation ul.table > li.dropdown ul li a:before {
		content: url("/anaopen/image/2023/230901/icon_arw2.png");
		margin-right:5px;
	}

	#navigation ul.table > li.dropdown:hover ul,
	#navigation ul.table > li.dropdown:focus-within ul {
		/*display:flex;
		flex-wrap: wrap;
		justify-content: space-around;*/
		display: block;
		width: 100%;
		background-color: #fff;
		text-align: center;
	}
}


/*==============================================
bp:TB以下
==============================================*/

@media (max-width: 768px) {
	#navigation ul.table > li > a {
		text-align: left;
	}

	#navigation ul.table > li.dropdown ul {
		position: relative;
		display: block;
		padding-left: 1rem;
		width: auto;
	}

	#navigation ul.table > li.dropdown ul li {
		display: block;
		border-bottom: none;
	}

	#navigation ul.table > li.dropdown ul li a {
		display: block;
		padding:0.5em;
	}

	#navigation ul.table > li.dropdown ul {
		margin-top: auto;
	}


#navigation {
	width:100%;
	color:#fff;
	/*background-color: #063190;*/
	height: auto;
}

header .nav-header {
	background-color: #063190;
	height: 56px;
}


#navigation ul.table li {
	width: 100%;
	border-right: none;
}

#navigation ul.table li:first-child {
	border-left: none;
}

header nav > ul {
	display: block;
}

header nav > ul > li {
	height: auto;
	font-size: 1.6rem;
}

header nav > ul > li {
	text-decoration: none;
}

header nav > ul > li a {
	display: inline-block;
	justify-content: center;
	align-items: center;
	padding: 5px;
	height: 100%;
}

header nav > ul > li a span {
	font-size: 1.6rem;
	font-weight: bold;
	display: inline;
}

header nav > ul li a:hover,
header nav > ul li.on a {
	background-color: #063190;
	color: #fff !important;
	border: none;
	transition: none;
}

header nav > ul > li.on a {
	flex-direction: column;
}


header nav > ul > li.on a::after {
	content: none;
	display: inline;
}



#navigation ul.table > li.dropdown:hover,
#navigation ul.table > li.dropdown:hover a {
	background-color: #063190;
	color: #fff !important;
	transition: none;
}
}



/*============================

	出場予定選手紹介ナビ

============================*/

#player-navi {
	margin: 30px auto;
}

#player-navi nav ol {
	display: flex;
	align-items: center;
	justify-content: center;
}

#player-navi nav ol li {
	margin: 0 10px;
}

#player-navi nav ol li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #063190;
	font-size: 127%;
	border: 1px solid #063190;
	border-radius: 5px;
	/*background: #eeeeee;*/
	width: 2em;
	height: 2em;
	text-decoration: none;
}

#player-navi nav ol li a:hover,
#player-navi nav ol li a.stay {
	text-decoration: underline;
	color: #fff;
	background: #063190;
}


@media (max-width: 768px) {
	#player-navi nav ol li {
		margin: 0 13px;
	}

	#player-navi nav ol li a {
		font-size: 112%;
		width: 1.7em;
		height: 1.7em;
	}
}





