@font-face {
  font-family: "モボセミボールド";
  src: url("fonts/MOBO-SemiBold.otf");
}

html {
  height: 130%;
  width: 100%;
  font-family: sans-serif;
  background: linear-gradient(25deg, #EEF2F5 50%, #5868F5 80%);
}

.wave1{
  float: left;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 90%;
  right: 0%;
}

.white {
  float: left;
  background-color: white;
  width: 100%;
  height: 130%;
  position: absolute;
  top: 124%;
  right: 0%;
}

header{
  background-color: #00000000;
  color: #000000;
  border-bottom: solid 1px #F4F4F4;
  width: 100%;
  height: 10%;
  font-size: 15px;
  position: absolute;
  right: 0%;
}

h1 {
  position: relative;
  bottom: 12%;
  padding-left: 2%;
}

ul{
  float: right;
}

ul li {
  position: absolute;
  top: 0.6%;
  left: 65%;
  list-style: none;
  display: flex;
}

ul li a{
text-decoration: none;
}

ul li a p{
  white-space: nowrap;
  position: absolute;
  top: 70%;
  right: 30%;
  color: #000000;
  font-size: 10px;
}

ul li a img{
  width: 50px;
  height: 50px;
}

#home_text{
  position: relative;
  right: -19.5%;
  top: -17%;
}

#function{
  position: relative;
  top: 7.5px;
  right: -150%;
}

#function_logo{
  width: 52.5px;
  height: 42.5px;
}

#function_text{
  position: relative;
  right: -26.5%;
  top: -18%;
}

#update{
  position: relative;
  top: 5px;
  right: -260%;
}

#update_logo{
  width: 45px;
  height: 45px;
}

#update_text{
  position: relative;
  right: 4%;
  top: -18%;
}

#Discord{
  position: relative;
  top: 2px;
  right: -425%;
}

#Discord_logo{
  width: 55px;
  height: 55px;
}

#Discord_text{
  position: relative;
  right: -15%;
  top: -23%;
}

#add{
  position: relative;
  top: 2px;
  right: -625%;
}

#add_text{
  position: relative;
  right: -5%;
  top: -18%;
}


#catchcopy {
  position: absolute;
  top: 15%;
  display: flex;
  align-items: center;
  z-index: 2;
}

#catchcopy_text {
  display: flex;
  flex-direction: column;
  margin-left: 5%;
  font-size: 35px;
  font-weight: 1000;
  line-height: 1.5;
  font-family: "モボセミボールド", sans-serif;
}

#catchcopy_discribe {
  font-family: sans-serif;
  font-size: 13px;
  font-weight: normal;
}

#logo {
  width: 50%;
  aspect-ratio: 1/1;
  position: relative;
  left: 10%;
  z-index: 2;
}