.sub.event04 .inner .title-area p {
  font-size: 30px;
  font-weight: 600;
}
.sub.event04 .inner .title-area h2 {
  position: relative;
  font-size: 48px;
}
.sub.event04 .inner .title-area h2 img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0);
}
.sub.event04 .inner .img-area {
  margin-top: 70px;
}
.sub.event04 .inner .img-area .caption {
  text-align: right;
  font-size: 16px;
}
.sub.event04 .inner .event {
  margin-top: -10px;
  padding: 40px 20px;
  border: 1px solid #f6ac19;
  border-radius: 30px;
  background-image: url("../../images/event/event04/background.png");
}
.sub.event04 .inner .event b {
  font-weight: 700;
}
.sub.event04 .inner .event .event-txt {
  margin: 30px 0;
  font-weight: 500;
}
.sub.event04 .inner .event .color {
  padding: 4px 20px;
  display: inline-block;
  border: 1px solid #f6ac19;
  color: #f6ac19;
  background-color: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.sub.event04 .inner .event .event-info {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sub.event04 .inner .event .event-info .pill-color {
  margin-right: 5px;
  display: inline-block;
  width: 120px;
  padding: 4px 18px;
  text-align: center;
  font-weight: 600;
  background-color: #f6ac19;
  color: #fff;
  border-radius: 20px;
}
.sub.event04 .inner .event .event-info li {
  font-weight: 500;
}
.sub.event04 .inner .event .img-area {
  margin-top: 30px;
}
.sub.event04 .inner .event .img-area .img-box {
  width: 100%;
  margin: auto;
}
.sub.event04 .button-area {
  margin-top: 20px;
  text-align: center;
}
.sub.event04 .button-area a {
  margin: 0 auto;
  border: 1px solid #f6ac19;
  color: #f6ac19;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.35s ease;
}
.sub.event04 .button-area a span {
  position: relative;
  z-index: 10;
  font-weight: 600;
}
.sub.event04 .button-area a .wave {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 200px;
  background: #f6ac19;
  background: rgba(246, 172, 25, 0.8);
  transition: top 0.45s ease;
}
.sub.event04 .button-area a .wave::before, .sub.event04 .button-area a .wave::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 70px;
  width: 200%;
  height: 200%;
  transform: translate(-50%, -75%);
}
.sub.event04 .button-area a .wave::before {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 45%;
}
.sub.event04 .button-area a .wave::after {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 40%;
}
.sub.event04 .button-area a:hover .wave {
  top: -135px;
}
.sub.event04 .button-area a:hover .wave::before {
  animation: wave 5s linear infinite;
}
.sub.event04 .button-area a:hover .wave::after {
  animation: wave 9s linear infinite;
}
.sub.event04 .button-area a:not(:hover) .wave::before, .sub.event04 .button-area a:not(:hover) .wave::after {
  animation: none;
}

@media (max-width: 475px) {
  .sub.event04 .inner .title-area p {
    font-size: 24px;
  }
  .sub.event04 .inner .title-area h2 {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .sub.event04 .inner .event {
    margin-top: 40px;
    padding: 20px;
  }
  .sub.event04 .inner .event b.mo-tc {
    display: block;
    text-align: center;
  }
  .sub.event04 .inner .event .event-txt {
    margin: 20px 0;
  }
  .sub.event04 .inner .event .color {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .sub.event04 .inner .event .event-info {
    margin-top: 20px;
  }
  .sub.event04 .inner .event .event-info .pill-color {
    width: auto;
    font-size: 0.9em;
  }
  .sub.event04 .inner .event .event-info li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}/*# sourceMappingURL=event04.css.map */