.sptit-big {
  font-size: 50px !important;
}

.end-ribon:before {
  position: absolute;
  content: "";
  right: -39px;
  top: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 107px transparent;
  z-index: 0;
}

@media screen and (min-width: 576px) {
  .end-ribon:before {
    border-bottom: solid 118px transparent;
  }
}
@media screen and (min-width: 768px) {
  .end-ribon:before {
    border-bottom: solid 82px transparent;
  }
}
.fusen-box::before {
  position: absolute;
  bottom: -1px;
  right: 9px;
  z-index: -1;
  transform: rotate(5deg);
  width: 50%;
  height: 50%;
  background-color: #d0d0d0;
  content: "";
  filter: blur(4px);
}

.title-italic::before {
  content: attr(data-en);
  position: absolute;
  top: -60px;
  right: 0;
  color: rgba(224, 66, 114, 0.2);
  font-size: 80px;
  font-style: italic;
  font-family: "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif, sans-serif !important;
}/*# sourceMappingURL=headline.css.map */