@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

main:before{
	top: 120vh;
}
@media screen and (max-width: 920px){
	main:before{
		top: 143vw;
	}
}

h1.logo{
	display: none;
}

/*-------------*/

#mv{
	filter: drop-shadow(0 0 100px rgba(0,0,0,1));
	position: relative;
}
#mv .mv{
	background: url(../images/mv.webp) 50% 0 no-repeat;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
	width: 100%;
	height: 130vh;
	min-height: 80vw;
}
#mv .mv img{
	display: block;
	width: 100%;
	height: 130vh;
	min-height: 80vw;
	object-fit: cover;
	object-position: 50% 0;
	position: relative;
	z-index: 2;
}
#mv .mv:before{
	content: "";
	display: block;
	width: 90%;
	height: 100%;
	position: absolute;
	top: 20px;
	left: 5%;
	background: url(../images/mvlogo.webp) 50% 0 no-repeat;
	background-size: contain;
}
@media screen and (max-width: 900px){
	#mv .mv,
	#mv .mv img{
		height: 100vh;
	}
}

/*-------------*/

.timer{
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 95%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: center;
	color: #b4965a;
	font-family: "Antonio";
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: -0.4em;
	padding-bottom: 300px;
}
.timer .logo{
	max-width: 40vw;
	margin: 0 auto 20px;
	filter: drop-shadow(0 0 40px rgba(0,0,0,0.7));
}
.timer .logo img{
	display: block;
	margin: 0 auto;
}
.timer>p{
	width: 100%;
	font-size: clamp(7.2rem, 8.5vw, 14rem);
}
#timer{
	max-width: clamp(300px, 60vw, 1400px);
	margin: 0 auto;
}
#timer .yycountdown-box{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#timer .yycountdown-box span{
	width: 25%;
}
.yyc-day,
.yyc-hou,
.yyc-min,
.yyc-sec{
	margin-bottom: 1rem;
	font-size: clamp(2rem, 10vw, 27rem);
}
.yyc-day:after,
.yyc-hou:after,
.yyc-min:after{
	content: ":";
	transform: translateX(1.5vw);
	display: inline-block;
}
.yyc-day-text,
.yyc-hou-text,
.yyc-min-text,
.yyc-sec-text{
	font-size: clamp(1.5rem, 3.0vw, 6rem);
	letter-spacing: -0.03em;
}
.yyc-day-text,
.yyc-hou-text,
.yyc-min-text{
	padding-right: 2.0vw;
}
.yyc-day{order: 1;}
.yyc-day-text{order: 5;}
.yyc-hou{order: 2;}
.yyc-hou-text{order: 6;}
.yyc-min{order: 3;}
.yyc-min-text{order: 7;}
.yyc-sec{order: 4;}
.yyc-sec-text{order: 8;}
@media screen and (max-width: 600px){
	.timer{
		letter-spacing: -0.2em;
	}
}
@media screen and (max-width: 500px){
	.timer>p{
		font-size: clamp(4.8rem, 9.5vw, 27rem);
	}
	#timer{
		max-width: none;
		width: 90%;
	}
	.yyc-day,
	.yyc-hou,
	.yyc-min,
	.yyc-sec{
		margin-bottom: 0.5rem;
		font-size: 17vw;
	}
}
@media screen and (max-width: 400px){
	.timer>p{
		font-size: 12vw;
	}
}

/*-------------*/

#bg{
	display: block;
	width: 50%;
	height: 1730px;
	position: absolute;
	top: 90vh;
	right: 0;
	background: url(../images/net.svg) 50% 50% no-repeat #fa0000;
	background-size: cover;
	box-shadow: 0 0 80px rgba(0,0,0,0.3);
	z-index: -1;
	pointer-events: none;
}
@media screen and (max-width: 900px){
	#bg{
		top: 70vh;
	}
}

/*-------------*/

#s_lineup{
	width: calc((100vw - 1700px)/2 + 1700px);
	padding: 0 0 88px calc((100vw - 1700px)/2);
	margin-top: -250px;
	margin-bottom: 80px;
}
#s_lineup:before{
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 120px);
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: -1;
	box-shadow: 0 0 80px rgba(0,0,0,0.25);
}
#s_lineup .inner{
	padding: 0 80px;
}
#s_lineup img{
	display: block;
}
#s_lineup .c{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	padding: 30px 0 60px;
}
#s_lineup .intro{
	width: 100%;;
	margin-bottom: 30px;
}
#s_lineup .intro p{
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.02em;
}
#s_lineup .intro p:first-child{
	font-size: 4.5rem;
	font-weight: 800;
	margin-bottom: 10px;
	letter-spacing: -0.08em;
}
#s_lineup .intro p:first-child span{
	font-size: 5rem;
}
#s_lineup .intro p i{
	color: #0348f6;
}
#s_lineup .c a{
	display: block;
	width: 30%;
	text-align: center;
	font-weight: bold;
	position: relative;
}
#s_lineup .c a div{
	padding: 3.5rem 3.5rem 0;
	position: relative;
}
#s_lineup .c a:before,
#s_lineup .c a div:before,
#s_lineup .c a div:after{
	line-height: 3.3rem;
	font-size: 2.2rem;
	position: absolute;
	font-family: "Antonio";
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}
#s_lineup .c a div:before,
#s_lineup .c a div:after{
	writing-mode: vertical-rl;
	top: calc(50% + 1.75rem);
}
#s_lineup .c a:before{
	top: 0;
	left: 0;
	width: 100%;
}
#s_lineup .c a:nth-of-type(1):before{
	content: "STANDARD EDITION";
}
#s_lineup .c a:nth-of-type(2):before{
	content: "Superstar EDITION";
}
#s_lineup .c a:nth-of-type(3):before{
	content: "Leave No Doubt EDITION";
}
#s_lineup .c a div:before{
	content: "NBA 2K26";
	transform: translateY(-50%) rotate(180deg);
	left: 0;
}
#s_lineup .c a div:after{
	transform: translateY(-50%);
	right: 0;
}
#s_lineup .c a:nth-of-type(1) div:after{
	content: "#2 SHAI GILGEOUS-Alexander";
}
#s_lineup .c a:nth-of-type(2) div:after{
	content: "#7 Carmelo Anthony";
}
#s_lineup .c a:nth-of-type(3) div:after{
	content: "#5 angel / #2 SHAI / #7 Carmelo";
}
#s_lineup .c a div img{
	max-width: none;
	width: 100%;
}
#s_lineup .c a p{
	font-weight: bold;
	font-size: 2rem;
	padding-top: 10px;
	padding-bottom: 15px;
}
#s_lineup .c ol{
	width: 100%;
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
#s_lineup .c ol li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14%;
	height: 40px;
	background: #000;
	margin: 0 0 10px;
}
#s_lineup .c ol li img{
	max-width: 70%;
	max-height: 36px;
	width: auto;
	height: auto;
	display: block;
}
#s_lineup .btn{
	background: #0348f6;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#s_lineup .btn:hover{
	background: #000;
}
#s_lineup .btn a{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	padding: 20px;
}
#s_lineup .btn a p{
	color: #fff;
	letter-spacing: -0.05em;
	margin-right: 10px;
}
@media screen and (max-width: 1980px){
	#s_lineup{
		width: 94%;
		padding-left: 6vw;
	}
}
@media screen and (max-width: 1600px){
	#s_lineup{
		width: 96%;
		padding-left: 4vw;
	}
	#s_lineup .inner{
		padding: 0 40px;
	}
}
@media screen and (max-width: 1300px){
	#s_lineup .c a div{
		padding: 2.4rem 2.4rem 0;
	}
	#s_lineup .c a:before,
	#s_lineup .c a div:before,
	#s_lineup .c a div:after{
		line-height: 2rem;
		font-size: 1.8rem;
	}
	#s_lineup .c a div:before,
	#s_lineup .c a div:after{
		writing-mode: vertical-rl;
		top: calc(50% + 1.2rem);
	}
}
@media screen and (max-width: 1050px){
	#s_lineup{
		width: calc(100% - 30px);
		padding-left: 30px;
	}
	#s_lineup .inner{
		padding: 0 30px 0 0;
	}
	#s_lineup .c{
		padding: 30px 0;
		display: block;
	}
	#s_lineup .c a{
		width: 100%;
		overflow: hidden;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	#s_lineup .c a div{
		float: left;
		width: 45%;
	}
	#s_lineup .c a:before{
		width: 45%;
	}
	#s_lineup .c a p{
		float: right;
		width: 52%;
		text-align: left;
		padding-top: 2.2rem;
	}
	#s_lineup .c a p:before{
		display: block;
		font-family: "Antonio";
		font-weight: 700;
		text-transform: uppercase;
		font-size: 5vw;
		line-height: 1;
	}
	#s_lineup .c a:nth-of-type(1) p:before{
		content: "STANDARD EDITION";
	}
	#s_lineup .c a:nth-of-type(2) p:before{
		content: "SUPERSTAR EDITION";
	}
	#s_lineup .c a:nth-of-type(3) p:before{
		content: "LEAVE NO DOUBT EDITION";
	}
}
@media screen and (max-width: 850px){
	#s_lineup:before{
		height: calc(100% - 10vw);
	}
	#s_lineup h2{
		width: 60%;
	}
}
@media screen and (max-width: 768px){
	#s_lineup .c ol li img{
		max-width: 80%;
	}
}
@media screen and (max-width: 600px){
	#s_lineup{
		padding-bottom: 67px;
	}
	#s_lineup .c a div,
	#s_lineup .c a p,
	#s_lineup .c ol{
		float: none;
		width: 100%;
	}
	#s_lineup .c a div{
		width: 90%;
		margin: 0 auto;
	}
	#s_lineup .c a:before{
		width: 100%;
	}
	#s_lineup .c a p{
		text-align: center;
	}
	#s_lineup .btn img{
		width: 170px;
	}
	#s_lineup .c ol{
	}
	#s_lineup .c ol li{
		width: 25%;
	}
}
@media screen and (max-width: 500px){
	#s_lineup{
		width: calc(100% - 20px);
		padding-left: 20px;
	}
	#s_lineup .inner{
		padding-right: 20px;
	}
	#s_lineup h2{
		width: 70%;
	}
	#s_lineup .c ol li{
		height: 50px;
		width: 48%;
		margin: 0 1% 10px;
	}
	#s_lineup .c ol li img{
		max-width: 60%;
	}
}

/*-------------*/

#s_updates{
	width: calc(96% - 160px);
	max-width: 1540px;
	margin: 0 auto 80px;
}
@media screen and (max-width: 1980px){
	#s_updates{
		width: calc(88% - 160px);
	}
}
@media screen and (max-width: 1600px){
	#s_updates{
		width: calc(92% - 80px);
	}
}
#s_updates .inner{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
#s_updates h2{
	width: 100%;
	margin-bottom: 40px;
}
#s_updates .tw{
	width: 30%;
	position: relative;
	display: flex;
	align-items: stretch;
}
#s_updates .tw .twitter-timeline{
	overflow: scroll;
	height: 100%;
	width: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 12px;
}
#s_updates .tw iframe{
	max-height: 100% !important;
	width: 100% !important;
}
#s_updates .c{
	overflow: hidden;
	position: relative;
	width: 68%;
	width: 100%;
}
#s_updates article{
	width: 40%;
	float: left;
}
#s_updates article:nth-of-type(1){
	width: 60%;
	padding-right: 1px;
}
#s_updates article:nth-of-type(2){
	padding-bottom: 1px;
}
#s_updates article:nth-of-type(2),
#s_updates article:nth-of-type(3){
	height: 50%;
}
#s_updates article a{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 15px;
	background: #000;
}
#s_updates article:nth-of-type(1) a{
	aspect-ratio: 4/3.2;
}
#s_updates article:nth-of-type(2) a,
#s_updates article:nth-of-type(3) a{
	height: 100%;
}
#s_updates article a:before{
	content: "";
	display: block;
	width: 100%;
	height: 35%;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	z-index: 2;
}
#s_updates article h3,
#s_updates article p{
	position: relative;
	z-index: 4;
	width: 100%;
	margin: 0;
	order: 1;
	color: #fff;
	font-size: 1.55rem;
	text-align: left;
	font-weight: bold;
}
#s_updates article h3{
	order: 2;
	font-size: 2rem;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.4;
}
#s_updates article div{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
#s_updates article a:hover div{
	width: 105%;
	height: 105%;
	top: -2.5%;
	left: -2.5%;
	opacity: 0.7;
}
#s_updates article div img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
#s_updates .c.upcoming:after{
	content: "UPCOMING!";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-3deg);
	background: #f80000;
	font-size: 7rem;
	line-height: 1;
	padding: 0 10px 10px;
	pointer-events: none;
	display: block;
	color: #000;
	z-index: 4;
	font-weight: 900;
	letter-spacing: -0.05em;
	font-family: "Antonio";
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}
#s_updates .upcoming a{
	pointer-events: none;
}
#s_updates .upcoming a h3,
#s_updates .upcoming a p{
	filter: blur(5px);
}
#s_updates .upcoming a img{
	filter: grayscale(100%) brightness(0.4) blur(10px);
	transform: scale(1.1);
}
#s_updates ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	width: 100%;
	padding-top: 40px;
}
#s_updates ul li{
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin: 0 10px 10px;
}
#s_updates ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
}
#s_updates ul li a span,
#s_updates ul li a span img{
	display: inline-block;
}
#s_updates ul li a span{
	width: 20px;
	margin: 0 2px 0 7px;
	transform: translateY(1px);
}
#s_updates ul li a span img{
	filter: brightness(0);
	transition: 0.2s ease-in-out;
	aspect-ratio: 74/76;
	width: 100%;
}
#s_updates ul li a:hover span img{
	filter: brightness(100%);
}
@media screen and (max-width: 1050px){
	#s_updates{
		width: calc(100% - 60px);
	}
}
@media screen and (max-width: 1000px){
	#s_updates .tw{
		width: 49%;
	}
	#s_updates .outer{
		width: 49%;
	}
	#s_updates article{
		height: auto !important;
	}
	#s_updates article:nth-of-type(1){
		width: 100%;
		padding: 0 0 1px;
	}
	#s_updates article:nth-of-type(2),
	#s_updates article:nth-of-type(3){
		width: 50%;
	}
	#s_updates article:nth-of-type(2){
		padding-right: 1px;
	}
	#s_updates article a{
		aspect-ratio: 4/3.6;
		height: auto !important;
	}
	#s_updates article:nth-of-type(1) a{
		aspect-ratio: 4/2.6 !important;
	}
	#s_updates .upcoming:after{
		font-size: 6rem;
	}
}
@media screen and (max-width: 850px){
	#s_updates h2{
		width: 59%;
	}
}
@media screen and (max-width: 800px){
	#s_updates .tw{
		max-width: 700px;
		width: 100%;
		height: 50vw;
		min-height: 400px;
		margin: 0 auto;
	}
	#s_updates .c{
		max-width: 700px;
		width: 100%;
		margin: 0 auto 20px;
	}
	#s_updates article a{
		aspect-ratio: 4/3;
	}
	#s_updates article:nth-of-type(1) a{
		aspect-ratio: 4/2 !important;
	}
	#s_updates ul{
		padding-top: 30px;
	}
}
@media screen and (max-width: 550px){
	#s_updates article{
		width: 100% !important;
	}
	#s_updates article:nth-of-type(1) a,
	#s_updates article a{
		aspect-ratio: 4/3 !important;
	}
	#s_updates .upcoming:after{
		font-size: 4rem;
	}
}
@media screen and (max-width: 500px){
	#s_updates{
		width: calc(100% - 40px);
	}
	#s_updates h2{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 420px){
	#s_updates .tw{
		width: 100%;
	}
	#s_updates .outer{
		width: 100%;
	}
	#s_updates ul li a{
		width: 240px;
	}
}

/*-------------*/

#store .inner{
	display: block;
	max-width: 720px;
	text-align: right;
	background: #f50000;
	padding: 0;
	border-radius: 30px;
	box-shadow: 0 0 80px rgba(0,0,0,0.7);
	overflow: hidden;
}
#store .bg{
	background: url(../images/starnow.webp) 100% 50% no-repeat #fff;
	padding: 40px;
	text-align: left;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.early strong{
	display: block;
	margin-bottom: 20px;
	line-height: 1;
}
.early strong img{
	display: block;
	width: 80%;
	max-width: 400px;
}
.early strong span{
	padding-top: 5px;
	display: block;
	font-size: 2.6rem;
}
.early p{
	display: inline-block;
	line-height: 1.8;
	font-weight: 700;
	font-size: 1.9rem;
	letter-spacing: -0.02em;
}
.early .bg a{
	color: #f80000;
}
.early .bg a:hover{
	text-decoration: underline;
}
.early>a{
	color: #000;
	padding: 15px 30px;
	display: block;
	font-weight: bold;
}
@media screen and (max-width: 950px){
	#store .inner{
		width: 90%;
	}
}
@media screen and (max-width: 800px){
	#store .bg{
		background-position: calc(100% + 10vw) 50%;
	}
}
@media screen and (max-width: 520px){
	#store .bg{
		padding: 30px 20px;
		border-radius: 20px;
	}
}

#store .inner.video{
	text-align: center;
	width: auto;
	background: transparent;
	border-radius: 0;
	width: 90%;
	max-width: 1000px;
	max-height: none;
}
#store .inner.video iframe{
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 560/315;
}