.special_contents {
  margin: 5% 0;
}

.switch_btn {
  width: 90%;
  margin: 0 auto 5%;
}

.switch_btn .switch_btn_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 18px;
}

.switch_btn .switch_btn_inner li {
  width: 24%;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
}

.switch_btn .switch_btn_inner li a {
  display: block;
  color: #fff;
  padding: 5% 0;
}

.switch_btn .switch_btn_inner li.on {
  border: 2px solid #9f4868;
  background: -webkit-linear-gradient(top, #8e1747 0%, #780d33 100%);
  background: linear-gradient(to bottom, #8e1747 0%, #780d33 100%);
}

.switch_btn .switch_btn_inner li.off {
  border: 2px solid #929292;
  background: -webkit-linear-gradient(top, #756b6e 0%, #5f5458 100%);
  background: linear-gradient(to bottom, #756b6e 0%, #5f5458 100%);
}

.switch_btn .switch_btn_inner li.off.blank {
  background: -webkit-linear-gradient(top, #625a5c 0%, #453d40 100%);
  background: linear-gradient(to bottom, #625a5c 0%, #453d40 100%);
}

.switch_btn .switch_btn_inner li.off.blank a {
  pointer-events: none;
  color: #888888;
}

.switch_btn .switch_btn_inner li.movie_btn {
  border-radius: 10px 0 0 10px;
}

.switch_btn .switch_btn_inner li.music_btn {
  border-radius: 0 10px 10px 0;
}

.ver_ttl {
  background-image: url(../images/interview/common/title.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

.character_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 5% 0;
}

.character_icon li {
  width: 23%;
  margin-bottom: 4.8%;
}

.character_icon li img {
  vertical-align: bottom;
}

.character_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 5% 0 0;
}

.character_header li {
  width: 48%;
  margin-bottom: 2%;
}

.character_header li img {
  vertical-align: bottom;
}

.music_block {
  width: 95%;
  margin: 0 auto 30px;
}

.music_block .inner_text {
  font-size: 14px;
}

.artist_wrap {
  width: 95%;
  margin: 0 auto 20px;
}

.artist_wrap .artist_img {
  width: 35%;
  float: left;
  margin-right: 15px;
}

.artist_name {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.artist_link_block {
  width: 95%;
  margin: 0 auto;
}

.artist_list li {
  margin-bottom: 1em;
}

.artist_list li a {
  color: #583831;
}

@media screen and (max-width: 750px) {
  .special_contents {
    width: 100%;
    margin: 5% auto;
  }
  .switch_btn {
    width: 100%;
    margin: 0 auto 5%;
  }
  .switch_btn .switch_btn_inner {
    width: 100%;
    margin: 0 auto;
    font-size: .8em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .switch_btn .switch_btn_inner li {
    width: 49%;
    margin-bottom: 2%;
    text-align: center;
  }
  .switch_btn .switch_btn_inner li.on {
    border: 2px solid #9f4868;
  }
  .switch_btn .switch_btn_inner li.off {
    border: 2px solid #929292;
  }
  .character_icon {
    margin: 5% 0 0;
  }
  .character_icon li {
    width: 30%;
    margin-bottom: 3%;
  }
  .character_header {
    display: block;
    margin: 5% 0 0;
  }
  .character_header li {
    width: 100%;
    margin-bottom: 5%;
  }
  .music_block {
    width: 98%;
    margin: 0 auto 20px;
  }
  .music_block .inner_text {
    font-size: 12px;
    text-align: justify;
  }
  .artist_wrap {
    width: 98%;
    margin: 0 auto 20px;
  }
  .artist_wrap .artist_img {
    width: 70%;
    float: none;
    margin: 0 auto;
  }
  .artist_name {
    margin-bottom: 0;
  }
  .artist_list li {
    margin-bottom: 1em;
    word-break: break-all;
    font-size: .9rem;
  }
  .artist_list li a {
    color: #583831;
  }
  .artist_link_block {
    width: 98%;
    margin: 0 auto;
  }
  .ver_ttl {
    background-size: 100%;
  }
}
