@charset "utf-8";

html {
	color: #FFFFFF;
	font-size: 1em;
	-webkit-text-size-adjust: none;
	user-select: none;
	min-height: 100%;
}

body {
  width:100%;
  min-height: 100%;
  background: linear-gradient(0deg, #DD648D 96%, #5EADB2);
  /*background: linear-gradient(45deg, #5EADB2 25%, #DD648D 25%, #DD648D 80%, #5EADB2 80%),
              linear-gradient(45deg, #5EADB2 25%, #DD648D 25%, #DD648D 75%, #5EADB2 75%);*/
}

main {
  width:100%;
  /*background: linear-gradient(45deg, #FFFFFF 25%, transparent 25%, transparent 75%, #FFFFFF 75%),
              linear-gradient(45deg, #FFFFFF 25%, transparent 25%, transparent 75%, #FFFFFF 75%);*/
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;

}


img {
	display: block;
	width: 100%;
}

a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}


#container{
	text-align: center;
	position: relative;

}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
#closebtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	cursor: pointer;
	width: 50px;
	height:50px;
	margin: 0 0 0 auto;
}

/*ボタン内側*/
#closebtn span{
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	left: 14px;
	height: 2px;
	border-radius: 5px;
	background: #fff;
	width: 45%;
}

#closebtn span:nth-of-type(1) {
	top:13px;	
}

#closebtn span:nth-of-type(2) {
	top:19px;
}

#closebtn span:nth-of-type(3) {
	top:25px;
}

#closebtn span:nth-of-type(3)::after {
	position: absolute;
	top:5px;
	left:-3px;
	color: #fff;
	font-size: 0.6rem;
	text-transform: uppercase;
	text-align: center;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

#closebtn span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

#closebtn span:nth-of-type(2) {
	opacity: 0;
}

#closebtn span:nth-of-type(3){
	top: 26px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

#closebtn span:nth-of-type(3)::after {
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/
	transform: translateY(0) rotate(-45deg);
	top:5px;
	left:4px;
}

/*header設定*/
#header{
	position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
	/*height: 100vh;*//*高さを全画面にあわせる*/
	
}

#btn-area {
	position: fixed;;
	z-index: 1050;
	top: 20px;
	right: 20px;
	background: rgba(255, 0, 0, 0.8);
	color: #FFFFFF;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
#openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	cursor: pointer;
	width: 50px;
	height:50px;
	margin: 0 0 0 auto;
}

/*ボタン内側*/
#openbtn span{
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	left: 14px;
	height: 2px;
	border-radius: 5px;
	background: #fff;
	width: 45%;
}

#openbtn span:nth-of-type(1) {
	top:13px;	
}

#openbtn span:nth-of-type(2) {
	top:19px;
}

#openbtn span:nth-of-type(3) {
	top:25px;
}

#openbtn span:nth-of-type(3)::after {
	content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	top:5px;
	left:-3px;
	color: #fff;
	font-size: 0.6rem;
	text-transform: uppercase;
	text-align: center;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

#openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

#openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

#openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

#openbtn.active span:nth-of-type(3)::after {
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
	top:5px;
	left:4px;
}

#menu {
	display: none;
	min-width: 200px;
}

.menu-item {
	border-bottom: 1px dotted #FFFFFF;
	display: none;
}

.menu-item-padd {
	padding: 10px 0 10px 20px;
	
}

#img-t-1 {
  will-change: animation;
  animation: blink linear infinite 5s;
}

#img-m-1 {
  will-change: animation;
  animation: blink2 linear infinite 4s;
}

#gimg-c-1 {
  will-change: animation;
  animation: move linear infinite 10s;
}

#img-hame-1 {
  will-change: animation;
  animation: hoshi linear infinite 2s;
}

#img-day-1 {
  will-change: animation;
  animation: hoshi linear infinite 2s;
}

@keyframes blink {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	41% {
		opacity: 0;
	}
	79% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	85% {
		opacity: 0;
	}
	86% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}

}

@keyframes blink2 {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

@keyframes move {
	0% {
		top: 10%;
		right: 10%;
	}
	
	30% {
		top: 15%;
		right: 0;
	}

	60% {
		top: 10%;
		right: 0;
	}
}

@keyframes hoshi {
	0% {
		opacity: 1;
	}
	49% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.section-title {
	padding: 20px 0;
	/*font-size: 2.5em;*/
	margin-bottom: 20px;

}
.blink span {
	will-change: animation;
	animation: blink linear infinite 4s;
}

.blink span:nth-of-type(2){
	will-change: animation;
	animation: blink linear infinite 1s;
}


.blinkS5 {
  animation: blinkAnimeS5 4s infinite;
}
@keyframes blinkAnimeS5{
 /*0 { transform: rotateY(0deg); }
 50% { transform: rotateY(180deg); }*/
	0 { text-shadow: none;}
	50% {text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #EED752, 0 0 0.5em #EED752, 0 0 0.1em #EED752, 0 1px 1px #000;}
 
}

.blinkP span:nth-of-type(1),.blinkP span:nth-of-type(2),.blinkP span:nth-of-type(3) {
	animation: blinkAnimeP 2s infinite;
}

.blinkP span:nth-of-type(4),.blinkP span:nth-of-type(5),.blinkP span:nth-of-type(6) {
	animation: blinkAnimeP2 2s infinite;
}
.blinkP span:nth-of-type(7),.blinkP span:nth-of-type(8),.blinkP span:nth-of-type(9) {
	animation: blinkAnimeP3 2s infinite;
}
@keyframes blinkAnimeP{
	0 { text-shadow: none; color: #FFFF00; }

	10% {text-shadow: 0 -40px 0px, 0 0 2px, 0 0 1em #DD648D, 0 0 0.5em #DD648D, 0 0 0.1em #DD648D, 0 1px 1px #000; color: #FFFF00;}

}
@keyframes blinkAnimeP2{
	0 { text-shadow: none; color: #FFFF00;}

	20% {text-shadow: 0 -40px 0px, 0 0 2px, 0 0 1em #DD648D, 0 0 0.5em #DD648D, 0 0 0.1em #DD648D, 0 1px 1px #000; color: #FFFF00;}

}
@keyframes blinkAnimeP3{
	0 { text-shadow: none; color: #FFFF00;}

	30% {text-shadow: 0 -40px 0px, 0 0 2px, 0 0 1em #DD648D, 0 0 0.5em #DD648D, 0 0 0.1em #DD648D, 0 1px 1px #000; color: #FFFF00;}

}


.title-btborder {
	border-bottom: 1px solid #FFFFFF;
}

.title-main {
	font-size: 2.5em;
	font-weight: bold;
}

.timetable-section {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 20px;
}

.timetable-list {
	display: block;
	padding: 10px;
	width: 100%;
}

.timetable-list-item {
	display: block;
	margin-bottom: 40px;
}

.timetable-line {
	display: none;
}

.timetable-429 {
	background: rgba(255,0,0, 0.2);
	color: #FFFFFF;
}

.timetable-pliocene {
	background: rgba(51,102,255, 0.6);
}

.timetable-head {
	font-size: 1.6em;
	font-weight: bold;
	padding: 10px;
	border-bottom: 2px solid #FFFFFF;
}


.timetable-data {

	border-bottom: 1px solid #FFFFFF;
	padding: 20px 0;
	font-size: 1.1em;
}

.timetable-member {
	font-weight: bold;
	padding: 10px;
}

.timetable-nomember {
	background: rgba(0, 0, 0, 0.4);
	color: #999999;
}

.timetable-time {
	/*padding: 10px;*/
	font-size: 0.8em;
	display: block;
}

.artist-list {
	display: flex;
	flex-wrap: wrap;
}


.artist-list > div:nth-of-type(1) {
	/*width: 60%;*/
}

.artist-list > div:nth-of-type(2) {
	/*width: 40%;*/
}

.artist-list > div:nth-of-type(3) {
	/*width: 30%;*/
}

.artist-list > div:nth-of-type(4) {
	/*width: 70%;*/
}

.artist-list-item {
	width: 100%;
	padding: 5px;
	display: flex;
	position: relative;
}

.artist-list img {
	box-sizing: border-box;
	width: 100%;

}

.artist-content {
	background-size: cover;
	padding-top: 60%;
	background-position: center;
	width: 100%;
	position: relative;
	border-radius: 10px;
}

.artist-detail {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%;
	height: 100%;
	padding: 5px;
	color: #FFFFFF;
	transition: 0.5s;
	text-shadow:0 0 4px #000000,0 0 4px #000000,0 0 4px #000000,0 0 4px #000000;
	display: table;
	font-weight: bold;

}

.artist-detail:hover {
	opacity: 0;
}

.artist-name {
	display: table-cell;
	height: 100%;
	background: rgba(0,0,255,0.15);
	vertical-align: middle;
	border-radius: 10px;
	user-select: none;
	
}

/*
.artist-list-item:nth-of-type(1) .artist-content {
	padding-top: 85%;
}
.artist-list-item:nth-of-type(2) .artist-content {
	padding-top: 85%;
}

.artist-list-item:nth-of-type(3) .artist-content {
	padding-top: 80%;
}
*/

#sns-menu {
	z-index: 1040;
	position: fixed;
	top: 50%;
	right: 0;
	width: 60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	border-radius: 10px 0 0 10px;
	background: rgba(0, 0, 0, 0.4);
}

.sns-item {
	padding: 8px;
}

@media only screen and (min-width: 300px) {
	.artist-name {
		font-size: 1.2em;
	}
	.performance-name {
		font-size: 1em;
	}

}

@media only screen and (min-width: 500px) {
	.artist-list-item {
		width: 50%;
	}
	.artist-name {
		font-size: 1.2em;
	}
	.performance-name {
		font-size: 1.2em;
	}

}
@media only screen and (min-width: 600px) {
	.artist-name {
		font-size: 1.5em;
	}
	.mdetail-name {
		font-size: 1.8em;
	}
	.performance-name {
		font-size: 1.5em;
	}
}
@media only screen and (min-width: 700px) {
	.artist-name {
		font-size: 1.8em;
	}
	.performance-name {
		font-size: 1.8em;
	}
}
@media only screen and (min-width: 900px) {
	.timetable-list {
		display: table;
	}
	.timetable-list-item {
		display: table-cell;
		margin-bottom: 0;
	}
	
	.timetable-line {
		display: block;
	}

	.timetable-time {
		display: none;
	}
	
	.timetable-member {
		display: table;
		margin: 0 auto;
	}
	
	.timetable-member {
		display: table;
		margin: 0 auto;
	}
	.member-item {
		display: table-cell;
	}

}