/* =========================================================
   01. Hero
   ========================================================= */

/* Hero：背景エリア */
section#home_cover {
  height: 90vh;
  position: relative;
  width: 100%;
  background-color: #000;
  background-size: cover;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}

section#home_cover::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/overlay_stripe.png");
  position: absolute;
  top: 0;
  left: 0;
}

/* fallback img（vegas未発火時） */
#home_cover img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================================
   02. Concept（SP）
   ========================================================= */

@media (max-width: 767px) {

  .top-concept {
    padding: 80px 20px;
  }

  .top-concept__title {
    text-align: center;
    letter-spacing: 0.05em;
  }

  .top-concept__title span::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .top-concept__text {
    text-align: left;
    margin: 0 auto;
  }

}
