@charset "UTF-8";

/*************************************************************
 *	SBI Neo festival NEXUM 2023 braking.css
 ************************************************************/


/* --------------------------------------------------
		override
-------------------------------------------------- */
@media screen and (max-width: 1336px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		parts
-------------------------------------------------- */
@media screen and (max-width: 1336px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual__title {
	width: calc(648 / 1226 * 100%);
}
.visual__date {
	width: calc(1022 / 1920 * 100%);
	max-width: 1022px;
	bottom: 45px;
}
@media screen and (max-width: 1336px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.visual-unit {
		top: calc(var(--px) * 15);
	}
	.visual__title {
		width: calc(var(--px) * 37.4);
	}
	.visual__date {
		width: calc(var(--px) * 57);
		max-width: none;
		bottom: calc(var(--px) * 9);
	}
}


/* --------------------------------------------------
		lead
-------------------------------------------------- */
.lead__title {
	max-width: 692px;
}
.lead__title .line--01 {
	width: calc(188 / 692 * 100%);
	height: calc(4 / 212 * 100%);
	top: calc(42 / 212 * 100%);
	left: calc(131 / 692 * 100%);
}
.lead__title .line--02 {
	width: calc(164 / 692 * 100%);
	height: calc(4 / 212 * 100%);
	top: calc(42 / 212 * 100%);
	left: calc(383 / 692 * 100%);
}
.lead__title .line--03 {
	width: calc(372 / 692 * 100%);
	height: calc(56 / 212 * 100%);
	top: calc(76 / 212 * 100%);
	left: calc(0 / 692 * 100%);
}
@media screen and (max-width: 1336px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.lead__title {
		margin: 0 calc(var(--px) * -3);
	}
}


/* --------------------------------------------------
		overview
-------------------------------------------------- */
@media screen and (max-width: 1336px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		special
-------------------------------------------------- */
.special-main__image img {
	width: 378px;
}
.special-more {
	display: flex;
	justify-content: space-between;
}
.special-more__body {
	width: calc(570 / 1080 * 100%);
}
.special-more__body p + p {
	margin-top: 1.6em;
}
.special-more__body .line {
	position: relative;
	font-weight: 700;
	white-space: nowrap;
}
.special-more__body .line.b {
	font-size: 4.0rem;
	font-feature-settings: "palt";
}
.special-more__body .line:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 50%;
	background-color: #fffd42;
	transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.special-more__body .line.is-play:before {
	width: 100%;
}
.special-more__body .line.b:before {
	height: 30%;
}
.special-more__body .line span {
	position: relative;
	z-index: 1;
}
.special-more__body .button a {
	width: 100%;
	max-width: 300px;
	margin: 0 0;
}
.special-more__body .button a span {
	-webkit-mask-image: url(https://sbinexum.com/assets/img/urbansports/breaking/btn_aboutmiku.svg);
	mask-image: url(https://sbinexum.com/assets/img/urbansports/breaking/btn_aboutmiku.svg);
}
.special-more__image {
	width: calc(440 / 1080 * 100%);
}
@media screen and (max-width: 1336px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.special-main__image img {
		width: calc(530 / 630 * 100%);
	}
	.special-more {
		display: block;
	}
	.special-more__body {
		width: 100%;
		margin-bottom: calc(var(--px) * 6);
	}
	.special-more__body .line.b {
		font-size: calc(var(--px) * 4.4);
	}
	.special-more__body .button a {
		max-width: none;
	}
	.special-more__image {
		width: 100%;
	}
}


/* --------------------------------------------------
		players
-------------------------------------------------- */
@media screen and (max-width: 1336px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		judge
-------------------------------------------------- */
.judge__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 60px calc(60 / 1200 * 100%);
}
.judge__list > li:nth-of-type(1) {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}
@media screen and (max-width: 1336px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.judge__list {
		grid-template-columns: 1fr 1fr;
		gap: calc(var(--px) * 5) calc(var(--px) * 3);
	}
	.judge__list > li:nth-of-type(1) {
		grid-column: 1 / 3;
		grid-row: 1 / 1;
	}
}


/* --------------------------------------------------
		mc
-------------------------------------------------- */
.dj__title {
	max-width: 137px;
	margin: 0 auto 42px;
}
@media screen and (max-width: 1336px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.dj__title {
		max-width: none;
		width: calc(var(--px) * 12);
		margin-bottom: calc(var(--px) * 4.538);
	}
}


/* --------------------------------------------------
		rule
-------------------------------------------------- */
@media screen and (max-width: 1336px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		schedule
-------------------------------------------------- */
@media screen and (max-width: 1336px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		broadcast
-------------------------------------------------- */
@media screen and (max-width: 1336px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */
@media screen and (max-width: 1336px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}