@charset "utf-8";

/* ページタイトル
============================================================================= */
.ttlPage-svg{
	fill: #ff6e0b;
}

/* sect
============================================================================= */
.sect:not(:first-of-type){
	border-top: solid 1px #ccc;
}

/* artists head
============================================================================= */
.placeList{
	display: flex;
	justify-content: center;
	margin: 20px 0 0 -5px;
}
.placeList_item{
	margin-left: 5px;
}
.placeList_item a{
	display: block;
	padding: 10px;
	color: #000;
	text-decoration: none;
	border: solid 1px #000;
}
.placeList_item .m-ico{
	font-size: 2.0rem;
}

@media screen and (min-width: 960px){
	.artistshd{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.placeList{
		margin: 0 0 0 -10px;
	}
	.placeList_item{
		margin-left: 10px;
	}
	.placeList_item a{
		padding: 10px 20px;
	}
	.placeList_item .m-ico{
		font-size: 2.5rem;
	}
}

/* artistsCas
============================================================================= */
.artistsCas{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 -10px;
}
.artistsCas_item{
	margin: 10px 0 0 10px;
 	width: calc(100% / 2 - 10px);
}
.artistsCas_item a{
	display: flex;
	flex-direction: column;
	padding: 0 0 5px;
	height: 100%;
	color: #000;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 0 0.2em rgb(0 0 0 / 20%);
	background: #fff;
	text-align: center;
	overflow: hidden;
}
.artistsCas_img{
	order: -1;
}
.artistsCas_name{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 42px;
	margin: 5px 10px 0;
	font-weight: bold;
}

@media screen and (min-width: 960px){
	.artistsCas{
		margin: 10px 0 0 -30px;
	}
	.artistsCas_item{
		margin: 30px 0 0 30px;
		width: calc(100% / 3 - 30px);
	}
	.artistsCas_item a{
		padding: 0 0 30px;
	}
	.artistsCas_name{
		margin-top: 30px;
	}

}


/* profile
============================================================================= */
.profile_hd{
	position: relative;
}
.profile_hdName{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	padding-bottom: 16px;
	border-bottom: dashed 1px #000;
}
.profile_ttl{
	flex: 1;
	margin-left: 8px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
}

.profile_num{
	margin-top: 2px;
	padding: 2px 4px;
	width: 45px;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	background: #000;
}
.profile_read{
	position: relative;
	margin-top: 8px;
	text-align: right;
	font-size: 1.2rem;
}
.profile_read::before{
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	transform: translateY(-50%);
	content: attr(data-en);
	color: #eee;
	font-size: 1.6rem;
	font-weight: bold;
}



.profilewp{
	display: flex;
	flex-direction: column-reverse;
	margin-top: 16px;
}
.profile_body{
	position: relative;
	margin-top: 16px;
}



.profile_item:not(:first-of-type){
	margin-top: 16px;
	padding-top: 16px;
	border-top: solid 1px #eee;
}
.profile_item dt{
	font-size: 1.8rem;
	font-weight: bold;
}
.profile_item dd{
	margin-top: 8px;
	word-break: break-all;
}
.profile_linkList{
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -10px;
}
.profile_linkList_item{
	margin: 10px 0 0 10px;
}
.profile_linkList_item a{
	display: block;
	padding: 8px 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #ccc;
}
.profile_linkList_item .m-ico{
	margin-left: 5px;
	color: #ababab;
    font-size: 90%;
	font-weight: normal;
}
.profile_stage{
	display: flex;
	justify-content: flex-start;
}
.profile_stage a{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding-right: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border: solid 1px #ccc;
}
.profile_stagetxt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
	margin-left: 15px;
}
.profile_stagetxt .m-ico{
	margin-left: 20px;
	font-size: 2.5rem;
}
.profile_stageimg{
	width: 60px;
}
.profile_gallery{
	display: flex;
	justify-content: center;
	padding: 15px;
	background: #f5f5f5;
}
.profile_gallery a{
	display: block;
	padding: 15px 20px 15px 30px;
	color: #fff;
	text-align: right;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	background: #000;
}
.profile_gallery .m-ico{
	font-size: 2.0rem;
	font-weight: normal;
}



/* Youtube */
.movie{
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px #ccc;
}
.movie_ttl{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.moviebox{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 20px auto 0;	
}
.moviebox iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}


@media print, screen and (min-width:960px) {
	.profile_ttl{
		margin-left: 32px;
		font-size: 5.0rem;
	}
	.profile_num{
		padding: 4px 8px;
		width: 60px;
		font-size: 1.4rem;
	}
	.profile_read{
		font-size: 1.4rem;
	}
	.profile_read::before{
		position: absolute;
		bottom: calc(100% + 16px);
		left: inherit;
		top: inherit;
		right: 0;
		transform: translateY(0);
		z-index: -1;
		content: attr(data-en);
		color: #eee;
		font-size: 5.5rem;
		font-weight: bold;		
	}
	
	.profilewp{
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: flex-start;
	}
	
	.profile_body{
		display: flex;
		flex-direction: column;
		width: 58%;
	}
	.profile_item:not(:first-of-type){
		margin-top: 16px;
		padding-top: 16px;
	}
	
	
	.profile_img{
		position: sticky;
		left: 0;
		top: 160px;
		width: 38%;
	}
	.profile_gallery{
		margin-top: auto;
		padding: 20px 0 0;
		background: none;
		border-top: solid 1px #ccc;
	}

	.profile_item{
		display: flex;
	}
	.profile_item dt{
		width: 180px;
		font-size: 2.0rem;
	}
	.profile_item dd{
		flex: 1;
		margin-top: 0;
	}
	
	/* Youtube */
	.movie{
		margin-top: 50px;
		padding-top: 50px;
	}
	.movieinner{
		max-width: 800px;
		margin: 0 auto;
		padding: 50px 100px;
		background: #f5f5f5;
	}
	.movie_ttl{
		font-size: 3.0rem;
	}
	.moviebox{
		margin: 30px auto 0;	
	}
}
@media screen and (min-width:1200px) {
	.profile_body{
		width: 48%;
	}
	.profile_img{
		width: 48%;
	}
}




/* timetable
============================================================================= */
.timetable{
	margin: 32px 0 0;
	padding-bottom: 16px;
	overflow: auto;
}

.timetable figure{
	padding: 0 16px;
	width: 816px;
}
@media print, screen and (min-width:960px) {
	.timetable{
		margin: 80px auto 0;
		width: 100%;
		max-width: 2000px;
		min-width: 960px;
		overflow: inherit;
	}
	.timetable figure{
		padding: 0 16px;
		width: 100%;
	}
}


/* announce
============================================================================= */
.pageTxt .kome{
	margin-top: 8px;
}
.sect-date{
	margin-top: 24px;
}
.sect-date h4{
	font-size: 2.0rem;
	font-weight: bold;
}
.announceList{
	margin-left: 16px;
}
.announceList_item{
	margin-top: 8px;
	padding: 24px 8px;
	border: solid 1px #999;
}

@media screen and (max-width: 959px){
}
@media print, screen and (min-width:960px) {
	.pageTxt{
		text-align: center;
	}
	.pageTxt .kome{
		justify-content: center;
	}
	.sect-date{
		margin-top: 32px;
	}
	.sect-date h4{
		font-size: 2.5rem;
	}
	.announceList{
		display: flex;
		flex-wrap: wrap;
		margin: -16px 0 0 -32px;
	}
	.announceList_item{
		margin: 32px 0 0 32px;
		padding: 16px 24px;
		width: calc(100% / 3 - 32px);
		border: solid 1px #000;
	}
}



