@charset "utf-8";

.contents-head {
  justify-content: center;
}
.mens .contents-head {
  width: 65%;
  justify-content: flex-start;
}
.title {
  letter-spacing: 4px;
  color: #000a4b;
}
.mens .title {
  color: #ffffff;
}
.lp-contents {
  background: #dbe7f5;
}
.lp-contents.mens {
  background: #738dbc;
}
.panel-item__spec {
  background: #7894bd;
}

@media screen and (max-width: 768px) {
  .hero img {
    object-position: 55% 50%;
  }
  .title {
    font-size: 42px;
    letter-spacing: normal;
  }
  .mens .contents-head {
    width: 80%;
  }
  .block-line__item[data-href="#modal_link01"] > img {
    width: 100%;
  }
  .block-line__item[data-href="#modal_link06"] > img {
    width: 100%;
  }
}
