@charset "UTF-8";
@font-face {
	font-family: 'Avenir';
	src: url(/font/avenir.ttf);
}
@font-face {
	font-family: 'YuGoPr6N-R';
	src: url(/font/YuGo/subset/YuGoPr6N-R.otf);
}
@font-face {
	font-family: 'YuGoPr6N-D';
	src: url(/font/YuGo/subset/YuGoPr6N-D.otf);
}
@font-face {
	font-family: 'YuGoPr6N-L';
	src: url(/font/YuGo/subset/YuGoPr6N-L.otf);
}
@font-face {
	font-family: 'YuGoPr6N-M';
	src: url(/font/YuGo/subset/YuGoPr6N-M.otf);
}
@font-face {
	font-family: 'YuGoPr6N-B';
	src: url(/font/YuGo/subset/YuGoPr6N-B.otf);
}

/* live ---------------------------------------*/

.liveschedule .inner,
.livearchive .inner{
	max-width: 940px;
}

.live-title{padding-bottom: 75px;}

/* live schedule ------------------------*/

.liveschedule{
	padding: 0 0 80px;
	background: #fff;
}

.livessection-title{
	font-size: 20px;
	font-family: 'YuGoPr6N-B';
	margin-bottom: 30px;
}
.en .livessection-title{
	font-family: 'Avenir';
	font-weight: 700;
	letter-spacing: calc(25em / 1000);
}

.liveschedule-box{
	margin-bottom: 55px;
}

.liveschedule-box-title{
	font-size: 18px;
	font-family: 'YuGoPr6N-D';
	margin-bottom: 30px;
}
.en .liveschedule-box-title{
	font-family: 'Avenir';
	font-weight: 600;
	letter-spacing: calc(25em / 1000);
}

.liveschedule-box-year{
	color: #000;
	padding-left: 20px;
	font-size: 18px;
	font-family: 'Avenir';
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top: 24px;
	margin-bottom: 11px;
}

.liveschedule-box-list{padding-left: 20px;}

.liveschedule-box-list-item{
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	padding: 16px 0;
}

.liveschedule-box-list-item:first-child{
	border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.liveschedule-box-list-item a,
.liveschedule-box-list-item > span{
	display: flex;
	align-items: center;
	transition: 0.3s;
	pointer-events: none;
}
.liveschedule-box-list-item.is-link a{
	pointer-events: all;
}

.liveschedule-box-list-item.is-link a:hover{
	opacity: 0.6;
	transform: translate(10px ,0);
}

.liveschedule-box-list-item.is-link::after {
	display: block;
	content: '';
	background: url('/img/common/icon_arrow_next.png') no-repeat center center; 
	background-size: 100%;
	width: 24px;
	height: 5px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	transition: 0.3s;
	right: 20px;
}

.liveschedule-box-list-item.is-link:hover::after{
	opacity: 0.6;
	right: 10px;
}

.liveschedule-box-list-item-data{
	width: 5.5rem;
	margin-right: 10px;
}
.liveschedule-box-list-item-data span{
	font-size: 16px;
	font-weight: lighter;
}

.liveschedule-box-list-item-prefecture{
	width: 3rem;
	margin-right: 10px;
}
.liveschedule-box-list-item-prefecture span{
	padding: 0px 5px;
	display: inline-block;
	font-size: 12px;
	font-family: 'YuGoPr6N-D';
	background: #000;
	color: #fff;
	line-height: 2.1;
}
.en .liveschedule-box-list-item-prefecture span{
	font-family: 'Avenir';
	font-weight: 600;
	letter-spacing: calc(25em / 1000);
}

.liveschedule-box-list-item-place{
	font-size: 16px;
	font-family: 'YuGoPr6N-M';
}
.en .liveschedule-box-list-item-place{
	font-family: 'Avenir';
	font-weight: 600;
	letter-spacing: calc(25em / 1000);
}

.liveschedule-box-list-item-status{
	background-color: #F2F2F2;
	font-size: 12px;
	font-family: 'Avenir';
	font-weight: 400;
	margin-left: 12px;
	padding: 2px 6px;
}




/* live archive ------------------------*/

.livearchive{
	padding-bottom: 140px;
	background: #fff;
	margin-bottom: 570px;
}

.livearchive-list-item{
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.16);
}

.livearchive-item{display: none;}

.livearchive-label{
	color: #000;
	display: block;
	position: relative;
	font-size: 18px;
	font-family: 'Avenir';
	font-weight: 400;
	cursor: pointer;
}

.livearchive-label span{
	font-family: 'YuGoPr6N-D';
}
.en .livearchive-label span{
	font-family: 'Avenir';
	font-weight: 600;
	letter-spacing: calc(25em / 1000);
}

.livearchive-label::after {
	display: block;
	content: '';
	background: #000; 
	background-size: 100%;
	width: 16px;
	height: 1px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
}

.livearchive-label::before {
	display: block;
	content: '';
	background: #000; 
	background-size: 100%;
	width: 1px;
	height: 16px;
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translate(0,-50%);
	transition: 0.3s;
}

.livearchive-content{
	padding-left: 30px;
	padding-top: 30px;
}

.livearchive-item:checked + .livearchive-label::before{transform: translate(0,-50%) rotate(90deg);}



/* live detail ---------------------------------------*/

.livedetail-title{padding-bottom: 65px;}

.livedetailtop{
	padding-bottom: 190px;
	margin-bottom: 570px;
}

.livedetailtop .inner{max-width: 760px;}

.livedetail-image{
	max-width: 904px;
	padding: 0 20px;
	margin: 0 auto 60px;
}

.livedetail-content{}

.livedetail-content-title-wrapper{
	padding-bottom: 15px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.livedetail-content-data{
	font-size: 16px;
	font-family: 'Avenir';
	font-weight: lighter;
	margin-bottom: 5px;
	line-height: 2.25;
}

.livedetail-content-title{
	font-size: 20px;
	font-family: 'YuGoPr6N-B';
	line-height: 1.8;
}
.en .livedetail-content-title{
	font-family: 'Avenir';
	font-weight: 700;
	letter-spacing: calc(25em / 1000);
}

.livedetail-content-text-wrapper{margin-bottom: 75px;}

.livedetail-content-text{
	margin-bottom: 28px;
	font-family: 'YuGoPr6N-M';
	font-size: 14px;
	line-height: 2;
}
.en .livedetail-content-text{
	font-family: 'Avenir';
	font-weight: 500;
	letter-spacing: calc(25em / 1000);
}

.livedetail-content-text a{
	transition: 0.3s;
	text-decoration: underline;
}

.livedetail-content-text a:hover{opacity: 0.5;}

.livedetail-info{
	background: #fff;
	padding: 50px 50px 60px;
	margin-bottom: 80px;
}

.livedetail-info-title{
	font-size: 16px;
	font-family: 'Avenir';
	font-weight: lighter;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.livedetail-info-data{
	font-family: 'YuGoPr6N-D';
	font-size: 18px;
	line-height: 2;
	margin-bottom: 20px;
}
.en .livedetail-info-data{
	font-family: 'Avenir';
	font-weight: 600;
	letter-spacing: calc(25em / 1000);
}

.livedetail-info-data span{
	font-family: 'Avenir';
	font-weight: lighter;
	margin-right: 15px;
}

.livedetail-info-list-wrapper{margin-bottom: 45px;}
.livedetail-info-description{
	margin-bottom: 45px;
	font-size: 14px;
	font-family: 'YuGoPr6N-M';
}
.en .livedetail-info-description{
	font-family: 'Avenir';
	font-weight: 500;
	letter-spacing: calc(25em / 1000);
}

.livedetail-info-list{
}

.livedetail-info-list th,
.livedetail-info-list td{
	font-size: 14px;
	font-family: 'YuGoPr6N-M';
	vertical-align: top;
}
.en .livedetail-info-list th,
.en .livedetail-info-list td{
	font-family: 'Avenir';
	font-weight: 500;
	letter-spacing: calc(25em / 1000);
}


.livedetail-info-list th{
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 130px;
	white-space: nowrap;
}

.livedetail-info-list th::before {
	display: block;
	content: '';
	background: url('/img/common/icon_circle.png') no-repeat center center; 
	background-size: 100%;
	width: 4.5px;
	height: 4.5px;
	position: absolute;
	left: 0;
	top: 1em;
	transform: translate(0,-50%);
}

.livedetail-info-list:nth-of-type(2),
.livedetail-info-list:nth-of-type(3) {
	font-family: 'Avenir';
	font-weight: 400;
}

.livedetail-info-btn-wrapper{text-align: center;}

.livedetail-info-btn{
	font-size: 14px;
	font-family: 'YuGoPr6N-M';
	display: block;
	color: #fff;
	padding: 10px;
	background: #000;
	border: 1px solid #fff;
	border-radius: 30px;
	width: 175px;
	margin: 0 auto;
	transition: 0.3s;
}
.en .livedetail-info-btn{
	font-family: 'Avenir';
	font-weight: 500;
	letter-spacing: calc(25em / 1000);
}

.livedetail-info-btn:hover{
	color: #000;
	background: #fff;
	border: 1px solid #000;
}



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

	/* live ---------------------------------------*/

	.live-title{padding-bottom: 30px;}

	/* live schedule ------------------------*/

	.liveschedule{padding: 0 35px 40px;}

	.livessection-title{
		font-size: 16px;
		margin-bottom: 25px;
	}

	.liveschedule-box{margin-bottom: 35px;}

	.liveschedule-box-title{
		font-size: 16px;
		margin-bottom: 25px;
	}

	.liveschedule-box-year{
		padding-left: 0;
	}

	.liveschedule-box-list{padding-left: 0px;}

	.liveschedule-box-list-item{margin-bottom: 8px;}

	.liveschedule-box-list-item.is-link::after {right: 0px;}

	.liveschedule-box-list-item.is-link:hover::after{right: -10px;}

	.liveschedule-box-list-item a,
	.liveschedule-box-list-item > span{
		flex-wrap: wrap;
	}


	.liveschedule-box-list-item-prefecture{
		width: auto;
		flex-shrink: 0;
	}

	.liveschedule-box-list-item-data{
		width: auto;
		flex-shrink: 0;
	}
	.liveschedule-box-list-item-data span{
		font-size: 14px;
	}

	.liveschedule-box-list-item-place{
		font-size: 14px;
		padding-right: 25px;
		width: 100%;
		margin-top: 4px;
	}

	.liveschedule-box-list-item-status{
		margin-top: 4px;
		margin-left: 0;
	}


	/* live archive ------------------------*/

	.livearchive{padding:0 35px 120px;}

	.livearchive-list-item{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.livearchive-label{
		font-size: 16px;
		line-height: 1.8;
	}

	.livearchive-label::after {right: 0px;}

	.livearchive-label::before {right: 8px;}

	.livearchive-content{padding-left: 10px;}


	/* live detail ---------------------------------------*/

	.livedetail-title{padding-bottom: 40px;}
	.livedetailtop{padding: 0 35px 155px;}
	.livedetail-image{margin-bottom: 25px;}

	.livedetail-content{}

	.livedetail-content-title-wrapper{
		padding-bottom: 25px;
		line-height: 1.6;
		min-height: 65px;
		margin-bottom: 40px;
	}

	.livedetail-content-data{
		font-size: 16px;
		margin-bottom: 5px;
	}

	.livedetail-content-title{font-size: 16px;}
	.livedetail-content-text-wrapper{margin-bottom: 60px;}

	.livedetail-info{
		padding: 35px 25px 60px;
		margin-bottom: 60px;
	}

	.livedetail-info-title{
		font-size: 14px;
		padding-bottom: 25px;
		margin-bottom: 30px;
	}

	.livedetail-info-data{
		font-size: 16px;
		line-height: 1.9;
		margin-bottom: 8px;
	}

	.livedetail-info-data span{
		margin-right: 0;
		display: block;
	}

	.livedetail-info-list-wrapper{padding: 0 8px;}

	.livedetail-info-list{
		display: flex;
    flex-direction: column;
		margin-top: 2em;
		margin-bottom: 0px;
	}

	.livedetail-info-list th{
		padding-bottom: 0;
	}

	.livedetail-info-list td{
		padding-left: 15px;
	}

	.livedetail-info-list:first-of-type{
		margin-top: 0;
	}

	.livedetail-info-list th{
		width: auto;
		margin-right: 20px;
	}



}