body {
  min-width: inherit;
}

:root {
  --grad-b: linear-gradient(90deg, #d7000f 0%, #3300a8 49.52%, #7900d3 100%);
}

.Mv__Main {
  width: 100%;
  /* height: 512px; */
  background: url(/contents/event/a1021601/img/img_mv_bg_red.png) no-repeat
    right center;
  background-size: auto 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 80px;
  min-height: 480px;
  @media screen and (max-width: 699px) {
    background: url(/contents/event/a1021601/img/img_mv_bg_sp.png) no-repeat
      center center;
    background-size: cover;
    aspect-ratio: 1026 / 682;
    padding: 0;
    min-height: inherit;
  }
  h1 {
    color: #fff;
    margin: 0;
    img {
      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: #fff;
    color: #222;
    font-weight: bold;
  }
}
.Mv__MainInner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  @media screen and (max-width: 699px) {
    display: block;
  }
}
.Mv__Close {
  background-color: #000;
  color: #fff;
  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,
    linear-gradient(90deg, #d7000f 0%, #3300a8 49.52%, #7900d3 100%)
  );
  padding: 20px 40px;
  @media screen and (max-width: 699px) {
    padding: 16px 12px;
  }
  ul {
    display: grid;
    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 {
      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: #fff;
        height: 100%;
        display: flex;
        width: 100%;
        padding: 12px 0;
        justify-content: center;
        align-items: center;
        gap: 8px;
        display: flex;
        font-size: 16px;
        color: #111;
        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-c, linear-gradient(90deg, #d7000f 0%, #7900d3 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    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;
  }

  .Info__Block {
    padding: 32px;
    background: linear-gradient(90deg, #3300a8 0%, #7900d3 100%);
    &:first-child {
      background: linear-gradient(90deg, #d7000f 0%, #3300a8 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: #fff;
      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: #fff;
      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: #0078d7;
      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: 20px;
    ul {
      list-style: none;
      padding: 0;
      margin: 0;
      li {
        font-size: 18px;
        line-height: 1.6;
        color: #fff;
        & + li {
          margin-top: 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: #ff962a;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px; /* 133.333% */
    }
  }
  img {
    width: 100%;
  }
}

.Button {
  display: flex;
  padding: 24px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 3px solid var(--grad-b, #d7000f);
  background: #fff;
  border-width: 5px;
  border-style: solid;
  border-image-source: linear-gradient(
    90deg,
    #d7000f 0%,
    #3300a8 49.52%,
    #7900d3 100%
  );
  border-image-slice: 1;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(
    --grad-b,
    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;
    }
  }
}

.Event__Content {
  background: #fff;
  border-width: 5px;
  border-style: solid;
  border-image-source: linear-gradient(
    90deg,
    #d7000f 0%,
    #3300a8 49.52%,
    #7900d3 100%
  );
  border-image-slice: 1;
  display: flex;
  padding: 40px 20px;
  margin-bottom: 60px;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  flex-direction: column;
  @media screen and (max-width: 699px) {
    padding: 20px 12px;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.Event__ContentTitle {
  display: flex;
  padding: 12px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--grad-c, linear-gradient(90deg, #d7000f 0%, #7900d3 100%));
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media screen and (max-width: 699px) {
    font-size: 24px;
    padding: 8px 20px;
  }
}

.Event__ContentItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  @media screen and (max-width: 699px) {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.Event__ContentItem {
  width: 100%;
}
.Event__ContentItemTitle {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  align-self: stretch;
  border-radius: 20px;
  background: #222;
  color: #fff;
  font-size: 50px;
  display: flex;
  font-weight: 700;
  align-items: baseline;
  small {
    font-size: 20px;
  }
  @media screen and (max-width: 699px) {
    font-size: 36px;
    border-radius: 8px;
    small {
      font-size: 16px;
    }
  }
}
.Event__ContentItemBody {
  margin: 20px auto;
  dl {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 28px;
    &:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
    }
    dt {
      color: #222;
      font-family: "Lato", sans-serif;
      font-size: 32px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      @media screen and (max-width: 699px) {
        font-size: 24px;
        text-align: center;
      }
    }
    dd {
      h3 {
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        @media screen and (max-width: 699px) {
          font-size: 16px;
        }
      }
      ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        list-style: none;
        margin: 0;
        padding: 0;
        @media screen and (max-width: 699px) {
          grid-template-columns: repeat(2, 1fr);
        }
        li {
          width: 100%;
          img {
            border-radius: 8px;
          }
          p {
            font-size: 14px;
          }
        }
      }
    }
  }
}

.Booth {
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  align-self: stretch;
  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%
  );
  @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: linear-gradient(transparent 50%, #fff 50%);
      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: #222;
  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: #fff;
    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;
}
.Campaign__Image {
  max-width: 780px;
  height: auto;
  margin: 0 auto;
  img {
    width: 100%;
    height: auto;
  }
}
.Campaign__Body {
  padding: 20px;
  background-color: #eee;
  border-radius: 12px;
  @media screen and (max-width: 699px) {
    padding: 12px;
    font-size: 14px;
  }
}
.Campaign__ContentHead {
  margin-bottom: 30px;
  h3 {
    background: var(
      --grad-b,
      linear-gradient(90deg, #d7000f 0%, #3300a8 49.52%, #7900d3 100%)
    );
    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 {
  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,
      linear-gradient(90deg, #d7000f 0%, #3300a8 49.52%, #7900d3 100%)
    );
    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;
  }
  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;
      }
      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(--grad-b, #d7000f);
        background: #fff;
        border-width: 2px;
        border-style: solid;
        width: 100%;
        box-sizing: border-box;
        border-image-source: linear-gradient(
          90deg,
          #d7000f 0%,
          #3300a8 49.52%,
          #7900d3 100%
        );
        border-image-slice: 1;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: #000;

        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: #fff;
  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,
      linear-gradient(90deg, #d7000f 0%, #3300a8 49.52%, #7900d3 100%)
    );
    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,
      linear-gradient(90deg, #d7000f 0%, #3300a8 49.52%, #7900d3 100%)
    );
    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: linear-gradient(90deg, #d7000f 0%, #3300a8 49.52%, #7900d3 100%);
  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;
}
