body{
  padding: 0;
  margin:0;
  letter-spacing: 8px;
  font-family: serif;
}
#header{
width:100%;
height: 500px;
position: relative;
} 
#header:before{
content:"";
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height: 500px;
background:url(top.jpg) no-repeat center;
background-size:cover;
}
.imgdark {
  position: absolute;
  width: 100%;
  height:300px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top:200px;
  z-index:-1;
}
header img{
width:100px;
}
/*下の被さるエリアの指定*/
#container{
position: relative;
z-index:1;
background-color: rgb(49, 69, 75);
padding-top:50px;
text-align: center;
color: #cccf9f;
}
#kazari{
  width: 150px;
  height: 40px;
}
#name{
  color: rgb(255, 255, 255);
  padding: 10px;
  font-size: 8px;
  letter-spacing: 3px;
  z-index:2;
  position: fixed;
}
  /*========= レイアウトのためのCSS ===============*/
h1{
  position: fixed;
  top: 38%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color:#fff;
  text-shadow: 0 0 15px #666;
  text-align: center;
  font-size: 50px;
}

.line-1{
    position: relative;
    margin: 0 auto;
    border-right: 2px solid rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

/* Animation */
.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
 blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}
.content1 table{
  text-align: center;
}
.content1 img{
  width: 500px;
  height: 400px;
  padding: 10px;
}
.content1 video{
  height: 400px;
  padding: 10px;
}
.content1 h2{
  padding: 10px;
}
.content2{
background-color: black;
}
.content2 h2{
  padding: 30px;
}
.content2 img{
  width: 100%;
}
.friends{
  padding: 30px;
  color: #fff;
}
h2.friends{
  color: #cccf9f;
}
p.left{
  text-align: left;
}
/*フェイドアップ*/
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
      from {
      opacity: 0;
      transform: translateY(100px);
      }
  
      to {
      opacity: 1;
      transform: translateY(0);
      }
  }
  .fadeUpTrigger{
      opacity: 0;
  }
/*ロゴフェードイン*/
  .logo_fadein{
    background: rgb(7, 26, 0);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
  }
  .logo_fadein p {
    position: fixed;
    left: 45%;
    top: 48%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 280px;
  }
  .logo_fadein img{
    width: 400px;
  }
.sns{
  vertical-align: top;
  color: #cccf9f;
}
.sns td{
  padding: 20px;
}