@charset "UTF-8";
/*=============================================
*
* 
*
=============================================*/
.comment-heading-box {
  margin: 85px auto 35px;
  max-width: 895px;
}
@media screen and (max-width: 935px) {
  .comment-heading-box {
    padding: 0 16px;
  }
}

.comment-heading-box__body {
  aspect-ratio: 896/160;
  background: url(../images/comment/comment-heading-box-back-Q.svg) no-repeat left 158px bottom -23px #ff5b60;
  background-size: 193.3615px auto;
  border-radius: 80px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .comment-heading-box__body {
    border-radius: 50px;
  }
}
@supports not (aspect-ratio: 1/1) {
  .comment-heading-box__body {
    padding-top: 17.8571428571%;
    height: 0;
  }
}
@media screen and (max-width: 700px) {
  .comment-heading-box__body {
    aspect-ratio: auto;
    background: url(../images/comment/comment-heading-box-back-Q.svg) no-repeat right -13px bottom -28px #ff5b60;
    height: auto;
    min-height: 166.3722px;
  }
}

.comment-heading-box__img {
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media screen and (max-width: 700px) {
  .comment-heading-box__img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .comment-heading-box.-type-01 .comment-heading-box__img {
    width: 121.43px;
  }
  .comment-heading-box.-type-02 .comment-heading-box__img {
    width: 127px;
  }
}

.comment-heading {
  color: #fff;
  font-family: "RocknRoll One", sans-serif;
  font-size: 2.45rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.6px;
  line-height: 1.444;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .comment-heading {
    font-size: 1.8rem;
    left: 135px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

/*=============================================
*
* 一覧
*
=============================================*/
.comment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin: 45px auto;
  max-width: 895px;
}
@media screen and (max-width: 935px) {
  .comment-list {
    padding: 0 20px;
  }
}

.comment-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --comment-shadow-x: -6px;
}
.comment-list__item.-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  --comment-shadow-x: 6px;
}
.comment-list__item.-right {
  --comment-shadow-x: -6px;
}
.comment-list__item:nth-child(odd) .comment-list__box {
  -webkit-filter: drop-shadow(var(--comment-shadow-x) 6px 0px #FFDDDE);
          filter: drop-shadow(var(--comment-shadow-x) 6px 0px #FFDDDE);
}
.comment-list__item:nth-child(even) .comment-list__box {
  -webkit-filter: drop-shadow(var(--comment-shadow-x) 6px 0px #fff4ba);
          filter: drop-shadow(var(--comment-shadow-x) 6px 0px #fff4ba);
}

.comment-list__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 40px 30px 55px;
  position: relative;
  width: calc(100% - 200px);
}
@media screen and (max-width: 700px) {
  .comment-list__box {
    border-radius: 26px;
    padding: 30px 20px;
    width: 100%;
  }
}

.comment-list__comment {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1.4;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 700px) {
  .comment-list__comment {
    font-weight: 700;
  }
}
.comment-list__comment b {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1;
  vertical-align: sub;
}

.comment-list__person-box {
  border-radius: 30px;
  height: 160px;
  overflow: hidden;
  position: relative;
  width: 160px;
}
@media screen and (max-width: 700px) {
  .comment-list__person-box {
    height: 155.52px;
    margin-bottom: 10px;
    width: 155.52px;
  }
}

.comment-list__note {
  font-size: 1.5rem;
  position: relative;
  text-align: left;
  z-index: 1;
}

.comment-list__person-name {
  color: #fff;
  bottom: 0;
  font-family: "RocknRoll One", sans-serif;
  position: absolute;
  width: 100%;
}
.comment-list__person-name.-pink {
  background: rgba(255, 91, 96, 0.9);
}
.comment-list__person-name.-blue {
  background: rgba(51, 153, 255, 0.9);
}

.comment-list__person-name-suffix {
  font-size: 1.3rem;
}

/*=============================================
*
* 注目
*
=============================================*/
.comment-featured {
  margin: 45px auto;
  max-width: 895px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .comment-featured {
    max-width: 100%;
  }
}
@media screen and (max-width: 1250px) {
  .comment-featured {
    max-width: 895px;
  }
}
@media screen and (max-width: 935px) {
  .comment-featured {
    max-width: 895px;
    margin: 45px auto -45px;
  }
  .comment-featured__comment-box.-right .comment-featured {
    text-align: right;
  }
}

.comment-featured__img-box {
  margin: 0 auto;
  max-width: 895px;
}
@media screen and (max-width: 935px) {
  .comment-featured__img-box {
    padding: 0 16px;
  }
}

.comment-featured__comment-box {
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 1250px) {
  .comment-featured__comment-box {
    position: relative;
  }
}
.comment-featured__comment-box.-left {
  right: 50%;
  -webkit-transform: translate(-90px, -50%);
          transform: translate(-90px, -50%);
}
@media screen and (max-width: 1500px) {
  .comment-featured__comment-box.-left {
    left: 0;
    right: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1250px) {
  .comment-featured__comment-box.-left {
    bottom: 45px;
    left: 31px;
    right: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.comment-featured__comment-box.-right {
  left: 50%;
  -webkit-transform: translate(90px, -50%);
          transform: translate(90px, -50%);
}
@media screen and (max-width: 1500px) {
  .comment-featured__comment-box.-right {
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1250px) {
  .comment-featured__comment-box.-right {
    bottom: 45px;
    display: inline-block;
    left: 100%;
    right: auto;
    top: auto;
    -webkit-transform: translate(calc(-100% - 16px), 0);
            transform: translate(calc(-100% - 16px), 0);
  }
}

.comment-featured__comment {
  color: #ff5b60;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .comment-featured__comment {
    font-size: 2rem;
  }
}
.comment-featured__comment span {
  background: #fff;
  border-radius: 100px;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  padding: 8px 15px 11px 15px;
  text-align: left;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 700px) {
  .comment-featured__comment span {
    margin-bottom: 5px;
    padding: 6px 10px 8px 10px;
  }
}
.comment-featured__comment span:last-child {
  margin-bottom: 0;
}
.comment-featured__comment span.comment-featured__comment-small-text {
  font-size: 1.8rem;
}