html {
  font-size: 62.5%;
}

/* common */
.common-inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.common-inner02 {
  max-width: 1480px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.--full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* event */
#event-body {
  background: #F6F4F2;
}

#event.--new {
  width: 100%;
}
#event.--new .main-title {
  background: url("../images/new/main-title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 328px;
}
@media (max-width: 768px) {
  #event.--new .main-title {
    height: auto;
    padding-block: 10%;
  }
}
#event.--new .main-title__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#event.--new .main-title .en {
  display: block;
  color: #5C5C5C;
  font-family: Abel;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #event.--new .main-title .en {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  #event.--new .main-title .en {
    font-size: 2.4rem;
  }
}
#event.--new .main-title .jp {
  display: block;
  color: #8A7B7F;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
#event.--new .main-title .jp::before {
  content: "";
  display: block;
  border-radius: 1px;
  background: #E85471;
  width: 4px;
  height: 4px;
}
#event.--new #panlistid {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 48px;
}
#event.--new #panlistid ul {
  color: #A19182;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#event.--new .cate-list {
  width: 100%;
}
#event.--new .cate-list .cate-ttl {
  color: #5C5C5C;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  border-bottom: 1px solid #D3C8BE;
}
#event.--new .cate-list__wrap {
  display: flex;
  gap: 8px;
}
#event.--new .cate-list a {
  margin: 0;
  display: inline-flex;
  padding: 6px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #A19182;
}
#event.--new .system-list {
  width: 100%;
  justify-content: space-between;
  gap: 56px 0;
}
#event.--new .system-list li {
  max-width: 304px;
  margin: 0;
  padding: 0;
  background: none;
}
@media (max-width: 1024px) {
  #event.--new .system-list li {
    max-width: 48%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #event.--new .system-list li {
    max-width: 100%;
  }
}
#event.--new .system-list .system-pic.fit img {
  border-radius: 10px;
}
#event.--new .system-list .icon01,
#event.--new .system-list .icon02,
#event.--new .system-list .icon03 {
  width: 76px;
  height: 28px;
  margin-top: 16px;
  padding: 0 !important;
  position: unset;
  display: flex;
  align-items: center;
  gap: 10px;
  display: flex;
  padding: 6px 16px;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 5px;
}
#event.--new .system-list .icon01 {
  color: #463A3D;
  background: #D3C8BE;
}
#event.--new .system-list .icon02 {
  color: #FFF;
  background: #E85471;
}
#event.--new .system-list .icon03 {
  color: #FFF;
  background: #BCBCBC;
}
#event.--new .system-list .system-ttl-01 {
  all: unset;
  display: block;
  padding-block: 16px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: #3E4648;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
}
#event.--new .system-list .sy-txt-01 {
  padding: 0;
  width: auto;
  border: none;
}
#event.--new .system-list .sy-txt-01:not(:last-of-type) {
  margin-bottom: 8px;
}
#event.--new .system-list .sy-txt-01 .ss,
#event.--new .system-list .sy-txt-01 .ss2 {
  padding: 0;
  color: #5C5C5C;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
#event.--new .page-list {
  margin-block: 80px 120px;
}
@media (max-width: 767px) {
  #event.--new .page-list {
    margin-block: 8% 12%;
  }
}
#event.--new .page-list .page-numbers {
  color: #5C5C5C;
  text-align: center;
  font-family: Abel;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 1;
  background: none !important;
  border: none !important;
  opacity: 0.5;
}
#event.--new .page-list .page-numbers.current {
  opacity: 1;
}
#event.--new .page-list .extend {
  color: inherit;
  background: none !important;
  opacity: 0.5;
}/*# sourceMappingURL=archive-event_new.css.map */