@charset "utf-8";
.locl-header_mv {
  /*margin-top: -15px;
  margin-bottom: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;*/
  margin-top: -15px;
  margin-bottom: 10px;
  z-index: -1;
  position: relative;
  width: 100%;
}
@media screen and (max-width:768px){
  .locl-header_mv {
    margin: 20px -15px 0;
    width: calc(100% + 30px);
    max-width: none;
  }
}
.locl-box-01 {
  position: relative;
  padding-bottom: 90px;
}
@media screen and (max-width:1020px){
  .locl-box-01 {
    padding-right: 100px;
    padding-bottom: 0;
  }
}
@media screen and (max-width:768px){
  .locl-box-01 {
    padding-right: 92px;
  }
}
.locl-pic-06 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:1020px){
  .locl-pic-06 {
    position: absolute;
    bottom: auto;
    top: 8px;
    
  }
}
@media screen and (max-width:768px){
  .locl-pic-06 {
    width: 71px;
    bottom: 6px;
    top: auto;
  }
}
