/******************************/
/* charset */
/******************************/
@charset "utf-8";

/******************************/
/* include */
/******************************/
@import url("default.css");  


.wrap {
  width:100%;
  height:100%;
  min-height:100%;
  text-align:center;
  position:relative;
}

#logo_box {
  position:absolute;
  top:calc(50% - 200px);
  left:calc(50% - 150px);
  width:300px;
  height:300px;
  background:#5d5284;
  background:-moz-linear-gradient(top,  #5d5284 0%, #372c5b 100%);
  background:-webkit-linear-gradient(top,  #5d5284 0%,#372c5b 100%);
  background:linear-gradient(to bottom,  #5d5284 0%,#372c5b 100%);
  color:#fff;
}

#logo_box .logo {
  width:60%;
  margin-top:calc(50% - 20px);
}

#copy {
  position:absolute;
  bottom:0;
  width:100%;
  line-height:2em;
  background:#e7e4f4;
  color:#372c5b;
}



