/*
support
---------------------------*/
#support .wrap {
  padding: 30px 0 0;
}
#support .inner {
  position: relative;
  padding: 55px 10px;
  background: #031838;
}
#support .inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background: url("/img/match-info/support-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#support .contents {
  position: relative;
  display: inline-block;
  z-index: 2;
}
#support .textWtap {
  margin-bottom: 20px;
}
#support .textWtap .sub {
  margin-bottom: 5px;
  font-size: min(2.5vw, 18px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-shadow: 0px 0px 16.2967px #52D2F9;
}
#support .textWtap .main {
  font-size: min(3.5vw, 25px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #ffffff;
  text-shadow: 0px 0px 16.2967px #52D2F9;
}
#support .textWtap .main span {
  font-size: min(4.8vw, 35px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #ffffff;
  text-shadow: 0px 0px 16.2967px #52D2F9;
}
#support .linkWtap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
#support .linkWtap a {
  width: 40%;
  max-height: 40px;
}
#support .linkWtap a + a {
  margin-left: 12px;
}
#support .linkWtap a img {
  width: 100%;
  height: 100%;
}
@media (min-width: 480px) {
  #support .inner::after {
    width: 335px;
    height: 100%;
  }
  #support .linkWtap a {
    width: 200px;
    max-height: initial;
  }
}
@media (min-width: 769px) {
  #support .wrap {
    padding-top: 76px;
  }
  #support .inner {
    padding: 55px 20px;
  }
  #support .inner::after {
    width: 412px;
    height: 100%;
  }
  #support .textWtap .sub {
    margin-bottom: 5px;
    font-size: 22px;
  }
  #support .textWtap .main {
    font-size: 28px;
  }
  #support .textWtap .main span {
    font-size: 38px;
  }
  #support .linkWtap a {
    width: 305px;
    height: 70px;
  }
}
@media (min-width: 1000px) {
  #support .inner {
    padding: 55px 25px;
  }
  #support .textWtap .sub {
    margin-bottom: 13px;
  }
  #support .textWtap .main {
    font-size: 31.9px;
  }
  #support .textWtap .main span {
    font-size: 46.5px;
  }
}

/*
information
---------------------------*/
#information {
  background: #ffffff;
}
#information .wrap {
  padding-bottom: 0;
}
#information .detailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
}
#information .detailList .box {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#information .detailList .box + .box {
  margin-top: 40px;
}
#information .detailList .box .imgWrap {
  position: relative;
  width: 100%;
}
#information .detailList .box .imgWrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: #031838;
}
#information .detailList .box .imgWrap p {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  height: auto;
  font-size: min(5.5vw, 28px);
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 12.3075px #52D2F9;
}
#information .detailList .box .btnWrap {
  margin-top: 20px;
}
#information .detailList .box .btnWrap a {
  position: relative;
  display: block;
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
  padding: 18px 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  background: #02B4E2;
  border-radius: 3px;
}
#information .detailList .box .btnWrap a::before, #information .detailList .box .btnWrap a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  width: 13px;
  height: 2px;
  background: #ffffff;
}
#information .detailList .box .btnWrap a::before {
  top: -8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#information .detailList .box .btnWrap a::after {
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (min-width: 769px) {
  #information .detailList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 46px;
  }
  #information .detailList .box {
    width: calc((100% - 24px) / 2);
    max-width: initial;
    margin: 0;
  }
  #information .detailList .box + .box {
    margin-top: 0;
    margin-left: 24px;
  }
  #information .detailList .box .imgWrap::before {
    height: 23%;
  }
  #information .detailList .box .imgWrap p {
    top: auto;
    bottom: 28px;
    font-size: min(2.5vw, 30px);
  }
  #information .detailList .box .btnWrap {
    margin-top: 20px;
  }
  #information .detailList .box .btnWrap a {
    padding: 21px 10px;
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  #information .detailList .box .imgWrap::before {
    height: 50px;
  }
}

/*
matchVenues
---------------------------*/
#matchVenues .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#matchVenues .imgWrap {
  width: 100%;
  max-width: 450px;
}
#matchVenues .textWrap {
  width: 100%;
  padding-top: 20px;
}
#matchVenues .textWrap .title {
  margin-bottom: 30px;
}
#matchVenues .textWrap .title h2,
#matchVenues .textWrap .title h3 {
  text-align: left;
}
#matchVenues .textWrap .detailWrap {
  margin-bottom: 35px;
}
#matchVenues .textWrap .detailWrap p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
#matchVenues .textWrap .btnWrap {
  margin-top: 20px;
}
#matchVenues .textWrap .btnWrap a {
  position: relative;
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  padding: 18px 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  background: #02B4E2;
  border-radius: 3px;
}
#matchVenues .textWrap .btnWrap a::before, #matchVenues .textWrap .btnWrap a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  width: 13px;
  height: 2px;
  background: #ffffff;
}
#matchVenues .textWrap .btnWrap a::before {
  top: -8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#matchVenues .textWrap .btnWrap a::after {
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (min-width: 769px) {
  #matchVenues .contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #matchVenues .imgWrap {
    width: 47%;
    max-width: 550px;
  }
  #matchVenues .textWrap {
    width: 53%;
    padding-top: 0;
    padding-left: 5%;
  }
  #matchVenues .textWrap .detailWrap p {
    font-size: 16px;
  }
  #matchVenues .textWrap .btnWrap a {
    margin: 0;
    padding: 21px 10px;
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  #matchVenues .textWrap {
    padding-left: 60.5px;
  }
  #matchVenues .textWrap .detailWrap {
    margin-bottom: 65px;
  }
}/*# sourceMappingURL=match-info.css.map */