@charset "utf-8";
@media screen and (max-width: 900px) {
  .area1 img {
    width: 80%;
    height: 40vw;
  }
  .area1 {
    display: flex;
    height: 40vw;
  }
  .btn img {
    width: 30px;
    height: 30px;
    transform: translate(-50%, 0%);
    margin-top: 5px;
    margin-left: 50%;
  }
  .area {
    height: 400px;
  }
  .area2 {
    height: 500px;
  }
  .area5 {
    height: 100px;
  }
}
@media screen and (max-width: 670px) {
  .area1 {
    display: block;
    margin-bottom: 0px;
    height: 500px;
  }
  .area1 img {
    width: 100%;
    height: auto;
  }
  .btns {
    display: flex;
    width: 100%;
    height: 130px;
  }
  .btn {
    display: block;
    width: 40%;
    height: 40px;
    border-radius: 20px;
  }
  .btn img {
    width: 30px;
    transform: translate(-50%, 0%);
    margin-top: 5px;
    margin-left: 50%;
  }
  .btn1 {
    top: 35px;
    left: 25%;
  }
  .btn2 {
    top: 35px;
    left: 75%;
  }
  .btn3 {
    top: 100px;
    left: 25%;
  }
  .btn4 {
    top: 100px;
    left: 75%;
  }

  .area {
    display: block;
    height: 550px;
  }
  .title {
    padding-top: 1px;
  }
  .left {
    width: 90%;
  }
  .right {
    width: 90%;
  }
  .normal {
    font-size: 1rem;
  }
  .small {
    font-size: 0.8rem;
  }
  .area2 {
    height: 800px;
  }
  .area3 {
    height: 680px;
  }
  .area4 {
    height: 500px;
  }
  .area5 {
    height: 50px;
  }
}
