@charset "utf-8";body:not(.loaded) {
	overflow: hidden;
}

.battle-of-tokyo {
	margin-top: -1.875rem;
	margin-bottom: -3.125rem;
}
.battle-of-tokyo .main-contents {
	background-color: #fff;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 377px 1fr;
}
.battle-of-tokyo .black-bg {
	background-color: #000;
}
.battle-of-tokyo .white-bg {
	background-color: #fff;
}

/* ローディング */
.battle-of-tokyo .loading {
	width: 100dvw;
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	display: block;
	text-align: center;
	z-index: 1000;
}
.battle-of-tokyo .loading-img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

/* 左端、右端コンテンツ */
.battle-of-tokyo .left-contents,
.battle-of-tokyo .right-contents {
	padding: 100px 0;
}
.battle-of-tokyo .left-contents img,
.battle-of-tokyo .right-contents img {
	position: sticky;
	top: 50%;
	right: 0;
	left: 0;
	transform: translate(50%, -50%);
	width: 50%;
	margin: 50px auto;
}

/* 中央コンテンツ */
.battle-of-tokyo .center-contents {
	max-width: 375px;
	width: 100%;
	border-left: #fff solid 1px;
	border-right: #fff solid 1px;
	flex: auto;
	width: auto;
	margin: auto;
	background-color: #fff;
}

/* トップコンテンツ */
.battle-of-tokyo .top-contents {
	position: relative;
	width: 100%;
	margin-inline: auto;
}
.battle-of-tokyo .top-contents-title {
	margin: 20px 0;
	font-size: 28px;
	font-weight: bold;
}
.battle-of-tokyo .top-contents-logo-list {
	position: relative;
	margin-inline: auto;
	display: flex;
	list-style: none;
}
.battle-of-tokyo .top-contents-logo-list-item {
	width: calc(100%);
}
.battle-of-tokyo .top-contents-logo-list-item-img {
	width: 100%;
}
.battle-of-tokyo .top-contents-link-wrapper {
	margin-bottom: 30px;
}
.battle-of-tokyo .top-contents-link {
	display: inline-block;
	font-size: 12px;
	padding: 5px 10px;
	border: 2px solid #B8B8B8;
	border-radius: 3px;
}
.battle-of-tokyo .top-contents-text {
	margin: 0 10px 20px;
	font-size: 12px;
}

/* アーティスト */
.battle-of-tokyo .artist-section {
	width: 100%;
	margin-bottom: 20px;
}

/* アーティスト モーダル */
.battle-of-tokyo .artist-section-modal {
	width: 100dvw;
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	display: block;
	text-align: center;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.battle-of-tokyo .artist-section-modal.is-visible-modal {
	opacity: 1;
	visibility: visible;
}
.battle-of-tokyo .artist-section-modal-img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

/* アーティスト タイトル */
.battle-of-tokyo .artist-section-title-img {
	width: 100%;
}

/* アーティスト セクション */
.battle-of-tokyo .artist-section-text {
	margin-bottom: 40px;
	padding: 0 10px;
	font-size: 12px;
}

/* アーティスト バナー */
.battle-of-tokyo .artist-section-banner-img {
	width: 100%;
}

/* アーティスト スライダー */
.battle-of-tokyo .artist-section-slider-contents {
	margin-bottom: 20px;
}
.battle-of-tokyo .artist-section-slider {
	padding: 0 20px;
	margin-bottom: 20px;
}
.battle-of-tokyo .artist-section-slider-img {
	width: 100%;
}
.battle-of-tokyo .artist-section-slider .artist-section-slider-img:not(:first-child) {
	display: none;
}
.battle-of-tokyo .artist-section-slider.slick-initialized .artist-section-slider-img:not(:first-child) {
	display: block;
}
.battle-of-tokyo .artist-section-slider-arrow-next, .battle-of-tokyo .artist-section-slider-arrow-prev {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.6;
	z-index: 1;
}
.battle-of-tokyo .artist-section-slider-arrow-next {
	right: 0;
}
.battle-of-tokyo .artist-section-slider-arrow-prev {
	left: 0;
}
.battle-of-tokyo .artist-section-slider-arrow-next:before, .battle-of-tokyo .artist-section-slider-arrow-prev:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: #777 solid 2px;
	border-right: #777 solid 2px;
	
}
.battle-of-tokyo .artist-section-slider-arrow-next:before {
	transform: rotate(45deg);
}
.battle-of-tokyo .artist-section-slider-arrow-prev:before {
	transform: rotate(-135deg);
}

/* アーティスト サムネイル */
.battle-of-tokyo .artist-section-thumbnail {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.battle-of-tokyo .artist-section-thumbnail.slick-initialized {
	display: block;
}
.battle-of-tokyo .artist-section-thumbnail-img {
	padding: 0 10px;
}
.battle-of-tokyo .artist-section-thumbnail .artist-section-thumbnail-img {
	width: 30%;
}
.battle-of-tokyo .artist-section-thumbnail .artist-section-thumbnail-img:nth-child(n+4) {
	display: none;
}
.battle-of-tokyo .artist-section-thumbnail.slick-initialized .artist-section-thumbnail-img {
	width: 100%;
}
.battle-of-tokyo .artist-section-thumbnail.slick-initialized .artist-section-thumbnail-img:nth-child(n+4) {
	display: block;
}
.battle-of-tokyo .artist-section-thumbnail-arrows {
	position: relative;
	width: 50px;
	height: 20px;
	margin: 5px auto 0;
}

/* アーティスト ラインナップ */
.battle-of-tokyo .artist-section-lineup {
	margin-bottom: 50px;
}
.battle-of-tokyo .artist-section-lineup-title {
	font-size: 24px;
	font-weight: bold;
}
.battle-of-tokyo .artist-section-lineup-list {
	list-style: none;
	margin: 0;
}
.battle-of-tokyo .artist-section-lineup-item {
	margin-bottom: 20px;
}
.battle-of-tokyo .artist-section-lineup-img {
	width: 100%;
}
.battle-of-tokyo .artist-section-lineup-text {
	font-size: 16px;
	margin: 0 20px;
}

@media screen and (max-width: 1024px) {
	.battle-of-tokyo {
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.battle-of-tokyo .main-contents {
		display: block;
	}
	.battle-of-tokyo .left-contents,
	.battle-of-tokyo .right-contents {
		display: none;
	}
	.battle-of-tokyo .center-contents {
		margin: 0;
		max-width: 100%;
		border: none;
	}
}
