@charset "utf-8";

/* -----------------------------------------------------------
Top
----------------------------------------------------------- */
#main-img {
	width: 100%;
	height: 100vh;
	position: relative;
	/*z-index: -10;*/
	/*background: #000;*/
}

.video-background {
	position: fixed;
	left: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -20;
	margin-top: 2%;
}

.overlay {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background: rgba(0, 0, 0, .3);
}

#main-img h1 {
	width: 100%;
	height: 90vh;
	text-align: center;
}

.main-logo {
	padding: 3% 0;
	opacity: .8;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

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

	.main-logo {
		top: 45%;
	}

}

/* -----------------------------------------------------------
About
----------------------------------------------------------- */
#about {
	background: #000;
}

#about .title {
	margin-bottom: 0;
}

#about p {
	color: #009ea9;
	margin-bottom: 2rem;
	text-align: justify;
	text-justify: inter-ideograph;
}

.member {
	font-family:  'Aldrich';
	text-align: center;
	line-height: 1.6;
}

.member dd {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

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

	#about .container {
		width: 80%;
		margin: 0 10%;
	}

}

/* -----------------------------------------------------------
Schedule
----------------------------------------------------------- */
#schedule {
	background: rgba(0, 0, 0, .85);
}

.future-past-live {
	font-family: 'Aldrich';
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 1rem;
}

.live {
	width: 98%;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-between;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 1%;
	margin-bottom: 2rem;
	list-style-type: none;
	color: #009ea9;
}

.live > li {
	width: 46%;
	padding: 1%;
	margin: 1%;
	margin-bottom: 2rem;
	overflow: hidden;
}

.live .live-info {
	position: absolute;
    top: 5%;
    width: 100%;
    font-family: "aldrich";
	line-height: 1.4;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.live .live-date {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.live .live-title {
	font-size: 1.4rem;
}

.live p {
	font-size: .8rem;
}

.live .live-flyer {
	width: 100%;
	background: #000;
	position: relative;
}

.live .live-flyer img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: 0 0;
}

.live .live-flyer::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(bottom, transparent, #000);
    background: -webkit-linear-gradient(bottom, transparent, #000);
    background: linear-gradient(to top, transparent, #000);
    z-index: 1;
}

.live .live-flyer::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20%;
	background: -moz-linear-gradient(top, transparent, #000);
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    z-index: 1;
}

.live a:hover .live-info {
	color: #d6226d;
	-moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

.live .live-txt {
	width: 100%;
	margin-right: 2%;
}

.live .live-txt ul {
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 1rem;
	list-style-type: none;
	text-align: center;
}

.live .live-txt li::after {
	content: "/";
	padding: 0 .2rem;
}

.live .live-txt li:last-child::after {
	content: "";
}

.live .live-txt p {
	text-align: center;
}

.live .past {
	opacity: .5;
}

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

	.live .live-flyer img {
		height: 35vh;
	}

}

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

	.live > li {
		width: 96%;
	}

	.live .live-date,
	.live .live-title {
		text-align: center;
	}

	.live .live-txt {
		float: none;
		width: 100%;
	}

}

/* -----------------------------------------------------------
Merchandise
----------------------------------------------------------- */
#merchandise {
	background: #d7d5eb;
}

.goods {
	width: 98%;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-Start;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-Start;
	padding: 0 1%;
	list-style-type: none;
	color: #000;
}

.goods li {
	width: 28.3333%;
	padding: 1%;
	margin: 1%;
	margin-bottom: 2rem;
}

.goods p {
	text-align: center;
}

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

	.goods li {
		width: 46%;
	}

}

/* -----------------------------------------------------------
Discography
----------------------------------------------------------- */
#discography {
	background: rgba(0, 0, 0, .85);
}

.disc {
	width: 98%;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 0 1%;
	list-style-type: none;
	color: #009ea9;
}

.disc li {
	width: 28.3333%;
	padding: 1%;
	margin: 1%;
	margin-bottom: 2rem;
}

.disc-title {
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
}

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

	.disc li {
		width: 46%;
	}

}

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

	.disc li {
		width: 96%;
	}

}

/* -----------------------------------------------------------
Contact
----------------------------------------------------------- */
#contact {
	background: #000;
}

.mailform {
	width: 60%;
	margin: 0 auto;
	overflow: hidden;
}

.mailform dt {
	float: left;
	width: 28%;
	margin-right: 2%;
	margin-bottom: 2rem;
}

.mailform dd {
	float: right;
	width: 70%;
	margin-bottom: 2rem;
}

.mailform input {
	width: 90%;
	color: #009ea9;
	font-size: 1rem;
	padding: .5rem;
	background: #000;
	border: 1px solid #fff;
}

.mailform input::-webkit-input-placeholder{color:#555;}
.mailform input::-moz-placeholder{color:#555;}
.mailform input:-ms-input-placeholder{color:#555;}

.mailform textarea {
	width: 90%;
	height: 8rem;
	color: #009ea9;
	font-size: 1rem;
	padding: .5rem;
	background: #000;
	border: 1px solid #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, '游ゴシック',
	'Yu Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ',
	 arial, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.mailform textarea::-webkit-input-placeholder{color:#555;}
.mailform textarea::-moz-placeholder{color:#555;}
.mailform textarea:-ms-input-placeholder{color:#555;}

.send-btn {
	text-align: center;
}

#submit-button {
	width: 20%;
	font-size: 1.2rem;
	color: #fff;
	background: #d6226d;
	padding: .5rem;
	cursor: pointer;
	border: 0;
	border-radius: 4px;
}

#submit-button:hover {
	background: #009ea9;
}

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

	.mailform {
		width: 80%;
	}

}

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

	.mailform {
		width: 90%;
	}

	#submit-button {
		width: 30%;
	}

}

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

	.mailform dt {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: .5rem;
	}

	.mailform dd {
		float: none;
		width: 100%;
		margin-bottom: 2rem;
	}

}

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

	#submit-button {
		width: 40%;
	}

}

/* -----------------------------------------------------------
Thanks
----------------------------------------------------------- */
#thanks {
	width: 100%;
	height: 80vh;
}

#thanks {
	text-align: center;
}

.return {
	width: 30%;
	margin: 2rem auto;
	border: 1px solid #009ea9;
}

.return a {
	display: block;
	color: #009ea9;
}

.return:hover {
	border: 1px solid #d6226d;
}

.return a:hover {
	color: #d6226d;
}

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

	.return {
		width: 40%;
	}

}

















