

.header_block {
	height: 72px;
}
@media screen and (max-width: 1920px) {
	.header_block {
		height: 60px;
	}
}
@media screen and (max-width: 480px) {
	.header_block {
		height: 50px;
	}
}

.header_by, .header_by a {
	font-size: 16px;

	padding-left: 20px;
	white-space: nowrap;
}
@media screen and (max-width: 480px) {
	.header_by, .header_by a {
		font-size: 10px;

		width: 100px;
		padding-left: 10px;

		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media screen and (max-width: 300px) {
	.header_by, .header_by a {
		font-size: 8px;

		width: 70px;
		padding-left: 8px;
	}
}

.header_l {
	width: 20px;
}
.header_logo {
	width: 306.85px;
	height: 29.01px;

	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/header_logo_xxl.svg);
}
@media screen and (max-width: 1920px) {
	.header_l {
		width: 10px;
	}
	.header_logo {
		width: 254px;
		height: 24.02px;
		background-image: url(../images/header_logo_xl.svg);
	}
}
@media screen and (max-width: 480px) {
	.header_l {
		width: 0px;
	}
	.header_logo {
		width: 178px;
		height: 16.83px;
		background-image: url(../images/header_logo_xs.svg);
	}
}

.header_navi {
	padding-right: 10px;
	line-height: 0px;
	font-size: 0px;
}
@media screen and (max-width: 480px) {
	.header_navi {
		padding-right: 0px;
	}
}

.navi_list {
	padding: 0px;
	display: inline-block;
	justify-content: center;
	align-items: center;

	list-style: none;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.navi_item {
	width: 100%;
	margin-bottom: 40px;
}
.navi_item a {
	text-decoration: none;
}
.navi_title {
	font-size: 28px;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.navi_sub {
	font-size: 16px;
}
@media screen and (max-width: 480px) {
	.navi_item {
		padding-bottom: 40px;
	}
	.navi_title {
		font-size: 21px;
	}
	.navi_sub {
		font-size: 13px;
	}
}




.banner {
	width: 100%;
	height: 100px;

	display: flex;
	justify-content: space-between;
	overflow-x: hidden;

	color: #FFF;
	background-color: var(--team-primary-color);

	border-style: solid;
	border-color: #FFF;
	border-width: 0px;
	border-bottom-width: 2px;
}
@media screen and (max-width: 1920px) {
	.banner {
		height: 80px;
	}
}
@media screen and (max-width: 480px) {
	.banner {
		height: 50px;
	}
}

.banner_l {
	height: 100%;
	padding-left: 20px;

	flex-shrink: 0;
	display: inline;
	justify-content: center;
	align-items: center;

/*
	background-color: #0F0;
*/
}
.banner_lv {
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_logo {
	/*
	background-color: #FF0;
	*/
	display: inline-block;
	flex-wrap: nowrap;
	overflow: hidden;
}
.banner_name {
	padding-left: 10px;

	font-size: 32px;

	display: inline-block;
/*
	background-color: #000;
*/
}

.banner_r {
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;

	flex-shrink: 0;
	display: inline;
	justify-content: center;
	align-items: center;
/*
	background-color: #00F;
*/
}
.banner_rv {
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_special {
	padding-right: 10px;

	font-size: 21px;

	display: inline-block;
/*
	background-color: #F0F;
*/
}
.banner_sponsor {
	font-size: 32px;

	display: inline-block;
/*
	background-color: #0FF;
*/
}
@media screen and (max-width: 1920px) {
	.banner_l {
		padding-left: 10px;
	}
	.banner_name {
		font-size: 18px;
	}
	.banner_special {
		font-size: 16px;
	}
	.banner_sponsor {
		font-size: 24px;
	}
}
/* ロゴ維持・右側縦表示 */
@media screen and (max-width: 1024px) {
	.banner_r {
		padding-left: 0px;
		padding-right: 15px;

		display: flex;
		justify-content: center;
		align-items: center;
	}
	.banner_rv {
		height: auto;

		display: block;
	}
	.banner_special {
		font-size: 14px;
		display: block;
	}
	.banner_sponsor {		
		font-size: 20px;
		display: block;
	}
}
/* ロゴ縦表示・右側縦表示 */
@media screen and (max-width: 800px) {
	.banner_lv {
		display: block;
	}
	.banner_logo {
		position: relative;

		display: block;
		background-repeat: no-repeat;
	}
	.banner_name {
		padding-left: 0px;

		position: relative;

		display: block;
	}
}
/* スマホ：ロゴ縦表示・右側縦表示 */
@media screen and (max-width: 480px) {
	.banner_l {
		padding-left: 0px;
	}
	.banner_lv {
		display: block;
	}
	.banner_logo {
		left: 10px;
	}
	.banner_name {
		padding-left: 0px;
	}
	.banner_r {
		padding-left: 0px;
		padding-right: 10px;

		display: flex;
		justify-content: center;
		align-items: center;
	}
	.banner_rv {
		height: auto;

		display: block;
	}
	.banner_special {
		font-size: 10px;

		display: block;
	}
	.banner_sponsor {
		font-size: 12px;
		
		display: block;
	}
}
