.sp {
  display: inline !important;
}

.pc {
  display: none !important;
}

.sp-block {
  display: block !important;
}

.pc-block {
  display: none !important;
}

@media (min-width: 921px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: inline !important;
  }
  .sp-block {
    display: none !important;
  }
  .pc-block {
    display: block !important;
  }
}

.creators-voice .mainvis__ttl {
  width: 257px;
  margin: 0 auto 15px;
}

.creators-voice .mainvis__logo {
  width: 129px;
  margin: 0 auto 15px;
}

.creators-voice .mainvis__img {
  width: 100%;
}

.creators-voice .mainvis__img img {
  vertical-align: top;
}

@media (min-width: 921px) {
  .creators-voice .mainvis .page__container {
    max-width: 1120px !important;
  }
  .creators-voice .mainvis__ttl {
    width: 430px;
    margin: 0 auto 35px;
  }
  .creators-voice .mainvis__logo {
    width: 180px;
    margin: 0 auto 35px;
  }
  .creators-voice .mainvis__img {
    width: 100%;
  }
  .creators-voice .mainvis__img img {
    vertical-align: top;
  }
}

.creators-voice .content__main-copy {
  font-size: 13px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 2;
  text-align: center;
  margin-bottom: 30px !important;
}

.creators-voice .content__btn-wrap {
  text-align: center;
}

.creators-voice .content__btn {
  display: inline-block;
  padding-left: 12px;
  padding-right: 8px;
  border-bottom: 1px #000 solid;
}

.creators-voice .content__btn span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-right: 7px;
  padding-bottom: 7px;
}

.creators-voice .content__btn::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  background-image: url(../img/contents/creators-voice/icon_arrow_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.creators-voice .content__list {
  padding-top: 40px;
}

.creators-voice .content__list li {
  margin-bottom: 30px;
}

.creators-voice .content__list .img {
  margin-bottom: 10px;
}

.creators-voice .content__list .txt {
  font-size: 12px;
  line-height: 2;
}

.creators-voice .content__main-img {
  margin-bottom: 25px;
}

.creators-voice .content__main-img img {
  vertical-align: top;
}

.creators-voice .content__logo {
  width: 129px;
  margin: 0 auto 15px;
}

.creators-voice .content .profile {
  padding-top: 55px;
}

.creators-voice .content .profile__ttl {
  line-height: 0em;
  padding: 5px;
  text-align: center;
}

.creators-voice .content .profile__ttl img {
  width: 57px;
  display: inline-block;
}

.creators-voice .content .profile__body {
  padding: 30px 0 15px;
  border-top: 1px black solid;
  border-bottom: 1px black solid;
}

.creators-voice .content .profile__img {
  width: 210px;
  margin: 0 auto 20px;
  line-height: 0;
}

.creators-voice .content .profile__name {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 10px;
  line-height: 1;
}

.creators-voice .content .profile__name span {
  font-size: 11px;
}

.creators-voice .content .profile__detail {
  font-size: 11px;
  line-height: 2em;
  margin-bottom: 0 !important;
}

@media (min-width: 921px) {
  .creators-voice .content .page__container {
    max-width: 1120px !important;
  }
  .creators-voice .content__main-copy {
    font-size: 17px;
    line-height: 2.1;
    margin-bottom: 25px !important;
  }
  .creators-voice .content__btn {
    padding-left: 45px;
    padding-right: 15px;
    -webkit-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
  }
  .creators-voice .content__btn:hover {
    opacity: 0.5;
  }
  .creators-voice .content__btn span {
    font-size: 17px;
    margin-right: 25px;
    padding-bottom: 12px;
  }
  .creators-voice .content__btn::after {
    position: relative;
    top: -2px;
    background-image: url(../img/contents/creators-voice/icon_arrow_pc.png);
  }
  .creators-voice .content__list {
    padding-top: 80px;
  }
  .creators-voice .content__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 75px;
  }
  .creators-voice .content__list li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 80px;
  }
  .creators-voice .content__list .img {
    width: 55.5%;
    margin-bottom: 0px;
  }
  .creators-voice .content__list .txt {
    width: 39.2%;
    font-size: 16px;
  }
  .creators-voice .content__main-img {
    width: 71.4%;
    max-width: 800px;
    margin: 0 auto 40px;
  }
  .creators-voice .content__logo {
    width: 180px;
    margin: 0 auto 25px;
  }
  .creators-voice .content .profile {
    padding-top: 100px;
    margin-bottom: 20px;
  }
  .creators-voice .content .profile__ttl {
    padding: 10px;
  }
  .creators-voice .content .profile__ttl img {
    width: 77px;
  }
  .creators-voice .content .profile__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 38px 0;
  }
  .creators-voice .content .profile__img {
    width: 310px;
    max-width: 310px;
    margin: 0;
    margin-right: 25px;
  }
  .creators-voice .content .profile__txt-area {
    width: 43.05556vw;
    max-width: 620px;
  }
  .creators-voice .content .profile__name {
    font-size: 20px;
    text-align: left;
    margin: 0;
    margin-bottom: 8px;
  }
  .creators-voice .content .profile__name span {
    font-size: 14px;
  }
  .creators-voice .content .profile__detail {
    font-size: 15px;
    line-height: 1.86;
  }
}
