body{
    background:rgb(0,0,0);
    margin: 0;
}

body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100%;
    height: 100vh;
    background: url(../images/samuraihai.jpg) center/cover no-repeat;
    -webkit-background-size: cover;
    
  }

#rogo{
    padding-top: 25vh;
    padding-left: 4vh;
    height: 100%;
    width: 20%;
    float: left;
    position: fixed;
    background-color: #000000;
}

#honbun{
    background: rgba(0,0,0,0.5);
    transform: translate3d(0, 0, 1px);
    color:#ffffff;
    width: 80%;
    margin-left: 20%;
    text-align: center;
    font-size: 30px;
    padding-top: 40vh;
    padding-bottom:100vh;
    box-shadow:	0 0 100px #000000 inset,		
				0 0 200px #000000 inset,		
				0 0 300px #000000 inset,	
				0 0 400px #000000 inset,
                0 0 500px #000000 inset,
                0 0 600px #000000 inset,		
				0 0 700px #000000 inset;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

p{
    font-weight:900;
}