@charset "UTF-8";
html {
  height:100%;
}
body {
  height: 100%;
  min-height:696px;
  min-width:928px;
  width: auto;
  background-image: url("/assets/images/bg.png"),url("../../assets/images/bg.png");
  background-attachment: fixed;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue","Helvetica", sans-serif,"游ゴシック", "Yu Gothic", YuGothic,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
}
header {
  background-color: rgba(255,255,255,.9);
  position: absolute;
  top: 0;
  left: 0;
  min-width:928px;
  min-height:696px;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
header img {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -250px;
  margin-left: -250px;
}
#wrap {
  position: relative;
  max-height: 720px;
}
#contents {
  position: relative;
  width: 928px;
  height: 696px;
  margin: 0 auto;
  background-color: #fff;
}
#artwork {
  width: 460px;
  position: absolute;
  top: 40px;
  left: 49.85%;
  margin-left: -230px;
  z-index: 100;
  cursor: pointer;
}
#status {
  width: 410px;
  height: 410px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -205px;
  z-index: 200;
}
#status img {
  width: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -90px;
}

.utyuu {
  width: 150px;
  position: absolute;
  top: 25px;
  right:40px;
  z-index: 100;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.utyuu:hover {
-webkit-transform: translateY(2px);
-ms-transform: translateY(2px);
transform: translateY(2px);
}
.zip {
  position: absolute;
  z-index: 100;
  bottom: 30px;
  left: 50%;
  margin-left: -65px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.zip img {
  width: 130px;
}
.zip:hover {
-webkit-transform: translateY(4px);
-ms-transform: translateY(4px);
transform: translateY(4px);
}
video {
  height: 100%;
  display: block;
  margin: 0 auto;
  z-index: 10;
}
.credit {
  color: #fff;
  color: #000;

  font-size: .6em;
  letter-spacing: .3em;
  text-align: center;
}
.credit a{
  color: #fff;
  color: #000;

  text-decoration: none;
}
.maltine {
  width: 200px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 9000;
}
.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 5px solid rgba(255,255,255,0);
  background-color: transparent;;
}


#credit {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.close_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  position: absolute;
  background: #000;
  opacity: 0.5;
  z-index: 5000;
}

.modal_window {
  top: 50%;
  left: 50%;
  margin: -300px 0 0 -200px;
  width: 400px;
  height: 600px;
  text-align: center;
  display: block;
  background: #fff;
  position: absolute;
  z-index: 10000;
  line-height: 2em;
}

.modal_window h2 {
  margin-bottom: 10px;
  width: 400px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-indent: 10px;
  background: #000;
}
.modal_window p {
  padding: 0 15px 15px 15px;
  font-size: 12px;
  line-height: 160%;
  text-align: left;
}

@keyframes modalFadeIn {
  0% {opacity:0;display:block;}
  100% {opacity:1;}
}
div#modal div:target {
    animation-name: modalFadeIn;
    animation-duration: 1s;
    animation-iteration-count: 1;
    opacity: 1;
    display:block;
    z-index:9000;
}
