.all_night {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  padding: 40px 0;
  margin: 10px 0;
  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-position: center;
  background-size: cover;
  border-top: 4px solid red;
  border-bottom: 4px solid red;
  text-size-adjust: 100%;
}

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

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

.all_night h3,
.all_night h4 {
  padding: 0;
  margin: 0;
}

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

.all_night-slider {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.all_night-slider .swiper-container {
  width: 592px;
  margin: 0 auto;
  overflow: visible;
}

.all_night-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
  padding: 30px 24px;
  background: rgba(74, 0, 0, 70%);
  border-radius: 8px;
}

.all_night-slider-head {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #FE0;
  letter-spacing: 1.2px;
}

.all_night-slider-box {
  display: flex;
  column-gap: 12px;
}

.all_night-slider-box-left,
.all_night-slider-box-right {
  display: flex;
  flex-direction: column;
}

.all_night-slider-box-left {
  row-gap: 8px;
  align-items: center;
}

.all_night-slider-box-image {
  display: block;
  width: 167px;
  height: 167px;
  background-size: 212px;
  border: 3px solid white;
  border-radius: 167px;
}

.all_night-slider-box-sub {
  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: 16px;
  letter-spacing: 0.8px;
}

.all_night-slider-box-name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.all_night-slider-box-name span {
  font-size: 16px;
  letter-spacing: 0.8px;
}

.all_night-slider-box-right {
  row-gap: 12px;
  font-size: 16px;
  font-weight: 700;
}

.all_night-slider-box-text {
  line-height: 1.5;
  letter-spacing: 0.8px;
}

.all_night-slider-box-date {
  color: #878787;
  letter-spacing: 1.92px;
}

.all_night-slider .swiper-navigation {
  display: flex;
  column-gap: 36px;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.all_night-slider .swiper-pagination {
  position: static;
  display: flex;
  column-gap: 24px;
}

.all_night-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #505050;
  border-radius: 0;
  opacity: 1;
}

.all_night-slider .swiper-pagination-bullet-active {
  background: #D9D9D9;
}

.all_night-slider .swiper-button-prev,
.all_night-slider .swiper-button-next {
  position: static;
  width: 10px;
  height: 16px;
  margin-top: 0;
  background-size: cover;
}

.all_night-slider .swiper-button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="17" viewBox="0 0 10 17" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.378906L10 2.37891L4 8.37891L10 14.3789L8 16.3789L0 8.37891L8 0.378906Z" fill="white"/></svg>');
}

.all_night-slider .swiper-button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="17" viewBox="0 0 10 17" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 0.378906L0 2.37891L6 8.37891L0 14.3789L2 16.3789L10 8.37891L2 0.378906Z" fill="white"/></svg>');
}

.all_night-box {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 12px 24px;
  line-height: 1.5;
  background: rgba(0, 0, 0, 30%);
  border-right: 2px solid #F90;
  border-left: 2px solid #F90;
}

.all_night-box-head {
  font-size: 24px;
  font-weight: 700;
  color: #F90;
  letter-spacing: 1.2px;
}

.all_night-box-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

.all_night-caution {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.7px;
}

.all_night-link[class] {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 22px 0 14px;
  margin-top: 12px;
  color: white;
  text-decoration: none;
  background: #C47E0E;
  border-radius: 8px;
}

.all_night-link-text {
  display: flex;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.all_night-link-sub {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
}

.all_night-link-triangle {
  position: absolute;
  top: 35px;
  right: 52px;
  width: calc(tan(60deg) * 18px / 2);
  height: 18px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: white;
}