@charset "utf-8";
/*
// common
///////////////////////////////////////////////////////////////*/
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	width: 100%;
	height: 100%;
}
img {
	width: 100%;
	height: auto;
}
a {
	transition: 0.3s;
}
a:hover {
	text-align: none;
}
/*
// Color
///////////////////////////////////////////////////////////////*/
:root {
	--c-white: #fff;
	--c-bg: #F8FAFC;
	--c-text: #444;
	--c-border: #ccc;
	--c-main: #0EA5E9;
	--c-accent: #000;
	--c-main-light-01: #F3FAFE;
	--c-main-light-02: #38BDF8;
	--c-main-dark-01: #0f8cc5;
	--c-link: #0EA5E9;
	--c-yellow: #FDF274;
	--c-yellow-dark: #f3d73a;
	--c-yellow-dark2: #c2ac29;
	--c-bg-yellow-grad01: linear-gradient(90deg, #FFF589 0%, #FDF274 100%);
	--c-bg-yellow-grad02: linear-gradient(90deg, #FFF589 0%, var(--c-main) 100%);
	--c-bg-blue-grad01: linear-gradient(45deg, #0f8cc5 0%, #38BDF8 100%);
	--pd-section: 7rem;
}
@media all and (min-width:0px) and (max-width:960px) {
	:root {
		--pd-section: 5rem;
	}
}
/*
// html
///////////////////////////////////////////////////////////////*/
html {
	font-size: 16px;
}
@media all and (min-width:0px) and (max-width:960px) {
	html {
		font-size: 3.4vw;
	}
}
/*
// body
///////////////////////////////////////////////////////////////*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	color: var(--c-text);
	line-height: 1.5;
	background: var(--c-bg);
	overflow-x: hidden;
}
@media all and (min-width:0px) and (max-width:960px) {}
/*
// wrap
///////////////////////////////////////////////////////////////*/
.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
@media all and (min-width:0px) and (max-width:960px) {
	.inner {
		width: 100%;
		padding: 0 6vw;
	}
}
@media all and (min-width:961px) {}
/*
// header
///////////////////////////////////////////////////////////////*/
#header__logo {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	padding: 2rem 3rem;
	z-index: 100;
	mix-blend-mode: exclusion;
}
#header__logo img {
	width: 20dvw;
	height: auto;
}
@media all and (min-width:0px) and (max-width:960px) {
	#header__logo{
		padding: 1.5rem;
	}
	#header__logo img {
		width: 40dvw;
	}
}
@media all and (min-width:961px) {}
/*
// nav
///////////////////////////////////////////////////////////////*/
.nav__button {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 200;
	padding: 3rem;
	mix-blend-mode: exclusion;
	color: var(--c-white);
}
.nav__button .nav__button__hamburger {
	height: calc(1.5rem + 2px);
}
.nav__button .nav__button__hamburger span {
	position: relative;
	width: 6rem;
	height: 2px;
	background-color: var(--c-white);
	display: block;
	transition: 0.3s;
}
.nav__button .nav__button__hamburger span:nth-child(2) {
	transform: translateY(0.75rem);
}
.nav__button .nav__button__hamburger span:nth-child(3) {
	transform: translateY(1.5rem);
}
.nav__button.is-open .nav__button__hamburger span:nth-child(1),
.nav__button.is-open .nav__button__hamburger span:nth-child(3) {
	width: 0;
}
.nav__button .nav__button__label {
	font-family: var(--font-dela);
	text-align: center;
	height: 1rem;
	margin-top: 0.5rem;
}
.nav__button .nav__button__label::before {
	content: 'MENU';
}
.nav__button.is-open .nav__button__label::before {
	content: 'CLOSE';
}
.nav__content {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 150;
	width: 100dvw;
	height: 100dvh;
	background-color: var(--c-bg);
	overflow-y: auto;
	overflow-x: hidden;
}
.nav__content__wrapper {
	display: flex;
	width: 100%;
	height: 100%;
}
.nav__content__left {
	background: var(--c-bg-blue-grad01);
	width: 50%;
	position: relative;
}
.nav__content__left h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.nav__content__left h1 a img {
	width: 20vw;
	height: auto;
}
.nav__content__right {
	width: 50%;
	line-height: 1;
}
.nav__content__right a:hover {
	opacity: 0.75;
}
.nav__content__right .wrapper {
	padding: 3vw;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.navContent__menu--primary ul li+li {
	margin-top: 3rem;
}
.navContent__menu--primary ul li .primary {
	font-family: var(--font-dela);
	font-size: 2rem;
	color: var(--c-main);
}
.navContent__menu--primary .child {
	display: flex;
	flex-wrap: wrap;
	margin: 0.75rem -0.75rem -0.75rem -0.75rem;
	font-weight: 900;
	font-size: 1.1rem;
}
.navContent__menu--primary .child li {
	margin: 0.75rem;
}
.navContent__menu--secondary {
	margin-top: 5rem;
	padding-top: 5rem;
	border-top: 1px solid var(--c-border);
}
.navContent__menu--secondary ul {
	display: flex;
	flex-wrap: wrap;
	margin: -0.75rem;
}
.navContent__menu--secondary ul li {
	margin: 0.75rem;
}
.navContent__menu--secondary ul li a {
	display: flex;
	align-items: center;
}
.navContent__menu--secondary ul li a[target=_blank]::after {
	content: '';
	background-image: url('../images/icon_alter-333.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 0.8rem;
	height: 0.8rem;
	margin-left: 0.5rem;
}
.nav__application {
	position: fixed;
	right: -0.5rem;
	bottom: 10vh;
	z-index: 1;
	transition: 0.3s;
}
.nav__application:hover {
	right: 0;
}
.nav__application a {
	display: flex;
	padding: 2rem 2rem 2rem 1.5rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--c-white);
	gap: 0.75rem;
	line-height: 1;
	overflow: hidden;
	border-radius: 1rem 0 0 1rem;
	background-color: var(--c-main);
}
.nav__application a .icon {
	width: auto;
	height: 1.5rem;
}
.nav__application a .icon img {
	height: 100%;
	object-fit: cover;
}
.nav__application a .label {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.2em;
}
@media all and (min-width:0px) and (max-width:960px) {
	.nav__button {
		padding: 1.5rem;
	}
	.nav__button .nav__button__hamburger span {
		width: 5rem;
	}
	.nav__content__wrapper {
		flex-direction: column;
	}
	.nav__content__left,
	.nav__content__right {
		width: 100%;
	}
	.nav__content__left {
		height: 25vh;
		flex-shrink: 0;
	}
	.nav__content__left h1 a img {
		width: 30vw;
	}
	.nav__content__right .wrapper {
		padding: 10vw 6vw;
	}
	.navContent__menu--primary ul li+li {
		margin-top: 2.5rem;
	}
	.navContent__menu--primary ul li .primary{
		font-size: 1.5rem;
	}
	.navContent__menu--primary .child {
		margin: 0.5rem -0.5rem -0.5rem -0.5rem;
	}
	.navContent__menu--primary .child li {
		margin: 0.5rem;
	}
	.navContent__menu--secondary {
		margin-top: 3rem;
		padding-top: 3rem;
	}
	.navContent__menu--secondary ul {
		margin: -0.5rem -0.75rem;
	}
	.navContent__menu--secondary ul li {
		margin: 0.5rem 0.75rem;
	}
	.nav__application a {
		padding: 1.75rem 1.75rem 1.75rem 1.25rem;
	}
	.nav__application a .label {
		font-size: 1.25rem;
	}
}
/*
// main
///////////////////////////////////////////////////////////////*/
main a {
	text-decoration: underline;
	color: var(--c-link);
}
main a:hover {
	text-decoration: none;
}
@media all and (min-width:0px) and (max-width:960px) {}
/*
// .section
///////////////////////////////////////////////////////////////*/
section {
	position: relative;
}
.section__heading {
	line-height: 1;
	text-align: center;
}
.section__heading+.section__content {
	margin-top: 3rem;
}
@media all and (min-width:0px) and (max-width:960px) {}
/*
// COMMON
// .sectionBlock
///////////////////////////////////////////////////////////////*/
.sectionBlock {
	background-color: var(--c-white);
	padding: 2rem 6rem;
	margin-top: 4rem;
	border-radius: 4px;
}
.sectionBlock+.sectionBlock {
	margin-top: 2rem;
}
.sectionBlock>* {
	margin-bottom: 1rem;
}
.sectionBlock__content>* {
	margin-bottom: 0.5rem;
}
.sectionBlock__content h4 {
	margin-top: 2rem;
	font-size: 1.25rem;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	font-weight: 900;
}
.sectionBlock__content h4::before {
	content: '■';
	color: var(--c-yellow);
}
.sectionBlock__content h4::after {
	content: '';
	display: block;
	background-color: var(--c-text);
	width: auto;
	height: 1px;
	flex-grow: 1;
}
.sectionBlock__content ul {
	list-style-type: disc;
	margin-left: 1.5rem;
}
.sectionBlock__content ol {
	list-style-type: decimal;
	margin-left: 1.5rem;
}
.sectionBlock__content ul li+li,
.sectionBlock__content ol li+li {
	margin-top: 0.5rem;
}
@media all and (min-width:0px) and (max-width:960px) {
	.sectionBlock {
		padding: 2rem;
	}
}
/*
// COMMON
// .anchorBlock
///////////////////////////////////////////////////////////////*/
.anchorBlock ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}
.anchorBlock li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	background-color: var(--c-main);
	color: var(--c-white);
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
}
.anchorBlock li a:hover {
	background-color: var(--c-main-dark-01);
}
.anchorBlock li a .icon {
	width: 4rem;
	height: 4rem;
}
.anchorBlock li a .arrow {
	width: 1.25rem;
	height: 0.625rem;
}
.anchorBlock li a .arrow img {
	display: block;
}
@media all and (min-width:0px) and (max-width:960px) {
	.anchorBlock ul {
		grid-template-columns: repeat(2, 1fr);
	}
	.anchorBlock li a .icon {
		width: 3rem;
		height: 3rem;
	}
}
/*
// COMMON
// table
///////////////////////////////////////////////////////////////*/
.table--type01 table {
	width: 100%;
}
.table--type01 tr {
	border-top: 1px solid var(--c-border);
}
.table--type01 tr:last-child {
	border-bottom: 1px solid var(--c-border);
}
.table--type01 tr th,
.table--type01 tr td {
	padding: 1rem;
}
.table--type01 tr td+td {
	border-left: 1px dotted var(--c-border);
}
.table--type01 tr th {
	background-color: var(--c-bg);
	font-weight: 900;
	min-width: 10rem;
}
@media all and (min-width:0px) and (max-width:960px) {
	.table--type01 {
		overflow-x: auto;
		white-space: nowrap;
	}
	.table--type01 tr th {
		min-width: 7rem;
	}
	.table--type01 tr th[rowspan]+td {
		width: 11rem;
	}
}
/*
// COMMON
// .button
///////////////////////////////////////////////////////////////*/
.button{
	margin-top: 2rem;
}
.button a{
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 300px;
	background: var(--c-bg-blue-grad01);
	color: var(--c-white);
	line-height: 1;
	padding: 1.5rem 2rem;
	text-decoration: none;
	border-radius: 100px;
	position: relative;
	z-index: 1;
}
.button a::before{
    position: absolute;
    z-index: -1;
    background: var(--c-text);
    opacity: 0;
    transition: opacity 0.3s;
	content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	border-radius: 100px;
}
.button a:hover::before{
    opacity: 1;
}
.button a::after{
	content : '';
	width: 1rem;
	height: 1rem;
	background-image: url('../images/icon_arrow-down02.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(-90deg);
}
.button a:hover{
	border-color: var(--c-text);
}
.button a.is-disabled{
	background: var(--c-border);
	color: var(--c-white);
	pointer-events: none;
}

@media all and (min-width:0px) and (max-width:960px) {
	.button a{
		width: 100%;
	}
}
/*
// COMMON
// .heading
///////////////////////////////////////////////////////////////*/
.heading--type01 {
	line-height: 1;
}
.heading--type01 .en {
	display: block;
	width: fit-content;
	padding: 0.5rem 1.5rem;
	background-color: var(--c-text);
	color: var(--c-white);
	border-radius: 1000px;
	margin: 0 auto 0.5rem;
}
.heading--type01 .ja {
	font-size: 6rem;
}
.heading--type02 {
	display: flex;
	gap: 1rem;
	align-items: center;
	margin-bottom: 2rem;
	font-size: 2rem;
}
.heading--type02 .icon {
	width: 3rem;
	height: 3.5rem;
}
@media all and (min-width:0px) and (max-width:960px) {
	.heading--type01 .ja {
		font-size: 3rem;
	}
}
/*
// mv
///////////////////////////////////////////////////////////////*/
#mv {
	width: 100%;
	height: 100dvh;
	background-image: url('../images/mv_01.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 4dvw;
}
#mv .inner {
	width: 100%;
}
#mv .mv__logo {
	width: 50dvw;
}
#mv .mv__lead {
	color: #fff;
	margin: 2rem 0;
	font-size: 2rem;
	letter-spacing: 0.2em;
}
#mv .mv__cta {}
#mv .mv__cta ul li {
	margin-top: 1rem;
}
#mv .mv__cta ul li a {
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1;
	border-radius: 100px;
	background: var(--c-bg-yellow-grad01);
	padding: 1.5rem 2rem;
	text-decoration: none;
	color: var(--c-text);
}
#mv .mv__cta ul li a:hover {
	opacity: 0.75;
}
#mv .mv__cta ul li a::after {
	content: '';
	width: 1.25rem;
	height: 0.5rem;
	background-image: url('../images/icon_arrow-down01.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
@media all and (min-width:0px) and (max-width:960px) {
	#mv {
		height: 70vh;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
	}
	#mv .mv__logo {
		width: 80dvw;
	}
	#mv .mv__lead {
		font-size: 1.5rem;
	}
	#mv .mv__cta ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}
	#mv .mv__cta ul li a {
		width: 100%;
		padding: 1.5rem;
	}
}
/*
// message
///////////////////////////////////////////////////////////////*/
#message {
	padding: var(--pd-section) 0;
	padding-bottom: calc(var(--pd-section) + 3.125vw);
	background-image: url('../images/bg01.png');
	background-size: 100% auto;
}
#message p {
	margin-top: 2rem;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.1em;
	color: var(--c-main);
}
@media all and (min-width:0px) and (max-width:960px) {
	#message p {
		font-size: 1.2rem;
	}
}
/*
// about
///////////////////////////////////////////////////////////////*/
#about {
	padding: var(--pd-section) 0;
	padding-bottom: calc(var(--pd-section) + 3.125vw);
	/* background-color: var(--c-yellow); */
	background: var(--c-bg-yellow-grad01);
}
#about::before {
	position: absolute;
	top: -3.125vw;
	left: 0;
	content: '';
	width: 100%;
	height: 3.125vw;
	background-image: url('../images/bg_line01.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}
#about::after {
	position: absolute;
	bottom: -3.125vw;
	left: 0;
	content: '';
	width: 100%;
	height: 3.125vw;
	background-image: url('../images/bg_line02.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
	z-index: 1;
}
#about table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 0.5rem;
}
#about table tr th,
#about table tr td {
	padding: 1rem;
	vertical-align: middle;
}
#about table tr th {
	background-color: var(--c-yellow-dark);
	border-radius: 4px 0 0 4px;
}
#about table tr td {
	background-color: var(--c-white);
	border-radius: 0 4px 4px 0;
}
#about .aboutBlock {
	background-color: var(--c-white);
	padding: 2rem 6rem;
	margin-top: 4rem;
	border-radius: 4px;
}
#about .aboutBlock+.aboutBlock {
	margin-top: 2rem;
}
#about .aboutColumn {}
#about .aboutColumn .aboutColumn__heading {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 2rem;
	display: flex;
	gap: 1rem;
	align-items: center;
	color: var(--c-yellow-dark2);
}
#about .aboutColumn .aboutColumn__heading::before,
#about .aboutColumn .aboutColumn__heading::after {
	content: '';
	width: auto;
	height: 1px;
	background-color: var(--c-yellow-dark2);
	flex-grow: 1;
}
#about .aboutLineupList > li {
	display: grid;
	grid-template-columns: 200px auto;
	gap: 2rem;
}
#about .aboutLineupList > li+li {
	margin-top: 2rem;
}
#about .aboutLineupList .aboutLineupList__thumbnail {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 4px;
	overflow: hidden;
}
#about .aboutLineupList .aboutLineupList__content .name {
	font-weight: 900;
	font-size: 1.2rem;
	color: var(--c-yellow-dark2);
	margin-bottom: 0.5rem;
}
#about .aboutLineupList .aboutLineupList__content .profile {
	line-height: 1.75;
}
#about .aboutLineupList .aboutLineupList__content .link {
	margin-top: 1rem;
}
#about .aboutLineupList .aboutLineupList__content .link ul{
	display: flex;
	gap: 0.5rem;
}
#about .aboutLineupList .aboutLineupList__content .link ul li +li{
	margin-top: 0;
}
#about .aboutLineupList .aboutLineupList__content .link ul a img{
	width: 1.5rem;
	height: 1.5rem;
}
@media all and (min-width:0px) and (max-width:960px) {
	#about .aboutBlock {
		padding: 2rem;
	}
	#about table tr th {
		width: 6em;
	}
	#about .aboutLineupList li {
		display: block;
	}
	#about .aboutLineupList .aboutLineupList__thumbnail {
		width: 80%;
		max-width: 400px;
		margin: auto;
	}
	#about .aboutLineupList .aboutLineupList__content {
		margin-top: 1rem;
	}
	#about .aboutLineupList li+li {
		margin-top: 4rem;
	}
	#about .aboutLineupList .aboutLineupList__content .name {
		font-size: 1.5rem;
		text-align: center;
		color: var(--c-text);
	}
	#about::after{
		background-image: url('../images/bg_line01.png');
		transform: rotate(180deg);
	}
	#about .aboutLineupList .aboutLineupList__content .link ul{
		justify-content: center;
		gap: 1rem;
	}
}
/*
// entry
///////////////////////////////////////////////////////////////*/
#entry {
	padding: var(--pd-section) 0;
	padding-top: calc(var(--pd-section) + 3.125vw);
	background-color: var(--c-main-light-01);
	background-image: url('../images/bg_pattern02.png');
}
#entry .heading--type01 .en {
	background-color: var(--c-main);
}
#entry .heading--type01 .ja {
	color: var(--c-main);
}
#entry .heading--type01 .ja span {
	color: var(--c-main-light-02);
}
#feature ol {
	counter-reset: number;
	list-style-type: none;
	margin-left: 0;
}
#feature ol li {
	display: flex;
	gap: 1rem;
}
#feature ol li+li {
	margin-top: 1.5rem;
}
#feature ol li:before {
	counter-increment: number;
	content: counter(number);
	background: var(--c-main);
	color: var(--c-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	line-height: 1;
	flex-shrink: 0;
	font-size: 2rem;
	font-weight: 100;
}
#feature ol li .label {
	color: var(--c-main);
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
#feature ol li p {
	line-height: 2;
}
#award .awardList01{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	list-style-type: none;
	margin-left: 0;
}
#award .awardList01 li {
	border: 1px solid var(--c-main);
	padding: 2rem 1rem 1rem;
	text-align: center;
	border-radius: 4px;
}
#award .awardList01 li+li {
	margin-top: 0;
}
#award .awardList01 li .label {
	color: var(--c-main);
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
#award .awardList01 li .gift {
	padding: 1rem 1rem 0 1rem;
	font-size: 0.8rem;
	margin-top: 2rem;
	border-top: 1px dashed var(--c-main);
	display: flex;
	align-items: stretch;
	gap: 1rem;
}
#award .awardList01 li .gift .title{
	font-weight: 900;
	width: 5em;
	background-color: var(--c-main);
	color: var(--c-white);
	display: flex;
	align-items: center;
	justify-content: center;
}
#award .awardList01 li .gift .text{
	text-align: left;
}
#award .awardNoteList01{
	margin-top: 1rem;
	opacity: 0.8;
	font-size: 0.8rem;
	list-style-type: none;
}
#award .awardNoteList01{
	margin-top: 1rem;
	opacity: 0.8;
	font-size: 0.8rem;
	list-style-type: none;
    counter-reset: number;
}
#award .awardNoteList01 li{
    display: flex;
    gap: 1rem;
}
#award .awardNoteList01 li::before{
    counter-increment: number;
    content: '※' counter(number);
    flex-shrink: 0;
}

#award .awardList02 {
	margin-top: 1rem;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 1rem;
		list-style-type: none;
		margin-left: 0;
}
#award .awardList02 li {
	border: 1px solid var(--c-yellow-dark2);
	padding: 1rem;
	border-radius: 4px;
}
#award .awardList02 li+li {
	margin-top: 0;
}
#award .awardList02 li .label {
	color: var(--c-yellow-dark2);
	font-size: 1rem;
	font-weight: 900;
	margin-bottom: 0.25rem;
}
#award .awardList02 li p{
}
#award .awardList02 li a{
	color: var(--c-text);
}
@media all and (min-width:0px) and (max-width:960px) {
	#entry .awardList01 ,
	#entry .awardList02 {
		grid-template-columns: 1fr;
	}
	#feature ol li:before{
		width: 3rem;
		height: 3rem;
		border-radius: 0.5rem;
		font-size: 1.5rem;
	}
}
/*
// audience
///////////////////////////////////////////////////////////////*/
#audience {
	padding: var(--pd-section) 0;
	background-color: var(--c-main);
	background-image: url('../images/bg_pattern01.png');
}
#audience .heading--type01 .ja {
	color: var(--c-white);
}
#audience .heading--type01 .en {
	background-color: var(--c-white);
	color: var(--c-main);
}
#audience .anchorBlock li a {
	background-color: var(--c-yellow);
	color: var(--c-text);
}
#audience .anchorBlock li a:hover {
	background-color: var(--c-yellow-dark);
}
#ticket table {
	width: 100%;
}
#ticket table tr th,
#ticket table tr td {
	padding: 1rem 0;
	border-bottom: 1px solid var(--c-border);
}
#ticket table tr th {
	width: 8em;
}
@media all and (min-width:0px) and (max-width:960px) {}
/*
// RELATED
///////////////////////////////////////////////////////////////*/
#related {
	padding: 8rem 0;
}
#related .section__heading .heading span {
	opacity: 0.5;
}
#related .section__heading .heading h2 {
	font-size: 3rem;
}
#related .related__list ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}
#related .related__list li a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	height: 100%;
	border: 2px solid transparent;
	transition: 0.3s;
}
#related .related__list li a.is-disabled {
	pointer-events: none;
}
#related .related__list li a .thumbnail {
	overflow: hidden;
	flex-shrink: 0;
}
#related .related__list li a .thumbnail img {
	transition: 0.3s;
}
#related .related__list li a .content {
	background-color: var(--c-white);
	padding: 2rem;
	flex-grow: 1;
}
#related .related__list li a .content .title {
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 1;
}
#related .related__list li a .content .date {
	margin: 1rem 0;
	line-height: 1;
}
#related .related__list li a .content .description {
	color: var(--c-text);
	font-size: 0.8rem;
}
#related .related__list li a:hover {
	border-color: var(--c-main);
}
#related .related__list li a:hover .thumbnail img {
	transform: scale(1.1);
}
@media all and (min-width:0px) and (max-width:960px) {
	#related {
		padding: 4rem 0;
	}
	#related .related__list ul {
		grid-template-columns: 1fr;
	}
}
/*
// organization
///////////////////////////////////////////////////////////////*/
#organization {
	padding: 8rem 0;
	background-color: var(--c-white);
}
#organization .section__heading .heading span {
	opacity: 0.5;
}
#organization .section__heading .heading h2 {
	font-size: 3rem;
}
#organization .organization__list ul {
	list-style: disc;
	margin-left: 1.5rem;
}
#organization .organization__table {
	margin-top: 2rem;
}
#organization .organization__table img {
	height: 2rem;
	width: auto;
}
#organization .sponsorList img+span {
	font-size: 0.8rem;
}
@media all and (min-width:0px) and (max-width:960px) {
	#organization {
		padding-top: 4rem;
	}
}
/*
// footer
///////////////////////////////////////////////////////////////*/
footer {
	background-color: var(--c-text);
	color: var(--c-white);
	padding: 4rem 0;
	text-align: center;
}
.footer__link ul {
	display: flex;
	justify-content: center;
	margin: -0.75rem;
	flex-wrap: wrap;
}
.footer__link ul li {
	margin: 0.75rem;
}
.footer__link ul li a {
	display: flex;
	align-items: center;
	color: var(--c-white);
}
.footer__link ul li a:hover {
	text-decoration: underline;
}
.footer__link ul li a[target=_blank]::after {
	content: '';
	width: 1rem;
	height: 1rem;
	background-image: url('../images/icon_alter-fff.svg');
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 0.5rem;
}
.footer__copyright {
	margin-top: 1.5rem;
	font-size: 0.8rem;
}
@media all and (min-width:0px) and (max-width:960px) {}