/* =========================================================
   HQ Background: Style
   key: band-01
   name: 表示項目を調整できるマスター的な帯（solidcontacts）
   group: band
   type: Style
   layer: band
   value:
   selector:
   ========================================================= */

 /* ==========================================================================
   Band Layout
   ========================================================================== */

.c-band {
  position: relative;
  overflow: hidden;
}

.c-band__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-band__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-band__title {
  position: relative;
  z-index: 1;
  margin: 0;
}
