#page.event.in {
  margin: 0;
}
#page.event.in .noto {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
}
#page.event.in .mv {
  background-color: #F2F5F5;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.event.in .mv .page-en-title {
  text-align: left;
  line-height: 1.75;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "adobe-garamond-pro", serif;
}
#page.event.in .mv .page-ja-title {
  text-align: left;
  font-size: 32px;
  letter-spacing: 0.12em;
  font-weight: 400;
  line-height: 1.46;
  font-family: "adobe-garamond-pro", serif;
}
#page.event.in .event-content {
  padding: 50px 0 100px 0;
}
#page.event.in .event-content-txt {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 50px;
  letter-spacing: 0.04em;
}
#page.event.in .category-nav-txt {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
#page.event.in .category-nav-txt span {
  background-color: #e2e2e2;
  padding: 1px 10px;
  border-radius: 10px;
  margin-left: 5px;
}
#page.event.in .category-nav-txt.all-article {
  margin-bottom: 20px;
}
#page.event.in .category-nav {
  background-color: #F2F5F5;
  border-radius: 10px;
  padding: 30px 30px;
  margin-bottom: 50px;
}
#page.event.in .category-nav .event-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
#page.event.in .category-nav .event-filter.first-filter {
  margin-bottom: 20px;
}
#page.event.in .category-nav .event-filter-button {
  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;
  height: 26px;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 15px;
  line-height: 1;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.event.in .category-nav .event-filter-button.event-filter-button-all {
  background-color: #949393;
  color: #fff;
}
#page.event.in .category-nav .event-filter-button.event-filter-button-all:hover {
  color: #333;
}
#page.event.in .category-nav .event-filter-button:hover {
  background-color: #949393;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.event.in .category-nav .event-filter-button.filter-color {
  background-color: #949393;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.event.in .category-page-ttl p {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 40px;
}
#page.event.in .event-article {
  background-color: #F2F5F5;
  border-radius: 10px;
  padding: 30px 30px 50px 30px;
}
#page.event.in .event-article .event-right {
  width: 100%;
  position: relative;
}
#page.event.in .event-article .event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
#page.event.in .event-article .event-item:not(:last-child) {
  margin-bottom: 20px;
}
#page.event.in .event-article .event-item-left {
  width: 100%;
  max-width: 300px;
}
#page.event.in .event-article .event-img {
  width: 100%;
  height: 200px;
}
#page.event.in .event-article .event-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
}
#page.event.in .event-article .event-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
#page.event.in .event-article .event-situation {
  color: #fff;
  line-height: 1;
  font-size: 14px;
  width: 100%;
  max-width: 88px;
  height: 30px;
  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;
  border-radius: 15px;
}
#page.event.in .event-article .event-situation.held {
  background: rgb(155, 197, 152);
}
#page.event.in .event-article .event-situation.schedule {
  background: rgb(110, 149, 223);
}
#page.event.in .event-article .event-situation.end {
  background: rgb(22, 22, 22);
}
#page.event.in .event-article .event-date {
  font-size: 14px;
  line-height: 1;
  color: #5c5c5c;
}
#page.event.in .event-article .event-ttl {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}
#page.event.in .event-article .event-form p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 5px;
}
#page.event.in .event-article .event-form a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
}
#page.event.in .event-article .event-form a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.event.in .event-article .event-pdf {
  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: 100%;
  max-width: 150px;
  height: 38px;
  border-radius: 10px;
  background-color: #f4f4f4;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-top: 2px;
}
#page.event.in .event-article .event-pdf::before {
  content: "";
  display: block;
  background-image: url(../img/event/pdf-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  -webkit-filter: brightness(0) saturate(100%) invert(61%) sepia(0%) saturate(1%) hue-rotate(170deg) brightness(97%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(61%) sepia(0%) saturate(1%) hue-rotate(170deg) brightness(97%) contrast(90%);
}
#page.event.in .event-article .event-pdf::after {
  content: "";
  display: block;
  background-image: url(../img/event/gaibu-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  -webkit-filter: brightness(0) saturate(100%) invert(61%) sepia(0%) saturate(1%) hue-rotate(170deg) brightness(97%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(61%) sepia(0%) saturate(1%) hue-rotate(170deg) brightness(97%) contrast(90%);
}
#page.event.in .event-article .event-pagination {
  margin: 30px auto 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#page.event.in .event-article .event-pagination .page-numbers {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Zen Old Mincho", serif;
  background-color: #fff;
  width: 100%;
  max-width: 30px;
  height: 30px;
  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;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.event.in .event-article .event-pagination .page-numbers:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.event.in .event-article .event-pagination .page-numbers.current {
  opacity: 1;
  background-color: #949393;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  #page.event.in .mv {
    margin-top: 111px;
  }
  #page.event.in .breadcrumbs {
    overflow-x: unset;
    white-space: unset;
    background-color: unset;
    padding-right: unset;
    padding: 0;
  }
  #page.event.in .event-content-txt {
    font-size: 20px;
  }
  #page.event.in .event-article .event-date {
    line-height: 1.4;
  }
  #page.event.in .event-article .event-ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #page.event.in .mv {
    margin-top: 0;
  }
  #page.event.in .mv .page-en-title {
    text-align: left;
    line-height: 1.75;
  }
  #page.event.in .mv .page-ja-title {
    text-align: left;
    font-size: 25px;
    letter-spacing: 0.12em;
  }
  #page.event.in .event-content-txt {
    font-size: 18px;
  }
  #page.event.in .event-article {
    padding: 20px 20px 50px 20px;
  }
  #page.event.in .event-article .event-right {
    padding: 20px 20px 80px 20px;
    position: relative;
  }
  #page.event.in .event-article .event-item {
    display: block;
    padding: unset;
  }
  #page.event.in .event-article .event-item-left {
    max-width: unset;
  }
  #page.event.in .event-article .event-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
  #page.event.in .event-article .event-situation {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #page.event.in .event-article .event-ttl {
    font-size: 18px;
  }
  #page.event.in .event-article .event-pdf {
    bottom: 20px;
    right: 20px;
  }
}