
@charset "utf-8";
#wrapper {
  overflow: hidden;
  min-width: 1200px;
}
#content {
    overflow: visible;
}
.pc_none {
    display: none;
  }

/* ---------------
eventLink
--------------- */
.eventLink {
    width: 100%;
    margin: 0 -500%;
    padding: 45px 500%;
    background-color: #3bb1e8;
    text-align: center;
  }
  .eventLinkTitle {
    display: inline-block;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 36.4px;
    margin-bottom: 30px;
    border-bottom: #fff100 3px solid;
  }
  .eventLinkBox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .eventLinkImg {
    display: block;
    margin-right: 30px;
  }
  .eventLinkText {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .eventLinkBox a {
    color: #222;
  }
  .eventLinkBtn {
    display: block;
    width: 392px;
    font-size: 18px;
    font-weight: bold;
    line-height: 56px;
    background-color: #fff;
    border-radius: 8px;
  }
  .eventLinkBtn:hover {
    text-decoration: none;
    opacity: 0.9;
  }
  /* ---------------
lineupArea
--------------- */
.informationArea {
    padding: 60px 0;
  }
  .informationAreaTitle {
    font-size: 28px;
    font-weight: bold;
    line-height: 36.5px;
    text-align: center;
    margin-bottom: 35px;
  }
  .informationAreaBox {
    width: 888px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .informationAreaText {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .informationAreaList a img {
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }

.eventArchiveMvHeightAuto {
    text-align: center;
    margin-bottom: 60px;
}
.mvAreaLayered {
    position: relative;
    margin-bottom: 40px;
}
.mvTitleTextWrapper {
    position: absolute;
    top: 69px;
    left: 0;
    right: 0;
}
.mvTitleTextWrapper h1 {
    color: #007FC3;
    font-size: 28px;
    font-weight: bold;
    line-height: 150%;
}
.mvTitleTextWrapper p {
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    margin-top: 10px;
}
.mvAreaLayeredtext {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
}
.eventArchiveAnnotation {
    font-size: 12px;
    line-height: 150%;
}

/* ---------------
searchArea
--------------- */
.searchAreaBoxArea {
    background-color: #fff;
    display: flex;
    padding: 30px 35px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
    border-radius: 5px;
    margin-bottom: 50px;
  }
  .searchAreaTitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-right: 1px #ccc solid;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.25;
    margin-right: 26px;
    flex-basis: 200px;
  }
  .searchAreaBoxWrap {
    flex-basis: fit-content;
  }
  .searchAreaBox {
    font-size: 16px;
    display: flex;
    color: #007fc3;
    flex-wrap: wrap;
    gap: 10px 8px;
  }
  .searchAreaBoxButton {
    border: 1px #ccc solid;
    padding: 7px 18px;
    border-radius: 24px;
    background-color: #fff;
    color: #007fc3;
    font-family: inherit;
    font-size: 16px;
  }
  .searchAreaBoxButton.active {
    color: #fff;
    background-color: #007fc3;
    border: 1px solid #007fc3;
  }
  .searchAreaBoxButton:hover {
    color: #fff;
    background-color: #007fc3;
    cursor: pointer;
    border: 1px solid #007fc3;
  }
  .searchAreaCountText {
    margin: 40px 0px 30px;
    font-size: 14px;
  }
  .searchAreaCount {
    font-size: 20px;
    font-weight: bold;
    padding: 0px 4px;
  }

  .areaTitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 25px;
    text-align: center;
  }

  .sec_eventArea {
    display: grid;
    grid-template-columns: 376px 376px 376px;
    justify-content: space-between;
    row-gap: 36px;
    margin-bottom: 50px;
  }
  .sec_event {
    cursor: pointer;
  }
  .linkArea {
    height: 100%;
    position: relative;
    display: block;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
    text-align: center;
  }
  .linkArea:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .sec_eventPhoto {
    border-radius: 8px 8px 0 0;
  }
  .sec_eventPhoto02 {
    object-fit:cover
  }
  .linkInner {
    padding: 25px 20px 80px;
  }
  .link_top {
    display: flex;
    justify-content: space-between;
    color: #222;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .txt_report {
    position: relative;
    padding-left: 22px;
  }
  .txt_report:before {
    content: url(/event/archive/img/icon_report.svg);
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
}
  .link_title {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 15px;
    min-height: 45px;
    text-align: left;
  }
  .markCheckIndex {
    position: absolute;
    bottom: 25px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .markCheckIndex li {
    color: #222;
    font-size: 12px;
    line-height: 26px;
    border-radius: 18px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    padding-inline: 10px;
  }
  .markCheckIndex li:not(:last-child) {
    margin-right: 5px;
  }


.sec_event {
  opacity: 0;
  display: none;
}

.sec_event.on.active {
    animation: fadeIn 0.4s forwards;
    display: block;
  }
  
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pagination {
    width: 100%;
    margin: 0 auto 60px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 15px;
}

.pagination .prev,
.pagination .next {
  position: relative;
  width: 20px;
  height: 20px;
  text-decoration: none;
  cursor: pointer;
}
.pagination .prev:before {
  content: url(/event/archive/img/arrow_left_blue.svg);
  position: absolute;
  top: -0;
  left: 0;
  width: 20px;
  height: 20px;
}
.pagination .next:before {
  content: url(/event/archive/img/arrow_right_blue.svg);
  position: absolute;
  top: -0;
  left: 0;
  width: 20px;
  height: 20px;
}
.pagination .number {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.pagination .number a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    border: solid 1px #ccc;
    color: #222;
    border-radius: 50%;
}

.pagination .number > a:hover {
  background-color: #007fc3;
  border: solid 1px #007fc3;
  color: #fff;
}
.pagination .number > a.active {
    background-color: #007fc3;
    border: solid 1px #007fc3;
    color: #fff;
}



