@charset "utf-8";



/* メインコンテンツ
--------------------------------------------- */
.main-container {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

.next-live-container{
	
}

@media (min-width: 768px) {
	.next-live-container{
		display: flex;
	}
}

.next-live{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #444;
	color:#fff;
	list-style: none;
	width: 100%;
}

.next-live a{
	color:#ff9900;
	display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
	.next-live {
		flex:0 0 480px;
	}
}

.next-live-text {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.next-live-text {
		flex:1 1 auto;
		margin-left: 20px;
	}
}


.live-history-container {

	position: relative;

}

@media (min-width: 768px) {
	.live-history-container {
		display: flex;
	}
}

.live-history-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}


.live-img {
	margin: 0;
	margin-bottom: 10px;
	background-color: #222;
}

@media (min-width: 768px) {
	.live-img {
		flex:0 0 330px;
	}
}

.date-place {
	margin-top: 0;
	margin-left: 3%;
	list-style-type: none;
}

@media (min-width: 768px) {
	.date-place {
		flex:0 0 200px;
	}
}

.setlist {
	margin-top: 0;
	margin-left: 3%;
	margin-bottom: 3%;
}

@media (min-width: 768px) {
	.setlist {
		flex:1 1 auto;
	}
}


/* メンバー
--------------------------------------------- */
.member{
	margin-left: 30px;
	margin-right: 30px;
}

.member-container {
	display: flex;
}
.bogey1 {
	position: relative;
}
.bogey1 p {

	position: absolute;
	font-size: 1rem;
	color: #ffffff;
	background-color: rgba(0,0,0,0.6);
	bottom:0%;
	left:0%;
	width: 100%;
	margin:0;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 3%;

}

.bogey1 img {
	width: 100%;
}

.bogey2 {
	position: relative;
}

.bogey2 p {

	position: absolute;
	color: #ffffff;
	background-color: rgba(0,0,0,0.6);
	bottom:0%;
	left:0%;
	width: 100%;
	margin:0;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
}

.bogey1 p:after{
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 8px;
height: 8px;
margin: -4px 0 0 0;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
transform: rotate(45deg);
}

.bogey2 p:after{
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 8px;
height: 8px;
margin: -4px 0 0 0;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
transform: rotate(45deg);
}

/* メンバーページ
--------------------------------------------- */

.profile-container {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

