header {
	display: none;
}
#hero {
	width: 100%;
	height: auto;
	padding: 25px 0 30px;
}
.hero__img {
	width: 80%;
	height: auto;
	margin: 0 auto 25px;
}
.hero__img img {
	width: 100%;
	height: auto;
}
.hero_news {
	width: 100%;
	height: auto;
}
.hero_news li {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
#latest {
	width: 100%;
	height: auto;
	padding: 0 0 20px;
	margin: 0 auto;
}
.latest_story__links {
	width: 84.6%;
	height: auto;
	margin: 0 auto 13px;
	background-color: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, .3);
}
.latest_story__links a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.latest_story__links a img {
	width: 100%;
	height: auto;
}
.latest_story__links__label {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}
.first_story__links {
	width: 120px;
	height: auto;
	margin: 0 7.7% 0 auto;
}
.first_story__links a {
	display: block;
	width: 100%;
	height: auto;
}
.first_story__links a img {
	width: 100%;
	height: auto;
}
#index {
	width: 100%;
	height: auto;
	padding: 20px 0 20px;
	background: url(../images/top/bg_index.png) repeat 0 0;
}
.recent_story,
.old_story {
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.recent_story {
	margin: 0 auto 40px;
}
#index ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#index li {
	width: 48%;
	height: auto;
	background-color: #fff;
	margin-bottom: 17px;
	position: relative;
}
#index li:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}
#index li a {
	display: block;
	width: 100%;
	height: auto;
}
#index li a img {
	display: block;
	width: 100%;
	height: auto;
}
#index .new {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 16%;
}
#index .new .img {
	width: 30%;
	height: auto;
}
.old_story__wrap {
	width: 100%;
	height: auto;
	padding: 0 0 5px;
}
.old_story__ac_btn {
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	background-color: #fff;
	position: relative;
}
.old_story__ac_btn_icon {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 52%;
	right: 3%;
	transform: translate(0%,-50%);
}
.old_story__ac_btn_icon::before,
.old_story__ac_btn_icon::after {
	content: '';
	display: block;
	border-radius: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
}
.old_story__ac_btn_icon::before {
	width: 10px;
	height: 2px;
	margin-top: -1px;
	margin-left: -5px;
}
.old_story__ac_btn_icon::after {
	width: 2px;
	height: 10px;
	margin-top: -5px;
	margin-left: -1px;
	transition: .5s;
}
.active .old_story__ac_btn_icon::after {
	transform: rotate(-90deg);
}
.old_story__ac_btn picture img {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
}
.old_story__ac_contents {
	display: none;
	width: 100%;
	height: auto;
	padding: 0 0 35px;
}
#banner__area {
	width: 100%;
	height: auto;
	padding: 25px 0px 35px;
	margin: 0 auto;
}
.banner__wrap {
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.series_banner {
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}
.series_banner:last-of-type {
	margin-bottom: 0;
}
.series_banner a {
	display: block;
	width: 100%;
	height: auto;
}
.series_banner a img {
	display: block;
	width: 100%;
	height: auto;
}
#author {
	margin-bottom: 20px;
	padding: 20px 10px;
	border-top: 1px solid #d7d5cc;
	border-bottom: 1px solid #d7d5cc;
	background: url(../images/common/bg_author.png) repeat 0 0;
	text-align: center;
}
#author .title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e2d9;
}
#author .icon {
	margin-bottom: 20px;
}
#author .name {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 15px;
}
#author .text {
	line-height: 1.5;
	font-size: 13px;
}
#footer {
	width: 100%;
	height: auto;
	padding: 0 !important;
	margin: 20px auto 0;
}
#footer .footer__contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#footer .footer__contents .chara_l {
	width: 21.5% !important;
	height: auto;
	left: 0;
	bottom: -144px;
}
#footer .footer__contents .chara_r {
	width: 26% !important;
	height: auto;
	right: 0;
	bottom: -144px;
}
#footer .footer__contents .chara_l img,
#footer .footer__contents .chara_r img {
	width: 100%;
	height: auto;
}
#footer .footer__contents .download {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#footer .footer__contents .download .fow {
	width: 190px;
	height: auto;
	margin: 0 auto 32px;
}
#footer .footer__contents .download .buy {
	width: 100%;
	height: auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}
#footer .footer__contents .download .buy li {
	width: auto !important;
	height: 57px !important;
	margin: 0 5px;
}
#footer .footer__contents .download .buy li a {
	display: block;
	width: auto !important;
	height: 100% !important;
}
#footer .footer__contents .download .buy li a img {
	width: auto !important;
	height: 100% !important;
}
#footer .footer__contents .social {
	width: 170px;
	height: auto;
	padding: 0;
	margin: 47px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .footer__contents .social li {
	width: 50px;
	height: auto;
}
#footer .footer__contents .social li a {
	display: block;
	width: 100%;
	height: auto;
}
#footer .footer__contents .social li a img {
	display: block;
	width: 100%;
	height: auto;
}
#footer .copyright {
	margin-top: 38px;
	padding: 30px 0px;
}


@media screen and (min-width: 901px) {
	header {
		display: block;
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 50;
	}
	.top_social {
		width: 170px;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: absolute;
		top: 13px;
		right: 13px;
	}
	.top_social li {
		width: 50px;
		height: auto;
	}
	.top_social li a {
		display: block;
		width: 100%;
		height: auto;
	}
	.top_social li a img {
		width: 100%;
		height: auto;
	}
	#hero {
		padding: 30px 0 25px;
	}
	.hero__img {
		width: 50%;
		max-width: 485px;
		height: auto;
		margin: 0 auto 35px;
	}
	.hero_news li {
		font-size: 18px;
	}
	.recent_story,
	.old_story {
		max-width: 925px;
	}
	.recent_story {
		margin: 0 auto 40px;
	}
	#latest {
		padding: 0 0 55px;
		position: relative;
	}
	.latest_story__links {
		width: 550px;
		margin: 0 auto;
	}
	.first_story__links {
		width: 188px;
		margin: 0 0 0 305px;
		position: absolute;
		bottom: 55px;
		left: 50%;
	}
	#index {
		padding: 30px 0 45px;
	}
	#index ul::after {
		content: '';
		display: block;
		width: 31.8%;
		height: 0;
	}
	#index li {
		width: 31.8%;
		margin-bottom: 20px;
	}
	#index li:nth-last-of-type(-n+3) {
		margin-bottom: 0;
	}
	.old_story__wrap {
		padding: 0 0 5px;
	}
	.old_story__ac_btn {
		width: 590px;
		height: auto;
		margin: 0 auto 15px;
	}
	.old_story__ac_btn_icon {
		width: 28px;
		height: 28px;
		right: 25px;
		transform: translate(0%,-50%);
	}
	.old_story__ac_btn_icon::before {
		width: 16px;
		height: 3px;
		margin-top: -1.5px;
		margin-left: -8px;
	}
	.old_story__ac_btn_icon::after {
		width: 3px;
		height: 16px;
		margin-top: -8px;
		margin-left: -1.5px;
	}
	.old_story__ac_btn picture img {
		transition: opacity .3s;
	}
	.old_story__ac_btn:hover picture img {
		opacity: .6;
	}
	.old_story__ac_contents {
		padding: 0 0 70px;
	}
	#banner__area {
		padding: 50px 0px 50px;
	}
	.banner__wrap {
		max-width: 980px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.series_banner {
		width: 30.8%;
		height: auto;
		margin-bottom: 0;
	}
	#author .text {
		font-size: 16px;
	}
	#footer {
		margin: 40px auto 0;
	}
	#footer .footer__contents {
		max-width: 900px;
	}
	#footer .footer__contents .chara_l {
		width: 129px !important;
		left: 65px;
		bottom: 3px;
	}
	#footer .footer__contents .chara_r {
		width: 155px !important;
		right: 22px;
		bottom: 3px;
	}
	#footer .footer__contents .download .fow {
		width: 300px;
		margin: 0 auto 30px;
	}
	#footer .footer__contents .download .buy li {
		width: auto !important;
		height: 66px !important;
		margin: 0 7px;
	}
	#footer .footer__contents .social {
		display: none !important;
	}
	#footer .copyright {
		margin-top: 40px;
		padding: 20px 0px;
	}
	#footer .copyright p br {
		display: none;
	}
	#footer .copyright p br.pcbr {
		display: inline;
	}
}
