body {
    margin: 0;
    font-family: Orbitron, Arial;
}
h1, h2 , h3 {
  margin: 0%;
    font-weight: 200;
}
/* メニューバーの背景色と高さを設定 */
.topnav {
  position: fixed;
    float: left;
    height: min-content;
    width: min-content;
    overflow: hidden;
    width: 230px;
}
  
/* メニューアイテムのスタイルを設定 */
.topnav a {
  background-color: #333;
  width: 65%;
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 0px 40px 0px 40px;
  text-decoration: none;
  font-size: 120%;
  line-height: 50px;
  transition: all 0.3s ease-in-out; /* アニメーションの効果と時間を設定 */
}
  
/* メニューアイテムにマウスオーバーしたときのスタイルを設定 */
.topnav a:hover {
  background-color: #ddd;
  color: black;
  transform: scale(1.1); /* アイテムを少し大きくする */
}
.fottar {
  bottom: 0%;
  background-color: #000000;
  color: #fff;
  padding: 1%;
  text-align: center;
}
.header {
  background-image: url(../img/s5-header.jpg);
  background-size: cover;
  color: #fff;
}
.header-inner h1 {
  border-bottom: 1px solid white;
  background-color: #00000065;
}
.header-inner {
  padding: 20% 0% 10% 20%;
  font-size: 150%;
}
.main {
  margin: 5% 5%;
  font-size: 120%;
}