@charset "utf-8";

/* ==========================================
  Concept Section Styles
========================================== */

.bz-concept {
  background-image: url("../../../img/concept_bg.jpg?v=20260525_16");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0 72px;
  padding: 0 0 3rem;
  color: #e7e7e7;
  text-align: center;
  margin-top: -1px;
  margin-top: 0;
}

.bz-concept__inner {
  width: 92%;
  margin: auto;
}

.bz-concept-heading {
  position: relative;
  color: var(--color__white);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
  margin-bottom: 1.6rem;
  transform: translate(0.2em, 0);
  font-size: 2rem;
  font-size: min(8vw, 2rem);
  line-height: 1.3;
}

.bz-concept-heading::after {
  /* content: ""; */
  /* display: block; */
  width: 1px;
  width: 0.0625rem;
  height: 28px;
  height: 1.75rem;
  background-color: var(--color__white);
  opacity: 0.5;
  position: absolute;
  bottom: -40%;
  left: 50%;
  transform: translateX(-50%);
}
.bz-concept-heading span {
  font-size: 0.4em;
  line-height: 2;
  font-weight: 400;
}
.bz-concept-body h2 {
  color: var(--color__white);
  text-align: center;
  font-size: 18px;
  font-size: 1.025rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  margin-bottom: 0.55rem;
}

.bz-concept-body p {
  color: #e6eef2;
  text-align: center;
  font-size: 14px;
  font-size: 0.775rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.bz-count__ttl {
  color: var(--color__white);
  text-align: center;
  text-shadow: 0px 1.79px 71.618px #000;
  text-shadow: 0rem 0.111875rem 4.476125rem #000;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.7em;
  transform: translate(0.35em, 0);
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.bz-count__no {
  color: #e7e7e8;
  text-align: center;
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 100%;
  letter-spacing: 0.7em;
  font-family: var(--font-family__base);
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
  transform: translate(0.35em, 0);
}

.bz-tokuten {
  padding: 0 0 2rem;
  background-color: #0a0e19;
}
.bz-tokuten__inner {
  width: 90%;
  margin: auto;
}
.bz-tokuten__pic {
}

/* Media Queries
------------------------------ */
@media (min-width: 768px) {
  .bz-concept {
    background-image: url("../../../img/concept_bg-pc.jpg");
    padding: 0 0 48px;
    padding: 0 0 6rem;
  }

  .bz-concept-heading {
    font-size: 24px;
    font-size: 4.8rem;
    font-size: min(4.4vw, 3.3rem);
    margin-bottom: 80px;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
  }

  .bz-concept-heading::after {
    /* bottom: -39%; */
    /* height: 48px; */
    /* height: 2rem; */
    /* width: 0.1rem; */
  }

  .bz-concept-body h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .bz-concept-body p {
    font-size: 16px;
    font-size: 1rem;
  }

  .bz-count__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.45em;
    line-height: 1.3;
  }

  .bz-count__no {
    font-size: 80px;
    font-size: 5rem;
    margin-bottom: 2rem;
  }
  .bz-tokuten {
  }
  .bz-tokuten__inner {
    max-width: 900px;
  }
  .bz-tokuten__pic {
  }
  .bz-tokuten__pic2 {
  }
}
