#qualifying,
#final,
#event,
#ceremony {
  margin-top: -80px;
  padding-top: 80px;
}

/* ------------------------ 基本情報 ------------------------ */
.-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
.-inner.-mb {
  margin-bottom: 70px;
}
.-inner-2 {
  margin-bottom: 50px;
}

/* ------------------------ メイン情報 ------------------------ */
.main-box {
  text-align: center;
  border: 2px solid #bebebe;
  padding: 40px 75px 50px;
  border-radius: 7px;
  margin-bottom: 50px;
}
.main-box .logo {
  margin: 0 auto 10px;
  width: 80%;
}
.main-box .main-box-title {
  background: none;
  margin: 0 auto 20px;
  padding: 5px 5px 11px;
  width: 840px;
  color: #7c7282;
  font-size: 26px;
  font-weight: 500;
  border-radius: unset;
  box-sizing: border-box;
  border-bottom: 2px solid #d9e367;
}

.main-box .main-box-lead {
  text-align: left;
  color: #000;
  font-size: 18px;
  line-height: 1.8;
}

/* ------------------------ 各ブロックイメージ ------------------------ */
/* img-list02 */
.img-list02 {
  text-align: center;
  font-size: 0;
}
.img-list02 li {
  display: inline-block;
  width: 32%;
  margin: 0.2%;
}
/* img-list03 */
.img-list03 {
  display: flex;
  flex-wrap: wrap;
}
.img-list03 li {
  width: 50%;
}
.img-list03 li:first-child {
  width: 100%;
}
.img-list03 li img {
  width: 100%;
}

/* ------------------------ 表彰式 report06-08 ------------------------ */
/* frame */
.report2019-06 {
}
.report2019-06 .title {
  background: #595757;
  margin: 0 auto 40px;
  padding: 5px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  border-radius: 100px;
  box-sizing: border-box;
}
.report2019-06 .title.small {
  padding: 7px;
  font-size: 20px;
}

/* ------------------------ 大会情報 ------------------------ */
.tournament_titlebox {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.tournament_titlebox img {
  width: 100%;
  height: 600px;
  position: absolute;
  object-fit: cover;
  /* top: 50%;
  transform: translateY(-50%); */
}

.tournament_title {
  font-size: 31px;
  text-align: center;
  padding: 10px;
  /* background: #00beb7; */
  background: #595757;
  width: 50%;
  margin: -3% auto;
  border-radius: 50px;
  color: #fff;
  position: relative;
  border: 4px solid #fff;
  font-weight: bold;
}

.tournament_wrap {
  padding: 90px 0 120px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
}

.tournament_wrap_info {
}

.day {
  font-size: 24px;
  border-bottom: 2px solid #d9e367;
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  font-weight: bold;
}

.tournament_wrap_info {
  font-size: 19px;
  margin: 20px auto;
  width: 1000px;
}

.tournament_link a {
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  color: #3f3a39 !important;
  padding: 12px 5px;
  border: none !important;
  background: #d9e367;
  border-radius: 4px;
  border-bottom: 3px solid #a0a93b !important;
  width: 20%;
  margin: 20px 10px 0;
  font-weight: bold;
  line-height: 1.5;
}

.tournament_link a span {
  font-size: 16px;
  display: block;
  line-height: 1.2;
  font-family: Century Gothic, 'Questrial', sans-serif;
  font-weight: 600;
}

/* ------------------------ チーム・選手情報 ------------------------ */
.team-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.team-list li {
  width: calc((100% - 20px) / 2);
  border: 1px solid #bebebe;
  padding: 20px 30px 30px;
  border-radius: 15px;
  text-align: center;
  font-size: 17px;
}
.team-list li.-wide {
  width: 70%;
}

.category {
  border-bottom: #d9e367 4px solid;
  padding: 7px;
  margin-bottom: 20px;
  font-size: 22px;
}

.stroke {
  margin-bottom: 20px;
}

.txt {
  font-size: 16px;
  margin-top: 25px;
  text-align: left;
  line-height: 1.7;
}

.-info-c {
  text-align: center;
}

.img-list02 {
  margin-top: 40px;
}
.img-list02.-mt0 {
  margin-top: 0;
}

.tournament_wrap_final {
  padding-bottom: 70px;
}

#event {
  margin-top: -120px !important;
  padding-top: 120px !important;
  padding-bottom: 100px;
}

/* ************************************************************************************************ */
@media screen and (max-width: 1200px) {
}

/* ************************************************************************************************ */
@media screen and (max-width: 768px) {
  #qualifying,
  #final,
  #event,
  #ceremony {
    margin-top: -10vw;
    padding-top: 10vw;
  }

  /* ------------------------ 基本情報 ------------------------ */
  .-inner {
    width: auto;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .-inner.-mb {
    margin-bottom: 7vw;
  }
  .-inner-2 {
    margin-bottom: 5vw;
  }

  /* ------------------------ メイン情報 ------------------------ */
  .main-box {
    text-align: center;
    border: 2px solid #bebebe;
    padding: 3vw 5vw 5vw;
    border-radius: 7px;
    margin-bottom: 0;
  }
  .main-box .logo {
    margin: 0 auto 2vw;
    width: 80%;
  }
  .main-box .main-box-title {
    margin: 0 auto 2vw;
    padding: 1vw;
    width: auto;
    font-size: 3.5vw;
  }
  .main-box .main-box-lead {
    font-size: 16px;
    text-align: left;
  }

  /* ------------------------ 各ブロックイメージ ------------------------ */

  /* ------------------------ 表彰式 report06-08 ------------------------ */
  /* frame */
  .report2019-06 {
  }
  .report2019-06 .title {
    padding: 0.8vw;
    width: 87vw;
    font-size: 3.5vw;
  }
  .report2019-06 .title.small {
    padding: 1vw;
    font-size: 2.8vw;
    line-height: 1.3;
  }

  /* ------------------------ 大会情報 ------------------------ */
  .tournament_titlebox {
    height: 50vw;
  }
  .tournament_titlebox img {
    height: 50vw;
  }

  .tournament_title {
    font-size: 17px;
    text-align: center;
    padding: 7px;
    background: #00beb7;
    width: 50%;
    margin: -25px auto;
    border-radius: 50px;
    color: #313131;
    position: relative;
    border: 4px solid #fff;
    font-weight: bold;
  }

  .tournament_wrap {
    padding: 14vw 0 14vw;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
  }

  .tournament_wrap_info {
    font-size: 14px;
    margin: 0 auto;
    width: 90%;
  }

  .day {
    font-size: 16px;
    border-bottom: 2px solid #d9e367;
    padding-bottom: 3vw;
    margin-bottom: 4vw;
    padding-top: 3vw;
    font-weight: bold;
  }

  .tournament_link a {
    display: inline-block;
    font-size: 15px;
    padding: 8px 5px;
    width: 35%;
    margin: 3vw 1vw 0;
    line-height: 1.1;
  }

  .tournament_link a span {
    font-size: 12px;
    display: block;
  }

  .tournament_wrap_final {
    padding-bottom: 2vw !important;
  }

  /* ------------------------ チーム・選手情報 ------------------------ */
  .team-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 3vw;
    margin-bottom: 3vw;
  }

  .team-list li {
    width: 100%;
    border: 1px solid #d9e367;
    padding: 2vw 5vw 5vw;
    box-sizing: border-box;
    border-radius: 15px;
    /* margin: 0 auto 5vw; */
  }
  .team-list li.-wide {
    width: 100%;
  }

  .category {
    margin-bottom: 4vw;
    font-size: 17px;
    border-bottom: #d9e367 3px solid;
  }

  .report2019-06 .title {
    width: 90vw;
    font-size: 18px !important;
    margin-bottom: 4vw;
  }

  .team-list {
    font-size: 14px;
  }

  .stroke {
    margin-bottom: 4vw;
  }

  .txt {
    font-size: 14px;
    margin-top: 3vw;
    width: 95%;
    margin: 3vw auto 0;
  }

  .-info-c {
    text-align: left;
  }

  .img-list02 li {
    width: 50%;
    margin: 0;
  }

  .img-list02 {
    margin-top: 5vw;
  }

  #event {
    padding-bottom: 10vw;
  }

  .main-box {
    border: 1px solid #bebebe;
  }
}

/* ************************************************************************************************ */
@media screen and (max-width: 480px) {
  #qualifying,
  #final,
  #event,
  #ceremony {
    margin-top: -11vw;
    padding-top: 11vw;
  }

  /* ------------------------ メイン情報 ------------------------ */
  .main-box .logo {
    margin: 0 auto 3vw;
    width: 90%;
  }
  .main-box .main-box-title {
    font-size: 3.8vw;
  }
  .main-box .main-box-lead {
    font-size: 14px;
  }

  /* ------------------------ 各ブロックイメージ ------------------------ */

  /* img-list02 */
  @media screen and (max-width: 1400px) {
    .img-list02 li {
      width: 50%;
    }
  }

  /* ------------------------ 表彰式 report06-08 ------------------------ */
  /* frame */
  .report2019-06 {
  }
  .report2019-06 .title {
    width: 90vw;
    font-size: 4.5vw;
  }
  .report2019-06 .title.small {
    font-size: 3.2vw;
  }
}
