body {
  height: auto !important; }

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000; }
	.loading .fourDX{
	  position: fixed;
	  background: url(../img/top/loading/bg.jpg) center no-repeat;
	  background-size : cover;
	  opacity: 0;
	  filter: alpha(opacity=0);
	  -ms-filter: "alpha(opacity=0)";
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0; }
		.loading .fourDX p:first-child{
	    position: fixed;
	    left: 50%;
	    top: 50%;
	    margin:-36px 0 0 -267px;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    -ms-filter: "alpha(opacity=0)"; }
		.loading .fourDX p:last-child{
	    position: fixed;
	    left: 50%;
	    top: 50%;
	    margin:-54px 0 0 -351px;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    -ms-filter: "alpha(opacity=0)"; }
  .loading .zettai-idol {
    position: fixed;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .loading .zettai-idol p.i {
      position: fixed;
      left: 50%;
      top: 50%;
      margin: -145px 0 0 -245px;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "alpha(opacity=0)"; }
    .loading .zettai-idol p.n {
      position: fixed;
      left: 50%;
      top: 50%;
      margin: -37px 0 0 -249px;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "alpha(opacity=0)"; }
    .loading .zettai-idol p.g {
      position: fixed;
      left: 50%;
      top: 50%;
      margin: -65px 0 0 -335px;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "alpha(opacity=0)"; }

.top_image {
  width: 100%;
  height: 1300px;
  position: absolute; }
  .top_image p {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)"; }

.bg {
  position: absolute;
  background: url(../img/top/KV/bg.png) center no-repeat;
  width: 100%;
  height: 1400px;
  top: 0;
  left: 0;
  background-size: cover;
  top: -300px; }

.new {
  position: absolute;
  /* top: 753px;*/
  width: 100%;
  height: 420px;
  background: url(../img/top/KV/new.png) no-repeat center;
  z-index: 4;
  top: 883px;
  margin: 100px 0 0; }

.moon {
  position: absolute;
  width: 100%;
  height: 577px;
  background: url(../img/top/KV/moon.png) no-repeat center;
  z-index: 3;
  top: 550px;
  margin: 150px 0 0; }

.rainbow {
  position: absolute;
  /* top: 0;*/
  width: 100%;
  height: 486px;
  background: url(../img/top/KV/rainbow.png) no-repeat center;
  z-index: 2; }

.otr {
  position: absolute;
  /*top: 0;*/
  width: 100%;
  height: 842px;
  background: url(../img/top/KV/otr.png) no-repeat center;
  z-index: 2;
  top: 0;
  margin: 200px 0 0; }

.lead {
  position: absolute;
  width: 100%;
  height: 359px;
  background: url(../img/top/KV/catch.png) no-repeat top center;
  z-index: 5;
  top: 276px; }

.top_wrap {
  position: relative;
  min-width: 1080px;
  height: 1304px;
  overflow: hidden; }

nav {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  z-index: 100;
  padding-bottom: 0; }

.right {
  position: relative;
  width: 240px;
  float: right;
  padding: 0 30px 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  z-index: 100; }
  .right .movie {
    margin: 0 0 20px; }
  .right .preTiclet {
    margin: 0 0 20px;
    transition: 0.3s all; }
    .right .preTiclet:hover {
      opacity: 0.8; }
  .right .news {
    background: url(../img/top/news_bg.png);
    padding: 83px 10px 22px;
    height: 142px;
    margin: 0 0 20px; }

.topics__item a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 10px;
  color: #16296b;
  font-size: 13px;
  line-height: 1.6em; }
  .topics__item a span {
    display: block;
    color: #666; }

.right .twitter {
  background: url(../img/top/twitter_bg.png);
  padding: 85px 10px 20px;
  height: 248px;
  margin: 0 0 50px; }

.swing {
  transition: 0.3s all;
  cursor: pointer; }
  .swing:hover {
    -moz-animation: swing linear 1.5s infinite;
    -moz-transform-origin: center -20px 0;
    -webkit-animation: swing linear 1.5s infinite;
    -webkit-transform-origin: center -20px 0;
    -ms-animation: swing linear 1.5s infinite;
    -ms-transform-origin: center -20px 0;
    -o-animation: swing linear 1.5s infinite;
    -o-transform-origin: center -20px 0;
    animation: swing linear 1.5s infinite;
    transform-origin: center -20px 0;
    display: block;
    float: left;
    opacity: 0.8; }
  .swing img {
    z-index: 2;
    display: block; }
  .swing:after {
    content: '';
    top: -10px;
    z-index: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    border-bottom: none;
    border-right: none;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute; }
  .swing:before {
    content: '';
    top: -14px;
    z-index: 5;
    left: 54%;
    width: 5px;
    border-radius: 50% 50%;
    background: #000;
    height: 5px;
    position: absolute; }

@-moz-keyframes swing {
  0% {
    -moz-transform: rotate(0deg); }
  25% {
    -moz-transform: rotate(3deg); }
  50% {
    -moz-transform: rotate(0deg); }
  75% {
    -moz-transform: rotate(-3deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(3deg); }
  50% {
    -webkit-transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-3deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-o-keyframes swing {
  0% {
    -o-transform: rotate(0deg); }
  25% {
    -o-transform: rotate(3deg); }
  50% {
    -o-transform: rotate(0deg); }
  75% {
    -o-transform: rotate(-3deg); }
  100% {
    -o-transform: rotate(0deg); } }
@-ms-keyframes swing {
  0% {
    -ms-transform: rotate(0deg); }
  25% {
    -ms-transform: rotate(3deg); }
  50% {
    -ms-transform: rotate(0deg); }
  75% {
    -ms-transform: rotate(-3deg); }
  100% {
    -ms-transform: rotate(0deg); } }
@keyframes swing {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(3deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-3deg); }
  100% {
    transform: rotate(0deg); } }
footer:before {
  background: none;
  height: 0; }

/*# sourceMappingURL=top.css.map */
