/* main color */
/* base color */
/* gray type */
/* xirn accent */
.l_sub_event .section_01 {
  padding-top: 194px;
}
.l_sub_event .section_01 .event_list {
  margin-bottom: 25px;
}
.l_sub_event .section_01 .event_list > div {
  padding: 75px 0 18px;
  border-top: 2px solid #333333;
  border-bottom: 1px solid #dbdbdb;
}
.l_sub_event .section_01 .event_list ul {
  display: flex;
  flex-wrap: wrap;
}
.l_sub_event .section_01 .event_list ul li {
  width: 370px;
  margin-right: 45px;
  height: 408px;
}
.l_sub_event .section_01 .event_list ul li:nth-child(3n) {
  margin-right: 0;
}
.l_sub_event .section_01 .event_list ul li .img_wrap {
  position: relative;
  padding-top: 5px;
  margin-bottom: 30px;
  height: 155px;
  overflow: hidden;
}
.l_sub_event .section_01 .event_list ul li .img_wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.l_sub_event .section_01 .event_list ul li .img_wrap a img {
  width: 100%;
  top: 50%;
  position: relative;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_sub_event .section_01 .event_list ul li .img_wrap .badge {
  right: 10px;
  left: unset;
}
.l_sub_event .section_01 .event_list ul li .img_wrap .badge::before, .l_sub_event .section_01 .event_list ul li .img_wrap .badge::after {
  width: 5px;
  height: 5px;
}
.l_sub_event .section_01 .event_list ul li .img_wrap .badge::before {
  left: -5px;
}
.l_sub_event .section_01 .event_list ul li .img_wrap .badge svg {
  width: 58px;
  height: 44px;
}
.l_sub_event .section_01 .event_list ul li .img_wrap .badge span {
  font-size: 12px;
  top: 12px;
  transform: translate(-50%, 0);
}
.l_sub_event .section_01 .event_list ul li .img_wrap .badge.end::before, .l_sub_event .section_01 .event_list ul li .img_wrap .badge.end::after {
  background: #888888;
}
.l_sub_event .section_01 .event_list ul li .img_wrap .badge.end svg g {
  fill: #888888;
}
.l_sub_event .section_01 .event_list ul li .tit_wrap {
  margin-bottom: 25px;
}
.l_sub_event .section_01 .event_list ul li .tit_wrap a {
  display: block;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000000;
  line-height: 26px;
  height: 52px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.l_sub_event .section_01 .event_list ul li .date_wrap dl {
  display: flex;
}
.l_sub_event .section_01 .event_list ul li .date_wrap dl dt {
  width: 93px;
  height: 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  background: #888888;
  color: #ffffff;
  text-align: center;
}
.l_sub_event .section_01 .event_list ul li .date_wrap dl dd {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #666666;
}
.l_sub_event .section_01 .event_list ul li .date_wrap dl + dl {
  margin-top: 8px;
}