.event {
  width: 100%;
  padding: 3.4666666667vw 0 18.6666666667vw;
}
@media screen and (min-width: 768px) {
  .event {
    padding: 3.4722222222vw 0 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .event {
    padding: 50px 0 70px;
  }
}
.event__title {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1.353;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event__title {
    font-size: 2.6rem;
  }
}
.event__title span {
  display: inline-block;
  font-size: 4.5rem;
  color: #61C6B2;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .event__title span {
    font-size: 6rem;
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .event__title span {
    margin-bottom: 5px;
  }
}
.event__title {
  margin: 0 0 4vw;
}
@media screen and (min-width: 768px) {
  .event__title {
    margin: 0 0 5.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .event__title {
    margin: 0 0 78px;
  }
}
.event__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 16vw;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .event__list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.6666666667vw;
    column-gap: 1.3888888889vw;
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .event__list {
    row-gap: 24px;
    column-gap: 20px;
    margin-bottom: 80px;
  }
}
.event__item a {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans Japanese", sans-serif;
  background-color: #ffffff;
  border-radius: 2.6666666667vw;
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  padding: 6.4vw;
}
@media screen and (min-width: 768px) {
  .event__item a {
    border-radius: 0.6944444444vw;
    box-shadow: 0 0.2083333333vw 0.4166666667vw rgba(0, 0, 0, 0.16);
    padding: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .event__item a {
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 24px;
  }
}
.event__item a:hover {
  filter: brightness(0.8);
  transition: 0.5s ease;
}
.event__thumbnail {
  position: relative;
  height: 47.4666666667vw;
  overflow: hidden;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .event__thumbnail {
    height: 15.2777777778vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .event__thumbnail {
    height: 220px;
    margin-bottom: 20px;
  }
}
.event__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}
.event__post {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .event__post {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .event__post {
    margin-top: 18px;
  }
}
.event__date {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 2.6666666667vw;
  padding-left: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .event__date {
    margin-top: 0.6944444444vw;
    padding-left: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .event__date {
    margin-top: 10px;
    padding-left: 25px;
  }
}
.event__date:before {
  top: 0.5333333333vw;
  left: 0;
  content: "";
  position: absolute;
  background-image: url("../img/event/event_date_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.6906666667vw;
  height: 4.824vw;
}
@media screen and (min-width: 768px) {
  .event__date:before {
    top: 0.1388888889vw;
    content: "";
    position: absolute;
    background-image: url("../img/event/event_date_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.2215277778vw;
    height: 1.25625vw;
  }
}
@media screen and (min-width: 1440px) {
  .event__date:before {
    top: 2px;
    content: "";
    position: absolute;
    background-image: url("../img/event/event_date_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 17.59px;
    height: 18.09px;
  }
}
.event__group {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .event__group {
    gap: 0.6944444444vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .event__group {
    gap: 10px;
    margin-top: 15px;
  }
}
.event__category {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans Japanese", sans-serif;
  width: 24vw;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #61C6B2;
  color: #ffffff;
  padding: 0.5333333333vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .event__category {
    width: 6.25vw;
    padding: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .event__category {
    width: 90px;
    padding: 2px;
  }
}
.event__category--blue {
  background-color: #56C3D1;
}
.event__category--orange {
  background-color: #FBB14E;
}
.event__category--green {
  background-color: #61C6B2;
}
.event__category--pink {
  background-color: #FFAA9F;
}
.event__category--purple {
  background-color: #C685CE;
}
.event__category--lime {
  background-color: #ADC91E;
}
.event__category--light-blue {
  background-color: #529BBC;
}
.event__category--light-purple {
  background-color: #C685CE;
}
.event__category--yellow {
  background-color: #EDC109;
}