@charset "UTF-8";

.program-tabs {
  margin: 0 auto;
  width: 100%;
}

.tab-button-wrap {
  display: flex;
  align-items: anchor-center;
  z-index: 1;
  position: relative;
}

.tab-button-wrap .title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  background: linear-gradient(90deg, #1A698A 0%, #1989C8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 70px;
}

.tab-button-wrap .title span {
  font-size: 50px;
}

.tab-buttons {
  display: flex;
}

.tab-buttons li {
  list-style: none;
  cursor: pointer;
  color: #79909C;
  padding: 0 10px;
  font-weight: bold;
  transition: 0.3s;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  transition: all .7s;
  margin-right: 35px;
  position: relative;
  transition: all .7s;
}

.tab-buttons li::before {
  content: "";
  height: 6px;
  width: 100%;
  background: #79909C;
  position: absolute;
  left: 0;
  bottom: -7.5px;
  transition: all .7s;
}

.tab-buttons li::before {
  transition: all .7s;
}

.tab-buttons li span {
  font-size: 22px;
  padding-right: 10px;
}

.tab-buttons li.active,
.tab-buttons li:hover {
  background: linear-gradient(90deg, #1A698A 0%, #1989C8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab-buttons li.active::before,
.tab-buttons li:hover::before {
  background: linear-gradient(90deg, #1A698A 0%, #1989C8 100%);
}

.tab-buttons li.active::after,
.tab-buttons li:hover::after {
  content: "▼";
  background: linear-gradient(90deg, #1A698A 0%, #1989C8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -20px;
  position: absolute;
}

.tab-contents {
  background: #EDF3F6;
  padding: 20px;
  position: relative;
  margin-top: -11px;
}

.tab-content {
  display: none;
  position: relative;
}

.tab-content.active {
  display: block;
}

.tab-content .abs {
  position: absolute;
  right: -20px;
  bottom: -32.5px;
  content: "Day1";
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 100px;
  background: linear-gradient(97.74deg, #EDF3F6 5.05%, #1A698A 48.06%, #1989C8 88.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
  z-index: 2;
}

.tab-content-inner {
  display: flex;
  justify-content: space-between;
}

.tab-content-inner .half {
  width: 47%;
}

.tab-content p.ampm {
  background: linear-gradient(90deg, #1A698A 0%, #1989C8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px dashed #2c88c5;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
}

.tab-content ul {
  padding-left: 0;
}

.tab-content ul li {
  list-style: none;
  margin: 0 0 10px;
  font-size: 16px;
  padding-left: 17.5px;
  position: relative;
  line-height: 1.5;
}

.tab-content ul li::after {
  background: #4895BC;
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 8.5px;
  line-height: 1;
  border-radius: 50%;
}

.tab-content ul li a {
  font-size: 16px;
}

.day-contents h2 {
  color: #173766;
  text-align: left;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 45px;
}

hr {
  max-width: 1300px;
  margin-inline: auto;
}

.event_report .day-contents {
  max-width: 1200px;
}

.img-cont {
  max-width: 1000px;
  margin: 0 auto 40px;
}

.event_report .day-contents .text p {
  margin-bottom: 2em;
}

.event_report .day-contents h3.kakko {
  position: relative;
  display: inline-block;
  padding: 0.25em 1em;
}

.event_report .day-contents h3.kakko::before,
.event_report .day-contents h3.kakko::after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.event_report .day-contents h3.kakko::before {
  border-left: solid 1px #333;
  border-top: solid 1px #333;
  top: 0;
  left: 0;
}

.event_report .day-contents h3.kakko::after {
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  bottom: 0;
  right: 0;
}

.event_report .day-contents .text p.right {
  text-align: right;
}

.report_sliders {
  max-width: 1000px;
  margin: 0 auto 40px;
}

.event_report .report_sliders .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.event_report .report_sliders .slide-arrow:hover {
  opacity: 0.6;
}

.event_report .report_sliders .prev-arrow {
  left: -60px;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  width: 40px;
}

.event_report .report_sliders .next-arrow {
  right: -60px;
  width: 40px;
}

.event_report .timetable {
  margin-top: 40px;
}

.event_report2024.event_report .report_h2 {
  margin: 0 auto;
}

.event_report hr {
  margin-bottom: 45px;
  border-color: #173766;
}

.event_report2024.event_report .day-contents h3 {
  margin-top: 70px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  margin-bottom: 40px;
}

.event_report .day-contents h3 {
  font-size: 32px;
}

@media (max-width: 800px) {
  .event_report .timetable {
    width: 100%;
    max-width: 500px;
    border: none;
  }

  .tab-button-wrap .title {
    font-size: 28px;
    margin-right: 0px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    text-align: right;
  }

  .tab-button-wrap .title::before {
    content: "";
    width: 100%;
    height: 10px;
    background: #EDF3F6;
    left: 0;
    bottom: 0;
  }

  .tab-button-wrap .title span {
    font-size: 32px;
  }

  .tab-button-wrap {
    display: block;
  }

  .tab-buttons {
    justify-content: space-between;
    max-width: 320px;
    margin: 0 auto;
  }

  .tab-buttons li {
    padding: 0 5px;
    font-size: 22px;
    margin-right: 10px;
  }

  .tab-buttons li span {
    font-size: 12px;
    padding-right: 5px;
  }

  .tab-buttons li.active::after {
    font-size: 12px;
    bottom: -12px;
  }

  .tab-buttons li::before {
    height: 5px;
  }

  .tab-contents {
    margin-top: 2px;
    position: relative;
  }

  .tab-contents::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #EDF3F6;
    left: 0;
    top: -47.5px;
  }

  .tab-content-inner {
    display: block;
  }

  .tab-content-inner .half {
    width: 100%;
  }

  .tab-content .abs {
    right: -25px;
    bottom: -43px;
  }

  .tab-content p.ampm {
    font-size: 18px;
    padding-bottom: 4.5px;
    margin-bottom: 15px;
  }

  .tab-content ul li {
    font-size: 14px;
    padding-left: 15px;
    line-height: 1.3;
  }

  .tab-content ul li a {
    font-size: 14px;
  }

  .tab-content ul li::after {
    top: 5.5px;
  }

  .day-contents h2 {
    line-height: 1.3;
    font-size: 30px;
    margin-bottom: 40px;
  }

  .event_report2024.event_report .day-contents h3 {
    font-size: 28px;
    line-height: 1.4;
    margin-top: 55px;
    padding: .25em .5em;
  }

  .event_report .report_sliders .prev-arrow {
    left: initial;
    right: 40px;
    bottom: -40px;
    top: initial;
    width: 30px;
  }

  .event_report .report_sliders .next-arrow {
    right: 0px;
    bottom: -40px;
    width: 30px;
    top: initial;
  }

  .report_sliders {
    max-width: 100%;
    margin: 0 auto 70px;
  }

  .event_report .timetable {
    margin-top: 10px;
  }

  .event_report2024.event_report hr {
    margin-bottom: 45px;
  }

  .event_report .day-contents h3 {
    font-size: 28px;
  }
}
