.event {
  padding: 63px 0 calc(var(--vw) * 50);
  @media screen and (min-width: 769px) {
    padding: 145px 0 80px;
  }
}
:where(.event) {
  .mv {
    color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url("../../images/event/bg_event-sp.webp");
    @media screen and (max-width: 768px) {
      height: calc(var(--vw) * 665);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    @media screen and (min-width: 769px) {
      height: 609px;
      background-image: url("../../images/event/bg_event.webp");
      margin-bottom: 50px;
    }
  }
  .mv__head {
    display: flex;
    @media screen and (max-width: 768px) {
      flex-direction: column;
      padding-left: calc(var(--vw) * 38);
      margin-bottom: 30px;
      gap: 22px;
    }
    @media screen and (min-width: 769px) {
      gap: min(99px, calc(var(--vw) * 99));
      padding-top: 130px;
      padding-left: min(154px, calc(var(--vw) * 154));
      margin-bottom: 45px;
    }
  }
  .mv__title {
    font-weight: bold;
    font-size: calc(var(--rem) * 20);
    letter-spacing: 2px;
    line-height: 39px;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 30);
      letter-spacing: 3px;
      line-height: 62px;
    }
  }
  .mv__text {
    font-weight: bold;
    font-size: calc(var(--rem) * 13);
    letter-spacing: 1.3px;
    line-height: 30px;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 15);
      letter-spacing: 1.5px;
      line-height: 30px;
    }
  }

  .desc {
    display: flex;
    gap: min(70px, calc(var(--vw) * 70));
    @media screen and (max-width: 768px) {
      flex-direction: column;
      gap: calc(var(--vw) * 44);
      margin-bottom: 54px;
    }
    @media screen and (min-width: 769px) {
      align-items: end;
      margin-bottom: 110px;
    }
  }
  .desc__image {
    @media screen and (min-width: 769px) {
      width: min(740px, calc(var(--vw) * 740));
    }
  }
  .desc__text {
    font-weight: bold;
    font-size: calc(var(--rem) * 13);
    letter-spacing: 1.3px;
    line-height: 28px;
    @media screen and (max-width: 768px) {
      padding-left: 30px;
    }
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 15);
      letter-spacing: 1.5px;
      line-height: 30px;
    }
  }
  .schedule {
    display: flex;
    @media screen and (max-width: 768px) {
      flex-direction: column;
      padding: 0 25px;
      margin-bottom: 20px;
    }
    @media screen and (min-width: 769px) {
      gap: min(69px, calc(var(--vw) * 69));
      justify-content: center;
      margin-bottom: 30px;
    }
    .c-title-wrap {
      @media screen and (min-width: 769px) {
        align-items: initial;
      }
    }
  }
  .schedule__button {
   display: block;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;

    @media screen and (max-width: 768px) {
      margin: 0 auto;
      width: 255px;
      height: 58px;
      background-image: url(../../images/event/button_event-shedule-sp.webp);
    }

    @media screen and (min-width: 769px) {
      width: 281px;
      height: 69px;
      background-image: url(../../images/event/button_event-shedule.webp);
    }
  }
  .schedule__list {
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-direction: column;
    @media screen and (max-width: 768px) {
      margin-bottom: 25px;
    }
  }
  .schedule__list::-webkit-scrollbar{
    display: none;
  }
  
  .schedule__item {
    flex-shrink: 0;
    border-bottom: 1px solid;
    padding: 18px 10px;
    @media screen and (min-width: 769px) {
      padding: 25px 10px;
      width: calc(var(--vw) * 437);
    }
  }
  .schedule__item:last-child {
    border-bottom: none;
  }
  .schedule__thumb {
    background: #C4C4C4;
    height: calc(var(--vw) * 210);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    @media screen and (min-width: 769px) {
      height: 210px;
      border-radius: 30px;
      margin-bottom: 17px;
    }
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .schedule__date {
    font-weight: bold;
    font-size: calc(var(--rem) * 13);
    letter-spacing: 1.3px;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 16);
      letter-spacing: 1.6px;
    }
  }
  .schedule__title {
    font-weight: bold;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 18);
      letter-spacing: 1.8px;
    }
  }
  .schedule__item--empty {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 18);
      letter-spacing: 1.8px;
      height: 100%;
      margin-bottom: 0;
    }
  }

  .schedule__anottation {
    text-align: center;
    font-weight: 500;
    font-size: calc(var(--rem) * 11);
    letter-spacing: 1px;
    line-height: 21px;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 13);
      letter-spacing: 1.3px;
    }
    a {
      text-decoration: underline;
    }
  }

  .campus {
    margin: 60px auto 0 auto;
    padding: 0 25px;
    @media screen and (min-width: 769px) {
      max-width: 1087px;
      margin: 100px auto 0 auto;
    }
  }
  .campus__thumb {
    background: #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
    @media screen and (max-width: 768px) {
      border-radius: 10px;
      height: calc(var(--vw) * 164);
    }
    @media screen and (min-width: 769px) {
      border-radius: 22px;
      height: 350px;
    }
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .campus__desc {
    display: flex;
    flex-direction: column;
  }
  .campus__head {
    @media screen and (max-width: 768px) {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 20px;
    }
    @media screen and (min-width: 769px) {
      display: grid;
      align-items: center;
      gap: 53px;
      margin-bottom: 50px;
      grid-template-columns: 1fr 1.2fr;
    }
  }
  .campus__name {
    font-weight: bold;
    font-size: calc(var(--rem) * 17);
    letter-spacing: 0.85px;
    margin-bottom: 15px;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 20);
      letter-spacing: 1px;
      margin-bottom: 14px;
    }
  }
  @supports selector(.campus__name:has(+ .campus__open)) {
    .campus__name:has(+ .campus__open) {
      margin-bottom: 5px;
    }
  }
  .campus__open {
    font-weight: bold;
    font-size: calc(var(--rem) * 15);
    letter-spacing: 0.75px;
    margin-bottom: 15px;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 18);
      letter-spacing: 0.9px;
      margin-bottom: 14px;
    }
  }
  .campus__current-name {
    font-size: calc(var(--rem) * 13);
    letter-spacing: 0.65px;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 14);
      padding-left: 10px;
      letter-spacing: 0.7px;
    }
  }
  .campus__adress, .campus__call, .campus__access {
    color: #454545;
    font-weight: bold;
    font-size: calc(var(--rem) * 13);
    letter-spacing: 0.65px;
    line-height: 24px;
    @media screen and (min-width: 769px) {
      line-height: 25px;
    }
  }
  .campus__access {
    margin-bottom: 20px;
    @media screen and (min-width: 769px) {
      margin-bottom: 20px;
    }
  }
  .campus__access:last-child {
    margin-bottom: 0;
  }
  .campus__head:last-child {
    margin-bottom: 0;
  }
  .campus__sns {
    display: grid;
    gap: 9px;
    margin-bottom: 17px;
    @media screen and (min-width: 769px) {
      grid-template-columns: 1.9fr 1fr;
      gap: 12px;
      margin-bottom: 25px;
    }
  }
  .campus__sub-thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    height: calc(var(--vw) * 74);
    @media screen and (min-width: 769px) {
      gap: 20px;
      height: 100px;
    }
    li {
      border-radius: 5px;
      overflow: hidden;
      @media screen and (min-width: 769px) {
        border-radius: 15px;
      }
      img {
        height: 100%;
        width: 100%;
        object-fit: cover;
      }
    }
  }
  .campus__map {
    iframe {
      width: 100%;
      height: calc(var(--vw) * 130);
      @media screen and (min-width: 769px) {
        height: 305px;
      }
    }
  }
  .campus__list {
    display: flex;
    flex-direction: column;
    gap: 36px;
    @media screen and (min-width: 769px) {
      gap: 80px;
    }
  }
  .campus__item {
    @media (max-width: 768px) {
      & + & {
        border-top: 1.5px solid #007CA9;
        padding-top: 36px;
      }
    }
  }
}