.p-ceremony__plan::before {
  content: "";
  width: 1px;
  height: 38rem;
  display: block;
  position: absolute;
  left: 8rem;
  bottom: 0;
  background-color: #FFF;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ceremony__plan::before {
    left: 7rem;
  }
}
.p-ceremony__plan::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(248, 248, 248, 0.1);
}
.p-ceremony__plan .c-detail__price {
  margin-top: 4rem;
  margin-left: 8rem;
}
@media screen and (max-width: 767px) {
  .p-ceremony__plan .c-detail__price {
    margin-left: 7rem;
  }
}

.c-detail {
  margin-top: 0;
}

.c-intro__copy, .c-intro__text {
  position: relative;
  z-index: 2;
}
.c-intro__animation.animation01, .c-intro__animation.animation03 {
  z-index: 1;
}

/*# sourceMappingURL=20th-ceremony.css.map */
