@media screen and (max-width: 767px) {
	body {
		background-color: #000;
	}
	article {
		font-weight: bold;
	}
	#staff_cast {
		margin-top: 135px;
	}
	.main-vidual {
		text-align: center;
		border-bottom: 1px solid #333;
		padding-bottom: 34px;
	}
	.main-vidual img {
		max-width: 100%;
	}
	.staff_cast {
		color: #93262f;
	}
	.text-1 {
		color: #93262f;
		font-size: 30px;
		font-family: serif;
		font-style: italic;
		font-weight: bold;
		padding-top: 35px;
		padding-bottom: 5px;
	}
	.text-2 {
		color: #ffffff;
		line-height: 1.3;
		letter-spacing: 0.3px;
		font-size: 15px;
		text-align: left;
		line-height: 1.3;
		padding: 10px 19px;
	}
	.text-3 {
		color: #ffffff;
		line-height: 1.3;
		letter-spacing: 0.3px;
		font-size: 15px;
		text-align: left;
		margin-top: 20px;
		padding: 10px 19px;
	}
	.mail {
		color: #93262f;
		font-size: 25px;
		font-family: serif;
		display: inline-block;
		font-style: oblique;
		margin-top: 20px;
	}
	.content {
		width: 100%;
		position: relative;
	}

	.content-mv {
		text-align: center;
		display: block;
		position: relative;
	}
	.content-mv img {
		max-width: 100%;
	}

	.content-mv .text-1 {
		position: absolute;
		left: 0;
		top: 2%;
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
		line-height: 1.3;
	}
}


@media screen and (min-width: 768px) {
	#staff_cast {
		margin-top: 135px;
	}
	.main-vidual {
		width: 100%;
		height: 383px;
		background: 
		url("../images/common/anna_kidnapper.png") no-repeat center center / 630px 275px,
		url("../images/staff_cast/staff_cast.png") no-repeat center 116px / 605px 100px;
		border-bottom: 1px solid #333;
		display: block;
	}
	
	article {
		font-weight: bold;
	}
	.text-1 {
		color: #93262f;
		font-size: 40px;
		font-family: serif;
		font-style: italic;
		font-weight: bold;
		padding-top: 35px;
		padding-bottom: 5px;
	}
	.text-2 {
		color: #ffffff;
		line-height: 230%;
		letter-spacing: -0.9px;
	}
	.position-box {
		position: relative;
		width: 100%;
		height: 340px;
	}
	.text-3 {
		color: #ffffff;
		line-height: 240%;
		position: absolute;
		top: 20px;
		left: 18%;
		bottom: 163px;
		letter-spacing: 0.3px;
		font-size: 15px;

	}
	.content-mv {
		display: none;
	}
	.mail {
		color: #93262f;
		font-size: 40px;
		font-family: serif;
		border-bottom: 2px solid #93262f;
		display: inline-block;
		font-style: oblique;
		margin-top: 52px;
		line-height: 32pt;
	}

	.content {
		width: 100%;
		height: 984px;
		background: url("../images/staff_cast/07.png") no-repeat center 65px / 1398px 790px;
		position: relative;
	}
	.main-vidual img {
		display: none;
	}

}