.episode {
  position: relative;
}

.c-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) repeat top left/785px auto;
  z-index: -1;
}

.p-profile__intro__inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media (min-width: 1280px) {
  .p-profile__intro__inner01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
@media (min-width: 1280px) {
  .p-profile__intro__inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-interview__inner {
  border-radius: 35px;
  width: 327px;
  padding: 30px 16px 32px;
  background: #fff;
}
@media (min-width: 1280px) {
  .p-interview__inner {
    width: 780px;
    border-radius: 50px;
    padding: 31px 30px 58px;
  }
}
.p-interview__inner h3 {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14.75px;
     -moz-column-gap: 14.75px;
          column-gap: 14.75px;
  color: #8F569B;
  font-family: "IBM Plex Sans JP";
  font-size: 15px;
  font-weight: 700;
  line-height: 169.231%;
  text-align: left;
  background: url(../images/border_purple.svg) no-repeat bottom/100% auto;
}
@media (min-width: 1280px) {
  .p-interview__inner h3 {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 166.667%;
    background: url(../images/border_purple_pc.svg) no-repeat bottom/100% auto;
  }
}
.p-interview__inner h3::before {
  content: "";
  display: block;
  width: 17.254px;
  height: 13.121px;
  background: url(../images/deco_quote.svg) no-repeat top/cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1280px) {
  .p-interview__inner h3::before {
    width: 23.005px;
    height: 17.494px;
  }
}
.p-interview__inner h4 {
  padding-block: 19px;
  color: #886019;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: 15px;
  font-weight: 600;
  line-height: 230.769%;
  background: url(../images/border_rainbow.png) no-repeat center/contain;
}
@media (min-width: 1280px) {
  .p-interview__inner h4 {
    padding-block: 26px;
    font-size: 18px;
    line-height: 166.667%;
    background: url(../images/border_rainbow_pc.png) no-repeat center/contain;
  }
}
.p-interview__inner p {
  color: #2A2927;
  font-family: "IBM Plex Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 187.5%;
  text-align: left;
}
@media (min-width: 1280px) {
  .p-interview__inner p {
    font-size: 16px;
  }
}
.p-interview__inner p strong {
  font-weight: 700;
}
.p-interview__inner p em {
  font-style: normal;
  font-weight: 700;
  color: #FF5223;
}
.p-interview__inner .comment {
  color: #886019;
  font-family: "IBM Plex Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 187.5%;
}
@media (min-width: 1280px) {
  .p-interview__inner .comment {
    font-size: 16px;
  }
}
.p-interview__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (min-width: 1280px) {
  .p-interview__2col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 25px;
  }
}
.p-interview__2col p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1280px) {
  .p-interview__character {
    -webkit-transform: translateX(225px);
            transform: translateX(225px);
  }
}