/* color import setting
------------------------------------*/
/* color setting
------------------------------------*/
/* main visual setting
------------------------------------*/
#mainVisual {
  position: relative;
  background: url("../../img/bg_mv_pc.webp") center 0/cover no-repeat;
  margin: 100px auto 0;
  padding: 0 0 150px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
#mainVisual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../img/img_mv-triangle_blue.webp") center 0/cover no-repeat;
  aspect-ratio: 712 / 703;
  width: 47.466%;
  max-width: 600px;
}
#mainVisual::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../../img/img_mv-triangle_pink.webp") center 0/cover no-repeat;
  aspect-ratio: 708 / 703;
  width: 47.466%;
  max-width: 600px;
}
#mainVisual h1 {
  margin: 0 auto;
  padding: 135px 0 0;
  width: 609px;
  width: 700px;
}
#mainVisual .finMessage {
  position: absolute;
  top: 560px;
  left: 50%;
  z-index: 1;
  margin: 0 0 0 320px;
  width: 23.333%;
  max-width: 351px;
}
#mainVisual article {
  position: relative;
  margin: -50px auto 0;
  width: 90%;
  max-width: 1100px;
}
#mainVisual article::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: 1;
  background: url("../../img/img_frame-common-blue.webp") center 0/cover no-repeat;
  aspect-ratio: 299 / 298;
  width: 27.272%;
  max-width: 299px;
}
#mainVisual article::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  z-index: 1;
  background: url("../../img/img_frame-common-pink.webp") center 0/cover no-repeat;
  aspect-ratio: 299 / 285;
  width: 27.272%;
  max-width: 299px;
}
#mainVisual article .inner {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  padding: 125px 0 0;
}
#mainVisual article .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  background: linear-gradient(135deg, #1b8acc 0%, #ad2c9c 99%);
  border-radius: 30px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}
#mainVisual article .inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.9);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
#mainVisual article .inner h2::before {
  background: url("../../img/ttl_schedule-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -141.5px;
  width: 283px;
}
#mainVisual article .inner > button.btnEntry {
  position: relative;
  z-index: 1;
  margin: 0 auto 80px;
  width: 40%;
  max-width: 350px;
}
#mainVisual article .inner > button.btnEntry a {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  border: 1px solid #fff;
  background: linear-gradient(0deg, #700363 0%, #700363 25%, #ad2c9c 75%, #ad2c9c 100%);
  margin: 0 auto;
  width: 100%;
  height: 70px;
  line-height: 68px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
#mainVisual article .inner > button.btnEntry a::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  z-index: 0;
  display: block;
  border-radius: 50%;
  background: #1b8acc;
  margin: 0 0 0 -12px;
  width: 24px;
  height: 24px;
}
#mainVisual article .inner > button.btnEntry a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 49%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#mainVisual article .inner dl {
  margin: 0 auto;
  width: 84.545%;
}
#mainVisual article .inner dl dt h3 {
  border-radius: 25px;
  margin: 0 0 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
#mainVisual article .inner dl dd {
  padding: 0 0 80px;
}
#mainVisual article .inner dl dd ul {
  display: flex;
  justify-content: center;
  column-gap: 100px;
}
#mainVisual article .inner dl dd ul li {
  width: 42.365%;
}
#mainVisual article .inner dl dd ul li h4 {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 20px;
}
#mainVisual article .inner dl.qualifiers dt h3 {
  background: #1b8acc;
}
#mainVisual article .inner dl.final dt h3 {
  background: #ad2c9c;
}
#mainVisual article .inner dl.final dd ul li {
  width: 100%;
}
#mainVisual article .inner dl.final dd ul li img {
  margin: 0 auto;
  width: 34.623%;
}
#mainVisual article .inner dl.final dd ul li p {
  display: flex;
  align-items: center;
  border-radius: 25px;
  border: 2px solid #ad2c9c;
  margin: 40px auto 0;
  width: 68.817%;
  max-width: 640px;
  height: 110px;
  overflow: hidden;
}
#mainVisual article .inner dl.final dd ul li p span {
  position: relative;
  box-sizing: border-box;
  display: block;
  background: #ad2c9c;
  margin: 0 28.125% 0 0;
  padding: 25px 1.111% 0 5.666%;
  width: 28.125%;
  height: 110px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
}
#mainVisual article .inner dl.final dd ul li p span::after {
  content: '';
  position: absolute;
  top: 0;
  right: -110px;
  display: block;
  background: #ad2c9c;
  width: 110px;
  height: 110px;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
#mainVisual article .inner dl.final dd ul li p em {
  font-weight: 600;
  font-size: 30px;
}
#mainVisual article .inner dl.final dd ul li p em small {
  display: block;
  margin: 10px 0 0;
  font-weight: 600;
  font-size: 14px;
}

/* news setting
------------------------------------*/
section#news {
  position: relative;
  background: #fff;
  padding: 225px 0 175px;
}
section#news::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url("../../img/img_line-blue.webp") center 0/100% 100% no-repeat;
  width: 100%;
  height: 50px;
}
section#news::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: url("../../img/img_line-pink.webp") center 0/100% 100% no-repeat;
  width: 100%;
  height: 50px;
}
section#news .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
  text-align: center;
}
section#news .inner h2::before {
  background: url("../../img/ttl_news-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -79px;
  width: 158px;
}
section#news .inner ul {
  border-radius: 15px;
  border: 1px solid #cfcfcf;
  margin: 0 0 60px;
  padding: 40px 40px 55px;
  max-height: 360px;
  overflow-y: scroll;
}
section#news .inner ul li:not(:last-child) {
  margin: 0 0 5em;
}
section#news .inner ul li a {
  position: relative;
  display: block;
  padding: 0 0 0 18.292%;
}
section#news .inner ul li a picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  width: 15.116%;
  overflow: hidden;
}
section#news .inner ul li a picture.noImage {
  background: #161259 url("../../img/logo_u19.webp") center/38.5% no-repeat;
}
section#news .inner ul li a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
section#news .inner ul li a span {
  display: block;
  padding: 1em 0;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  color: #1b8acc;
}
section#news .inner ul li a h3 {
  display: block;
  padding: 0 0 1em;
  text-align: left;
  line-height: 1.3;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}
section#news .inner ul li a p {
  text-align: left;
  line-height: 1.7;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
section#news .inner button a {
  box-sizing: border-box;
  display: block;
  border: 1px solid #ad2c9c;
  border-radius: 10px;
  background: linear-gradient(0deg, #ebebeb 0%, #ebebeb 25%, #fff 75%, #fff 100%);
  padding: 17px 0 0;
  width: 370px;
  height: 80px;
  line-height: 1.4;
  font-weight: 700;
  font-size: 16px;
  color: #ad2c9c;
}
section#news .inner button a::before, section#news .inner button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  border-radius: 2px;
  background: #1b8acc;
  width: 20px;
  height: 2px;
}
section#news .inner button a::after {
  right: 23px;
  background: #ad2c9c;
  transform: rotate(45deg);
  margin: -4px 0 0;
  width: 12px;
}

/* results setting
------------------------------------*/
section#results {
  position: relative;
  background: url("../../img/bg_results_pc.webp") center/cover no-repeat;
  padding: 225px 0 175px;
}
section#results .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 930px;
  text-align: center;
}
section#results .inner h2::before {
  background: url("../../img/ttl_results-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -124px;
  width: 248px;
}
section#results .inner ul {
  display: flex;
  justify-content: space-between;
}
section#results .inner ul li {
  width: 37.634%;
}
section#results .inner ul li h3 {
  border-radius: 10px;
  background: linear-gradient(135deg, #1b8acc 0%, #ad2c9c 99%);
  margin: 0 0 30px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
section#results .inner ul li h4 span {
  display: block;
  background: url("../../img/img_laurel.webp") center 0/100% 100% no-repeat;
  margin: 0 auto 10px;
  width: 140px;
  height: 117px;
  line-height: 117px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #eacc74;
}
section#results .inner ul li h4 em {
  display: block;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

/* about setting
------------------------------------*/
section#about {
  position: relative;
  background: url("../../img/bg_about.webp") center/cover no-repeat;
  padding: 225px 0 175px;
  overflow-x: hidden;
}
section#about article#aboutIntro .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
  text-align: center;

  margin-bottom: 75px;

}
section#about article#aboutIntro .inner h2::before {
  background: url("../../img/ttl_about-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -94px;
  width: 188px;
}
section#about article#aboutIntro .inner p {
  margin: 0 0 50px;
  line-height: 2;
  font-weight: 700;
  font-size: 16px;
}
section#about article#aboutIntro .inner figure {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10%;
}
section#about article#aboutIntro .inner figure picture:first-child {
  width: 27.27%;
  width: 30.454%;
}
section#about article#aboutIntro .inner figure picture:last-child {
  width: 30.454%;
  width: 27.27%;
}
section#about article#movie .inner {
  margin: 0 auto;
  padding: 200px 0 0;
  width: 90%;
  max-width: 700px;
  text-align: center;
}
section#about article#movie .inner h2::before {
  background: url("../../img/ttl_movie-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -92.5px;
  width: 185px;
}
section#about article#movie .inner video {
  display: block;
  border-radius: 15px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
section#about article#live {
  position: relative;
  margin: 200px auto 0;
  width: 90%;
  max-width: 1100px;
}
section#about article#live::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: 1;
  background: url("../../img/img_frame-common-blue.webp") center 0/cover no-repeat;
  aspect-ratio: 299 / 298;
  width: 27.272%;
  max-width: 299px;
}
section#about article#live::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  z-index: 1;
  background: url("../../img/img_frame-common-pink.webp") center 0/cover no-repeat;
  aspect-ratio: 299 / 285;
  width: 27.272%;
  max-width: 299px;
}
section#about article#live .inner {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.4);
  padding: 125px 0 0;
  text-align: center;
}
section#about article#live .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  background: linear-gradient(135deg, #1b8acc 0%, #ad2c9c 99%);
  border-radius: 30px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}
section#about article#live .inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.9);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
section#about article#live .inner h2::before {
  background: url("../../img/ttl_live-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -61.5px;
  width: 123px;
}
section#about article#live .inner dl {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 84.545%;
}
section#about article#live .inner dl dt h3 {
  border-radius: 25px;
  margin: 0 0 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
section#about article#live .inner dl dd {
  padding: 0 0 35px;
}
section#about article#live .inner dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 73.118%;
}
section#about article#live .inner dl dd ul li {
  margin: 0 0 45px;
  width: 44.117%;
}
section#about article#live .inner dl dd ul li h4 {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 20px;
}
section#about article#live .inner dl dd ul li button {
  width: 100%;
}
section#about article#live .inner dl dd ul li button a {
  position: relative;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  background: linear-gradient(0deg, #ebebeb 0%, #ebebeb 25%, #fff 75%, #fff 100%);
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  font-size: 16px;
  color: #ad2c9c;
}
section#about article#live .inner dl dd ul li button a::before, section#about article#live .inner dl dd ul li button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  border-radius: 2px;
  background: #1b8acc;
  width: 20px;
  height: 2px;
}
section#about article#live .inner dl dd ul li button a::after {
  right: 23px;
  background: #ad2c9c;
  transform: rotate(45deg);
  margin: -4px 0 0;
  width: 12px;
}
section#about article#live .inner dl.qualifiers dt h3 {
  background: #1b8acc;
}
section#about article#live .inner dl.final dt h3 {
  background: #ad2c9c;
}

/* team setting
------------------------------------*/
section#team {
  position: relative;
  background: #fff;
  padding: 225px 0 175px;
}
section#team::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url("../../img/img_line-blue.webp") center 0/100% 100% no-repeat;
  width: 100%;
  height: 50px;
}
section#team::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: url("../../img/img_line-pink.webp") center 0/100% 100% no-repeat;
  width: 100%;
  height: 50px;
}
section#team article#finalist .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  text-align: center;
}
section#team article#finalist .inner h2::before {
  background: url("../../img/ttl_finalist-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -136.5px;
  width: 273px;
}
section#team article#finalist .inner dl {
  margin: 0 0 90px;
  padding: 0 60px 20px;
  border-radius: 15px;
}
section#team article#finalist .inner dl.category01 {
  background: rgba(27, 138, 204, 0.2);
}
section#team article#finalist .inner dl.category02 {
  background: rgba(173, 44, 156, 0.2);
}
section#team article#finalist .inner dl dt h3 {
  position: relative;
  top: -22.5px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1b8acc 0%, #ad2c9c 99%);
  margin: 0 auto 20px;
  width: 350px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
section#team article#finalist .inner dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#team article#finalist .inner dl dd ul li {
  margin: 0 0 40px;
  width: 46.59%;
}
section#team article#finalist .inner dl dd ul li picture {
  display: block;
  border-radius: 10px;
  aspect-ratio: 41 / 23;
  margin: 0 0 10px;
  width: 100%;
  overflow: hidden;
}
section#team article#finalist .inner dl dd ul li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
section#team article#finalist .inner dl dd ul li h4 {
  font-weight: 500;
  font-size: 18px;
  color: #333;
}
section#team article#tournament .inner {
  margin: 0 auto;
  padding: 110px 0 0;
  width: 90%;
  max-width: 1100px;
  text-align: center;
}
section#team article#tournament .inner h2::before {
  background: url("../../img/ttl_tournament-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -200.5px;
  width: 401px;
}
section#team article#tournament .inner dl:not(:last-child) {
  margin: 0 0 120px;
}
section#team article#tournament .inner dl dt {
  position: relative;
  z-index: 1;
  margin: 0 0 -22.5px;
}
section#team article#tournament .inner dl dt h3 {
  border-radius: 10px;
  background: linear-gradient(135deg, #1b8acc 0%, #ad2c9c 99%);
  margin: 0 auto;
  width: 350px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
section#team article#tournament .inner dl dd .slider .slick-list {
  max-height: 630px;
}
section#team article#tournament .inner dl dd .slider .slick-list .slick-track {
  max-height: 630px;
}
section#team article#tournament .inner dl dd .slider .slick-list .slick-track .slick-slide {
  position: relative;
  width: auto;
  height: 100%;
  max-height: 630px;
  aspect-ratio: 110 / 63;
  overflow: hidden;
}
section#team article#tournament .inner dl dd .slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: 1;
  border: 5px solid #5662f6;
  border-radius: 50%;
  background: #fff;
  margin: -40px 0 0;
  width: 80px;
  height: 80px;
}
section#team article#tournament .inner dl dd .slider .slick-arrow:before, section#team article#tournament .inner dl dd .slider .slick-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  display: block;
  border-radius: 5px;
  background: #ad2c9c;
  margin: -10px 0 0;
  width: 28px;
  height: 4px;
  transform: rotate(-45deg);
}
section#team article#tournament .inner dl dd .slider .slick-arrow:after {
  left: 20px;
  z-index: 0;
  background: #1b8acc;
  margin: -2px 0 0;
  width: 40px;
  transform: rotate(0deg);
}
section#team article#tournament .inner dl dd .slider .slick-arrow.slick-next {
  left: auto;
  right: -40px;
}
section#team article#tournament .inner dl dd .slider .slick-arrow.slick-next:before {
  left: auto;
  right: 16px;
  transform: rotate(45deg);
}
section#team article#tournament .inner dl dd .slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 25px;
}
section#team article#tournament .inner dl dd .slider .slick-dots li {
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ad2c9c;
  background: #fff;
  margin: 0 10px;
  width: 25px;
  height: 25px;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
section#team article#tournament .inner dl dd .slider .slick-dots li.slick-active {
  border: none;
  background: #1b8acc;
  text-indent: 200%;
  color: #1b8acc;
}

/* timetable setting
------------------------------------*/
section#timetable {
  position: relative;
  background: url("../../img/bg_timetable.webp") center/cover no-repeat;
  padding: 225px 0 175px;
}
section#timetable .inner {
  margin: 0 auto;
  width: 80%;
  max-width: 630px;
  text-align: center;
}
section#timetable .inner h2::before {
  background: url("../../img/ttl_timetable-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -157px;
  width: 314px;
}
section#timetable .inner ol {
  border-radius: 15px;
  margin: 0 0 15px;
  overflow: hidden;
}
section#timetable .inner ol li:not(:last-child) {
  margin: 0 0 2px;
}
section#timetable .inner ol li h3 {
  display: flex;
  justify-content: space-between;
}
section#timetable .inner ol li h3 span {
  display: block;
  background: #801978;
  width: 20.317%;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
section#timetable .inner ol li h3 em {
  box-sizing: border-box;
  display: block;
  background: #fff;
  padding: 0 0 0 35px;
  width: 79.365%;
  height: 60px;
  line-height: 60px;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

/* information setting
------------------------------------*/
section#information {
  background: url("../../img/bg_information.webp") center/cover no-repeat;
  padding: 225px 0 100px;
}
section#information article#titleIntro .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 100px;
  width: 90%;
  max-width: 1100px;
  text-align: center;
}
section#information article#titleIntro .inner h2 {
  width: 100%;
}
section#information article#titleIntro .inner h2::before {
  background: url("../../img/ttl_title-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -74.5px;
  width: 149px;
}
section#information article#titleIntro .inner dl {
  position: relative;
  box-sizing: border-box;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.2);
  padding: 40px 40px 245px;
  width: 48.181%;
}
section#information article#titleIntro .inner dl dt h3 {
  border-radius: 10px;
  background: linear-gradient(135deg, #1b8acc 0%, #ad2c9c 99%);
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
section#information article#titleIntro .inner dl dd h4 {
  display: flex;
  align-items: center;
  height: 145px;
  text-align: center;
}
section#information article#titleIntro .inner dl dd h4 img {
  margin: 0 auto;
}
section#information article#titleIntro .inner dl dd figure {
  margin: 0 auto;
  width: 93.181%;
  margin-top: 35px;
}
section#information article#titleIntro .inner dl dd figure figcaption {
  margin: 5px 0 30px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
}
section#information article#titleIntro .inner dl dd p {
  text-align: left;
  line-height: 1.85;
  font-size: 14px;
}
section#information article#titleIntro .inner dl dd ul {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -34.09%;
  width: 68.181%;
}
section#information article#titleIntro .inner dl dd ul li {
  margin: 0 0 40px;
}
section#information article#titleIntro .inner dl dd ul li button {
  width: 100%;
}
section#information article#titleIntro .inner dl dd ul li button a {
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  background: linear-gradient(0deg, #ebebeb 0%, #ebebeb 25%, #fff 75%, #fff 100%);
  padding: 12px 0 0;
  width: 100%;
  height: 60px;
  line-height: 1.3;
  font-weight: 700;
  font-size: 16px;
  color: #ad2c9c;
}
section#information article#titleIntro .inner dl dd ul li button a small {
  display: block;
  font-weight: 700;
  font-size: 12px;
}
section#information article#titleIntro .inner dl dd ul li button a::before, section#information article#titleIntro .inner dl dd ul li button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  border-radius: 2px;
  background: #1b8acc;
  width: 20px;
  height: 2px;
}
section#information article#titleIntro .inner dl dd ul li button a::after {
  right: 23px;
  background: #ad2c9c;
  transform: rotate(45deg);
  margin: -4px 0 0;
  width: 12px;
}
section#information article#titleIntro .inner dl.category01 dd h4 img {
  width: 50%;
}
section#information article#titleIntro .inner dl.category02 dd h4 img {
  width: 54.545%;
}
section#information article#entry {
  border-radius: 30px;
  background: url("../../img/bg_entry.webp") center/cover no-repeat;
  margin: 0 auto;
  padding: 180px 0 0;
  width: 90%;
}
section#information article#entry .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0 0 75px;
  width: 90%;
  max-width: 1100px;
  text-align: center;
}
section#information article#entry .inner h2 {
  margin: -12.5px 0 0;
  width: 100%;
}
section#information article#entry .inner h2::before {
  top: -87px;
  background: url("../../img/ttl_entry-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -136px;
  width: 272px;
  height: 101px;
}
section#information article#entry .inner dl {
  margin: 0 2.611%;
  width: 43.283%;
}
section#information article#entry .inner dl:last-child {
  position: relative;
}
section#information article#entry .inner dl:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: -6.25%;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  width: 2px;
  height: 100%;
}
section#information article#entry .inner dl dt h3 {
  border-radius: 10px;
  background: linear-gradient(135deg, #1b8acc 0%, #ad2c9c 99%);
  margin: 0 0 30px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
section#information article#entry .inner dl dd ul li button {
  width: 100%;
}
section#information article#entry .inner dl dd ul li button a {
  position: relative;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  border: 1px solid #fff;
  background: linear-gradient(0deg, #700363 0%, #700363 25%, #ad2c9c 75%, #ad2c9c 100%);
  margin: 0 auto;
  padding: 24px 0 0;
  width: 80%;
  height: 120px;
  line-height: 1.7;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
section#information article#entry .inner dl dd ul li button a small {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
section#information article#entry .inner dl dd ul li button a::before, section#information article#entry .inner dl dd ul li button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  border-radius: 2px;
  background: #1b8acc;
  width: 20px;
  height: 2px;
}
section#information article#entry .inner dl dd ul li button a::after {
  right: 23px;
  background: #fff;
  transform: rotate(45deg);
  margin: -4px 0 0;
  width: 12px;
}
section#information article#entry .inner dl.category01 dd ul li:nth-child(1) {
  margin: 0 0 20px 7.758%;
}
section#information article#entry .inner dl.category01 dd ul li:nth-child(1) h4 {
  width: 78.62%;
  aspect-ratio: 456 / 122;
}
section#information article#entry .inner dl.category01 dd ul li:nth-child(2) {
  margin: 0 0 35px 7.758%;
}
section#information article#entry .inner dl.category01 dd ul li:nth-child(2) h4 {
  width: 70.862%;
  aspect-ratio: 411 / 122;
}
section#information article#entry .inner dl.category02 dd ul li:nth-child(1) {
  margin: 0 0 20px 7.758%;
}
section#information article#entry .inner dl.category02 dd ul li:nth-child(1) h4 {
  width: 78.62%;
  aspect-ratio: 456 / 122;
}
section#information article#entry .inner dl.category02 dd ul li:nth-child(2) {
  margin: 0 0 35px 7.758%;
}
section#information article#entry .inner dl.category02 dd ul li:nth-child(2) h4 {
  width: 70.862%;
  aspect-ratio: 411 / 122;
}
section#information article#rule .inner {
  margin: 0 auto;
  padding: 180px 0 0;
  width: 90%;
  max-width: 960px;
  text-align: center;
}
section#information article#rule .inner h2::before {
  background: url("../../img/ttl_rule-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -66px;
  width: 132px;
}
section#information article#rule .inner p {
  margin: -30px 0 30px;
  line-height: 1.7;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
section#information article#rule .inner ul {
  display: flex;
  justify-content: center;
}
section#information article#rule .inner ul li {
  margin: 0 1.041%;
  width: 31.25%;
}
section#information article#rule .inner ul li button {
  width: 100%;
}
section#information article#rule .inner ul li button a {
  position: relative;
  box-sizing: border-box;
  display: block;
  border: 1px solid #ad2c9c;
  border-radius: 10px;
  background: linear-gradient(0deg, #ebebeb 0%, #ebebeb 25%, #fff 75%, #fff 100%);
  padding: 12px 0 0;
  width: 100%;
  height: 60px;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  color: #ad2c9c;
}
section#information article#rule .inner ul li button a::before, section#information article#rule .inner ul li button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  border-radius: 2px;
  background: #1b8acc;
  width: 20px;
  height: 2px;
}
section#information article#rule .inner ul li button a::after {
  right: 23px;
  background: #ad2c9c;
  transform: rotate(45deg);
  margin: -4px 0 0;
  width: 12px;
}
section#information article#rule .inner ul li button a small {
  font-weight: 700;
  font-size: 12px;
}
section#information article#rule .inner ul li:nth-child(1) button a {
  padding: 0;
  line-height: 56px;
}
section#information article#faq .inner {
  margin: 0 auto;
  padding: 180px 0 0;
  width: 90%;
  max-width: 1000px;
  text-align: center;
}
section#information article#faq .inner h2::before {
  background: url("../../img/ttl_qa-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -60px;
  width: 120px;
}
section#information article#faq .inner ul li {
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #fff;
  margin: 0 0 20px;
  padding: 30px;
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
}
section#information article#faq .inner ul li dl dt {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
}
section#information article#faq .inner ul li dl dt::before {
  content: 'Q.';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #1b8acc;
}
section#information article#faq .inner ul li dl dt::after {
  content: '';
  position: absolute;
  top: 53%;
  right: 12px;
  border-top: 2px solid #1b8acc;
  border-right: 2px solid #1b8acc;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: -5px 0 0;
  width: 8px;
  height: 8px;
  transition: all 0.3s;
}
section#information article#faq .inner ul li dl dd {
  display: none;
  position: relative;
  margin: 15px 0 0;
  padding: 0 0 0 30px;
}
section#information article#faq .inner ul li dl dd::before {
  content: 'A.';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #ad2c9c;
}
section#information article#faq .inner ul li.active dl dt::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* community setting
------------------------------------*/
section#community {
  position: relative;
  background: #fff;
  padding: 225px 0 175px;
}
section#community::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url("../../img/img_line-blue.webp") center 0/100% 100% no-repeat;
  width: 100%;
  height: 50px;
}
section#community::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: url("../../img/img_line-pink.webp") center 0/100% 100% no-repeat;
  width: 100%;
  height: 50px;
}
section#community .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  text-align: center;
}
section#community .inner h2::before {
  background: url("../../img/ttl_community-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -181.5px;
  width: 363px;
}
section#community .inner p {
  margin: -30px 0 30px;
  line-height: 1.7;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}
section#community .inner article {
  border-radius: 10px;
  background: rgba(86, 98, 246, 0.8);
  padding: 50px;
}
section#community .inner article h3 {
  margin: 0 0 50px;
  font-weight: 800;
  font-size: 24px;
}
section#community .inner article ol {
  position: relative;
  counter-reset: my-counter;
  padding: 0 0 30px 18%;
}
section#community .inner article ol li {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
}
section#community .inner article ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: block;
  border-radius: 50%;
  background: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #1b8acc;
}
section#community .inner article ul {
  display: flex;
  justify-content: center;
}
section#community .inner article ul li {
  position: relative;
  margin: 0 2.7%;
  width: 33.3%;
}
section#community .inner article ul li button {
  width: 100%;
}
section#community .inner article ul li button a {
  position: relative;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  background: linear-gradient(0deg, #ebebeb 0%, #ebebeb 25%, #fff 75%, #fff 100%);
  width: 100%;
  height: 60px;
  line-height: 56px;
  font-weight: 700;
  font-size: 16px;
  color: #5662f6;
}
section#community .inner article ul li button a::before, section#community .inner article ul li button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  border-radius: 2px;
  background: #1b8acc;
  width: 20px;
  height: 2px;
}
section#community .inner article ul li button a::after {
  right: 23px;
  background: #ad2c9c;
  transform: rotate(45deg);
  margin: -4px 0 0;
  width: 12px;
}

/* entertainers setting
------------------------------------*/
section#entertainers {
  background: url("../../img/bg_entertainers.webp") center/cover no-repeat;
  padding: 225px 0 0;
}
section#entertainers .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 940px;
  text-align: center;
}
section#entertainers .inner h2 {
  width: 100%;
}
section#entertainers .inner h2::before {
  background: url("../../img/ttl_entertainers-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -221px;
  width: 442px;
}
section#entertainers .inner dl dt h3 {
  border-radius: 25px;
  margin: 0 0 30px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
section#entertainers .inner dl dd h4 {
  margin: 0 auto 25px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
section#entertainers .inner dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 72.34%;
}
section#entertainers .inner dl dd ul li {
  margin: 0 1.47% 40px;
  width: 22.058%;
}
section#entertainers .inner dl dd ul li picture {
  display: block;
  margin: 0 0 -10px;
}
section#entertainers .inner dl dd ul li span {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin: 0 auto 10px;
  padding: 0 15px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
section#entertainers .inner dl dd ul li p {
  font-size: 14px;
}
section#entertainers .inner dl dd ul li p small {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 12px;
}
section#entertainers .inner dl dd ul li p small.txtAjustment {
  letter-spacing: -0.05em;
  font-size: 9px;
}
section#entertainers .inner dl dd ul.mcList {
  border-radius: 10px;
  border: 1px solid #271f48;
  background: rgba(173, 44, 156, 0.1);
  margin: 0 auto 40px;
  width: 95.744%;
  padding: 30px 0 0;
}
section#entertainers .inner dl dd ul.mcList li {
  width: 16.666%;
}
section#entertainers .inner dl.qualifiers dt h3 {
  background: #1b8acc;
}
section#entertainers .inner dl.qualifiers dd h4 {
  background: url("../../img/ttl_qualifiers_pc.webp") center 0/100% 100% no-repeat;
  width: 92.34%;
  aspect-ratio: 868 / 23;
}
section#entertainers .inner dl.qualifiers dd ul li span {
  background: #1b8acc;
}
section#entertainers .inner dl.final dt h3 {
  background: #ad2c9c;
}
section#entertainers .inner dl.final dd h4 {
  background: url("../../img/ttl_final_pc.webp") center 0/100% 100% no-repeat;
  width: 55.106%;
  aspect-ratio: 518 / 23;
}
section#entertainers .inner dl.final dd ul li span {
  background: #ad2c9c;
}

/* award setting
------------------------------------*/
section#award {
  background: url("../../img/bg_award.webp") center top/cover no-repeat;
  padding: 180px 0 50px;
}
section#award .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  text-align: center;
}
section#award .inner h2 {
  width: 100%;
}
section#award .inner h2::before {
  background: url("../../img/ttl_award-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -104px;
  width: 208px;
}
section#award .inner dl {
  border-radius: 10px;
  border: 1px solid #fff;
  margin: 0 auto 70px;
}
section#award .inner dl dt h3 {
  border-radius: 10px;
  background: linear-gradient(135deg, #1b8acc 0%, #ad2c9c 99%);
  margin: -25px 0 30px -30px;
  width: 350px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  transform: rotate(-7.5deg);
}
section#award .inner dl dd ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  width: 90%;
}
section#award .inner dl dd ul::before {
  content: '';
  position: absolute;
  top: 5.1%;
  left: 5.1%;
  display: block;
  width: 20.4%;
  aspect-ratio: 184 / 153;
}
section#award .inner dl dd ul:not(:last-child) {
  border-bottom: 1px solid #fff;
}
section#award .inner dl dd ul li {
  margin: 0 3.3% 30px 0;
  width: 31.111%;
}
section#award .inner dl dd ul li:first-child {
  margin: 0 3.3% 30px 34.4%;
}
section#award .inner dl dd ul li:nth-child(2), section#award .inner dl dd ul li:nth-child(5) {
  margin: 0 0 30px;
}
section#award .inner dl dd ul li picture {
  display: block;
  border-radius: 10px;
  margin: 0 0 10px;
  overflow: hidden;
}
section#award .inner dl dd ul li h4 {
  line-height: 1.5;
  font-weight: 700;
  font-size: 14px;
}
section#award .inner dl dd ul.award1st::before {
  background: url("../../img/ttl_award-1st.webp") center 0/100% 100% no-repeat;
}
section#award .inner dl dd ul.award2nd::before {
  background: url("../../img/ttl_award-2nd.webp") center 0/100% 100% no-repeat;
}
section#award .inner dl dd ul.award3rd::before {
  background: url("../../img/ttl_award-3rd.webp") center 0/100% 100% no-repeat;
}
section#award .inner dl.category01 {
  background: rgba(27, 138, 204, 0.2);
}
section#award .inner dl.category02 {
  background: rgba(173, 44, 156, 0.2);
}

/* sponsor setting
------------------------------------*/
section#sponsor {
  position: relative;
  background: #fff;
  padding: 30px 0 180px;
}
section#sponsor::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url("../../img/img_line-blue.webp") center 0/100% 100% no-repeat;
  width: 100%;
  height: 50px;
}
section#sponsor::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: url("../../img/img_line-pink.webp") center 0/100% 100% no-repeat;
  width: 100%;
  height: 50px;
}
section#sponsor article#sponsorship .inner {
  margin: 0 auto;
  padding: 180px 0 0;
  width: 90%;
  max-width: 1080px;
  text-align: center;
}
section#sponsor article#sponsorship .inner h2::before {
  background: url("../../img/ttl_sponsorship-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -208px;
  width: 416px;
}
section#sponsor article#sponsorship .inner ul {
  display: flex;
  flex-wrap: wrap;
}
section#sponsor article#sponsorship .inner ul:not(:last-child) {
  margin: 0 0 50px;
}
section#sponsor article#sponsorship .inner ul li {
  margin: 0 0.694% 15px;
}
section#sponsor article#sponsorship .inner ul.bnrBig {
  justify-content: center;
}
section#sponsor article#sponsorship .inner ul.bnrBig li {
  width: 29.629%;
}
section#sponsor article#sponsorship .inner ul.bnrMiddle li {
  width: 18.518%;
}
section#sponsor article#sponsorship .inner ul.bnrSmall li {
  width: 11.1%;
}
section#sponsor article#sponsored .inner {
  margin: 0 auto;
  padding: 180px 0 0;
  width: 70%;
  max-width: 600px;
  text-align: center;
}
section#sponsor article#sponsored .inner h2::before {
  background: url("../../img/ttl_sponsored-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -169.5px;
  width: 339px;
}
section#sponsor article#sponsored .inner dl {
  color: #333;
}
section#sponsor article#sponsored .inner dl:not(:last-child) {
  margin: -30px 0 50px;
}
section#sponsor article#sponsored .inner dl dt {
  border-radius: 10px;
  background: #ebebeb;
  margin: 0 0 30px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
}
section#sponsor article#sponsored .inner dl dt::first-letter {
  margin: 0 5px 0 0;
}
section#sponsor article#sponsored .inner dl dd p {
  font-weight: 600;
  font-size: 18px;
}
section#sponsor article#sponsored .inner dl dd p small {
  display: block;
  margin: 10px 0 0;
  font-size: 12px;
}
section#sponsor article#sponsored .inner dl dd ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-bottom: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#sponsor article#sponsored .inner dl dd ul li {
  margin: 0 5.5%;
  margin: 0 5.5% 60px;
  width: 38%;
}

section#sponsor article#sponsored .inner dl dd ul li:nth-child(1) img {
  max-width: 157px;
}
section#sponsor article#sponsored .inner dl dd ul li:nth-child(5) {
  margin: 0 2.5% 60px;
  width: 46%;
}
section#sponsor article#sponsored .inner dl dd ul li:nth-child(5)  p {
  font-size: 17px;
}
section#sponsor article#sponsored .inner dl dd ul li:nth-child(6) {
  margin: 0 2.5% 60px;
  width: 44%;

}
section#sponsor article#sponsored .inner dl dd ul li:nth-child(6)  p {
  font-size: 17px;
}



/* contFooter setting
------------------------------------*/
section#contFooter {
  padding: 150px 0 100px;
}
section#contFooter article#archives .inner {
  margin: 0 auto;
  padding: 0 0 80px;
  width: 90%;
  max-width: 1050px;
  text-align: center;
}
section#contFooter article#archives .inner h2 {
  width: 100%;
}
section#contFooter article#archives .inner h2::before {
  background: url("../../img/ttl_archives-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -147px;
  width: 294px;
}
section#contFooter article#archives .inner ul {
  display: flex;
  justify-content: center;
}
section#contFooter article#archives .inner ul li {
  margin: 0 0.47%;
  width: 19.047%;
}
section#contFooter article#archives .inner ul li button {
  width: 100%;
}
section#contFooter article#archives .inner ul li button a {
  position: relative;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  background: linear-gradient(0deg, #ebebeb 0%, #ebebeb 25%, #fff 75%, #fff 100%);
  padding: 12px 0 0;
  width: 100%;
  height: 60px;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  color: #ad2c9c;
}
section#contFooter article#archives .inner ul li button a::before, section#contFooter article#archives .inner ul li button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  border-radius: 2px;
  background: #1b8acc;
  width: 20px;
  height: 2px;
}
section#contFooter article#archives .inner ul li button a::after {
  right: 10px;
  background: #ad2c9c;
  transform: rotate(45deg);
  margin: -4px 0 0;
  width: 12px;
}
section#contFooter article#archives .inner ul li button a small {
  display: block;
  margin: 5px 0 0;
  font-weight: 700;
  font-size: 12px;
}
section#contFooter article#contact .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 3%;
  border-radius: 10px;
  border: 1px solid #fff;
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  text-align: center;
}
section#contFooter article#contact .inner h2 {
  margin: 100px 0 0;
  width: 261px;
}
section#contFooter article#contact .inner h2::before {
  background: url("../../img/ttl_contact-en.webp") center 0/100% 100% no-repeat;
  margin: 0 0 0 -130.5px;
  width: 261px;
}
section#contFooter article#contact .inner h2 span {
  margin: 0 0 45px;
  margin: 20px 0 45px;
}
section#contFooter article#contact .inner p {
  font-weight: 600;
  font-size: 18px;
  width: 95%;
  margin: 0 0 39px;
  line-height: normal;
}

section#contFooter article#contact .inner p a {
  color: #7979f1;
}

section#contFooter article#contact .inner p small {
  display: block;
  margin: 10px 0 0;
  font-size: 11px;
}
section#contFooter article#contact .inner div {
  width: 100%;
  display: table-row;
  padding: 0 50px 50px;
}
section#contFooter article#contact .inner div ul {
  display: flex;
  justify-content: center;
}
section#contFooter article#contact .inner div ul li {
  position: relative;
  margin: 0 2.7%;
  width: 34.3%;
}
section#contFooter article#contact .inner div ul li button {
  width: 100%;
}
section#contFooter article#contact .inner div ul li button a {
  position: relative;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  background: linear-gradient(0deg, #ebebeb 0%, #ebebeb 25%, #fff 75%, #fff 100%);
  width: 100%;
  height: 60px;
  line-height: 56px;
  font-weight: 700;
  font-size: 16px;
  color: #5662f6;
}
section#contFooter article#contact .inner div ul li button a::before, section#contFooter article#contact .inner div ul li button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  border-radius: 2px;
  background: #1b8acc;
  width: 20px;
  height: 2px;
}
section#contFooter article#contact .inner div ul li button a::after {
  right: 23px;
  background: #ad2c9c;
  transform: rotate(45deg);
  margin: -4px 0 0;
  width: 12px;
}



/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* main visual setting
  ------------------------------------*/
  #mainVisual {
    background: url("../../img/bg_mv_sp.webp") center 0/cover no-repeat;
    margin: 16vw auto 0;
    padding: 0 0 12vw;
  }
  #mainVisual::before {
    width: 57.333333vw;
  }
  #mainVisual::after {
    width: 57.333333vw;
  }
  #mainVisual h1 {
    padding: 16vw 0 0;
    width: 81.2vw;
    width: 89.2vw;
  }
  #mainVisual .finMessage {
    position: relative;
    top: auto;
    left: auto;
    margin: -8vw auto -6vw;
    width: 65.466667vw;
  }
  #mainVisual article {
    margin: -4vw auto 0;
    width: 92vw;
  }
  #mainVisual article::before {
    top: -10vw;
    left: -10vw;
    width: 50vw;
  }
  #mainVisual article::after {
    bottom: -10vw;
    right: -10vw;
    width: 50vw;
  }
  #mainVisual article .inner {
    border-radius: 4vw;
    padding: 20vw 0 0;
  }
  #mainVisual article .inner::before {
    padding: 4px;
    border-radius: 4vw;
  }
  #mainVisual article .inner::after {
    border-radius: 4vw;
    box-shadow: inset 0 0 10.66667vw rgba(0, 0, 0, 0.9);
  }
  #mainVisual article .inner h2::before {
    margin: 0 0 0 -18.866vw;
    width: 37.733333vw;
  }
  #mainVisual article .inner > button.btnEntry {
    margin: 0 auto 16vw;
    width: 70vw;
  }
  #mainVisual article .inner > button.btnEntry a {
    border-radius: 1.333vw;
    border: 0.26667vw solid #fff;
    height: 20vw;
    line-height: 20vw;
    font-size: 4vw;
  }
  #mainVisual article .inner > button.btnEntry a::before {
    bottom: -2.4vw;
    margin: 0 0 0 -2.4vw;
    width: 4.8vw;
    height: 4.8vw;
  }
  #mainVisual article .inner > button.btnEntry a::after {
    bottom: -0.4vw;
    left: 49%;
    border-top: 0.26667vw solid #fff;
    border-right: 0.26667vw solid #fff;
    width: 1.2vw;
    height: 1.2vw;
  }
  #mainVisual article .inner dl {
    width: 80vw;
  }
  #mainVisual article .inner dl dt h3 {
    border-radius: 5vw;
    margin: 0 0 10vw;
    height: 10vw;
    line-height: 10vw;
    font-size: 4vw;
  }
  #mainVisual article .inner dl dd {
    padding: 0 0 4vw;
  }
  #mainVisual article .inner dl dd ul {
    display: block;
  }
  #mainVisual article .inner dl dd ul li {
    margin: 0 auto 10vw;
    width: 90%;
  }
  #mainVisual article .inner dl dd ul li h4 {
    margin: 0 0 4vw;
    font-size: 3.7333vw;
  }
  #mainVisual article .inner dl.final dd ul li {
    width: 100%;
  }
  #mainVisual article .inner dl.final dd ul li img {
    width: 65%;
  }
  #mainVisual article .inner dl.final dd ul li p {
    border-radius: 2.4vw;
    margin: 8vw auto 0;
    width: 75vw;
    height: 14.666667vw;
  }
  #mainVisual article .inner dl.final dd ul li p span {
    margin: 0 16vw 0 0;
    padding: 2.4vw 1.111% 0 5.666%;
    width: 20vw;
    height: 14.666667vw;
    font-size: 3.2vw;
  }
  #mainVisual article .inner dl.final dd ul li p span::after {
    right: -14.666667vw;
    width: 14.666667vw;
    height: 14.666667vw;
  }
  #mainVisual article .inner dl.final dd ul li p em {
    font-size: 4vw;
  }
  #mainVisual article .inner dl.final dd ul li p em small {
    margin: 2vw 0 0;
    font-size: 2.4vw;
  }

  /* news setting
  ------------------------------------*/
  section#news {
    padding: 28vw 0 24vw;
  }
  section#news::before {
    height: 4vw;
  }
  section#news::after {
    height: 4vw;
  }
  section#news .inner {
    width: 92vw;
  }
  section#news .inner h2::before {
    margin: 0 0 0 -10.533333vw;
    width: 21.066667vw;
  }
  section#news .inner ul {
    border-radius: 2vw;
    border: 0.26667vw solid #cfcfcf;
    margin: 0 0 10vw;
    padding: 4vw 4vw 4vw;
    max-height: 130vw;
  }
  section#news .inner ul li:not(:last-child) {
    margin: 0 0 8vw;
  }
  section#news .inner ul li a {
    padding: 0 0 0 24vw;
  }
  section#news .inner ul li a picture {
    border-radius: 1.333vw;
    width: 20vw;
  }
  section#news .inner ul li a span {
    padding: 1.4vw 0;
    font-size: 2.7333vw;
  }
  section#news .inner ul li a h3 {
    padding: 0 0 2.4vw;
    font-size: 3.7333vw;
  }
  section#news .inner ul li a p {
    line-height: 1.4;
    font-size: 3vw;
  }
  section#news .inner button a {
    border: 0.26667vw solid #ad2c9c;
    border-radius: 2vw;
    padding: 2.4vw 0 0;
    width: 80vw;
    height: 16vw;
    font-size: 4vw;
  }
  section#news .inner button a::before, section#news .inner button a::after {
    right: 3.333333vw;
    border-radius: 2vw;
    width: 4vw;
    height: 0.4vw;
  }
  section#news .inner button a::after {
    right: 3.2vw;
    margin: -0.8vw 0 0;
    width: 2.4vw;
  }

  /* results setting
  ------------------------------------*/
  section#results {
    background: url("../../img/bg_results_sp.webp") center/cover no-repeat;
    padding: 28vw 0 16vw;
  }
  section#results .inner {
    width: 92vw;
  }
  section#results .inner h2::before {
    margin: 0 0 0 -16.533333vw;
    width: 33.066667vw;
  }
  section#results .inner ul {
    position: relative;
    padding: 35vw 0 0;
  }
  section#results .inner ul::before {
    content: '';
    position: absolute;
    top: -48.5vw;
    left: 50%;
    display: block;
    background: url("../../img/img_tropfy.webp") center/cover no-repeat;
    margin: 0 0 0 -38.3vw;
    width: 72.266667vw;
    height: 82.666667vw;
  }
  section#results .inner ul li {
    width: 44.4vw;
  }
  section#results .inner ul li h3 {
    border-radius: 1.3vw;
    margin: 0 0 4vw;
    height: 6.6666667vw;
    line-height: 6.6666667vw;
    font-size: 3.2vw;
  }
  section#results .inner ul li h4 span {
    margin: 0 auto 4vw;
    width: 18.666667vw;
    height: 15.6vw;
    line-height: 15.6vw;
    font-size: 4vw;
  }
  section#results .inner ul li h4 em {
    letter-spacing: 0.02em;
    font-size: 3.4vw;
  }

  /* about setting
  ------------------------------------*/
  section#about {
    padding: 28vw 0 24vw;
  }
  section#about article#aboutIntro .inner {
    width: 92vw;
  }
  section#about article#aboutIntro .inner h2::before {
    margin: 0 0 0 -12.5333333vw;
    width: 25.066667vw;
  }
  section#about article#aboutIntro .inner p {
    margin: 0 0 8vw;
    line-height: 2;
    font-size: 3.2vw;
  }
  section#about article#aboutIntro .inner figure {
    column-gap: 7.5%;
  }
  section#about article#aboutIntro .inner figure picture:first-child {
    width: 38%;
  }
  section#about article#aboutIntro .inner figure picture:last-child {
    width: 42.5%;
  }
  section#about article#movie .inner {
    padding: 28vw 0 0;
    width: 92vw;
  }
  section#about article#movie .inner h2::before {
    margin: 0 0 0 -12.333vw;
    width: 24.666667vw;
  }
  section#about article#live {
    margin: 28vw auto 0;
    width: 92vw;
  }
  section#about article#live::before {
    top: -10vw;
    left: -10vw;
    width: 50vw;
  }
  section#about article#live::after {
    bottom: -10vw;
    right: -10vw;
    width: 50vw;
  }
  section#about article#live .inner {
    border-radius: 4vw;
    padding: 20vw 0 0;
  }
  section#about article#live .inner::before {
    padding: 4px;
    border-radius: 4vw;
  }
  section#about article#live .inner::after {
    border-radius: 4vw;
    box-shadow: inset 0 0 10.66667vw rgba(0, 0, 0, 0.9);
  }
  section#about article#live .inner h2::before {
    margin: 0 0 0 -8.2vw;
    width: 16.4vw;
  }
  section#about article#live .inner dl {
    width: 80vw;
  }
  section#about article#live .inner dl dt h3 {
    border-radius: 5vw;
    margin: 0 0 6vw;
    height: 10vw;
    line-height: 10vw;
    font-size: 4vw;
  }
  section#about article#live .inner dl dd {
    padding: 0 0 8vw;
  }
  section#about article#live .inner dl dd ul {
    display: block;
    width: 100%;
  }
  section#about article#live .inner dl dd ul li {
    margin: 0 auto 4vw;
    width: 90%;
  }
  section#about article#live .inner dl dd ul li h4 {
    margin: 0 0 1.2vw;
    font-size: 3.2vw;
  }
  section#about article#live .inner dl dd ul li button {
    width: 100%;
  }
  section#about article#live .inner dl dd ul li button a {
    border-radius: 2vw;
    width: 100%;
    height: 16vw;
    line-height: 16vw;
    font-size: 4vw;
  }
  section#about article#live .inner dl dd ul li button a::before, section#about article#live .inner dl dd ul li button a::after {
    right: 3.333333vw;
    border-radius: 2vw;
    width: 4vw;
    height: 0.4vw;
  }
  section#about article#live .inner dl dd ul li button a::after {
    right: 3.2vw;
    margin: -0.8vw 0 0;
    width: 2.4vw;
  }
  section#about article#live .inner dl.qualifiers dd ul + h4 {
    margin: 6vw 0 4vw;
  }

  /* team setting
  ------------------------------------*/
  section#team {
    padding: 28vw 0 24vw;
  }
  section#team::before {
    height: 4vw;
  }
  section#team::after {
    height: 4vw;
  }
  section#team article#finalist .inner {
    width: 92vw;
    max-width: 1000px;
    text-align: center;
  }
  section#team article#finalist .inner h2::before {
    margin: 0 0 0 -18.2vw;
    width: 36.4vw;
  }
  section#team article#finalist .inner dl {
    margin: 0 0 8vw;
    padding: 0 4vw;
    border-radius: 2vw;
  }
  section#team article#finalist .inner dl dt h3 {
    top: -3.333vw;
    border-radius: 1.3vw;
    margin: 0 auto 0;
    width: 60vw;
    height: 6.6666667vw;
    line-height: 6.6666667vw;
    font-size: 3.2vw;
  }
  section#team article#finalist .inner dl dd ul li {
    margin: 0 0 6.4vw;
    width: 48.5%;
  }
  section#team article#finalist .inner dl dd ul li picture {
    border-radius: 1.333vw;
  }
  section#team article#finalist .inner dl dd ul li h4 {
    font-size: 3.2vw;
  }
  section#team article#tournament .inner {
    width: 92vw;
  }
  section#team article#tournament .inner h2::before {
    margin: 0 0 0 -26.733vw;
    width: 53.466667vw;
  }
  section#team article#tournament .inner dl:not(:last-child) {
    margin: 0 0 20vw;
  }
  section#team article#tournament .inner dl dt {
    margin: 0 0 -3.333vw;
  }
  section#team article#tournament .inner dl dt h3 {
    border-radius: 1.3vw;
    margin: 0 auto;
    width: 60vw;
    height: 6.6666667vw;
    line-height: 6.6666667vw;
    font-size: 3.2vw;
  }
  section#team article#tournament .inner dl dd .slider .slick-arrow {
    left: -3.2vw;
    border: 0.8vw solid #5662f6;
    margin: -5.2vw 0 0;
    width: 6vw;
    height: 6vw;
  }
  section#team article#tournament .inner dl dd .slider .slick-arrow:before, section#team article#tournament .inner dl dd .slider .slick-arrow:after {
    left: 0.8vw;
    border-radius: 2vw;
    margin: -1.2vw 0 0;
    width: 2.8vw;
    height: 0.8vw;
  }
  section#team article#tournament .inner dl dd .slider .slick-arrow:after {
    left: 1.0vw;
    z-index: 0;
    margin: -0.4vw 0 0;
    width: 3.7333vw;
  }
  section#team article#tournament .inner dl dd .slider .slick-arrow.slick-next {
    left: auto;
    right: -3.2vw;
  }
  section#team article#tournament .inner dl dd .slider .slick-arrow.slick-next:before {
    left: auto;
    right: 1.0vw;
  }
  section#team article#tournament .inner dl dd .slider .slick-dots {
    bottom: -10vw;
    height: 6vw;
  }
  section#team article#tournament .inner dl dd .slider .slick-dots li {
    border: 0.8vw solid #ad2c9c;
    margin: 0 2vw;
    width: 6vw;
    height: 6vw;
  }

  /* timetable setting
  ------------------------------------*/
  section#timetable {
    padding: 28vw 0 24vw;
  }
  section#timetable .inner {
    width: 92vw;
  }
  section#timetable .inner h2::before {
    margin: 0 0 0 -20.93333vw;
    width: 41.8666667vw;
  }
  section#timetable .inner ol {
    border-radius: 2vw;
    margin: 0 0 2.4vw;
  }
  section#timetable .inner ol li:not(:last-child) {
    margin: 0 0 0.4vw;
  }
  section#timetable .inner ol li h3 span {
    height: 12vw;
    line-height: 12vw;
    font-size: 3.4vw;
  }
  section#timetable .inner ol li h3 em {
    padding: 0 0 0 4vw;
    height: 12vw;
    line-height: 12vw;
    font-size: 3.4vw;
  }

  /* information setting
  ------------------------------------*/
  section#information {
    padding: 28vw 0 18vw;
  }
  section#information article#titleIntro .inner {
    display: block;
    margin: 0 auto 24vw;
    width: 92vw;
  }
  section#information article#titleIntro .inner h2::before {
    margin: 0 0 0 -9.9333vw;
    width: 19.866667vw;
  }
  section#information article#titleIntro .inner dl {
    border-radius: 2vw;
    padding: 6vw;
    width: 100%;
  }
  section#information article#titleIntro .inner dl:not(:last-child) {
    margin: 0 0 4vw;
  }
  section#information article#titleIntro .inner dl dt h3 {
    border-radius: 1.3vw;
    height: 6.6666667vw;
    line-height: 6.6666667vw;
    font-size: 3.2vw;
  }
  section#information article#titleIntro .inner dl dd h4 {
    height: 30vw;
  }
  section#information article#titleIntro .inner dl dd figure {
    width: 100%;
  }
  section#information article#titleIntro .inner dl dd figure figcaption {
    margin: 0.8vw 0 4vw;
    font-size: 2.4vw;
  }
  section#information article#titleIntro .inner dl dd p {
    font-size: 3.2vw;
  }
  section#information article#titleIntro .inner dl dd ul {
    position: relative;
    left: auto;
    margin: 4vw auto 0;
    width: 80vw;
  }
  section#information article#titleIntro .inner dl dd ul li {
    margin: 4vw 0 0;
  }
  section#information article#titleIntro .inner dl dd ul li button {
    width: 100%;
  }
  section#information article#titleIntro .inner dl dd ul li button a {
    border-radius: 2vw;
    width: 100%;
    height: 16vw;
    line-height: 1.4;
    font-size: 4vw;
  }
  section#information article#titleIntro .inner dl dd ul li button a::before, section#information article#titleIntro .inner dl dd ul li button a::after {
    right: 3.333333vw;
    border-radius: 2vw;
    width: 4vw;
    height: 0.4vw;
  }
  section#information article#titleIntro .inner dl dd ul li button a::after {
    right: 3.2vw;
    margin: -0.8vw 0 0;
    width: 2.4vw;
  }
  section#information article#entry {
    border-radius: 2vw;
    margin: 0 auto;
    padding: 18vw 0 0;
    width: 92vw;
  }
  section#information article#entry .inner {
    display: block;
    padding: 0 0 4vw;
    width: 100%;
  }
  section#information article#entry .inner h2 {
    margin: 5.4vw 0 0;
  }
  section#information article#entry .inner h2::before {
    top: -11.6vw;
    margin: 0 0 0 -18.1333vw;
    width: 36.266667vw;
    height: 13.4666667vw;
  }
  section#information article#entry .inner dl {
    margin: 0 auto;
    width: 84vw;
  }
  section#information article#entry .inner dl:last-child {
    margin: 16vw auto 0;
  }
  section#information article#entry .inner dl:last-child:after {
    display: none;
  }
  section#information article#entry .inner dl dt h3 {
    border-radius: 1.3vw;
    margin: 0 0 4vw;
    height: 6.6666667vw;
    line-height: 6.6666667vw;
    font-size: 3.2vw;
  }
  section#information article#entry .inner dl dd ul li button a {
    border-radius: 2vw;
    width: 80vw;
    height: 26vw;
    line-height: 1.4;
    font-size: 4.8vw;
  }
  section#information article#entry .inner dl dd ul li button a small {
    font-size: 3.4vw;
  }
  section#information article#entry .inner dl dd ul li button a::before, section#information article#entry .inner dl dd ul li button a::after {
    right: 3.333333vw;
    border-radius: 2vw;
    width: 4vw;
    height: 0.4vw;
  }
  section#information article#entry .inner dl dd ul li button a::after {
    right: 3.2vw;
    margin: -0.8vw 0 0;
    width: 2.4vw;
  }
  section#information article#entry .inner dl.category01 dd ul li:nth-child(1) {
    margin: 0 0 4vw 4vw;
  }
  section#information article#entry .inner dl.category01 dd ul li:nth-child(1) h4 {
    width: 74vw;
  }
  section#information article#entry .inner dl.category01 dd ul li:nth-child(2) {
    margin: 0 0 4vw 4vw;
  }
  section#information article#entry .inner dl.category01 dd ul li:nth-child(2) h4 {
    width: 64vw;
  }
  section#information article#entry .inner dl.category02 dd ul li:nth-child(1) {
    margin: 0 0 4vw 4vw;
  }
  section#information article#entry .inner dl.category02 dd ul li:nth-child(1) h4 {
    width: 74vw;
  }
  section#information article#entry .inner dl.category02 dd ul li:nth-child(2) {
    margin: 0 0 4vw 4vw;
  }
  section#information article#entry .inner dl.category02 dd ul li:nth-child(2) h4 {
    width: 64vw;
  }
  section#information article#rule .inner {
    padding: 24vw 0 0;
    width: 92vw;
  }
  section#information article#rule .inner h2::before {
    margin: 0 0 0 -8.8vw;
    width: 17.6vw;
  }
  section#information article#rule .inner p {
    margin: -4vw 0 4vw;
    font-size: 3.2vw;
  }
  section#information article#rule .inner ul {
    display: block;
  }
  section#information article#rule .inner ul li {
    margin: 0 auto 4vw;
    width: 80vw;
  }
  section#information article#rule .inner ul li button {
    width: 100%;
  }
  section#information article#rule .inner ul li button a {
    border: 0.26667vw solid #ad2c9c;
    border-radius: 2vw;
    padding: 0;
    height: 16vw;
    line-height: 15.4vw;
    font-size: 4.4vw;
  }
  section#information article#rule .inner ul li button a small {
    font-size: 3.4vw;
  }
  section#information article#rule .inner ul li button a::before, section#information article#rule .inner ul li button a::after {
    right: 3.333333vw;
    border-radius: 2vw;
    width: 4vw;
    height: 0.4vw;
  }
  section#information article#rule .inner ul li button a::after {
    right: 3.2vw;
    margin: -0.8vw 0 0;
    width: 2.4vw;
  }
  section#information article#rule .inner ul li:nth-child(1) button a {
    line-height: 15.4vw;
  }
  section#information article#faq .inner {
    padding: 24vw 0 0;
    width: 92vw;
  }
  section#information article#faq .inner h2::before {
    margin: 0 0 0 -8vw;
    width: 16vw;
  }
  section#information article#faq .inner ul li {
    border-radius: 1.333vw;
    border: 0.26667vw solid #fff;
    margin: 0 0 4vw;
    padding: 4vw;
    font-size: 3.2vw;
  }
  section#information article#faq .inner ul li dl dt {
    padding: 0 4.8vw 0 5.4vw;
  }
  section#information article#faq .inner ul li dl dt::before {
    top: -0.2vw;
    font-size: 3.2vw;
  }
  section#information article#faq .inner ul li dl dt::after {
    top: 40%;
    right: 1.2vw;
    border-top: 0.4vw solid #1b8acc;
    border-right: 0.4vw solid #1b8acc;
    margin: -0.9333333vw 0 0;
    width: 1.6vw;
    height: 1.6vw;
  }
  section#information article#faq .inner ul li dl dd {
    margin: 2.4vw 0 0;
    padding: 0 0 0 5.4vw;
    line-height: 1.7;
  }
  section#information article#faq .inner ul li dl dd::before {
    top: -0.2vw;
    font-size: 3.2vw;
  }
  section#information article#faq .inner ul li.active dl dt::after {
    top: 50%;
  }

  /* community setting
  ------------------------------------*/
  section#community {
    padding: 28vw 0 24vw;
  }
  section#community::before {
    height: 4vw;
  }
  section#community::after {
    height: 4vw;
  }
  section#community .inner {
    width: 92vw;
  }
  section#community .inner h2::before {
    margin: 0 0 0 -24.2vw;
    width: 48.4vw;
  }
  section#community .inner p {
    margin: -4vw 0 4vw;
    font-size: 3.2vw;
  }
  section#community .inner article {
    border-radius: 2vw;
    padding: 8vw 4vw;
  }
  section#community .inner article h3 {
    margin: 0 0 8vw;
    font-size: 4vw;
  }
  section#community .inner article ol {
    padding: 0 0 4vw;
  }
  section#community .inner article ol::before {
    top: 0;
    left: 50%;
    margin: 0 0 0 -15.4vw;
    width: 30.8vw;
  }
  section#community .inner article ol li {
    margin: 0 0 4vw;
    padding: 0 0 0 6.4vw;
    line-height: 1.7;
    font-size: 3.2vw;
  }
  section#community .inner article ol li::before {
    width: 4.8vw;
    height: 4.8vw;
    line-height: 4.8vw;
    font-size: 3.2vw;
  }
  section#community .inner article ul {
    display: block;
  }
  section#community .inner article ul li {
    position: relative;
    margin: 0 0 4vw;
    width: 100%;
  }
  section#community .inner article ul li::before {
    top: 6.4vw;
    left: 4vw;
    width: 4.8vw;
    height: 3.6vw;
  }
  section#community .inner article ul li button {
    width: 100%;
  }
  section#community .inner article ul li button a {
    border-radius: 2vw;
    padding: 0;
    height: 16vw;
    line-height: 15.4vw;
    font-size: 3.7333vw;
  }
  section#community .inner article ul li button a::before, section#community .inner article ul li button a::after {
    right: 3.333333vw;
    border-radius: 2vw;
    width: 4vw;
    height: 0.4vw;
  }
  section#community .inner article ul li button a::after {
    right: 3.2vw;
    margin: -0.8vw 0 0;
    width: 2.4vw;
  }

  /* entertainers setting
  ------------------------------------*/
  section#entertainers {
    padding: 28vw 0 24vw;
  }
  section#entertainers .inner {
    width: 92vw;
  }
  section#entertainers .inner h2::before {
    margin: 0 0 0 -29.4666vw;
    width: 58.933333vw;
  }
  section#entertainers .inner dl dt h3 {
    border-radius: 5vw;
    margin: 0 0 6vw;
    height: 10vw;
    line-height: 10vw;
    font-size: 4.8vw;
  }
  section#entertainers .inner dl dd {
    padding: 0 0 8vw;
  }
  section#entertainers .inner dl dd h4 {
    margin: 0 auto 8vw;
  }
  section#entertainers .inner dl dd ul {
    justify-content: space-between;
    width: 95%;
  }
  section#entertainers .inner dl dd ul li {
    margin: 0 1.5vw 6vw;
    width: 40vw;
  }
  section#entertainers .inner dl dd ul li picture {
    margin: 0 0 -2vw;
  }
  section#entertainers .inner dl dd ul li span {
    border-radius: 2vw;
    margin: 0 auto 2vw;
    padding: 0 2.666667vw;
    height: 4vw;
    line-height: 3.9vw;
    font-size: 2.4vw;
  }
  section#entertainers .inner dl dd ul li p {
    font-size: 2.8vw;
  }
  section#entertainers .inner dl dd ul li p small {
    margin: 0 auto 2vw;
    font-size: 2.4vw;
  }
  section#entertainers .inner dl dd ul li p small.txtAjustment {
    letter-spacing: 0em;
    font-size: 2.4vw;
  }
  section#entertainers .inner dl dd ul.mcList {
    box-sizing: border-box;
    border-radius: 2vw;
    border: 0.2666667vw solid #271f48;
    margin: 0 auto 12vw;
    width: 100%;
    padding: 4vw 2.0vw 0;
  }
  section#entertainers .inner dl dd ul.mcList li {
    width: 40vw;
  }
  section#entertainers .inner dl.qualifiers dd h4 {
    background: url("../../img/ttl_qualifiers_sp.webp") center 0/100% 100% no-repeat;
    width: 52.933333vw;
    aspect-ratio: 397 / 252;
  }
  section#entertainers .inner dl.final dd h4 {
    background: url("../../img/ttl_final_sp.webp") center 0/100% 100% no-repeat;
    width: 82.533333vw;
    aspect-ratio: 619 / 122;
  }

  /* award setting
  ------------------------------------*/
  section#award {
    background: url("../../img/bg_award.webp") center top/cover no-repeat;
    padding: 18vw 0 12vw;
  }
  section#award .inner {
    width: 92vw;
  }
  section#award .inner h2::before {
    margin: 0 0 0 -13.8666vw;
    width: 27.733333vw;
  }
  section#award .inner dl {
    border-radius: 2vw;
    border: 0.26667vw solid #fff;
    margin: 0 auto 12vw;
  }
  section#award .inner dl dt h3 {
    border-radius: 2vw;
    margin: -5.3333333vw 0 6vw -6vw;
    width: 60vw;
    height: 6.6666667vw;
    line-height: 6.6666667vw;
    font-size: 3.2vw;
    transform: rotate(-3deg);
  }
  section#award .inner dl dd ul {
    justify-content: space-between;
    margin: 0 auto 8vw;
    padding: 40vw 0 0;
  }
  section#award .inner dl dd ul::before {
    top: 2vw;
    left: 50%;
    margin: 0 0 0 -20.133vw;
    width: 40.266667vw;
  }
  section#award .inner dl dd ul:not(:last-child) {
    border-bottom: 0.26667vw solid #fff;
  }
  section#award .inner dl dd ul:last-child {
    justify-content: center;
  }
  section#award .inner dl dd ul li {
    margin: 0 0 8vw;
    width: 40vw;
  }
  section#award .inner dl dd ul li:first-child {
    margin: 0 0 8vw;
  }
  section#award .inner dl dd ul li:nth-child(2), section#award .inner dl dd ul li:nth-child(5) {
    margin: 0 0 8vw;
  }
  section#award .inner dl dd ul li picture {
    border-radius: 2vw;
    margin: 0 0 2vw;
  }
  section#award .inner dl dd ul li h4 {
    font-size: 2.7333vw;
  }

  /* sponsor setting
  ------------------------------------*/
  section#sponsor {
    padding: 0;
  }
  section#sponsor::before {
    height: 4vw;
  }
  section#sponsor::after {
    height: 4vw;
  }
  section#sponsor article#sponsorship .inner {
    padding: 28vw 0 0;
    width: 92vw;
  }
  section#sponsor article#sponsorship .inner h2::before {
    margin: 0 0 0 -27.7333vw;
    width: 55.466667vw;
  }
  section#sponsor article#sponsorship .inner ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  section#sponsor article#sponsorship .inner ul:not(:last-child) {
    margin: 0 auto 8vw;
  }
  section#sponsor article#sponsorship .inner ul.bnrBig {
    justify-content: center;
  }
  section#sponsor article#sponsorship .inner ul.bnrBig li {
    margin: 0 0 4vw;
    width: 80vw;
  }
  section#sponsor article#sponsorship .inner ul.bnrMiddle {
    justify-content: space-between;
  }
  section#sponsor article#sponsorship .inner ul.bnrMiddle li {
    margin: 0 0 4vw;
    width: 44vw;
  }
  section#sponsor article#sponsorship .inner ul.bnrSmall li {
    margin: 0 2vw 4vw;
    width: 26.5vw;
  }
  section#sponsor article#sponsored .inner {
    padding: 28vw 0 24vw;
    width: 92vw;
  }
  section#sponsor article#sponsored .inner h2::before {
    margin: 0 0 0 -22.6vw;
    width: 45.2vw;
  }
  section#sponsor article#sponsored .inner dl:not(:last-child) {
    margin: -4vw 0 8vw;
  }
  section#sponsor article#sponsored .inner dl dt {
    border-radius: 2vw;
    margin: 0 0 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 3.2vw;
  }
  section#sponsor article#sponsored .inner dl dt::first-letter {
    margin: 0 2vw 0 0;
  }
  section#sponsor article#sponsored .inner dl dd p {
    font-size: 4.4vw;
  }
  section#sponsor article#sponsored .inner dl dd p small {
    margin: 2vw 0 0;
    font-size: 3.2vw;
  }
/*
  section#sponsor article#sponsored .inner dl dd ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-bottom: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
*/
  section#sponsor article#sponsored .inner dl dd ul li {
    margin: 0 5% 10vw;
    width: auto;
  }

  section#sponsor article#sponsored .inner dl dd ul li:nth-child(1),
  section#sponsor article#sponsored .inner dl dd ul li:nth-child(2),
  section#sponsor article#sponsored .inner dl dd ul li:nth-child(3),
  section#sponsor article#sponsored .inner dl dd ul li:nth-child(4),
  section#sponsor article#sponsored .inner dl dd ul li:nth-child(5),
  section#sponsor article#sponsored .inner dl dd ul li:nth-child(6),
  section#sponsor article#sponsored .inner dl dd ul li:nth-child(8) {
    margin: 0 auto 10vw auto;
  }

  section#sponsor article#sponsored .inner dl dd ul li:nth-child(5),
  section#sponsor article#sponsored .inner dl dd ul li:nth-child(6){
    width: 100%;
  }

  section#sponsor article#sponsored .inner dl dd ul li:nth-child(5) p,
  section#sponsor article#sponsored .inner dl dd ul li:nth-child(6) p {
    font-size: 4.4vw;
  }


  /* contFooter setting
  ------------------------------------*/
  section#contFooter {
    padding: 0 0 24vw;
  }
  section#contFooter article#archives .inner {
    padding: 28vw 0 8vw;
    width: 92vw;
  }
  section#contFooter article#archives .inner h2::before {
    margin: 0 0 0 -19.8vw;
    width: 39.6vw;
  }
  section#contFooter article#archives .inner ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section#contFooter article#archives .inner ul li {
    margin: 0 0 4vw;
    width: 44vw;
  }
  section#contFooter article#archives .inner ul li button a {
    border-radius: 2vw;
    padding: 3.7333vw 0 0;
    width: 100%;
    height: 16vw;
    font-size: 4vw;
  }
  section#contFooter article#archives .inner ul li button a::before, section#contFooter article#archives .inner ul li button a::after {
    right: 3.333333vw;
    border-radius: 2vw;
    width: 4vw;
    height: 0.4vw;
  }
  section#contFooter article#archives .inner ul li button a::after {
    right: 3.2vw;
    margin: -0.8vw 0 0;
    width: 2.4vw;
  }
  section#contFooter article#archives .inner ul li button a small {
    margin: 2vw 0 0;
    font-size: 2.733vw;
  }
  section#contFooter article#contact .inner {
    display: block;
    border-radius: 2vw;
    border: 0.26667vw solid #fff;
    padding: 16vw 0 8vw;
    width: 92vw;
  }
  section#contFooter article#contact .inner h2 {
    margin: 0 auto;
    width: 34.8vw;
  }
  section#contFooter article#contact .inner h2::before {
    margin: 0 0 0 -17.4vw;
    width: 34.8vw;
  }
  section#contFooter article#contact .inner h2 span {
    margin: 0 0 4vw;
  }
  section#contFooter article#contact .inner p {
    font-size: 4vw;
  }
  section#contFooter article#contact .inner p small {
    margin: 2vw 0 0;
    font-size: 2.7333vw;
  }


  section#contFooter article#contact .inner div {
    display: block;
    padding: 1vw 4vw;
    width: auto;
  }
  section#contFooter article#contact .inner div ul {
    display: block;
  }
  section#contFooter article#contact .inner div ul li {
    position: relative;
    margin: 0 0 4vw;
    width: 100%;
  }
	/*
	section#contFooter article#contact .inner div ul li button {
	  width: 100%;
	}
	*/
  section#contFooter article#contact .inner div ul li button a {
    border-radius: 2vw;
    padding: 0;
    height: 16vw;
    line-height: 15.4vw;
    font-size: 3.7333vw;
  }
  section#contFooter article#contact .inner div ul li button a::before, section#contFooter article#contact .inner div ul li button a::after {
        right: 3.333333vw;
        border-radius: 2vw;
        width: 4vw;
        height: 0.4vw;
  }
  section#contFooter article#contact .inner div ul li button a::after {
    right: 3.2vw;
    margin: -0.8vw 0 0;
    width: 2.4vw;
  }
}
