@charset "UTF-8";
.cheer_title + p {
  padding-top: 8px;
  font-size: clamp(18px, 2.6007802341vw, 20px);
  font-weight: bold;
  line-height: 1.8;
}

.cheer_title + p + p {
  padding-top: 8px;
  font-weight: normal;
}

.student_grid img {
  height: 100%;
}

.gp_content p {
  visibility: visible;
}

.comingSoon {
  margin: 0 7rem;
  width: 100%;
  height: calc(100% - 14rem);
  background-color: #fff;
  border: 4px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(19.8px, 2.8608582575vw, 22px);
  line-height: 1;
}
.comingSoon h1 {
  font-size: clamp(54px, 7.8023407022vw, 60px);
  font-weight: bold;
}
.comingSoon h1 + p {
  font-size: clamp(14.4px, 2.0806241873vw, 16px);
  font-weight: normal;
}
.comingSoon--txt {
  height: clamp(65.7px, 9.4928478544vw, 73px);
  width: clamp(361.8px, 52.2756827048vw, 402px);
  font-size: clamp(36px, 5.2015604681vw, 40px);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.exhibition_caption span {
  font-size: clamp(27px, 3.9011703511vw, 30px);
  font-weight: bold;
}

.exhibition_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 36px;
}
.exhibition_list li {
  margin-top: 0;
}

.exhibition_detail {
  margin-top: 20px;
  flex-direction: column;
  gap: unset;
}

.exhibition_info {
  text-align: center;
}
.exhibition_info .day {
  font-size: clamp(37.8px, 5.4616384915vw, 42px);
  font-weight: bold;
}
.exhibition_info .day span {
  font-size: clamp(24.3px, 3.511053316vw, 27px);
}
.exhibition_info .time {
  margin-top: 16px;
  font-size: clamp(16.2px, 2.3407022107vw, 18px);
  font-weight: bold;
}
.exhibition_info .time span {
  font-size: clamp(18px, 2.6007802341vw, 20px);
}

.exhibition_place {
  margin-top: 20px;
  min-width: unset;
  width: 100%;
}
.exhibition_place + p {
  margin-top: 13px;
  font-size: clamp(21.6px, 3.1209362809vw, 24px);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.exhibition_btn {
  margin-top: 10px;
  text-align: center;
}
.exhibition_btn button {
  height: clamp(37.8px, 5.4616384915vw, 42px);
  width: clamp(234px, 33.8101430429vw, 260px);
  border-radius: clamp(18.9px, 2.7308192458vw, 21px);
  border: 1px solid #707070;
  background-color: #fff;
  transition: 0.3s ease-out;
}
.exhibition_btn button:hover {
  background-color: #ccc;
}
.exhibition_btn a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(13.5px, 1.9505851756vw, 15px);
  font-size: clamp(16.2px, 2.3407022107vw, 18px);
  font-weight: bold;
  color: #000;
}
.exhibition_btn a span {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #000;
  border-right: 0;
}

.support_page_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.support_page_number {
  margin-bottom: 10px;
  height: clamp(45.9px, 6.6319895969vw, 51px);
  width: clamp(160.2px, 23.1469440832vw, 178px);
  background-color: #001658;
  border-radius: 10px;
  font-size: clamp(15.9px, 2.7308192458vw, 18px);
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(5deg);
  position: relative;
}
.support_page_number::after {
  content: "";
  position: absolute;
  bottom: calc(-1 * clamp(14.4px, 2.0806241873vw, 16px));
  right: 28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 19px solid #001658;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  #mv {
    height: 95vh;
  }
  #cheer {
    height: auto;
  }
  #cheer .inner {
    padding-top: clamp(36px, 5.2015604681vw, 40px);
  }
  .mv_text {
    line-height: 1.5;
  }
  .mv_grid {
    margin-top: clamp(18px, 2.6007802341vw, 20px);
  }
  .mv_grid .page_link .ex {
    margin-top: clamp(13.5px, 1.9505851756vw, 15px);
  }
  .cheer_title + p {
    padding-top: 8px;
    font-size: clamp(18px, 2.6007802341vw, 20px);
    font-weight: bold;
    line-height: 1.8;
  }
  .cheer_title + p + p {
    padding-top: 8px;
    font-weight: normal;
  }
  .gp_content p {
    visibility: visible;
  }
  #student {
    height: 90vh;
  }
  .comingSoon {
    margin: 7rem 4vw;
    width: 100%;
    height: 80%;
    background-color: #fff;
    border: 4px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(19.8px, 2.8608582575vw, 22px);
    line-height: 1;
  }
  .comingSoon h1 {
    font-size: clamp(32.4px, 4.6814044213vw, 36px);
  }
  .comingSoon h1 + p {
    font-size: clamp(10.8px, 1.5604681404vw, 12px);
  }
  .comingSoon--txt {
    height: clamp(45px, 6.5019505852vw, 50px);
    width: clamp(270px, 39.0117035111vw, 300px);
    font-size: clamp(25.2px, 3.6410923277vw, 28px);
  }
  .top #footer {
    height: auto;
  }
  .exhibition_caption span {
    font-size: clamp(19.8px, 2.8608582575vw, 22px);
    font-weight: bold;
    line-height: 1;
  }
  .exhibition_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .exhibition_detail {
    margin-top: 16px;
  }
  .exhibition_info {
    margin-top: 0;
  }
  .exhibition_info .day {
    font-size: clamp(32.4px, 4.6814044213vw, 36px);
  }
  .exhibition_info .day span {
    font-size: clamp(19.8px, 2.8608582575vw, 22px);
  }
  .exhibition_info .time {
    margin-top: 8px;
    font-size: clamp(14.4px, 2.0806241873vw, 16px);
  }
  .exhibition_info .time span {
    font-size: clamp(16.2px, 2.3407022107vw, 18px);
  }
  .exhibition_place {
    margin-top: 12px;
  }
  .support_page_number {
    margin-left: auto;
    margin-right: 60px;
  }
}
.thumb img {
  width: 250px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.coming-soon_icon {
  height: 55px;
  width: 40px;
}

.movie__area {
  margin: 0 auto;
  margin-top: clamp(25px, 5.2vw, 40px);
  max-width: 580px;
  height: 315px;
}

#grandprix_page .nominate_student .coming-soon_icon {
  height: 55px;
  width: 40px;
  min-width: unset;
}

#grandprix_page.sdgs .inner {
  padding-top: 0;
}

.sdgs .grandprix_title {
  background-color: rgb(169, 224, 255);
}

.student_name p {
  font-size: clamp(18px, 1.2vw, 22px);
}

.student_name p span {
  font-size: clamp(14px, 1vw, 16px);
}

.accordion-text {
  display: none;
  padding: 23px 50px;
}
.accordion-text span {
  border-bottom: #707070 1px solid;
  padding-bottom: 28px;
  display: block;
}

.accordion-box {
  border: #707070 1px solid;
}

.text-open {
  padding: 12px 16px;
  color: #000000;
  font-size: 16px;
  position: relative;
  line-height: 1 !important;
  cursor: pointer;
}

.text-open::before,
.text-open::after {
  /* 閉じている時 */
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 20px;
  height: 1px;
  background-color: #707070;
}

.text-open::after {
  transform: rotate(90deg);
  width: 22px;
  right: 8px;
}

.text-open.active::before {
  /* 開いている時 */
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 20px;
  height: 1px;
  background-color: #707070;
}

.text-open.active::after {
  display: none;
}

.judging {
  margin-top: 20px;
}/*# sourceMappingURL=renewal.css.map */