@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  -webkit-text-size-adjust:none;
}
html,
body {
  background:#000;
  color:#fff;
  font-size:16px;
  width: 100%;
  height: 100%;
  min-width: 960px;
}
a {color:#fff;}
a:hover {  text-decoration: none; }
a,img {  border:none; }
li {  list-style-type:none; }
::selection {    background:#999; }
::-moz-selection {    background:#999;  }
.noselect,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.legacy_ie {
  text-align:center;
  position: absolute;
  top: 70px;
  left:50%;
  width: 640px;
  margin-left: -320px;
  padding:10px 0;
  background:#000;
  z-index: 1000;
}
.anchor {
  display: block;
  height: 80px;
  margin-top:-80px;
}
.clear:after {
  content: " ";
  clear: both;
  display: block;
}

/*-----------------------*/
/* PAGETOP */
/*-----------------------*/
#pagetop {
  display: block;
  width: 80px;
  height: 80px;
  background:url(../img/pagetop.png) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom:0;
  display: none;
  z-index: 5000;
}
#pagetop:hover {
  opacity: 0.5;
}

/*-----------------------*/
/* LOADING */
/*-----------------------*/
#loading {
  background:url(../img/loading.gif) center center no-repeat #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  height: 100%;
  width: 100%;
}

/*-----------------------*/
/* SHARE */
/*-----------------------*/
.share {
  position: absolute;
  top: 140px;
  left: 50%;
  height: 30px;
  width: 480px;
}
.share a span {
  font-weight: bold;
}
.share a span:before {
  content: ":";
}
.share:after {
  display: block;
  content: " ";
  clear: both;
}
.share > div {
  margin-right:10px;
  height:30px;
  float: right;
}
.share > div > a {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/share.png);
  background-repeat: no-repeat;
  background-size:160px 120px;
  text-indent: -999px;
  overflow: hidden;
  float: left;
}
.share_fb {  background-position: 0 0; }
.share_tw {  background-position: -40px 0; }
.share_line {  background-position: -80px 0; }
.share_hb {  background-position: -120px 0; }
.share_fb:hover {  background-position: 0 -40px; }
.share_tw:hover {  background-position: -40px -40px; }
.share_line:hover {  background-position: -80px -40px; }
.share_hb:hover {  background-position: -120px -40px; }
.share > div > span {
  height:30px;
  width: 70px;
  overflow: hidden;
  display: block;
  float: left;
  background-image: url(../img/share.png);
  background-repeat: no-repeat;
  background-position: 0 -80px;
  background-size:160px 120px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  text-indent: 0.5em;
}
.share > div > span > a {
  color: #fff;
  text-decoration: none;
}


/*-----------------------*/
/* hover */
/*-----------------------*/
.page_game_sp .btn_video a,
#song_area ul li a,
.page_spec .spec a,
#spec a,
.page_top_story3 .images li a,
.page_top_story12 .images a,
.top_banner a,
#page_cast_over_close,
.page_cast_list li a,
.news .banner a,
.news .news5th,
.header_menu a {
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function:ease-out;
}
.page_game_sp .btn_video a:hover,
#song_area ul li a:hover,
.page_spec .spec a:hover,
#spec a:hover,
.page_top_story3 .images li a:hover,
.page_top_story12 .images a:hover,
.top_banner a:hover,
#page_cast_over_close:hover,
.page_cast_list li a:hover,
.news .banner a:hover,
.news .news5th:hover,
.header_menu a:hover {
  opacity: 0.5;
}

/*-----------------------*/
/* container */
/*-----------------------*/
#container {
  width: 100%;
  min-width: 960px;
  position: relative;
}
#container:before {
  content: " ";
  height: 50px;
  display: block;
  background:#000;
}


/*-----------------------*/
/* header */
/*-----------------------*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}
.header_menu {
  width: 100%;
  height: 50px;
  background: #1a1a1a;
  position: relative;
}
.header_menu > .inner {
  width: 100%;
  min-width: 960px;
  max-width: 1440px;
  margin:0 auto;
  position: relative;
}
.header_menu h1,
.header_menu .menu_news {
  display: block;
  height: 50px;
  position: absolute;
}
.header_menu h1 {
  top:0;
  left:0;
  width: 120px;
}
.header_menu h1 a {
  background: url(../img/menu.png?2) 0 0 no-repeat;
  display: block;
  height: 50px;
  width: 120px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.header_menu .menu_news {
  background: url(../img/menu.png?2) -719px 0 no-repeat;
  top:0;
  right:0;
  width: 110px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.header_menu .menu_news[data-news="1"] {
  background-position: -829px 0;
}
.header_menu ul {
  width: 674px;
  height: 50px;
  margin:0 auto;
}
.header_menu ul:after {
  content: " ";
  clear: both;
  display: block;
}
.header_menu li {
  display: block;
  height: 50px;
  float: left;
}
.header_menu ul a {
  display: block;
  height: 50px;
  background-image: url(../img/menu.png?2);
  background-repeat: no-repeat;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.header_menu .menu_introduction a {
  width: 169px;
  background-position: -120px 0;
}
.header_menu .menu_story a {
  width: 92px;
  background-position: -289px 0;
}
.header_menu .menu_game a {
  width: 87px;
  background-position: -381px 0;
}
.header_menu .menu_cast a {
  width: 81px;
  background-position: -468px 0;
}
.header_menu .menu_media a {
  width: 93px;
  background-position: -549px 0;
}
.header_menu .menu_spec a {
  width: 77px;
  background-position: -642px 0;
}
.header_menu .menu_introduction {
  margin-right: 15px;
}
.header_menu .menu_story {
  margin-right: 15px;
}
.header_menu .menu_game {
  margin-right: 15px;
}
.header_menu .menu_cast {
  margin-right: 15px;
}
.header_menu .menu_media {
  margin-right: 15px;
}
.header_menu .menu_spec {
}
.header_menu .menu_news {
  float: right;
}
.header_news {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 960px;
  z-index: 4000;
}
.header_news_open {
  width: 100%;
  height: 45px;
  background:url(../img/header_news_bg.png) top center repeat-x;
  position: absolute;
  top:0px;
  left: 0;
}

.header_news_open > a {
  width: 100px;
  height: 10px;
  margin:0 auto;
  display: block;
}
.header_news_open > .inner {
  width: 100%;
  min-width: 960px;
  max-width: 1440px;
  height: 35px;
  margin:0 auto;
  display: block;
  overflow: hidden;
}
.header_news_open > .inner > div {
  height: 35px;
  line-height: 45px;
  font-size: 12px;
  float: left;
}
.header_news_open > .inner > div.date {
  margin-right: 15px;
  padding-left: 15px;
}
.header_news_open > .inner > div.text {
  xwidth: 680px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header_news_open > .inner > div.text br {
  display: none;
}
.header_news_close {
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  background:url(../img/header_news_close.png) top center repeat-x;
  top:50px;
  left: 0;
}
.header_news_close a {
  width: 100px;
  height: 10px;
  display: block;
  margin: 0 auto;
}

/*-----------------------*/
/* news */
/*-----------------------*/
.news {
  width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -320px;
  background:#000;
  z-index: 6000;
}
.news .news5th {
  display: block;
  width: 280px;
  height: 123px;
  margin:0 auto;
  margin-bottom: 10px;
}
.news .news5th img {
  display: block;
  width: 280px;
  height: 123px;
}
.news .banner {
  width: 280px;
  margin:0 auto;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.news .banner li {
  margin-bottom: 10px;
}
.news .banner li,
.news .banner li a,
.news .banner li img {
  display: block;
  width: 100%;
}
.news .update {
  height: 200px;
  width: 280px;
  margin:0 auto;
}

.news .update .date,
.news .update .text {
  font-size: 12px;
  line-height: 16px;
  padding-right: 20px;
}
.news .update .date {
  margin-bottom: 6px;
}
.news .update .text {
  margin-bottom: 20px;
}


/*-----------------------*/
/* footer */
/*-----------------------*/

#song_area,
#staff,
#spec {
  display: block;
  margin: 0 auto;
  position: relative;
}
#staff {
  margin-top: 60px;
}
#spec {
  width: 960px;
  height: 320px;
}
#spec div {
  width: 480px;
  height: 320px;
  background: url(../img/spec2.png) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  text-indent: 105%;
  white-space: nowrap;
}
#spec a,
#spec a img {
  width: 480px;
  height: 220px;
  display: block;
}
#spec a {
  position: absolute;
  top: 60px;
  right: 5px;
}
#song_area {
  width: 960px;
  margin-bottom: 60px;
}
#song_area img {
  display: block;
}
#song_area ul li > img,
#song_area ul li > div {
  display: block;
  float: left;
  margin:10px;
  height: 220px;
}
#song_area ul li:after {
  content: " ";
  clear: both;
  display: block;
}
#song_area ul li > img {
  width: 220px;
}
#song_area ul li .text {
  width: 700px;
  background-image: url(../img/song_text.png);
  background-repeat: no-repeat;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
}
#song_area ul .song_op .text {
  background-position: 0 0;
  height: 158px;
}
#song_area ul .song_ed .text {
  background-position: 0 -200px;
  height: 140px;
}
#song_area ul li a {
  width: 220px;
  height: 40px;
  display: block;
  background-image: url(../img/song_btn.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
}

.footer {
  width: 100%;
  margin:0 auto;
  position: relative;
}
.footer .logos {
  width: 960px;
  height: 160px;
  margin:0 auto;
  position: relative;
}
.footer .logos .cero {
  display: block;
  position: absolute;
  top:38px;
  left:140px;
}
.footer .logos .brand {
  display: block;
  position: absolute;
  top:25px;
  left:240px;
  width: 600px;
  height: 100px;
}
.footer .logos .brand > a,
.footer .logos .brand > div {
  display: block;
  height: 100px;
  background-image:url(../img/brand.png);
  background-repeat: no-repeat;
  float: left;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.footer .logos .brand:after {
  content: " ";
  clear: both;
  display: block;
}
.footer .logos .brand .mages {
  width: 163px;
  background-position: 0 0;
}
.footer .logos .brand .chiyost {
  width: 105px;
  background-position: -163px 0;
}
.footer .logos .brand .fpb {
  width: 105px;
  background-position: -268px 0;
}
.footer .logos .brand .sat {
  width: 113px;
  background-position: -373px 0;
}
.footer .logos .brand .nitro {
  width: 114px;
  background-position: -486px 0;
}
.footer .logos .brand > a:hover {
  opacity: 0.5;
}
.footer .logos2 {
  width: 930px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.footer .logos2 > a,
.footer .logos2 > img {
  display: block;
  float: left;
}
.footer .logos2 > a {
  height: 40px;
  margin-top:5px;
}
.footer .logos2 > a:hover {
  opacity: 0.5;
}
.footer .logos2 .platform {
  margin-right: 20px;
}
.footer .copy {
  display: block;
  margin: 0 auto;
}
.footer:after {
  content: " ";
  height: 100px;
  display: block;
}
.sp .footer:after {
  height: 200px;
}



/*-----------------------*/
/* OVER */
/*-----------------------*/
#over {
  width: 100%;
  height:auto;
  min-height: 100%;
  min-width: 960px;
  box-sizing:border-box;
  position: absolute;
  top: 0;
  left: 0;
  background:rgba(0,0,0,0.8);
  z-index: 9999;
  display: none;
  padding-bottom:60px;
}
#over > .inner {
  position: relative;
  overflow: hidden;
}
#over_image,
#over_youtube {
  background: #000;
  margin:0 auto;
}
#over_youtube > div {
  margin:0 auto;
}
#over_youtube iframe {
  width: 100%;
  height: 100%;
}
#over_image a,
#over_image img {
  display: block;
  width: 100%;
  height: 100%;
}
#over_image a {
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function:ease-out;
}
#over_image a:hover {
  opacity: 0.8;
}
#over_nx {
  margin:0 auto;
  display: table;
}
#over_nx div {
  display: table-cell;
  vertical-align: middle;
  width: 960px;
  height: 540px;
}
#over_nx canvas {
  display: block;
  width: 960px;
  height: 540px;
  margin: 0 auto;
}

#over_contents {
  margin:0 auto;
  display: table;
}
#over_contents > div {
  display: table-cell;
  vertical-align: middle;
  width: 960px;
  height: 640px;
}
#over_contents_countdown {
  display: block;
  margin: 0 auto;
  width: 960px;
  height: 540px;
  position: relative;
  overflow: hidden;
}
#over_contents_countdown img {
  display: block;
  width: 960px;
  height: 540px;
  position: absolute;
  top:0;
  left:0;
}
#over_contents_countdown .audio {
  display: block;
  width: 360px;
  height: 100px;
  background:url(../img/top/countdown/btn.png) 0 0 no-repeat;
  position: absolute;
  top: 340px;
  left: 580px;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function:ease-out;
}
#over_contents_countdown .audio_playing {
  background-position: 0 -100px;
}
#over_contents_countdown a:hover {
  opacity: 0.5;
}

#over_contents_countdown .audio_volume {
  display: block;
  width: 64px;
  height: 70px;
  background-image: url(../img/top/countdown/volume.png);
  background-repeat: no-repeat;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#over_contents_countdown .audio_volume:hover {
  opacity: 0.5;
}
#over_contents_countdown .audio_volume[data-volume^="0.6"] {
  background-position: 0 -70px;
}
#over_contents_countdown .audio_volume[data-volume^="0.2"] {
  background-position: 0 -140px;
}
#over_contents_countdown .audio_volume[data-volume="0"] {
  background-position: 0 -210px;
}

#over_contents_banner {
  display: block;
  margin: 0 auto;
  width: 960px;
  height: 120px;
  margin-top:20px;
}
#over_contents_banner img {
  display: block;
  width: 960px;
  height: 120px;
}

#over_controller {
  height:80px;
  width: 100%;
  position: relative;
}
#over_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  width: 80px;
}
#over_close:hover {
  opacity: 0.5;
}
#over_close img {
  display: block;
  width: 80px;
  height: 80px;
}
