@charset "UTF-8";

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

#event .ancs
{
	display: flex;	flex-direction: column;
	gap: calc(80 * var(--v));
}
#event [id^="anc"]
{
	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));

	overflow: hidden;
}
#event [id^="anc"] .title
{
	padding: calc(20 * var(--v)) var(--pageP);
	background: var(--Ctheme1);

}
#event [id^="anc"] .title p
{
	color: white;
	font-size: var(--fzv40);
	text-align: center;
}

#event [id^="anc"] .items
{
	display: flex;	flex-direction: column;
	gap: calc(40 * var(--v));

	padding: calc(40 * var(--v)) var(--pageP);
}

#event [id^="anc"] .text p
{
	font-size: var(--fzv20);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#event [id^="anc"] .text strong{	font-weight: 700;	}

#event picture
{
	margin: 0 auto;
}
#event .note
{
	color: white;
	font-size: var(--fzv20);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
	text-shadow: var(--shadow2);
}

#event p a
{
	color: var(--Clink0);
	font-weight: 500;
	text-decoration: underline;
}

#event .button
{
	width: calc(452 * var(--v));	aspect-ratio: 452/72;
	margin: 0 auto;
}

}
@media screen and (min-width: 768px)
{
#event p a:hover{	text-decoration: none;	}

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

#event [id^="anc"] .text p,
#event .note
{	font-size: var(--fzv25);	}

#event .button{	width: 90%;	}

}


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

#youtube .ancs
{
	display: flex;	flex-direction: column;
	gap: calc(80 * var(--v));
}
#youtube [id^="items"]
{
	display: flex;	flex-wrap: wrap;	justify-content: center;
	gap: calc(40 * var(--v));
}
#youtube .item
{
	flex-shrink: 0;
	width: 100%;
}

#youtube .html
{	padding: 1rem;	}

#youtube .html p
{
	color: white;
	font-size: var(--fzv20);
	font-weight: 500;
	line-height: 1.7;
	text-shadow: var(--shadow2);
}

#youtube picture{	margin: 0 auto;	}
#youtube picture img
{
	display: block;
	margin: 0 auto;
}
#youtube .note
{
	color: white;
	font-size: var(--fzv20);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
	text-shadow: var(--shadow2);
}
#youtube p a
{
	color: var(--Clink0);
	font-weight: 500;
	text-decoration: underline;
}
#youtube .button
{
	width: calc(452 * var(--v));	aspect-ratio: 452/72;
	margin: 0 auto;
}

}
@media screen and (min-width: 768px)
{
#youtube .item.WHalf{	width: calc((100% - 40 * var(--v))/2);	}
#youtube p a:hover{	text-decoration: none;	}

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

#youtube .html p,
#youtube .note
{	font-size: var(--fzv25);	}
#youtube .button{	width: 90%;	}

}


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

#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 picture img
{
	display: block;
	max-width: calc(900 * var(--v));
	margin: 0 auto;
}
#panf p
{
	color: white;
	font-size: var(--fzv20);
	text-align: center;
	text-shadow: var(--shadow2);
}

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

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

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

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

}


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

#jougai .ancs
{
	display: flex;	flex-direction: column;
	gap: calc(40 * var(--v));
}
#jougai .jogai_info
{
	color: white;
	font-size: var(--fzv20);
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	text-shadow: var(--shadow2);
}
#jougai table
{
	width: 100%;
	table-layout: fixed;
	margin: 0 auto;
}

#jougai th,
#jougai th span,
#jougai td:nth-child(1)
{	font-weight: 900;	}

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

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

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

#jougai .jogai_info{	font-size: var(--fzv24);	}
#jougai .table_A th,
#jougai .table_A td
{	font-size: var(--fzv24);	}

}


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

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

#tv h2
{
	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));
}
#tv h2 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;
}
#tv h2::before,
#tv h2::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
	);
}
#tv h2::before
{
	z-index: 2;
	background: var(--Ctheme4);
  inset: 0;
}
#tv h2::after
{
	z-index: 1;
	background: var(--Ctheme5);
	inset: -4px;
}



#tv .tableWrap{	margin: 0 auto calc(40 * var(--v));	}
#tv table
{
	width: 100%;
	table-layout: fixed;
}
#tv th,
#tv td
{
	/* border-left: 1px solid var(--Ctheme5); */
	/* border-right: 1px solid var(--Ctheme5); */
	border: 1px solid var(--Ctheme5);
}
#tv .html
{
	text-shadow: var(--shadow2);
}

}
@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 ======================================== */
