.soil{
  padding: 0 40px 100px;
}
.privacy-policy-btn{
  text-decoration: none;
}
.privacy-policy-btn-txt{
  padding: 10px;
  text-align: center;
  margin: 100px auto;
  border: 3px solid #fff;
  border-radius: 50px;
  width: 70%;
  position: relative;
}
.privacy-policy-btn-txt:hover{
  background-color: #fff;
  color: #714203;
  transition : .5s;
}
.privacy-policy-btn-txt::after{
  position: absolute;
  content: "";
  top: 50%;
  right: -30px;
  width: 45px;
  height: 3px;
  background-color: #fff;
}
.contact{
  color: #A07336;
  margin: 0;
  text-align: center;
  padding: 50px 0 50px;
  font-size: 2.5rem;
  margin-bottom: 150px;
font-weight: bold;
}
.contact::after{
  color: #A07336;
  opacity: 0.18;
  content: "contact";
  position: absolute;
  font-family: Hina Mincho;
  transform: translateY(45%) translateX(-150%);
  font-size: 3rem;
}
.scroll_01 {
  position: relative;
  font-size: 13px;
  writing-mode: vertical-rl;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #0F6742;
}
.scroll_01::after {
  content : '';
  display : inline-block;
  position : absolute;
  background-color: #0F6742;
  right : 50%;
  bottom : 15px;
  transform : translateX(-50%);
  width : 1px;
  height : 75px;
  animation: scroll 3s infinite;
}
.panel{
  width: auto;
  height: 300px;
  background-color: #A07336;
  top: -300px;
  position: relative;
}
.contact-space{
  position: relative;
}
.pripol-space{
  background-color: #A07336;
    position: absolute;
    bottom: 0;
    height: 200px;
    width: 101%;
    left: -1px;
}
@media screen and (max-width:767px) {
  .contact{
    color: #fff;
  }
  .contact::after{
    color: #fff;
  }
  .scroll_01::after {
    background-color: #fff;
    bottom: 55px;
  }
  
}
