html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: rgba(223, 223, 223, 1.00);
  transition: opacity 0.3s ease;
}
.fade-list li {
  opacity: 0;
  transition: opacity 1s ease;
}
.fade-list li.visible {
  opacity: 1;
}
.fadein {
  opacity: 0;
  transition: opacity 1.5s ease;
}
.fadein.visible {
  opacity: 1;
}
.pc {}
#loading_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1.00);
  z-index: 40000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading_area img {}
#age-verification {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #181818;
  z-index: 30000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1%;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(10px, 2.5vw, 16px);
  text-align: center;
  line-height: 2em;
}
#age-verification p {
  margin-bottom: 1%;
}
#age-verification button {
  padding: 12px 28px;
  margin: 0 10px;
  border: none;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.5);
  color: #252525;
  font-size: 1rem;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 0.05em;
  backdrop-filter: blur(4px);
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: clamp(10px, 2vw, 16px);
}
#age-verification button:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 800px) {}