.Credit .m-container {
  display: block;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  margin-top: 10%;
  width: 80%;
  height: 55%; }
  .Credit .m-container .m-header {
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    border-radius: 20px 20px 0 0;
    font-size: 1.2em;
    font-family: 'mSimpleRoundFont';
    color: #1C2242;
    background: #A6A4A9; }
    .Credit .m-container .m-header .m-close {
      display: block;
      position: absolute;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      top: 50%;
      right: 0;
      display: block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      right: 10px;
      text-align: center;
      cursor: pointer;
      background: #1C2242;
      color: #A6A4A9; }
      .Credit .m-container .m-header .m-close:hover {
        opacity: 0.8; }
  .Credit .m-container .m-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: calc(100% - 30px);
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0 0 20px 20px;
    border: 1px #A6A4A9 solid;
    background: #f0f0f0; }
    .Credit .m-container .m-main .m-cast {
      position: relative;
      width: 90px;
      height: 90px;
      background: url("../img/cast/icon.png") no-repeat center center;
      background-size: contain;
      margin: 0 3% 3% 0;
      color: #1C2242;
      cursor: pointer; }
      .Credit .m-container .m-main .m-cast .m-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: absolute;
        bottom: 0;
        width: 100%;
        font-size: 0.9em;
        padding: 0 10px; }
      .Credit .m-container .m-main .m-cast:hover .m-name {
        background: #1C2242;
        color: #f0f0f0; }
  .Credit .m-container .m-popup {
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    position: absolute;
    top: 35px;
    left: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 5px #1C2242; }
    .Credit .m-container .m-popup.isOpen {
      left: 30px;
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .Credit .m-container .m-popup .m-header {
      font-family: '';
      font-weight: bold; }
      .Credit .m-container .m-popup .m-header .m-close {
        font-family: 'mSimpleRoundFont'; }
    .Credit .m-container .m-popup .m-main {
      color: #1C2242;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .Credit .m-container .m-popup .m-main .m-left_contents {
        min-width: 100px;
        width: 20%;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 5px;
        border-right: 1px #A6A4A9 solid; }
        .Credit .m-container .m-popup .m-main .m-left_contents div {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 0.9em;
          margin-bottom: 10px;
          cursor: pointer; }
          .Credit .m-container .m-popup .m-main .m-left_contents div:hover {
            color: #f0f0f0;
            background: #1C2242; }
      .Credit .m-container .m-popup .m-main .m-right_contents {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-left: 5px; }
        .Credit .m-container .m-popup .m-main .m-right_contents .m-name {
          margin-bottom: 15px;
          border-bottom: 1px #1C2242 solid; }
          .Credit .m-container .m-popup .m-main .m-right_contents .m-name span {
            padding-left: 10px; }
        .Credit .m-container .m-popup .m-main .m-right_contents .m-icons a {
          margin: 10px 20px; }
        .Credit .m-container .m-popup .m-main .m-right_contents .m-icons .m-cast_banner {
          display: block;
          width: 200px;
          height: 100%; }
          .Credit .m-container .m-popup .m-main .m-right_contents .m-icons .m-cast_banner:hover {
            opacity: 0.7; }
        .Credit .m-container .m-popup .m-main .m-right_contents .m-icons .m-cast_twitter {
          display: inline-block;
          width: 40px;
          height: 40px;
          background: url("../img/cast/banner/twitter.png") no-repeat; }
          .Credit .m-container .m-popup .m-main .m-right_contents .m-icons .m-cast_twitter:hover {
            opacity: 0.7; }
        .Credit .m-container .m-popup .m-main .m-right_contents .m-icons .m-cast_pixiv {
          display: inline-block;
          width: 100px;
          height: 40px;
          background: url("../img/cast/banner/pixiv.png") no-repeat; }
          .Credit .m-container .m-popup .m-main .m-right_contents .m-icons .m-cast_pixiv:hover {
            opacity: 0.7; }

.Credit.isSelected .m-container {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }
