/*
buildOutputFile: 'ride-and-fish';
*/
.titleArea-arrowText::after {
  width: 33rem;
  background: url(../img/common/icon-arrow-long-r.svg) bottom left/100% no-repeat;
}
@media (max-width: 767px) {
  .titleArea-arrowText::after {
    width: 44vw;
  }
}
@media (max-width: 767px) {
  .titleArea-arrowText.is-noText {
    flex: 1;
    margin-right: 2rem;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .titleArea-arrowText.is-noText::after {
    max-width: 100%;
    background: url(../img/common/icon-arrow-long-r.svg) bottom right/cover no-repeat;
  }
}