#chibabu {
  background-color: var(--color-bg);
}

.chibabu__container {
  position: relative;
  margin: 0 auto;
  margin-bottom: 6.5rem;
}
.chibabu__state {
  width: 30rem;
  margin: 0 auto;
}

.chibabu__logo {
  width: 26rem;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.chibabu__movie {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.chibabu__movie--container {
  width: 30rem;
  height: 18rem;
  background-color: #424548;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.chibabu__movie--container p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.chibabu__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  width: 23rem;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 2.3;
  padding-bottom: 4.5rem;
}

/* テープ */
.chibabu__top--green {
  width: 14rem;
  position: absolute;
  top: -2.5rem;
  left: 0;
}

.chibabu__top--red {
  width: 7.5rem;
  position: absolute;
  top: -2rem;
  right: 0;
}

.chibabu__bottom--blue {
  width: 20rem;
  position: absolute;
  bottom: -4rem;
  left: 0;
}
