/* ボーダー */
.asp {
  width: 100%;
  background-image: url("/img/event/20210916/common/asp-haikei.png");
  background-size: 100px auto;
}

/* ボーダー */
.asp-boder {
  width: 90%;
  text-align: center;
  border: 0;
  height: 20px;
  background-image: url("/img/event/20210916/old/asp-boder.png");
  background-size: 20px auto;
  background-repeat: repeat-x;
  margin: 50px auto 70px;
}

@media only screen and (max-width: 600px) {
  .asp-boder {
    width: 95%;
    text-align: center;
    border: 0;
    height: 20px;
    background-image: url("/img/event/20210916/asp/asp-boder.png");
    background-size: 20px auto;
    background-repeat: repeat-x;
    margin: 20px auto;
  }
}

/* 見出し（共通） */
.asp-title-midashi {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.asp-title-midashi-image {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .asp-title-midashi {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}

/* リンク 横長画像（共通） */
.asp-link-image {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .asp-link-image {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
}

/* ヘッダー */
.asp-header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.asp-header-image {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  /* margin-top: 50px; */
  margin-top: 13px;
}

@media only screen and (max-width: 700px) {
  .asp-header-image {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    text-align: center;
  }
}

/* ボタン */
.asp-botan {
  width: 80%;
  margin: 20px auto;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: auto;
  grid-column-start: 1;
  grid-column-end: 5;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .asp-botan {
    width: 95%;
    margin: 10px auto;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-column-start: 1;
    grid-column-end: 3;
    cursor: pointer;
  }
}

.asp-botan-nakami {
  width: 99%;
  margin-left: 1%;
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  background-color: #b30000;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .asp-botan-nakami {
    margin-top: 3px;
    font-size: 1em;
  }
}

.asp-botan-nakami:hover {
  width: 99%;
  margin-left: 1%;
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .asp-botan-nakami:hover {
    margin-top: 3px;
    font-size: 1em;
  }
}

.asp-botan-nakami a {
  text-decoration: none;
  display: block;
  height: 35px;
  line-height: 35px;
}
.asp-botan-nakami a:hover {
  text-decoration: none;
  display: block;
  cursor: pointer;
}

/* 白背景 */
.asp-zabuton {
  width: 80%;
  margin: 10px auto;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 3px 3px 3px 3px;
  border: 10px;
  border-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 700px) {
  .asp-zabuton {
    width: 95%;
    margin: 10px auto;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3px 3px 3px 3px;
    border: 10px;
    border-color: rgba(255, 255, 255, 0.8);
  }
}

/* asp 説明文 */

.asp-honbun {
  text-align: center;
  text-size: 1em;
}

.asp-honbun-voting {
  text-align: center;
  text-size: 1em;
}

.asp-honbun-voting-list {
  list-style-type: none;
}
@media only screen and (max-width: 700px) {
  .asp-honbun {
    text-align: center;
    text-size: 0.7em;
  }
  .asp-honbun-voting {
    text-align: left;
    text-size: 0.7em;
  }
}

.asp-linkbotan {
  width: 80%;
  /* margin: 20px auto; */
  display: grid;
  grid-template-columns: 25% 25% 25% 25% 25%;
  grid-template-rows: auto;
  grid-column-start: 1;
  grid-column-end: 5;
  cursor: pointer;
}
.asp-linkbotan.finalist {
  padding: 10px 30px;
  margin: 20px auto;
  grid-template-columns: 33% 33% 33%;
  grid-column-end: 3;
}

@media only screen and (max-width: 700px) {
  .asp-linkbotan {
    width: 95%;
    margin: 10px auto;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-column-start: 1;
    grid-column-end: 2;
    cursor: pointer;
  }
}

.asp-linkbotan-nakami {
  width: 99%;
  margin-left: 1%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #b30000;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
}
.asp-linkbotan-nakami-live {
  width: 100%;
  margin: auto;
  border-radius: 25px;
  padding: 10px;
  font-size: 1.5em;
  background-color: #b30000;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.asp-linkbotan-nakami-live-link {
  display: block;
  width: 40%;
  margin: auto;
}
.asp-linkbotan-nakami-live-link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .asp-linkbotan-nakami-live-link {
    width: 60%;
  }
}

@media only screen and (max-width: 425px) {
  .asp-linkbotan-nakami-live-link {
    width: 75%;
  }
}

@media only screen and (max-width: 320px) {
  .asp-linkbotan-nakami-live-link {
    width: 80%;
    font-size: 0.8em;
  }
}

.asp-linkbotan-nakami-live:hover {
  background-color: #000000;
}
.asp-linkbotan-nakami-live a:hover {
  text-decoration: none;
}

.asp-linkbotan-nakami-live a {
  line-height: 45px;
  padding: 10px 60px;
}

.asp-botan-nakami.imagebox {
  width: 100%;
  margin: 10px auto;
  cursor: pointer;
}
.asp-botan-nakami.imagebox.modal-vote {
  width: inherit;
}

@media only screen and (max-width: 700px) {
  .asp-linkbotan-nakami {
    margin-top: 3px;
    font-size: 1em;
  }
}

.asp-linkbotan-nakami:hover {
  width: 99%;
  margin-left: 1%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000000;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .asp-linkbotan-nakami:hover {
    margin-top: 3px;
    font-size: 1em;
  }
}

.asp-linkbotan-nakami a {
  text-decoration: none;
  display: block;
}

.asp-linkbotan-nakami a:hover {
  text-decoration: none;
  display: block;
}

/* ランキング */

#ranking {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

@media only screen and (min-width: 1024px) {
  #ranking {
    display: block;
    padding-top: 110px;
    margin-top: -110px;
  }
}

@media only screen and (max-width: 700px) {
  #ranking {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
  }
}

.asp-ranking-shousai {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.asp-ranking-graph {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 700px) {
  .asp-ranking-graph {
    width: 95%;
  }
}

/* コンテスター */

@media only screen and (max-width: 700px) {
}

#contester {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

@media only screen and (min-width: 1024px) {
  #contester {
    display: block;
    padding-top: 110px;
    margin-top: -110px;
  }
}

@media only screen and (max-width: 700px) {
  #contester {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
  }
}

.asp-contester-syoukai {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: auto;
  grid-column-start: 1;
  grid-column-end: 4;
}

.asp-contester-image {
  width: 100%;
}

.asp-contester-box {
  width: 95%;
  margin: 20px auto;
  text-align: center;
  /* text-size: 1.5em; */
  font-weight: bold;
}

@media only screen and (max-width: 700px) {
  .asp-contester-syoukai {
    width: 95%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

/* コンテスター アコーディオン */
.cp_box *,
.cp_box *:before,
.cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_box {
  position: relative;
}

.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  /* height: 140px; */
  height: 80px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(
    to bottom,
    rgba(250, 252, 252, 0) 0%,
    rgba(250, 252, 252, 0.95) 90%
  );
}

.cp_box input:checked + label {
  background: inherit;
  /* 開いた時にグラデーションを消す */
}

.cp_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: -999;
  bottom: 20px;
  left: 50%;
  width: 16rem;

  font-family: FontAwesome;
  content: " 続きをよむ";
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #b30000;
}

.cp_box.en label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: FontAwesome;
  content: " Read More";
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #b30000;
}

.cp_box.cn label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: FontAwesome;
  content: " 更多";
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #b30000;
}

.cp_box input {
  display: none;
}

.cp_box .cp_container {
  overflow: hidden;
  height: 350px;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}

.cp_box input:checked + label:after {
  font-family: FontAwesome;
  content: " 閉じる";
}
.cp_box.en input:checked + label:after {
  font-family: FontAwesome;
  content: " Close";
}

.cp_box.cn input:checked + label:after {
  font-family: FontAwesome;
  content: " 关闭";
}

.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

/* 動画 */

@media only screen and (max-width: 700px) {
}

#movie {
  display: block;
  padding-top: 10px;
  /* margin-top: -100px; */
}

@media only screen and (min-width: 1024px) {
  #movie {
    display: block;
    padding-top: 10px;
    /* margin-top: -110px; */
  }
}

@media only screen and (max-width: 700px) {
  #movie {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
  }
}

.asp-movie-syoukai {
  width: 80%;
  margin: 20px auto;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  grid-column-start: 1;
  grid-column-end: 3;
}
.asp-movie-syoukai.live {
  display: block;
}

@media only screen and (max-width: 700px) {
  .asp-movie-syoukai {
    width: 100%;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}

.asp-movie-box {
  width: 95%;
  margin: 20px auto;
  text-align: center;
  /* text-size: 1.5em; */
  font-weight: bold;
}
.asp-movie-box.live {
  border: 1px solid black;
  padding: 10px;
}
.asp-movie-box.live img {
  width: 50px;
  border-radius: 50%;
  margin: 10px 20px;
}
.asp-movie-box.live .box-area {
  display: grid;
  grid-template-columns: 15% 85%;
  grid-template-rows: auto;
}
.box-dots {
  margin-top: 15px;
  border: 1px dotted rgba(179, 0, 0, 1);
}
.box-text {
  text-align: left;
  margin-top: 10px;
  padding: 10px;
}

@media only screen and (max-width: 425px) {
  .box-text {
    margin-left: 30px;
  }
}
.box-text h3 {
  margin: 0;
  font-size: 18px;
  text-align: left;
}
.box-text p {
  margin: 0;
  /* font-size: 18px; */
}
.asp-movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.asp-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ムービー アコーディオン */
.cp_box2 *,
.cp_box2 *:before,
.cp_box2 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_box2 {
  position: relative;
}

.cp_box2 label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(
    to bottom,
    rgba(250, 252, 252, 0) 0%,
    rgba(250, 252, 252, 0.95) 90%
  );
}

.cp_box2 input:checked + label {
  background: inherit;
  /* 開いた時にグラデーションを消す */
}

.cp_box2 label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: FontAwesome;
  content: " 続きをよむ";
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #b30000;
}

.cp_box2.en label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: FontAwesome;
  content: " Read More";
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #b30000;
}

.cp_box2.cn label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: FontAwesome;
  content: " Read More";
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #b30000;
}

.cp_box2 input {
  display: none;
}

.cp_box2 .cp_container2 {
  overflow: hidden;
  height: 350px;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
.cp_container2 {
  margin: 40px auto;
}

.cp_box2 input:checked + label:after {
  font-family: FontAwesome;
  content: " 閉じる";
}

.cp_box2.en input:checked + label:after {
  font-family: FontAwesome;
  content: " Close";
}

.cp_box2.cn input:checked + label:after {
  font-family: FontAwesome;
  content: " 关闭";
}

.cp_box2 input:checked ~ .cp_container2 {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

/* チケット購入 */

@media only screen and (max-width: 700px) {
}

#ticket {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

@media only screen and (min-width: 1024px) {
  #ticket {
    display: block;
    padding-top: 110px;
    margin-top: -110px;
  }
}

@media only screen and (max-width: 700px) {
  #ticket {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
  }
}

.asp-ticket-shousai {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.asp-ticket-image {
  width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 700px) {
  .asp-ticket-image {
    width: 80%;
  }
}

/* Table for voting component */
.asp-setumei-table {
  border-collapse: collapse;
  width: 80%;
  margin: 20px auto;
}
.asp-setumei-table th,
td {
  border: 1px solid rgb(0, 0, 0);
  padding: 8px;
}
.asp-setumei-table tbody tr {
  background-color: #e9e8e8;
}
.asp-setumei-table thead tr {
  color: #faffff;
  background-color: #b30000;
}
/* .asp-setumei-table th:nth-child(1) {
  width: 20%;
}
.asp-setumei-table th:nth-child(2) {
  width: 50%;
}
.asp-setumei-table th:nth-child(3) {
  width: 30%;
} */

.w-20 {
  width: 20%;
}
.w-50 {
  width: 50%;
}
.w-30 {
  width: 30%;
}
.w-80 {
  width: 80%;
}

.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /* background-color: #b30000; Fallback color */
  background-color: rgba(179, 0, 0, 0.5); /* Black w/ opacity */
}
.modal.modal-space {
  padding-top: 140px; /* Location of the box */
  padding-bottom: 80px;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  word-wrap: break-word;
}

.modal-content.modal-width {
  width: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal.modal-space {
    padding-top: 60px; /* Location of the box */
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
  .modal.modal-space {
    padding-top: 60px; /* Location of the box */
    padding-bottom: 100px;
  }
  .modal-content.modal-width {
    width: 90%;
  }
}

.modal-content p {
  text-align: center;
  /* margin: 0; */
}

.profile-modal-image {
  margin: 20px auto;
  text-align: center;
}
.profile-modal-image img {
  width: 60%;
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.live-content {
  text-align: center;
}

.live-content-heading {
  width: 87%;
  margin: 20px auto;
  font-size: x-large;
}
.live-content-heading.finalist {
  width: 75%;
  text-align: center;
}
.live-text-details {
  margin: auto;
}
.live-text-details ul {
  margin: 17px auto;
  text-align: center;
  list-style-type: none;
  padding: 0;
  font-size: 1.2em;
}
.live-text-details ul li {
  margin: 5px auto;
}
.error-message a {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
.success-message {
  color: green;
}
.isDisabled {
  /* color: gray; */
  background-color: rgb(34, 34, 34);
  cursor: default !important;
  opacity: 0.5;
  text-decoration: none;
}
 .isDisabled a {
   cursor: default !important;
 }
 .isDisabled:hover {
   background-color: rgb(34, 34, 34);
 }