.time_table_link a:before, .time_table_title:before {
  display: block;
  content: "";
  position: absolute;
}

.md_timetable_pc {
  display: block;
}
@media print, screen and (max-width: 620px) {
  .md_timetable_pc {
    display: none;
  }
}

.md_timetable_sp {
  display: none;
}
@media print, screen and (max-width: 620px) {
  .md_timetable_sp {
    display: block;
  }
}

.time_table_inner {
  margin-top: 20px;
}
@media print, screen and (max-width: 1300px) {
  .time_table_inner {
    padding-left: 7%;
    padding-right: 7%;
    margin: 20px 0;
  }
}
@media print, screen and (max-width: 620px) {
  .time_table_inner {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.time_table_inner ul {
  margin: 15px 0 8px;
  padding: 0;
  list-style: none;
}
.time_table_inner ul > li {
  position: relative;
  padding-left: 1.2em;
}
.time_table_inner ul > li:not(:first-child) {
  margin-top: 10px;
}
.time_table_inner ul > li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 7px;
  left: 0;
  border-radius: 50%;
  background-color: #7b7b7b;
}
@media print, screen and (min-width: 768px) {
  .time_table_inner ul > li:before {
    top: 10px;
  }
}
.time_table_inner ul > li::marker {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .time_table_inner ul > li:not(:first-child) {
    margin-top: 13px;
  }
}

.time_table_btn {
  margin-top: 30px;
}
@media print, screen and (max-width: 1300px) {
  .time_table_btn {
    margin-top: 3%;
  }
}
.time_table_btn a {
  font-size: 1.4rem;
  padding: 12px 35px 12px;
  min-width: 200px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .time_table_btn a {
    text-align: left;
    padding: 12px 20px 12px;
    line-height: 1.2;
  }
}
.time_table_btn a span {
  padding: 0 30px 0 0 !important;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  .time_table_btn a span {
    padding: 0 !important;
    width: 100%;
  }
}

.timetable .page_contents {
  overflow: hidden;
}

.time_table_area {
  padding-bottom: 50px;
}
.time_table_area:last-of-type {
  padding-bottom: 0;
}
@media print, screen and (max-width: 1300px) {
  .time_table_area {
    padding-bottom: 10%;
  }
}
@media print, screen and (max-width: 620px) {
  .time_table_area {
    padding-bottom: 13%;
  }
}

#anchor02 {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  #anchor02 {
    padding-bottom: 0;
  }
}

.time_table_block__time_bar {
  position: relative;
  width: 61px;
  top: -12px;
}
@media print, screen and (max-width: 1300px) {
  .time_table_block__time_bar {
    top: -0.8vw;
  }
}
@media print, screen and (max-width: 620px) {
  .time_table_block__time_bar {
    top: -13px;
    width: 39px;
    padding-right: 5px;
    flex-shrink: 0;
  }
  .time_table_block__time_bar:sp_none {
    display: none;
  }
}
.time_table_block__time_bar img {
  width: 100%;
}

.time_table_title {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  color: #d8284c;
  margin: 10px 0 30px;
  padding-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .time_table_title {
    font-size: 2.3rem;
    line-height: 1.4;
    padding-left: 0;
  }
}
.time_table_title:before {
  left: -20px;
  top: 0.6em;
  width: 20px;
  height: 2px;
  background-color: #d8284c;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .time_table_title:before {
    left: -40px;
    top: 0.7em;
    width: 25px;
  }
}

.time_table_link {
  margin-bottom: 25px;
}
.time_table_link a {
  padding: 7px;
  text-align: center;
  width: 100%;
  display: block;
  border: 1px solid #dc5014;
  color: #dc5014;
  font-size: 14px;
  letter-spacing: 0.04em;
  position: relative;
}
.time_table_link a span {
  position: relative;
}
.time_table_link a span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #dc5014;
}
.time_table_link a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
  background: #dc5014;
  transform: scaleX(0);
  transform-origin: 100% 50%;
}
.time_table_link a:hover {
  color: #fff;
}
.time_table_link a:hover span {
  position: relative;
}
.time_table_link a:hover span::before {
  border-color: transparent transparent transparent #fff;
}
.time_table_link a:hover:before {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: 0 50%;
}

.time_table_block__stage {
  position: relative;
  width: 280px;
  background: repeat-y 0 0;
  background-size: 100%;
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage {
    background-size: 100% 15px;
  }
}
.time_table_block__stage .logo {
  position: absolute;
  top: -93px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 10%;
}
@media print, screen and (max-width: 1300px) {
  .time_table_block__stage .logo {
    top: -7.2vw;
  }
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage .logo {
    top: -10vw;
  }
}
.time_table_block__stage.sun {
  background-image: url(../img/artists/timetable/time_table_bg_sun.png);
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage.sun {
    background-image: url(../img/artists/timetable/time_table_bg_sun_sp.png);
  }
}
.time_table_block__stage.earth {
  background-image: url(../img/artists/timetable/time_table_bg_earth.png);
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage.earth {
    background-image: url(../img/artists/timetable/time_table_bg_earth_sp.png);
  }
}
.time_table_block__stage.hygge {
  background-image: url(../img/artists/timetable/time_table_bg_hygge.png);
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage.hygge {
    background-image: url(../img/artists/timetable/time_table_bg_hygge_sp.png);
    margin-right: 0;
  }
}
.time_table_block__stage > div {
  position: relative;
  font-size: 1vw;
}
.time_table_block__stage > div.m10 {
  padding-top: 15px;
}
@media print, screen and (max-width: 1300px) {
  .time_table_block__stage > div.m10 {
    padding-top: 5.5%;
  }
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage > div.m10 {
    padding-top: 15px;
  }
}
.time_table_block__stage > div.m20 {
  padding-top: 30px;
}
@media print, screen and (max-width: 1300px) {
  .time_table_block__stage > div.m20 {
    padding-top: 11%;
  }
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage > div.m20 {
    padding-top: 30px;
  }
}
.time_table_block__stage > div.m30 {
  padding-top: 45px;
  position: relative;
}
@media print, screen and (max-width: 1300px) {
  .time_table_block__stage > div.m30 {
    padding-top: 15.9%;
  }
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage > div.m30 {
    padding-top: 45px;
  }
}
.time_table_block__stage > div.m40 {
  padding-top: 60px;
  position: relative;
}
@media print, screen and (max-width: 1300px) {
  .time_table_block__stage > div.m40 {
    padding-top: 21.4%;
  }
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage > div.m40 {
    padding-top: 60px;
  }
}
.time_table_block__stage > div.m50 {
  padding-top: 75px;
  position: relative;
}
@media print, screen and (max-width: 1300px) {
  .time_table_block__stage > div.m50 {
    padding-top: 26.8%;
  }
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage > div.m50 {
    padding-top: 75px;
  }
}
.time_table_block__stage > div.m60 {
  padding-top: 90px;
}
@media print, screen and (max-width: 1300px) {
  .time_table_block__stage > div.m60 {
    padding-top: 32%;
  }
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage > div.m60 {
    padding-top: 90px;
  }
}
.time_table_block__stage > div.m80 {
  padding-top: 120px;
}
@media print, screen and (max-width: 1300px) {
  .time_table_block__stage > div.m80 {
    padding-top: 43.2%;
  }
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage > div.m80 {
    padding-top: 120px;
  }
}
.time_table_block__stage > div.m90 {
  padding-top: 135px;
}
@media print, screen and (max-width: 1300px) {
  .time_table_block__stage > div.m90 {
    padding-top: 48.7%;
  }
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage > div.m90 {
    padding-top: 135px;
  }
}
.time_table_block__stage > div a {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 100%;
  padding: 0 5px;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  color: #171926;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
}
.time_table_block__stage > div a:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 1300px) {
  .time_table_block__stage > div a {
    font-size: 1.4vw;
  }
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage > div a {
    left: 3px;
    width: calc(100% - 6px);
    line-height: 1.3;
    font-size: 2.8vw;
    padding: 0 2px;
  }
}
.time_table_block__stage > div a .fs_s {
  font-size: 1.4rem;
}
@media print, screen and (max-width: 1300px) {
  .time_table_block__stage > div a .fs_s {
    font-size: 1vw;
  }
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage > div a .fs_s {
    font-size: 2.2vw;
  }
}
.time_table_block__stage > div > span {
  position: absolute;
  display: inline-block;
  background-color: #171926;
  color: #fff;
  border-radius: 15px;
  z-index: 2;
  top: -15px;
  left: 6px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 3px 9px 5px;
  line-height: 1;
}
@media print, screen and (max-width: 1300px) {
  .time_table_block__stage > div > span {
    left: 10px;
    font-size: 1.2vw;
  }
}
@media print, screen and (max-width: 620px) {
  .time_table_block__stage > div > span {
    top: -0.9em;
    left: 5px;
    font-size: 2.4vw;
    padding: 2px 6px 3px;
  }
}

@media print, screen and (max-width: 620px) {
  .sp_none {
    display: none;
  }
}

@media print, screen and (max-width: 620px) {
  .timetable main {
    padding: 0 0 0 0;
    margin: 0 auto;
    width: 100%;
  }
}
.timetable .page_contents_wrap.white {
  padding: 40px;
}
@media print, screen and (max-width: 620px) {
  .timetable .page_contents_wrap.white {
    width: 100%;
    margin: 0;
    padding: 30px 20px;
    border-radius: 0;
    background-color: #fff;
  }
  .timetable .page_contents_wrap.white .day_and_stage {
    display: none;
  }
}

.timetable_app {
  margin-top: 0px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .timetable_app {
    margin-top: 20px;
  }
}
.timetable_app a {
  display: block;
  margin-top: 0px;
  transition: 0.3s all ease;
}
.timetable_app a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .timetable_app a {
    margin-top: 30px;
  }
}

.time_table_sp_caption {
  display: block;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #333;
  position: relative;
  margin-top: 10px;
}
.time_table_sp_caption::before {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/artists/timetable/sp_caption.png) no-repeat;
  position: absolute;
  top: 2px;
  left: -25px;
  background-size: contain;
}
@media print, screen and (min-width: 920px) {
  .time_table_sp_caption {
    display: none;
  }
}

.time_table_fixed_bnr {
  background: #233c9b;
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .time_table_fixed_bnr {
    display: none;
  }
}
.time_table_fixed_bnr a {
  display: flex;
  padding: 3% 35px;
  gap: 15px;
  align-items: center;
  transition: 0.3s all ease;
}
.time_table_fixed_bnr a .app_logo {
  width: 16%;
}
.time_table_fixed_bnr a .text {
  font-weight: bold;
  font-size: calc(1.4rem + (1vw - 0.32rem) * 2.3333);
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  width: 84%;
  line-height: 1.4;
  position: relative;
}
.time_table_fixed_bnr a .text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5vw 0 1.5vw 3vw;
  border-color: transparent transparent transparent #fff;
}
.time_table_fixed_bnr a:not(.no_hover):hover {
  opacity: 0.7;
}