@charset "UTF-8";
:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --inter: "Inter", "Noto Sans JP", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #e60012;
  --gray: #e5e0dd;
  --body: #eeebe9;
  --line: #ccc;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  field-sizing: content;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html,
body {
  overflow-x: hidden;
}

main section {
  position: relative;
}

html {
  scroll-behavior: auto;
}

.acco {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: solid 2px #d9d9d9;
}
.acco.is-active .acco__head::after {
  rotate: -45deg;
  translate: 0 4px;
}
.acco__body-inner {
  padding-top: 15px;
}
.acco__head {
  user-select: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.acco__head::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #0068b7;
  border-right: solid 2px #0068b7;
  transition: all 0.15s;
  rotate: 135deg;
}
.acco__head::marker {
  display: none;
}
.acco__head::-webkit-details-marker {
  display: none;
}
.acco__head-inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: normal;
}
.acco__head-right {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e60012;
  font-weight: normal;
}
.acco__head-right img {
  width: 24px;
  transition: rotate 0.3s;
}
.acco.more {
  border: none;
  justify-content: center;
  align-items: center;
}
.acco.more.is-active .accordion__head::after {
  margin-top: 10px;
  rotate: -45deg;
}
.acco.more.is-active .accordion__head-inner {
  font-weight: normal;
}
.acco.more.is-active .accordion__head-inner::before {
  content: "閉じる";
}
.acco.more.is-active .accordion__head-inner.en::before {
  content: "close";
}
.acco.more .accordion__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .acco.more .accordion__head {
    margin-bottom: 0;
  }
}
.acco.more .accordion__head::after {
  width: 10px;
  height: 10px;
  content: "";
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transition: all 0.15s;
  rotate: 135deg;
}
.acco.more .accordion__head-inner {
  font-weight: normal;
}
.acco.more .accordion__head-inner::before {
  content: "各カテゴリの説明を見る";
}
.acco.more .accordion__head-inner.en::before {
  content: "more";
}
.acco.more .accordion__body-inner {
  display: block;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .acco.more .accordion__body-inner {
    font-size: 14px;
  }
}
.acco__body {
  overflow: hidden;
}
.contents {
  padding-top: 50px;
}

.table-content {
  position: relative;
  z-index: 0;
}

.form {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto 50px;
  border: solid 1px #bfbfbf;
  background: #fff;
  padding: 40px 100px;
  box-shadow: 0 5px 14px rgba(16, 43, 63, 0.07);
}
@media screen and (max-width: 767px) {
  .form {
    margin: 30px auto;
    padding: 20px 15px;
  }
}

.form-top {
  background: #fff;
}

.session__left {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .session__left {
    width: 36px;
  }
}
.session__left-mini {
  width: 36px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .session__left-mini {
    width: 28px;
  }
}
.session__right {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .session__right {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .session__right-mini {
    font-size: 12px;
  }
}
.session__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .session__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .session__item-mini {
    width: 100%;
  }
}
.session__fl-mini {
  max-width: 680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .session__fl-mini {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.accordion__head {
  user-select: none;
  display: block;
}
.accordion__head::marker {
  display: none;
}
.accordion__head::-webkit-details-marker {
  display: none;
}
.accordion__head-inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 16px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .accordion__head-inner {
    font-size: 14px;
  }
}
.accordion__head-left {
  font-weight: bold;
}
.accordion__body {
  overflow: hidden;
}
.accordion__body-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 19px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .accordion__body-inner {
    gap: 8px 10px;
  }
}
.accordion__body-inner .checkbox-tag:checked + label {
  background: #d9e8f4;
  outline: 2px solid #0068b7;
  outline-offset: -2px;
}
.accordion__body-inner .checkbox-category:checked + label {
  background: #d9e8f4;
  outline: 2px solid #0068b7;
  outline-offset: -2px;
}
.accordion__body-inner .check-box-wrap {
  position: relative;
}
.accordion__body-inner .check-box-wrap input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.accordion__body-inner .check-box-wrap input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.accordion__body-inner .check_label {
  display: block;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0em;
  outline: 1px solid #d9d9d9;
  outline-offset: -1px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .accordion__body-inner .check_label {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.accordion__body-inner--1 .check_label {
  height: 50px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .accordion__body-inner--1 .check_label {
    height: 40px;
    width: 140px;
  }
}
.accordion__body-inner--1 .check_label--1::before {
  background: url(/media/images/timetable/icon-1.png) no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1 !important;
}
.accordion__body-inner--1 .check_label--2::before {
  background: url(/media/images/timetable/icon-2.png) no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1 !important;
}
.accordion__body-inner--1 .check_label--3::before {
  background: url(/media/images/timetable/icon-3.png) no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1 !important;
}
.accordion__body-inner--1 .check_label--4::before {
  background: url(/media/images/timetable/icon-4.png) no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1 !important;
}
.accordion__body-inner--1 .check_label--5::before {
  background: url(/media/images/timetable/icon-5.png) no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1 !important;
}
.accordion__body-inner--1 .check_label--6::before {
  background: url(/media/images/timetable/icon-6.png) no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1 !important;
}
.accordion__body-inner--1 .check_label::before {
  content: "";
  width: 36px !important;
  height: auto;
  border-radius: 9999px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .accordion__body-inner--1 .check_label::before {
    width: 28px !important;
  }
}
.accordion__body-inner--1 .check_label--all::before {
  content: "";
  background: #8f8f8f;
  width: 12px !important;
  display: block;
}
.accordion__body-inner--2 .check_label {
  height: 40px;
  width: 185px;
}
@media screen and (max-width: 767px) {
  .accordion__body-inner--2 .check_label {
    height: 36px;
    width: 140px;
  }
}
.accordion__body-inner--2 .check_label.outline::before {
  content: "";
  border-radius: 9999px;
  background: transparent;
  border: 2px solid #8f8f8f;
  height: auto;
  width: 12px;
  aspect-ratio: 1;
  display: block;
}

.form-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .form-tags {
    padding-bottom: 30px;
  }
}
.form-tags .check-label {
  cursor: pointer;
}
@media (any-hover: hover) {
  .form-tags .check-label:hover span {
    color: #fff;
    background: #e60012;
    border: 1px solid #e60012;
  }
}
.form-tags .check-label input {
  display: none; /* デフォルトのinputは非表示にする */
}
.form-tags .check-label span {
  transition: all 0.3s;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 8px 14px;
}
@media screen and (max-width: 767px) {
  .form-tags .check-label span {
    font-size: 12px;
    padding: 6px 10px;
  }
}
.form-tags .check-label input:checked + span {
  color: #fff;
  background: #e60012;
  border: 1px solid #e60012;
}

.form-title {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-title {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.form-title::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.form-under {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .form-under {
    flex-direction: column;
    gap: 15px;
  }
}

.reset-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-width: 150px;
  background: #999999;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .reset-btn {
    font-size: 14px;
    width: 130px;
    height: 35px;
  }
}

.form-search {
  width: 100%;
  max-width: 635px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .form-search {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.form-search-title {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .form-search-title {
    font-size: 14px;
  }
}
.form-search-input-wrapper {
  width: 100%;
  height: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-search-input-wrapper {
    height: 50px;
  }
}
.form-search-input-wrapper input {
  padding-right: 110px;
  border: solid 1px #cccccc;
  padding-left: 25px;
  background: #fff;
  border-radius: 26px;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .form-search-input-wrapper input {
    padding-left: 15px;
    padding-right: 100px;
  }
}
.form-search-input-wrapper .search-btn {
  background: #5e5e5e;
  width: 100px;
  height: 35px;
  border-radius: 19px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form-search-input-wrapper .search-btn {
    width: 90px;
    font-size: 14px;
  }
}
.form-search-input-wrapper .search-btn img {
  margin-right: 5px;
  width: 14px;
}
@media screen and (max-width: 767px) {
  .form-search-input-wrapper .search-btn img {
    width: 12px;
  }
}

.pt-20 {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .pt-20 {
    padding-top: 10px;
  }
}

.radio__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.radio__label {
  margin-bottom: 10px;
  border-left: #cccccc solid 1px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
  padding: 0 20px;
  font-weight: bold;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .radio__label {
    font-size: 12px;
    padding: 0 10px;
  }
}
.radio__label:last-child {
  border-right: #cccccc solid 1px;
}

.radio__input:checked + .radio__label {
  color: #e60012;
}

.form-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  .form-buttons {
    padding-bottom: 30px;
    gap: 15px;
  }
}
.form-buttons .form-button-clear {
  width: 90px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #5e5e5e;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .form-buttons .form-button-clear {
    font-size: 14px;
    width: 80px;
    height: 35px;
  }
}
.form-buttons .form-button-narrow {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  width: 240px;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  background: #0068b7;
}
@media screen and (max-width: 767px) {
  .form-buttons .form-button-narrow {
    font-size: 16px;
    width: 200px;
    height: 50px;
  }
}

.day {
  margin-top: 100px;
  position: relative;
}
.day::before {
  content: "";
  z-index: -1;
  height: auto;
  width: 360px;
  aspect-ratio: 539/900;
  background: url(/media/images/timetable/bg-1.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: -245px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .day::before {
    width: 280px;
    top: -150px;
  }
}
.day::after {
  content: "";
  z-index: -1;
  height: auto;
  width: 630px;
  aspect-ratio: 956/1126;
  background: url(/media/images/timetable/bg-3.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -180px;
  left: 0;
}
.day__content-wrap {
  height: auto;
}
.day__content-wrap::before {
  content: "";
  z-index: -1;
  height: auto;
  width: 630px;
  aspect-ratio: 956/1126;
  background: url(/media/images/timetable/bg-2.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .day__content-wrap::before {
    width: 500px;
  }
}
.day__select-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .day__select-wrap {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1040px) and (max-width: 767px) {
  .day__select-wrap {
    gap: 10px;
  }
}
.day__title {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #666;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .day__title {
    font-size: 18px;
  }
}
.day__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.day__btns .none {
  position: relative;
  border: none;
}
.day__btns .none:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 35px;
  z-index: 16;
}
.day__btn {
  cursor: pointer;
  border: solid 2px #0068b7;
  color: #0068b7;
  background: #fff;
  border-radius: 35px;
  height: 70px;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .day__btn {
    height: 60px;
  }
}
.day__btn .date {
  margin-right: 20px;
  padding-right: 20px;
  padding-top: 8px;
  font-weight: bold;
  padding-bottom: 8px;
  border-right: 1px solid #0068b7;
  font-size: 18px;
}
.day__btn .text {
  z-index: 5;
  position: relative;
  font-size: 28px;
  line-height: 1.1428571429;
  letter-spacing: 0.06em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
}
@media screen and (max-width: 767px) {
  .day__btn .text {
    font-size: 20px;
  }
}
.day__btn:first-child::after, .day__btn:nth-child(2)::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 35px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.day__btn.is-active {
  pointer-events: none;
  border: none;
  color: #fff;
}
.day__btn.is-active:after {
  background: #0068b7;
  background: linear-gradient(to right, #0068b7, #0083df 50%, #00c1f8);
}
.day__btn.is-active .date {
  color: #fff;
  z-index: 5;
  border-right: #fff 1px solid;
}
.day__btn.is-active .text {
  color: #fff;
}
.day__btn.is-active::after {
  left: 0;
}
.day__contents {
  position: relative;
}
.day__content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.day__content.is-active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.timetable__inner {
  height: auto;
}
@media screen and (max-width: 767px) {
  .timetable__inner {
    width: fit-content;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .timetable__inner_other {
    width: 100%;
  }
}
.timetable__title {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0s;
}
@media screen and (max-width: 767px) {
  .timetable__title {
    height: 46px;
  }
}
.timetable__title.is-active {
  background: transparent !important;
}
.timetable__title.is-active span {
  background: #fff;
}
.timetable__title span {
  display: block;
  text-align: center;
}
.timetable__title:not(.date) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.timetable__title.date span {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .timetable__title.date span {
    font-size: 14px;
  }
}
.timetable__title.date span span {
  font-weight: bold;
  display: block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .timetable__title.date span span {
    font-size: 20px;
  }
}
.timetable__title.line {
  background: #fff;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.timetable__title.line span {
  position: relative;
  border: solid 1px #bfbfbf;
  height: 40px;
  width: 195px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.015em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .timetable__title.line span {
    height: 36px;
    font-size: 14px;
    width: 180px;
  }
}
.timetable__title.line span.pitch {
  color: #fff;
  background: #e70212;
  border: solid 1px #e70212;
}
.timetable__title.line span.pitch::before {
  background-image: repeating-linear-gradient(90deg, #fff, #fff 2px, transparent 2px, transparent 4px);
}
.timetable__title.line span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 18px;
  background-image: repeating-linear-gradient(90deg, #e70212, #e70212 2px, transparent 2px, transparent 4px);
}
.timetable__title.interactive {
  background: url(/media/images/timetable/line-bg.gif) repeat-x;
}
.timetable__title.interactive span {
  background: #fff;
  width: 190px;
  padding: 0.25em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  flex-direction: column;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 767px) {
  .timetable__title.interactive span {
    height: 24px;
    font-size: 16px;
  }
}
.timetable__title.interactive span span {
  font-size: 75%;
}
.timetable__contents {
  display: grid;
  place-content: center;
}
.timetable__contents.col4 {
  grid-template-columns: 60px 285px 285px 285px 285px;
}
.timetable__container.time {
  margin-top: 30px;
  background: transparent;
}
.timetable__container:not(.time) {
  padding-top: 86px;
}
@media screen and (max-width: 767px) {
  .timetable__container:not(.time) {
    padding-top: 76px;
  }
}
.timetable__content {
  position: relative;
  height: auto;
}
.timetable__content.time {
  background: transparent;
}
.timetable__frame {
  position: relative;
  width: 100%;
  height: 140px;
  padding: 0 10px;
}
.timetable__frame.short {
  height: 75px;
}
.timetable__frame:not(.time):nth-child(odd)::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #a6a6a6;
  position: absolute;
  top: 0;
  left: 0;
}
.timetable__frame:not(.time):nth-child(even)::after {
  content: "";
  height: 1px;
  width: 100%;
  background-size: 10px 1px;
  background-image: linear-gradient(to right, #a6a6a6 5px, transparent 5px);
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.timetable__time {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  position: absolute;
  top: 0;
  right: 10px;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .timetable__time {
    font-size: 14px;
    right: 5px;
  }
}
.timetable__contents_other {
  display: grid;
  grid-template-columns: 60px 300px 300px 300px;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .timetable__contents_other {
    grid-template-columns: 50px 280px 280px 280px;
    place-content: inherit;
  }
}
.timetable__contents_other .timetable__frame {
  height: 220px;
}

.time-item {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.time-item.is-hidden::after {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.time-item.is-hidden .time-item__bottom {
  position: relative;
}
.time-item--pitch .time-item__top {
  background: linear-gradient(to right, #0068b7, #0083df 50%, #00c1f8);
}
.time-item--pitch .time-item__bottom {
  border: solid 2px #00a8e6;
  border-top: none;
}
.time-item--key .time-item__top {
  background: linear-gradient(to right, #e60013, #e60067);
}
.time-item--key .time-item__bottom {
  border: solid 2px #e80a1a;
  border-top: none;
}
.time-item__top {
  border-radius: 10px 10px 0 0;
  padding: 10px 15px 10px;
  color: #fff;
  background: linear-gradient(to right, #0068b7, #0083df 50%, #00c1f8);
  position: relative;
}
@media screen and (max-width: 767px) {
  .time-item__top {
    padding: 10px;
  }
}
.time-item__top::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  height: auto;
  width: 40px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .time-item__top::after {
    width: 36px;
  }
}
.time-item__top.top1::after {
  background: url(/media/images/timetable/icon-1.png) no-repeat;
  background-size: contain;
}
.time-item__top.top2::after {
  background: url(/media/images/timetable/icon-2.png) no-repeat;
  background-size: contain;
}
.time-item__top.top3::after {
  background: url(/media/images/timetable/icon-3.png) no-repeat;
  background-size: contain;
}
.time-item__top.top4::after {
  background: url(/media/images/timetable/icon-4.png) no-repeat;
  background-size: contain;
}
.time-item__top.top5::after {
  background: url(/media/images/timetable/icon-5.png) no-repeat;
  background-size: contain;
}
.time-item__top.top6::after {
  background: url(/media/images/timetable/icon-6.png) no-repeat;
  background-size: contain;
}
.time-item__place {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 10;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .time-item__place {
    font-size: 10px;
  }
}
.time-item__time {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .time-item__time {
    font-size: 12px;
  }
}
.time-item__title {
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .time-item__title {
    font-size: 12px;
  }
}
.time-item__bottom {
  padding: 0 15px 10px;
  border-radius: 0 0 10px 10px;
  height: 100%;
  background: #fff;
  border: solid 2px #00a8e6;
  border-top: none;
  overflow-y: auto;
}
.time-item__bottom.coming-soon {
  position: relative;
}
.time-item__bottom.coming-soon:after {
  content: "COMING \aSOON";
  position: absolute;
  letter-spacing: -0.03em;
  line-height: 1.2;
  top: 50%;
  left: 50%;
  text-align: center;
  white-space: pre;
  color: #bfbfbf;
  font-weight: bold;
  font-size: 40px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.time-item__participant {
  border-bottom: solid 1px #000;
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.time-item__participant-left {
  max-width: 50px;
  min-width: 50px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .time-item__participant-left {
    max-width: 40px;
    min-width: 40px;
  }
}
.time-item__name {
  font-size: 14px;
  line-height: 1.1428571429;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .time-item__name {
    font-size: 12px;
  }
}
.time-item__text {
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .time-item__text {
    font-size: 11px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1000000000;
}
.popup.is-active {
  opacity: 1;
  visibility: visible;
}
.popup__time {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .popup__time {
    font-size: 14px;
  }
}
.popup__stage {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .popup__stage {
    font-size: 14px;
  }
}
.popup__top-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .popup__top-wrap {
    gap: 15px;
  }
}
.popup__overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup__tags {
  display: flex;
  align-items: center;
  gap: 6px;
}
.popup__tag {
  font-size: 13px;
  line-height: 1.6153846154;
  letter-spacing: 0em;
  border: solid 1px #6c6c6c;
  padding: 2px 8px;
  border-radius: 999px;
  color: #6c6c6c;
}
@media screen and (max-width: 767px) {
  .popup__tag {
    gap: 12px;
  }
}
.popup__details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .popup__details {
    margin-bottom: 15px;
  }
}
.popup__inner {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 5;
  max-width: 1100px;
  width: 90%;
}
.popup__container {
  max-height: 70vh;
  overflow-y: auto;
  width: 100%;
  background: #fff;
}
.popup__place {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 10;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .popup__place {
    right: 15px;
    font-size: 14px;
  }
}
.popup__top {
  padding: 50px 80px;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .popup__top {
    padding: 30px 20px;
  }
}
.popup__title {
  margin-top: -10px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .popup__title {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .popup__title {
    font-size: 20px;
    margin-top: 15px;
  }
}
.popup__theme {
  display: flex;
  align-items: center;
  gap: 5px;
}
.popup__theme p {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.popup__theme img {
  width: 50px;
}
.popup__power {
  font-weight: bold;
  font-family: var(--rubik);
  margin-bottom: 15px;
  margin-top: -5px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .popup__power {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.popup__text {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .popup__text {
    font-size: 12px;
  }
}
.popup__bottom {
  overflow: hidden;
  background: #fff;
  padding: 0 80px 45px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup__bottom {
    padding: 0 20px 30px;
  }
}
.popup__bottom-title {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: solid 1px #000000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .popup__bottom-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.popup__bottom-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .popup__bottom-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.popup__bottom-item {
  display: flex;
  gap: 10px;
}
.popup__bottom-name {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .popup__bottom-name {
    font-size: 14px;
  }
}
.popup__bottom-text {
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
.popup__bottom-left {
  min-width: 150px;
  max-width: 150px;
}
@media screen and (max-width: 1020px) {
  .popup__bottom-left {
    min-width: 120px;
    max-width: 120px;
  }
}
.popup__bottom-right {
  padding-top: 5px;
}
.popup__participants {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 50px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .popup__participants {
    padding: 0 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.popup__participant {
  display: flex;
  gap: 10px;
}
.popup__participant-left {
  max-width: 140px;
  min-width: 140px;
  max-height: 140px;
  min-height: 140px;
  border-radius: 9999px;
  overflow: hidden;
}
.popup__participant-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup__name {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.popup__tex {
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  color: #666666;
}
.popup__link {
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #e60012;
  text-decoration: underline;
}
.popup__link:hover {
  text-decoration: none;
}
.popup__close-btn::after, .popup__close-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  content: "";
  background: #acacac;
  translate: -50% -50%;
}

.popup__close-btn {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 30px;
  height: auto;
  width: 32px;
  aspect-ratio: 1/1;
}
.popup__close-btn::before {
  rotate: 45deg;
}
.popup__close-btn::after {
  rotate: -45deg;
}

.scroll-hint-icon-wrap {
  z-index: 10;
  display: none;
}
@media screen and (max-width: 1200px) {
  .scroll-hint-icon-wrap {
    display: block;
  }
}
.scroll-hint-icon-wrap .scroll-hint-icon {
  z-index: 100;
  top: 80px;
  left: 50vw;
  translate: -50% 0;
  opacity: 1;
}
.layer-kv .title {
	z-index: 1;
}
.contents {
	z-index: 1;
}