@charset "UTF-8";


#mint h2 img,
#ohno h2 img,
#tanimachi h2 img {
  height: 2.55em;
}


/* characters */

p.character#mint {
  right: 1%;
  top: -4em;
}
p.character#mint img {
  width: 15em;
}

p.character#ohno {
  left: 0%;
  top: -4em;
}
p.character#ohno img {
  width: 14em;
}

p.character#tanimachi {
  right: 2%;
  top: -2em;
}
p.character#tanimachi img {
  width: 15em;
}

/* small-screen */

@media (max-width: 600px) {
  p.character#mint {
    float: right;
    top: 0;
  }
  p.character#mint img {
    width: 9.5em;
  }

  p.character#ohno {
    float: left;
    margin-left: -1em;
    top: 0;
  }
  p.character#ohno img {
    width: 9em;
  }

  p.character#tanimachi {
    float: right;
    top: 0;
  }
  p.character#tanimachi img {
    width: 10em;
  }
}
