.imageBlock .sec__text {
  text-align: center;
}

.sec__wrap {
  position: relative;
  z-index: 1;
}
.sec__wrap .parade__deco-img01 {
  width: 40vw;
  position: absolute;
  left: -20vw;
  top: 65vw;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .sec__wrap .parade__deco-img01 {
    width: 336px;
    left: -100px;
    top: 250px;
  }
}
.sec__wrap .parade__deco-img02 {
  width: 100vw;
  position: absolute;
  right: -80vw;
  top: 110vw;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .sec__wrap .parade__deco-img02 {
    width: 650px;
    right: -200px;
    top: 500px;
  }
}
.sec__wrap .parade__deco-img03 {
  width: 40vw;
  position: absolute;
  right: -20vw;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .sec__wrap .parade__deco-img03 {
    width: 336px;
    right: -170px;
    bottom: -100px;
  }
}
.sec__wrap .parade__deco-img04 {
  width: 120vw;
  position: absolute;
  left: -55vw;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .sec__wrap .parade__deco-img04 {
    width: 1099px;
    left: -200px;
    bottom: -250px;
  }
}

.contentBottom {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .subTtl__inner {
    padding: 15px 0 !important;
  }
}/*# sourceMappingURL=parade.css.map */