#event_stage {
  background-color: #fff;
}
#event_stage .sec01 {
  padding-top: 0;
  background: url("../images/other/event_stage/sec01_bg.jpg?1.1") no-repeat top right;
  background-size: 55%;
  min-height: 600px;
}
#event_stage .sec01 .cont {
  width: 45%;
}
#event_stage .sec01 .cont figure {
  width: 90%;
}
#event_stage .sec01 h3 {
  font-size: min(2.2vw, 1.6em);
  margin-bottom: 0.5em;
}
#event_stage .sec01 p {
  font-size: min(2 vw, 0.9em);
}
#event_stage .sec02 ul.cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#event_stage .sec02 ul.cont li {
  width: 32.5%;
  padding: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
#event_stage .sec02 ul.cont li h3 {
  text-align: center;
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 10px;
}
#event_stage .sec02 ul.cont li h3 span {
  font-size: 0.8em;
}
#event_stage .sec02 ul.cont li table {
  width: 100%;
  font-size: 0.8em;
  font-weight: normal;
}
#event_stage .sec02 ul.cont li table th, #event_stage .sec02 ul.cont li table td {
  padding: 5px;
  border-bottom: 1px solid #000;
}
#event_stage .sec02 ul.cont li table td {
  text-align: center;
}
#event_stage .sec02 ul.note {
  font-size: 0.9em;
}
#event_stage .sec03 {
  margin-bottom: 100px;
  background-color: #f5f5f5;
}
#event_stage .sec03 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#event_stage .sec03 ul li {
  background-color: #fff;
  width: 32%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
#event_stage .sec03 ul li h3 {
  font-size: 1.1em;
  margin: 10px 0;
}
/*----------------------------------------------------------*/
/* MOBILE */
/*----------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #event_stage {
    background-color: #fff;
  }
  #event_stage .sec01 {
    background: url("../images/other/event_stage/sec01_bg_sp.jpg?1.1") no-repeat top right;
    background-size: 45%;
    min-height: auto;
  }
  #event_stage .sec01 .cont {
    width: 100%;
  }
  #event_stage .sec01 .cont figure {
    width: 75%;
    margin: 0 auto;
  }
  #event_stage .sec01 h3 {
    font-size: min(3.8vw, 1.6em);
    margin-bottom: 0.5em;
  }
  #event_stage .sec01 p {
    font-size: min(3.2vw, 1em);
    width: 60%;
  }
  #event_stage .sec02 ul.cont li {
    width: 49.5%;
  }
  #event_stage .sec03 ul {
    flex-flow: column;
  }
  #event_stage .sec03 ul li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    gap: 10px;
  }
  #event_stage .sec03 ul li figure {
    width: 50%;
  }
  #event_stage .sec03 ul li .cont {
    text-align: left;
  }
  #event_stage .sec03 ul li h3 {
    margin: 5px 0;
  }
}