.footer_waku{
  width: 100%;
  height: 25vh;
  overflow: hidden;
  background-color: whitesmoke;
  position: relative;
}

.F_HP{
  position: absolute;
  top: 15%;
  left: 20%;
  font-size: clamp(0.688rem, 0.552rem + 0.42vw, 0.938rem);
  font-weight: bold;
  color: black;
  text-decoration: none;
}
.F_Instagram{
  position: absolute;
  top: 33%;
  left: 20%;
  font-size: clamp(0.688rem, 0.552rem + 0.42vw, 0.938rem);
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.F_X{
  position: absolute;
  top: 51%;
  left: 20%;
  font-size: clamp(0.688rem, 0.552rem + 0.42vw, 0.938rem);
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.F_LINE{
  position: absolute;
  top: 69%;
  left: 20%;
  font-size: clamp(0.688rem, 0.552rem + 0.42vw, 0.938rem);
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.address{
  position: absolute;
  top: 30%;
  left: 65%;
  font-size: clamp(0.688rem, 0.586rem + 0.31vw, 0.875rem);
  font-weight: bold;
}

.copyright{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 85%;
  left: 50%;
  font-size: clamp(0.625rem, 0.557rem + 0.21vw, 0.75rem);
  font-weight: bold;
}

.suichoku{
  position: absolute;
  transform: translate(-50%,-50%);
  background-color: gray;
  width: 0.1%;
  height: 70%;
  top: 45%;
  left: 50%;
}



@media(max-width: 430px){
  .F_HP{
    left: 4%;
  }
  .F_Instagram{
    left: 4%;
  } 
  .F_LINE{
    left: 4%;
  }
  .F_X{
    left: 4%;
  }
  .address{
    left: 55%;
    top: 25%;
  }
}