    * { box-sizing: border-box; }

    .homecoming-2025__schedule {
        padding: 80px 0;
    }
    .schedule-controls {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding: 0 0 10px;
    }
    .schedule-controls button {
text-decoration: none;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    line-height: 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    cursor: pointer;
    }

    .schedule-header {
      display: flex;
      position: sticky;
      top: 40px;
      z-index: 10;
      background: white;
    }

    .timeline-placeholder {
      width: 60px;
      flex-shrink: 0;
    }

    .venue-headers {
      display: flex;
      width: 100%;
    }

    .venue-head {
height: 30px;
    color: #fff;
    display: flex
;
    align-items: center;
    padding-left: 0.5em;
    font-weight: bold;
    }

    .venue-title {
    height: 30px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    flex: 1;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc;
    }

    .schedule-container {
      display: flex;
      position: relative;
    }

    .timeline {
      position: sticky;
      left: 0;
      top: 80px;
      width: 60px;
      border-right: 1px solid #ccc;
      background: white;
      z-index: 6;
    }

    .timeline div {
    height: 60px;
    text-align: right;
    padding: 0 10px;
    font-size: 12px;
    position: relative;
    top: -1em;
    }

    .timeline div:last-child {
    height: 20px;
    }

    .schedule-wrapper {
      display: flex;
      overflow-x: auto;
      flex-grow: 1;
    }
.schedule-wrapper.dragging {
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none;     /* IE */
  cursor: grabbing; /* カーソル変更も一緒に */
}
.schedule-wrapper {
  cursor: grab;
  cursor: -webkit-grab;
}
    .venue-column {
      position: relative;
      flex-shrink: 0;
      width: 12.5%;
      min-width: 200px;
     /* border-right: 1px solid #ccc; */
      background: repeating-linear-gradient(
        to bottom,
        #fdfdfd,
        #fdfdfd 59px,
        #ccc 60px
      );
    }

    .event {
      position: absolute;
      left: 10px;
      right: 10px;
      padding: 5px;
      font-size: 12px;
      color: white;
      border-radius: 4px;
      overflow: hidden;
      border: none;
      z-index: 8;
      border: 1px solid #fff;
      display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.3;
       display: grid;
    text-align: left;
    cursor: grab;
    justify-content: center;
        text-align: center;
    }

    .event.text-s {
    font-size: 10px;
    padding: 2px;
    line-height: 1.2em;
    }

    .event.half-L {
      width: 45%;
    }

    .event.half-R {
      width: 45%;
    left: 50%;
    }

    .red { background: #d9534f; }
    .green { background: #5cb85c; }
    .yellow { background: #f0ad4e; }
    .blue { background: #0275d8; }
    .purple { background: #9370DB; }
    .enjoy { background: #666; }

    .venue-title.red { background: #eca9a7; }
    .venue-title.green { background: #c2e5c2; }
    .venue-title.yellow { background: #f8d6a7; }
    .venue-title.blue { background: #a0ccf1; }
    .venue-title.purple { background: #c9b8ed; }
    .venue-title.enjoy { background: #ccc; }

    .current-time-line {
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background: red;
      z-index: 5;
    }

    .schedule-text {
    margin-top: 40px;
    text-align: center;
}
    .schedule-text h3 {
    margin-bottom: 1em;
}
    .schedule-text p {
    margin-bottom: 2em;
}

    .schedule-text .btn-flex {
    display: flex;
        justify-content: center;
    gap: 20px;
}

.schedule-text .normal-btn {
    text-align: center;
}

.schedule-text .normal-btn a {
    text-decoration: none;
    background: #c00;
    padding: 1em 4em 1em 2em;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    border: 2px solid #c00;
    transition-duration: 0.2s;
    color: #fff;

}

.schedule-text .normal-btn a::before {
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.schedule-text .normal-btn.pdf-icon a::before {
    position: absolute;
    top: 25%;
    right: 1.5em;
    display: block;
    background-image: url(/homecoming-moto/2025/assets/img/icon_pdf_white.svg);
    width: 24px;
    height: 24px;
    border: none;
    transform: none;
    background-size: 24px;
}

.schedule-text .normal-btn a:hover {
    background: #fff;
    color: #c00;
}

.schedule-text .normal-btn a:hover::before {
    border-top: 2px solid #c00;
    border-right: 2px solid #c00;
}

.schedule-text .normal-btn.pdf-icon a:hover::before {
    border: none;
    background-image: url(/homecoming-moto/2025/assets/img/icon_pdf_red.svg);
}

    @media (max-width: 768px) {
      .venue-column {
        width: 230px;
      }
      .venue-column.small-content {
        width: 180px;
        min-width: auto;
      }
      .venue-title {
        font-size: 12px;
        min-width: auto;
      }
      .event {
        font-size: 11px;
      }
      .timeline div {
            padding: 0 5px;
    font-size: 10px;
      }
      .schedule-text .btn-flex {
        flex-wrap: wrap;
      }
      .schedule-text .normal-btn {
        width: 100%;
      }
      .schedule-text .normal-btn a {
        width: 100%;
      }
    }