@charset "UTF-8";
img {
  width: 100%;
}

.top_container {
  background-image: url("img/top-bg.png");
  background-size: cover;
}
.header_container {
  position: relative;
}
.header_bg {
  position: absolute;
}
.title {
  position: absolute;
}
.ginbisu {
  width: 20%;
  margin: 0 auto;
  padding-top: 10px;
}
.header_title {
  width: 90%;
  margin: 0 auto;
}

main {
  position: relative;
}
.award {
  position: absolute;
  right: 0;
  width: 30%;
}
.animals_img {
  padding-top: 10%;
  z-index: 100;
}
.game_start {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  text-decoration: none;
  background-color: #e40057;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: #fff000;

  padding: 20px 25px;
  font-size: 18px;
  border-radius: 50px;
  border: solid 2.5px black;
  -webkit-text-stroke-width: 1.5px;
  box-shadow: 0px 5px rgba(0, 0, 0, 0.25);
}
.game_start:active {
  box-shadow: none;

  transform: translateX(-50%) translateY(5px);
}

.footer_container {
  display: flex;
  width: 100%;
  background-color: #e40057;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;

  padding: 0px 20px;
  height: 80px;
}
.follow {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: white;

  font-size: 14px;
  padding: 0px 10px;
}
.official_accounts {
  display: flex;
  align-items: center;
}
.twitter {
  display: inline-block;

  width: 40px;
  height: 40px;
  padding: 0px 3px;
}
.instagram {
  display: inline-block;

  width: 40px;
  height: 40px;
  padding: 0px 3px;
}

@media (min-width: 450px) {
}

@media (min-width: 550px) {
  
}

@media (min-width: 650px) {
}

@media (min-width: 700px) {
}

@media (min-width: 768px) {
  .top_container {
    width: 768px;
    margin: 0 auto;
  }
  .game_start {
    padding: 30px 25px;
    font-size: 30px;
    border-radius: 100px;
    border: solid 3px black;
    -webkit-text-stroke-width: 1.5px;
    box-shadow: 0px 10px rgba(0, 0, 0, 0.25);
  }
  .game_start:active {
    box-shadow: none;
  
    transform: translateX(-50%) translateY(10px);
  }
  .footer_container {
    padding: 0px 20px;
    height: 100px;
  }
  .follow {
    font-size: 18px;
    padding: 0px 10px;
  }
  .official_accounts {
    display: flex;
    align-items: center;
  }
  .twitter {
    display: inline-block;
  
    width: 50px;
    height: 50px;
    padding: 0px 5px;
  }
  .instagram {
    display: inline-block;
  
    width: 50px;
    height: 50px;
    padding: 0px 5px;
  }
}
