@charset "utf-8";

.title {
  letter-spacing: 4px;
  color: #000a4b;
}
.mens .title {
  color: #ffffff;
}
.lp-contents {
  background: #ecf1d8;
}
.lp-contents.mens {
  background: #a8c57d;
}
.panel-item__spec {
  background: #a8c48c;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 48px;
    letter-spacing: normal;
  }
}
