.p-top_mv .u-cta_button {
  display: flex;
  align-items: center;
  padding: 1.6rem;
  min-height: 58px;
  height: auto;
  text-decoration: none;
  border-radius: 4px;
  gap: .8rem;
}
.p-top_mv .u-cta_button::after {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0;
  right: 0;
  background-size: 12px 18px;
  background-position: center;
}
.p-top_mv .u-cta_button .text {
  position: relative;
  font-size: 2rem;
  line-height: 1.2;
  width: 100%;
}
.p-top_mv .u-comment_balloon {
  min-width: 250px;
}
@media screen and (min-width: 1080px) {
  .p-top_mv .u-cta_button {
    padding: 2.4rem 1.6rem 2.4rem 3.2rem;
    border-radius: 8px;
  }
  .p-top_mv .u-cta_button::after {
    width: 28px;
    height: 28px;
    background-size: 16px 28px;
  }
  .p-top_mv .u-cta_button .text {
    font-size: 3.2rem;
    height: auto;
  }
  .p-top_mv .u-comment_balloon {
    min-width: 300px;
}
}