@charset "utf-8";


h1{

	font-size: 1.8rem;
	text-decoration: none;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	background-color: #fff;
	border: none;
	box-shadow: none;
	margin:0;
	padding: 0;
}

/* タイトル
--------------------------------------------- */
.header-container{

	font-size: 3rem;
	background-color: #fff;
	border-bottom: none;
}

.header-logo {
	text-align: center;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

/* キービジュアル
--------------------------------------------- */
.keyvisual-container {
	display: flex;
}
.bogey1 {
	position: relative;
 	flex-basis: 50%;
	max-width: 50%;
}

.bogey2 {
	position: relative;
	flex-basis: 50%;
	max-width: 50%;
}

/* sp表示 */
.bogey1sp { display: block !important; }
.bogey1pc { display: none !important; }

/* pc表示 */
@media only screen and (min-width: 768px) {
.bogey1sp { display: none !important; }
.bogey1pc { display: block !important; }
}

/* sp表示 */
.bogey2sp { display: block !important; }
.bogey2pc { display: none !important; }

/* pc表示 */
@media only screen and (min-width: 768px) {
.bogey2sp { display: none !important; }
.bogey2pc { display: block !important; }
}



.bogey1 p {
	position: absolute;
	font-size: 1rem;
	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 a {
	text-decoration: none;
	color: #fff;
}

.bogey2 p a {
	text-decoration: none;
	color: #fff;
}

.bogey1 img {
	width: 100%;
}

.bogey2 img {
	width: 100%;
}


.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);
}



/*  紹介
--------------------------------------------- */

.introduction-container {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;

}

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


.introduction-text {
	background-color: #dddddd;
	padding: 15px;
	margin-bottom: 0;
	margin-right: 0;
}

.introduction-text p {
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
}

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

.profile-link {
	text-align: center;
	background-color: #666666;
	margin-top: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding: 15px;
}

.profile-link p {
	margin: 0;
	padding: 0; 
	font-size: 1.0rem;
}

.profile-link a {
	position: relative;
	text-decoration: none;
	color: #ffffff;
}

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

@media (min-width: 768px) {
	.profile-link {
		flex:0 0 100px;

	}
	.no-wrap {
    display: inline-block;
	}

}


/* メインコンテンツ
--------------------------------------------- */
.main-container {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}
@media (min-width: 768px) {
	.main-container {
		display: flex;
	}
}

.news-container{
	margin-top: 0px;
	font-size: 0.9rem;
}

.news{
	margin-top: 0;
	padding-left: 10px;
	padding-right: 10px;
}

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


.next-live-container{
	margin-top: 0px;
	font-size: 0.9rem;
}

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

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


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