body {
  min-width: inherit;
}

:root {
  /* ベースカラー */
  --color-black: #000;
  --color-white: #fff;
  --color-gray-dark: #222;
  --color-gray-light: #eee;
  --color-gray-border: #ccc;

  /* ブランドカラー */
  --color-red: #d7000f;
  --color-blue-purple: #3300a8;
  --color-purple: #7900d3;

  /* アクセントカラー */
  --color-link: #0078d7;
  --color-orange: #ff962a;

  /* グラデーション */
  --grad-main: linear-gradient(90deg, #d7000f 0%, #3300a8 49.52%, #7900d3 100%);
  --grad-short: linear-gradient(90deg, #d7000f 0%, #7900d3 100%);
  --grad-purple: linear-gradient(90deg, #3300a8 0%, #7900d3 100%);
  --grad-b: linear-gradient(90deg, #737FCD 0%, #DA0C4A 205.61%);
}

div#block_of_leftmenu_top { display : none; }

.Mv {
  background: #111;;
}
.Mv__Main {
  width: 100%;
  background-size: cover;
  background-color: var(--color-black);
  max-width: 1600px;
  margin: 0 auto;
  @media screen and (max-width: 699px) {
    background-size: cover;
    aspect-ratio: 513 / 287;
    padding: 0;
    min-height: inherit;
  }
  h1 {
    color: var(--color-white);
    margin: 0;
    &.is-title {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
                  max-width: 40vw;

        @media screen and (max-width: 699px) {
          left: 5%;
          max-width: 48vw;
        }
    }
    img {
      padding: 0;
      margin: 0;
      /* width: 500px;
      line-height: 1.2;
      @media screen and (max-width: 699px) {
        width: 200px;
        padding-left: 20px;
      } */
    }
  }
  .is-device {
    margin-top: 24px;
    img {
      width: 400px;
      @media screen and (max-width: 699px) {
        width: 80vw;
      }
    }
    @media screen and (max-width: 699px) {
      display: none;
    }
  }
  p {
    background-color: var(--color-white);
    color: var(--color-gray-dark);
    font-weight: bold;
  }
}
.Mv__MainInner {
  /* max-width: 1200px; */
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;

  @media screen and (max-width: 699px) {
    display: block;
  }
}


.Mv__Close {
  background-color: var(--color-black);
  color: var(--color-white);
  width: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  font-weight: bold;
  font-size: 24px;
  @media screen and (max-width: 699px) {
    font-size: 18px;
    padding: 20px 8px;
  }
}
.Mv__Nav {
  background: var(--grad-b);
  padding: 20px 40px;
  @media screen and (max-width: 699px) {
    padding: 16px 12px;
  }
  ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;

    gap: 20px;
    /* grid-template-columns: repeat(5, 1fr);
    list-style: none; */
    @media screen and (max-width: 699px) {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }

    li {
      min-width: 220px;
      @media screen and (max-width: 699px) {
        min-width: inherit;
        width: 50%;
      }

      img {
        width: 28px;
        height: auto;
        @media screen and (max-width: 699px) {
          width: 20px;
        }
      }
      &:last-child {
        @media screen and (max-width: 699px) {
          grid-column: span 2;
        }
      }
      a {
        background-color: var(--color-white);
        height: 100%;
        display: flex;
        width: 100%;
        padding: 12px 0;
        justify-content: center;
        align-items: center;
        gap: 8px;
        display: flex;
        font-size: 16px;
        color: var(--color-gray-dark);
        font-weight: 700;
        display: flex;
        width: 100%;
        &:hover {
          opacity: 0.5;
          text-decoration: none;
        }
        @media screen and (max-width: 699px) {
          font-size: 16px;
          padding: 8px 0;
          gap: 4px;
        }
      }
    }
  }
}

.l-inner {
  max-width: 1136px;
  margin: 0 auto;
  @media screen and (max-width: 699px) {
    max-width: inherit;
    padding: 0 12px;
  }
}

.Heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 60px 0 40px;
  @media screen and (max-width: 699px) {
    margin: 40px 0 20px;
  }
  span {
    background: var(--grad-short);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 800;
  }
  h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    em {
      font-family: "Lato", sans-serif;
      font-weight: 700;
      display: block;
      line-height: 1;
      margin-bottom: 12px;
    }
    @media screen and (max-width: 699px) {
      font-size: 28px;
      em {
        font-size: 24px;
        margin-bottom: 8px;
      }
    }
  }
}


.Info__Blocks {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 80px;
  @media screen and (max-width: 699px) {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;

  }

  .Info__Block {
    padding: 32px;
    background: var(--grad-purple);
    border-radius: 1rem;
    &:first-child {
      background: linear-gradient(90deg, #737FCD 0%, #DA0C4A 205.61%);
    }
    &:last-child {
      background: linear-gradient(90deg, #737FCD -104.02%, #DA0C4A 100%);
    }
    @media screen and (max-width: 699px) {
      box-sizing: border-box;
      padding: 20px;
    }

    h3 {
      font-size: 24px;
      font-weight: 700;
      margin: 0;
    }
    p.is-title {
      font-size: 28px;
      font-weight: 700;
      border-radius: 4px;
      line-height: 1.6;
      background-color: var(--color-white);
      display: flex;
      padding: 6px 28px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      width: fit-content;
      margin: 0;
      @media screen and (max-width: 699px) {
        font-size: 20px;
        padding: 6px 12px;
      }
    }
    p.is-date {
      font-size: 60px;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      color: var(--color-white);
      margin: 0;

      small {
        font-size: 40px;
        margin-left: 8px;
      }
      @media screen and (max-width: 699px) {
        font-size: 32px;
        small {
          font-size: 20px;
        }
      }
    }
    a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-weight: 700;
      color: var(--color-link);
      text-decoration: none;
      &:hover {
        text-decoration: underline;
      }
      img {
        width: 16px;
        height: auto;
      }
    }
  }
  .Info__BlockSchedule {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    width: 100%;
    img {
      @media screen and (max-width: 699px) {
        width: 50px;
      }
    }
  }

  .Info__Items {
    margin-top: 60px;
    ul {
      list-style: none;
      padding: 0;
      margin: 0;
      li {
        font-size: 18px;
        line-height: 1.6;
        color: var(--color-white);
        & + li {
          margin-top: 8px;
        }
      }
    }
  }
}
.Info__Items{
      display: flex ;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
    @media screen and (max-width: 699px) {
      margin-bottom: 20px;
      gap: 8px;
    }
}
.Info__ItemTitle {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  img {
    width: 26px;
    height: auto;
  }
  @media screen and (max-width: 699px) {
    font-size: 20px;
    gap: 8px;
    img {
      width: 20px;
    }
  }
}

.Info__ItemContent {
  margin-bottom: 32px;
  @media screen and (max-width: 699px) {
    margin-bottom: 28px;
  }
  p {
    font-size: 30px;
    line-height: 1.6;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 12px;
    font-weight: bold;
    @media screen and (max-width: 699px) {
      font-size: 24px;
      flex-direction: column;
      align-items: center;
    }

    small {
      display: flex;
      padding: 5px 16px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 50px;
      background: rgba(253, 196, 33, 0.2);
      color: var(--color-orange);
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px; /* 133.333% */
    }
  }
  img {
    width: 100%;
  }
}

.Button {
  display: flex;
  padding: 16px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 3px solid var(--color-red);
  background: var(--color-white);
  border-width: 5px;
  border-style: solid;
  border-image-source: var(--grad-main);
  border-image-slice: 1;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #D7000F 0%, #3300A8 49.52%, #7900D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 0 auto;
  &:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  @media screen and (max-width: 699px) {
    font-size: 18px;
    padding: 10px 20px;
    border-width: 2px;
    width: 100%;
    img {
      width: 24px;
    }
  }
  &.is-inner {
    margin: 16px auto;
  }
}

.Event__Content {
  position: relative;
  background: var(--color-white);
  border-radius: 2rem;
  display: flex;
  padding: 40px 80px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-bottom: 60px;
  @media screen and (max-width: 699px) {
    padding: 20px 12px;
    gap: 20px;
    margin-bottom: 40px;
    border-radius: 1rem;
  }
}

.Event__Content::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  background: var(--grad-b);
  border-radius: calc(2rem + 6px);
  z-index: -1;
  @media screen and (max-width: 699px) {
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: calc(1rem + 4px);
  }
}
.Event__ContentTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media screen and (max-width: 699px) {
    font-size: 24px;
    padding: 8px 20px;
  }
}

/* Event Day */
.Event__Day {
  margin-bottom: 30px;
  width: 100%;
  &:last-child {
    margin-bottom: 0;
  }
}

.Event__DayTitle {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  padding: 6px 40px;
  border-radius: 1rem;
  background: linear-gradient(90deg, rgba(115, 127, 205, 0.10) 0%, rgba(218, 12, 74, 0.10) 100%);
  color: var(--border-b);
  margin-bottom: 24px;
  p {
    background: var(--2026grad, linear-gradient(90deg, #737FCD 0%, #DA0C4A 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Lato", sans-serif;
    font-size: 48px;
    font-weight: 900;
    display: flex;
    gap: 8px;
    align-items: baseline;
    small {
      font-size: 32px;
      font-weight: 900;
    }
  }
  @media screen and (max-width: 699px) {
    font-size: 24px;
    padding: 10px 30px;
    small {
      font-size: 14px;
    }
  }
}

.Event__Programs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.Event__Program {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-gray-border);
  &:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  @media screen and (max-width: 699px) {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.Event__ProgramTime {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--color-gray-dark);
  @media screen and (max-width: 699px) {
    font-size: 18px;
  }
}

.Event__ProgramContent {
  flex: 1;
}

.Event__ProgramTitle {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.5;
  @media screen and (max-width: 699px) {
    font-size: 16px;
  }
}

.Event__ProgramDesc {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 16px;
  color: var(--color-gray-dark);
  @media screen and (max-width: 699px) {
    font-size: 13px;
    br {
      display: none;
    }
  }
}

.Event__ProgramGuests {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  @media screen and (max-width: 699px) {
    gap: 12px;
    flex-wrap: wrap;
  }

  li {
    text-align: center;
    width: 80px;
    @media screen and (max-width: 699px) {
      width: 70px;
    }

    img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      background: var(--color-gray-light);
      border-radius: 4px;
      margin-bottom: 6px;
    }

    p {
      font-size: 11px;
      line-height: 1.4;
      margin: 0;
      word-break: break-all;
      @media screen and (max-width: 699px) {
        font-size: 10px;
      }
    }
  }
}

.Booth {
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  align-self: stretch;
  background: var(--grad202602, linear-gradient(244deg, #B3D9E9 6.34%, #F3F3F6 30.35%, #E5F6FA 55.68%, #93C7E4 97.15%));
  @media screen and (max-width: 699px) {
    padding: 20px 0 40px;
  }
}
.Booth__Head {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
  @media screen and (max-width: 699px) {
    flex-direction: column-reverse;
    gap: 10px;
  }
  h3 {
    font-size: 32px;
    font-weight: 700;
    
    @media screen and (max-width: 699px) {
      font-size: 20px;
      margin: 0;
    }
    small {
      display: block;
    }
    em {
      font-size: 48px;
      font-weight: 700;
      background: var(--2026grad, linear-gradient(90deg, #737FCD 0%, #DA0C4A 100%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-style: normal;
      font-weight: 900;
      line-height: normal;
      span {
        font-size: 32px;
      }
      @media screen and (max-width: 699px) {
        font-size: 32px;
        span {
          font-size: 20px;
        }
      }
    }
  }
}
.Booth__HeadImage {
  max-width: 375px;
  img {
    width: 100%;
    height: auto;
  }
}

.Booth__BodyTitle {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: var(--color-gray-dark);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  @media screen and (max-width: 699px) {
    font-size: 20px;
    gap: 12px;
  }

  img {
    width: 32px;
    height: auto;
    @media screen and (max-width: 699px) {
      width: 24px;
    }
  }
}

.Booth__BodyItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;

  gap: 20px;
  @media screen and (max-width: 699px) {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  li {
    width: auto;
    background-color: var(--color-white);
    padding: 20px;
    border-radius: 6px;
    @media screen and (max-width: 699px) {
      padding: 12px 16px;
    }
    p {
      font-size: 16px;
      font-weight: bold;
      @media screen and (max-width: 699px) {
        font-size: 18px;
      }
    }
    span {
      font-size: 12px;
    }
  }
}
.Booth__Info{
  font-size: 16px;
  margin: 20px auto;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(215, 0, 15, 0.1) 0%,
    rgba(51, 0, 168, 0.1) 49.52%,
    rgba(121, 0, 211, 0.1) 100%
  );
  padding: 8px 20px;
  border-radius: 8px;

  @media screen and (max-width: 699px) {
    font-size: 13px;
    margin: 12px auto;
        padding: 6px 8px;

  }
}

.Campaign {
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  align-items: center;
  /* gap: 34px; */
  align-self: stretch;
  @media screen and (max-width: 699px) {
    padding: 0px 20px 20px;
    gap: 12px;
  }
}
.Campaign__Content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0px;
  h3 {
    /* background: var(--grad-b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-size: 32px;
    text-align: center;
    @media screen and (max-width: 699px) {
      font-size: 24px;
      margin: 0;
    }
  }
  .Button {
    margin-top: 32px;
    @media screen and (max-width: 699px) {
      margin-top: 20px;
    }
  }
}
.Campaign__Image {
  max-width: 480px;
  height: auto;
  margin: 0 auto;
  img {
    width: 100%;
    height: auto;
  }
  &.is-rectangle {
    margin: 0 auto;
    text-align: center;
    img {
      max-width: 480px;
      @media screen and (max-width: 699px) {
        max-width: 75%;
      }
    }
  }
}
.Campaign__Body {
  padding: 20px;
  background-color: var(--color-gray-light);
  border-radius: 12px;
  @media screen and (max-width: 699px) {
    padding: 12px;
    font-size: 14px;
  }
}
.Campaign__ContentHead {
  margin-bottom: 20px;

  p {
    font-size: 18px;
    text-align: center;
  }
  @media screen and (max-width: 699px) {
    margin-bottom: 20px;
    h3 {
      font-size: 24px;
    }
    p {
      font-size: 14px;
    }
  }
}

.Pickup {
  display: block;
  margin-bottom: 40px;
  @media screen and (max-width: 699px) {
    margin-bottom: 20px;
  }
}
.Pickup__Content {
  display: flex;
  flex-direction: column;
}
.Pickup__ContentHead {
  margin-bottom: 30px;
  h3 {
    background: var(--grad-b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    text-align: center;
  }
  p {
    font-size: 18px;
    text-align: center;
  }
  @media screen and (max-width: 699px) {
    margin-bottom: 20px;
    h3 {
      font-size: 20px;
    }
    p {
      font-size: 14px;
    }
  }
}

.Pickup__Items {
  margin-bottom: 20px;
  @media screen and (max-width: 699px) {
    margin-bottom: 0;
  }
  &.is-4col {
    ul {
      grid-template-columns: repeat(4, 1fr);
      @media screen and (max-width: 699px) {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      p.is-title {
        font-size: 14px;
        line-height: 1;
        @media screen and (max-width: 699px) {
          font-size: 12px;
        }
      }
    }
  }
  ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
    @media screen and (max-width: 699px) {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    li {
      img {
        width: 100%;
        height: auto;
        margin-bottom: 8px;
      }
      p.is-title {
        font-size: 18px;
        line-height: 1;
        @media screen and (max-width: 699px) {
          font-size: 12px;
        }

      }
      p.is-price {
        text-align: right;
        font-family: "Lato", sans-serif;
        font-size: 32px;
        font-weight: 700;
        small {
          font-size: 12px;
        }
        @media screen and (max-width: 699px) {
          font-size: 24px;
        }
      }
      p.is-price-taxin {
        font-size: 14px;
        text-align: right;
        @media screen and (max-width: 699px) {
          font-size: 12px;
        }
      }
      a {
        display: flex;
        padding: 10px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border: 2px solid var(--color-red);
        background: var(--color-white);
        border-width: 2px;
        border-style: solid;
        width: 100%;
        box-sizing: border-box;
        border-image-source: var(--grad-main);
        border-image-slice: 1;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: var(--color-black);

        width: 100%;
        margin: 12px auto;
        img {
          width: 24px;
          height: auto;
          margin-bottom: 0;
        }
        &:hover {
          opacity: 0.5;
          text-decoration: none;
        }
      }
    }
  }
}

.Pickup__Info{
  font-size: 18px;
  margin: 0px auto 20px;
  text-align: center;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(215, 0, 15, 0.1) 0%,
    rgba(51, 0, 168, 0.1) 49.52%,
    rgba(121, 0, 211, 0.1) 100%
  );
  padding: 8px 20px;
  border-radius: 8px;


  @media screen and (max-width: 699px) {
    font-size: 13px;
    margin: 12px auto;
    padding: 6px 8px;
  }
}


.Pickup__Text {
  font-size: 18px;
  @media screen and (max-width: 699px) {
    font-size: 14px;
  }
}

.is-PC {
  display: block;
  @media screen and (max-width: 699px) {
    display: none;
  }
}
.is-SP {
  display: none;
  @media screen and (max-width: 699px) {
    display: block;
  }
}

.ComingSoon {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: var(--color-white);
  position: relative;
  width: calc(100% - 40px);
  max-width: calc(1080px - 20px);
  margin: 0 auto 80px;
  @media screen and (max-width: 699px) {
    padding: 32px 20px;
    gap: 10px;
    max-width: 90%;
    margin: 0 auto 40px;
  }
  p {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--grad-b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    @media screen and (max-width: 699px) {
      font-size: 28px;
    }
  }
  small {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--grad-b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    @media screen and (max-width: 699px) {
      font-size: 16px;
    }
  }
}

.ComingSoon::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: var(--grad-main);
  mask: repeating-linear-gradient(
        to right,
        transparent 0px,
        transparent 10px,
        black 10px,
        black 20px
      )
      top left / 100% 4px repeat-x,
    repeating-linear-gradient(
        to right,
        transparent 0px,
        transparent 10px,
        black 10px,
        black 20px
      )
      bottom left / 100% 4px repeat-x,
    repeating-linear-gradient(
        to bottom,
        transparent 0px,
        transparent 10px,
        black 10px,
        black 20px
      )
      top left / 4px 100% repeat-y,
    repeating-linear-gradient(
        to bottom,
        transparent 0px,
        transparent 10px,
        black 10px,
        black 20px
      )
      top right / 4px 100% repeat-y;
  z-index: -1;
}

/* Event Booth セクション */
.EventBooth {
  margin-bottom: 60px;
  @media screen and (max-width: 699px) {
    margin-bottom: 40px;
  }
}

.EventBooth__Container {
  position: relative;
  padding: 40px;
  background: var(--color-white);
  @media screen and (max-width: 699px) {
    padding: 20px 16px;
  }
}

.EventBooth__Container::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: var(--grad-main);
  border-radius: 4px;
  mask: repeating-linear-gradient(
        to right,
        transparent 0px,
        transparent 8px,
        black 8px,
        black 16px
      )
      top left / 100% 3px repeat-x,
    repeating-linear-gradient(
        to right,
        transparent 0px,
        transparent 8px,
        black 8px,
        black 16px
      )
      bottom left / 100% 3px repeat-x,
    repeating-linear-gradient(
        to bottom,
        transparent 0px,
        transparent 8px,
        black 8px,
        black 16px
      )
      top left / 3px 100% repeat-y,
    repeating-linear-gradient(
        to bottom,
        transparent 0px,
        transparent 8px,
        black 8px,
        black 16px
      )
      top right / 3px 100% repeat-y;
  z-index: -1;
}

.EventBooth__Grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  @media screen and (max-width: 699px) {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.EventBooth__Column {
  text-align: center;
}

.EventBooth__DayTitle {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  @media screen and (max-width: 699px) {
    font-size: 20px;
  }
}

.EventBooth__Date {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(90deg, #737FCD 0%, #DA0C4A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 20px;
  @media screen and (max-width: 699px) {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.EventBooth__Layout {
  background: var(--color-gray-light);
  border-radius: 12px;
  padding: 20px;
  @media screen and (max-width: 699px) {
    padding: 16px;
  }
}

.EventBooth__Stage {
  background: linear-gradient(90deg, #2B4FD6 0%, #4B7BF5 100%);
  color: var(--color-white);
  font-weight: 700;
  font-size: 18px;
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 16px;
  @media screen and (max-width: 699px) {
    font-size: 16px;
    padding: 10px 16px;
  }
}

.EventBooth__Seats {
  background: var(--color-white);
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  @media screen and (max-width: 699px) {
    padding: 20px;
    font-size: 16px;
  }
}

.EventBooth__Areas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  @media screen and (max-width: 699px) {
    gap: 8px;
  }
}

.EventBooth__Area {
  background: var(--color-white);
  border-radius: 8px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 80px;
  @media screen and (max-width: 699px) {
    padding: 12px 8px;
    min-height: 70px;
  }

  img {
    height: 24px;
    width: auto;
    @media screen and (max-width: 699px) {
      height: 20px;
    }
  }

  .EventBooth__AreaLogo {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.02em;
    @media screen and (max-width: 699px) {
      font-size: 14px;
    }
  }

  span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    @media screen and (max-width: 699px) {
      font-size: 11px;
    }
  }

  &.is-gtune {
    border: 2px solid var(--color-red);
  }

  &.is-nextgear {
    border: 2px solid var(--color-gray-dark);
  }

  &.is-new {
    background: linear-gradient(90deg, var(--color-red) 0%, var(--color-purple) 100%);
    color: var(--color-white);
    span {
      font-weight: 700;
    }
  }

  &.is-daiv {
    background: linear-gradient(90deg, var(--color-red) 0%, var(--color-purple) 100%);
    color: var(--color-white);
    span {
      font-weight: 700;
    }
  }

  &.is-info {
    background: linear-gradient(90deg, var(--color-red) 0%, var(--color-purple) 100%);
    color: var(--color-white);
    span {
      font-weight: 700;
      text-align: center;
    }
  }
}

/* ゲスト一覧セクション */
.Guest {
  margin-bottom: 60px;
  @media screen and (max-width: 699px) {
    margin-bottom: 40px;
  }
}

.Guest__Grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 20px;
  @media screen and (max-width: 699px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}

.Guest__Item {
  text-align: center;
}

.Guest__Image {
  margin-bottom: 12px;
  img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: var(--color-gray-light);
    border-radius: 6px;
  }
}

.Guest__Name {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  @media screen and (max-width: 699px) {
    font-size: 14px;
  }
}

.Guest__Links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;

  a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
    &:hover {
      opacity: 0.6;
    }
  }

  img {
    width: 24px;
    height: 24px;
    @media screen and (max-width: 699px) {
      width: 20px;
      height: 20px;
    }
  }
}

/* 新着情報セクション */
.News {
  background: linear-gradient(90deg, #FBE5E8 0%, #F1E5FA 100%);
  padding: 60px 0 120px;
  @media screen and (max-width: 699px) {
    padding: 10px 0 40px;
  }
}

.News__List {
  list-style: none;
  margin: 0;
  padding: 0;
}

.News__Item {
  /* display: grid;
  grid-template-columns: 140px 1fr;
  gap: 40px; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  &:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 699px) {
    grid-template-columns: 100px 1fr;
    gap: 16px;
    padding: 16px 0;
  }
}

.News__Date {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-gray-dark);
  width: 140px;
  @media screen and (max-width: 699px) {
    font-size: 14px;
    width: 80px;
  }
}

.News__Title {
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
  @media screen and (max-width: 699px) {
    font-size: 14px;
  }
  a {
    text-decoration: underline;
  }
}
