@charset "UTF-8";

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

#event{	padding: 0;	}
#event .ancs
{
	display: flex;	flex-direction: column;
	gap: calc(80 * var(--v));
}
#event picture{	margin: 0 auto;	}
#event .button a
{
	display: flex;	justify-content: center;	align-items: center;
	width: calc(560 * var(--v));	height: calc(80 * var(--v));

	margin: 0 auto calc(60 * var(--v));

	background-color: var(--Cblue2);
	border: 3px solid var(--Cblue0);
	border-radius: calc(40 * var(--v));
	box-shadow: var(--shadow0);
}
#event .button a p
{
	color: var(--Cblue0);
	font-size: var(--fzv40);
	font-weight: 500;
	letter-spacing: 0.05em;
}
#event .html
{
	container-type: inline-size;
	position: relative;

	padding: var(--pageP);
	background: url("../image/common/background_pattern.png") repeat;
	border: 3px solid var(--Ctheme5);
}
#event .html::before
{
	position: absolute;
	top: 5px;	left: 5px;

	content: "";
	display: block;
	width: calc(100% - 10px);	height: calc(100% - 10px);

	border: 3px solid var(--Ctheme5);
	pointer-events: none;
}
#event p
{
	font-size: var(--fzv20);
	line-height: 1.5;
}

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

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

#event .button a p{	font-size: var(--fzv24);	}

}

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

#panf{	padding: 0;	}
#panf > .inner
{
	max-width: calc(780 * var(--v));
	/* padding: calc(40 * var(--v)) 0 calc(80 * var(--v)); */
}

#panf .PDFs
{
	display: flex;	flex-direction: column;
	gap: calc(80 * var(--v));
}
#panf .thumb
{
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
#panf .thumb::before
{
	z-index: 1;
	position: absolute;
	top: 0;	left: 0;

	content: "";
	display: block;
	width: 100%;	height: 100%;
	background: url('../image/common/pdf_cover.webp') no-repeat center/cover;

	pointer-events: none;
	opacity: 0;
}

#panf .thumb:not(:last-child){	margin: 0 auto calc(20 * var(--v));	}
#panf p
{
	color: white;
	font-size: var(--fzv20);
	text-align: center;
}
#panf p:not(:last-child){	margin: 0 auto calc(80 * var(--v));	}

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

#panf .thumb::before{	transition: var(--T03);	}
#panf .thumb:hover::before{	opacity: 1;	}

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

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

}

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

#jougai{	padding: 0;	}
#jougai .ancs
{
	display: flex;	flex-direction: column;
	gap: calc(40 * var(--v));
}
/* #jougai [id^="anc"]:not(:last-child){	margin: 0 auto calc(80 * var(--v));	} */

#jougai .jogai_info
{
	/* margin: 0 auto calc(30 * var(--v)); */

	color: white;
	font-size: var(--fzv18);
	text-align: center;
	line-height: 1.5;
	text-shadow: var(--shadow4);
}

#jougai table
{
	width: 100%;
	table-layout: fixed;
	margin: 0 auto;
}

#jougai th:nth-child(1),
#jougai td:nth-child(1)
{
	width: calc(200 * var(--v));
	font-weight: 500;
}

#jougai .notes
{
	display: flex;	flex-wrap: wrap;	justify-content: center;
	gap: calc(10 * var(--v)) calc(20 * var(--u));
	margin: 0 auto;
}
/* #jougai .notes:not(:last-child){	margin: 0 auto calc(40 * var(--v));	} */
#jougai .notes li{	line-height: 1.5;	}

}
@media screen and (max-width: 1000px)
{
#jougai .jogai_info{	font-size: var(--fzv25);}
/* #jougai .notes{	font-size: var(--fzv14);	} */
/* 
#jougai .table_A th,
#jougai .table_A td
{	font-size: var(--fzv12);	}
 */
}

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

#tv{	padding: 0;	}
/* #tv > .inner{	padding: calc(40 * var(--v)) 0 calc(80 * var(--v));	} */

#tv h2
{
	width: fit-content;
	padding: 0 0.5em;
	margin: 0 auto calc(55 * var(--v));

	color: white;
	font-size: var(--fzv32);
	text-align: center;
	line-height: 1.3;
	text-shadow: var(--shadow4);
}


#tv table
{
	width: 100%;
	table-layout: fixed;
	margin: 0 auto calc(40 * var(--v));
}
/* 
#tv .html
{
	position: relative;

	padding: var(--pageP);
	background: url("../image/common/background_pattern.png") repeat;
	border: 3px solid var(--Ctheme5);
}
 */


}
@media screen and (max-width: 1000px)
{
/* 
#tv .table_A th,
#tv .table_A td
{	font-size: var(--fzv12);	}
 */
/* #tv .notesA li{	font-size: var(--fzv14);	} */
/* 
#tv table th,
#tv table td
{	font-size: var(--fzv24);	}
 */

}



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