:root {
  --bg: #e5dfd0;
  --green: #3d5c30;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-width: 320px;
  min-height: 100svh;
  margin: 0;
  color: var(--green);
  background: var(--bg);
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}




/* Lity opening image */
.lity {
  background: rgb(0 0 0 / 78%);
}

.lity-container {
  width: auto;
  max-width: calc(100vw - 48px);
}


.lity-content,
.lity-content::after {
  box-shadow: none !important;
}

.lity-image img {
  width: auto;
  max-width: min(100%, 1089px);
  max-height: calc(100svh - 64px);
  object-fit: contain;
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  outline: none;
  box-shadow: none;
}

@media (min-width: 641px) {
  .lity-close,
  .lity-close:hover,
  .lity-close:focus,
  .lity-close:active {
    width: 70px !important;
    height: 70px !important;
    font-size: 70px !important;
    line-height: 70px !important;
    transform: none !important;
  }
}

.youtube-embed {
  width: min(600px, calc(100vw - 48px));
  margin-top: 36px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.youtube-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.site-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: clamp(32px, 5svh, 68px) 24px max(24px, env(safe-area-inset-bottom));
}

.main-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 0 48px;
  text-align: center;
}

.site-logo {
  width: min(520px, 74vw);
  margin: 0 0 clamp(48px, 6svh, 76px);
  line-height: 0;
}

.site-logo img {
  width: 100%;
  height: auto;
}

.event-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event-announcement,
.event-date,
.event-venue,
.site-footer p {
  margin: 0;
}

.event-announcement {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  -webkit-text-stroke: 0.35px currentColor;
  text-shadow: 0.02em 0 0 currentColor, -0.02em 0 0 currentColor;
}

.event-date {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.035em;
}

.date-separator {
  margin-right: 0.2em;
}

.event-venue {
  margin-top: 16px;
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.06em;
}

.map-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.map-link svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map-link:hover {
  opacity: 0.68;
  transform: translateY(-2px);
}

.map-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 7px;
  border-radius: 2px;
}

.site-footer {
  flex: 0 0 auto;
  text-align: center;
}

.site-footer p {
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.14em;
}

.no_pc{
  display: none;
}
.no_sp{
  display: inline;
}

@media (max-width: 640px) {
  .lity-container {
    max-width: calc(100vw - 32px);
  }

  .lity-image img {
    max-height: calc(100svh - 48px);
  }

  .youtube-embed {
    width: min(100%, calc(100vw - 32px));
    margin-top: 28px;
  }

  .site-wrap {
    padding-top: 28px;
  }

  .main-content {
    padding-bottom: 40px;
  }

  .site-logo {
    width: min(380px, 84vw);
    margin-bottom: 50px;
  }

  .event-announcement {
    font-size: clamp(24px, 7.6vw, 32px);
    margin-bottom: 21px;
    letter-spacing: 0.08em;
  }

  .event-date {
    font-size: clamp(21px, 5.8vw, 27px);
    letter-spacing: 0.02em;
  }

  .event-venue {
    max-width: 90vw;
    margin-top: 13px;
    font-size: 15px;
    letter-spacing: 0.045em;
  }

  .map-link {
    margin-top: 18px;
  }

  .no_pc{
    display: inline;
  }
  .no_sp{
    display: none;
  }
}

@media (max-width: 420px) {
  .event-date time {
    /*display: block;*/
  }

  .date-separator {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .map-link {
    transition: none;
  }
}
