@charset "UTF-8";

@media screen and (max-width:750px) { 

ul.page_list {
	text-align: center;
	margin: 54px auto 0;
	margin: 7.2vw auto 0;
	width: 610px;
	width: 81.3vw;
}
ul.page_list li {
	display: inline-block;
	position: relative;
	margin: 0 12px 19px;
	margin: 0 1.6vw 2.5vw;
}
ul.page_list li a {
	display: block;
	text-decoration: none;
	font-size: 26px;
	font-size: 3.5vw;
	color: #fff;
	background-color: #000;
	padding: 0 14px;
	padding: 0 1.9vw;
	height: 45px;
	height: 6.0vw;
	line-height: 45px;
	line-height: 6.0vw;
	position: relative;
	z-index: 2;
}
ul.page_list li.active a {
	background-color: transparent;
	color: #000;
}
ul.page_list li.active:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 5px;
	height: 0.7vw;
	background-color: #c2d3ea;
	margin: -3px 0 0 0;
	margin: -0.4vw 0 0 0;
	z-index: 1;
}

#story_top_area {
	position: relative;
	padding: 226px 0 91px;
	padding: 30.1vw 0 12.1vw;
}
#story_top_area > h2.title {
	margin: 0 auto 0;
	width: 261px;
	width: 34.8vw;
	height: 84px;
	height: 11.2vw;
	background: url(../images/story/title_sp.png) no-repeat;
	background-size: 261px 84px;
	background-size: 34.8vw 11.2vw;
	text-indent: -9999px;
}
.slide_area {
	position: relative;
	width: 100%;
	margin: 50px auto 0;
	margin: 6.7vw auto 0;
}
.slide_area .slide {
	width: 100%;
	margin: 0 auto 0;
	opacity: 0;
	transition: opacity 0.3s linear;
}
.slick-initialized{
	opacity: 1!important;
}
.slide_area .progress_bar {
	position: absolute;
	bottom: -5px;
	bottom: -0.7vw;
	left: 0;
	width: 100%;
	height: 5px;
	height: 0.7vw;
	background: #d3dcdf;
}
.slide_area .progress_bar .progress {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 0%;
	height: 5px;
	height: 0.7vw;
	background: #474747;
}
.slide_area .progress_bar .progress.on {
	z-index: 1;
	width: 100%;
	-webkit-transition: width 4.4s linear;
	-o-transition: width 4.4s linear;
	transition: width 4.4s linear;
}
.slide_area .progress_bar .progress.on2 {
	z-index: 1;
	width: 100%;
	-webkit-transition: width 2.9s linear;
	-o-transition: width 2.9s linear;
	transition: width 2.9s linear;
}
.slide_area .slick-arrow {
	position: absolute;
	width: 51px;
	width: 6.8vw;
	height: 51px;
	height: 6.8vw;
	z-index: 200;
}
.slide_area .slick-prev {
	top: 33px;
	top: 4.4vw;
	left: 50%;
	margin: 0 0 0 309px;
	margin: 0 0 0 41.2vw;
	background: url(../images/slide_btn_left_off.png) no-repeat;
	background-size: 51px 51px;
	background-size: 6.8vw 6.8vw;
}
.slide_area .slick-prev:hover {
	background: url(../images/slide_btn_left_on.png) no-repeat;
	background-size: 51px 51px;
	background-size: 6.8vw 6.8vw;
}
.slide_area .slick-next {
	top: -30px;
	top: -4.0vw;
	left: 50%;
	margin: 0 0 0 309px;
	margin: 0 0 0 41.2vw;
	background: url(../images/slide_btn_right_off.png) no-repeat;
	background-size: 51px 51px;
	background-size: 6.8vw 6.8vw;
}
.slide_area .slick-next:hover {
	content: '';
	background: url(../images/slide_btn_right_on.png) no-repeat;
	background-size: 51px 51px;
	background-size: 6.8vw 6.8vw;
}


#story_top_area > .text_area {
	width: 620px;
	width: 82.7vw;
	margin: 24px auto 0;
	margin: 3.2vw auto 0;
	text-align: left;
	font-size: 24px;
	font-size: 3.2vw;
	font-weight: 500;
	line-height: 1.6;
}
#story_top_area > .text_area p.lead {
	margin: 14px auto 0;
	margin: 1.9vw auto 0;
	font-size: 26px;
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 1.4;
}
#story_top_area > .text_area h4.title {
	margin: 48px 0 0;
	margin: 6.4vw 0 0;
	text-indent: -9999px;
	width: 84px;
	width: 11.2vw;
	height: 18px;
	height: 2.4vw;
	background: url(../images/story/title_staff_sp.png) no-repeat;
	background-size: 84px 18px;
	background-size: 11.2vw 2.4vw;
	display: none;
}
#story_top_area > .text_area h4.title.memo {
	margin: 34px 0 0;
	margin: 4.5vw 0 0;
	background: url(../images/story/title_memo_sp.png) no-repeat;
	background-size: 84px 18px;
	background-size: 11.2vw 2.4vw;
}
#story_top_area > .text_area p.staff {
	margin: 12px 0 0;
	margin: 1.6vw 0 0;
	font-size: 24px;
	font-size: 3.2vw;
	font-weight: 500;
	line-height: 1.4;
}
#story_top_area > .text_area p.memo {
	margin: 12px 0 0;
	margin: 1.6vw 0 0;
	font-size: 24px;
	font-size: 3.2vw;
	font-weight: 500;
	line-height: 1.4;
}

.story_list_area {
	margin: 76px auto 0;
	margin: 10.1vw auto 0;
	width: 620px;
	width: 82.7vw;
	display: none;
}
.story_list_area ul.list > li {
	position: relative;
}
.story_list_area ul.list > li + li {
	margin: 70px auto 0;
	margin: 9.3vw auto 0;
}
.story_list_area .title_area {
	width: 620px;
	width: 82.7vw;
	height: 98px;
	height: 13.1vw;
	padding: 48px 0 0 16px;
	padding: 6.4vw 0 0 2.1vw;
	color: #fff;
	text-align: left;
	background: #000 url(../images/story/official_txt_sp.png) 20px 17px no-repeat;
	background: #000 url(../images/story/official_txt_sp.png) 2.7vw 2.3vw no-repeat;
	background-size: 102px 23px;
	background-size: 13.6vw 3.1vw;
}
.story_list_area .title_area h3.title {
	font-size: 26px;
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 1.2;
}
.story_list_area .original_image {
	margin: 45px auto 0;
	margin: 6.0vw auto 0;
	width: 400px;
	width: 53.3vw;
}
.story_list_area .original_image .image {
	width: 400px;
	width: 53.3vw;
}
.story_list_area .original_image p.link {
	margin: 10px auto 0;
	margin: 1.3vw auto 0;
	text-align: right;
	font-size: 15px;
	font-size: 2.0vw;
	font-weight: 500;
	line-height: 18px;
	line-height: 2.4vw;
}
.story_list_area .original_image p.link a {
	display: inline-block;
	padding: 0 0 0 26px;
	padding: 0 0 0 3.5vw;
	text-decoration: none;
	background: url(../images/ico_link.png) left center no-repeat;
	background-size: 18px 18px;
	background-size: 2.4vw 2.4vw;
}

.story_list_area .movie_area {
	position: relative;
	margin: 56px auto 0;
	margin: 7.5vw auto 0;
	width: 618px;
	width: 82.4vw;
}
.story_list_area .movie_area .movie_thumb {
	padding: 15px 14px 15px 14px;
	padding: 2.0vw 1.9vw 2.0vw 1.9vw;
	background: url(../images/image_bg.png);
	background-size: 36px 36px;
	background-size: 4.8vw 4.8vw;
}
.story_list_area .movie_area .movie_thumb .image {
	width: 590px;
	width: 78.7vw;
}
.story_list_area .movie_area .movie_txt {
	position: absolute;
	top: 17px;
	top: 2.3vw;
	right: -20px;
	right: -2.7vw;
	z-index: 2;
	width: 23px;
	width: 3.1vw;
	height: 117px;
	height: 15.6vw;
	background: url(../images/story/movie_txt_sp.png) no-repeat;
	background-size: 23px 117px;
	background-size: 3.1vw 15.6vw;
	text-indent: -9999px;
}

.story_list_area ul.download_area {
	margin: 61px auto 0;
	margin: 8.1vw auto 0;
	text-align: center;
}
.story_list_area ul.download_area li {
	margin: 0 auto 0;
}
.story_list_area ul.download_area li + li {
	margin: 43px auto 0;
	margin: 5.7vw auto 0;
}
.story_list_area ul.download_area li a {
	display: block;
	width: 621px;
	width: 82.8vw;
	height: 186px;
	height: 24.8vw;
	text-indent: -9999px;
	text-decoration: none;
}
.story_list_area ul.download_area li.windows a {
	height: 180px;
	height: 24.0vw;
	background: url(../images/story/btn_windows_sp_off.png) no-repeat;
	background-size: 621px 180px;
	background-size: 82.8vw 24.0vw;
}
.story_list_area ul.download_area li.windows a:hover {
	background: url(../images/story/btn_windows_sp_on.png) no-repeat;
	background-size: 621px 180px;
	background-size: 82.8vw 24.0vw;
}
.story_list_area ul.download_area li.psvita a {
	background: url(../images/story/btn_psvita_sp_off.png) no-repeat;
	background-size: 621px 186px;
	background-size: 82.8vw 24.8vw;
}
.story_list_area ul.download_area li.psvita a:hover {
	background: url(../images/story/btn_psvita_sp_on.png) no-repeat;
	background-size: 621px 186px;
	background-size: 82.8vw 24.8vw;
}
.story_list_area ul.download_area li.nintendo a {
	background: url(../images/story/btn_nintendo_sp_off.png) no-repeat;
	background-size: 621px 186px;
	background-size: 82.8vw 24.8vw;
}
.story_list_area ul.download_area li.psvita a:hover {
	background: url(../images/story/btn_nintendo_sp_on.png) no-repeat;
	background-size: 621px 186px;
	background-size: 82.8vw 24.8vw;
}
.story_list_area ul.download_area li.android a {
	background: url(../images/story/btn_android_sp_off.png) no-repeat;
	background-size: 621px 186px;
	background-size: 82.8vw 24.8vw;
}
.story_list_area ul.download_area li.android a:hover {
	background: url(../images/story/btn_android_sp_on.png) no-repeat;
	background-size: 621px 186px;
	background-size: 82.8vw 24.8vw;
}


} /* @media screen end */

