@charset "UTF-8";
html {
	position: relative;
	min-height: 100%;
	width: 100%;
}
body {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 2px;
	font-family: 'Noto Serif JP',"Yu Gothic",YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	color: #283947;
	width: 100%;
	min-width: 1280px;
	position: fixed;
	overflow-y: scroll;
	background-color: #18191b;
}

* {margin: 0;padding: 0;}
a {color: #000;}
img {display: block;}
a img {border: none;}
a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.clearfix {display: block;}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {clear: both;}
ul,ol,li {list-style-type: none;}
.pc-view{display: block;}
.sp-view{display: none;}

header,
.kv-image,
main{
	max-width: 1920px;
}


.loading{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #18191b;
	width: 100vw;
	height: 100vh;
	z-index: 9998;
}
.loading-gauge{
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.loading-gauge>span{
	width: 0%;
	height: 100%;
	display: block;
	background-color: #fff;
}
.flash{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	opacity: 0;
}

header{
	position: fixed;
	width: 100%;
	z-index: 3;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

header .menu{
	position: relative;
	width: 40px;
	height: 30px;
	display: block;
	top: 40px;
	left: 40px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: 1;
}
header .menu span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
}
header .menu span:nth-of-type(1) {top: 0;}
header .menu span:nth-of-type(2) {top: 14px;}
header .menu span:nth-of-type(3) {bottom: 0;}
header .menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(13.5px) rotate(-45deg);
	transform: translateY(13.5px) rotate(-45deg);
}
header .menu.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {height: 0;}
}
@keyframes active-menu-bar02 {
	100% {height: 0;}
}
header .menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-13.5px) rotate(45deg);
	transform: translateY(-13.5px) rotate(45deg);
}
header nav{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background-image: url(../images/bg_menu.png);
	background-size: cover;
	background-repeat: no-repeat;
}
header nav ul{
	position: absolute;
	top: 50%;
	left: 20%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 65%;
}
header nav ul li{
	margin-bottom: 50px;
	line-height: 34px;
	height: 34px;
	position: relative;
}
header nav ul li:nth-last-child(2){
	margin-bottom: 0px;
}
header nav ul li img{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
header nav ul li.sns{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
}
header nav ul li.sns img{
	-webkit-transform: none;
	transform: none;
	position: static;
}
header nav ul li.sns>*{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
main{
	margin: 0 auto;
	background-image: url(../images/bg.png);
	background-size: 100% auto;
	background-repeat: repeat;
}

.kv{
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding-top: 67.3%;
}
.kv-logo{
	position: absolute;
	top: 5.5%;
	left: 7.5%;
	z-index: 2;
	width: 39%;
}
.kv-logo img{width: 100%}
.kv-image{
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.kv-copy{
	font-size: 0;
	letter-spacing: 0;
	position: absolute;
	top: 5%;
	right: 6.2%;
	width: 11.5%;
}
.kv-copy>*{
	display: inline-block;
	vertical-align: top;
	width: 43%;
}
.kv-copy01{margin-right: 14%;}
.kv-onair{
	position: absolute;
	top: 65.5%;
	left: 0;
	width: 32%;
}

h2.ttl{
	margin-bottom: 80px;
}
h2.ttl>img{margin: 0 auto;}
h3{font-weight: normal;}

.news h2.ttl,
.story h2.ttl{
	margin-bottom: 30px;
}
.news-movie{
	font-size: 0;
	letter-spacing: 0;
/*
	background-image: url(../images/bg.png);
	background-size: cover;
	background-repeat: repeat;
	background-position: 0;
*/
	margin-top: -12%;
	height: 730px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
/*
.news-movie:before{
	content: "";
	background-image: url(../images/bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	display: block;
	position: absolute;
	bottom: 0%;
	left: 0%;
	z-index: 1;
}
*/
.news-movie>*{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.news{
	padding-top: 9%;
}
.news-list li{
	line-height: 30px;
	background-color: rgba(255,255,255,0.5);
	margin-bottom: 10px;
}
.news-list li:last-child{margin-bottom: 0px;}
.news-list li>article{
	padding: 12px 0;
}
.news-list li time{
	display: inline-block;
	color: #fff;
	background-color: #37b0c9;
	font-size: 14px;
	text-align: center;
	width: auto;
	margin-bottom: 5px;
	margin-left: 11%;
	letter-spacing: 1px;
	padding: 0 1%;
}
.news-list li h3{
	position: relative;
	font-size: 18px;
	padding-left: 11%;
}
.news-list li h3:before{
	content: "";
	display: block;
	width: 10%;
	height: 1px;
	background-color: #18191b;
	position: absolute;
	left: 0;
	top: 50%;
}
.movie{
	background-image: url(../images/bg_movie.png);
	background-size: 100%;
	background-repeat: repeat;
	height: 100%;
	position: relative;
	cursor: pointer;
	padding-top: 9%;
	box-sizing: border-box;
}
.movie.show{
	cursor: default;
}
.movie .movie-outer{
	width: 600px;
    margin: 5% auto 0;
	max-width: 90%;
}
.movie .movie-inner{
	position: relative;
    padding-top: 56.25%;
}
.movie .movie-outer iframe{
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie:before{
	content: "";
	background-image: url(../images/movie.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 64px;
	height: 81px;
	display: block;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}
.movie .movie-outer:after{
	content: "";
	width: 100%;
    height: 100%;
	position: absolute;
	background: rgba(0,0,0,.8);
	z-index: 2;
	top: 0;
    left: 0;
}
.movie.show:before,
.movie.show  .movie-outer:after{
	display: none;
}

.story{
	background-image: url(../images/bg_story.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: 550px;
	/* min-height: 350px; */
	margin-top: -200px;
	position: relative;
	z-index: 2;
	padding-top: 14%;
	padding-bottom: 8%;
}
.story-text{
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
}
.each-story{
	width: 1020px;
	margin: 100px auto 0;
	position: relative;
}
.each-story-btn{
	background-color: #fff;
	text-align: center;
	display: block;
	height: 47px;
	line-height: 47px;
	font-size: 20px;
}
.accordion-icon {
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	width: 22px;
	height: 22px;
}
.accordion-icon span{
	display: inline-block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	box-sizing: border-box;
	position: absolute;
	width: 22px;
	height: 1px;
	margin-top: 11px;
	background-color: #18191b;
}
.accordion-icon.close span:nth-of-type(1) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordion-icon.close span:nth-of-type(2) {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.accordion-icon.close span:nth-of-type(1) {
	display: block;
}
.accordion-icon span:nth-of-type(1) {
	display: none;
}
.accordion-icon span:nth-of-type(2) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.story-list{
	display: none;
	width: 1020px;
	font-size: 0;
	letter-spacing: 0;
	color: #fff;
	margin: 40px auto 0;
}
.story-list li{
	width: 313px;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 36px;
	letter-spacing: 0.5px;
	margin-right: 40.5px;
	margin-bottom: 30px;
}

.story-list li:nth-child(3n){
	margin-right: 0;
}
.story-list li .image{visibility: hidden;}
.story-list li h3{
	position: relative;
	color: #fff;
	background-color: #37b0c9;
	font-size: 18px;
	line-height: 40px;
	padding-left: 10px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.story-list li h3:before{
	background-color: #fff;
	display: block;
	width: 60px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: -50px;
	left: 0;
	color: #37b0c9;
	font-size: 30px;
}
.story-list li:nth-child(1) h3:before{content: "01";}
.story-list li:nth-child(2) h3:before{content: "02";}
.story-list li:nth-child(3) h3:before{content: "03";}
.story-list li:nth-child(4) h3:before{content: "04";}
.story-list li:nth-child(5) h3:before{content: "05";}
.story-list li:nth-child(6) h3:before{content: "06";}
.story-list li:nth-child(7) h3:before{content: "07";}
.story-list li:nth-child(8) h3:before{content: "08";}
.story-list li:nth-child(9) h3:before{content: "09";}
.story-list li:nth-child(10) h3:before{content: "10";}
.story-list li:nth-child(11) h3:before{content: "11";}
.story-list li:nth-child(12) h3:before{content: "12";}
.story-list li h3:after{
	content: "#";
	color: #37b0c9;
	font-size: 16px;
	position: absolute;
	top: -60px;
	left: 4px;
}


.bg-top{
	width: 100%;
	margin-top: -10%;
	z-index: 2;
	position: relative;
}
.character{
	z-index: 1;
	position: relative;
	margin-top: -9.5%;
	background-image: url(../images/bg.png);
	background-size: 100% auto;
	background-repeat: repeat;
}
.character-list-content{
	padding-top: 10%;
	padding-bottom: 20%;
}
.character-list {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	width: 1065px;
	margin: 0 auto;
}
.character-list li{
	display: inline-block;
	vertical-align: top;
	width: 313px;
	margin: 0 21px 40px;
	text-align: left;
}
.character-list li.col2{
	margin: 0 40px 40px 20px;
}
.character-list li p,
.character-list li .name{
	height: 50px;
}
.character-list li .name{
	display: block;
	background-color: #37b0c9;
	color: #fff;
	padding: 0px 20px;
	letter-spacing: 1px;
}
.character-list li .name>*{
	font-weight: normal;
	display: inline-block;
	vertical-align: bottom;
}
.character-list li .name>h3{
	font-size: 26px;
	line-height: 50px;
}
.character-list li .name>h4{
	font-size: 16px;
	line-height: 40px;
	margin-left: 10px;
}
.character-list li .name>h4:before{
	content: "CV ";
}
.character-list li p{
	background-color: #fff;
	color: #37b0c9;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 15px 10px 20px;
}
.character-list li:nth-child(1),
.character-list li:nth-child(2){
	width: 490px;
	font-size: 0;
	letter-spacing: 0;
}
.character-list li:nth-child(2) .name,
.character-list li:nth-child(2) p,
.character-list li:nth-child(1) .name,
.character-list li:nth-child(1) p{
	display: inline-block;
	vertical-align: middle;
}
.character-list li:nth-child(2) .name,
.character-list li:nth-child(1) .name{
	height: 65px;
}
.character-list li:nth-child(1) p{
	height: 45px;
	padding: 10px 15px;
}
.character-list li:nth-child(2) p{
	height: 23px;
	padding: 21px 15px;
}
.character-list li:nth-child(2) .name>h3,
.character-list li:nth-child(1) .name>h3{
	font-size: 36px;
	line-height: 65px;
}
.character-list li:nth-child(2) .name>h4,
.character-list li:nth-child(1) .name>h4{
	line-height: 45px;
	margin-left: 5px;
}
.character-list li:nth-child(1) .name{width: 215px;}
.character-list li:nth-child(1) p{width: 205px;}
.character-list li:nth-child(2) .name{width: 180px;}
.character-list li:nth-child(2) p{width: 240px;}

.cast{
	background-image: url(../images/bg_cast.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-top: -10%;
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	padding-top: 18%;
	padding-bottom: 7%;
}
.cast h2.ttl{
	margin-bottom: 50px;
}
.cast h3{
	font-size: 26px;
	margin-top: 5px;
}
.cast ul li>span{display: block;}
.cast h3>span,
.cast li{font-size: 16px;}
.cast ul{
	font-size: 0;
	letter-spacing: 0;
	width: 930px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.cast ul li {
	width: 140px;
	display: inline-block;
	vertical-align: top;
	margin-right: 55px;
	margin-bottom: 50px;
	letter-spacing: 1px;
}
.cast-list li:nth-child(1){margin-left: 200px;}
.cast-list li:nth-child(2){margin-right: 200px;}
.cast-list li:nth-child(1){margin-right: 130px;}
.staff-list li:nth-child(6),
.cast-list li:nth-child(7),
.cast-list li:nth-child(12),
.cast-list li:last-child{
	margin-right: 0px;
}
.cast .staff-list li{width: 170px;}
.cast .song-list li,
.staff-list li:last-child,
.staff-list li:nth-child(2),
.staff-list li:nth-child(1){
	display: block;
	width: 100% !important;
}

.comic{
	background-image: url(../images/bg.png);
	background-size: 100% auto;
	background-repeat: repeat;
	margin-top: -9.5%;
	padding-top: 10%;
	padding-bottom: 130px;
	position: relative;
	z-index: 1;
}
.comic ul{
	width: 1020px;
	margin: 0 auto;
	font-size: 0;
	letter-spacing: 0;
}
.comic ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	margin-bottom: 40px;
}
.comic ul li a{
	display: block;
	cursor: default;
	pointer-events:none
}
.comic ul li a:hover{opacity: 1;}
.comic ul li:nth-child(4n){
	margin-right: 0px;
}
.character-list li,
.comic ul li{
	visibility: hidden;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
}
.comic ul li img{
}

footer{
	padding: 50px 0;
	text-align: center;
	background-color: #18191b;
	color: #fff;
}
a.totop>img{display: inline-block;}
footer ul{
	font-size: 0;
	letter-spacing: 0;
	margin: 50px 0;
}
footer ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}
footer p.copy{
	letter-spacing: 1px;
	font-size: 12px;
}
/** smart phone **/
@media screen and (max-width: 767px){
	.pc-view{display: none;}
	.sp-view{display: block;}
	body{
		min-width: initial;
		font-size: 13px;
		line-height: 26px;
	}
	header{
		position: fixed;
		left: 0;
		-webkit-transform: none;
		transform: none;
	}
	header .menu{
		position: absolute;
		top: 15px;
		left: unset;
		right: 10px;
	}
	header nav{
		background-image: url(../images/bg_menu_sp.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
	}
	header nav ul{
		top: 42%;
		left: 8%;
		width: 86%;
	}
	header nav ul li {
		margin-bottom: 6%;
		line-height: 30px;
		height: 30px;
	}
	header nav ul li img{height: auto;}
	header nav ul li:nth-child(1) img{width: 13%;}
	header nav ul li:nth-child(2) img{width: 17.2%;}
	header nav ul li:nth-child(3) img{width: 17.2%;}
	header nav ul li:nth-child(4) img{width: 33%;}
	header nav ul li:nth-child(5) img{width: 87%;}
	header nav ul li:nth-child(6) img{width: 21.3%;}
	header nav ul li.sns{
		bottom: -30%;
		text-align: right;
	}
	header nav ul li.sns img{width: 21%;}
	header nav ul li.sns>a{width: 10.5%;}
	header nav ul li.sns>a.fb{width: 5%;}
	header nav ul li.sns>a img{width: 100%;}

	main{
		overflow-x: hidden;
		background-image: url(../images/bg_sp.png);
		background-size: 100% auto;
		background-repeat: repeat;
	}

	.kv{
		overflow: auto;
		padding-top: 0;
	}
	.kv-image{
		position: static;
		-webkit-transform: none;
		transform: none;
	}
	.kv-logo{
		top: 1%;
		left: 3.5%;
		width: 77%;
	}
	.kv-onair{
		width: 100%;
		top: 74.5%;
	}
	.kv-copy{
		top: 17%;
		right: 1.5%;
		width: 26.5%;
		text-align: right;
	}
	.kv-copy01{margin-right: 5%;}

	.news-movie{
		height: auto;
		background-position: 0px -15%;
		margin-top: -18%;
		background-image: url(../images/bg_sp.png);
		background-size: 100% auto;
		background-repeat: repeat;
	}
/*
	.news-movie:before {
		background-image: url(../images/bg_sp.png);
		background-size: 100% auto;
		background-repeat: repeat;
		height: 100%;
	}
*/
	.news-movie>*{
		display: block;
		width: auto;
	}
	.news {
		padding-top: 22%;
		padding-bottom: 12%;
	}
	.news h2.ttl {
		margin-bottom: 8%;
	}
	.story h2.ttl>img,
	.news h2.ttl>img{
		width: 28.5%;
		height: auto;
	}
	.news-list li{line-height: 20px;}
	.news-list li time{
		width: 25%;
		font-size: 12px;
		margin-left: 6%;
	}
	.news-list li h3{
		font-size: 13px;
		padding-left: 6%;
	}
	.news-list li h3:before{
		width: 4.5%;
		top: 9px;
	}
	.movie{
		height: 280px;
		background-image: url(../images/bg_movie_sp.png);
		background-size: contain;
		background-repeat: repeat;
	}
	.movie .movie-outer{
		margin-top: 0;
	}
	.movie:before{
		width: 32px;
		height: 41px;
		top: 50%;
	}


	.story{
		padding-top: 35%;
		padding-bottom: 25%;
		margin-top: -20%;
		min-height: initial;
		background-image: url(../images/bg_story_sp.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	.story:after{
		content: "";
		background-color: #000;
		width: 100%;
		height: 68%;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	.story.open:after{
		height: 0%;
	}
	.story-text{
		font-size: 13px;
		line-height: 30px;
	}
	.each-story {
		width: 90%;
		margin: 15% auto 0;
	}
	.each-story-btn{
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.accordion-icon{
		right: 10px;
		width: 17px;
		height: 17px;
	}
	.accordion-icon span{
		width: 16px;
		margin-top: 8.5px;
	}
	.story-list{
		width: auto;
		padding: 0 5%;
		margin: 10% auto 0;
	}
	.story-list li{
		width: 100%;
		display: block;
		font-size: 13px;
		line-height: 25px;
		margin-right: 0;
		margin-bottom: 8%
	}
	.story-list li img{
		width: 100%;
		height: auto;
	}
	.story-list li h3{
		margin-bottom: 4%;
	}
	.story-list li h3:before{
		width: 55px;
		height: 45px;
		line-height: 45px;
		font-size: 27px;
		top: -45px;
	}
	.story-list li h3:after{
		top: -54px;
		font-size: 14px;
	}

	.bg-top{margin-top: -15%;}
	.character{
		background-image: url(../images/bg_sp.png);
		background-size: 100% auto;
		background-repeat: repeat;
		background-position: 0 -2.2%;
	}
	.character h2.ttl{margin-bottom: 10%;}
	.character h2.ttl>img{
		width: 55%;
		height: auto;
	}
	.character-list-content{
		padding-top: 20%;
	}
	.character-list{
		width: 90%;
		text-align: left;
	}
	.character-list li.col2,
	.character-list li{
		width: 48%;
		margin: 0 0 5%;
	}
	.character-list li.col2:nth-child(odd),
	.character-list li:nth-child(odd){
		margin: 0 4% 5% 0%;
	}
	.character-list li img,
	.character-list li:nth-child(1),
	.character-list li:nth-child(2){
		width: 100%;
		height: auto;
	}
	.character-list li .name{padding: 4px 12px;}
	.character-list li .name>*{display: block;}
	.character-list li .name>h3 {
		font-size: 16px;
		line-height: 16px;
	}
	.character-list li .name>h4 {
		font-size: 12px;
		line-height: 16px;
		margin-left: 0;
	}
	.character-list li p,
	.character-list li .name{
		height: auto;
	}
	.character-list li p{
		font-size: 12px;
		line-height: 16px;
		padding: 5px 5px 5px 10px;
		min-height: 54px;
	}
	.character-list li:nth-child(2) .name,
	.character-list li:nth-child(1) .name {
		height: 44px;
		padding: 0 4%;
	}
	.character-list li:nth-child(2) .name>*,
	.character-list li:nth-child(1) .name>*{
		display: inline-block;
		vertical-align: bottom;
	}
	.character-list li:nth-child(2) .name>h3,
	.character-list li:nth-child(1) .name>h3{
		font-size: 21px;
		line-height: 44px;
	}
	.character-list li:nth-child(2) .name>h4,
	.character-list li:nth-child(1) .name>h4{
		line-height: 34px;
		margin-left: 5px;
	}
	.character-list li:nth-child(2) p,
	.character-list li:nth-child(1) p{
		padding: 5px 4%;
		height: auto;
		min-height: 34px;
	}
	.character-list li:nth-child(1) .name {width: 51%;}
	.character-list li:nth-child(2) .name {width: 43.5%;}
	.character-list li:nth-child(1) p{width: 33%;}
	.character-list li:nth-child(2) p{width: 40%;}

	.cast{
		padding-top: 35%;
		background-image: url(../images/bg_cast_sp.png);
		background-size: cover;
		background-repeat: no-repeat;
		margin-top: -21%;
	}
	.cast h2.ttl{margin-bottom: 8%;}
	.cast h2.ttl>img{height: auto;}
	.cast h2.cast-ttl>img{width: 24%;}
	.cast h2.staff-ttl>img{width: 27%;}
	.cast h2.song-ttl>img{width: 68%;}
	.cast ul{
		width: 90%;
		padding-bottom: 10%;
	}
	.cast ul li{
		width: 32%;
		margin-right: 1%;
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 8%;
	}
	.cast h3>span{
		font-size: 12px;
		line-height: 20px;
	}
	.cast-list li:nth-child(1) {
		margin-right: 5%;
		margin-left: 15%;
	}
	.cast-list li:nth-child(2) {
		margin-right: 15%;
	}
	.cast h3{font-size: 16px;}
	.cast .staff-list li{width: 49%;}

	.comic{
		padding-top: 20%;
		padding-bottom: 15%;
		background-image: url(../images/bg_sp.png);
		background-size: 100% auto;
		background-repeat: repeat;
		background-position: 0 -6.5%;
	}
	.comic h2.ttl{margin-bottom: 10%;}
	.comic h2.ttl>img{
		width: 35%;
		height: auto;
	}
	.comic ul{width: 90%;}
	.comic ul li{
		width: 47%;
		margin-right: 0;
		margin-bottom: 6%;
	}
	.comic ul li:nth-child(odd){
		margin-right: 6%;
	}
	.comic ul li img{
		width: 100%;
		height: auto;
	}

	a.totop>img{
		width: 13%;
		height: auto;
	}
	footer{
		padding: 12% 5%;
	}
	footer ul{
		width: 100%;
		margin: 9% auto;
	}
	footer ul li{
		width: auto;
		margin: 0 3%;
	}
	footer ul li img{height: auto;}
	footer ul li:nth-child(1) img{width: 60px;}
	footer ul li:nth-child(2) img{width: 105px;}
	footer ul li:nth-child(3) img{width: 67px;}
	footer p.copy{
		font-size: 10px;
		line-height: 16px;
		letter-spacing: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	body{
		font-size: 16px;
		line-height: 24px;
		min-width: initial;
	}
	header .menu{
		top: 25px;
		left: 20px;
	}
	header nav{background-position: center;}
	.news-list li h3 {
		font-size: 16px;
		padding-left: 8%;
	}
	.news-list li h3:before{
		width: 6%;
		top: 14px;
	}
	.news-list li time{
		padding: 0 3%;
		margin-left: 8%;
	}
	.story{min-height: 540px;}
	.story:after{
		content: "";
		background-color: #000;
		width: 100%;
		height: 45%;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	.story.open:after{height: 0%;}
	.story-list,
	.each-story{width: 90%;}
	.story-list li{
		width: 31%;
		margin-right: 3.5%;
	}
	.story-list li img{
		width: 100%;
		height: auto;
	}
	.story-list li h3{
		font-size: 15px;
	}
	.character-list{
		width: 90%;
		text-align: left;
	}
	.character-list li{width: 46%;}
	.character-list li img{
		width: 100%;
		height: auto;
	}
	.character-list li,
	.character-list li.col2{
		margin: 0 2% 40px;
	}
	.character-list li:nth-child(1),
	.character-list li:nth-child(2){
		display: block;
		margin: 0 auto 40px;
	}

	.cast{background-size: cover;}
	.cast h2.ttl{margin-bottom: 30px;}
	.cast ul{
		width: 90%;
		padding-bottom: 40px;
	}
	.cast ul li {
		width: 120px;
		margin-right: 15px;
		margin-bottom: 20px;
	}
	.cast h3{font-size: 22px;}
	.staff-list li:nth-child(1),
	.staff-list li:nth-child(2),
	.staff-list li:last-child{
		width: 230px !important;
		display: inline-block;
		vertical-align: top;
	}
	.staff-list li:nth-child(6),
	.staff-list li:nth-child(1){
		margin-right: 0px;
		margin-left: 100px;
	}
	.staff-list li:nth-child(7),
	.staff-list li:nth-child(2){
		margin-right: 100px;
	}
	.cast-list li:nth-child(1) {margin-right: 50px;}
	.cast .song-list li{
		width: 330px !important;
		display: inline-block;
		vertical-align: top;
	}

	.comic ul{width: 90%;}
	.comic ul li{width: 31%;}
	.comic ul li:nth-child(3n){margin-right:0px;}
	.comic ul li,
	.comic ul li:nth-child(4n){margin-right:3.5%;}
	.comic ul li img{
		width: 100%;
		height: auto;
	}
}
