/* =========================================================
   HQ Background: Style
   key: dbar-concept-glass
   name: welina D-Bar CASABLANCA
   group: set
   type: Style
   layer: concept
   value:
   selector:
   ========================================================= */

/* =========================================================
   Concept Glass Shade
   ========================================================= */

.p-concept__inner {
  box-sizing: border-box;
}

#home_sec_concept {
  color: #fff;
}

#home_sec_concept .p-concept__inner {
  position: relative;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 0 36px rgba(255, 255, 255, 0.12),
    0 18px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

#home_sec_concept .p-concept__inner::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

#home_sec_concept .p-concept__heading {
  color: #fff;
}

#home_sec_concept .p-concept__heading .en {
  font-family: "Title", cursive;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

#home_sec_concept .p-concept__heading .jp {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.14em;
}

#home_sec_concept .p-concept__body {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 0.08em;
  text-align: center;
}

#home_sec_concept .p-concept__body p {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

/* =========================================================
   SP
   ========================================================= */

@media (max-width: 767px) {
  #home_sec_concept .p-concept__inner {
    background: rgba(0, 0, 0, 0.48);
    box-shadow:
      0 0 24px rgba(255, 255, 255, 0.1),
      0 14px 44px rgba(0, 0, 0, 0.42);
  }

  #home_sec_concept .p-concept__heading .en {
    font-size: 40px;
  }

  #home_sec_concept .p-concept__body {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
