:root {
  --color-white: #ffffff;
  --color-black: #4c4c47;
  --color-sub-black: #353535;
  --color-sub-black-2: #9b9b9b;
  --color-main: #ff91c2;
  --color-sub: #4c4c47;
  --color-text: #4c4c47;
  --color-button: #4c4c47;
  --color-label: linear-gradient(180deg, #763f20 0%, #310c02 100%);
  --color-label-text: #ffffff;
  --color-button: linear-gradient(180deg, #353535 0%, , #1e1e1e 100%);
  --color-button-text: #ffffff;
  --gradient-main: linear-gradient(180deg, #763f20 0%, #310c02 100%);
  --color-line: #06c755;
  --color-bg-emph: rgba(252, 3, 135, 0.04);
  --color-background: #fff8f1;
  --color-mask: rgba(0, 0, 0, 0.5);
  --gradient-main: linear-gradient(
    233deg,
    #fff2b7 0%,
    #b9f3ff 10%,
    #ff96e5 56%,
    #fff2b7 100%
  );
  --shadow-white: 0 0 4px #ffffff;
  --shadow-black: 0 0 5px #e4e4e4;
  --shadow-main: 1px 1px 3px #cecece;
  --shadow-box: 0 1px 8px rgb(0 0 0 / 9%);
}

/* schedule__section */
.schedule__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .schedule__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .schedule__section {
    margin-top: 15.6453715776vw;
  }
}
.schedule__section .schedule__nav {
  width: 59.7222222222vw;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .schedule__section .schedule__nav {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  .schedule__section .schedule__nav {
    width: 96.479791395vw;
  }
}
.schedule__section .schedule__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin-bottom: vP(40);
}
@media not screen and (min-width: 768px) {
  .schedule__section .schedule__nav ul {
    flex-wrap: wrap;
  }
}
.schedule__section .schedule__nav ul li {
  background: var(--color-white);
  margin-bottom: 0.6944444444vw;
  text-align: center;
  color: var(--color-white);
  flex: 1;
  height: 3.4722222222vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1920px) {
  .schedule__section .schedule__nav ul li {
    height: 66.6666666667px;
  }
}
@media (max-width: 767px) {
  .schedule__section .schedule__nav ul li {
    height: 10.4302477184vw;
  }
}
@media not screen and (min-width: 768px) {
  .schedule__section .schedule__nav ul li {
    flex: 0 0 calc(33.3333333333% - 0.5215123859vw);
    margin-bottom: 2.6075619296vw;
  }
}
.schedule__section .schedule__nav ul li.active__date {
  background: var(--color-main);
}
.schedule__section .schedule__nav ul li.active__date a {
  color: var(--color-white);
}
.schedule__section .schedule__nav ul li a {
  font-size: 1.1805555556vw;
  display: block;
  text-align: center;
  color: var(--color-text);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1920px) {
  .schedule__section .schedule__nav ul li a {
    font-size: 22.6666666667px;
  }
}
@media (max-width: 767px) {
  .schedule__section .schedule__nav ul li a {
    font-size: 3.9113428944vw;
  }
}
.schedule__section .schedule__nav ul li a:hover {
  background: var(--color-main);
  font-weight: bold;
}
@media not screen and (min-width: 768px) {
  .schedule__section .schedule__nav ul li a:hover {
    background: inherit;
  }
}