.flex {
  padding-bottom: 40px;
}

.main .sc1 .wrap .illust-bg.img02 {
  left: -240px;
}
.main .sc2 .wrap .illust-bg.img04 {
  display: none;
}

.sub .sub-con .con-bottom .img {
  font-size: 0 !important;
}
.sub .sub-con .con-bottom .img small {
  font-size: 15px !important;
}

.indent-num {display: flex; align-items: flex-start;}
.indent-num::before {content: attr(data-indent-num); margin-right: 0.25em; white-space: nowrap; color: inherit; font-weight: inherit;}
.indent-num.underline::before {margin-right: 0;}

.swiper-pagination-bullet {
  background-color: #fff;
  width: 16px;
  height: 16px;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}

.Cafe24Supermagic {
  font-family: "Cafe24Supermagic", sans-serif !important;
}

.sub .sub-con .con-bottom .sub-swiper.type02 .swiper-container .swiper-slide {
  padding-block: 50px;
}

.sub .sub-con .con-bottom .sub-swiper02 .swiper-container .swiper-slide {
  padding-inline: 10px;
}

.sub .sub-con .con-bottom .event_tag_box {
  display: flex;
  justify-content: start;
  gap: 20px;
  padding-bottom: 10px;
  gap: 10px;
}

.sub .sub-con .con-bottom .event_tag_box .tag02 {
  width: 130px;
  max-width: 100%;
  margin-bottom: 0;
  background-color: #2b7338;
}

.sub .sub-con .con-bottom .event_tag_box span {
  align-content: center;
}

@media screen and (max-width: 1024px) {
  .sub .sub-con .con-bottom .sub-swiper .thumbSlide .swiper-wrapper {
    flex-wrap: wrap;
    gap: 15px 0;
  }
}

@media screen and (max-width: 500px) {
  .sub .sub-con .con-bottom .size16:has(.event_tag_box) {
    margin-top: 30px;
  }

  .sub .sub-con .con-bottom .img small {
    font-size: 12px !important;
  }
}

input[type=text].event_input {
  width: 100%;
  height: 50px;
  padding-inline: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.event_agree_info {
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 20px;
}

.event_agree_check_wrap {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
}

.event_agree_check_box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.event_agree_check_box label {
  cursor: pointer;
}

.event_agree_check_box input[type=checkbox] {
  accent-color: #2b7338;
  width: 1.3em;
  height: 1.3em;
}

.event_plus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.event_plus li {
  background-color: #f7f8f8;
  padding: 40px 25px;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  input[type=text].event_input.mo_mb {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .event_agree_check_wrap {
    flex-direction: column;
    gap: 20px;
  }

  .event_plus {
    grid-template-columns: 1fr;
  }

  .event_agree_check_wrap button {
    width: 70%;
    margin-inline: auto;
  }

  .event_agree_check_box label {
    font-size: 14px;
  }
}

.event_winner {
  display: flex;
  gap: 40px;
}

.event_winner .winner_wrap {
  width: 300px;
  padding: 40px;
  background-color: #fff;
}

.event_winner .winner_wrap .title-style {
  text-align: left;
}

.event_winner .review_wrap {
  flex: 1;
}

.event_winner .review_wrap ul {
  display: flex;
}

.event_winner .title-style {
  margin-bottom: 15px;
}

.event_winner .review_wrap ul li:first-of-type {
  padding-right: 30px;
  border-right: 1px solid #000;
}

.event_winner .review_wrap ul li:last-of-type {
  padding-left: 30px;
}

@media screen and (max-width: 1024px) {
  .event_winner {
    flex-direction: column;
  }

  .event_winner .winner_wrap {
    width: 100%;
    padding: 30px;
  }

  .event_winner .winner_wrap p {
    text-align: center !important;
  }
  
}

@media screen and (max-width: 640px) {
  .event_winner .review_wrap ul {
    flex-direction: column;
  }

  .event_winner .review_wrap ul li:first-of-type {
    border-right: 0;
    border-bottom: 1px solid #000;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .event_winner .review_wrap ul li:last-of-type {
    padding-left: 0;
    padding-top: 30px;
  }
}

/* audio */
.audioplayer {
  height: 70px;
  padding: 0.75rem;
  margin: 0.25rem 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.sub:has(.audioplayer) .sub-con .con-bottom .box03 {
  margin-bottom: 20px;
}

.sub .sub-con .con-bottom .box03 + .audioplayer {
  margin-bottom: 50px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  border-color: #2b7338;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  border-left: 12px solid #2b7338;
}

.audioplayer-volume-adjust div div {
  background-color: #2b7338;
}

.audioplayer-bar-played {
  background: -webkit-gradient(linear, left top, right top, from(#2b7338), to(#2ece4b));
  background: linear-gradient(left, #2b7338, #2ece4b);
}

.audioplayer-playing .audioplayer-bar-played::after {
  border-color: #2b7338;
}

.audio_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.audio_list > span {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
}
.audio_list > span:first-child {
  padding-bottom: 1.5rem;
}

.audioplayer {
  height: 70px;
  padding: 0 0.5rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.audioplayer .audioplayer-time-current {
  margin-left: 0.5rem;
}
.audioplayer .audioplayer-time-duration {
  margin-right: 0.5rem;
}
.audioplayer .audioplayer-bar {
  margin: 0 0.5rem;
}
