.p-intro {
  padding-bottom: 49px;
}

.p-intro_txt {
  line-height: 1.8em;
  letter-spacing: .1em;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, .8), -1px 1px 2px rgba(255, 255, 255, .8), 1px -1px 2px rgba(255, 255, 255, .8), -1px -1px 2px rgba(255, 255, 255, .8), 1px 0px 2px rgba(255, 255, 255, .8), 0px 1px 2px rgba(255, 255, 255, .8), -1px 0px 2px rgba(255, 255, 255, .8), 0px -1px 2px rgba(255, 255, 255, .8);
}

.p-intro_txt-color {
  vertical-align: baseline;
  color: #af5aab;
  font-weight: 600;
  font-size: 16px;
}

.p-intro_txt-m {
  vertical-align: baseline;
  font-weight: 600;
  font-size: 16px;
}

.p-intro_txt-l {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: .1em;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, .8), -1px 1px 2px rgba(255, 255, 255, .8), 1px -1px 2px rgba(255, 255, 255, .8), -1px -1px 2px rgba(255, 255, 255, .8), 1px 0px 2px rgba(255, 255, 255, .8), 0px 1px 2px rgba(255, 255, 255, .8), -1px 0px 2px rgba(255, 255, 255, .8), 0px -1px 2px rgba(255, 255, 255, .8);
}

@media not all and (max-width: 959px) {
  .p-intro {
    padding-bottom: 105px;
  }
  .p-intro_txt {
    line-height: 2.5em;
    letter-spacing: .15em;
    text-shadow: transparent;
  }
  .p-intro_txt-color {
    font-size: 22px;
  }
  .p-intro_txt-m {
    font-size: 22px;
  }
  .p-intro_txt-l {
    margin-top: 5px;
    font-weight: 600;
    font-size: 28px;
    line-height: 2.5em;
    letter-spacing: .15em;
    text-shadow: transparent;
  }
}

@media screen and (max-width: 959px) {
  .p-intro .is-pc {
    display: none !important;
  }
}