/* TOPページ */
.virtual-banner-block img {
	width: 100%;
	border: 1px solid #a6a6a6;
	box-sizing: border-box;
}
.top_photo_banner a {
	display: block;
	margin: 0 auto 10px;
	width: 640px;
}
.top_photo_banner img {
	width: 100%;
}

/*2022大会*/
.is-2022 .top__mainwrap .top__title__block.first img:first-child {
	margin-right: 5%;
	width: 70%;
}
.is-2022 .top__mainwrap .top__title__block.second img:first-child {
	margin-right: 5%;
	width: 35%;
}
.is-2022 .top__mainwrap .top__title__block .vtm__title__attention {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	width: 30%;
}
.is-2022 .top__mainwrap .top__title__block.en .vtm__title__attention {
	font-size: 25px;
}
.is-2022 .top__mainwrap .top__title__block .top__title__attention {
	width: 60%;
	font-weight: bold;
	font-size: 14px;
}
.is-2022 .top__mainwrap .top__title__block .top__title__attention a {
	text-decoration: underline;
	font-size: 13px;
}
:lang(ja) .is-2022 .top__mainwrap .top__title__block .top__title__attention {
	font-size: 17px;
}
:lang(ja) .is-2022 .top__mainwrap .top__title__block .top__title__attention a {
	font-size: 16px;
}
.is-2022 .top__chality__block a {
	display: block;
}

@media print, screen and (max-width: 768px) {
	/* TOPページ */
	.virtual-banner-block {
		margin-left: 16px;
		margin-right: 16px;
	}
	.top_photo_banner {
		display: block;
		margin: 16px 16px 10px;
	}
	.top_photo_banner a{
		width: 100%;
	}
	.top_photo_banner img {
		height: auto;
	}
	.new-tournament .top__mainwrap .top__memorial__visual {
		margin: 20px;
		width: auto;
	}
	.top__mainwrap .top__highlight__block {
		border: 6px solid #005e96;
		margin: 20px;
	}
	.top__mainwrap .top__result__block {
		border: 6px solid #fcca00;
		margin: 20px;
	}

	/* 2022年大会 */
	.is-2022 .top__mainwrap .top__title__block img:first-child {
		width: 100%;
		margin: 0 auto 20px;
	}
	.is-2022 .top__mainwrap .top__title__block .top__title__attention {
		width: 100%;
		line-height: 1.52292;
		font-size: 12px;
	}
	.is-2022 .top__mainwrap .top__title__block .top__title__attention a {
		font-size: 11px;
	}
	:lang(ja) .is-2022 .top__mainwrap .top__title__block .top__title__attention {
		font-size: 12px;
	}
	:lang(ja) .is-2022 .top__mainwrap .top__title__block .top__title__attention a {
		font-size: 11px;
	}
}

