@charset "UTF-8";
/* 読み込み
===================================================== */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* %変換
===================================================== */
/* vh変換(SP用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* 倍率で拡大
===================================================== */
/* spをpcへ引き伸ばし(px)
===================================================== */
/* spをpcへ引き伸ばし(vw)
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* width
===================================================== */
/* margin
===================================================== */
/* media query
===================================================== */
/* speed
============================================ */
/* fadeIn
============================================ */
.fadeIn {
  opacity: 0;
  transition: opacity 0.8s;
}
.fadeIn.on {
  opacity: 1;
}

.animeWrap .animeWrap_item__in {
  opacity: 0;
  transition: opacity 0.8s;
}
.animeWrap.on .animeWrap_item__in {
  opacity: 1;
}

/* fadeUp
============================================ */
.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.fadeUp.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.animeWrap.on .animeWrap_item__up {
  opacity: 1;
  transform: translateY(0);
}

/* fadeDown
============================================ */
.fadeDown {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.8s, transform 0.8s;
}
.fadeDown.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__down {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.8s, transform 0.8s;
}
.animeWrap.on .animeWrap_item__down {
  opacity: 1;
  transform: translateY(0);
}

/* fadeLeft
============================================ */
.fadeLeft {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.fadeLeft.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__left {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.animeWrap.on .animeWrap_item__left {
  opacity: 1;
  transform: translateX(0);
}

/* fadeRight
============================================ */
.fadeRight {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s, transform 0.8s;
}
.fadeRight.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__right {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s, transform 0.8s;
}
.animeWrap.on .animeWrap_item__right {
  opacity: 1;
  transform: translateX(0);
}

/* .big
===================================================== */
.animeWrap .animeWrap_item__big {
  opacity: 0;
  transform: scale(0.7);
  display: block;
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.animeWrap.on .animeWrap_item__big {
  opacity: 1;
  transform: scale(1);
}

/* colorBeta
============================================ */
.colorBeta {
  position: relative;
}
.colorBeta--c1::before {
  background-color: #f9efd9;
}
.colorBeta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f9efd9;
  z-index: 2;
  transition: all 0.8s ease;
}
.colorBeta.on::before {
  width: 0;
}

.colorBetaDown {
  position: relative;
}
.colorBetaDown--c2::before {
  background-color: #efee85;
}
.colorBetaDown--c3::before {
  background-color: #725545;
}
.colorBetaDown--c4::before {
  background-color: #fff0cb;
}
.colorBetaDown::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f9efd9;
  z-index: 2;
  transition: all 0.8s ease;
}
.colorBetaDown.on::before {
  height: 0;
}

/* blur
===================================================== */
.blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.blur.on {
  animation-name: blurAnime;
  animation-duration: 1.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.animeWrap .animeWrap_item__blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.animeWrap.on .animeWrap_item__blur {
  animation-name: blurAnime;
  animation-duration: 1.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
/* slide
============================================ */
.slide {
  overflow: hidden;
  transform: translateX(-101%);
  transition: transform 0.6s ease;
}
.slide .slide_item {
  display: block;
  transform: translateX(101%);
  transition: transform 0.6s ease;
}
.slide.on {
  transform: translateX(0);
}
.slide.on .slide_item {
  transform: translateX(0);
}

.animeWrap .animeWrap_item__slide {
  display: block;
  overflow: hidden;
  transform: translateX(-101%);
  transition: transform 1s ease;
}
.animeWrap .animeWrap_item__slide .animeWrap_item__slideImg {
  display: block;
  transform: translateX(101%);
  transition: transform 1s ease;
}
.animeWrap.on .animeWrap_item__slide {
  transform: translateX(0);
}
.animeWrap.on .animeWrap_item__slideImg {
  transform: translateX(0);
}

/* 
===================================================== */
.slideUp {
  overflow: hidden;
  display: block;
}
.slideUp .slideUp_box {
  transition: all 0.8s;
  display: block;
  transform: translateY(101%);
}
.slideUp.on .slideUp_box {
  transform: translateY(0);
}

.animeWrap .animeWrap_slideUp_area {
  overflow: hidden;
  display: block;
}
.animeWrap .slideUp_item__slideUp_box {
  display: block;
  transition: all 0.8s;
  transform: translateY(101%);
}
.animeWrap.on .animeWrap_slideUp_area .slideUp_item__slideUp_box {
  transform: translateY(0);
}

/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* 
===================================================== */
/*
    animation-name: tern;
    animation-delay: 4.5s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.25, .46, .45, .94);
*/
@keyframes tern {
  60%, 100% {
    transform: rotateY(1turn);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotation {
  animation: 5s linear infinite rotation;
}

/* 
===================================================== */
/* Ja */
/* En */
@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

.ja__l {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ja__m {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.ja__b {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.en__th-n {
  font-family: "ivymode", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 200, "wdth" 100;
}
.en__th-i {
  font-family: "ivymode", sans-serif;
  font-style: italic;
  font-variation-settings: "wght" 200, "wdth" 100;
}
.en__l-n {
  font-family: "ivymode", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 300, "wdth" 100;
}
.en__l-i {
  font-family: "ivymode", sans-serif;
  font-style: italic;
  font-variation-settings: "wght" 300, "wdth" 100;
}
.en__r-n {
  font-family: "ivymode", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400, "wdth" 100;
}
.en__r-i {
  font-family: "ivymode", sans-serif;
  font-style: italic;
  font-variation-settings: "wght" 400, "wdth" 100;
}
.en__m-n {
  font-family: "ivymode", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 600, "wdth" 120;
}
.en__m-i {
  font-family: "ivymode", sans-serif;
  font-style: italic;
  font-variation-settings: "wght" 600, "wdth" 120;
}
.en__b-n {
  font-family: "ivymode", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 700, "wdth" 120;
}
.en__b-i {
  font-family: "ivymode", sans-serif;
  font-style: italic;
  font-variation-settings: "wght" 700, "wdth" 120;
}

/* .eventFooter
===================================================== */
.eventFooter {
  line-height: 1.6;
  position: relative;
  z-index: 2;
  background-color: #fff6d9;
  color: #402b08;
}
@media screen and (min-width: 769px) {
  .eventFooter {
    padding: 95px 0 75px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .eventFooter {
    padding: 21.3333333333vw 0 42.6666666667vw;
  }
}
.eventFooter .eventFooter_inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .eventFooter .eventFooter_inner {
    display: flex;
    justify-content: space-between;
    max-width: min(96.3636363636vw, 1060px);
  }
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooter_inner {
    width: 84vw;
  }
}
@media screen and (min-width: 769px) {
  .eventFooter .eventFooter_left .eventFooterTop {
    margin-bottom: min(3.6363636364vw, 40px);
    max-width: min(44.5454545455vw, 490px);
  }
  .eventFooter .eventFooter_left .eventFooterTop span {
    display: block;
    font-weight: 100;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooter_left .eventFooterTop {
    width: 100%;
    margin-bottom: 2.6666666667vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .eventFooter .eventFooter_left .eventFooterTop span {
    font-weight: 100;
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  .eventFooter .eventFooter_left .eventFooterTop span i {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    text-align: right;
    font-weight: 100;
    border: 0.5px solid rgba(64, 43, 8, 0.5);
    border-radius: 50%;
    padding: 3px 6.81px 2px;
    font-size: 11px;
    line-height: 1;
    margin-top: 4px;
  }
}
.eventFooter .eventFooter_left .rightBlock_index {
  margin-bottom: min(1.7361111111vw, 25px);
  letter-spacing: 2px;
}
.eventFooter .eventFooter_left .rightBlock_index span {
  font-weight: 100;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooter_left .rightBlock_index span {
    font-size: 7.4666666667vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .eventFooter .eventFooter_left .rightBlock_index span {
    font-size: 30px;
    padding-bottom: 8px;
  }
}
.eventFooter .eventFooter_left .rightBlock_index span::after {
  content: "";
  display: block;
  width: calc(100% + 50px);
  height: 1px;
  background-color: #402b08;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooter_left .rightBlock_index span::after {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .eventFooter .eventFooter_right {
    width: min(36.3636363636vw, 400px);
    flex-shrink: 0;
  }
}
@media screen and (min-width: 769px) {
  .eventFooter .eventFooter_right .eventFooterTop img {
    margin-bottom: min(3vw, 33px);
    margin-left: auto;
    max-width: min(11.875vw, 171px);
  }
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooter_right .eventFooterTop img {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.eventFooter .eventFooter_right .rightBlock_index {
  margin-bottom: min(1.7361111111vw, 25px);
  letter-spacing: 2px;
}
.eventFooter .eventFooter_right .rightBlock_index span.flexed {
  font-weight: 100;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media screen and (min-width: 769px) {
  .eventFooter .eventFooter_right .rightBlock_index span.flexed {
    font-size: 30px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooter_right .rightBlock_index span.flexed {
    font-size: 7.4666666667vw;
    margin-bottom: 6.6666666667vw;
    padding-bottom: 2.1333333333vw;
    align-items: baseline;
  }
}
.eventFooter .eventFooter_right .rightBlock_index span.flexed::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #402b08;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.eventFooter .eventFooter_right .rightBlock_index span.flexed i {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooter_right .rightBlock_index span.flexed i {
    font-size: 10px;
  }
}
.eventFooter .eventFooterList {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .eventFooter .eventFooterList {
    gap: min(2.2727272727vw, 25px);
  }
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooterList {
    gap: 5.3333333333vw;
    margin-bottom: 16vw;
  }
}
.eventFooter .eventFooterList a {
  display: block;
}
.eventFooter .eventFooterList a span.en__l-i {
  display: block;
  font-size: min(1.875vw, 27px);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  letter-spacing: 0.04em;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooterList a span.en__l-i {
    font-size: 6.9333333333vw;
    letter-spacing: 0.04em;
  }
}
.eventFooter .eventFooterList a span.ja__l {
  display: block;
  font-size: min(0.6944444444vw, 10px);
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooterList a span.ja__l {
    font-size: 10px;
  }
}
.eventFooter .eventFooterList .eventFooterList_en {
  display: block;
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 500, "wdth" 125;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .eventFooter .eventFooterList .eventFooterList_en {
    font-size: min(2.1818181818vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooterList .eventFooterList_en {
    font-size: 6.4vw;
  }
}
.eventFooter .eventFooterList .eventFooterList_ja {
  display: block;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4545454545;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .eventFooter .eventFooterList .eventFooterList_ja {
    font-size: min(1vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooterList .eventFooterList_ja {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .eventFooter .eventFooterBottom {
    max-width: min(36.3636363636vw, 400px);
    margin-bottom: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooterBottom {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.6666666667vw;
  }
}
.eventFooter .eventFooterEvent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 769px) {
  .eventFooter .eventFooterEvent {
    gap: min(1.8181818182vw, 20px) min(4.0909090909vw, 45px);
  }
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooterEvent {
    gap: 6.4vw 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .eventFooter .eventFooterEvent li {
    width: calc((100% - min(4.0909090909vw, 45px)) / 2);
  }
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooterEvent li {
    width: calc((100% - 5.3333333333vw) / 2);
  }
}
.eventFooter .eventFooterEvent a {
  display: block;
}
@media screen and (min-width: 769px) {
  .eventFooter .eventFooterEvent img {
    margin-bottom: min(0.9090909091vw, 10px);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooterEvent img {
    box-shadow: 1.0666666667vw 1.0666666667vw 1.3333333333vw rgba(0, 0, 0, 0.1);
    margin-bottom: 2.6666666667vw;
  }
}
.eventFooter .eventFooterEvent p {
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .eventFooter .eventFooterEvent p {
    font-size: min(1vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .eventFooter .eventFooterEvent p {
    font-size: 2.9333333333vw;
  }
}/*# sourceMappingURL=event_footer.css.map */