.mv{
  position: relative;
  padding-bottom: 160px;
  background-image: url("../img/mv_bg.png");
  background-repeat: none;
  background-position: center top;
  background-size: cover;
}

.mv-logo{
  text-align: center;
  padding-top: 72px;
}

.mv-subtitle{
  text-align: center;
  margin-top: -40px;
}

.mv h2{
  text-align: center;
  margin-top: -20px;
}

.mv-data{
  text-align: left;
  margin-top: -80px;
  padding: 0 20px;
}

.top-program{
  text-align: center;
  padding: 60px 0;
}

.top-endai{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background-color: #ededed;
  font-size: 20px;
  font-weight: 700;
}

.top-endai span{
  padding: 0.4em 1em;
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.top-video{
  text-align: center;
}

.top-video .video{
  display: inline-block;
  width: 500px;
}

.content{
  padding: 0 30px;
}

.content h2{
  position: relative;
  padding: 15px 25px;
  margin-bottom: 30px;
  color: #fff;
  background: #0081cc;
  line-height: 1.1;
  font-size: 2.4rem;
  vertical-align: middle;
  border-radius: 5px;
}

.news-wrapper{
  max-height: 375px;
  overflow-y: scroll;
}

.news{
  margin-top: 50px;
}

.news li{
  padding: 24px;
  border-bottom: solid 1px #e6e6e6;
  display: flex;
}

.news li .news-time{
  width: 8em;
}

.news li .news-inner{
  flex: 1;
  padding-left: 0.5em;
}

.top-movie{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.mv-block p{
  margin-top: 5px;
  font-weight: bold;
}

.note-block{
  border: solid 4px #f00;
  padding: 50px;
}

.note-block h3{
  font-size: 2.0rem;
  text-align: center;
}

.note-block-txt{
  margin-top: 20px;
}

.note-block-note{
  margin-top: 30px;
  text-align: center;
}

.note-block-btn{
  margin-top: 10px;
  text-align: center;
}

.note-block-btn a{
  display: inline-block;
  min-width: 400px;
}

.result{
  margin-top:60px;
}

.result h2{
  background: #1e3168;
  color: #fff;
  font-size: 20px;
}

.res-inner{
  padding: 0 1em;
}

.res-box{
  margin-top: 30px;
}
 
.res-box h3{
  display: flex;
  margin-top: 10px;
}

.res-box h3 .head{
  width: 4em;
}

.res-box h3 .theme{
  flex: 1;
  border-left: solid 1px #ccc;
  padding-left: 1em;
}

.shou{
  margin-right: 1em;
  color: #fff;
  font-weight: bold;
  width: 11em;
  padding: 5px;
  text-align: center;
  background: #333;
}

.num{
  margin-top: 1.5em;
}

.shou.no1{
  background: #f00;
}

.shou.no2{
  background: #f39800;
}

.name{
  margin-top: 10px;
}

.top-end{
  padding: 1em 1.2em;
  border: solid 1px #333;
}

.top-end dt{
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.7em;
  font-size: 17px;
}

.top-end dd{
  font-size: 15px;
}

.award {
  border: solid 1px #333;
  padding: 1.5em 2em;
}

.list{
  display: grid;
  grid-template-columns: auto auto;
  gap: 1em;
  font-size: 15px;
}

.award .list dt {
  font-weight: bold;
}