/* :root {
  --sans-serif1: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'BIZ UDPGothic', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --sans-serif2: 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'BIZ UDPGothic', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --sans-serif3: "Helvetica Neue", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'BIZ UDPGothic', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
} */

h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

.img-100 {
  width: 100%;
  height: auto;
}

.event-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 130px;
  overflow: hidden;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'BIZ UDPGothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 750px;
  text-size-adjust: 100%;
}

.event-wrapper *,
.event-wrapper *::before,
.event-wrapper *::after {
  box-sizing: border-box;
}

.img-w-100 {
  width: 100%;
  height: auto;
}

h2,
.all_night-box,
.all_night-caution,
.all_night-link {
  width: 592px;
}

.event-container {
  width: 100%;
  container-type: inline-size;
}

.event-header {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 40px 0;
}

.event-slider {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
  width: 100%;
}

.event-slider-head,
.event-slider .swiper-container {
  width: 544px;
}

.event-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 4.32px;
  text-shadow: 1px 1px 4px #000;
}

.event-slider-head::before,
.event-slider-head::after {
  width: 120px;
  height: 1px;
  content: "";
  background: white;
}

.event-slider .swiper-container {
  overflow: visible;
}

.event-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
  padding-bottom: 12px;
  font-weight: 700;
  background: white;
  border-radius: 8px;
}

.event-slider-slide-image .img-w-100 {
  border-radius: 8px 8px 0 0;
}

.event-slider-slide-head,
.event-slider-slide-date {
  width: 512px;
}

.event-slider-slide-head {
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 1.2px;
}

.event-slider-slide-date {
  font-size: 16px;
  color: #989898;
  letter-spacing: 1.92px;
}

.swiper-button-prev,
.swiper-button-next {
  opacity: .85;
}

.event-slider .swiper-button-prev,
.event-slider .swiper-button-next {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: white;
  border-radius: 50%;
}

.event-slider .swiper-button-prev {
  left: -35px;
}

.event-slider .swiper-button-next {
  right: -35px;
}

.event-slider .swiper-button-prev::before,
.event-slider .swiper-button-next::before {
  width: 15px;
  height: 24px;
  content: "";
  background-size: cover;
}

.event-slider .swiper-button-prev::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="24" viewBox="0 0 15 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.31799 13.3031L11.864 23.8491L14.5 21.2131L5.27203 11.9851L14.5 2.75712L11.864 0.121094L1.31799 10.6671C0.968495 11.0167 0.772162 11.4908 0.772162 11.9851C0.772162 12.4794 0.968495 12.9535 1.31799 13.3031Z" fill="black"/></svg>');
}

.event-slider .swiper-button-next::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="24" viewBox="0 0 15 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.682 13.3031L3.13603 23.8491L0.5 21.2131L9.72797 11.9851L0.5 2.75712L3.13603 0.121094L13.682 10.6671C14.0315 11.0167 14.2278 11.4908 14.2278 11.9851C14.2278 12.4794 14.0315 12.9535 13.682 13.3031Z" fill="black"/></svg>');
}

.event-radio {
  display: grid;
  overflow: hidden;
}

.event-radio::before,
.event-radio-girl,
.event-radio-box {
  grid-area: 1/1;
}

.event-radio::before {
  content: "";
  background-image: url("../img/radio-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200%;
  opacity: 0.5;
}

.event-radio-box {
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  align-items: flex-end;
  padding: 34px 18px 31px 0;
  font-weight: 700;
}

.event-radio-girl {
  width: 427px;
  margin: 30px 0 0 -40px;
  transform: rotate(12deg);
  animation: sway01 2s linear infinite;

}

@keyframes sway01 {
  0%,
  100% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(20deg);
  }
}

.event-radio-image {
  width: 281px;
}

.event-radio-text {
  font-size: 20px;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;

}

.event-radio-text .yellow {
  font-size: 36px;
  color: #FF0;
  letter-spacing: 1.8px;
}

.event-noise {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
  padding: 24px 0;
}

.event-noise::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/white_powder.jpg");
  background-position: center;
  background-size: cover;
  opacity: 0.5;
}

.event-noise-text,
.event-noise-image {
  z-index: 1;
}

.event-noise-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
}

.event-noise-text .yellow {
  font-size: 32px;
  color: #FF0;
  letter-spacing: 1.6px;
}

.event-noise-text .pink {
  font-size: 36px;
  line-height: 1.3;
  color: #FF006F;
  letter-spacing: 1.6px;
}

.event-noise-image {
  width: 576px;
}

.event-extra {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
  padding: 16px 0;
  font-size: 24px;
  font-weight: 700;
}

.event-extra-text {
  width: 624px;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

.event-extra-text.big {
  font-size: 56px;
  text-align: center;
  letter-spacing: 2.8px;

}

.event-extra-container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: end;
  line-height: 1.2;
}

.event-extra-icon {
  display: grid;
  place-items: center;
  padding: 4px 12px;
  font-family: "Helvetica Neue", Arial, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'BIZ UDPGothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 34px;
  letter-spacing: 1.7px;
  background: #9000FF;
  border-radius: 6px;
}

.event-extra-question {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  font-size: 29px;
  letter-spacing: 1.45px;
}

.event-extra-question::after {
  width: 100%;
  height: 6px;
  content: "";
  background: #9000FF;
}

.event-information {
  display: grid;
  justify-content: center;
  padding: 24px 0;
  background: #A20000;
  border-radius: 120px 120px 0 0;
}

.event-information-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  width: 592px;
  font-weight: 700;
}

.event-information-header,
.event-information-description {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.event-information-header-image {
  width: 146px;
}

.event-information-header-head {
  font-size: 24px;
  color: #FFEA00;
  text-align: center;
  letter-spacing: 1.2px;
}

.event-information-header-head .big {
  font-size: 70px;
  letter-spacing: 3.5px;
}

.event-information-description-image {
  flex-shrink: 0;
  width: 125px;
}

.event-information-description-text {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

.event-information-container {
  display: grid;
  align-items: start;
}

.event-information-order {
  z-index: 1;
  display: flex;
  grid-area: 1/1;
  align-items: center;
  justify-content: space-between;
}

.event-information-order::before,
.event-information-order::after {
  width: 223px;
  height: 4px;
  content: "";
  background: black;
}

.event-information-order-box {
  display: flex;
  column-gap: 10px;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  background: linear-gradient(180deg, #F00 0%, #900 100%);
  border: 3px solid #000;
  border-radius: 8px;
  box-shadow: 2px 2px 2px 0 #000;
}

.event-information-order-box .big {
  margin-top: -6px;
  font-family: "Helvetica Neue", Arial, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'BIZ UDPGothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 56px;
  letter-spacing: 2.8px;
}

.event-information-box {
  display: flex;
  flex-direction: column;
  grid-area: 1/1;
  row-gap: 10px;
  padding: 24px;
  margin-top: 54px;
  background: black;
}

.event-information-head {
  padding: 12px 8px;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 2.88px;
  background: linear-gradient(90deg, #E00000 0%, #DF7800 21.5%, #CFD300 44.5%, #3EA599 65%, #CC57CE 82.5%, #C90084 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.event-information-text {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

.event-information-bottom {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

.event-archive-head,
.event-stuff-head {
  display: flex;
  flex-direction: column;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 2px;
}

.event-archive-head::after,
.event-stuff-head::after {
  width: 100%;
  height: 7px;
  content: "";
}

.event-archive-head::after {
  background: #484848;
}

.event-archive {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
  padding: 40px 0;
  font-weight: 700;
}

@container (width >= 640px) {
  .event-archive {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.event-archive-wrapper {
  width: 100%;
  padding-bottom: 16px;
  overflow-x: scroll;
}

.event-archive-wrapper::-webkit-scrollbar {
  height: 20px;
}

.event-archive-wrapper::-webkit-scrollbar-track {
  background: rgb(57, 57, 57, 50%);
}

.event-archive-wrapper::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: rgb(57, 57, 57, 70%);
}

.event-archive-container {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 16px;
}

.event-archive-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  width: 560px;
  padding: 8px;
  background: rgb(57, 57, 57, 70%);
  border-radius: 8px;
}

.event-archive-video {
  grid-row: span 3;
  align-self: center;
  width: 287px;
  height: auto;
}

.event-archive-text {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.9px;
}

.event-archive-name[class] {
  display: grid;
  place-items: center;
  height: 36px;
  font-size: 16px;
  color: white;
  letter-spacing: 0.8px;
  text-decoration: none;
  background: #B39562;
}

.event-archive-date {
  font-size: 14px;
  color: #878787;
  letter-spacing: 1.68px;
}

.event-stuff {
  display: flex;
  flex-direction: column;
  row-gap: 56px;
  align-items: center;
  font-weight: 700;
}

.event-stuff-head {
  display: flex;
  flex-direction: column;
  font-size: 40px;
  line-height: 1.5;
  color: white;
  letter-spacing: 2px;
}

.event-stuff-head::after {
  background: #F09000;
}

.event-stuff-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.event-stuff-box {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
}

.event-stuff-image {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border: 6px solid #F09000;
  border-radius: 180px;
}

.event-stuff-image.girl {
  background-size: 212px;
  border-radius: 180px;
}

.event-stuff-name {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.9px;
}