@charset "UTF-8";

.rent-bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-black50 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
	background:rgba(0,0,0,0.5);
}
.bg-main50 {
/*   width: 100%;
  height: 100%; */
  z-index: -1;
	background:rgba(129,114,77,0.75);
}
.bg-green50 {
  /*   width: 100%;
    height: 100%; */
    z-index: -1;
    background:rgba(64,93,83,0.75);
  }
/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {

  .logIn {
    position: fixed;
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
    transform: unset;
    -webkit- transform: unset;
  }
  .bg-black50 {
    width: 100%;
  }
  .box-six {
    width: 100%;
    height: 300px;
    clip-path: unset;
  }
  .box-six-text {
    height: 40%;
  }
  .box-four {
    width: 100%;
    height: 300px;
  }
  .box-four-text {
    height: 40%;
  }

}



