/* CSS Document */
h2 {
  font-size: 4rem;
  line-height: 5.8rem;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
h2 span {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  h2 span {
    font-size: 2rem;
    line-height: 1rem;
  }
}

a:hover {
  color: #000000;
}

.breadcrumbwrapper {
  max-width: 1184px;
  padding: 0 32px;
  margin: 0 auto;
}
.breadcrumbwrapper .breadcrumb ul {
  margin-bottom: 0;
}
.breadcrumbwrapper .breadcrumb li a {
  color: #333333;
  transition: 0.3s;
}
.breadcrumbwrapper .breadcrumb li a:hover {
  opacity: 0.8;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .breadcrumbwrapper {
    padding: 0 10px;
  }
}

.btn {
  padding: 0;
  border: none;
  border-radius: 0;
}
.btn:hover {
  background-color: #2A2A2A;
  color: #ffffff;
  opacity: 0.8;
}
.btn.btn03:hover {
  background-color: #F6E514;
  color: #000000;
  opacity: 0.8;
}

.main-area {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .main-area {
    margin-top: 20px;
  }
}
.main-area .main-img {
  width: 807px;
  max-width: 100%;
  text-align: right;
}
.main-area .main-img img {
  width: 800px;
}
.main-area .title-area {
  max-width: 1184px;
  padding: 0 32px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-area .title-area {
    flex-direction: column;
    padding: 0 10px;
  }
}
.main-area .title-area h1 {
  font-size: 3rem;
  line-height: 4.4rem;
  font-weight: bold;
  letter-spacing: -1.32px;
  margin-right: 24px;
  padding-top: 3.671875vw;
  flex-shrink: 0;
  margin-top: 0;
}
@media (min-width: 1280px) {
  .main-area .title-area h1 {
    padding-top: 47px;
  }
}
@media (max-width: 880px) {
  .main-area .title-area h1 {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-area .title-area h1 {
    padding-top: 0;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.main-area .title-area h1 span {
  display: block;
  font-size: 2.4rem;
  line-height: 3.5rem;
  letter-spacing: -1.06px;
}
.main-area .title-area .img {
  position: absolute;
  top: 13.046875vw;
  left: 10px;
  max-width: 500px;
  width: 39.0625vw;
}
@media (min-width: 1280px) {
  .main-area .title-area .img {
    top: 167px;
  }
}
@media (max-width: 880px) {
  .main-area .title-area .img {
    top: 10.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .main-area .title-area .img {
    display: none;
  }
}
.main-area .info-area {
  margin-top: -55px;
  background-image: url("/common/images/bg-info-area.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .main-area .info-area {
    background-image: url("/common/images/bg-info-area-2x.png");
  }
}
.main-area .info-area .inner {
  max-width: 1054px;
  margin: 0 auto;
  padding: 88px 32px 262px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-area .info-area .inner {
    padding: 88px 10px 262px;
  }
}
.main-area .info-area table {
  width: 482px;
  margin-left: auto;
  border-collapse: separate;
  border-spacing: 4px 4px;
}
@media (max-width: 880px) {
  .main-area .info-area table {
    width: 400px;
    border-spacing: 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .main-area .info-area table {
    width: 100%;
  }
}
.main-area .info-area table th,
.main-area .info-area table td {
  background-color: #F3F3F3;
  padding: 6px 10px 6px 20px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 880px) {
  .main-area .info-area table th,
  .main-area .info-area table td {
    display: block;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .main-area .info-area table th,
  .main-area .info-area table td {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.main-area .info-area table th {
  width: 150px;
}
@media (max-width: 880px) {
  .main-area .info-area table th {
    width: 100%;
  }
}
.main-area .info-area table td {
  word-break: break-all;
  width: calc(100% - 150px);
}
@media (max-width: 880px) {
  .main-area .info-area table td {
    width: 100%;
  }
}
.main-area .about {
  max-width: 964px;
  margin: -220px auto 55px;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .main-area .about {
    padding: 0 10px;
  }
}
.main-area .about .inner {
  padding: 25px 26px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .main-area .about .inner {
    padding: 25px 15px;
  }
}
.main-area .about .inner *:last-child {
  margin-bottom: 0;
}
.main-area .about .inner h2 {
  margin-bottom: 30px;
}
.main-area .about .inner p {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .main-area .about .inner p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.session {
  margin-bottom: 50px;
}
.session h2 {
  margin-bottom: 80px;
}

.sponsor {
  margin-bottom: 50px;
}
.sponsor .inner {
  max-width: 944px;
  margin: 0 auto;
  padding: 60px 32px 0;
}
@media screen and (max-width: 767px) {
  .sponsor .inner {
    padding: 50px 10px 0;
  }
}
.sponsor .inner *:last-child {
  margin-bottom: 0;
}
.sponsor h2 {
  margin-bottom: 80px;
}
.sponsor h2 span {
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.sponsor h3 {
  font-size: 3rem;
  line-height: 3.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sponsor h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.sponsor ul {
  text-align: center;
  list-style: none;
  margin-bottom: 50px;
}
.sponsor ul li {
  list-style: none;
}
.sponsor .platinum {
  margin: 0 0 100px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.sponsor .platinum li {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}
.sponsor .gold {
  margin: 0 0 100px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.sponsor .gold li {
  max-width: 600px;
  margin: 0 0 20px;
  width: 45.455%;
}
@media screen and (max-width: 767px) {
  .sponsor .gold li {
    width: 75%;
    margin: 0 auto 20px;
  }
}
.sponsor .silver {
  margin: 0 0 100px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.sponsor .silver::after {
  order: 9999;
  content: "";
  width: 31.819%;
}
@media screen and (max-width: 767px) {
  .sponsor .silver::after {
    width: 47.5%;
  }
}
.sponsor .silver li {
  max-width: 600px;
  margin: 0 0 20px;
  width: 31.819%;
}
@media screen and (max-width: 767px) {
  .sponsor .silver li {
    width: 47.5%;
  }
}
.sponsor .bronze {
  margin: 0 0 100px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.sponsor .bronze::before, .sponsor .bronze::after {
  order: 9999;
  content: "";
  width: 23.297%;
}
@media screen and (max-width: 767px) {
  .sponsor .bronze::before, .sponsor .bronze::after {
    width: 47.5%;
  }
}
.sponsor .bronze li {
  max-width: 600px;
  margin: 0 0 20px;
  width: 23.297%;
}
@media screen and (max-width: 767px) {
  .sponsor .bronze li {
    width: 47.5%;
  }
}
.sponsor .special {
  margin: 0 0 100px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.sponsor .special::before, .sponsor .special::after {
  order: 9999;
  content: "";
  width: 23.297%;
}
@media screen and (max-width: 767px) {
  .sponsor .special::before, .sponsor .special::after {
    width: 47.5%;
  }
}
.sponsor .special li {
  max-width: 600px;
  margin: 0 0 20px;
  width: 23.297%;
}
@media screen and (max-width: 767px) {
  .sponsor .special li {
    width: 47.5%;
  }
}
.sponsor .media {
  margin: 0 0 100px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.sponsor .media::before, .sponsor .media::after {
  order: 9999;
  content: "";
  width: 23.297%;
}
@media screen and (max-width: 767px) {
  .sponsor .media::before, .sponsor .media::after {
    width: 47.5%;
  }
}
.sponsor .media li {
  max-width: 600px;
  margin: 0 0 20px;
  width: 23.297%;
}
@media screen and (max-width: 767px) {
  .sponsor .media li {
    width: 47.5%;
  }
}

.result {
  margin-bottom: 85px;
}
.result .inner {
  max-width: 748px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .result .inner {
    padding: 0 10px;
  }
}
.result .inner h2 {
  margin-bottom: 30px;
}
.result .inner .numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .result .inner .numbers {
    flex-direction: column;
    align-items: center;
  }
}
.result .inner .num {
  text-align: center;
  font-weight: 900;
  padding-bottom: 7px;
  margin-bottom: 8px;
}
.result .inner .num::after {
  content: "";
  display: block;
  margin: 7px auto 0;
  height: 11px;
  width: 150px;
}
.result .inner .num span {
  font-size: 4rem;
  line-height: 5.8rem;
  margin-right: 6px;
}
.result .inner .num01 {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .result .inner .num01 {
    margin-bottom: 30px;
  }
}
.result .inner .num01 .num::after {
  background-color: #E14D74;
}
.result .inner .num02 {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .result .inner .num02 {
    margin-bottom: 30px;
  }
}
.result .inner .num02 .num::after {
  background-color: #F6E514;
}
.result .inner .num03 {
  width: 170px;
}
.result .inner .num03 .num::after {
  background-color: #F2EDE9;
}
.result .inner h3 {
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.result .inner .kome {
  font-size: 10px;
  line-height: 1.3rem;
  text-align: center;
  transform: scale(0.9);
}

.scene {
  margin-bottom: 85px;
  background-size: cover;
}
.scene .inner {
  max-width: 1133px;
  padding: 63px 32px 58px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .scene .inner {
    padding: 50px 10px;
  }
}
.scene .inner h2 {
  color: #ffffff;
  margin-bottom: 55px;
}
.scene .images {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .scene .images {
    flex-direction: column;
  }
}
.scene .images .img {
  width: calc((100% - 52px) / 3);
  margin-bottom: 30px;
}
.scene .images .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .scene .images .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

#bs .sessionBox:hover {
  background-color: transparent;
}