body {
  background-color: black;
  width: 100%;
  color: white;
  margin: 0;
  font-family: -apple-system, "Helvetica", sans-serif;
}
.wrap {
  max-width: 1280px;
  margin: 0 auto;
}
img {
  display: block;
}
.mcutitle img {
  height: 100px;
  margin: 50px auto;
}
.saga_badge {
  height: 54px;
  border: 2px solid white;
  border-radius: 10px;
  width: fit-content;
  background-color: #333;
  margin-left: 40px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.saga_logo {
  width: 100px;
  height: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saga_logo img {
  height: 80%;
}
.saga_name {
  height: 100%;
  margin-left: 10px;
  margin-right: 15px;
}
.saga_name p{
  font-size: 20px;
  line-height: 52px;
  margin: 0;
  font-weight: 600;
}
.phase_number {
  font-size: 20px;
  line-height: 50px;
  margin-top: 20px;
  color: #E12;
  font-weight: 600;
  margin-left: 40px;
}
section > div:nth-child(2n){
  background-color: #111;
}
section > div:last-child{
  border-bottom: 1px solid #888;
}
.row {
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.pro_logo, .pro_cato, .pro_epis, .pro_date {
  height: 50px;
}
.col p {
  font-size: 18px;
  line-height: 50px;
  margin: 0;
}
.pro_logo {
  margin-left: 40px;
  order: 1;
}
.pro_logo img {
  height: 50px;
}

.pro_cato {
  width: 120px;
  order: 2;
  display: block;
}
.cat_anim, .cat_film, .cat_shrt, .cat_tvsp, .cat_tvsr {
  height: 20px;
  border-radius: 10px;
  margin-top: 15px;
  margin-left: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.cat_film {
  background-color: #F44;
  width: 56px;
}
.cat_tvsr {
  background-color: #5BF;
  width: 96px;
}
.cat_tvsp {
  background-color: #F85;
  width: 106px;
}
.cat_shrt {
  background-color: #C7F;
  width: 80px;
}
.cat_anim {
  background-color: #2D6;
  width: 104px;
}

.pro_name {
  order: 3;
  flex-grow: 1;
}

.pro_epis {
  color: #999;
  order: 4;
}

.pro_date {
  width: 100px;
  margin-right: 40px;
  order: 5;
  text-align: right;
}
.pro_name p{
  margin-left: 20px;
}
.pro_date,.pro_epis p {
  margin-right: 40px;
}
footer {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: 50%;
}
footer .ftrimg {
  margin-left: 40px;
  margin-right: 20px;
}
footer img {
  height: 100px;
}
footer p {
  height: 33px;
  font-size: 28px;
  line-height: 33px;
  margin: 0;
}
@media all and (max-width: 768px) {
  .pro_logo {
    width: 100px;
    margin-left: 0px;
    order: 1;
  }
  .pro_logo img {
    height: 50px;
    margin-left: 20px;
  }
  .pro_cato {
    order: 2;
    display: block;
  }
  .pro_name {
    width: 70%;
    order: 4;
  }
  .pro_name p{
    margin-left: 20px;
  }
  .pro_epis {
    width: 30%;
    flex-shrink: 1;
    color: #999;
    text-align: right;
    order: 5;
  }
  .pro_date {
    width: 100px;
    margin-right: 0px;
    flex-grow: 1;
    order: 3;
    text-align: right;
  }
  .pro_date,.pro_epis p {
    margin-right: 20px;
  }
}
