@charset "UTF-8";
.fv {
  background-image: url(/business/solutions/img/workstation/media_entertainment/me-01hero-pc.png);
  background-repeat: no-repeat;
  background-position: 50% 67%;
  background-size: cover;
}
@media (max-width: 640px) {
  .fv {
    background-image: url(/business/solutions/img/workstation/media_entertainment/me-01hero-sp.png);
    background-position: center;
  }
}
.fv--lead {
  color: #fff;
  font-weight: bold;
}
.fv--sub-lead {
  color: #fff;
}

.title-band .h-text--wrapper .lead {
  padding: 0;
}
.title-band .h-text--wrapper .caption {
  color: #fff;
}

.add-lead {
  font-family: "Noto Sans JP", "Montserrat", "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #1E0013;
  font-size: min(1.903vw, 26px);
  font-weight: bold;
  letter-spacing: -0.028em;
  line-height: 1.21;
}
@media screen and (max-width: 1000px) {
  .add-lead {
    font-size: min(6.512vw, 28px);
    line-height: 1.25;
  }
}

.add-lead-tbc {
  padding: min(2.928vw, 40px) 0 min(2.928vw, 40px);
}
@media (max-width: 1000px) {
  .add-lead-tbc {
    padding: min(18.605vw, 80px) 0 min(11.628vw, 50px);
  }
}

#performance .three-up-h--content-wrapper .content-sub-lead {
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.ls {
  letter-spacing: -0.05em;
}

#performance, #connection {
  background-color: #F1E1ED;
}

#product {
  background-color: #E6E2E4;
}/*# sourceMappingURL=me.css.map */