/*-----------------------------------------
**
** POP UP / NOTE
**
-----------------------------------------*/
html,body {
	background: #759F9A;
	color: #FFF100;
	position: relative;
	/*height: 100%;*/
	min-height: inherit;
}
#wrap{
	padding: 0;
	margin: 5% 7%;
	height: 100%;
}
.cast-1{
	background: url("../img/cast-1.jpg") no-repeat center right 25%;
	background-size: cover;
}
.cast-2{
	background: url("../img/cast-2.jpg") no-repeat center right 25%;
	background-size: cover;
}
.cast-3{
	background: url("../img/cast-3.jpg") no-repeat center left 25%;
	background-size: cover;
}
.cast-4{
	background: url("../img/cast-4.jpg") no-repeat center right 25%;
	background-size: cover;
}
.cast-5{
	background: url("../img/cast-5.jpg") no-repeat center right 25%;
	background-size: cover;
}
._text{
	width: 42%;
	background: rgba(0,0,0,0.4);
	height: 100%;
	padding: 3% 5% 8%;
}
.cast-3 ._text{
	margin: 0 0 0 auto;
}
h1{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-style: italic;
	text-align: left;
	font-size: 50px;
	width: 100%;
}
h2 {
	font-family: YakuHanJP, 'Noto Sans Japanese', 'Nunito', sans-serif;
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	margin: 40px 0;
	font-style: normal;
}
._photo{
	display: none;
}
@media screen and (max-width:640px) {
	html,body {
		background: #000;
	}
	div[class*="cast-"]{
		background: none;
	}
	#wrap{
		margin: 0;
	}
	._photo{
		width: 100%;
		margin: 0 auto 30px;
		display: block;
	}
	._photo img{
		width: 100%;
	}
	._text{
		display: block;
		width: 90%;
		padding: 0;
		margin: 5% auto 10%;
	}
	h1{
		font-size: 30px;
	}
	h2 {
		font-size: 14.5px;
	}
}


