@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "YuGothic-M";
	font-weight: normal;
	 src: local("YuGothic-Medium"),
		  local("Yu Gothic Medium"),
		  local("YuGothic-Regular");
}

@font-face {
	font-family: "YuGothic-M";
	font-weight: bold;
	 src: local("YoGothic-Bold"),
		  local("Yu Gothic");
}
html{
	height:100%;

}
body {
	font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	position:relative;
	height:100%;

}
.clear{
	clear:both;
}
.text-center{
	text-align:center;
}
.ss{
	display: block;
	height: 350px;
	overflow: hidden;
}
#main{
	height:100%;
	display:none;
}

#loading {

	position:absolute;
	top: 50px;
  left: 0;right: 0;
  margin: auto;
  width: 45px;
  height: 45px;
	text-align:center;
	color:#969393;

/*	display:none;*/
}

#header{position:relative;}
#header > a > img{
	margin:1%;
}
#sns{
	position:absolute;
	right:3%;
	text-align:right;
	width:50%;
}

#header img{
	width:8%;
}

@media only screen and (max-width : 825px) {
	#header img{
		width:15%;
	}
}
#sns img{
	margin:0 1%;
}



/* top */
#top{
	margin:0;
	width:100%;
	height:500px;
	position:relative;
	overflow:hidden;

}
#top_bg{
	position:absolute;top:0;left:0;
	width:100%;

	
}
#top_bg img{
	width:100%;
}
#portal_logo{
	z-index:4;
	position:absolute;
	top:-40px;
	left:0;
	width:100%;
	display:none;
}

#top_chara{
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	width:100%;
}
#top_chara > img{
	z-index:3;
	position:absolute;
	top:-10px;
	left:0;
	width:100%;

	opacity: 0;
	
}






.lineup_btn{
	position:absolute;
}
#player{
	width:100%;
	z-index:1;
	position: absolute; left: 0; top: 0;
}
#top_sp_img{
	width:100%;

}
#top_mask{
	width:100%;
	top:0;
	position:absolute;
	z-index:2;
	background-image: url(img/move_filter.png);
	background-repeat: repeat;


}
#top_mask_gradient{
	width:100%;
	position:absolute;
	top:50%;
	margin: 0 auto;
	z-index:4;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,1) 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 60%, rgba(255,255,255,1) 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 60%, rgba(255,255,255,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	
}
#series_links{
	max-width:960px; 
	position:absolute;/* topはJS内で設定 */
	left:0;
	right:0;
	top:500px;
	z-index:5;
	margin:0 auto;

}

#series_links div{
	display:inline-block;
	margin: 0 auto;  
	text-align:center;
	width:30%;


}
#series_links a img{
	border:0;
	width:100%;
}


/*information*/
#info{
	max-width:960px; 
	margin: 0 auto 5% auto;
}


#info_header{
	position:relative;
	padding-top:3%;
	width: 100%;
}
#info_header img{
	vertical-align:bottom;
	width: 100%;
}
#info_body{
	background-image: url(img/info_b.png);
	background-repeat: repeat-y;
	background-size: 100%;
}
#info_body .visible-xs,
#info_body .visible-sm{
	height:15px;
}
#info_footer{
	width: 100%;
}
#info_footer img{
	vertical-align:top;
	width: 100%;
}

#news_body{
	overflow:auto;
	width:99%;
	padding-left:10px;
	padding-top:10px;

	height:250px;
}
#twitter_body{
	width:99%;
	padding-left:10px;
	height:250px;
}
.twitter iframe {
  width: 100% !important;
}
@media (max-width: 350px) {
/* twitter */
.twitter-timeline {font-family:width:280px!important; }
}
#news hr{

 height: 2px;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 50%, 1),
    hsla(0, 0%, 50%, 1) 33.33%,
    hsla(0, 0%, 50%, 0) 33.33%,
    hsla(0, 0%, 50%, 0) 100%);
  background-size: 3px 100%;
  width: 70%;

	margin:1px auto;
}
.news_article {
	padding:6px 12px;
	font-size:18px;
}
.news_date{
	font-weight:bold;
}

#cat{
	width:19.55%;
	top:0%;
	right:5%;
	position:absolute;

}
#cat img{
	width:100%;
}

@media only screen and (max-width : 825px) {
	#cat img{display: none;}
}

#news,#twitter{
	float: left;
}


.window_body{
	background-image: url(img/window_b.png);
	background-repeat: repeat-y;
	background-size: 100%;

}

.window_header{
	position:relative;
	background-image:url("img/window_a.png");
	background-size:100%;
	background-repeat:no-repeat;
	text-align:center;
}
.window_header img{
	vertical-align:bottom;
	width:30%;
	margin:10px auto;
	

}

.window_footer img{
	vertical-align:top;
	width:100%;

}


/* line up */
#lineup{
	width:100%;
	background-color:#000147;
	overflow: visible;
	color:#fff;
	position: relative;
}


#lineup_img{
	position:absolute;
	top:0.5%;
	left:0.5%;
	width:25%;
	z-index:2;
	
}

#lineup_img img{
	width:80%;
}
#lineup_img_sp {
  text-align:center;
  margin-bottom:5px;

}
#lineup_img_sp img{
	width:50%;
}.skew {
  transform: skewY(-5deg);
	-webkit-transform: skewY(-5deg);
	-moz-transform: skewY(-5deg);
  transform-origin: top right;
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
    position:relative;

}
.skew_mask {
  overflow: hidden;
	
}
.skew_img {
  transform: skewY(5deg);
	-webkit-transform: skewY(5deg);
	-moz-transform: skewY(5deg);
  transform-origin: top right;
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
  width:100%;
  z-index:5;

}

.btn{
	position:absolute;
	z-index:10;
	transform: skewY(5deg);
	-webkit-transform: skewY(5deg);
	-moz-transform: skewY(5deg);

	font-size: 200%;
	padding: 2% 10%;
	cursor: pointer;
	text-shadow: 2px 3px 0 rgba(0,0,0,0.3);
	box-shadow:3px 3px 3px #555;
}

@media only screen and (max-width : 475px) {
	.btn{
		font-size: 100%;
		padding: 1% 10%;
	}
}



#s1_btn{right:5%;top:80%;}
#s1_btn,#s1_detail .links .official-site li , #s1_detail .links .dl-site-category .dl-site li{	
	background-color:#3e9580;}


#s2_btn{left:5%;top:75%;}
#s2_btn,#s2_detail .links .official-site li , #s2_detail .links .dl-site-category .dl-site li{	
	background-color:#3e9095;}


#s3_btn{right:5%;top:80%;}
#s3_btn,#s3_detail .links .official-site li , #s3_detail .links .dl-site-category .dl-site li{	
	background-color:#4aa5c4;}


#s4_btn{left:5%;top:75%;}
#s4_btn,#s4_detail .links .official-site li , #s4_detail .links .dl-site-category .dl-site li{	
	background-color:#4a87c4;}


#s5_btn{right:5%;top:80%;}
#s5_btn,#s5_detail .links .official-site li , #s5_detail .links .dl-site-category .dl-site li{	
	background-color:#4a7bc4;}


#s6_btn{left:5%;top:75%;}
#s6_btn,#s6_detail .links .official-site li , #s6_detail .links .dl-site-category .dl-site li{	
	background-color:#f49b00;}


#s7_btn{right:5%;top:75%;}
#s7_btn,#s7_detail .links .official-site li , #s7_detail .links .dl-site-category .dl-site li{	
	background-color:#af40fe;}

#s8_btn{left:5%;top:75%;}
#s8_btn,#s8_detail .links .official-site li , #s8_detail .links .dl-site-category .dl-site li{	
	background-color:#0d254f;}



/* topに戻るボタン */
#page-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
	z-index:4;
  width: 150px;

}
@media only screen and (max-width : 825px) {
	#page-top{
		width: 25%;
	}
}

#page-top a {
    display: block;
		opacity:0.9;
}
#page-top a:hover {
    text-decoration: none;
		opacity:0.5;
}
#page-top a img{
		opacity:0.9;
}

/*第2階層*/
#detail_mask{
  position:fixed;top:0;left:0;
  width:100%;
  height:100%;
  display:none;
  z-index:5;
  background: rgba(255,255,255,0.8);
  overflow: auto;

}

.detail{
	z-index:6;
	display:none;
	width:100%;
	height:100%;
	margin:auto;

	background-size :cover;
	background-repeat: no-repeat;
	background-attachment : scroll;
	-webkit-overflow-scrolling: touch;
}
.detail_bg{
	width:100%;
}




.links{
	background-color:#000;
	color:#fff;
	background: rgba(0,0,0,0.5);

	width:35%;
	padding:0 1%; 
  position:absolute;
	height:auto;
}
ul{
	padding: 0;
	margin:0;
        text-align: center;

}
li{
	list-style-type: none; 
	padding: 0;
	margin:0;
}
.official-site{
	text-align:center;
	width:100%;
	overflow: hidden;
}
.links_h{
	text-align:center;
	font-size:large;
	font-weight:bold;
	letter-spacing:0.2em;
	margin-top:15px;
}
.official-site li{
		width:45%;
		margin:10px 2%;
		background-color:#006400;
		padding: 5% 0;
		color:#FFFFFF;
		display:inline-block;
		border-radius:4px;

}

.dl-site-category{
	text-align:center;
	width:100%;


	font-weight:bold;
	font-size:large;
	overflow:visible;


}
.dl-site-category li{
  width:50%;
  text-align:center;
  line-height:200%;
  display:inline-block;
  float:left;
  cursor: pointer;
	position:relative;

}
.dl-site li{
  width:90%;
  text-align:center;
  font-weight:normal;
  background-color:#FFF;
  padding: 2% 0;
  color:#FFFFFF;
  margin:2% 5%;
  font-size:15px;
  cursor: pointer;
	border-radius:4px;
	position:relative;
}
.preview{
	position:absolute;
	top:8%;left:35%;
	width:65%;
	padding:0 5%;

	display:none;

}
.preview img{
	width:100%;
}
.preview_list{

	position:absolute;
	top:75%;left:35%;
	width:65%;
}
.preview_list ul{
	width:100%;
}
.preview_list li{
	width:30%;
	margin:0 1%;
  cursor: pointer;
	float: left;
}
.cap{
		border:solid 3px #fff;
}

.s_title_logo{
	position:absolute;
	top:10%;

	display:none;
	width:40%;
}
.s_title_logo img{
	width:100%;

}
.preview_list li img{
	width:100%;
}
.close{
	position:absolute;
	top:0;right:0;
	font-size:50px;
	opacity:0.7;
	color:#fff;

}
.close-bottom{
	padding:0px 0;
  font-size: 125%;
  opacity: 0.7;
  font-weight: bold;

  cursor: pointer;
	
}
.close-bottom:hover{
	color:#000;
}
.blinking{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}



.tooltip-sugotoku,
.tooltip-smartpass{
	position:absolute;
	top:110%;
	left:-20px;
	display:none;
	background-color:red;
	z-index:5;
	text-align:left;
	margin:0;
	padding: 10px 15px ;
	width: 125%;
	background: #F6F6F6;
	color:#000;
	border: 3px solid #19283C;
	line-height:125%;

}

.tooltip-sugotoku:before,
.tooltip-smartpass:before
 {
	content: "";
	position: absolute;
	top: -8px; left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #F6F6F6 transparent;
	z-index: 0;

	cursor:default;

}
.tooltip-sugotoku:after,
.tooltip-smartpass:after {
	content: "";
	position: absolute;
	top: -12px; left: 50%;
	margin-left: -10px;
	display: block;

	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #19283C transparent;
	z-index: -1;
}