@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  color-scheme: light dark;
  scroll-behavior: smooth;
}
html :where(*, *::before, *::after) {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html body {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #111;
  background-color: #fff;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html p,
html figure,
html blockquote,
html dl,
html dd {
  margin: 0;
  padding: 0;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-weight: 700;
  line-height: 1.3;
}
html p {
  margin-block: 1em;
}
html small {
  font-size: 0.875em;
}
html strong {
  font-weight: bold;
}
html em {
  font-style: italic;
}
html mark {
  background: #fff3a0;
  color: inherit;
}
html ul,
html ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
html dl,
html dd {
  margin: 0;
}
html a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  transition: opacity 0.2s ease;
}
html a:hover,
html a:focus-visible {
  opacity: 0.8;
  text-decoration: underline;
}
html img,
html video,
html picture,
html canvas,
html svg {
  display: block;
  max-width: 100%;
  height: auto;
}
html svg {
  fill: currentColor;
  vertical-align: middle;
}
html input,
html button,
html textarea,
html select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
html button {
  cursor: pointer;
}
html textarea {
  resize: vertical;
}
html input::-moz-placeholder, html textarea::-moz-placeholder {
  color: #aaa;
}
html input::placeholder,
html textarea::placeholder {
  color: #aaa;
}
html table {
  border-collapse: collapse;
  width: 100%;
}
html th,
html td {
  text-align: left;
  padding: 0;
}
html code,
html pre,
html kbd,
html samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95em;
}
html pre {
  white-space: pre-wrap;
  word-break: break-word;
  margin: 0;
}
html blockquote {
  margin: 1em 0;
  padding-left: 1em;
  border-left: 4px solid #ccc;
  color: #555;
}
html [hidden] {
  display: none !important;
}
html :focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
  border-radius: 4px;
}
html ::-moz-selection {
  background: rgba(37, 99, 235, 0.2);
}
html ::selection {
  background: rgba(37, 99, 235, 0.2);
}
html img {
  image-rendering: -webkit-optimize-contrast;
}
html hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 1.5em 0;
}
html abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
html address {
  font-style: normal;
  line-height: inherit;
}
html sup,
html sub {
  vertical-align: baseline;
  position: relative;
}
html sup {
  top: -0.4em;
}
html sub {
  bottom: -0.2em;
}
@media (prefers-reduced-motion: reduce) {
  html *,
  html *::before,
  html *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html body {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* =======================================================
     Front (nested / masonry-aware)
     ======================================================= */
  /* イベントセクション見出し */
  /* ====== Header ====== */
  /* ====== Drawer (SPメニュー) ====== */
  /* スクロール固定 */
  /* =========================================
     Footer Styles
     File: _footer.scss
     ========================================= */
  /* =========================================
     Static & Legal Pages
     File: _pages-legal.scss
     Targets: .site-about, .site-terms, .site-policy, .site-sitemap, .legal-doc
     ========================================= */
  /* =========================================
     Contact Form (CF7) Custom Styles
     File: _contact.scss
     対象: page-contact.php / .site-contact 内の .wpcf7
     ========================================= */
}
html body a {
  color: #0648b1;
  text-decoration: none;
}
html body a:hover {
  text-decoration: underline;
}
html body .btn {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}
html body .btn.primary {
  background-color: rgba(6, 72, 177, 0.2);
  color: #0648b1;
}
html body .btn.sub {
  color: #021430;
  border: solid 1px #021430;
}
html body main {
  --bg-dark: #333;
  --bg-card: #fff;
  --text: #222;
  --muted: #777;
  --accent: #7a3df0;
  /* =======================================================
  Front hero + blog sections
  ======================================================= */
  /* ---------- Hero（ピックアップ） ---------- */
  /* ---------- 検索フィルタ ---------- */
  /* ---------- グリッド ---------- */
  /* ---------- カード ---------- */
  /* ---------- ヒットなし ---------- */
  /* ---------- ページャ ---------- */
}
html body main .front__head {
  text-align: left;
  margin-bottom: 1.6rem;
}
html body main .front__tagline {
  font-size: 1.4rem;
  color: #555;
  margin: 0 0 0.6rem 0;
}
html body main .front__search {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: 1fr;
}
html body main .front__search input[type=search] {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 1.4rem;
}
html body main .front__section {
  margin: 0 0 0;
  width: 100%;
  padding: 24px 0;
  overflow: hidden;
}
@media (min-width: 1576px) {
  html body main .front__section {
    margin: 0px auto 0;
  }
}
html body main .front__inner {
  width: 100%;
  max-width: 1560px;
  margin: auto;
}
html body main .front__section-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 8px 12px;
}
html body main .front__posts {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  margin: 0 8px;
}
@media (min-width: 960px) {
  html body main .front__posts {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0;
  }
}
html body main .front__posts-wrapper {
  width: 100%;
  overflow: scroll;
}
html body main .front__posts.-horizon {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0 8px;
}
html body main .front__posts.-horizon .front-card {
  width: 40vw;
  max-width: 360px;
}
html body main .front__more {
  margin-top: 16px;
  text-align: center;
  padding: 0 8px;
}
html body main .front__more a {
  width: 100%;
}
html body main .front-card {
  position: relative;
  background: #fff;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto auto;
  text-decoration: none;
}
html body main .front-card__rank {
  position: absolute;
  top: 6px;
  left: 6px;
  background: #111;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 4px 8px;
  z-index: 2;
}
html body main .front-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
html body main .front-card__thumb {
  position: relative;
  aspect-ratio: 16/9;
  background: #e1e1e1;
  border-radius: 4px;
  overflow: hidden;
}
html body main .front-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
html body main .front-card__thumb .ph {
  width: 100%;
  height: 100%;
  background: #cfcfcf;
}
html body main .front-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 8px 0 0;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
html body main .front-card__date {
  font-size: 1.2rem;
  color: #777;
}
html body main__hero {
  position: relative;
  background: #d6d6d6;
  padding: 24px 0;
  overflow: hidden;
}
html body main__hero-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 70%;
  gap: 16px;
  overflow-x: auto;
  padding: 0 40px;
  scroll-snap-type: x mandatory;
}
@media (min-width: 768px) {
  html body main__hero-track {
    grid-auto-columns: 33%;
  }
}
html body main__hero-card {
  display: grid;
  grid-template-rows: auto auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  scroll-snap-align: start;
}
html body main__hero-card .ph {
  background: #cfcfcf;
  width: 100%;
  height: 100%;
}
html body main__hero-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
html body main__hero-title {
  padding: 10px 12px;
  font-weight: 600;
  font-size: 1.4rem;
}
html body main__hero-empty {
  padding: 0 40px;
  color: #555;
  font-size: 1.4rem;
}
html body main__hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
html body main__hero-nav.prev {
  left: 8px;
}
html body main__hero-nav.next {
  right: 8px;
}
html body main__filter {
  padding: 24px 16px 8px;
}
html body main__filter-form {
  background: var(--bg-dark);
  color: #fff;
  border-radius: 8px;
  padding: 16px;
  display: grid;
  gap: 12px;
}
html body main__filter-form .fld {
  display: grid;
  gap: 6px;
}
html body main__filter-form .fld span {
  font-size: 1.2rem;
  color: #ddd;
}
html body main__filter-form .fld input,
html body main__filter-form .fld select {
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  color: var(--text);
  font-size: 1.4rem;
}
html body main__filter-form .btn {
  margin-top: 8px;
  width: 100%;
  padding: 12px 14px;
  background: var(--accent);
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4rem;
}
html body main__grid {
  padding: 8px 16px 0;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 8px;
  max-width: 1560px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  html body main__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (min-width: 1576px) {
  html body main__grid {
    margin: 0 auto;
  }
}
html body main__grid.is-masonry-enabled {
  display: block !important;
  position: relative;
  height: auto;
}
html body main__grid.is-masonry-enabled > .evcard {
  position: absolute;
  margin: 0;
  inline-size: var(--masonry-col-w, 300px);
  transform: translateZ(0);
  will-change: transform, top, left, inline-size, block-size;
  transition: transform 0.18s ease, top 0.18s ease, left 0.18s ease, inline-size 0.18s ease;
}
html body main .events {
  position: relative;
  margin: 0 0.5em;
}
html body main .evcard {
  background: var(--bg-card);
  overflow: hidden;
}
html body main .evcard__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
html body main .evcard__thumb {
  background: #cfcfcf;
  border-radius: 4px;
  overflow: hidden;
}
html body main .evcard__thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
html body main .evcard .ph {
  width: 100%;
  padding-top: 62%;
  background: #cfcfcf;
}
html body main .evcard__ad-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  padding: 0 6px;
  text-align: right;
}
html body main .evcard__ad-text--black {
  color: rgba(0, 0, 0, 0.5);
}
html body main .evcard__title {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 6px 0 10px;
}
html body main .evcard__title.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  padding: 15px 4px 4px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 30%, transparent);
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  margin: 0;
}
html body main .evcard__meta .row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.2rem;
  color: #444;
}
html body main .evcard__meta .ico {
  width: 16px;
  text-align: center;
  opacity: 0.7;
}
html body main__empty {
  padding: 24px 16px;
  color: var(--muted);
  text-align: center;
  font-size: 1.4rem;
}
html body main__pager {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
html body main__pager .page-numbers {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-decoration: none;
  background: #eee;
  color: #333;
  font-size: 1.4rem;
}
html body main__pager .page-numbers.current {
  background: var(--bg-dark);
  color: #fff;
}
html body main__pager .page-numbers.prev, html body main__pager .page-numbers.next {
  width: auto;
  padding: 0 10px;
  border-radius: 999px;
}
html body main .events__sentinel {
  height: 1px;
}
html body main .events__loading {
  display: none;
  justify-content: center;
  padding: 16px;
  color: #666;
  font-size: 1.4rem;
}
html body main .events__loading.show {
  display: flex;
}
html body main .events__end {
  text-align: center;
  color: #888;
  padding: 16px;
  font-size: 1.4rem;
}
html body .events__section-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 16px 0 10px;
}
html body .header.single {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  padding: 16px 0 8px;
  display: flex;
  justify-content: center;
  z-index: 100;
}
html body .header.single a {
  height: 32px;
  display: block;
}
html body .header.single a img {
  height: 100%;
}
html body .header.front {
  line-height: 1;
  font-weight: 800;
  margin: 16px 0 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.1em;
}
html body .header.front p {
  font-size: 1.2rem;
  margin: 8px;
}
@media (min-width: 960px) {
  html body .header.front p {
    font-size: 1.8rem;
  }
}
html body .header.front img {
  height: 32px;
}
@media (min-width: 960px) {
  html body .header.front img {
    height: 40px;
  }
}
html body .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(150%) blur(4px);
          backdrop-filter: saturate(150%) blur(4px);
  /* 左：ブランド */
  /* 中：水平ナビ（SP非表示） */
  /* 右：CTA & ハンバーガー */
}
html body .site-header__inner {
  height: 40px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
}
html body .site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #021430;
}
html body .site-header .brand__name {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2px;
}
html body .site-header .brand img {
  height: 24px;
  width: auto;
}
html body .site-header .site-nav {
  display: none;
}
@media (min-width: 1024px) {
  html body .site-header .site-nav {
    display: block;
  }
  html body .site-header .site-nav__list {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  html body .site-header .site-nav__list > li > a {
    display: inline-block;
    padding: 8px 0;
    text-decoration: none;
    color: #021430;
  }
  html body .site-header .site-nav__list > li.current-menu-item > a,
  html body .site-header .site-nav__list > li > a:hover {
    color: #021430;
    font-weight: 600;
  }
}
html body .site-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
html body .site-header__cta {
  display: none;
}
@media (min-width: 1024px) {
  html body .site-header__cta {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 8px;
    background: #0648b1;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }
}
html body .site-header .hamburger {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
}
html body .site-header .hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  margin: 3px 0;
}
@media (min-width: 1024px) {
  html body .site-header .hamburger {
    display: none;
  }
}
html body .drawer {
  position: fixed;
  inset: 0;
  z-index: 60;
}
html body .drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
html body .drawer__panel {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(86%, 380px);
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.2s ease-out;
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 16px;
}
html body .drawer__panel.open {
  transform: translateX(0);
}
html body .drawer__close {
  justify-self: end;
  background: #eee;
  border: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
}
html body .drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
html body .drawer__list a {
  display: block;
  padding: 10px 8px;
  text-decoration: none;
  color: #021430;
  border-radius: 8px;
}
html body .drawer__list a:hover {
  background: #f4f4f4;
}
html body .drawer__cta {
  display: inline-block;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  background: #0648b1;
  color: #fff;
  text-decoration: none;
}
html body html.noscroll,
html body html.noscroll body {
  overflow: hidden;
}
html body .event-single {
  --bg: #fff;
  --ink: #222;
  --muted: #666;
  --accent: #7a3df0;
}
html body .event-single__header {
  background: #f5f5f5;
}
html body .event-single__hero {
  width: 100%;
  overflow: hidden;
  background: #dcdcdc;
}
html body .event-single__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
html body .event-single__head {
  padding: 16px;
  display: grid;
  gap: 8px;
}
html body .event-single .event-badge {
  display: inline-block;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #000;
  color: #fff;
}
html body .event-single__title {
  font-size: 22px;
  line-height: 1.35;
  margin: 4px 0;
}
html body .event-single__meta {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 6px;
}
html body .event-single .meta__item {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
}
html body .event-single .meta__item .material-icons {
  width: 18px;
  font-size: 16px;
  text-align: center;
}
html body .event-single__body {
  padding: 16px;
  display: grid;
  gap: 24px;
}
html body .event-single__content {
  color: var(--ink);
  line-height: 1.8;
}
html body .event-single__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
html body .event-single .btn.primary {
  background: var(--accent);
  color: #fff;
}
html body .event-single .btn.outline {
  background: transparent;
  color: #222;
  border: 1px solid #ccc;
}
html body .event-single__detail {
  background: #fafafa;
  padding: 16px;
  border-radius: 12px;
}
html body .event-single__subttl {
  font-size: 18px;
  margin: 0 0 12px;
}
html body .event-single .event-dl {
  display: grid;
  gap: 8px;
}
html body .event-single .event-dl .row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 8px;
  font-size: 14px;
}
html body .event-single .event-dl dt {
  color: var(--muted);
}
html body .event-single .event-dl dd {
  margin: 0;
}
html body .event-single__footer {
  padding: 16px;
  display: grid;
  gap: 12px;
}
html body .event-single__pager {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
html body .event-single__pager .prev a,
html body .event-single__pager .next a {
  display: block;
  padding: 12px;
  border-radius: 8px;
  background: #f0f0f0;
  text-decoration: none;
  color: #222;
  text-align: center;
}
html body .event-single__to-archive {
  text-align: center;
}
html body .site-footer {
  background-color: #111;
  color: #fff;
  padding: 60px 20px 40px;
  position: relative;
  z-index: 10;
  font-size: 0.95rem;
  line-height: 1.7;
}
html body .site-footer a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
html body .site-footer a:hover {
  opacity: 0.7;
}
html body .site-footer .footer-widgets {
  max-width: 1200px;
  margin: 0 auto 40px;
}
html body .site-footer .footer-widgets .widgets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}
html body .site-footer .footer-widgets .widget-area .widget-title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 6px;
}
html body .site-footer .footer-widgets .widget-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
html body .site-footer .footer-widgets .widget-area ul li {
  margin: 6px 0;
}
html body .site-footer .footer-nav {
  text-align: center;
  margin-bottom: 24px;
}
html body .site-footer .footer-nav ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
html body .site-footer .footer-nav ul li a {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
html body .site-footer .social-nav {
  text-align: center;
  margin-bottom: 30px;
}
html body .site-footer .social-nav ul {
  display: inline-flex;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
html body .site-footer .social-nav ul a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-size: 0.9rem;
}
html body .site-footer .social-nav ul a:hover {
  background: rgba(255, 255, 255, 0.1);
}
html body .site-footer .site-info {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
html body .site-footer .site-info a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
html body .site-footer .site-info a:hover {
  color: #fff;
}
html body .site-footer .to-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
html body .site-footer .to-top:hover {
  background: rgba(255, 255, 255, 0.25);
}
@media (max-width: 768px) {
  html body .site-footer {
    padding: 40px 16px;
  }
  html body .site-footer .footer-widgets .widgets-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  html body .site-footer .to-top {
    right: 10px;
    bottom: 10px;
    font-size: 0.75rem;
    padding: 6px 10px;
  }
}
html body :root {
  --pg-max: 920px;
  --pg-side-pad: clamp(16px, 3vw, 28px);
  --pg-muted: #6b7280;
  --pg-border: #e5e7eb;
  --pg-border-strong: #cbd5e1;
  --pg-code-bg: #0f1720;
  --pg-code-fg: #e5e7eb;
}
@media (prefers-color-scheme: dark) {
  html body :root {
    --pg-muted: #9ca3af;
    --pg-border: #1f2937;
    --pg-border-strong: #374151;
  }
}
html body .site-about .container,
html body .site-terms .container,
html body .site-policy .container,
html body .site-sitemap .container,
html body .legal-doc.container {
  max-width: var(--pg-max);
  padding-inline: var(--pg-side-pad);
}
html body .page-header {
  margin: 8px 0 24px;
}
html body .page-header .page-title {
  font-size: clamp(1.8rem, 1.3rem + 2vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: 0.01em;
}
html body .page-header .updated-date,
html body .page-header .page-lead {
  margin-top: 8px;
  color: var(--pg-muted);
  font-size: 0.95rem;
}
html body .page-header .page-thumb {
  margin-top: 16px;
  border-radius: 14px;
  overflow: hidden;
}
html body .page-header .page-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
html body .page-content {
  font-size: 1.02rem;
  line-height: 1.9;
  word-break: auto-phrase;
}
html body .page-content h2, html body .page-content h3, html body .page-content h4 {
  line-height: 1.35;
  margin: 28px 0 12px;
  scroll-margin-top: 88px;
}
html body .page-content h2 {
  font-size: clamp(1.3rem, 1rem + 1vw, 1.6rem);
}
html body .page-content h3 {
  font-size: clamp(1.1rem, 0.95rem + 0.6vw, 1.25rem);
}
html body .page-content h4 {
  font-size: 1rem;
}
html body .page-content p {
  margin: 0 0 1em;
}
html body .page-content ul, html body .page-content ol {
  padding-left: 1.3em;
  margin: 0.6em 0 1em;
}
html body .page-content li {
  margin: 0.3em 0;
}
html body .page-content a {
  color: var(--c-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
html body .page-content a:hover {
  opacity: 0.9;
}
html body .page-content blockquote {
  margin: 1em 0;
  padding: 0.8em 1em;
  border-left: 4px solid var(--c-accent);
  background: color-mix(in srgb, var(--c-accent) 6%, #f8fafc);
}
@media (prefers-color-scheme: dark) {
  html body .page-content blockquote {
    background: color-mix(in srgb, var(--c-accent) 10%, #0b0f14);
  }
}
html body .page-content code, html body .page-content kbd, html body .page-content samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.95em;
  background: var(--pg-code-bg);
  color: var(--pg-code-fg);
  padding: 0.15em 0.45em;
  border-radius: 6px;
}
html body .page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 0.98rem;
}
html body .page-content table th, html body .page-content table td {
  border: 1px solid var(--pg-border);
  padding: 0.7em 0.8em;
  vertical-align: top;
}
html body .page-content table th {
  background: color-mix(in srgb, var(--c-accent) 6%, #f8fafc);
  text-align: left;
}
@media (prefers-color-scheme: dark) {
  html body .page-content table th {
    background: color-mix(in srgb, var(--c-accent) 10%, #0b0f14);
  }
}
html body .page-content hr {
  border: 0;
  height: 1px;
  background: var(--pg-border);
  margin: 24px 0;
}
html body .legal-doc .article-index {
  margin: 12px 0 24px;
  padding: 14px 16px;
  border: 1px dashed var(--pg-border-strong);
  border-radius: 12px;
  background: color-mix(in srgb, var(--c-accent) 5%, #fff);
}
@media (prefers-color-scheme: dark) {
  html body .legal-doc .article-index {
    background: color-mix(in srgb, var(--c-accent) 7%, #0b0f14);
  }
}
html body .legal-doc .article-index > .title {
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--pg-muted);
}
html body .legal-doc .article-index ol {
  margin: 0;
  padding-left: 1.1em;
}
html body .legal-doc .article-index a {
  text-decoration: none;
}
html body .legal-doc .note {
  margin: 16px 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--pg-border-strong);
  background: #f8fafc;
  color: #0f172a;
}
@media (prefers-color-scheme: dark) {
  html body .legal-doc .note {
    background: #0f1720;
    color: #e5e7eb;
  }
}
html body .legal-doc.is-numbered .page-content {
  counter-reset: h2;
}
html body .legal-doc.is-numbered .page-content h2 {
  counter-increment: h2;
}
html body .legal-doc.is-numbered .page-content h2::before {
  content: counter(h2) ". ";
  color: var(--pg-muted);
}
html body .site-sitemap .sitemap-block {
  border: 1px solid var(--pg-border);
  border-radius: 14px;
  padding: 14px 16px;
  margin: 16px 0;
}
html body .site-sitemap .sitemap-block h2 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}
html body .site-sitemap .sitemap-block ul {
  -moz-columns: 1;
       columns: 1;
  gap: 8px;
}
@media (min-width: 760px) {
  html body .site-sitemap .sitemap-block ul {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 1100px) {
  html body .site-sitemap .sitemap-block ul {
    -moz-columns: 3;
         columns: 3;
  }
}
html body .site-sitemap .sitemap-block ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding: 4px 0;
}
html body .site-sitemap .sitemap-block ul li a {
  text-decoration: none;
}
html body .breadcrumbs {
  margin: 0 0 16px;
  font-size: 0.9rem;
  color: var(--pg-muted);
}
html body .breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
html body .breadcrumbs .sep {
  padding: 0 0.4em;
}
html body .page-content h2[id], html body .page-content h3[id] {
  position: relative;
}
html body .page-content h2[id] a.anchor, html body .page-content h3[id] a.anchor {
  position: absolute;
  inset: 0 auto auto 100%;
  margin-left: 8px;
  opacity: 0;
  text-decoration: none;
}
html body .page-content h2[id]:hover a.anchor, html body .page-content h3[id]:hover a.anchor {
  opacity: 0.6;
}
@media print {
  html body .site-header, html body .site-footer, html body .to-top {
    display: none !important;
  }
  html body .page-content a {
    text-decoration: none;
    color: #000;
  }
  html body .page-content {
    font-size: 12pt;
  }
  html body .page-header .page-title {
    font-size: 18pt;
  }
}
html body .c-article {
  font-size: 1.4rm;
  max-width: 800px;
  margin: 0 auto;
  padding: 0.5em;
  line-height: 1.8;
}
html body .c-article__header {
  margin-bottom: 1.6rem;
  text-align: left;
}
html body .c-article__header .c-article__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 1.6rem 0;
}
html body .c-article__header .c-article__meta {
  font-size: 1.4rem;
  color: #666;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html body .c-article__header .c-article__meta a {
  color: inherit;
  text-decoration: underline;
}
html body .c-article__header .c-article__thumb img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
html body .c-article__header .c-article__cats {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.6rem;
  flex-wrap: wrap;
}
html body .c-article__header .c-article__cats .c-badge {
  background: #f5f5f5;
  border-radius: 9999px;
  padding: 0.4rem 1.2rem;
  font-size: 1.4rem;
  color: #333;
  transition: background 0.2s;
}
html body .c-article__header .c-article__cats .c-badge:hover {
  background: #eaeaea;
}
html body .c-article__author {
  display: flex;
  align-items: center;
  margin: 0;
}
html body .c-article__content {
  margin-top: 3.2rem;
  font-size: 1.4rem;
}
html body .c-article__content h2,
html body .c-article__content h3,
html body .c-article__content h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.4;
  font-weight: 700;
}
html body .c-article__content h2 {
  font-size: 2.4rem;
}
html body .c-article__content h3 {
  font-size: 2rem;
}
html body .c-article__content h4 {
  font-size: 1.8rem;
}
html body .c-article__content p {
  margin-bottom: 1.25em;
}
html body .c-article__content img {
  display: block;
  max-width: 100%;
  margin: 3.2rem auto;
  border-radius: 0.8rem;
}
html body .c-article__content a {
  text-decoration: underline;
  transition: opacity 0.2s;
}
html body .c-article__content a:hover {
  opacity: 0.8;
}
html body .c-article__content ul,
html body .c-article__content ol {
  margin: 1.25em 0 1.25em 1.5em;
}
html body .c-article__content ul li,
html body .c-article__content ol li {
  margin-bottom: 0.5em;
}
html body .c-article__footer {
  margin-top: 3.2rem;
  border-top: 1px solid #eee;
  padding-top: 1.6rem;
}
html body .c-article__footer .c-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
html body .c-article__footer .c-article__tags .c-badge {
  background: #f0f6ff;
  color: #0046cc;
  font-size: 1.4rem;
  border-radius: 9999px;
  padding: 0.4rem 1.2rem;
}
html body .c-share {
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}
html body .c-share .c-btn {
  border-radius: 9999px;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  background: #f5f5f5;
  color: #333;
  transition: background 0.2s;
}
html body .c-share .c-btn:hover {
  background: #e0e0e0;
}
html body .c-share .c-btn.-x {
  background: #000;
  color: #fff;
}
html body .c-share .c-btn.-fb {
  background: #1877f2;
  color: #fff;
}
html body .c-share .c-btn.-line {
  background: #00b900;
  color: #fff;
}
html body .c-postnav {
  margin-top: 4.8rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
html body .c-postnav a {
  text-decoration: underline;
}
html body .c-related-events {
  margin-top: 4.8rem;
  padding-top: 3.2rem;
  border-top: 1px solid #eee;
}
html body .c-related-events__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
html body .c-related-events__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.6rem;
}
html body .c-related-events__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
html body .c-related-events .c-card {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}
html body .c-related-events .c-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
html body .c-related-events .c-card__thumb {
  width: 100%;
  height: calc(50vw - 1.2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
html body .c-related-events .c-card__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 0.4rem;
}
html body .c-related-events .c-card__title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}
html body .c-related-events .c-card__body {
  padding: 1.2rem 1.6rem 1.6rem;
  flex: 1;
}
html body .c-related-events .c-card__body .c-card__title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}
html body .c-related-events .c-card__body .c-card__date {
  font-size: 1.2rem;
  color: #777;
}
html body .event-single {
  --bg: #fff;
  --ink: #222;
  --muted: #666;
  --accent: #7a3df0;
}
html body .event-single__header {
  background: #f5f5f5;
}
html body .event-single__hero {
  width: 100%;
  overflow: hidden;
  background: #dcdcdc;
}
html body .event-single__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
html body .event-single__head {
  padding: 16px;
  display: grid;
  gap: 8px;
}
html body .event-single .event-badge {
  display: inline-block;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #000;
  color: #fff;
}
html body .event-single__title {
  font-size: 22px;
  line-height: 1.35;
  margin: 4px 0;
}
html body .event-single__meta {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 6px;
}
html body .event-single .meta__item {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
}
html body .event-single .meta__item .material-icons {
  width: 18px;
  font-size: 16px;
  text-align: center;
}
html body .event-single__body {
  padding: 16px;
  display: grid;
  gap: 24px;
}
html body .event-single__content {
  color: var(--ink);
  line-height: 1.8;
}
html body .event-single__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
html body .event-single .btn.primary {
  background: var(--accent);
  color: #fff;
}
html body .event-single .btn.outline {
  background: transparent;
  color: #222;
  border: 1px solid #ccc;
}
html body .event-single__detail {
  background: #fafafa;
  padding: 16px;
  border-radius: 12px;
}
html body .event-single__subttl {
  font-size: 18px;
  margin: 0 0 12px;
}
html body .event-single .event-dl {
  display: grid;
  gap: 8px;
}
html body .event-single .event-dl .row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 8px;
  font-size: 14px;
}
html body .event-single .event-dl dt {
  color: var(--muted);
}
html body .event-single .event-dl dd {
  margin: 0;
}
html body .event-single__footer {
  padding: 16px;
  display: grid;
  gap: 12px;
}
html body .event-single__pager {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
html body .event-single__pager .prev a,
html body .event-single__pager .next a {
  display: block;
  padding: 12px;
  border-radius: 8px;
  background: #f0f0f0;
  text-decoration: none;
  color: #222;
  text-align: center;
}
html body .event-single__to-archive {
  text-align: center;
}
html body :root {
  --c-bg: #ffffff;
  --c-fg: #111111;
  --c-muted: #666666;
  --c-border: #e5e7eb;
  --c-border-strong: #cbd5e1;
  --c-accent: #0ea5e9;
  --c-accent-strong: #0284c7;
  --c-danger: #ef4444;
  --c-success: #22c55e;
  --radius: 12px;
  --shadow: 0 8px 24px rgba(0, 0, 0, .06);
}
@media (prefers-color-scheme: dark) {
  html body :root {
    --c-bg: #0b0f14;
    --c-fg: #f3f4f6;
    --c-muted: #a1a1aa;
    --c-border: #1f2937;
    --c-border-strong: #374151;
    --c-accent: #38bdf8;
    --c-accent-strong: #0ea5e9;
    --shadow: 0 8px 24px rgba(0, 0, 0, .35);
  }
}
html body .site-contact .container {
  max-width: 840px;
}
html body .site-contact .page-header {
  margin: 0 0 24px;
}
html body .site-contact .page-header .page-title {
  font-size: clamp(1.6rem, 1.3rem + 1vw, 2rem);
  line-height: 1.2;
}
html body .site-contact .page-header .page-lead {
  color: var(--c-muted);
  margin-top: 8px;
}
html body .wpcf7 {
  background: var(--c-bg);
  color: var(--c-fg);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: clamp(16px, 2vw, 28px);
  box-shadow: var(--shadow);
}
html body .wpcf7 form.wpcf7-form {
  display: grid;
  gap: 18px;
}
html body .wpcf7 label {
  display: block;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--c-fg);
}
html body .wpcf7 label span.required,
html body .wpcf7 label span[aria-hidden=true] {
  color: var(--c-danger);
  margin-left: 4px;
}
html body .wpcf7 input[type=text],
html body .wpcf7 input[type=email],
html body .wpcf7 input[type=url],
html body .wpcf7 input[type=tel],
html body .wpcf7 input[type=number],
html body .wpcf7 input[type=search],
html body .wpcf7 input[type=date],
html body .wpcf7 select,
html body .wpcf7 textarea {
  width: 100%;
  background: #fff;
  color: #111;
  border: 1px solid var(--c-border-strong);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s;
}
@media (prefers-color-scheme: dark) {
  html body .wpcf7 input[type=text],
  html body .wpcf7 input[type=email],
  html body .wpcf7 input[type=url],
  html body .wpcf7 input[type=tel],
  html body .wpcf7 input[type=number],
  html body .wpcf7 input[type=search],
  html body .wpcf7 input[type=date],
  html body .wpcf7 select,
  html body .wpcf7 textarea {
    background: #0f1720;
    color: #e5e7eb;
    border-color: var(--c-border-strong);
  }
}
html body .wpcf7 input:focus,
html body .wpcf7 select:focus,
html body .wpcf7 textarea:focus {
  outline: none;
  border-color: var(--c-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--c-accent) 20%, transparent);
}
html body .wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}
html body .wpcf7 .form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 720px) {
  html body .wpcf7 .form-grid {
    grid-template-columns: 1fr;
  }
}
html body .wpcf7 .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 6px 12px 6px 0;
}
html body .wpcf7 .wpcf7-list-item input[type=checkbox],
html body .wpcf7 .wpcf7-list-item input[type=radio] {
  inline-size: 18px;
  block-size: 18px;
  accent-color: var(--c-accent);
}
html body .wpcf7 input[type=submit],
html body .wpcf7 button[type=submit],
html body .wpcf7 .wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  background: linear-gradient(180deg, var(--c-accent), var(--c-accent-strong));
  color: #fff;
  transition: transform 0.05s ease, filter 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 16px color-mix(in srgb, var(--c-accent) 30%, transparent);
}
html body .wpcf7 input[type=submit]:hover {
  filter: brightness(1.05);
}
html body .wpcf7 input[type=submit]:active {
  transform: translateY(1px);
}
html body .wpcf7 input[type=submit]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
html body .wpcf7 .wpcf7-spinner {
  margin-left: 10px;
  inline-size: 18px;
  block-size: 18px;
  border: 2px solid color-mix(in srgb, var(--c-accent) 30%, transparent);
  border-left-color: var(--c-accent);
}
html body .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: var(--c-danger);
  font-size: 0.9rem;
}
html body .wpcf7 .wpcf7-response-output {
  margin: 4px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--c-border-strong);
  background: #f8fafc;
  color: #0f172a;
}
html body .wpcf7 .wpcf7-response-output.wpcf7-form-sent,
html body .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: color-mix(in srgb, var(--c-success) 50%, var(--c-border-strong));
  background: color-mix(in srgb, var(--c-success) 8%, #f8fafc);
  color: #064e3b;
}
html body .wpcf7 .wpcf7-response-output.wpcf7-validation-errors,
html body .wpcf7 .wpcf7-response-output.wpcf7-form-invalid {
  border-color: color-mix(in srgb, var(--c-danger) 50%, var(--c-border-strong));
  background: color-mix(in srgb, var(--c-danger) 8%, #fef2f2);
  color: #7f1d1d;
}
html body .wpcf7 .wpcf7-response-output.wpcf7-spam-blocked,
html body .wpcf7 .wpcf7-response-output.wpcf7-aborted {
  border-color: var(--c-border-strong);
  background: #fff3cd;
  color: #7a5e12;
}
html body .site-contact .contact-notes,
html body .site-contact .contact-privacy {
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px dashed var(--c-border);
  border-radius: var(--radius);
  color: var(--c-muted);
}
html body .site-contact .contact-privacy a {
  color: var(--c-accent-strong);
  text-decoration: underline;
}
html body .u-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
html body .u-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 720px) {
  html body .u-two-col {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=app.css.map */