@charset "UTF-8";

/* ================================================================================
tenbo
================================================================================ */
@media print, screen
{

#tenbo .ancs
{
	display: flex;	flex-direction: column;
	gap: calc(80 * var(--v));
}
#tenbo .html
{
	position: relative;

	padding: var(--pageP);
	/* background: rgb(0,0,0,0.15); */
	background: white;
	box-shadow: inset 0 0 calc(30 * var(--v)) rgb(0, 0, 0, 0.3);

	border: 2px solid var(--Ctheme5);
	border-radius: calc(10 * var(--v));
}
#tenbo picture{	margin: 0 auto;	}
#tenbo picture img
{
	display: block;
	max-width: calc(900 * var(--v));
	margin: 0 auto;
}
#tenbo p
{
	/* color: white; */
	font-size: var(--fzv20);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	/* text-shadow: var(--shadow2); */
}
#tenbo p:not(:last-child){	margin: 0 auto 1em;	}
#tenbo p .small{	font-size: 0.8em;	}
#tenbo p strong{	font-weight: 500;	}
#tenbo p a
{
	color: var(--Clink0);
	font-weight: 500;
	text-decoration: underline;
}

}
@media screen and (min-width: 768px)
{

#tenbo p a:hover{	text-decoration: none;	}

}
@media screen and (max-width: 767px)
{

#tenbo p{	font-size: var(--fzv30);	}

}


/* ================================================================================
dream
================================================================================ */
@media print, screen
{

#dream [id^="anc"]:not(:last-child){	margin: 0 0 calc(120 * var(--v));	}
#dream h3
{
	position: relative;

	display: flex;	justify-content: center;	align-items: center;
	width: calc(560 * var(--v));	aspect-ratio: 560/60;
	margin: 0 auto calc(55 * var(--v));
}
#dream h3 span
{
	z-index: 3;
	position: relative;

	display: block;
	padding: 0 0.5em;

	font-size: var(--fzv26);
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
}
#dream h3::before,
#dream h3::after
{
	content: "";
	position: absolute;
	clip-path: polygon(
		10px 0%, calc(100% - 10px) 0%,
		100% 10px, 100% calc(100% - 10px),
		calc(100% - 10px) 100%, 10px 100%,
		0% calc(100% - 10px), 0% 10px
	);
}
#dream h3::before
{
	z-index: 2;
	background: var(--Ctheme4);
  inset: 0;
}
#dream h3::after
{
	z-index: 1;
	background: var(--Ctheme5);
	inset: -4px;
}

#dream .players
{
	display: flex;	flex-direction: column;
	gap: calc(60 * var(--u));

	/* padding: 0 calc(20 * var(--u)); */
	margin: 0 auto calc(50 * var(--u));
}
#dream .players li{	display: flex;	justify-content: space-between;	}
#dream .players li:nth-child(1){	--color: var(--Cgou1);	}
#dream .players li:nth-child(2){	--color: var(--Cgou2);	}
#dream .players li:nth-child(3){	--color: var(--Cgou3);	}
#dream .players li:nth-child(4){	--color: var(--Cgou4);	}
#dream .players li:nth-child(5){	--color: var(--Cgou5);	}
#dream .players li:nth-child(6){	--color: var(--Cgou6);	}

#dream .players li > .box:nth-child(1){	width: 48%;	}
#dream .players .thumb
{
	container-type: inline-size;

	position: relative;
	aspect-ratio: calc(546/390);
}
#dream .players .thumb .frame
{
	z-index: 2;
	position: absolute;
	top: 0;	left: 0;
	width: 100%;	height: 100%;
}
#dream .players .thumb .racer
{
	z-index: 1;
	position: absolute;
	top: 3cqw;	left: 3cqw;
	width: 94cqw;	aspect-ratio: 510/355;
}
#dream .players .thumb .name
{
	z-index: 3;
	position: absolute;
	bottom: 6.5cqw;	left: 0;

	display: flex;	justify-content: center;	align-items: baseline;
	gap: 2cqw;
	width: 100%;

	text-align: center;
	font-weight: 500;
	font-style: italic;
}
#dream .players .name span:first-child{	font-size: 3.5cqw;	font-style: italic;	}
#dream .players .name span:last-child{	font-size: 6.5cqw;	font-style: italic;	}

#dream .players li:nth-child(2) .thumb .name,
#dream .players li:nth-child(3) .thumb .name,
#dream .players li:nth-child(4) .thumb .name,
#dream .players li:nth-child(6) .thumb .name
{	color: white;	}


#dream .players li > .box:nth-child(2)
{
	container-type: inline-size;
	width: 48%;
}
#dream .players .title
{
	display: flex;	justify-content: center;	align-items: center;
	width: 100%;	height: 10cqw;

	margin: 0 0 4cqw;

	border-radius: 0 5cqw 0 5cqw;

	font-family: var(--NotoSans);
	font-size: 4cqw;
	font-weight: 500;
	text-align: center;
}
#dream .players li:nth-child(1) .title{	background-color: var(--Cgou1);	}
#dream .players li:nth-child(2) .title{	background-color: var(--Cgou2); color: white;	}
#dream .players li:nth-child(3) .title{	background-color: var(--Cgou3); color: white;	}
#dream .players li:nth-child(4) .title{	background-color: var(--Cgou4); color: white;	}
#dream .players li:nth-child(5) .title{	background-color: var(--Cgou5);	}
#dream .players li:nth-child(6) .title{	background-color: var(--Cgou6); color: white;	}


#dream .players table
{
	width: 100%;
	margin: 0 auto 3cqw;

	border: 2px solid white;
	border-collapse: collapse;
	background: white;

	font-family: var(--NotoSans);
}
#dream .players table tr:nth-child(2n+3){	background-color: rgb(245,245,245);	}
#dream .players table th
{
	background-color: black;
	border: 1px solid var(--Cgray1);

	padding: 0.3em;

	color: white;
	font-size: 3.5cqw;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}
#dream .players table th:nth-child(1){	width: 5em;	}
#dream .players table th:nth-child(2){	width: 6em;	}
#dream .players table th:nth-child(3){	width: 4em;	}
#dream .players table th:nth-child(4){	width: 6em;	}

#dream .players table td
{
	border: 1px solid var(--Cgray1);

	padding: 0.25em 0;

	font-size: 4.2cqw;
	/* font-weight: 500; */
	text-align: center;
}
#dream .players table td:first-child{	font-weight: 700;	}
#dream .players table tr:nth-child(2) td:first-child{	background-color: var(--Cgou1);	}
#dream .players table tr:nth-child(3) td:first-child{	background-color: var(--Cgou2); color: white;	}
#dream .players table tr:nth-child(4) td:first-child{	background-color: var(--Cgou3); color: white;	}
#dream .players table tr:nth-child(5) td:first-child{	background-color: var(--Cgou4); color: white;	}
#dream .players table tr:nth-child(6) td:first-child{	background-color: var(--Cgou5);	}
#dream .players table tr:nth-child(7) td:first-child{	background-color: var(--Cgou6); color: white;	}

#dream .players table td:last-child .bar{	display: flex;	align-items: center;	}
#dream .players table td:last-child hr{	height: 2.2cqw;	}
#dream .players table td:last-child hr:nth-child(1){	background-color: var(--Cgou3);	}
#dream .players table td:last-child hr:nth-child(2){	background-color: var(--Cgou4);	}
#dream .players table td:last-child hr:nth-child(3){	background-color: var(--Cgou6);	}

#dream .players .guide
{
	display: flex;	justify-content: center;	align-items: center;
	gap: 2cqw;
	color: white;
	font-family: var(--NotoSans);
	font-size: 3.5cqw;
	text-align: center;

	text-shadow: var(--shadow2);
}
#dream .players .guide span{	font-size: 1.4em;	}
#dream .players .guide span:nth-child(1){	color: var(--Cgou3);	}
#dream .players .guide span:nth-child(2){	color: var(--Cgou4);	}
#dream .players .guide span:nth-child(3){	color: var(--Cgou6);	}

#dream .note
{
	color: white;
	font-size: var(--fzu20);
	font-weight: 500;
	line-height: 1.5;
	text-align: center;

	text-shadow: var(--shadow2);
}

}
@media screen and (max-width: 767px)
{

#dream h3{	font-size: var(--fzv30);	}
/* #dream .players{	padding: 0 var(--pageP);	} */
#dream .players li
{
	flex-direction: column;
	gap: calc(20 * var(--u));
}
#dream .players li > .box:nth-child(1){	width: 100%;	}
#dream .players li > .box:nth-child(2){	width: 100%;	}

#dream .players .thumb{	margin: 0 auto;	}

#dream .players table th{	font-size: var(--fzv20);	}
#dream .players table td{	font-size: var(--fzv24);	}
#dream .players .guide{	font-size: var(--fzv24);	}

#dream .note{	font-size: var(--fzu30);	}

}


/* ================================================================================
pickupColumn
================================================================================ */
@media print, screen
{

#pickupColumn .ancs
{
	display: flex;	flex-direction: column;
	gap: calc(80 * var(--v));
}
#pickupColumn .html
{
	container-type: inline-size;
	position: relative;

	padding: var(--pageP);
	/* background: rgb(0,0,0,0.15); */
	background: white;
	box-shadow: inset 0 0 calc(30 * var(--v)) rgb(0, 0, 0, 0.3);

	border: 2px solid var(--Ctheme5);
	border-radius: calc(10 * var(--v));
}
#pickupColumn picture{	margin: 0 auto;	}
#pickupColumn picture img
{
	display: block;
	max-width: calc(900 * var(--v));
	margin: 0 auto;
}

#pickupColumn p
{
	/* color: white; */
	font-size: var(--fzv20);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	/* text-shadow: var(--shadow2); */
}
#pickupColumn p:not(:last-child){	margin: 0 auto 1em;	}
#pickupColumn p .small{	font-size: 0.8em;	}
#pickupColumn p strong{	font-weight: 500;	}
#pickupColumn p a
{
	color: var(--Clink0);
	font-weight: 500;
	text-decoration: underline;
}

}
@media screen and (min-width: 768px)
{

#pickupColumn p a:hover{	text-decoration: none;	}

}
@media screen and (max-width: 767px)
{

#pickupColumn p{	font-size: var(--fzv30);	}

}


/* ======================================== end ======================================== */
