@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue',
    '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic,
    'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  background-color: #000;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

.wrapper {
  width: 1024px;
  height: 743px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

.main {
  width: 544px;
  height: 200px;
  margin: 0 auto;
  padding-top: 250px;
  text-align: center;
}

.logo {
  margin-bottom: 76px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.icon_area {
  width: 376px;
  margin: 0 auto;
  overflow: hidden;
}

.icon {
  width: 64px;
  margin: 0 15px 015px;
  float: left;
  opacity: 0;
}

.icon:nth-child(1) {
  -webkit-animation: icon 1.5s ease 0.15s 1 forwards;
  animation: icon 1.5s ease 0.15s 1 forwards;
}

.icon:nth-child(2) {
  -webkit-animation: icon 1.5s ease 0.3s 1 forwards;
  animation: icon 1.5s ease 0.3s 1 forwards;
}

.icon:nth-child(3) {
  -webkit-animation: icon 1.5s ease 0.45s 1 forwards;
  animation: icon 1.5s ease 0.45s 1 forwards;
}

.icon:nth-child(4) {
  -webkit-animation: icon 1.5s ease 0.6s 1 forwards;
  animation: icon 1.5s ease 0.6s 1 forwards;
}

@-webkit-keyframes icon {
  100% {
    opacity: 1;
  }
}

@keyframes icon {
  100% {
    opacity: 1;
  }
}

.err_txt {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  color: #ff0004;
  display: none;
}

.footer {
  width: 1024px;
  height: 26px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  overflow: hidden;
}

.copywrite {
  margin: 5px 10px 0 0;
  float: right;
  font-size: 12px;
  color: #999999;
}
