html.amane2-document {
  overflow-x: clip;
  container-type: inline-size;
}
body.amane2-page-body {
  overflow: visible;
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
}
body.amane2-page-body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: '';
  background-color: #fff;
  background-image: url("../img/bg_bottom.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  transform: translateZ(0);
}
main.amane2-page {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.33);
  padding: 0;
  box-sizing: border-box;
  color: #150702;
}
main.amane2-page #top-header.amane2-hero {
  position: relative;
  width: 100vw;
  width: 100cqw;
  max-width: 1960px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
main.amane2-page .amane2-hero picture,
main.amane2-page .amane2-hero #top-header-image {
  display: block;
  width: 100%;
  height: auto;
}
main.amane2-page .amane2-hero-overlays {
  position: absolute;
  inset: 0;
}
main.amane2-page .amane2-hero-overlays .amane2-hero-overlay {
  position: absolute;
  display: block;
  height: auto;
}
main.amane2-page .amane2-hero-overlays .amane2-hero-overlay img {
  display: block;
  width: 100%;
  height: auto;
}
main.amane2-page .amane2-hero-overlays .amane2-hero-overlay-raikaku {
  left: 27.397959%;
  top: 25.644699%;
  width: 14.591837%;
}
main.amane2-page .amane2-hero-overlays .amane2-hero-overlay-happo {
  left: 27.397959%;
  top: 60.17192%;
  width: 6.428571%;
}
main.amane2-page .amane2-hero-overlays .amane2-hero-overlay-amane {
  left: 31.479592%;
  top: 71.633238%;
  width: 6.428571%;
}
main.amane2-page .amane2-lead {
  width: 90vw;
  max-width: 39.5rem;
  margin: 2.5rem auto 1.5rem;
  font-family: 'Noto Serif JP', serif;
}
main.amane2-page .amane2-lead img {
  display: block;
  width: 100%;
  height: auto;
}
main.amane2-page .amane2-lead-text {
  width: calc(100% - 2rem);
  max-width: 846px;
  box-sizing: border-box;
}
main.amane2-page .amane2-anchor-nav-slot {
  margin-bottom: 2.5rem;
}
main.amane2-page .amane2-anchor-nav {
  --amane2-nav-tip: 0.75rem;
  width: calc(100% - 1rem);
  max-width: 60rem;
  margin: 0 auto;
  min-height: 0;
  display: block;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  box-shadow: none;
}
main.amane2-page .amane2-anchor-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
main.amane2-page .amane2-anchor-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  box-shadow: none;
}
main.amane2-page .amane2-anchor-nav .amane2-anchor-nav-item {
  position: relative;
  flex: 0 1 auto;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255,236,196,0.58);
  border-right-width: 0;
  background: linear-gradient(to bottom, #62381c 0%, #111 100%);
}
main.amane2-page .amane2-anchor-nav .amane2-anchor-nav-item:first-child {
  clip-path: polygon(0% 50%, var(--amane2-nav-tip) 0%, 100% 0%, 100% 100%, var(--amane2-nav-tip) 100%);
}
main.amane2-page .amane2-anchor-nav .amane2-anchor-nav-item:last-child {
  border-right-width: 1px;
  clip-path: polygon(0% 0%, calc(100% - var(--amane2-nav-tip)) 0%, 100% 50%, calc(100% - var(--amane2-nav-tip)) 100%, 0% 100%);
}
main.amane2-page .amane2-anchor-nav .amane2-anchor-nav-item > a,
main.amane2-page .amane2-anchor-nav .amane2-anchor-nav-item > span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: clamp(0.3rem, 1.2vw, 0.72rem) clamp(0.2rem, 1.2vw, 0.9rem);
  box-sizing: border-box;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(0.68rem, 1.3vw, 0.95rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
main.amane2-page .amane2-anchor-nav .amane2-anchor-nav-item > a {
  transition: background-color 0.2s, opacity 0.2s;
}
main.amane2-page .amane2-anchor-nav .amane2-anchor-nav-item > a:hover {
  background: rgba(255,226,163,0.17);
}
main.amane2-page .amane2-anchor-nav .amane2-anchor-nav-item > a:focus-visible {
  outline: 2px solid #ffe6a4;
  outline-offset: -3px;
  box-shadow: inset 0 0 0 2px rgba(255,239,197,0.92);
  z-index: 2;
}
main.amane2-page .amane2-anchor-nav .amane2-anchor-nav-title {
  background: linear-gradient(to bottom, #98733b 0%, #4f3018 100%);
}
main.amane2-page .amane2-anchor-nav .amane2-anchor-nav-title > span {
  cursor: default;
}
@supports not (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) {
  main.amane2-page .amane2-anchor-nav .amane2-anchor-nav-item:first-child,
  main.amane2-page .amane2-anchor-nav .amane2-anchor-nav-item:last-child {
    clip-path: none;
  }
}
main.amane2-page .amane2-anchor-target {
  scroll-margin-top: 7rem;
}
main.amane2-page .amane2-section {
  background-color: transparent;
  box-shadow: 0 4px 16px rgba(83,58,72,0.12);
}
main.amane2-page .amane2-detail-list {
  display: grid;
  grid-template-columns: minmax(8rem, 0.35fr) 1fr;
  margin: 0;
  border-top: 1px solid rgba(74,42,42,0.28);
}
main.amane2-page .amane2-detail-list > div {
  display: contents;
}
main.amane2-page .amane2-detail-list dt,
main.amane2-page .amane2-detail-list dd {
  margin: 0;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(74,42,42,0.28);
}
main.amane2-page .amane2-detail-list dt {
  font-weight: 700;
  color: #4a2a2a;
  background: rgba(129,85,113,0.1);
}
main.amane2-page .amane2-detail-list dd {
  background: rgba(255,255,255,0.35);
}
main.amane2-page .amane2-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
main.amane2-page table {
  width: 100%;
  min-width: 30rem;
  border-collapse: collapse;
  color: #150702;
  font-size: 1rem;
  line-height: 1.6;
}
main.amane2-page table caption {
  margin-bottom: 0.5rem;
  color: #6a5060;
  font-size: 0.9rem;
  text-align: left;
}
main.amane2-page table th,
main.amane2-page table td {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(74,42,42,0.3);
  text-align: left;
  vertical-align: top;
}
main.amane2-page table th {
  width: 38%;
  color: #fff;
  background: #4a2a2a;
}
main.amane2-page table thead th {
  width: auto;
  text-align: center;
}
main.amane2-page table tbody tr:nth-child(even) td {
  background: rgba(255,255,255,0.35);
}
main.amane2-page .amane2-note {
  margin: 1rem 0 0;
  color: #6a5060;
  font-size: 0.9rem;
}
main.amane2-page .amane2-entry-warning {
  color: #b00020;
  font-weight: 700;
}
main.amane2-page .amane2-sideevent-description {
  width: 100%;
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
}
main.amane2-page .amane2-sideevent-map {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}
main.amane2-page .amane2-entry-form-desc {
  margin: 0;
  color: #150702;
  line-height: 1.7;
}
main.amane2-page .amane2-entry-form-status {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border-left: 4px solid #8b4513;
  color: #4a2a2a;
  background: rgba(255,255,255,0.45);
  font-size: 0.95rem;
  line-height: 1.6;
}
main.amane2-page .amane2-entry-form-status.is-available {
  border-left-color: #4d6b3a;
  color: #264b22;
  background: rgba(239,247,231,0.75);
}
main.amane2-page .amane2-entry-form-status.is-unavailable,
main.amane2-page .amane2-entry-form-status.is-error {
  border-left-color: #8b4513;
  color: #6a3211;
  background: rgba(255,245,235,0.8);
}
main.amane2-page .amane2-entry-form {
  margin-top: 1.2rem;
}
main.amane2-page .amane2-entry-form-dl {
  margin: 0;
}
main.amane2-page .amane2-entry-form-dl dt {
  margin-top: 1rem;
  margin-bottom: 0.35rem;
  color: #4a2a2a;
  font-weight: 700;
  font-size: 0.95rem;
}
main.amane2-page .amane2-entry-form-dl dd {
  margin: 0;
}
main.amane2-page .amane2-entry-form-dl input[type="text"],
main.amane2-page .amane2-entry-form-dl input[type="email"],
main.amane2-page .amane2-entry-form-dl select {
  width: 100%;
  max-width: 26rem;
  padding: 0.45rem 0.6rem;
  box-sizing: border-box;
  border: 1px solid rgba(74,42,42,0.45);
  border-radius: 3px;
  color: #150702;
  background: rgba(255,255,255,0.88);
  font: inherit;
}
main.amane2-page .amane2-entry-form-dl select {
  min-height: 2.5rem;
}
main.amane2-page .amane2-entry-form-dl select:disabled {
  color: #6a5060;
  background: rgba(236,237,235,0.9);
  cursor: not-allowed;
}
main.amane2-page .amane2-entry-form-buttons {
  margin-bottom: 0;
}
main.amane2-page .amane2-prize-list {
  color: #150702;
}
main.amane2-page .amane2-prize-list .amane2-prize-group {
  margin: 1.2rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(74,42,42,0.28);
}
main.amane2-page .amane2-prize-list .amane2-prize-group:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
main.amane2-page .amane2-prize-list .amane2-prize-group h4 {
  margin: 0 0 0.45rem;
  color: #4a2a2a;
  font-size: 1rem;
}
main.amane2-page .amane2-prize-list .amane2-prize-group ul {
  margin: 0;
  padding-left: 1.4rem;
  line-height: 1.8;
}
main.amane2-page .amane2-prize-list .amane2-prize-group li + li {
  margin-top: 0.35rem;
}
main.amane2-page .amane2-notes-list {
  margin: 0;
  padding-left: 1.4rem;
  color: #150702;
  line-height: 1.9;
}
main.amane2-page .amane2-notes-list li + li {
  margin-top: 0.45rem;
}
main.amane2-page .amane2-related-links {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(74,42,42,0.28);
}
main.amane2-page .amane2-related-links ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
main.amane2-page .amane2-related-links a {
  color: #4d2052;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
main.amane2-page .amane2-related-links a:hover {
  color: #8b4513;
}
main.amane2-page .amane2-updated {
  margin: 0 auto;
  padding: 0 1rem;
  color: #6a5060;
  font-size: 0.9rem;
  text-align: center;
}
main.amane2-page a:focus-visible {
  outline: 3px solid #8b4513;
  outline-offset: 3px;
  border-radius: 2px;
}
@media (max-width: 600px) {
  main.amane2-page .amane2-lead {
    width: calc(100% - 2rem);
    margin-top: 1.8rem;
    font-size: 0.95rem;
    text-align: left;
  }
  main.amane2-page .amane2-anchor-nav-slot {
    margin-bottom: 1.8rem;
  }
  main.amane2-page .amane2-anchor-target {
    scroll-margin-top: 4.5rem;
  }
  main.amane2-page .amane2-detail-list {
    display: block;
  }
  main.amane2-page .amane2-detail-list dt,
  main.amane2-page .amane2-detail-list dd {
    display: block;
    padding: 0.55rem 0.7rem;
  }
  main.amane2-page .amane2-detail-list dt {
    border-bottom: 0;
  }
  main.amane2-page .amane2-entry-form-dl input[type="text"],
  main.amane2-page .amane2-entry-form-dl input[type="email"],
  main.amane2-page .amane2-entry-form-dl select {
    max-width: 100%;
  }
  main.amane2-page table {
    min-width: 25rem;
    font-size: 0.88rem;
  }
  main.amane2-page table th,
  main.amane2-page table td {
    padding: 0.6rem 0.7rem;
  }
  main.amane2-page .amane2-related-links ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 800px) {
  body.amane2-page-body::before {
    background-image: url("../events/special/amane2/images/sp_bg.webp");
    background-position: center top;
    background-size: cover;
  }
  main.amane2-page .amane2-hero-overlays .amane2-hero-overlay-raikaku {
    left: 1.466667%;
    top: 25.248756%;
    width: 38.133333%;
  }
  main.amane2-page .amane2-hero-overlays .amane2-hero-overlay-happo {
    left: 1.466667%;
    top: 55.223881%;
    width: 16.8%;
  }
  main.amane2-page .amane2-hero-overlays .amane2-hero-overlay-amane {
    left: 12.133333%;
    top: 65.174129%;
    width: 16.8%;
  }
}
