@charset "utf-8";
.locl-header_mv {
  /*margin-top: -10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  z-index: -1;
  margin-bottom: 10px;*/
  margin-top: -15px;
  margin-bottom: 10px;
  z-index: -1;
  position: relative;
}
@media screen and (max-width:768px){
  .locl-header_mv {
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    max-width: none;
  }
  .locl-header_title {
    line-height: 1.2;
    margin: 15px 0; 
  }
  .locl-header_copy {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.align-left {
  text-align:left;
}

.font-meiryo {
  font-family: "Hiragino Kaku Gothic ProN","mairyo", sans-serif;
}