#jp-cmptemp {
  /* background-color: #CCE6ED;
  overflow: hidden; */
  padding-bottom: 10px;
  background: #1461e6;
  background-size: contain;
  background-position: left top;
}


#jp-cmptemp * {
  box-sizing: border-box;
}

#jp-cmptemp div:after {
  content: none;
}

#jp-cmptemp .jp-cmptemp-txt {
  margin: 0;
  text-align: center;
}

#jp-cmptemp .jp-cmptemp-centImg {
  margin: 10px auto;
}

#jp-cmptemp .jp-cmptemp-main {
  margin: 0;
}

@media screen and (max-width: 767px) {

  #jp-cmptemp {
    background: #1461e6;
    background-size: auto;
    background-position: inherit;
  }

}


#jp-cmptemp .jp-cmptemp-contents {
  background-color: #fff;
  margin: 0 10px;
}



.fes-secton-title {
  color: #D70E18;
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
}

#jp-cmptemp .jp-cmp-music-list-fes2025 ul {
  display: flex;
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 0 10px;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  font-size: 130%;
}

#jp-cmptemp .jp-cmp-music-list-fes2025 ul:after {
  content: none;
}

#jp-cmptemp .jp-cmp-music-list-fes2025 li {
  display: block;
  width: 49%;
  padding: 14px 0 8px 0;
  border-bottom: solid 1px #dadada;
}

#jp-cmptemp .jp-cmp-music-list-fes2025 li .artist a {
  display: block;
  background: url(/web/feature/img/ico-arrow-007.png) no-repeat scroll 98% 50% / 10px 17px;
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  #jp-cmptemp .jp-cmp-music-list-fes2025 li {
    width: 100%;
  }
}


#jp-cmptemp .fes-youtube {
  width: 80%;
  text-align: center;
  margin: 10px auto;
}

#jp-cmptemp .fes-youtube .fes-youtube-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9の比率の場合 */
  overflow: hidden;
}

#jp-cmptemp .fes-youtube .fes-youtube-inner iframe,
#jp-cmptemp .fes-youtube .fes-youtube-inner object,
#jp-cmptemp .fes-youtube .fes-youtube-inner embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #jp-cmptemp .fes-youtube {
    width: 100%;
  }
}


#jp-cmptemp #fes-link {
  text-align: center;
}

#jp-cmptemp #fes-link ul {
  text-align: center;
}

#jp-cmptemp #fes-link ul li {
  display: inline-block;
}

#jp-cmptemp #fes-link ul li a {
  display: block;
  margin: 5px;
  padding: 10px;
  background-color: #eee;
  color: #333;
}

@media screen and (max-width: 767px) {}


#jp-cmptemp #booth .jp-cmptemp-centImg img {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {}


/* オンプーフキダシ */

.fes-secton-text-fukidashi {
  margin: 10px 0;
  text-align: center;
}

.fes-secton-text-character-comment {
  display: inline-block;
}

.fes-secton-text-character-comment img {
  width: 70px;
  height: 70px;
  margin: -7px 23px 7px;
}

.fes-secton-text-character-comment-title {
  position: relative;
  display: inline-block;
  padding: 14px;
  min-width: 120px;
  max-width: 100%;
  font-size: 18px;
  background: #f2f2f2;
  color: #333;
  border-radius: 15px;
  vertical-align: top;
}


.fes-secton-text-character-comment-title:before {
  content: "";
  position: absolute;
  top: 52%;
  left: -25px;
  margin-top: -12px;
  border: 10px solid transparent;
  border-right: 15px solid #f2f2f2;
}


@media screen and (max-width: 767px) {

  .fes-secton-text-character-comment img {
    width: 100px;
    height: 100px;
    margin-bottom: 14px;
  }

  .fes-secton-text-character-comment-title {
    font-size: 14px;
  }

  .fes-secton-text-character-comment-title:before {
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-bottom: 15px solid #f2f2f2;
  }
}


/* テーブル曲リスト */
.jp-cmp-req-list table {
  font-size: 16px;
  border-top: solid 1px #dadada;
  border-left: solid 1px #dadada;
  /* color: #0a1a5d; */
  margin-bottom: 30px;
  width: 100%;
  background-color: #1461e6;
}

@media screen and (max-width: 767px) {
  .jp-cmp-req-list table {
    font-size: clamp(12px, 3.4vw, 18px);
  }
}

.jp-cmp-req-list table.first {
  margin-bottom: 0px;
}

.jp-cmp-req-list table th,
.jp-cmp-req-list table td {
  padding: 4px 10px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  .jp-cmp-req-list table th,
  .jp-cmp-req-list table td {
    padding: 4px 5px;
  }
}

.jp-cmp-req-list table th {
  border-right: solid 1px #fff;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .jp-cmp-req-list table th {
    font-size: clamp(12px, 3vw, 16px);
  }
}

.jp-cmp-req-list table th:last-child {
  border-right: none;
}

.jp-cmp-req-list table td {
  border-bottom: solid 1px #dadada;
  border-right: solid 1px #dadada;
  text-align: left;
  background-color: #fff;
}

.jp-cmp-req-list table td a {
  display: inline-block;
}

.jp-cmp-req-list table td.jp-page-sl-cell-num,
.jp-cmp-req-list table td.jp-page-sl-cell-rank {
  text-align: center;
}

.jp-cmp-req-list table caption {
  font-size: 30px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .jp-cmp-req-list table caption {
    font-size: 5vw;
  }
}

.jp-cmp-req-list table caption:before {
  content: "";
  background: #28abff;
  display: inline-block;
  margin: 0 12px 0 0;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  vertical-align: middle;
  margin-top: 15px;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .jp-cmp-req-list table caption:before {
    margin-top: 2vw;
  }
}


/* ページ下部フェスインフォ */

.fes-booth {
  text-align: center;
}

.fes-booth .fes-title {
  width: 100%;
  font-size: 2em;
  font-weight: bold;
}

.fes-booth .fes-date {
  width: 100%;
  font-size: 14px;
}

.fes-booth .fes-place {
  width: 100%;
  font-size: 14px;
}

.fes-booth .fes-official {
  font-size: 14px;
}

.fes-booth .fes-official a {
  display: inline-block;
  border: 2px solid #FF6600;
  background-color: #FF6600;
  padding: 5px 10px;
  color: #fff;
  margin: 10px 10px 20px;
}

@media screen and (max-width: 767px) {

  .fes-booth .fes-info {
    width: 100%;
    padding-top: 40px;
  }
}


.booth {
  margin: 20px 60px;
  padding: 15px;
  border: 1px solid #1461e6;
}


.booth .fes-secton-text {
  font-size: 14px;
  padding-bottom: 10px;
}

.booth img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .booth {
    margin: 10px;
    padding: 10px;
  }


  .booth img {
    width: 100%;
  }
}


.req-link {
  margin: 0 auto;
  text-align: center;
}

.req-link img {
  margin: 30px 10px;
  width: 300px;
}



@media screen and (max-width: 767px) {
  .req-link img {
    width: 94%;
  }
}