@charset "UTF-8";
.special {
  background-color: #000;
}
.shuryou {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(7, 190, 195, 0.9));
  color: #000;
  font-size: 1.6rem;
  padding: 2rem 1.5rem;
  left: 0;
  text-align: center;
  bottom: 0;
}
.mv {
  background: url("../../images/special2025/mv_bg01.png")no-repeat center top/90%, url("../../images/special2025/mv_bg02.jpg")no-repeat right center/cover, #000;
  padding: 10rem 2rem 5rem;
  position: relative;
}
.mv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent, #000);
}
.mv .cont_inr {
  max-width: 120rem;
  margin: 0 auto;
}
.mv .border {
  color: #fff;
  text-align: center;
  max-width: 340px;
  margin: -2rem auto 0;
}
.mv .border span {
  position: relative;
  font-size: 16px;
  display: block
}
.mv .border span::after, .mv .border span::before {
  position: absolute;
  content: "";
  width: 10%;
  height: 1px;
  top: 50%;
  background-color: #fff;
}
.mv .border span::after {
  left: 0;
}
.mv .border span::before {
  right: 0;
}
.mv .logo {
  margin: 0 auto;
}
.mv .days {
  max-width: 520px;
  width: 100%;
  margin: -3rem auto 0;
}
.mv .txtcont {
  text-align: center;
  color: #fff;
  position: relative;
  margin: auto;
  max-width: 1000px;
}
.mv .txtcont::after, .mv .txtcont::before {
  position: absolute;
  content: "";
  bottom: 20px;
}
.mv .txtcont::after {
  background: url(../../images/special2025/hoshi_01.png) no-repeat left bottom / contain;
  max-width: 170px;
  width: 30%;
  height: 400px;
  left: -20px;
  bottom: -40px;
}
.mv .txtcont::before {
  background: url(../../images/special2025/hoshi_02.png) no-repeat left bottom / contain;
  max-width: 160px;
  width: 30%;
  height: 400px;
  right: -20px;
  bottom: -40px;
}
.mv .txtcont .ttl {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  line-height: 1.4;
  z-index: 10;
  position: relative;
}
.mv .txtcont .txt {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 5rem;
  line-height: 2;
  z-index: 10;
  position: relative;
}
.mv .txtcont .txt li {
  margin-bottom: 1rem;
}
.red_txt {
  color: #ED4F17;
}
.archive {
  padding: 100px 20px 120px;
  color: #FFFFFF;
  text-align: center;
  background: url("../../images/special2025/bg.jpg")no-repeat center center/cover;
  position: relative
}
.archive::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6rem;
  left: 0;
  top: 0;
  background: linear-gradient(#000, transparent);
}
.archive .ttl {
  font-size: 2.1rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
.archive .ttl span {
  position: relative
}
.archive .ttl span::after, .archive .ttl span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  top: 50%;
  background-color: #fff;
}
.archive .ttl span::after {
  left: -35px
}
.archive .ttl span::before {
  right: -105px
}
.archive .txt {
  margin-top: 10px;
}
.archive .movie {
  max-width: 700px;
  width: 100%;
  margin: 40px auto 0;
  border: 2px solid #EE8E2D;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #EE8E2D;
  line-height: 0;
  position: relative;
}
.archive .movie #play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: all 0.5s;
  border: none;
  background: url("../../images/special2025/movie.png") no-repeat center center / cover;
}
.archive .movie #play.none {
  display: none
}
.archive .movie video {
  width: 100%;
  border: 2px solid #FFDB41;
  border-radius: 7px;
  overflow: hidden;
}
.archive .cvsbtn {
  max-width: 520px;
  width: 100%;
  margin: 60px auto 0
}
.archive .cvsbtn a {
  font-size: 18px;
  background-image: linear-gradient(to right, #FF0000 0%, #FF0000 50%, #272727 50%, #272727 100%);
  line-height: 1.4;
  border: 1px solid #fff;
}
@media only screen and (min-width: 769px) {
  .mv {
    padding: 8rem 3rem 5rem;
  }
  .mv .logo {
    /*    width: 65%;*/
    max-width: 700px;
  }
  .mv .days {
    max-width: 570px;
    width: 80%;
    margin: -4.5rem auto 0
  }
  .mv .border {
    max-width: 410px;
    margin: -4rem auto 0;
  }
  .mv .border span {
    font-size: 2rem;
    letter-spacing: 0.5rem;
  }
  .mv .txtcont {
    margin-top: -3rem
  }
  .mv .txtcont::after {
    max-width: 380px;
    width: 18%;
    height: 400px;
    left: -50px;
    bottom: -72px;
  }
  .mv .txtcont::before {
    max-width: 380px;
    width: 18%;
    height: 400px;
    right: -50px;
    bottom: -80px;
  }
  .mv .txtcont .ttl {
    font-size: 3.6rem;
    margin-bottom: 1rem
  }
  .mv .txtcont .txt {
    font-size: 2.4rem;
    line-height: 1.8;
  }
  /*
  .archive .movie {
    width: 80%;
  }
*/
  .archive .ttl {
    font-size: 3.2rem;
  }
  .archive .ttl span::after, .archive .ttl span::before {
    width: 80px;
    height: 1px;
  }
  .archive .ttl span::after {
    left: -100px
  }
  .archive .ttl span::before {
    right: -100px
  }
}
@media only screen and (min-width: 1100px) {
/*
  .mv .days {
    max-width: 660px;
  }
*/
  .mv .txtcont::after {
    width: 260px;
    height: 400px;
    left: -90px;
    bottom: -72px;
  }
  .mv .txtcont::before {
    width: 260px;
    right: -90px;
    bottom: -80px;
  }
/*
  .mv .border {
    max-width: 490px;
  }
  .mv .border span {
    font-size: 2.6rem;
  }
*/
}
@media only screen and (min-width: 1360px) {
  .mv .txtcont .ttl {
    font-size: 3.6rem;
    margin-bottom: 1rem
  }
  .mv .txtcont .txt {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .mv .logo {
    max-width: 460px;
  }
  .mv .days {
    max-width: 440px;
  }
}
.timetable {
  background: url("../../images/special2025/light.png")no-repeat top -15px center/360px, url("../../images/special2025/bg.png")no-repeat center center/cover;
  padding: 120px 20px 100px;
  position: relative;
}
/*
.timetable::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6rem;
  left: 0;
  top: 0;
  background: linear-gradient(#000, transparent);
}
*/
.timetable .bg_bl-ttl {
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}
.timetable .bg_bl-ttl span {
  font-size: 2.4rem;
  font-family: Arial, "Figtree", sans-serif;
  color: #fff;
  font-weight: 600;
}
.timetable .bg_bl-ttl span::before, .timetable .bg_bl-ttl span::after {
  width: 38%;
  height: 100px;
  position: absolute;
  content: "";
  top: 5px;
}
.timetable .bg_bl-ttl span::before {
  left: -5%;
  background: url("../../images/special2025/ttl_left.png")no-repeat top center/contain;
}
.timetable .bg_bl-ttl span::after {
  right: -5%;
  background: url("../../images/special2025/ttl_right.png")no-repeat top center/contain;
}
.timetable_inr {
  position: relative;
  color: #fff;
  /*  margin-bottom: 14rem;*/
  padding: 2rem 2rem;
}
.timetable_inr::before {
  width: 120%;
  height: 130px;
  position: absolute;
  content: "";
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../images/special2025/ttl_btm.png")no-repeat top center/contain;
}
.timetable .cont_inr {
  max-width: 94rem
}
.timetable-list {
  margin-top: 6rem;
}
.time {
  margin-bottom: 2rem;
}
.time span {
  color: #54EFE3;
  font-size: 1.4rem;
  border: 1px solid #54EFE3;
  padding: 0.7rem 1.5rem;
  border-radius: 30px;
  display: inline-block;
  left: 0;
}
.border-ttl {
  color: #54EFE3;
  font-size: 1.8rem;
  padding: 0.5rem 0 0.5rem 2rem;
  position: relative;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.border-ttl::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #54EFE3;
  border-radius: 15px;
}
.timetable-list_inr {
  margin-bottom: 6rem;
}
.timetable-list_inr .inr {
  width: 100%;
  margin: 4rem auto;
}
.ppl_wrap_inr {
  max-width: 66rem;
  margin-bottom: 3rem;
}
.cl2 .ppl_wrap_inr {
  max-width: 45rem;
  width: 100%;
}
.cl1 .ppl_wrap_inr {
  margin-bottom: 4rem;
}
/*
.cl1 .ppl_wrap_inr:last-child {
  margin-bottom: 0;
}
*/
.ppl_wrap_inr a {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.ppl_wrap_inr a::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url("../../images/special/arrow.png")no-repeat center center/contain;
  width: 3.6rem;
  height: 3.6rem;
}
.ppl_wrap_inr a .thum {
  width: 8rem;
  height: 100%;
}
.ppl_wrap_inr a .thum img {
  object-fit: cover;
}
.cl2 .ppl_wrap_inr a .thum img {
  height: 9.6rem;
}
.cl1 .ppl_wrap_inr a .thum img {
  height: 13.5rem;
}
.ppl_wrap_inr a .txtcont {
  width: calc(100% - 8rem);
  padding: 1rem;
}
.ppl_wrap_inr a .txtcont .name {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
}
.ppl_wrap_inr a .txtcont .post {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555555;
  line-height: 1.3;
}
.speaker {
  padding: 2px 1rem;
  border-radius: 10px;
  background-color: #54EFE3;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  font-family: Arial, "Figtree", sans-serif;
  letter-spacing: 0;
}
.time_ttl, .spc_wrap {
  display: flex;
  align-items: center;
}
.spc_wrap {
  margin-bottom: 1rem;
}
.time_ttl {
  font-size: 2.4rem;
}
.inr .time_ttl, .cl1 .time_ttl {
  margin-bottom: 3rem;
}
.inr .time_ttl .time, .cl1 .time_ttl .time {
  margin-bottom: 0;
}
.time_ttl span, .spc_wrap span {
  margin-right: 1rem;
}
.indList {
  margin-bottom: 2rem;
}
.indList:last-child {
  margin-bottom: 0;
}
table {
  width: 100%;
  font-size: 1.6rem;
  margin: 30px 0 50px;
}
table tr {
  margin-bottom: 3rem;
  display: block;
}
table th {
  width: 10rem;
  padding: 1rem;
  position: relative;
}
table th::after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  border-radius: 5px;
  right: 0;
  top: 0;
}
table td {
  padding: 2rem 1rem;
}
table td a {
  color: #fff !important;
  border-bottom: 1px solid #fff;
}
table .map {
  margin-top: 3rem;
  height: 200px;
}
.gaiyou_cont .txt {
  font-size: 1.6rem;
  text-decoration: underline;
  margin: 30px 0;
}
@media only screen and (min-width: 500px) {
  .timetable .bg_bl-ttl span::before, .timetable .bg_bl-ttl span::after {
    width: 40%;
    height: 100px;
    top: -8px;
  }
}
@media only screen and (min-width: 769px) {
  .timetable-list {
    margin-top: 10rem;
  }
  .timetable .bg_bl-ttl span {
    font-size: 3.2rem;
  }
  .timetable .bg_bl-ttl span::before, .timetable .bg_bl-ttl span::after {
    width: 45%;
    top: -10px;
  }
  .timetable .bg_bl-ttl span::before {
    left: -5%;
  }
  .timetable .bg_bl-ttl span::after {
    right: -5%;
  }
  .border-ttl {
    font-size: 2.4rem;
    padding: 1rem 3rem;
    margin-bottom: 3rem;
  }
  .border-ttl::after {
    width: 10px;
    height: 100%;
  }
  .cl1 .ppl_wrap_inr {
    margin-bottom: 6rem;
  }
  .cl1 .ppl_wrap_inr a {
    min-height: 17.5rem;
  }
  .cl1 .small_h .ppl_wrap_inr a {
    max-height: 16rem;
  }
  .cl2 {
    justify-content: space-between;
  }
  .cl2 .ppl_wrap_inr a .thum img {
    height: 15rem;
  }
  .cl1 .ppl_wrap_inr a .thum img {
    height: 17.5rem;
  }
  .w_inr {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .cl1 .w_inr .ppl_wrap_inr {
    margin-bottom: 8rem;
  }
  .time {
    margin-bottom: 3rem;
  }
  .time span {
    font-size: 2.4rem;
    padding: 0.7rem 2rem;
  }
  .ppl_wrap_inr a .thum {
    width: 16rem;
    height: 100%;
  }
  .ppl_wrap_inr a .txtcont {
    width: calc(100% - 16rem);
    padding: 2rem;
  }
  .ppl_wrap_inr a .txtcont .name {
    font-size: 2.4rem;
  }
  .ppl_wrap_inr a .txtcont .post {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .timetable-list_inr .inr {
    width: 95%;
  }
  table {
    margin: 30px 0 50px;
    font-size: 2.4rem;
  }
  table th {
    width: 20rem;
    padding: 1rem;
  }
  table th::after {
    width: 4px;
    height: 100%;
  }
  table td {
    width: calc(100% - 20rem);
    padding: 1rem 0 1rem 3rem;
  }
  table .map {
    height: 380px;
  }
  .gaiyou_cont .txt {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 800px) {
  .timetable_inr::before {
    width: 110%;
    height: 170px;
  }
  .timetable .bg_bl-ttl span::before, .timetable .bg_bl-ttl span::after {
    width: 55%;
    height: 100px;
    top: -15px;
  }
  .timetable .bg_bl-ttl span::before {
    left: -10%;
  }
  .timetable .bg_bl-ttl span::after {
    right: -10%;
  }
}
@media only screen and (min-width: 970px) {
  .cl2 .ppl_wrap_inr {
    width: 49%;
  }
  .timetable_inr::before {
    width: 120%;
    height: 180px;
  }
}
@media only screen and (min-width: 1367px) {
  .timetable_inr {
    padding: 8rem 6rem;
  }
  .timetable-list_inr .inr {
    width: 90%;
  }
  .timetable .bg_bl-ttl span {
    font-size: 4.2rem;
  }
  .timetable .bg_bl-ttl span::before, .timetable .bg_bl-ttl span::after {
    width: 55%;
    height: 100px;
    top: -10px;
  }
  .timetable .bg_bl-ttl span::before {
    left: -10%;
  }
  .timetable .bg_bl-ttl span::after {
    right: -10%;
  }
}
@media only screen and (max-width: 969px) {
  .ppl_wrap.cl2 {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .time_ttl {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .small_h .ppl_wrap_inr a .thum img {
    height: 10.6rem;
  }
  table th, table td {
    text-align: left;
    display: block;
    width: 100%;
  }
  table tr:nth-child(3) {
    text-align: left;
  }
  table th::after {
    width: 100%;
    height: 2px;
    top: 100%;
  }
}