.p-comment {
  width: 82%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8.6rem 0 15rem;
}

@media screen and (max-width: 960px) {
  .p-comment {
    width: 90%;
    margin: 0 auto;
    padding: 5.6rem 0 12rem;
  }
}

.p-comment_ttl {
  font-size: 3rem;
  color: var(--color-gold);
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-comment_ttl {
    font-size: 2rem;
    margin-bottom: -40px;
  }
}

.p-comment_item {
  padding-top: 100px;
  margin-bottom: -20px;
}

@media screen and (max-width: 960px) {
  .p-comment_item {
    padding-top: 80px;
    margin-bottom: -30px;
  }
}

.p-comment_name {
  text-align: center;
  position: relative;
  text-align: center;
  font-weight: 900;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.p-comment_name p {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 960px) {
  .p-comment_name {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.p-comment_name.new p::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: -5px;
  left: -35px;
  background: url(../img/ost/icon_new.png) no-repeat;
  background-size: contain;
}

.p-comment_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 960px) {
  .p-comment_article {
    display: block;
  }
}

.p-comment_article .movie {
  width: 45%;
  margin-right: 3%;
}

@media screen and (max-width: 960px) {
  .p-comment_article .movie {
    width: 100%;
    margin: 0 0 5% 0;
  }
}

.p-comment_article .movie .p-movie__player {
  width: 100%;
  margin: 0;
}

.p-comment_article .movie .p-movie__player-img::after {
  width: 12.6rem;
  height: 12.6rem;
}

@media screen and (max-width: 960px) {
  .p-comment_article .movie .p-movie__player-img::after {
    width: 10.6rem;
    height: 10.6rem;
  }
}

.p-comment_article .text {
  width: 52%;
  line-height: 1.5em;
}

@media screen and (max-width: 960px) {
  .p-comment_article .text {
    width: 100%;
    font-size: 1.3rem;
  }
}

.next {
  text-align: center;
  font-weight: 900;
  font-size: 2.2rem;
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .next {
    font-size: 1.8rem;
    margin-top: 50px;
  }
}

.p-ost_comment-bnr {
  margin-top: 20px;
}

.p-ost_detail_info__text .comment {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}

.p-ost_detail_info__text .icon_comment {
  position: absolute;
  top: 4px;
  right: -20px;
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 960px) {
  .p-ost_detail_info__text .icon_comment {
    width: 12px;
    height: 12px;
    right: -20px;
    top: 2px;
  }
}
/*# sourceMappingURL=comment.css.map */