/* トップページ　ライブ情報一覧 */
.top-liveinfo {
  margin-bottom: 40px;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.top-liveinfo::-webkit-scrollbar {
  display: none;
}

.top-liveinfo__list {
  display: flex;
  margin-left: 120px;
  margin-right: 120px;
  width: fit-content;
  column-gap: 16px;
  @media screen and (max-width: 768px) {
    margin-left: 24px;
    margin-right: 24px;
  }
  .top-liveinfo__list-item {
    width: 512px;
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
    @media screen and (max-width: 576px) {
      width: 320px;
    }
    a {
      display: block;
      width: 100%;
      height: 100%;
    }
    a:hover {
      opacity: 0.5;
    }
    a:hover .top-liveinfo__list-item__image {
      img {
        scale: 1.2;
      }
    }
    .top-liveinfo__list-item__image {
      width: 100%;
      height: 380px;
      overflow: hidden;
      @media screen and (max-width: 576px) {
        height: 220px;
      }
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: 0.5s;
      }
    }
    .top-liveinfo__list-item__info {
      padding: 40px;
      padding-bottom: 34px;
      background-color: white;
      @media screen and (max-width: 576px) {
        padding: 20px;
        padding-bottom: 40px;
      }
      .top-liveinfo__list-item__info--top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
        column-gap: 30px;
        @media screen and (max-width: 576px) {
          flex-direction: column;
          margin-bottom: 20px;
          row-gap: 20px;
        }
      }
    }
    .top-liveinfo__live-schedule {
      .top-liveinfo__live-schedule--date {
        font-family: "Hepta Slab";
        font-size: 32px;
        color: #0e3a65;
        font-weight: 600;
        line-height: 1;
        @media screen and (max-width: 576px) {
          font-size: 24px;
        }
      }
      .top-liveinfo__live-schedule--date.saturday,
      .top-liveinfo__live-schedule--week.saturday {
        color: #2c72ae;
      }
      .top-liveinfo__live-schedule--date.sunday,
      .top-liveinfo__live-schedule--week.sunday,
      .top-liveinfo__live-schedule--date.holiday, 
      .top-liveinfo__live-schedule--week.holiday{
        color: #df5410;
      }
      .top-liveinfo__live-schedule--week {
        margin-top: 6px;
        font-family: "Hepta Slab";
        font-size: 16px;
        color: #0e3a65;
        font-weight: 600;
        text-transform: uppercase;
        @media screen and (max-width: 576px) {
          font-size: 12px;
        }
      }
    }
    .top-liveinfo__time,
    .top-liveinfo__fee {
      margin-top: 8px;
      font-family: "Hepta Slab";
      font-size: 14px;
      color: #0e3a65;
      font-weight: 500;
    }
    .top-liveinfo__live-category {
      font-family: "Hepta Slab";
      font-size: 14px;
      color: #0e3a65;
      font-weight: 500;
    }
    .top-liveinfo__live-name {
      font-size: 20px;
      color: #0e3a65;
      font-weight: 600;
    }
  }
}
/* ライブ情報 */
body.single-liveinfo {
  background-color: white;
  .l-inner {
    max-width: 864px;
    width: calc(100% - 30px);
  }
}

main.liveinfo {
  padding: 0;
}

.liveinfo-top {
  padding-top: 205px;
  padding-bottom: 120px;
  width: 100%;
  background-color: #f5f3f2;
  @media screen and (max-width: 576px) {
    padding-top: 114px;
    padding-bottom: 40px;
  }

  .liveinfo-top__inner {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    @media screen and (max-width: 768px) {
      flex-direction: column-reverse;
    }

    .liveinfo-top__info {
      max-width: 300px;
      width: 100%;
      @media screen and (max-width: 768px) {
        max-width: unset;
      }

      .liveinfo-top__live-schedule--date {
        font-family: "Hepta Slab";
        font-size: 55px;
        color: #0e3a65;
        font-weight: 600;
        line-height: 1;
        @media screen and (max-width: 576px) {
          font-size: 32px;
        }
      }
      .liveinfo-top__live-schedule--week {
        margin-bottom: 24px;
        font-family: "Hepta Slab";
        font-size: 16px;
        color: #0e3a65;
        font-weight: 600;
        text-transform: uppercase;
        @media screen and (max-width: 576px) {
          margin-top: 10px;
        }
      }
      .liveinfo-top__live-category {
        font-family: "Hepta Slab";
        font-size: 14px;
        color: #0e3a65;
        font-weight: 500;
      }
      .liveinfo-top__live-name {
        font-size: 20px;
        color: #0e3a65;
        font-weight: 600;
      }
      .liveinfo-top__artist-name {
        font-size: 16px;
        color: #0e3a65;
        font-weight: 500;
      }
      .liveinfo-top__time,
      .liveinfo-top__fee {
        font-family: "Hepta Slab";
        font-size: 14px;
        color: #0e3a65;
        font-weight: 500;
      }
      .liveinfo-top__time {
        margin-top: 24px;
        @media screen and (max-width: 576px) {
          margin-top: 16px;
        }
      }
      .liveinfo-top__fee {
        margin-bottom: 24px;
        @media screen and (max-width: 576px) {
          margin-bottom: 16px;
        }
      }
      .liveinfo-top__introduce-text {
        font-size: 16px;
        color: #333436;
        font-weight: 400;
      }
    }
    .liveinfo-top__image {
      max-width: 424px;
      width: 100%;
      height: fit-content;
      overflow: hidden;
      @media screen and (max-width: 768px) {
        margin: 0 auto;
        margin-bottom: 50px;
      }
      @media screen and (max-width: 576px) {
        margin-bottom: 24px;
      }
    }
  }
}

.liveinfo-main {
  padding-top: 80px;
  padding-bottom: 80px;
  @media screen and (max-width: 576px) {
    padding-top: 40px;
  }

  section:not(:last-of-type) {
    margin-bottom: 80px;
    @media screen and (max-width: 576px) {
      margin-bottom: 40px;
    }
  }
  section.sec-movie {
    li:not(:last-of-type) {
      margin-bottom: 50px;
      @media screen and (max-width: 576px) {
        margin-bottom: 25px;
      }
    }
    h3 {
      margin-bottom: 15px;
      font-size: 18px;
      color: #0e3a65;
      font-weight: 600;
      text-align: center;
      @media screen and (max-width: 576px) {
        margin-bottom: 10px;
        font-size: 16px;
      }
    }
    iframe {
      display: block;
      margin: 0 auto;
      max-width: 640px;
      width: 100%;
      height: 360px;
      @media screen and (max-width: 576px) {
        height: 200px;
      }
    }
  }
  section.sec-artistInformation {
    .liveinfo-main__artistList-item {
      display: flex;
      justify-content: space-between;
      column-gap: 30px;
      @media screen and (max-width: 768px) {
        flex-direction: column;
      }
      .liveinfo-main__artistList-item__image {
        max-width: 336px;
        width: 100%;
        @media screen and (max-width: 768px) {
          margin: 0 auto;
          margin-bottom: 35px;
        }
        @media screen and (max-width: 576px) {
          margin-bottom: 20px;
        }
      }
      .liveinfo-main__artistList-item__info {
        max-width: 488px;
        width: 100%;
        @media screen and (max-width: 768px) {
          max-width: unset;
        }
        h3 {
          margin-bottom: 20px;
          font-size: 20px;
          color: #0e3a65;
          font-weight: 600;
          @media screen and (max-width: 576px) {
            margin-bottom: 10px;
          }
        }
        p {
          font-size: 16px;
          color: #333436;
          font-weight: 400;
        }
        .liveinfo-main__artistList-item__links {
          margin-top: 30px;
          li {
            .liveinfo-main__artistList-item__links-name {
              font-size: 16px;
              color: #333436;
              font-weight: 400;
            }
            a {
              font-size: 16px;
              color: #00a43f;
              font-weight: 400;
              text-decoration: underline;
            }
          }
          li:not(:last-of-type) {
            margin-bottom: 25px;
          }
        }
      }
    }
    .liveinfo-main__artistList-item:not(:last-of-type) {
      margin-bottom: 65px;
      @media screen and (max-width: 576px) {
        margin-bottom: 40px;
      }
    }
  }
  section.sec-reservation {
    margin-top: 80px;
    a {
      display: block;
      margin: 0 auto;
      margin-bottom: 24px;
      padding: 12px 28px;
      width: fit-content;
      font-size: 16px;
      color: #0e3a65;
      font-weight: 600;
      border-radius: 25px;
      border: 1px solid #0e3a65;
      background-color: white;
      transition: 0.5s;
      @media screen and (max-width: 576px) {
        margin-bottom: 16px;
      }
    }
    a:hover {
      background-color: #deaf29;
      border-color: #deaf29;
      opacity: 1;
    }
    p {
      font-size: 14px;
      color: #333436;
      font-weight: 400;
      text-align: center;
    }
  }
  h2 {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 16px;
    font-family: "Hepta Slab";
    font-size: 32px;
    color: #0e3a65;
    font-weight: 600;
    line-height: 1;
    border-bottom: 1px solid #0e3a65;
    @media screen and (max-width: 576px) {
      margin-bottom: 16px;
    }
  }
}

/* ライブ情報一覧 */
main.archive-liveinfo {
  padding-top: 200px;
  padding-bottom: 80px;
  h2 {
    margin-bottom: 80px;
    font-family: "Hepta Slab";
    font-size: 40px;
    color: #0e3a65;
    font-weight: 600;
    text-align: center;
    @media screen and (max-width: 576px) {
      margin-bottom: 60px;
    }
  }
  h3 {
    font-family: "Hepta Slab";
    font-size: 40px;
    color: #0e3a65;
    font-weight: 600;
    text-align: center;
    @media screen and (max-width: 576px) {
      font-size: 32px;
    }
  }
  .archive-liveinfo__months {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    a {
      position: relative;
      font-family: "Hepta Slab";
      font-size: 20px;
      color: #0e3a65;
      font-weight: 600;
      text-align: center;
      @media screen and (max-width: 576px) {
        font-size: 0;
      }
    }
    a.prev-month {
      padding-left: 30px;
      @media screen and (max-width: 576px) {
        font-size: 0;
      }
    }
    a.prev-month:before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      width: 18px;
      height: 16px;
      background-image: url("../img/common/i_arrowLive.svg");
      background-size: contain;
      background-repeat: no-repeat;
      transform: translateY(-50%);
      transition: 0.5s;
      @media screen and (max-width: 576px) {
        width: 25px;
        height: 20px;
      }
    }
    a.prev-month:hover::before {
      left: -10px;
    }
    a.next-month {
      padding-right: 30px;
    }
    a.next-month:before {
      position: absolute;
      content: "";
      top: 50%;
      right: 0;
      width: 18px;
      height: 16px;
      background-image: url("../img/common/i_arrowLive.svg");
      background-size: contain;
      background-repeat: no-repeat;
      transform: translateY(-50%) scale(-1, 1);
      scale: -1, 1;
      transition: 0.5s;
      @media screen and (max-width: 576px) {
        width: 25px;
        height: 20px;
      }
    }
    a.next-month:hover::before {
      right: -10px;
    }
  }
  .archive-liveinfo__list {
    .archive-liveinfo__list-item:not(:last-of-type) {
      margin-bottom: 40px;
      @media screen and (max-width: 576px) {
        margin-bottom: 30px;
      }
    }
    .archive-liveinfo__list-item {
      a {
        display: flex;
        justify-content: space-between;
        column-gap: 30px;
        padding: 80px 88px;
        width: 100%;
        background-color: white;
        border-radius: 30px;
        border: 5px solid transparent;
        transition: 0.5s;
        @media screen and (max-width: 768px) {
          flex-direction: column-reverse;
        }
        @media screen and (max-width: 576px) {
          padding: 40px 24px;
        }
      }
      a:hover {
        border-color: #0e3a65;
        opacity: 0.5;
      }
      a:hover .archive-liveinfo__list-item__image {
        img {
          scale: 1.2;
        }
      }
      .archive-liveinfo__list-item__info {
        max-width: 300px;
        width: 100%;
        @media screen and (max-width: 768px) {
          max-width: unset;
        }
        .archive-liveinfo__list-item__info--top {
          display: flex;
          justify-content: space-between;
          @media screen and (max-width: 768px) {
            margin-bottom: 24px;
          }
        }
        .archive-liveinfo__live-schedule--date {
          font-family: "Hepta Slab";
          font-size: 55px;
          color: #0e3a65;
          font-weight: 600;
          line-height: 1;
          @media screen and (max-width: 576px) {
            font-size: 32px;
          }
        }
        .archive-liveinfo__live-schedule--date.saturday,
        .archive-liveinfo__live-schedule--week.saturday {
          color: #2c72ae;
        }
        .archive-liveinfo__live-schedule--date.sunday,
        .archive-liveinfo__live-schedule--week.sunday,
        .archive-liveinfo__live-schedule--date.holiday,
        .archive-liveinfo__live-schedule--week.holiday {
          color: #df5410;
        }
        .archive-liveinfo__live-schedule--week {
          margin-bottom: 24px;
          font-family: "Hepta Slab";
          font-size: 16px;
          color: #0e3a65;
          font-weight: 600;
          text-transform: uppercase;
          @media screen and (max-width: 576px) {
            margin-bottom: 16px;
            font-size: 16px;
          }
        }
        .archive-liveinfo__live-category {
          font-family: "Hepta Slab";
          font-size: 14px;
          color: #0e3a65;
          font-weight: 500;
        }
        .archive-liveinfo__live-name {
          font-size: 20px;
          color: #0e3a65;
          font-weight: 600;
        }
        .archive-liveinfo__artist-name {
          font-size: 16px;
          color: #0e3a65;
          font-weight: 500;
        }
        .archive-liveinfo__time,
        .archive-liveinfo__fee {
          font-family: "Hepta Slab";
          font-size: 14px;
          color: #0e3a65;
          font-weight: 500;
        }
        .archive-liveinfo__time {
          margin-top: 24px;
          @media screen and (max-width: 576px) {
            margin-top: 16px;
          }
        }
        .archive-liveinfo__fee {
          margin-bottom: 24px;
          @media screen and (max-width: 576px) {
            margin-bottom: 16px;
          }
        }
        .archive-liveinfo__introduce-text {
          font-size: 16px;
          color: #333436;
          font-weight: 400;
        }
      }
      .archive-liveinfo__list-item__image {
        max-width: 524px;
        width: 100%;
        height: fit-content;
        overflow: hidden;
        @media screen and (max-width: 768px) {
          margin: 0 auto;
          margin-bottom: 50px;
        }
        @media screen and (max-width: 576px) {
          margin: 0;
        }
        img {
          transition: 0.5s;
        }
      }
      .archive-liveinfo__list-item__image.pc {
        @media screen and (max-width: 576px) {
          display: none;
        }
      }
      .archive-liveinfo__list-item__image.sp {
        display: none;
        max-width: 120px;
        width: 100%;
        @media screen and (max-width: 576px) {
          display: block;
        }
      }
    }
  }
}
