.c_box {
  flex-wrap: nowrap;
}

main #top_wrapper {
  background-image: url("../img/top_image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 930px;
  position: relative;
}
main #top_wrapper div {
  position: absolute;
  bottom: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
}
main #top_wrapper nav {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 2em;
  margin: 1em;
  width: min(100vw, 1000px);
  height: -moz-fit-content;
  height: fit-content;
}
main #top_wrapper nav ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 0.5em;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
main #top_wrapper nav ul li a {
  transition: all 0.5s;
}
main #top_wrapper nav ul li a:hover {
  color: #ee7439;
  transition: all 0.5s;
}
main #top_wrapper nav ul .border {
  border-left: 0.1em solid #333;
  height: 2em;
  display: inline-block;
}
main .overview {
  padding: 2%;
}
main .overview .c_box {
  width: 100%;
  -moz-column-gap: 6em;
       column-gap: 6em;
}
main .overview .movie {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 2em;
       column-gap: 2em;
  align-items: center;
  padding: 2%;
}
main .overview .movie a {
  transition: 0.5s all;
}
main .overview .movie a:hover {
  opacity: 0.5;
  transition: 0.5s all;
}
main .overview .character {
  align-self: end;
}
main .overview .character .chara_box {
  display: flex;
  justify-content: space-between;
  align-items: end;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
main .overview .character .chara_box img {
  max-width: 120px;
  width: 100%;
}/*# sourceMappingURL=top_page.css.map */