@charset "UTF-8";
/*CSS INFOMATION=======================

PC CSS

File name : pc.css
   
====================================*/

@media screen and (min-width: 769px){

	
	
body{
	font-weight: 700px;
	background: #fffaf5;
	
}

	
	
.spBox{
	display:none;
}


	

	

a:hover{
	/*filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;*/
	-moz-transition: .3s;
   -webkit-transition: .3s;
   -o-transition: .3s;
   -ms-transition: .3s;
   transition: .3s;
}


a:hover img{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-moz-transition: .3s;
   -webkit-transition: .3s;
   -o-transition: .3s;
   -ms-transition: .3s;
   transition: .3s;
}
	

	header#top{
		background: url("../img/headerBg.png") top center repeat-x;
		padding: 350px 0 0;
	
	}
	
	header#second{
		background: url("../img/header_bg02.png") top center repeat-x;
		padding: 100px 0 0;
	
	}
	

	.snsBox i{
		font-size: 40px;
	}
	
	.snsBoxB{
		padding: 10px 0 40px;
	}
	
	.snsBoxB i{
		font-size: 35px;
	}
	
	.snsBoxC{
		text-align: center;
	}
	
	.snsBoxC i{
		font-size: 35px;
	}
	
	
	.snsBox a,
	.snsBoxB a,
	.snsBoxC a{
		padding:0 5px;
	}
	
	.icon-sakana{
		margin: -30px 0 0 !important;
	}

	.icon-sakana02{
		margin: -20px 0 0 !important;
	}


h1{
	
	text-align: center;
}









p{
	padding:0 0 20px;
}


	.menuContainer{
		position: fixed;
		top: 0;
		left: 0;
		padding: 50px 0;
		background: #fff;
		width: 100%;
		z-index: 999;
		display: none;
		border-bottom: 1px solid #ddd;
	}	
	
	.menuContainer a{
		text-decoration: none;
	}


nav ul li{
	margin:0 75px;
	padding:0 0 25px 0;
	font-size:17px;
	font-weight: bold;
	text-align:center;
	line-height:1.3;
}

nav ul li a{
	text-decoration:none;
}
	
	nav p{
		padding: 20px 0 0;
		text-align: center;
	}	



footer{
	padding:50px 0 200px;
	background: url("../img/footer_bg.png") bottom center repeat-x;
	margin:0 0 -20px;
	overflow:hidden;
	font-size:10px;
	clear:both;
	text-align:center;
	position: relative;
	z-index: 999;
	/*border-top:1px solid #ddd;*/
}
	
	footer .footInner{
		width: 980px;
		margin: 0 auto;
		position: relative;
	}	
	
	footer .footLogo{
		position: absolute;
		left: 0;
	}
	
	footer .footNav ul{
		position: absolute;
		top: 50px;
		left: 250px;
		overflow: hidden;
	}
	
	footer .footNav ul li{
		float: left;
		padding: 0 20px 0 0;
		font-size: 12px;
	}
	

footer .pageTop{
	padding:0 0 30px;
	font-size:20px;
}


footer a:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-moz-transition: .3s;
   -webkit-transition: .3s;
   -o-transition: .3s;
   -ms-transition: .3s;
   transition: .3s;
}

	.footNav{
		
		padding: 0 0 30px;
	}	

.footNav a{
	text-decoration: none;
	font-weight: bold;
	}
	
	
	footer .footInner{
		padding: 30px 0 30px;
	}	
	
	
	
.copy{
	clear:both;
	font-size:11px;
	padding:15px 0 0;
	color: #333;
}


.topBtn {
  position:fixed; /*固定*/
  bottom:30px; /*場所を右下に移動*/
  right:30px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:#0068b7; /*以下、デザインはご自由に！！*/
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:14px;
  width:43px;
  height:43px;
  text-align:center;
  line-height:22px;
  padding-top:11px;
  box-sizing:border-box;
  z-index:9999;
	border-radius:100px;
-webkit-border-radius:100px;
-moz-border-radius: 100px;
}

.topBtn:hover {
  opacity:0.7;
}
	
	.fa-facebook-square{
		color: #3b5998;
	}	
	
	
	.fa-twitter-square{
		color: #05abee;
	}	
	
	
	
	.fa-youtube-play{
		color: #ff0000;
	}	
	
	.font-g{
		color: #5fba6a;
		font-weight: bold;
		font-size: 16px;
	}
	
	.font-g02{
		color: #5fba6a;
		font-weight: bold;
		font-size: 22px;
	}
	
	.font-o{
		color: #ff9b0c;
		font-weight: bold;
		font-size: 14px;
	}
	
	.txt-large{
		font-size: 48px;
		font-weight: bold;
	}

/*

section
-----------------------------------*/

section{
	position: relative;
	padding:0 0 50px;
}

#contents{
	padding:100px 0; 
	background: url("../img/contents_bg.jpg") top center repeat-y;
	background-size:100% auto;
}
	
	.main-box{
		background: #fffaf5;
		padding: 50px 0;
		width: 980px;
		margin: 0 auto;
		text-align: center;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		box-sizing: border-box;
		position: relative;
	}
	
	.main-box .inner-boxA{
		padding: 0 100px;
		position: relative;
	}
	
	.main-box .inner-boxB{
		padding: 0 40px;
		position: relative;
	}
	
	
	
	.main-box h2{
		padding: 0 0 20px;
	}
	
	.main-box h3{
		font-size: 20px;
		padding: 0 0 10px;
	}
	
	.main-box h4{
		font-size: 18px;
	}
	
	.main-box h3.ttlA{
		font-size: 18px;
		padding:3px 0;
		background: #b9d7ee;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		margin: 0 0 20px;
	}
	
	.main-box .imgBox{
		padding: 0 0 20px;
	}
	
	.chara-box{
		position: absolute;
		top: 0;
		left: 100px;
	}
	
	.chara-box02{
		position: absolute;
		top: 0;
		left: 40px;
	}
	
	.chara-box03{
		position: absolute;
		top: 70px;
		left: 40px;
	}

	.chara-box04{
		position: absolute;
		top:-20px;
		left: 40px;
	}
	
	.chara-box05{
		position: absolute;
		top: 0;
		left: 40px;
	}
	
	
	.movie-detail{
		display: table;
	}	

	.movie-detail .leftBox{
		width: 60%;
		display: table-cell;
		vertical-align: top;
		text-align: left;
		padding: 0 15px 0 0;
		box-sizing: border-box;
	}
	
	.movie-detail .rightBox{
		width: 40%;
		display: table-cell;
	}
	
	.movie-detail .rightBox img{
		width: 100%;
		height: auto;
	}
	
	.movie-detail .rightBox .housoubi{
		width: 200px;
		position: relative;
		font-weight:bold;
		font-size: 14px;
		padding: 1px 10px;
		color: #fff;
		background: #4db0e3;
		text-align:center;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		margin: 10px auto 0;
		
	}
	
	.movie-detail .rightBox .housoubi .btn-yoyaku{
		position: absolute;
		top: 0;
		right: 0;
		font-size: 14px;
		background: #2638c4;
		padding: 1px 10px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: block;
		color: #fff !important;
		text-decoration: none;
	}
	
	.movie-detail .rightBox .housoubi .btn-yoyakusumi{
		position: absolute;
		top: 0;
		right: 0;
		font-size: 14px;
		background: #ff2d95;
		padding: 1px 10px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: block;
		color: #fff !important;
		text-decoration: none;
	}
	
	
	
	
	.movie-detail .leftBox p{
		font-size: 14px;
		padding: 10px 0 0;
	}
	
	.category-box{
		display: table;
	}
	
	.category-box .ch-box{
		display: table-cell;
	}
	
	.category-box .touroku-box{
		display: table-cell;
		vertical-align: top;
		padding: 0 30px;
		text-align: center;
		font-weight: bold;
		font-size: 30px;
		line-height: 1.2;
	}
	
	.category-box .touroku-box .ttl{
		font-size: 14px;
	}
	
	.category-box .touroku-box .txt{
		font-size: 30px;
		color: #2968ba;
	}
	
	.category-box .touroku-box .btn-touroku{
		background: #2968ba;
		padding: 3px 10px;
		color: #fff;
	}
	
	
	
	
	.movie-detail .leftBox .postTitle{
		font-size:27px;
		line-height: 1.6;
		margin:0 0 3px;
		font-weight:bold;
		color: #2968ba;
	}
	
	.movie-detail .leftBox .sub-ttl{
		font-weight:bold;
		font-size: 16px;
		margin: 10px 0 0; 
	}
	
	.movie-detail .leftBox .hashtag{
		font-weight:bold;
		font-size: 18px;
		color: #2094fe;
		line-height: 1.3;
	}
	
	.icon-box{
		margin: 10px 0 0;
		display: table;
		border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 5px 0;  /* 左右 上下で記述 */
	}
	
	.icon-pink{
		background: #ff4b7d;
		text-align: center;
		color: #fff;
		padding: 1px;
		width: 80px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: table-cell;
		font-size: 11px;
	}
	
	.icon-yellow{
		background: #f2a82d;
		text-align: center;
		color: #fff;
		padding: 1px;
		width: 80px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: table-cell;
		font-size: 11px;
	}
	
	.icon-orenge{
		background: #ec6b19;
		text-align: center;
		color: #fff;
		padding: 1px;
		width: 80px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: table-cell;
		font-size: 11px;
	}
	
	.icon-blue{
		background: #006eca;
		text-align: center;
		color: #fff;
		padding: 1px;
		width: 100px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: table-cell;
		font-size: 11px;
	}
	
	.icon-red{
		background: #f00;
		text-align: center;
		color: #fff;
		padding: 1px;
		width: 100px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: table-cell;
		font-size: 11px;
	}
	
	.icon-purple{
		background: #c476ab;
		text-align: center;
		color: #fff;
		padding: 1px;
		width: 80px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: table-cell;
		font-size: 11px;
	}
	
	
		.icon-mizuiro{
		background: #2bacde;
		text-align: center;
		color: #fff;
		padding: 1px;
		width: 60px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: table-cell;
		font-size: 11px;
	}
	
		.icon-yellow02{
		background: #f5a102;
		text-align: center;
		color: #fff;
		padding: 1px;
		width: 60px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: table-cell;
		font-size: 11px;
	}
	
			.icon-green{
		background: #559741;
		text-align: center;
		color: #fff;
		padding: 1px;
		width: 60px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: table-cell;
		font-size: 11px;
	}
	
	.icon-purple02{
		background: #6f5a98;
		text-align: center;
		color: #fff;
		padding: 1px;
		width: 60px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: table-cell;
		font-size: 11px;
	}
	
	
	
	
	.ttlB{
		text-align: center;
		color: #006eca;
		font-weight: bold;
		font-size: 25px;
		line-height: 1.4;
	}
	
	.ttlB span{
		font-size: 14px;
		color: #000;
		display: block;
	}
	
	
	.ttlD{
		text-align: center;
		
		font-weight: bold;
		font-size: 40px;
		line-height: 1.4;
		margin: 0 0 20px;
	}
	
	.ttlD span.blue{
		font-size: 24px;
		color: #006eca;
		display: block;
	}
	
	.ttlD span.sub{
		font-size: 20px;
		display: block;
	}
	
	
	
	
	.icon-boxB{
		text-align: right;
	}
	
	.icon-boxB div{
		display: inline-block;
		font-size: 11px;
	}
	
	.movie-box01{
		margin: 30px 0;
		background: #fff;
		padding: 30px 0;
	}
	
	.txt-leftbox{
		text-align: left;
		width: 100%;
	}
	
	.txt-leftbox p{
		width: 110%;
	}
	
	.txt-rightbox{
		width:290px;
		margin: 0 auto;
		overflow: hidden;
		padding:0 0 0;
	}
	
	.ttlC{
		margin: 30px 0 20px;
	}
	.ttlC span{
		background: url("../img/ttl_icon01.png") top left no-repeat;
		padding: 30px 0 20px 60px ;
		
		font-size: 24px;
		font-weight: bold;
		line-height: 1.3;
	}
	
	.fontPink{
		color: #ff4b7d;
	}
	
	
	.detail-footer {
		text-align:left!important;
	}

	
	.detail-footer .housoubi{
		position: relative;
		font-weight:bold;
		font-size: 14px;
		padding: 1px 10px;
		color: #fff;
		background: #4db0e3;
		text-align: left;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		margin: 10px 10px 0 0;
		width: 250px;
		display:inline-block;
	}
	
	.detail-footer .housoubi .btn-yoyaku{
		position: absolute;
		top: 0;
		right: 0;
		font-size: 14px;
		background: #2638c4;
		padding: 1px 10px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: block;
		color: #fff !important;
		text-decoration: none;
	}
	
	.detail-footer .housoubi .btn-yoyakusumi{
		position: absolute;
		top: 0;
		right: 0;
		font-size: 14px;
		background: #ff2d95;
		padding: 1px 10px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: block;
		color: #fff !important;
		text-decoration: none;
	}
	
	.btn-kinou{
		background: #f7b3b4;
		width: 200px;
		padding: 1px 0 ;
		text-align: center;
		color: #e50113;
		position: relative;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		font-weight: bold;
		display:inline-block;
		margin: 0 10px;
		font-size: 14px;
		text-decoration: none;
	}
	
	.btn-kinou:before{
		content: "◀";
		color: #e50113;
		position: absolute;
		
		left: 10px;
		top: 2px;
	}
	
	.btn-ashita{
		background: #f7b3b4;
		width: 200px;
		padding: 1px 0 ;
		text-align: center;
		color: #e50113;
		position: relative;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		font-weight: bold;
		display:inline-block;
		font-size: 14px;
		text-decoration: none;
	}
	
	.btn-ashita:after{
		content: "▶";
		color: #e50113;
		position: absolute;
	    right: 10px;
		top: 2px;
	}
	
	
		.btn-share{
		background: #2968ba;
		width: 280px;
		padding: 1px 0 ;
		text-align: center;
		color: #fff;
		position: relative;
		border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
		font-weight: bold;
		display:inline-block;
		font-size: 24px;
		text-decoration: none;
			margin:0 5px 10px;
	}
	
	.btn-share:after{
		content: "▶";
		font-size: 18px;
		color: #fff;
		position: absolute;
	    right: 12px;
		top: 8px;
		
	}
	
	
		.btn-share-facebook{
		background: #3b5998;
		width: 260px;
		padding: 1px 0 ;
		text-align: center;
		color: #fff;
		position: relative;
		border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
		font-weight: bold;
		display:inline-block;
		font-size: 18px;
		text-decoration: none;
			margin:0 5px 10px;
	}
	
	.btn-share-facebook:after{
		content: "▶";
		font-size: 13px;
		color: #fff;
		position: absolute;
	    right: 13px;
		top: 7px;
		
	}
	
	
	
		.btn-share-twitter{
		background: #05abee;
		width: 260px;
		padding: 1px 0 ;
		text-align: center;
		color: #fff;
		position: relative;
		border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
		font-weight: bold;
		display:inline-block;
		font-size: 18px;
		text-decoration: none;
			margin:0 5px 10px;
	}
	
	.btn-share-twitter:after{
		content: "▶";
		font-size: 13px;
		color: #fff;
		position: absolute;
	    right: 13px;
		top: 7px;
		
	}
	
	
	
	
	
	
		
	.btn-share-facebook02{
		background: #3b5998;
		width: 150px;
		padding: 1px 0 ;
		text-align: center;
		color: #fff;
		position: relative;
		border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
		font-weight: bold;
		display:inline-block;
		font-size: 14px;
		text-decoration: none;
			margin:0 5px 10px;
	}
	
	
		
		.btn-share-twitter02{
		background: #05abee;
		width: 150px;
		padding: 1px 0 ;
		text-align: center;
		color: #fff;
		position: relative;
		border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
		font-weight: bold;
		display:inline-block;
		font-size: 14px;
		text-decoration: none;
			margin:0 5px 10px;
	}
	
	
	.btn-share-hatena{
		background: #1589cc;
		width: 150px;
		padding: 1px 0 ;
		text-align: center;
		color: #fff;
		position: relative;
		border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
		font-weight: bold;
		display:inline-block;
		font-size: 14px;
		text-decoration: none;
			margin:0 5px 10px;
	}
	
	.btn-share-hatena span{
		font-size: 14px;
		background: url("../img/logo_hatena.svg") center left no-repeat;
		background-size:12px auto; 
		padding: 0 0 0 20px;
	}
	
	
	.btn-share-line{
		background: #3aae36;
		width: 150px;
		padding: 1px 0 ;
		text-align: center;
		color: #fff;
		position: relative;
		border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
		font-weight: bold;
		display:inline-block;
		font-size: 14px;
		text-decoration: none;
			margin:0 5px 10px;
	}
	
	.btn-share-line span{
		font-size: 14px;
		background: url("../img/logo_line.svg") center left no-repeat;
		background-size:14px auto; 
		padding: 0 0 0 20px;
	}
	
	
	
	
	.btn-boxA{
		padding: 20px 0 30px;
	}
	
	.movie-btn{
		padding: 30px 0 0;
	}
		.btn-doriru{
		background: #e50113;
		width: 280px;
		padding: 6px 0 ;
		text-align: center;
		color: #fff;
		position: relative;
		border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
		font-weight: bold;
		display:inline-block;
		font-size: 20px;
		text-decoration: none;
		margin:0 5px 10px;
	}
	
	.btn-doriru:after{
		content: "▼";
		font-size: 18px;
		color: #fff;
		position: absolute;
	    right: 12px;
		top: 8px;
	}
	
	.btn-download{
		background: #f00;
		text-align: center;
		color: #fff;
		padding: 1px;
		width:220px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: table-cell;
		font-size: 16px;
		text-decoration: none;
		font-weight: bold;
		margin: 10px auto 0;
		display: block;
		position: relative;
	}
	
	.btn-download:after{
		content: "▼";
		font-size: 12px;
		color: #fff;
		position: absolute;
	    right: 12px;
		top: 6px;
	}
	
	
	.btn-downloadB{
		background: #f00;
		text-align: center;
		color: #fff;
		padding: 1px;
		width:350px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: table-cell;
		font-size: 22px;
		text-decoration: none;
		font-weight: bold;
		margin: 10px auto 0;
		display: block;
		position: relative;
	}
	
	.btn-downloadB:after{
		content: "▼";
		font-size: 12px;
		color: #fff;
		position: absolute;
	    right: 15px;
		top: 12px;
	}
	
	
	.btn-downloadC{
		background: #f00;
		text-align: center;
		color: #fff;
		padding: 1px;
		width:300px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: table-cell;
		font-size: 15px;
		text-decoration: none;
		font-weight: bold;
		margin: 10px auto 0;
		display: block;
		position: relative;
	}
	
	.btn-downloadC:after{
		content: "▼";
		font-size: 12px;
		color: #fff;
		position: absolute;
	    right: 12px;
		top: 6px;
	}
	
	
	
	.btn-oubo{
		background: #2968ba;
		text-align: center;
		color: #fff;
		padding: 1px;
		width:350px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: table-cell;
		font-size: 22px;
		text-decoration: none;
		font-weight: bold;
		margin: 10px auto 0;
		display: block;
		position: relative;
	}
	
	.btn-oubo:after{
		content: "▶";
		font-size: 12px;
		color: #fff;
		position: absolute;
	    right: 15px;
		top: 12px;
	}
	
	
	.btn-none{
		pointer-events: none;
		filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
	}
	
	
	
	.btn-box{
		padding: 0 0 30px;
	}
	
	
	.ttl-q{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	
	.ttl-q span{
		font-size: 13px;
		padding: 0 0 0 10px;
	}
	
	
	
	.quiz-list{
		overflow: hidden;
	}
	.quiz-list li{
		float: left;
		padding: 0 45px 60px;
	}
	
	.quiz-list li:first-child{
		width: 100%;
		box-sizing: border-box;
		
	}
	
	
	.icon-live{
		display: table-cell;
		padding: 15px 0 0;
	}
	
	.aqua-txt{
		display: table-cell;
		vertical-align: top;
		padding: 15px 0 0 20px;
		text-align: center !important;
	}
	
	.aqua-map{
		margin: 0 0 30px;
	}
	.aqua-map .inner-box{
		width: 100%;
		text-align:center;
		padding:0 0 20px;
	}
	
	.aqua-map .inner-box-add{
		display: table-cell;
		vertical-align: top;
		width: 400px;
		text-align: left;
		padding:0 0 0 0;
		font-size: 13px;
	}
	
	.aqua-map .inner-box-add p{
		font-size: 12px;
		padding: 0 0 10px;
	}
	
	
	
	.sakana-txt01{
		margin:0px 0 20px;
	}
	
	.sakana-txt01 .sakana-inner-left{
		display: table-cell;
	}
	
	.sakana-txt01 .sakana-inner-right{
		display: table-cell;
		color: #ff6577;
		font-size: 28px;
		font-weight: bold;
		vertical-align: top;
		line-height: 1.5;
		text-align: left;
		padding: 0 0 0;
	}
	
	.sakana-txt02{
		margin: 0 0 30px;
	}
	
	.sakana-txt02 .sakana-inner-right{
		display: table-cell;
		padding: 0 0 0 30px;
	}
	
	.sakana-txt02 .sakana-inner-left{
		display: table-cell;
		color: #ff6577;
		font-size: 28px;
		font-weight: bold;
		vertical-align: top;
		line-height: 1.5;
		padding: 20px 0 0;
	}
	
	.sakana-hashtag{
		font-weight: bold;
		font-size: 18px;
		margin: 0 0 20px; 
	}
	
	.drill-list{
		overflow: hidden;
		margin: 30px 0 0;
	}
	.drill-list li{
		float: left;
		width: 50%;
		padding: 0 30px 100px;
		box-sizing: border-box;
	}
	
	.drill-list li .imgBox{
		text-align: center;
	}
	
	.drill-list li .txtBox{
		padding:0 0 0;
		text-align: left;
	}
	
	.drill-list li .txtBox .ttl{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
		margin: 0 0 10px;
	}
	
	.drill-list li P{
		height: 100px;
		font-size: 13px;
	}
	
	
	.drill-list li .icon-boxB{
		text-align:center !important;
		padding: 0 0 20px;
	}
	
	.drill-list li .icon-boxB div{
		font-size: 11px;
	}
	
	
	
	table.sakana-list{
		margin: 10px 0 30px;
	}
	table.sakana-list td{
		border: 1px solid #ddd;
		padding: 15px;
		text-align: left;
	}
	
	.table-ttl{
		width: 100px;
	}
	
	.sakana-theme{
		border: 5px solid #4db0e3;
		padding: 20px 20px 10px;
		margin: 20px 0 50px;
		background: #fff;
		border-radius:20px;
-webkit-border-radius:20px;
-moz-border-radius: 20px;
	}
	
	.sakana-theme h4{
		font-size: 30px;
		color: #4db0e3;
	}
	
	.sakana-theme h5{
		font-size: 22px;
	}
	

	.listB .txtBox{
		text-align: left !important;
	}
	
	.listB .postTitle{
		font-size:15px !important;
	}
	
	
	.dance-ttl{
		font-size:15px !important;
	}
	
	.quiz-box{
		background:url("../img/quize_bg.png") top center no-repeat;
	}
	
	
	.quiz-boxB{
		text-align: left;
	}
	
	
	.quiz-boxB .quiz-inner{
		padding:30px;
		border: 5px solid #4db0e3;
		margin: 0 0 30px;
		border-radius:20px;
-webkit-border-radius:20px;
-moz-border-radius: 20px;
		position: relative;
		
	}
	
	
	.quize-chara01{
		position: absolute;
		top:100px;
		right: 40px;
		z-index: 9;
	}
	
	.quize-chara02{
		position: absolute;
		top:150px;
		right:40px;
		z-index: 9;
	}
	
	
	.quize-chara03{
		position: absolute;
		top:290px;
		right:40px;
		z-index: 9;
	}
	
	
	.quize-chara04{
		position: absolute;
		bottom:200px;
		right:40px;
		z-index: 9;
	}
	
	
	
	.quiz-boxB .quiz-inner .exsample{
		padding:15px 15px 15px 50px;
		background: #fffeb7;
		margin: 0 0 20px;
		border: 2px dashed #ddd;
		position: relative;
	}
	
	.quiz-boxB .quiz-inner .exsample:before{
		content: "例）";
		font-weight: bold;
		position: absolute;
		top:15px;
		left:15px;
		
	}
	
	
	.quiz-boxB .quiz-inner h3{
		padding:5px 20px;
		margin: 0 0 20px;
		background: #4db0e3;
		color: #fff;
		border-radius:6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
		text-align: center;
	}
	
	
	.font-pink{
		color:#ff6577 ;
	}
	.font-blue{
		color:#4db0e3 ;
	}
	
	
	.live{
		width: 46.7% !important;
	}
	
	.cm-txt .label-box{
		margin: -10px 0 8px;
		text-align: left !important;
	}
	
	.live .postTitle{
		height: 70px !important;
	}
	
	
	
	.cm-txt .postTitle{
		text-align:left !important;
		font-size: 15px !important;
	}
	
	
	
	.aqua-txt .label-box{
		margin: -10px 0 8px;
		text-align: left !important;
	}
	
	
	
	
	
	.aqua-txt .postTitle{
		text-align:left !important;
		font-size: 15px !important;
	}
	
	
	
	.twitter-box{
		width: 650px;
		margin: 0 auto 20px;
		overflow: auto;
		height: 1000px;
	}
	
	
		
	p.twitter-box-txt{
		margin: 10px 0 15px;
		padding: 0;
		font-size: 17px !important;
		font-weight: bold;
	}
	
	
	.sakana-kekka{
		padding: 0 0 50px;
	}
	
	.sakana-kekka p{
		font-size: 26px;
		color: #45aee5;
		font-weight: bold;
		
	}

	
	
/*

listBox
-----------------------------------*/
	
	.listBox{
		width: 103%;
		overflow: hidden;
	}
	
	.postNew{
		width: 30%;
		float: left;
		margin: 0 3.3% 3% 0;
		position: relative;
		z-index: 99;
		
	}
	
	.postNew:nth-of-type(3){
		margin: 0 3.3% 4% 0;
	}
	
	.postNew__col2{
		width: 63.3%;
		float: left;
		margin: 0 0 3% 0;
		position: relative;
		z-index: 99;
		
	}
	
	
	
	.postNew .photoBox {
		position: relative;
	}
	
	.postNew .photoBox img{
		width: 100%;
		height: auto;
		padding:0;
	}
	
	.postNew .photoBox .icon-new{
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
	}
	
	.postNew .photoBox .icon-ch{
		width: 63px;
		height: 26px;
		position: absolute;
		top: -5px;
		left: 0;
		z-index: 99;
	}
	
	.postNew .photoBox .icon-housoutyu{
		width: 52px;
		height: 44px;
		position: absolute;
		bottom: 14px;
		left: 8px;
		z-index: 99;
	}
	
	.postNew a{
		text-decoration: none;
		display: inline-block;
		-webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
	}
	
	.postNew .txtBox{
		margin: 10px 0 0;
		text-align:center;
	}
	
	.postNew .txtBox p{
		padding: 10px 0 0;
		font-size: 12px;
		line-height: 1.6;
	}
	
	.postNew .postTitle{
		font-size: 16px;
		line-height: 1.3;
		margin:0 0 0;
		height: 40px;
		font-weight:bold;
	}
	
	.postNew .sub-ttl{
		font-weight:bold;
		font-size: 12px;
		height: 25px;
	}
	
	.postNew .sub-ttlB{
		font-weight:bold;
		font-size: 12px;
		height: 40px;
		margin: -20px 0 0;
	}
	
	.postNew .hashtag{
		font-weight:bold;
		font-size: 12px;
		color: #2094fe;
	}
	
	.postNew .housoubi{
		position: relative;
		font-weight:bold;
		font-size: 12px;
		padding: 3px 10px;
		color: #fff;
		background: #4db0e3;
		text-align: center;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		margin: 10px 0 0;
		
	}
	
	.postNew .housoubi .btn-yoyaku{
		position: absolute;
		top: 0;
		right: 0;
		font-size: 12px;
		background: #2638c4;
		padding: 3px 7px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: block;
		color: #fff !important;
	}
	
	.postNew .housoubi .btn-yoyakusumi{
		position: absolute;
		top: 0;
		right: 0;
		font-size: 12px;
		background: #ff2d95;
		padding: 3px 7px;
		border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
		display: block;
		color: #fff !important;
	}
	
	.postNew .link{
		line-height:1.4;
		font-size: 14px;
		margin: 15px 0 0;
	}
	
	.postNew .link a{
		font-weight:bold;
		font-size: 14px;
		color: #2094fe;
		margin: 5px 0 0;
		text-decoration: underline;
	}
	
	
	.postNew .font-g{
		color:#5eb969;
	font-size:14px;
	}
	
	
	.postNew .iconA a{
		padding: 2px 10px;
		text-align: center;
		font-size: 10px;
		color: #fff;
		background: #5eb969;
		font-weight: bold;
		margin:15px 0 0;
		pointer-events: none;
	}
	
	
	.postNew .iconB a{
		padding: 2px 10px;
		text-align: center;
		font-size: 10px;
		color: #fff;
		background: #ff9b0c;
		font-weight: bold;
		margin:15px 0 0;
		pointer-events: none;
	}

	
	.col01{
		width: 309px;
		margin: 0 auto;
	}
	
	
	.col02{
		width: 700px;
		margin: 0 auto;
	}
	
	.col01 .postNew{
		width: 100% !important;
		margin: 0 0 0 -18px;
	}
	
	.col02 .postNew{
		width: 48% !important;
		margin: 0 1% 3%;
	}
	

		.ill-box {
		margin: 0 0 40px;
	}
	
	.ill-box h4{
		border-bottom: 2px solid #ddd;
		margin:0 0 15px;
		padding: 0 0 10px;
	}
	
	.ill-box .inner{
		display: table;
		margin:  0 0 10px;
	}

	.ill-box-left{
		display: table-cell;
		background: #0068b7;
		color: #fff;
		vertical-align: middle;
		font-weight: bold;
		width: 60px;
		font-size: 12px;
	}
	
	.ill-box-right{
		display: table-cell;
		padding: 0 0 0 20px;
	}
	
	.ill-box-right p{
		padding: 0;
	}
	
	.nolink{
		filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
		display: block;
	}
	
	.nolink a{
		pointer-events:none;
		
	}



	.boxA{
		border: 1px solid #ddd;
		padding: 20px;
		text-align: left;
		font-size: 12px;
	}
	
	.aquarium{
		overflow: hidden;
	}
	
	.aquarium .postTitle{
		font-size: 13px;
	}
	
	.imgBox{
		position: relative;
	}
	
	.icon_label{
		color: #fff;
		background: #0068b7;
		padding: 5px 12px;
		font-size: 12px;
		font-weight: bold;
	}
	
	
/*

NEWS
-----------------------------------*/

.newsInner{
	padding:25px 25px 15px 35px;
	overflow:hidden;
}

	#news{
		background:#faf7f5;
		margin: 0px 0 0px;
	}	

#news .newsTop-ttl{
	display: table-cell;
	width:80px;
	padding:1px 0;
	font-weight:bold;
	vertical-align: top;
	color: #5fba6a;
	font-size: 14px;
}

#news .newsTop-box{
	display: table-cell;
	padding:0 0 0 40px;
	border-left:1px solid #ddd;
	overflow:hidden;
}


.newsTop-box li{
	overflow:hidden;
	line-height:1.3;
	padding:5px 0;
	font-size: 14px;
}
	
	

.newsLeft{
	display: table-cell;
	font-size: 14px;
	width: 130px;
}


.newsRight{
	display: table-cell;
	padding: 0 0 5px 0px;
}


.newsRight a{
	text-decoration:none;
	font-size: 15px !important;
}



/*
.btnNews a{
	position:absolute;
	top:19px;
	left:90px;
	color:#00a0e9 !important;
	text-decoration:none;
	display:block;
}

.btnNews a:hover{
	text-decoration:none;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-moz-transition: .3s;
   -webkit-transition: .3s;
   -o-transition: .3s;
   -ms-transition: .3s;
   transition: .3s;
}


.btnNews a i{
	font-size:10px;
}
*/

.newsTop-box a{
	display:block;
	overflow:hidden;
	font-size: 16px;
}

.newsTop-box a:hover{
	text-decoration:none;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-moz-transition: .3s;
   -webkit-transition: .3s;
   -o-transition: .3s;
   -ms-transition: .3s;
   transition: .3s;
}


	
.newsList-box li{
	overflow:hidden;
	line-height:1.3;
	padding:15px 0;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}	
	
	
	.newsList-box{
		padding: 0 0 10px;
	}	

.newsList-box a{
	display:block;
	overflow:hidden;
	font-size: 16px;
}

.newsList-box a:hover{
	text-decoration:none;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-moz-transition: .3s;
   -webkit-transition: .3s;
   -o-transition: .3s;
   -ms-transition: .3s;
   transition: .3s;
}

	
	.openArea{
		margin: 0 0 0;
		display: none;
	}	
	

	
	
	
	
/*

2nd
-----------------------------------*/

	
	.pageNavi{
	overflow:hidden;
	margin:20px 0 50px;
	clear:both;
	text-align:center;
		position: relative;
		z-index: 3;
}

.pageNavi span.current{
	background: #5fba6a;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	padding:20px 20px;
	margin:0 10px 0 0;
	line-height:3.0;
	font-size:1.3em;
}

.pageNavi a{
	background:#ccc;
	color:#fff;
	width:40px;
	height:40px;
	text-align:center;
	vertical-align:middle;
	padding:20px 20px;
	margin:0 10px 0 0;
	line-height:1.1;
	text-decoration:none;
	font-size:1.3em;
}

.pageNavi a:hover{
	text-decoration:none !important;
	background: #5fba6a;
}
	
	
	
	

	
	
#detail{
		background:#faf7f5;
		padding: 70px 55px 25px;
		position: relative;
		margin: 0 0 0;
		min-height: 150px;
	z-index: 1;
	}
	
#detail h2{
	font-size:28px;
	line-height:1.0;
	padding:0 0 8px; 
	font-weight:bold;
	color:#5fba6a;
	margin:0 0 30px;
	line-height: 1.5;
	}
	
	#detail h3{
		font-size: 20px;
		border-bottom: 1px solid #ccc;
		padding: 0 0 5px;
		margin:10px 0 20px;
	}
	
	
	
	#detail p{
		font-size: 16px;
		padding: 0 0 30px;
	}
	
	#detail .day{
		font-size: 16px;
		font-weight: bold;
	}
	
	#detail img{
		padding: 0 0 30px;
	}
	
	

	
	blockquote {
	background:#fff;
	padding:15px 20px 0;
	margin:0 5px 30px;
	border:1px solid #ccc;
}
	
	.imgBox{
		overflow: hidden;
	}
	
	#detail .leftBoxC{
		width: 49%;
		float: left;
	}
	
	#detail .rightBoxC{
		width: 49%;
		float: right;
	}
	
	
	#detail ul.iinn{
		width: 101%;
		overflow: hidden;
	}
	
	#detail ul.iinn li{
		float: left;
		width: 19%;
		text-align: center;
		margin: 0 1% 30px 0;
		

	}
	
	#detail ul.iinn li img{
		width: 100%;
		height: auto;
		padding: 0 0 0px !important;
	}
	
	#detail ul.iinn{
		overflow: hidden;
		padding: 0 0 10px;
	}
	
	#detail ul.iinn li h3{
		font-weight: bold;
		
		padding:0 0 10px;
		font-size: 16px;
		line-height: 1.4;
		border-bottom:none !important;
	}
	
	#detail ul.iinn li h3 span{
		font-size: 10px;
		font-weight: 500;
		line-height: 1.6 !important;
		display: block;
	}
	
	.icon-news{
		background: #5fba6a;
		font-size: 12px;
		padding: 5px 15px;
		margin: 0 10px 0 0;
		color: #fff;
		text-align: center;
		font-weight: bold !important;
		/*border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;*/
	}
	
	.icon-event{
		background: #ff9b0c;
		font-size: 12px;
		padding: 5px 15px;
		margin: 0 10px 0 0;
		color: #fff;
		text-align: center;
		font-weight: bold !important;
	}
	
	
	
	#detail h4 {
  position: relative;
		width: 400px;
		margin:-20px auto 10px;
  text-align: center;
	}
	
	
	#detail h4 span {
	color: #5fba6a;
	font-size: 24px;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
 background:#faf7f5;
  text-align: left;
	letter-spacing: 0.2em;
}

	
#detail h4::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color:#5fba6a;
}
	
	#detail table.mail{
		margin: -20px 0 10px;
		width: 600px;
	}
	
	#detail table.mail td{
		border: 1px solid #ddd;
		padding: 10px;
		background: #eee;
		font-size: 16px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	div.ttlA{
	background:#5fba6a;
	color:#fff;
	padding:2px 15px !important;
	font-weight:bold;
	margin:0 0 15px;
}
	
	
	
	
	
	




	

	
/*

btn
-----------------------------------*/

.btnA a{
	width:320px;
	padding:10px 0;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	background:#5bb972 url(../img/icon03.png) center right 6px no-repeat;
	background-size:20px auto; 
	color:#fff;
	margin:0 auto 40px;
}


.btnA a:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


.btnB a{
	width:300px;
	padding:10px 0;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	background:#5bb972 url(../img/icon03.png) center right 6px no-repeat;
	background-size:20px auto; 
	color:#fff;
	margin:50px auto 10px;
}


.btnB a:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
	

	
	
	

/*

MODAL
-----------------------------------*/	
/* モーダルウィンドウのスタイル */
.modal {
  position:fixed;
  width:100%;
  height:100vh;
  top:0;
  left:0;
  display:none;
	z-index:9999;
}
 
/* オーバーレイのスタイル */
.overLay {
  position:absolute;
  top:0;
  left:0;
  background:rgba(0,0,0,0.7);
  width:100%;
  height:120vh;
  z-index:99999;
}
 
/* モーダルウィンドウの中身のスタイル */
.modal .inner {
  position:absolute;
  z-index:11;
	width: 900px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
	z-index: 999999;
}	
	

	
	.iinkaiContainer{
		width: 900px;
		background: #fff;
		
	}
	
	.iinkaiContainer .innerBox{
		padding:30px 40px;
	}
	
	.modalClose{
		position: absolute;
		top: -40px;
		right: -40px;
	}
	
	.modalClose img{
		width: 30px;
		height: auto;
	}
	

	.modalBoxA{
		padding: 0 0 0px;
		margin:0 0 20px;
		border-bottom: 1px solid #5fba6a;
	}
	
	.modalBoxA .leftBox{
		display: table-cell;
		padding: 0 20px 0 0;
	}
	
	.modalBoxA .leftBox img{
		width: 110px;
		height: auto;
	}
	
	.modalBoxA .rightBox{
		display: table-cell;
		vertical-align: middle;
		padding: 10px 0 0;
		
	}
	
	.modalBoxA h3{
		font-size: 24px;
		font-weight: bold;
		color: #5fba6a;
		line-height: 1.6;
	}
	
	.modalBoxA .rightBox p{
		font-size: 14px;
	}
	
	
	.modalBoxB .leftBoxB{
		display: table-cell;
		vertical-align:top;
		padding: 0 20px 0 0;
		width: 500px;
	}
	
	
	.modalBoxB .rightBoxB{
		display: table-cell;
		padding: 10px 0 0;
		text-align: center;
		
	}
	.modalBoxB .rightBoxB .modalName{
		font-size: 11px;
		line-height: 1.4;
		text-align: center;
		margin: 10px 0;
	}
	
	.modalBoxB .rightBoxB .modalTxt{
		font-size: 10px;
		text-align: left;
		padding: 0 0:
	}
	.modalBoxB .rightBoxB .modalName span{
		font-size: 20px;
		line-height: 3.4 !important;
		font-weight: bold;
	}
	
	
	
	.modalBoxB .leftBoxB h4{
		font-size: 22px;
		font-weight: bold;
		color: #5fba6a;
		line-height: 1.6;
		margin: 0 0 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid #5fba6a;
	}
	
	.modalBoxB .leftBoxB p{
		font-size: 16px;
	}
	
	
	

/*

ASIDE
------------------*/

main {
    position: relative;
    z-index: 1;
}
aside{
    display: none;
    box-sizing: border-box;
    width:400px;
    height: 100%;
    padding: 60px 15px 15px;
    background: #000;
    line-height: 42px;
    text-align: center;
    position:fixed;
    top: 0;
    right:0;
    z-index: 2;
}

aside a:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-moz-transition: .3s;
   -webkit-transition: .3s;
   -o-transition: .3s;
   -ms-transition: .3s;
   transition: .3s;
}



figure {
    max-width: 320px;
    margin: 20px auto;
}
figure img {
    max-width: 100%;
    margin-bottom: 10px;
}
#menuButton {
    display: block;
    width: 40px;
    height:10px;
    position:fixed;
    top: 20px;
    left: 20px;
    z-index:9995;
	padding:27px 12px;
	background: #0068b7;
	cursor: pointer;
	border-radius:100px;
-webkit-border-radius:100px;
-moz-border-radius:100px;
	border: 6px solid #fffaf5;
}
#menuButton span {
    display: block;
    background: #fff;
    width: 32px;
    height: 2px;
    position: absolute;
    left: 16px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span:first-child {
    top: 20px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 20px;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -moz-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
}


.fsS{font-size:11px;}
.fsLL{font-size:18px !important}


.fontYellow{
	color:#fff601;
	font-size:20px;
}

.fontGreen{
	color:#00962a;
	font-size:20px;
}





.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


}

@media all and (min-width: 768px) and (max-width: 989px) {
}