@charset "utf-8";
body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	line-height:1.5;
	color:#8362c2;
	margin: 0;
	padding: 0px;
	min-width:1300px;
	width: auto !important;  
	width: 1300px;
    background: url("../images/bg.png") repeat center top #e4c0ed;
}

	@media screen and (max-width: 619px){
        body {
        }
    }
.txts {
	font-size:12px;
}

p {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
	margin:0px;
	padding:0px;
}
dl,dt,dd {
	margin:0px;
	padding:0px;
}
ul,li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
a:link,a:visited {
	color: #47cccf;
	text-decoration: none;
	font-weight:900;
	
}
a:hover,a:active {
	text-decoration: none;
	color: #ff61a0;
}

.wholeBox small{
	font-size: 80%;
}
	@media screen and (max-width: 619px){
    .wholeBox small{
        font-size: 80%;
    }
    }

/*clearfix hack
---------------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*anWraper
---------------------------------------------*/
.wholeBox{
	width:1300px;
	margin:0 auto;	
}
	@media screen and (max-width: 619px){
		.wholeBox{width:100%;background: none;}
	}



/*menu
---------------------------------------------*/

#nav{
	box-sizing: border-box;
	line-height: 1;
	font-size: 0px;
    width:300px;
    margin:0 0 0 0;
    padding:0;
}

#nav ul{
	padding:0 0 20px 0;
	margin:0 0 0 0;
	font-size: 0px;
	position: relative;
}

#nav li a{
	display: block;
	font-size: 14px;
    margin: 0;
    padding:0 0;
    width:184px;
    height:134px;
    
}

#nav li{
	padding: 0;
    width:184px;
    height:134px;
	display: block;
}

#nav li.btn_l{
    margin: -14px auto 0 10px;
}

#nav li.btn_r{
    margin: -14px 0 0 auto;
}

#nav li:hover{
	animation:bounce 0.8s ease infinite normal 0s none running;
	-webkit-animation:bounce 0.8s ease infinite normal 0s none running;
	-ms-animation:bounce 0.8s ease infinite normal 0s none running;
}
	@keyframes bounce {
		0%, 100% {transform: translateY(0px);}
		40% {transform: translateY(-6px);}
		60% {transform: translateY(-6px);}
	}
	@-webkit-keyframes bounce {
		0%, 100% {transform: translateY(0px);}
		40% {transform: translateY(-6px);}
		60% {transform: translateY(-6px);}
	}



#top_back {display: none;}

	@media screen and (max-width: 619px){

		#nav{
			width:100%;
			box-sizing:inherit;
			padding: 0;
			margin: 0;
			min-height:inherit;
			background: none;
	}

		#nav ul{
			margin: 2% 0 0 0;
			padding:0 0.5%;
			width:100%;
		}

		#nav li{
			padding: 0 0.5%;
			width:33%;
			height: inherit;
			display: inline-block;
			background:none;
			text-align: center;
			box-sizing: border-box;
			
		}

        #nav li.btn_l,#nav li.btn_r{
            margin:1% 0;
        }

		#nav li a {
			height: auto;
			padding: 0 0 0 0;
			display: block;
			text-align: center;
			width:100%;
		}
        
        #nav li::before,
        #nav li:hover::before{
          background:none;
        }
		
		#nav li a img {
			width:inherit;
		}
        #nav li a img:hover {
            transition:inherit;
            opacity:inherit;
        }

        #nav li.btn_news a,
        #nav li.btn_story a,
        #nav li.btn_chara a,
        #nav li.btn_staff a,
        #nav li.btn_episodes a,
        #nav li.btn_onair a,
        #nav li.btn_streaming a,
        #nav li.btn_top a {
            background:none;
        }
		
		#top_back {
			background: #ff61a0 none repeat scroll 0 0;
			display: block;
			text-align: center;
			width: 100%;
		}
		#top_back a{
			color:#fff;
			display: block;
			margin: 0;
			padding: 5px 0;
			width: 100%;
		}
		
	}


/*all style
---------------------------------------------*/

.f_clr {
    clear: both;
    margin: 0;
    padding: 0;
    width: auto;
}


#container{
	box-sizing: border-box;
	margin:0 0 0 0;
	width:980px;
	float:left;
	position:relative;
    background:  url("../images/m_bg.png") repeat-y left top,url("../images/under/head_bg.png") no-repeat right top, url("../images/c_bg.png") repeat-y right top;
}
	@media screen and (max-width: 619px){
		#container{
			margin:0;
			padding: 0;
			width:auto;
			float:none;
			background: none;
		}
	}

.left_box{
    width:300px;
    min-height:700px;
}

	@media screen and (max-width: 619px){
        .left_box{
            width:inherit;
            min-height:inherit;
        }
	}

.foot{
	width:880px;;
	padding:20px 0 0 0;
	margin: 0 auto 20px;
	box-sizing: border-box;
	font-size: 0;
    text-align: center;
    background: url("../images/foot_bg.png");
    border: solid 4px #ef73a8;
    border-radius: 40px;
}
.foot_menu{
	padding:0px;
	box-sizing: border-box;
    display: inline-block;
    text-align: left;
    width: 776px;
    
}

.foot_menu a{
	color: #ff147f;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	display: inline-block;
	width:180px;
    margin: 5px 7px;
	padding:7px 10px 7px 34px;
	font-size: 14px;
    box-sizing: border-box;
	border-radius: 30px;
    background: url("../images/btn/icon.png") no-repeat 10px center #FFF;
    border:solid 1px #af8bef;
}
.foot_menu a:hover{
	color:#e29a00;
	font-weight: normal;
	text-decoration: none;
}



#copyright{
	margin:0 0 0 0;
	padding:10px 0 20px 0;
	text-align:center;
	font-size:14px;
    font-weight: 900;
    color: #8664c4;
    text-shadow: 1px 1px #fff;
}

	@media screen and (max-width: 619px){
		.foot{
			width:auto;
			padding:0 0;
			margin: 0 0 0 0;
            height: auto;
            background: none;
            border: none;
            border-radius: 0;
		}
	
		.foot_menu{
			display: none;
		}
		#copyright{
            margin: 2%;
			padding:1% 2%;
		}
}


