.fanclub-inner {
  width: 100%;
  margin: 3rem auto 0;
}

p.fanclub-heading {
  width: 100%;
  margin: 0 0 2.4rem;
  text-align: center;
  color: #333;
  font-size: min(22px, 2.2vw);
  font-weight: 700;
}

.fanclub-text {
  width: 100%;
  margin: 3rem 0 1.6rem;
  text-align: center;
  color: #666;
  font-size: min(20px, 2vw);
  font-weight: 700;
}

.fanclub-remarks {
  text-align: center;
  font-size: calc(min(20px, 2vw) * 0.7);
  margin-bottom: 3rem;
}

.btn-box-2 {
  width: 100%;
  margin: 2rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-box-3 {
  width: 100%;
  margin: 2rem 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.btn-box-3-btm {
  margin: 2rem 0 3rem;
}

/* lityカスタマイズ */

.lity-wrap {
  /* 背景スクロール制御 */
  overflow-y: scroll;
  overscroll-behavior: contain;
  touch-action: none;
  scrollbar-width: none;
  -ms-overflow-style: none;

  &:after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    height: calc(100% + 1px);
  }
}

.lity-close {
  text-shadow: unset;
  width: 5rem;
  height: 5rem;
  margin: 10px;
}

.lity-close::after {
  content: "";
  display: inline-block;
  background: url(../img/toggle/close.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fanclub-frame {
  max-width: 1000px;
  width: 100%;
  height: 640px;
  margin: 0 auto;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 1);
}

.fanclub-inner {
  width: 100%;
  padding: 5rem;
  margin: 0 auto 4rem;
}

.fanclub-inner-title {
  width: 100%;
  margin: 0 0 3rem;
  color: #666;
  font-size: min(22px, 2.2vw);
  font-weight: 700;
}

.ticket-date > .fanclub-date {
  margin: 0 0 1.2rem;
  font: inherit;
}

.fanclub-note {
  width: 100%;
  font-size: min(14px, 1.4vw);
  padding-left: 1em;
  text-indent: -1em;
}

.fanclub-image {
  width: 100%;
  margin: 3rem 0;
}

.fanclub-inner-text {
  width: 100%;
  margin: 3rem 0 4rem;
  font-size: min(18px, 1.8vw);
  font-weight: 700;
}

.fanclub-ticket {
  width: 100%;

  > img {
    width: 26%;
  }
}

.fanclub-ticket-wrap {
  display: flex;
  justify-content: center;
  column-gap: 4rem;

  > img {
    width: 26%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .fanclub-inner {
    margin: 0 auto;
    padding: 1rem;
  }

  .fanclub-inner-title {
    font-size: min(18px, 4.62vw);
  }

  p.fanclub-heading {
    margin: 0 0 2rem;
    padding: 0;
    font-size: min(18px, 4.62vw);
  }

  .fanclub-text {
    text-align: left;
    margin: 0 0 2rem;
    font-size: min(16px, 4.1vw);
  }

  .fanclub-remarks {
    text-align: left;
    font-size: calc(min(16px, 4.1vw) * 0.7);
  }

  .btn-box-2 {
    justify-content: center;
    margin: 1rem 0 0;
  }

  .btn-box-3 {
    justify-content: flex-start;
    margin: 1rem 0 0;
  }

  .fanclub-frame {
    width: 90%;
    height: 600px;
    padding: 2rem 1.2rem;
    margin: 0 auto;
  }

  .fanclub-inner-titile {
    margin: 0 0 2rem;
    font-size: min(18px, 4.62vw);
  }

  .fanclub-note {
    width: 100%;
    font-size: min(12px, 3.08vw);
  }

  .fanclub-image {
    margin: 2rem 0;
  }

  .fanclub-inner-text {
    margin: 2rem 0 2.4rem;
    font-size: min(16px, 4.1vw);
  }

  .fanclub-ticket {
    width: 100vw;
    margin-bottom: 2rem;
    transform: translateX(-5%);
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .fanclub-ticket-wrap {
    min-width: fit-content;
    display: flex;
    column-gap: 2.4rem;
    padding-inline: 20%;

    > img {
      width: 60vw;
    }
  }

  .fanclub-top {
    margin: 1rem 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}
