@charset "utf-8";
/* CSS Document */
body::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #00a0e9;
}
main{
  padding: 85px 0 0;
}
img {
  max-width: 100%;
}

a img:hover {
  opacity: 0.75;
  transition: 0.1s;
}

.inner_main01 {
max-width: 100%;
}

.inner_main02 {
  margin: 0;
}

h1{
  position: static;
  margin-bottom: 56px;
}
.title {
  padding: 20px 137px;
  color: #00a0e9;
  box-shadow: none;
  background: #fff83f;
}

.container {
  position: relative;
  z-index: 0;
}

.entry{
  padding: 81px 0 128px;
  background: url(../img/bg_tournament2.png) repeat-x center top;
  background-size: auto 100%;
}

.video2019 {
  max-width: 760px;
  text-align: center;
  padding-top: 100px;
  margin: 0 auto 40px;
}

video {
  width: 1000px;
  max-width: 100%;
  margin-bottom: 60px;
}

.entry_team {
  margin: 0 10px;
}

.entry_team_inner {
  position: relative;
  text-align: center;
  padding:  65px 10px 10px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  margin: 0 auto;
  max-width: 980px;
  overflow: visible;
}

.entry_team_inner:before,
.entry_team_inner:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  background: no-repeat center center;
  background-size: cover;
}
.entry_team_inner:before {
  top: 0;
  left: 2%;
  width: 64px;
  padding: 51px 0 0;
  background-image: url(../img/icon_entry_top.png);
  transform: translateY(-40%);
}
.entry_team_inner:after {
  bottom: 0;
  right: 2%;
  width: 60px;
  padding: 51px 0 0;
  background-image: url(../img/icon_entry_bottom.png);
  transform: translateY(40%);
}

.entry_team_inner p:nth-child(1) {
  position: absolute;
  top: 0;
  left: 50%;
  width: 33%;
  padding: 4px 0;
  font-size: 18px;
  color: #fff;
  background-color: #e90068;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 8px;
}
.entry_team_inner p:nth-child(1):after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #e90069 transparent transparent transparent;
}

.entry_team_inner p:nth-child(2),
.entry_team_inner .tournament_award + p {
  font-size: 28px;
  color: #e90068;
  line-height: 1.5;
  margin-bottom: 19px;
}

.tournament_record {
  position: relative;
  text-align: center;
  background-color: #dddddd;
  background-image: radial-gradient(#f7f7f7 20%, transparent 20%);
  background-size: 9px 9px;
  margin-top: 135px;
  padding: 69px 10px 60px;
}

.tournament_record > img {
  width: 1000px;
}

.tournament_title {
  font-size: 36px;
  color: #00a0e9;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
.tournament_title .large{
  display: inline-block;
  padding: 3px 0;
  border-bottom: 4px solid #00a0e9;
}
.tournament_title .sub{
  display: block;
  padding: 6px 0;
  font-size: 14px;
}

.record_title {
  font-size: 24px;
  margin-bottom: 11px;
}

.record_title span {
  background: linear-gradient(transparent 60%, #fff83f 60%);
  padding: 0 5px;
}

.record_btn {
  margin-top: 66px;
  text-align: center;
}

.schedule_btn {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  padding: 15px 54px 15px 33px;
  background: url(../img/arrow.png) no-repeat right 18px center #00a0e9;
  background-size: 4.08% auto;
  transition: background-color 0.5s;
}

.record_btn a:hover{
  opacity: 1;
}
.record_btn a:hover .schedule_btn {
  background-color: #0092d4;
}

.schedule_btn:after {
  position: absolute;
  bottom: -8px;
  right: -8px;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/btn_shadow_t.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.schedule_btn .small {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.inner.report {
  position: relative;
  max-width: 980px;
  background-color: #fff;
  margin: 114px auto 0;
  padding: 0 10px;
}

.tournament_report_text {
  max-width: 800px;
  margin: 0 auto;
}

.tournament_report {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 34px 0 0;
  padding-bottom: 70px;
}

.tournament_report img {
  max-width: 49%;
  margin-bottom: 10px;
}

.inner.items {
  position: relative;
  max-width: 980px;
  border: 4px solid #e6e6e6;
  margin: 0 auto 0;
  padding: 50px 10px;
  box-sizing: border-box;
}

.tournament_goods_text {
  max-width: 740px;
  text-align: center;
  margin: 0 auto;
}

.tournament_award {
  position: relative;
  text-align: center;
  border: 6px solid #e90068;
  max-width: 800px;
  margin: 50px auto 85px;
  box-shadow: 11px 11px #e90068;
}
.tournament_award img{
  display: block;
  width: 100%;
}

.tournament_award .award_ribbon {
  position: absolute;
  top: 0;
  left: -18px;
  width: 15.5%;
  height: auto;
  transform: translateY(-24%);
  overflow: hidden;
}
.tournament_goods_award {
  position: relative;
  text-align: center;
  border: 6px solid #00a0e9;
  max-width: 800px;
  margin: 75px auto 30px;
  box-shadow: 11px 11px #00a0e9;
}
.tournament_goods_award img{
  display: block;
  width: 100%;
}

.tournament_goods_award .award_ribbon {
  position: absolute;
  top: 0;
  left: -18px;
  width: 15.5%;
  height: auto;
  transform: translateY(-24%);
  overflow: hidden;
}
.goods_team {
  font-size: 18px;
  text-align: center;
}

.tournament_goods {
  display: flex;
  max-width: 800px;
  margin: 54px auto 0;
}

.tournament_goods_left {
  margin-right: 10px;
  width: 396px;
}

.tournament_goods_right {
  width: 396px;
}

.tournament_goods_left img, .tournament_goods_right img {
  margin-bottom: 10px;
}
.tournament_goods figcaption{
  padding: 0 1em;
  text-align: center;
}


@media screen and (max-width:767px) {
  main{
    padding-top: 14%;
  }

  a img:hover {
    opacity: 1;
  }

  .entry{
    padding: 10% 0;
    background-image: url(../img/bg_tournament2_sp.png);
  }
  .entry_team_inner {
    padding-top: 50px;
  }
  .entry_team_inner:before {
    top: 0;
    left: 3%;
    width: 8.53vw;
    padding: 6.8vw 0 0;
    background-image: url(../img/icon_entry_top.png);
    transform: translateY(-40%);
  }
  .entry_team_inner:after {
    bottom: 0;
    right: 3%;
    width: 8vw;
    padding: 6.8vw 0 0;
    background-image: url(../img/icon_entry_bottom.png);
    transform: translateY(40%);
  }
  h1{
    margin-bottom: 10%;
  }
  .title {
    font-size: 18px;
    box-shadow: none;
    padding: 10px 86px;
  }

  .container {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .entry_team_inner p:nth-child(1) {
    width: 70%;
    font-size: 14px;
  }
  .entry_team_inner p:nth-child(1)::after{
    transform: translateX(-50%) translateY(-2px);
  }

  .entry_team_inner p:nth-child(2),
  .entry_team_inner .tournament_award + p {
    font-size: 18px;
    margin-bottom: 11px;
  }

  .tournament_record {
    margin-top: 62px;
    padding: 45px 10px 35px;
  }

  .tournament_title {
    margin-bottom: 4%;
    font-size: 18px;
  }
  .tournament_title .large{
    border-width: 1px;
  }
  .tournament_title .sub{
    font-size: 11px;
  }

  .record_title {
    font-size: 16px;
    margin-bottom: 0;
  }

  video {
    margin-bottom: 23px;
  }

  .record_btn {
    margin-top: 10%;
    margin-bottom: 20%;
  }

  .schedule_btn {
    width: 80%;
    font-size: 3.6vw;
    padding: 11px 35px;
    box-sizing: border-box;
  }

  .schedule_btn .small {
    font-size: 2.7vw;
  }

  .inner.report {
    margin: 10% 10px 0;
  }

  .inner.report .tournament_report_text {
    font-size: 14px;
    margin: 0;
  }

  .tournament_report {
    flex-direction: column;
    margin: 17px 0 0;
    padding-bottom: 30px;
  }

  .tournament_report img {
    max-width: 100%;
  }

  .inner.items {
    margin: 0 10px 0;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .inner.items .tournament_report_text {
    margin: 0;
  }

  .tournament_goods_text {
    margin-bottom: 5%;
  }
  .tournament_award {
    width: auto;
    border: 3px solid #e90068;
    max-width: 100%;
    margin-top: 6%;
    margin-right: 5px;
    margin-bottom: 8%;
    box-shadow: 6px 6px #e90068;
  }
  .tournament_award .award_ribbon {
    top: .5%;
    left: -8px;
    width: 19.1%;
  }
  .tournament_goods_award {
    width: auto;
    margin-top: 12%;
    margin-right: 5px;
    margin-bottom: 5%;
    border: 3px solid #00a0e9;
    box-shadow: 6px 6px #00a0e9;
  }

  .tournament_goods_award .award_ribbon {
    top: .5%;
    left: -8px;
    width: 19.1%;
  }

  .goods_team {
    font-size: 14px;
    margin-bottom: 27px;
    padding-top: 10px;
  }

  .tournament_goods {
    display: block;
    margin: 0;
    border-width: 3px;
  }

  .tournament_goods img {
    margin-bottom: 3%;
  }

  .tournament_goods_left, .tournament_goods_right {
    width: auto;
    text-align: center;
  }
  .tournament_goods_left img, .tournament_goods_right img {
    width: 80%;
  }
  .tournament_goods_left{
    margin-bottom: 6%;
  }
  .tournament_goods figcaption{
    padding: 0;
    font-size: 12px;
  }
}