#contents #inner {
  position: relative; }
  #contents #inner img {
    width: 100%;
    height: auto; }
  #contents #inner p.item {
    width: 100%;
    height: auto;
    line-height: 0;
    font-size: 0; }
    #contents #inner p.item a {
      text-decoration: none;
      border: none;
      line-height: 0;
      font-size: 0; }
  #contents #inner .chara {
    position: relative;
    height: 100%; }
    #contents #inner .chara .chara_banner {
      position: relative;
      z-index: 1; }
      #contents #inner .chara .chara_banner.toggle {
        position: absolute;
        opacity: 0; }
    #contents #inner .chara .chara_item {
      position: absolute;
      opacity: 0;
      height: 0; }
      #contents #inner .chara .chara_item.toggle {
        position: relative;
        height: auto;
        opacity: 1; }
  #contents #inner p.movie_btn {
    position: absolute;
    width: 82%;
    left: 9%;
    bottom: 3%; }
