.section__contents {
  max-width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .section__contents {
    padding: 0 16px;
  }
}

.listInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .listInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.listInfo__total {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .listInfo__total {
    font-size: 14px;
  }
}
.listInfo__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .listInfo__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .listInfo__button__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .listInfo__button__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .listInfo__button__item:first-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.listInfo .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  width: 220px;
  height: 56px;
  background: #fff;
  border-radius: 40px;
  padding: 0 6px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .listInfo .sort {
    width: 162px;
    height: 42px;
  }
}
.listInfo .sort a {
  border-radius: 40px;
}
.listInfo .sort .toggle_selected,
.listInfo .sort .toggle_unselected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 104px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .listInfo .sort .toggle_selected,
  .listInfo .sort .toggle_unselected {
    width: 77px;
    height: 34px;
    font-size: 12px;
  }
}
.listInfo .sort .toggle_selected {
  background-color: #282828;
  color: #fff;
}
.listInfo .button__display {
  width: auto;
}
.listInfo .button__display:before {
  background: url(../img/icon/display.svg) no-repeat center;
}
.listInfo .button__narrowDown {
  width: 214px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listInfo .button__narrowDown:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.listInfo .button__narrowDown.open:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.two_column .cardItem__link {
  position: relative;
}
.two_column .cardItem__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
}
.two_column .cardItem__link:hover:after {
  opacity: 1;
}
.two_column .cardItem__link:hover .cardItem__contents {
  display: block;
  background: none;
  padding: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
}
.two_column .cardItem__link:hover .cardItem__contents__tag, .two_column .cardItem__link:hover .cardItem__contents__date, .two_column .cardItem__link:hover .cardItem__contents__title {
  opacity: 1;
}
.two_column .cardItem__link:hover .cardItem__contents__tag {
  padding-bottom: 16px;
  color: #fff;
}
.two_column .cardItem__link:hover .cardItem__contents__title {
  margin-bottom: 0;
}
.two_column .cardItem__link .cardItem__contents {
  display: none;
}

.narrowDown .narrowDown-hide {
  display: none;
}
.narrowDown .narrowDown-open {
  display: block;
}

.narrowDown__label {
  padding-bottom: 16px;
}
.narrowDown__main {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .narrowDown__main {
    margin-top: 12px;
  }
}
.narrowDown__main form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  border-radius: 16px;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .narrowDown__main form {
    padding: 24px 28px;
    gap: 12px;
  }
}
.narrowDown__main__contents {
  width: 100%;
}
.narrowDown__main .button--primary {
  width: 206px;
}
@media screen and (max-width: 1024px) {
  .narrowDown__main .button--primary {
    width: 156px;
  }
}
.narrowDown .choice_calendar {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
.narrowDown .keywords_clear,
.narrowDown .calendar_clear {
  cursor: pointer;
}
.narrowDown__keyword .keyword_input {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.narrowDown__keyword .event_keywords_clear {
  cursor: pointer;
}
.narrowDown__search .choice_calendar:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/icon/calendar.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.narrowDown__result {
  padding-top: 24px;
}
.narrowDown__result p {
  font-size: 16px;
  padding-bottom: 10px;
}
.narrowDown__result ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.narrowDown__result ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 12px;
  border: 1px solid #282828;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .narrowDown__result ul li {
    padding: 8px 12px;
    font-size: 10px;
    border-radius: 8px;
  }
}

.eventList .narrowDown__main__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.eventList .narrowDown__wrap {
  width: 434px;
}
@media screen and (max-width: 1024px) {
  .eventList .narrowDown__wrap {
    width: 100%;
  }
}
.eventList .narrowDown__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 56px;
  padding: 8px 8px 8px 56px;
  border: 1px solid #A9A9A9;
  border-radius: 6px;
  position: relative;
}
.eventList .narrowDown .today_event a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.eventList .narrowDown .today_event .check-img {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #8E8E8E;
  border-radius: 2px;
  position: relative;
}
.eventList .narrowDown .today_event .check-img.checked::after {
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2px solid #282828;
  border-bottom: 2px solid #282828;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: 2px;
}

.featureList .pickup {
  padding-bottom: 64px;
}
.featureList .pickup .section__heading__title {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .featureList .pickup .section__heading__title {
    font-size: 18px;
  }
}
.featureList .pickup .section__heading__jp {
  display: none;
}
.featureList .pickup .card {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .featureList .pickup .card__list__item:nth-child(n+2) {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .featureList .pickup .card .three_column {
    grid-template-columns: 1fr;
  }
}
.featureList .pickup .cardItem__contents {
  background: none;
  padding: 16px 0;
}
@media screen and (max-width: 1024px) {
  .featureList .pickup .cardItem__contents__title {
    font-size: 22px;
  }
}
.featureList .pickup .cardItem__contents__tag {
  padding-right: 0;
}
.featureList .pickup .card-deform__button {
  display: none;
}
.featureList .narrowDown__main__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.featureList .narrowDown .category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.featureList .narrowDown .category__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: normal;
}
.featureList .narrowDown .category__list__item .active {
  background: #282828;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
}

.searchList .cardItem__contents__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 50px;
  border: 1px solid #282828;
  margin-bottom: 16px;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .searchList .cardItem__contents__label {
    padding: 8px 12px;
    margin-bottom: 8px;
    font-size: 10px;
  }
}
.searchList .cardItem__contents__label svg {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1024px) {
  .searchList .cardItem__contents__label svg {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .four_column {
    gap: 24px 16px;
  }
}

.two_column {
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .two_column {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.card {
  padding-top: 48px;
}
@media screen and (max-width: 1024px) {
  .card {
    padding-top: 24px;
  }
}