/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --font: "Instrument Sans", sans-serif;
  --font-heading: "Instrument Serif", serif;
  --font-size-root: 0.5vw;
  --font-size-viewport-md: 0.28vw;
  --font-size-viewport-xl: 0.20vw;
  --line-height-md: 1.6;
  --line-height-sm: 1.2;
  --color-bg: #ac1414;
  --color-primary: #e9ffd6;
  --color-text: var(--color-primary);
  --color-text-invert: var(--color-bg);
  --color-bg-accent: var(--color-primary);
  --color-border: #e9ffd6;
  --color-border-invert: var(--color-bg);
  --z-index-sticky: 100;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}

html {
  font-size: clamp(1.063rem, 0.5vw + 1rem, 1.5rem);
  scroll-padding-top: 64px;
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font);
  line-height: var(--line-height-md);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: normal;
}

.container {
  padding: 0 1em;
}
@media (min-width: 992px) {
  .container {
    padding: 0 3em;
  }
}

.globalheader {
  border-bottom: 1px solid var(--color-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: var(--color-bg);
  z-index: var(--z-index-sticky);
  line-height: var(--line-height-sm);
}
.globalheader .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.globalheader .left a {
  color: inherit;
  display: block;
}
.globalheader .left svg {
  height: 64px;
  width: 128px;
  display: block;
}
.globalheader .left p {
  font-size: 0.75em;
  border-left: 1px solid var(--color-border);
  padding-left: 12px;
  margin: 0;
  display: block;
}
.globalheader .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}
.globalheader .right a {
  color: inherit;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 64px;
  min-width: 64px;
  padding: 0.5em 1em;
  line-height: 1;
  font-size: 0.75em;
  border-left: 1px solid var(--color-border);
  position: relative;
}
.globalheader .right a svg {
  width: 1.5em;
  height: 1.5em;
}
.globalheader .right a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--color-bg-accent);
  z-index: -1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.globalheader .right a:hover {
  color: var(--color-text-invert);
}
.globalheader .right a:hover::before {
  height: 100%;
}
.globalheader .right .pagelink {
  display: none;
}
@media (min-width: 720px) {
  .globalheader .right .pagelink {
    display: block;
  }
}

.billboard {
  line-height: 1;
  overflow: hidden;
  margin: auto;
}
.billboard img {
  width: 100vw;
  display: block;
}

.countdown {
  border-bottom: 1px solid var(--color-border);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
  padding: 1.5em 1em;
}
@media (min-width: 720px) {
  .countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3em;
  }
}
.countdown .countdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5em;
}
.countdown .num {
  font-size: 2.5em;
  line-height: 1;
  font-family: var(--font-heading);
}
.countdown .label {
  font-size: 0.8em;
  line-height: 1;
}

/*! https://qiita.com/junya/items/d2dbc02657e0b2b1b7fc */
.snow {
  position: absolute;
  z-index: 1;
  top: -5%;
  font-size: 16px;
  color: snow;
  text-shadow: 5vw -200px 0, 10vw -400px 0, 20vw -500px 0, 30vw -580px 0, 39vw -250px 0, 42vw -340px 0, 56vw -150px 0, 63vw -180px 0, 78vw -220px 0, 86vw -320px 0, 94vw -170px 0;
  -webkit-animation: anim 10s linear infinite;
  animation: anim 10s linear infinite;
}

@-webkit-keyframes anim {
  100% {
    top: 150%;
    color: transparent;
  }
}

@keyframes anim {
  100% {
    top: 150%;
    color: transparent;
  }
}
.hero {
  display: grid;
  gap: 1.5em;
  margin: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .hero {
    grid-template-columns: 1fr 1fr;
  }
  .hero .hero-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .hero .hero-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1600px) {
  .hero {
    margin: 2em;
  }
}

.hero-content {
  display: grid;
  gap: 1.5em;
}
.hero-content h1 {
  font-size: 4.5em;
  margin: 0;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .hero-content h1 {
    font-size: 6em;
    margin-right: -30vw;
  }
}
@media (min-width: 1200px) {
  .hero-content h1 {
    font-size: 7em;
  }
}
@media (min-width: 1600px) {
  .hero-content h1 {
    font-size: 8em;
  }
}
.hero-content p {
  font-size: 0.8rem;
  margin: 0;
}
.hero-content h2 {
  font-size: 2rem;
  font-weight: inherit;
  margin: 0;
}
.hero-content .cta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1em;
}
.hero-content .cta li {
  display: grid;
  gap: 0.25em;
}
.hero-content .cta a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
  padding: 12px 1em;
  overflow: hidden;
  border: 1px solid var(--color-border);
  color: inherit;
  text-decoration: none;
  width: 100%;
  position: relative;
}
.hero-content .cta a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--color-bg-accent);
  z-index: -1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.hero-content .cta a:hover {
  color: var(--color-text-invert);
}
.hero-content .cta a:hover::before {
  height: 100%;
}
.hero-content .cta a svg {
  width: 1.25em;
  height: 1.25em;
}
.hero-content .cta a span {
  font-size: 0.7rem;
}

.hero-img video,
.hero-img img {
  display: block;
  width: 100%;
}

.addToCalendar {
  text-align: center;
  text-transform: initial;
  margin-top: 1em;
  font-size: 0.8em;
}
.addToCalendar a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
  gap: 0.5em;
}
.addToCalendar a:hover {
  text-decoration: underline;
}
.addToCalendar a svg {
  display: block;
  width: 1.5em;
  height: 1.5em;
}

.intro {
  padding: 1em;
}

.intro-content {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.intro-content h2 {
  font-size: 3em;
  margin: 0;
  line-height: var(--line-height-sm);
}
@media (min-width: 992px) {
  .intro-content h2 {
    font-size: 4em;
  }
}
@media (min-width: 1200px) {
  .intro-content h2 {
    font-size: 5em;
  }
}
.intro-content .sub {
  font-size: 0.75em;
}
.intro-content .intro-img video,
.intro-content .intro-img img {
  width: 100%;
  display: block;
}

.swiper {
  margin-bottom: 3em;
}
.swiper .swiper-slide {
  width: 80%;
}
@media (min-width: 1200px) {
  .swiper .swiper-slide {
    width: 50vw;
  }
}
@media (min-width: 1600px) {
  .swiper .swiper-slide {
    width: 40vw;
  }
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1em;
}

.stream {
  border-top: 1px solid var(--color-border);
  padding: 1em;
  display: grid;
  gap: 1em;
}
@media (min-width: 992px) {
  .stream {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1600px) {
  .stream {
    padding: 2em;
  }
}

.stream-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75em;
}
.stream-inner h2 {
  margin: 0;
  font-size: 4em;
  line-height: var(--line-height-sm);
}
.stream-inner p {
  font-size: 0.9em;
  margin: 0;
}
.stream-inner .action a {
  border: 1px solid var(--color-border);
  color: inherit;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  gap: 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0.5em;
  position: relative;
  overflow: hidden;
}
.stream-inner .action a svg {
  fill: currentColor;
}
.stream-inner .action a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--color-bg-accent);
  z-index: -1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.stream-inner .action a:hover {
  color: var(--color-text-invert);
}
.stream-inner .action a:hover::before {
  width: 100%;
}

.stream-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 0;
}

.member {
  margin: 3em 0;
}
.member .member-container {
  margin: 0 1em;
}
.member .list {
  display: grid;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--color-border);
  border-width: 1px 0 0 1px;
}
@media (min-width: 720px) {
  .member .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .member .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .member .list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.member li {
  border: 1px solid var(--color-border);
  border-width: 0 1px 1px 0;
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}
@media (min-width: 992px) {
  .member li {
    padding: 2em 2em 1.5em;
  }
}
.member li h2 {
  margin: 0;
  font-size: 2em;
  font-weight: inherit;
  line-height: var(--line-height-sm);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25em;
}
.member li p {
  margin: 0;
  font-size: 0.85em;
}
@media (min-width: 992px) {
  .member li p {
    font-size: 0.7em;
  }
}
.member .portrait img {
  display: block;
  width: 100%;
  height: auto;
}

.member-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1em;
  margin-top: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.member-footer h3 {
  margin: 0;
  font-family: var(--font);
  font-size: 0.75em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
  font-weight: inherit;
}

.newcomer-badge {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-text-invert);
  font-weight: bold;
  position: relative;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .newcomer-badge {
    width: 36px;
    height: 36px;
  }
}
.newcomer-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url("../images/smtp17/pointburst.svg") no-repeat center center;
  background-size: cover;
  z-index: -1;
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.profile-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  gap: 0.5em;
}
.profile-social-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25em;
}
.profile-social-links svg {
  height: 24px;
  width: 24px;
  display: inline-block;
}
.profile-social-links path {
  fill: var(--color-text);
}

.timetable {
  margin: 3em 0;
  display: grid;
}
@media (min-width: 992px) {
  .timetable {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.timetable .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.timetable .list-item {
  border-bottom: 1px solid var(--color-border);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75em;
  padding: 2em 1em;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .timetable .list-item {
    font-size: 0.95rem;
  }
}
.timetable .list-item > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.timetable .list-item-th {
  padding-top: 0;
}
.timetable h3 {
  margin: 0;
  font-family: var(--font);
  font-weight: normal;
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25em;
}
.timetable p {
  margin: 0;
}

.venue {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 1em;
  display: grid;
  gap: 1em;
}
@media (min-width: 992px) {
  .venue {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1600px) {
  .venue {
    padding: 2em;
  }
}

.venue-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75em;
}
.venue-inner h2 {
  margin: 0;
  font-size: 4em;
  line-height: var(--line-height-sm);
}
.venue-inner p {
  font-size: 0.9em;
  margin: 0;
}
.venue-inner .action a {
  border: 1px solid var(--color-border);
  color: inherit;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  gap: 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0.5em;
  position: relative;
  overflow: hidden;
}
.venue-inner .action a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--color-bg-accent);
  z-index: -1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.venue-inner .action a:hover {
  color: var(--color-text-invert);
}
.venue-inner .action a:hover::before {
  width: 100%;
}

.venue-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 0;
}

.community {
  padding: 2em 0;
}
.community .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5em;
}
.community .inner {
  display: grid;
  gap: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .community .inner {
    gap: 4em;
    grid-template-columns: auto 1fr;
  }
}
.community h2 {
  font-size: 4em;
  line-height: var(--line-height-sm);
  margin: 0;
}
.community .community-img img {
  display: block;
  height: 10em;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
}
@media (min-width: 1200px) {
  .community .community-img img {
    height: 14em;
  }
}
.community .hashtag a {
  border: 1px solid var(--color-border);
  color: inherit;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  gap: 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 0.5em;
  position: relative;
  overflow: hidden;
}
.community .hashtag a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--color-bg-accent);
  z-index: -1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.community .hashtag a:hover {
  color: var(--color-text-invert);
}
.community .hashtag a:hover::before {
  width: 100%;
}

.footer {
  padding: 2em 1em 1em;
  background-color: var(--color-bg-accent);
  color: var(--color-text-invert);
  display: grid;
  gap: 2em;
}

.footer-content {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
  }
}
.footer-content h1 {
  line-height: var(--line-height-sm);
  margin: 0;
  font-size: 3em;
}
.footer-content nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5em;
}
.footer-content nav a {
  color: inherit;
  text-decoration: none;
  font-size: 0.9em;
}

.footer-address {
  border-top: 1px solid var(--color-border-invert);
  padding-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
  width: 100%;
  font-size: 0.7em;
}
@media (min-width: 992px) {
  .footer-address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer-address address {
  font-style: inherit;
}
.footer-address a {
  color: inherit;
  text-decoration: none;
}
.footer-address > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}