#event #content .content__inner {
  margin: 0 auto 64px;
}
#event #content .content__inner img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#event #content .content__inner ul {
  width: 980px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#event #content .content__inner ul li {
  list-style: none;
  width: 980px;
  height: auto;
  margin: 0 auto;
}
#event #content .content__inner .btn01 {
  width: 630px;
  height: auto;
  margin: 0 auto 60px;
}
#event #content .content__inner .btn01 a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#event #content .content__inner .btn01 a:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
#event #content .content__inner .bnr {
  width: 980px;
  height: auto;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: none;
}
#event #content .content__inner .bnr li {
  list-style: none;
  width: 470px;
  height: auto;
  margin: 0;
}
#event #content .content__inner .bnr li a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

@media screen and (max-width: 750px) {
  #event #content .content__inner {
    width: 92vw;
    margin: 0 auto 8.5333333333vw;
  }
  #event #content .content__inner ul {
    width: 92vw;
  }
  #event #content .content__inner ul li {
    width: 92vw;
  }
  #event #content .content__inner .btn01 {
    width: 84vw;
    height: auto;
    margin: 0 auto 8vw;
  }
  #event #content .content__inner .btn01 a:hover {
    opacity: 1;
  }
  #event #content .content__inner .bnr {
    width: 84vw;
    margin: 0 auto;
  }
  #event #content .content__inner .bnr li {
    width: 84vw;
    margin: 5.3333333333vw 0 auto;
  }
  #event #content .content__inner .bnr li:first-child {
    margin-top: 0;
  }
  #event #content .content__inner .bnr li a:hover {
    opacity: 1;
  }
}