@charset "utf-8";
/* CSS Document */
.infoBackKimura1 {
	width:100%;
	background-image:url("../img/back1.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:60px;
}

.infoBackKimura2 {
	width:100%;
	background-image:url("../img/back2.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:60px;
}

.infoBackKimura3 {
	width:100%;
	background-image:url("../img/back3.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-bottom:60px;	
}

.infoBackKimura4 {
	width:100%;
	background-image:url("../img/back4.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-bottom:60px;	
}

.infoBackKimura5 {
	width:100%;
	background-image:url("../img/back5.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-bottom:60px;	
}

.infoBackKimura6 {
	width:100%;
	background-image:url("../img/back6.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-bottom:60px;	
}

.profileTextArea {
	border-color:#6491b9 !important;
}

.cellProfile1 {
	color:#6491b9 !important;
}

.profileTextAreaKimura {
	overflow:hidden;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	line-height:30px;
}

.scheduleRowTitle {
	border-color:#005faa !important;
}

.scheduleRowTitleAlfa {
	color:#005faa !important;
}

.scheduleYoutube {
	position:relative;
	width:100%;
	height:0;
	padding-top:55%;
	margin-bottom:20px;
}

.scheduleYoutube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.scheduleContentImg {
	background-image:url("../img/scheduleBack.png") !important;
	background-size:40% auto !important;
}
.infoArea {
	background-color:rgba(17,46,83,0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
}
.scheduleRowTextFlex{
	display: flex;
	flex-direction: row;
	grid-column-gap: 20px;
	box-sizing: border-box;
	padding: 20px 0;
}
.fanclubLeft {
	width: calc(55% - 20px);
}
.fanclubLeftImg {
	width: 45%;
}
.releaseArea {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
}
.releaseAreaImg {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.releaseAreaImg img {
	width: 100%;
	height: auto;
}
.releaseAreaImg img:nth-of-type(2) {
	margin-top: 20px;
}
.releaseAreaText {
	width: calc(55% - 20px);
}
@media screen and (max-width: 999px) {
	.infoBackKimura3 {
		background-image:url("../img/mobileBack3.jpg");
	}

	.infoBackKimura4 {
		background-image:url("../img/mobileBack4.jpg");
	}

	.infoBackKimura5 {
		background-image:url("../img/mobileBack5.jpg");
	}

	.infoBackKimura6 {
		background-image:url("../img/mobileBack6.jpg");
	}

	.scheduleTitleTop {
		margin-top:100px;
	}
	.scheduleRowTextFlex{
		flex-direction: column;
		grid-row-gap: 20px;
		padding: 20px 0;
	}
	.fanclubLeft {
		width:100%;
	}
	
	.fanclubLeftImg {
		width:100%;
	}

}
@media screen and (min-width:1000px) and (max-width: 1249px) {

}
@media screen and (min-width:1250px) and (max-width:1599px) {

}
@media screen and (min-width:1600px) {	

}

