* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: sans-serif;
  background-attachment: fixed;
  color: white;
  margin: 0;
}
body::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background: url('/2025/img/bg.png') repeat, linear-gradient(to bottom, #2d1407, #de6422);
  z-index: -1;
}
.custom-font {
  font-family: 'rl-folklor', sans-serif;
  font-weight: 900;
  font-style: normal;
}
strong {
  color: #ff869a;
}
a {
  color: inherit;
  text-decoration: underline;
}
.text-right {
  text-align: right;
}
img {
  vertical-align: middle;
}
.thank-you {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
}
figure > img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
header .main-visual {
  margin: 0 auto -1.5em;
  max-height: 70vh;
  max-width: 95%;
  aspect-ratio: 1500 / 1595;
  display: block;
  z-index: 110;
  animation: rotate 5s ease-in-out infinite;
  filter: drop-shadow(0 0 30px #00000088);
}
header .main-visual.sm {
  max-height: 50vh;
  max-width: 100%;
  aspect-ratio: 1500 / 1595;
}
@keyframes rotate {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
header .event-title {
  text-align: center;
  padding: 3em 0;
}
header .event-title img {
  max-width: min(95vw, 500px);
  filter: drop-shadow(0 0 8px black);
}
.main-nav {
  margin: 0 auto;
  padding: 4px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(to bottom, #892e10, #651e06);
  box-shadow: 0 2px 5px #00000088;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.main-nav a.nav-item {
  position: relative;
  padding: 16px 10px;
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 130%;
  transition: background 0.3s ease;
  border-radius: 10px;
}
.main-nav a.nav-item:hover {
  background: #ffffff22;
}
.main-nav .separator {
  opacity: 0.5;
  animation: separator-rotate 5s ease-in-out infinite;
  animation-delay: calc(var(--idx, 0) * 0.2s);
}
@media screen and (max-width: 800px) {
  .main-nav {
    display: none;
  }
}
.main-nav .new {
  position: absolute;
  margin: 0;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-0.5lh);
}
@keyframes separator-rotate {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-container {
  max-width: 1000px;
  color: white;
  background: #00000077;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(20px);
  margin: 120px auto;
}
.section-container h2 {
  font-family: 'rl-folklor', sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.1em;
  scroll-margin-top: 90px;
  display: flex;
  align-items: center;
  color: white;
  font-size: 36px;
  line-height: 1;
  position: relative;
  top: -24px;
  padding-left: 20px;
  filter: drop-shadow(0 0 5px #00000088);
}
.section-container h2::before {
  content: '{';
  margin-right: 16px;
  font-size: 48px;
  opacity: 0.5;
}
.section-container h2::after {
  content: '}';
  margin-left: 16px;
  font-size: 48px;
  opacity: 0.5;
}
.section-container section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px 40px 15px;
  position: relative;
}
.section-container .intro {
  position: relative;
  margin: 30px auto;
  padding: 10px 10px;
  text-align: center;
  border-radius: 30px;
  max-width: 1000px;
  background-color: #002aff44;
  color: white;
  font-weight: bolder;
  box-shadow: 0 0 15px #00000088;
  font-size: 120%;
}
.section-container .intro a {
  color: inherit;
}
.section-container .logo {
  display: block;
  margin: 0 auto;
  max-width: 400px;
}
.section-container .logo.lg {
  max-width: 90%;
}
.section-container .lead {
  font-size: 120%;
  font-weight: bolder;
}
dl dd {
  padding-left: 3em;
}
dl.overview {
  display: grid;
  gap: 35px 20px;
  margin: 0;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  font-size: 150%;
}
@media screen and (width < 800px) {
  dl.overview {
    grid-template-columns: auto;
  }
}
dl.overview dt {
  min-height: 3em;
  font-weight: bold;
  background: linear-gradient(to bottom, #5a280d, #350f05);
  color: white;
  border-radius: 5px;
  display: flex;
  padding: 0px 20px;
  align-items: center;
  justify-content: center;
}
dl.overview dd {
  padding: 0;
  margin: 0;
}
.cast .main {
  max-width: 800px;
  margin: 0 auto;
}
.cast .main .profile {
  display: flex;
  gap: 25px;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}
.cast .main .profile .face {
  max-width: min(95dvw, 400px);
}
.cast .main .profile .info {
  flex: 1 0 300px;
}
.cast .sub {
  display: grid;
  gap: 0 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.cast .sub > .card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.cast .sub .face {
  border-radius: 50%;
  display: block;
  width: 160px;
  height: 160px;
  margin: 5px auto;
}
.cast .sub .comment {
  margin: -15px 10px 0;
}
.cast .role {
  font-size: 90%;
  text-align: center;
  margin-top: 30px;
}
.cast .name {
  font-family: 'rl-folklor', sans-serif;
  font-weight: 900;
  font-style: normal;
  background: linear-gradient(to bottom, #f8923e, #ffecef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bolder;
  font-size: 220%;
  margin-bottom: 15px;
  line-height: 1;
  text-align: center;
}
.cast .face {
  filter: drop-shadow(0 0 18px #ff000088);
}
.cast .comment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 1em;
  border-radius: 15px;
}
.cast .desc {
  margin-bottom: 15px;
}
ul.corners {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  gap: 10px;
  padding: 0;
}
ul.corners li {
  flex: 1 0 200px;
  padding: 10px;
  border: 1px solid white;
  border-radius: 10px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}
ul.goods {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: space-around;
  gap: 10px;
}
ul.goods li {
  padding: 10px;
  list-style: none;
  border: 1px solid #00000055;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  gap: 3px;
  align-items: center;
}
ul.goods li img.goods-image {
  grid-area: img;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
ul.goods li .goods-name {
  grid-area: name;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
}
ul.goods li .goods-desc {
  grid-area: desc;
  text-align: center;
}
ul.goods li .goods-price {
  grid-area: price;
  text-align: center;
}
ul.social-links {
  padding: 10px;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 5px;
}
ul.social-links a {
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  padding: 0 10px;
  display: block;
  border-radius: 5px;
}
ul.social-links .icon {
  max-width: 20px;
  max-height: 20px;
  margin-right: 5px;
}
ul.social-links a.social-x {
  background: black;
}
ul.social-links a.social-fb {
  background: #1877f2;
}
ul.social-links a.social-line {
  background: #00c300;
}
.twitter-widgets {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 10px;
}
.twitter-widgets > div {
  width: 400px;
  max-width: 100%;
}
.twitter-widgets .name {
  font-weight: bold;
}
table.keyword-examples-2025 {
  margin: 0 auto;
  border-collapse: collapse;
  background: #0000ff33;
}
table.keyword-examples-2025 th,
table.keyword-examples-2025 td {
  padding: 10px;
  border: 1px solid gray;
  text-align: center;
  font-size: 120%;
}
table.goods-tbl {
  margin: 0 auto;
  border-collapse: collapse;
  width: 90%;
  max-width: 800px;
}
table.goods-tbl th,
table.goods-tbl td {
  padding: 10px;
  border: 1px solid gray;
  text-align: center;
  font-size: 120%;
}
table.goods-tbl th {
  background: #00000055;
}
table.goods-tbl td {
  background: #00000022;
}
address {
  font-weight: bold;
  font-style: normal;
  text-align: center;
  margin: 3em 0;
}
.corner-deadline {
  padding: 10px;
  margin: 20px 0;
  width: fit-content;
  background: #00000022;
  border-radius: 1rem;
}
.corner-deadline span.deadline-text {
  font-weight: bold;
}
.corner-deadline span.deadline-text big {
  margin: 0 10px;
  color: pink;
  font-size: 150%;
}
.corner-form {
  accent-color: purple;
}
.corner-form dl.fields {
  display: grid;
  gap: 15px 10px;
  grid-template-columns: auto 1fr;
}
.corner-form dl.fields dt {
  font-weight: bold;
}
.corner-form dl.fields dd {
  padding: 0;
}
.corner-form input[type='text'],
.corner-form select {
  width: 100%;
  max-width: 500px;
  height: 30px;
  margin: 0;
}
.corner-form input[type='text']::placeholder,
.corner-form select::placeholder {
  color: #8777bb;
}
.corner-form input[type='checkbox'] {
  transform: scale(1.5);
  margin-right: 10px;
}
.corner-form input[type='file'] {
  display: none;
}
.corner-form textarea {
  margin: 0;
  display: block;
  width: 100%;
  min-height: 10em;
  resize: vertical;
}
.corner-form .file-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.corner-form .file-list li {
  display: flex;
  background: #00000011;
  margin-bottom: 10px;
  padding: 5px;
}
.corner-form .file-list li .file-info {
  flex-grow: 1;
}
.corner-form .buttons {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.corner-form .hint {
  font-size: 80%;
}
.corner-form .errors {
  border: 1px solid pink;
  color: pink;
}
.corner-form .thankyou {
  padding: 1.5em;
  background-color: #ffff0033;
  border-radius: 5px;
}
.new {
  display: inline-block;
  background: #e519e5;
  color: white;
  padding: 2px 10px;
  border-radius: 15px;
  font-size: 80%;
  font-weight: bold;
  margin: 0 1rem;
}
.text-center {
  text-align: center;
}
.btn {
  display: inline-block;
  background-color: orange;
  color: white;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #cc8400;
}
.btn:hover {
  background-color: #cc8400;
}
.btn:active {
  background-color: #996300;
}
.btn[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.btn.btn-small {
  padding: 4px;
}
.btn.huge {
  font-size: 180%;
  padding: 15px 30px;
}
.alert {
  font-size: 120%;
  color: black;
  max-width: 1000px;
  margin: 30px auto;
  padding: 20px;
  background-color: #88cbff55;
}
.alert.important {
  background-color: #ff888855;
}
.hidden {
  display: none;
}
hr {
  border-top: 3px dotted #77bb77;
  border-bottom: none;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.drink {
  display: block;
  max-width: 80%;
  margin: 1em auto;
}
