@charset "UTF-8";

header{
  margin-top: 10px;
  padding-bottom: 30px;
  font-weight: 900;
  font-size: 2.8vw;
  letter-spacing:1.5vw;
  position: fixed;
  margin-right: auto;
  margin-left : auto;
  width:100%;
}

ul{
display: table;
margin: 0 auto;
padding: 0;
width: 80%;
text-align: center;
}

ul li{
display: table-cell;
min-width: 6s0px;
}

ul li a:hover{
  text-decoration:none;
}


html{
  font-size: 100%;
}

a:link, a:visited, a:active {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration:none;
  color: white;
}



body {
background-color:white;
font-family: "游明朝","Yu Mincho","YuMincho",serif;
font-weight: 900;
}

div{
  width: auto;
  }
  .container{
  display: flex;
  flex-direction: column;
  }
  .item{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

t1{
color:black;
font-size: 10vw;
line-height:1;
padding-left: 1vw;
padding-right: 0.5vw;
}

t2{
color:black;
font-size: 6vw;
line-height:1.5;
padding-left: 1vw;
padding-right: 0.5vw;
}


img{
  vertical-align:bottom;
}
