@media screen and (max-width: 767px) {
	#story {
		margin-top: 135px;
	}
	.main-vidual {
		text-align: center;
		border-bottom: 1px solid #333;
		padding-bottom: 34px;
	}
	.main-vidual img {
		max-width: 100%;
	}
	.year {
		color: #93262f;
		font-family: serif;
		font-size: 50px;
		margin: 0;
		-webkit-transform: skewX(-11deg);
		transform: skewX(-11deg);
	}
	.text {
		color: #e9e9e9;
		line-height: 1.3;
		margin: 0;
		text-align: left;
		padding: 10px 19px;
		font-weight: bold;
		letter-spacing: -1px;
	}
	.img1 {
		width: 100%;
	}
	.img2 {
		width:100%;
	}
}

@media screen and (min-width: 768px) {
	#story {
		margin-top: 135px;
	}
	.main-vidual {
		width: 100%;
		height: 383px;
		background: 
		url("../images/common/anna_kidnapper.png") no-repeat center center / 630px 275px,
		url("../images/story/story_pc.png") no-repeat center 116px / 320px 100px;
		border-bottom: 1px solid #333;
		display: block;
	}
	.main-vidual img {
		display: none;
	}
	.story {
		color: #952932;
		text-decoration: none;
	}
	.year {
		color: #93262f;
		font-family: serif;
		font-size: 80px;
		margin: 0;
		-webkit-transform: skewX(-11deg);
		transform: skewX(-11deg);
	}
	.text {
		color: #e9e9e9;
		line-height: 230%;
		margin: 0;
		font-weight: bold;
		letter-spacing: -1px;

	}
	.img1 {
		width: 35%;
	}
	.img2 {
		width: 100%;
	}
}