@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6666666667;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 21px;
  }
}

body {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #5f1985 linear-gradient(90deg, #5f1985 0%, #5d4095 25%, #633c92 72%, #5f1985 100%);
  height: 100%;
  line-break: strict;
  position: relative;
  width: 100%;
}

main {
  position: relative;
  padding-bottom: 1.9047619048rem;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  text-decoration: none;
  transition: color 0.1s ease-out;
}

figure,
picture {
  display: block;
}
figure > img,
picture > img {
  display: block;
  height: auto;
  width: 100%;
}

/*--- 臨時ツメ設定 ---*/
span {
  letter-spacing: calc(var(--ls) * 0.01em);
}

.sr-only {
  display: none;
}

.ut_ib {
  display: inline-block;
}

.ut_pr1 {
  padding-right: 1em;
}

.ut_pr05 {
  padding-right: 0.5em;
}

@media screen and (min-width: 375px) {
  .xs-only {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .ssm-only {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .ssm-only {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sm-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sm-only {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .xs-ssm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .xs-sm,
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sm-over {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md-over {
    display: none;
  }
}

.page__content {
  overflow: hidden;
  position: relative;
}

.cmn__contwidth {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - clamp(40px, 15px + 7.813vw, 60px));
}
@media screen and (min-width: 576px) {
  .cmn__contwidth {
    width: 516px;
  }
}
@media screen and (min-width: 768px) {
  .cmn__contwidth {
    width: 688px;
  }
}
@media screen and (min-width: 992px) {
  .cmn__contwidth {
    width: 912px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn__contwidth {
    width: 950px;
  }
}

.with-bg {
  position: relative;
}
.with-bg::before {
  content: "";
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 73.0714285714rem;
}
@media screen and (min-width: 768px) {
  .with-bg::before {
    width: 88.5714285714rem;
  }
}

.page__totop {
  bottom: 2.7142857143rem;
  height: 2.2857142857rem;
  opacity: 0;
  position: fixed;
  right: 2.5238095238rem;
  transition: opacity 0.5s ease-out;
  width: 2.619047619rem;
}
.page__totop.active {
  opacity: 1;
}
.page__totop > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/totop-arrow.svg) center/contain no-repeat;
  display: block;
  height: 100%;
  transform: filter 0.1s linear;
  width: 100%;
}
@media (pointer: fine) {
  .page__totop > a:hover {
    filter: brightness(150%) drop-shadow(0px 0.2380952381rem 0.4761904762rem rgba(0, 0, 0, 0.3333333333));
  }
}
.page__totop > a:active {
  filter: brightness(80%) drop-shadow(0px 0.2380952381rem 0.4761904762rem rgba(0, 0, 0, 0.3333333333));
}

.fz17 {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .fz17 {
    font-size: 0.8095238095rem;
  }
}

.fz18 {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .fz18 {
    font-size: 0.8095238095rem;
  }
}

.fz21 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .fz21 {
    font-size: 1rem;
  }
}

.fz22 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .fz22 {
    font-size: 1.0476190476rem;
  }
}

.fz25 {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .fz25 {
    font-size: 1.1904761905rem;
  }
}

.fz30 {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .fz30 {
    font-size: 1.4285714286rem;
  }
}

.fz32 {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .fz32 {
    font-size: 1.5238095238rem;
  }
}

.fz35 {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .fz35 {
    font-size: 1.6666666667rem;
  }
}

.fz40 {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .fz40 {
    font-size: 1.9047619048rem;
  }
}

.fz45 {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .fz45 {
    font-size: 2.1428571429rem;
  }
}

header {
  align-items: center;
  background-color: #000;
  display: flex;
  height: 76px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  header {
    height: 90px;
  }
}
header > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 262/56;
  background: url(../img/logo-wt2@2x.webp) center/contain no-repeat;
  height: 100%;
  margin: 0 auto;
  width: 222.7px;
}
@media screen and (min-width: 768px) {
  header > a {
    width: 262px;
  }
}

footer {
  align-items: center;
  background-color: #cda067;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  height: 3.8571428571rem;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
  text-align: center;
}

.title__sect h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 1360/622;
  background: url(../img/title-image@1x.webp) 0 0/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .title__sect h1 {
    background-image: url(../img/title-image@2x.webp);
  }
}

figure.title__foot {
  position: relative;
  margin: 2.9523809524em auto 0;
  width: 5rem;
}

.title__body {
  margin-top: 2.4285714286rem;
}
.title__body::before {
  aspect-ratio: 3720/2003;
  background-image: url(../img/page-tile-1@2x.webp);
  top: 6.3333333333rem;
}
.title__body h2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  row-gap: min(2.7777777778vw, 1.1428571429rem);
}
.title__body h2 span.line {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/title-body-headline@2x.webp) 50% 0%/contain no-repeat;
  height: min(8vw, 2.8571428571rem);
  width: 95%;
}
@media screen and (min-width: 576px) {
  .title__body h2 span.line {
    height: 2.8571428571rem;
  }
}
.title__body h2 span.dates {
  align-items: baseline;
  color: #fff;
  display: flex;
}
.title__body h2 span.dates span.day {
  font-size: 0.6666666667em;
}
.title__body h2 span.dates span.arrow {
  font-size: 0.4666666667em;
  margin: 0 0.35em;
}

.title__body-posts {
  position: relative;
  margin-top: 2.1428571429rem;
}
.title__body-posts article {
  background-color: #fdec00;
  padding: 0 1.5476190476rem;
}
@media screen and (min-width: 576px) {
  .title__body-posts article {
    padding: 0 2.380952381rem;
  }
}
.title__body-posts article + article {
  margin-top: 2.380952381rem;
}
.title__body-posts article h3 {
  color: #58207c;
  line-height: 1.3125;
}
.title__body-posts article div.link {
  height: 3.1764705882em;
  margin-top: 1.0588235294em;
  width: min(236px, 19.1764705882em);
}
@media screen and (min-width: 375px) {
  .title__body-posts article div.link {
    width: 19.1764705882em;
  }
}
.title__body-posts article div.link > a {
  align-items: center;
  background: url(../img/title-post-link-bg.svg) 0 0/contain no-repeat;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  user-select: none;
  width: 100%;
  transition-property: color, filter;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
@media (pointer: fine) {
  .title__body-posts article div.link > a:hover {
    color: #fdec00;
    filter: saturate(110%) brightness(150%) drop-shadow(0 2px 0 rgba(0, 0, 0, 0.3));
    transform: translateY(-2px);
  }
}
.title__body-posts article div.link > a:active {
  color: #fdec00;
  filter: brightness(80%);
  transform: translateY(1px);
}
.title__body-posts article.insta {
  padding-top: 1.1452380952rem;
  padding-bottom: 0.9904761905rem;
}
@media screen and (min-width: 576px) {
  .title__body-posts article.insta {
    padding-top: 1.7619047619rem;
    padding-bottom: 1.5238095238rem;
  }
}
@media screen and (min-width: 768px) {
  .title__body-posts article.insta {
    padding-right: 0.5238095238rem;
    display: grid;
    grid-template-columns: 1fr 30.7%;
  }
}
.title__body-posts article.insta .post-main h3 {
  margin-bottom: 0.46875em;
}
.title__body-posts article.insta figure.post-fig {
  margin-right: 0;
  margin-left: auto;
  margin-top: 1.5238095238rem;
  width: 13.0476190476rem;
}
@media screen and (min-width: 576px) {
  .title__body-posts article.insta figure.post-fig {
    margin-top: -3.4285714286rem;
  }
}
@media screen and (min-width: 768px) {
  .title__body-posts article.insta figure.post-fig {
    margin-top: 0;
    width: 100%;
  }
}
.title__body-posts article.petitem {
  padding-top: 0.3404761905rem;
  padding-bottom: 0.619047619rem;
  padding-right: 0.4952380952rem;
}
@media screen and (min-width: 576px) {
  .title__body-posts article.petitem {
    padding-top: 0.5238095238rem;
    padding-right: 0.7619047619rem;
  }
}
@media screen and (min-width: 768px) {
  .title__body-posts article.petitem {
    padding-right: 0.5238095238rem;
    display: grid;
    grid-template-columns: 1fr 58.3%;
  }
}
.title__body-posts article.petitem .post-main {
  padding-top: 0.619047619rem;
}
@media screen and (min-width: 576px) {
  .title__body-posts article.petitem .post-main {
    padding-top: 0.9523809524rem;
  }
}
.title__body-posts article.petitem .post-main h3 {
  margin-bottom: 0.2857142857em;
}
.title__body-posts article.petitem figure.post-fig {
  margin-left: auto;
  margin-right: 0;
  margin-top: 1.5238095238rem;
  width: min(100%, 24.5714285714rem);
}
@media screen and (min-width: 576px) {
  .title__body-posts article.petitem figure.post-fig {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .title__body-posts article.petitem figure.post-fig {
    width: 100%;
  }
}

.event__sect {
  margin-top: 3.3333333333rem;
}

nav.event__nav::before {
  aspect-ratio: 3720/754;
  background-image: url(../img/page-tile-2@2x.webp);
  top: 0.4285714286rem;
}
nav.event__nav ul {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 1.4285714286rem;
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  position: relative;
}
@media screen and (max-width: 575px) {
  nav.event__nav ul {
    max-width: 10.2222222222em;
  }
}
@media screen and (min-width: 576px) {
  nav.event__nav ul {
    display: grid;
    grid-template-areas: "link1 link2" "link3 link4" "link5 link5";
  }
}
nav.event__nav ul li.link-1 {
  grid-area: link1;
}
nav.event__nav ul li.link-2 {
  grid-area: link2;
}
nav.event__nav ul li.link-3 {
  grid-area: link3;
}
nav.event__nav ul li.link-4 {
  grid-area: link4;
}
nav.event__nav ul li.link-5 {
  grid-area: link5;
}
nav.event__nav ul li a {
  align-items: center;
  background-color: #fdec00;
  border-radius: 1.1111111111em;
  color: #58207c;
  display: flex;
  height: 2.2222222222em;
  justify-content: center;
  letter-spacing: -0.02em;
  padding-bottom: 0.1555555556em;
  transition-duration: 0.1s;
  transition-property: color, background-color;
  transition-timing-function: linear;
  user-select: none;
}
@media (pointer: fine) {
  nav.event__nav ul li a:hover {
    background-color: #84a;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    color: #fdec00;
    transform: translateY(-2px);
  }
}
nav.event__nav ul li a:active {
  background-color: #58207c;
  box-shadow: none;
  color: #fdec00;
  transform: translateY(1px);
}
nav.event__nav ul li a span.label {
  align-items: baseline;
  display: flex;
  justify-content: center;
  line-height: 1;
}
nav.event__nav ul li a span.label span.day {
  font-size: 0.6666666667em;
}
nav.event__nav ul li a span.label span.arrow {
  font-size: 0.4666666667em;
  margin: 0 0.25em;
}

.event__postset {
  display: flex;
  flex-direction: column;
  gap: 1.5476190476rem;
  margin-top: 3.1428571429rem;
}
@media screen and (min-width: 576px) {
  .event__postset {
    gap: 2.380952381rem;
  }
}

ul.event__bottom-links {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  line-height: 0.9;
  list-style: none;
  margin-bottom: 0;
  margin-top: 1.8em;
  padding-left: 0;
}
ul.event__bottom-links > li > a {
  align-items: center;
  background-color: #ce321c;
  border-radius: 1.2em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 2.4em;
  justify-content: center;
  gap: 0.125em 0.5em;
  padding: 0;
  transition: background-color 0.1s linear;
  user-select: none;
}
@media screen and (min-width: 576px) {
  ul.event__bottom-links > li > a {
    flex-direction: row;
  }
}
@media (pointer: fine) {
  ul.event__bottom-links > li > a:hover {
    background-color: #e42;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
  }
}
ul.event__bottom-links > li > a:active {
  box-shadow: none;
  transform: translateY(1px);
}
ul.event__bottom-links > li > a span.label {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
ul.event__bottom-links > li > a.pet span.label {
  background-image: url(../img/bottom-link-label-pet@2x.webp);
  height: 0.9em;
  width: 11.2em;
}
ul.event__bottom-links > li > a.event span.label.up {
  background-image: url(../img/bottom-link-label-event-up@2x.webp);
  height: 0.925em;
  width: 12.25em;
}
ul.event__bottom-links > li > a.event span.label.lo {
  background-image: url(../img/bottom-link-label-event-lo@2x.webp);
  height: 0.9em;
  width: 5.675em;
}

ul.event__bottom-notes {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2;
  list-style: none;
  margin-bottom: 0;
  margin-top: 2.3333333333em;
  padding-left: 0;
  text-align: center;
}

article.event__post .post-content {
  background-color: #fff;
  padding: 1.5476190476rem;
  position: relative;
}
@media screen and (min-width: 576px) {
  article.event__post .post-content {
    padding: 2.380952381rem;
  }
}
article.event__post .post-head {
  align-items: end;
  border-bottom: 1px solid #5f1985;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.8571428571rem;
}
article.event__post .post-head .post-head-dates {
  align-items: baseline;
  color: #58207c;
  display: flex;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  margin-top: -0.1333333333em;
}
article.event__post .post-head .post-head-dates span.day {
  font-size: 0.6666666667em;
}
article.event__post .post-head .post-head-dates span.arrow {
  font-size: 0.4666666667em;
  margin: 0 0.25em;
}
article.event__post .post-head .post-head-mark {
  background-color: #e50012;
  color: #fff;
  font-weight: 700;
  line-height: 1.56;
  padding: 0 0.32em;
}
article.event__post h3 {
  color: #5f1985;
  letter-spacing: normal;
  line-height: 1.3428571429;
  margin-top: 0.3714285714em;
}
article.event__post h3 span.small {
  font-size: 0.7142857143em;
}
article.event__post p.desc {
  letter-spacing: normal;
  margin-top: 0.8095238095em;
  text-align: justify;
}
article.event__post ul.data {
  color: #5f1985;
  font-weight: 600;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0.9523809524em;
  padding-left: 0;
}
article.event__post figure.bordered > img {
  border: 1px solid #727171;
}
article.event__post p.note {
  line-height: 1.6111111111;
  margin-bottom: 1em;
  margin-top: 1em;
}
article.event__post p.note a {
  color: inherit;
  text-decoration-line: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}
@media (pointer: coarse) {
  article.event__post p.note a {
    text-decoration-line: underline;
  }
}
@media (pointer: fine) {
  article.event__post p.note a:hover {
    text-decoration-line: underline;
  }
}
article.event__post p.note em {
  color: #ff0000;
  font-style: normal;
}
article.event__post .break-all {
  word-break: break-all;
}
article.event__post div.details-link {
  margin-top: 1.1428571429em;
  min-width: min(100%, 15.4761904762em);
  width: fit-content;
}
article.event__post div.details-link > a {
  border: 1px solid #5f1985;
  color: #5f1985;
  display: block;
  line-height: 1.3333333333;
  padding: 0.4285714286em 0.75em;
  text-align: center;
  transition: background-color 0.1s linear;
  transition-property: background-color;
  user-select: none;
}
@media (pointer: fine) {
  article.event__post div.details-link > a:hover {
    background-color: rgba(95, 25, 133, 0.1);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
  }
}
article.event__post div.details-link > a:active {
  background-color: rgba(95, 25, 133, 0.05);
  border-color: #a6f;
  box-shadow: none;
  color: #a6f;
  transform: translateY(1px);
}
article.event__post figure.upper-right {
  margin-top: 1.9047619048rem;
}
@media screen and (min-width: 768px) {
  article.event__post figure.upper-right {
    margin-top: 0;
  }
}
@media screen and (min-width: 576px) {
  article.event__post .post-upper.grid {
    column-gap: 1.8095238095rem;
    display: grid;
    grid-template-columns: 1fr 30%;
  }
  article.event__post .post-upper.grid figure.upper-right {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  article.event__post .post-upper.grid {
    grid-template-columns: 1fr 41.1765%;
  }
}

#illum.event__post::before {
  background-image: url(../img/page-tile-3@2x.webp);
  top: 3.8571428571rem;
  height: 83.5238095238rem;
}
#illum.event__post picture.post-lower {
  margin-top: 2.8785714286rem;
}
@media screen and (min-width: 576px) {
  #illum.event__post picture.post-lower {
    margin-top: 4.4285714286rem;
  }
}

#honey.event__post::before {
  background-image: url(../img/page-tile-4@2x.webp);
  aspect-ratio: 3750/1483;
  top: -2.619047619rem;
}

#festi.event__post::before {
  aspect-ratio: 3720/3441;
  background-image: url(../img/page-tile-5@2x.webp);
  top: 2.380952381rem;
}
#festi.event__post .post-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.7738095238rem;
  margin-top: 1.330952381rem;
  row-gap: 1.0476190476rem;
}
@media screen and (min-width: 576px) {
  #festi.event__post .post-info {
    margin-bottom: 1.1904761905rem;
    margin-top: 2.0476190476rem;
  }
}
#festi.event__post .post-info article.info {
  display: flex;
  flex-direction: column;
  gap: 1.0476190476rem;
}
@media screen and (min-width: 576px) {
  #festi.event__post .post-info article.info {
    display: grid;
    grid-template-areas: "body fig";
    grid-template-columns: 1fr 30%;
  }
}
@media screen and (min-width: 768px) {
  #festi.event__post .post-info article.info {
    grid-template-columns: 1fr 41.1765%;
  }
}
#festi.event__post .post-info article.info figure.info-fig {
  grid-area: fig;
}
#festi.event__post .post-info article.info div.info-body {
  grid-area: body;
  background-color: #fff3c2;
  padding: 0.8571428571em;
}
@media screen and (min-width: 576px) {
  #festi.event__post .post-info article.info div.info-body {
    padding: 0.8571428571em 1.1904761905em;
  }
}
#festi.event__post .post-info article.info div.info-body h4 {
  color: #5f1985;
  font-weight: 600;
  line-height: 1.6666666667;
}
#festi.event__post .post-info article.info div.info-body p {
  letter-spacing: normal;
  text-align: justify;
}
#festi.event__post .links-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1428571429em;
  justify-content: flex-start;
  margin-top: 1.1428571429em;
}
#festi.event__post .links-flex .details-link {
  margin-top: 0;
}

#inuso.event__post::before {
  aspect-ratio: 3720/2260;
  background-image: url(../img/page-tile-6@2x.webp);
  top: 4.5714285714rem;
}
@media screen and (min-width: 576px) {
  #inuso.event__post .upper-body.grid {
    display: grid;
    grid-template-columns: 1fr 30%;
    column-gap: 1.8095238095rem;
  }
}
@media screen and (min-width: 768px) {
  #inuso.event__post .upper-body.grid {
    grid-template-columns: 1fr 41.1765%;
  }
}
#inuso.event__post .upper-body.grid figure.body-right {
  margin-top: 1.0952380952rem;
}
@media screen and (min-width: 576px) {
  #inuso.event__post .upper-body.grid figure.body-right {
    margin-top: 0.9523809524rem;
  }
}
#inuso.event__post .post-lower {
  margin-top: 1.1428571429rem;
}
#inuso.event__post .post-lower .callout {
  border: 1px solid #000;
  margin-bottom: 1.3333333333rem;
  padding: 0.5714285714rem 0.9523809524rem 0.6666666667rem;
}
#inuso.event__post .post-lower .callout h4 {
  line-height: 1.6666666667;
}
#inuso.event__post .post-lower .callout ul {
  line-height: 1.6111111111;
  margin-top: 0.1666666667em;
  margin-bottom: 0;
  padding-left: 1.35em;
}

#beams.event__post::before {
  aspect-ratio: 3718/632;
  background-image: url(../img/page-tile-7@2x.webp);
  top: 2.4761904762rem;
}
#beams.event__post .upper-left p.note {
  margin-top: 0.3333333333em;
}
/*# sourceMappingURL=style.css.map */
