@charset "UTF-8";

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

#event > .inner{	padding: calc(40 * var(--v)) 0 calc(80 * var(--v));	}
#event [id^="anc"]:not(:last-child){	margin: 0 auto calc(80 * var(--v));	}

#event picture{	margin: 0 auto;	}
#event picture:not(:last-child){	margin: 0 auto calc(40 * var(--v));	}


#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(--Cmain2);
	border: 3px solid var(--Cmain1);
	border-radius: calc(40 * var(--v));
	box-shadow: var(--shadow0);
}
#event .button a p
{
	color: var(--Cmain1);
	font-size: var(--fzv40);
	font-weight: 500;
	letter-spacing: 0.05em;
}

#event p.note{	font-size: 0.8em;	}

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

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

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

}

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

#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(60 * 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
{
	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;	}

}

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

#jougai > .inner{	padding: calc(40 * var(--v)) 0 calc(80 * 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));
	font-size: var(--fzv18);
	text-align: center;
	line-height: 1.5;
}

#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;
}

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

#jougai .jogai_info{	font-size: var(--fzv16);}

}

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

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

#tv h2
{
	margin: 0 auto calc(40 * var(--v));
}

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


}
@media screen and (max-width: 767px)
{
/* 
#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 ======================================== */
