@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* フェスティバルLP */
/* ============================================ */
.lp-hero,
.lp-notice,
.lp-intro,
.lp-ticket,
.lp-hotels,
.lp-special,
.lp-stage,
.lp-bingo,
.lp-schedule,
.lp-guide,
.lp-access {
  position: relative;
  overflow: hidden;
}

.lp-sec-hd {
  position: relative;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.lp-sec-hd__lantern {
  position: absolute;
  top: 80px;
  width: 132px;
  height: 83px;
  pointer-events: none;
}
.lp-sec-hd__lantern--r {
  right: -20px;
}
.lp-sec-hd__lantern--l {
  left: -20px;
}
.lp-sec-hd__oni {
  position: absolute;
  top: 5px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-sec-hd__oni--l {
  left: -35px;
  transform: scaleY(-1) rotate(200deg);
}
.lp-sec-hd__oni--r {
  right: -35px;
  transform: rotate(15deg);
}
.lp-sec-hd__oni img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-sec-hd__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #39160e;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}
.lp-sec-hd__title em {
  font-style: normal;
  color: #ba191b;
  font-size: 3.2rem;
}
.lp-sec-hd__title--two {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
.lp-sec-hd__title-sm {
  font-size: 2.4rem;
  color: #39160e;
}
.lp-sec-hd__title-em {
  font-size: 3.2rem;
  color: #ba191b;
  line-height: 1.2;
}

.lp-hero {
  background: #1a0d0d url(../images/top/hero.jpg) no-repeat center center/cover;
  aspect-ratio: 375/500;
  min-height: 260px;
}
.lp-hero__bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 70%);
  z-index: 1;
  pointer-events: none;
}
.lp-hero__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.lp-hero__title {
  font-family: "Reggae One", serif;
  font-weight: 400;
  font-size: 4rem;
  color: #fff;
  line-height: 1.2;
  padding: 0 15px;
  margin-top: calc(50% - 60px);
}
.lp-hero__footer {
  padding: 0 15px 88px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.lp-hero__sub1, .lp-hero__sub2 {
  font-size: 1.7rem;
  line-height: 1.5;
}
.lp-hero__hl {
  color: #f0b623;
  font-size: 2.6rem;
}

.lp-notice {
  padding: 32px 15px 16px;
}
.lp-notice__wrap {
  position: relative;
}
.lp-notice__card {
  border-radius: 8px;
  overflow: visible;
}
.lp-notice__head {
  background: #ba191b;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  padding: 6px 8px;
  border-radius: 8px 8px 0 0;
}
.lp-notice__list {
  background: #fbe6cf;
  border: 4px solid #ba191b;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.3);
}
.lp-notice__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(57, 22, 14, 0.2);
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #39160e;
}
.lp-notice__item:first-child {
  padding-top: 15px;
}
.lp-notice__item:last-child {
  border-bottom: none;
}
.lp-notice__item a {
  flex: 1;
  color: #39160e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lp-notice__arrow {
  font-size: 1.8rem;
  color: #39160e;
  margin-left: 8px;
  flex-shrink: 0;
}
.lp-notice__deco {
  position: absolute;
  pointer-events: none;
}
.lp-notice__deco--l {
  width: 70px;
  height: 60px;
  left: -5px;
  top: -14px;
  transform: rotate(10deg);
}
.lp-notice__deco--r {
  width: 50px;
  height: 60px;
  right: -5px;
  top: -14px;
  transform: rotate(-15deg);
}

.lp-intro {
  padding: 40px 15px;
}
.lp-intro__sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #39160e;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 24px;
}
.lp-intro__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  color: #39160e;
  line-height: 1.8;
  margin-bottom: 24px;
}
.lp-intro__grid {
  display: flex;
  gap: 9px;
  margin-bottom: 12px;
}
.lp-intro__grid img {
  flex: 1;
  height: 104px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 2px solid #d9d9d9;
}

.lp-slider {
  position: relative;
  margin-bottom: 16px;
}
.lp-slider__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
  padding-inline: calc((100% - 231px) / 2);
}
.lp-slider__track::-webkit-scrollbar {
  display: none;
}
.lp-slider__slide {
  flex-shrink: 0;
  width: 300px;
  scroll-snap-align: center;
}
.lp-slider__slide img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 2px solid #d9d9d9;
  display: block;
}
.lp-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  z-index: 2;
}
.lp-slider__btn img {
  width: 44px;
  height: 44px;
  display: block;
}
.lp-slider__btn--prev {
  left: -10px;
}
.lp-slider__btn--next {
  right: -10px;
}

.lp-pills {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fbe6cf;
  border: 2px solid #c09e6a;
  border-radius: 128px;
  padding: 12px 16px;
  mix-blend-mode: multiply;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #39160e;
  font-weight: 500;
}
.lp-pill__icon {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

.lp-ticket {
  padding: 0 15px 40px;
}
.lp-ticket__img-wrap {
  margin-bottom: 16px;
  cursor: pointer;
}
.lp-ticket__img {
  width: 100%;
  aspect-ratio: 168/119;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 2px solid #d9d9d9;
  display: block;
}
.lp-ticket__zoom-hint {
  text-align: center;
  font-size: 1.2rem;
  color: #39160e;
  margin-top: 6px;
}
@media all and (max-width: 896px) {
  .lp-ticket__zoom-hint {
    display: none;
  }
}
.lp-ticket__text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.2;
}
.lp-ticket__text p:first-child {
  font-size: 2.4rem;
  color: #39160e;
}
.lp-ticket__em {
  font-size: 3.2rem;
  color: #ba191b;
}
.lp-ticket__lantern {
  position: absolute;
  width: 132px;
  height: 83px;
  pointer-events: none;
}
.lp-ticket__lantern--l {
  left: -10px;
  top: 300px;
}
.lp-ticket__lantern--r {
  right: -10px;
  top: 310px;
}

.lp-hotels {
  background: #000;
  padding: 16px 0;
}
.lp-hotels__deco {
  position: absolute;
  pointer-events: none;
}
.lp-hotels__deco--l {
  top: 0;
  left: 0;
}
.lp-hotels__deco--r {
  bottom: 0;
  right: 0;
}
.lp-hotels__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: normal;
}
.lp-hotels__slider-wrap {
  position: relative;
}
.lp-hotels__slider {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 0 8px;
  padding-inline: calc((100% - 170px) / 2);
}
.lp-hotels__slider::-webkit-scrollbar {
  display: none;
}
.lp-hotels__btn {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  z-index: 2;
}
.lp-hotels__btn img {
  width: 44px;
  height: 44px;
  display: block;
}
.lp-hotels__btn--prev {
  left: 10px;
}
.lp-hotels__btn--next {
  right: 10px;
}
.lp-hotels__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}
.lp-hotels__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.35);
  padding: 0;
  cursor: pointer;
  transition: background 0.2s;
}
.lp-hotels__dot.is-active {
  background: #ba191b;
}
.lp-hotels__item {
  flex-shrink: 0;
  scroll-snap-align: center;
}
.lp-hotels__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.lp-hotels__item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: normal;
}
.lp-hotels__img-wrap {
  width: 250px;
  height: 100px;
  overflow: hidden;
  border-radius: 4px;
}
.lp-hotels__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.lp-special {
  padding: 40px 15px;
}
.lp-special__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #39160e;
  line-height: 1.8;
  margin-bottom: 24px;
}
.lp-special__photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.lp-special__photo-img {
  width: 100%;
  aspect-ratio: 343/213;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 2px solid #d9d9d9;
}
.lp-special__dots {
  height: 10px;
  width: auto;
}
.lp-special__lantern {
  position: absolute;
  width: 132px;
  height: 83px;
  pointer-events: none;
}
.lp-special__lantern--l {
  left: -20px;
  top: 10px;
}
.lp-special__lantern--r {
  right: -20px;
  top: 10px;
}

.lp-date-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fbe6cf;
  border: 2px solid #c09e6a;
  border-radius: 128px;
  padding: 12px 16px;
  mix-blend-mode: multiply;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #39160e;
  text-align: center;
  width: 262px;
  margin: 0 auto 24px;
}
.lp-date-pill__icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.lp-stage {
  padding: 40px 15px;
}
.lp-stage__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #39160e;
  line-height: 1.8;
  margin-bottom: 24px;
}
.lp-stage__lantern {
  position: absolute;
  width: 132px;
  height: 83px;
  pointer-events: none;
}
.lp-stage__lantern--l {
  left: -20px;
  top: 0px;
}
.lp-stage__lantern--r {
  right: -20px;
  top: 0px;
}

.lp-bingo {
  padding: 0 15px 24px;
}
.lp-bingo__wrap {
  position: relative;
  height: 168px;
}
.lp-bingo__card {
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  height: 126px;
  background: #fbe6cf;
  border: 4px solid #c09e6a;
  border-radius: 8px;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.lp-bingo__content {
  position: absolute;
  left: 147px;
  top: 6px;
  right: 4px;
  font-family: "Noto Serif JP", serif;
  color: #39160e;
}
.lp-bingo__text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2px;
}
.lp-bingo__strong {
  color: #ba191b;
}
.lp-bingo__prize {
  background: #ba191b;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 2px 0;
  line-height: 1.4;
  border-radius: 4px;
  margin-bottom: 4px;
}
.lp-bingo__chance {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.lp-bingo__char {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 132px;
  height: 141px;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.lp-schedule {
  padding: 40px 15px;
}
.lp-schedule__time {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #ba191b;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
}
.lp-schedule__desc {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #39160e;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 0;
}
.lp-schedule__free {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #39160e;
  text-align: center;
  margin-bottom: 24px;
}
.lp-schedule__coming {
  padding: 24px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #39160e;
  background: #fbe6cf;
  border: 1px solid #d4bda5;
}
.lp-schedule__notice {
  font-family: "Noto Serif JP", serif;
  font-size: 1.34rem;
  font-weight: 500;
  color: #39160e;
  line-height: 1.8;
  margin-top: 16px;
}
.lp-schedule__lantern {
  position: absolute;
  width: 132px;
  height: 83px;
  pointer-events: none;
}
.lp-schedule__lantern--l {
  left: -20px;
  top: -10px;
}
.lp-schedule__lantern--r {
  right: -20px;
  top: -10px;
}

.lp-tabs__nav {
  display: flex;
}
.lp-tabs__tab {
  flex: 1;
  padding: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #39160e;
  background: transparent;
  border: 1px solid #cfc3b7;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: 0.2s;
}
.lp-tabs__tab.is-active {
  background: #ba191b;
  color: #fff;
  border-color: #ba191b;
}
.lp-tabs__body {
  border: none;
}

.lp-tab-panel {
  display: none;
}
.lp-tab-panel.is-active {
  display: block;
  max-height: 600px;
  overflow-y: auto;
}

.lp-sch-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
  background: #fbe6cf;
  border: 1px solid #d4bda5;
}
.lp-sch-item + .lp-sch-item {
  border-top: none;
}

.lp-sch-date {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #39160e;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 76px;
}

.lp-sch-tags {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.lp-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 16px;
  border-radius: 128px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}

.lp-tag--special {
  background: #c8890a;
}

.lp-tag--dance {
  background: #4a7c26;
}

.lp-tag--dj {
  background: #1a7a9e;
}

.lp-tag--band {
  background: #2d6e41;
}

.lp-tag--balloon {
  background: #d45f18;
}

.lp-tag--taiko {
  background: #6b3580;
}

.lp-tag--juggling {
  background: #b51a9a;
}

.lp-tag--concert {
  background: #4a3b9e;
}

.lp-tag--guest {
  background: #c01515;
}

.lp-tag--closed {
  background: #808080;
}

.lp-guide {
  padding: 40px 15px;
}
.lp-guide__lantern {
  position: absolute;
  width: 132px;
  height: 83px;
  pointer-events: none;
}
.lp-guide__lantern--l {
  left: -20px;
  top: 0px;
}
.lp-guide__lantern--r {
  right: -20px;
  top: 0px;
}

.lp-guide-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  padding: 24px;
  margin-bottom: 24px;
}
.lp-guide-card__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #ba191b;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 16px;
}
.lp-guide-card__title--teal {
  color: #2f5d73;
}
.lp-guide-card__img-wrap {
  margin-bottom: 10px;
  position: relative;
}
.lp-guide-card__img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.lp-guide-card__dots {
  display: flex;
  justify-content: center;
  gap: 4.5px;
  margin-bottom: 14px;
}
.lp-guide-card__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d9d9d9;
}
.lp-guide-card__dot--red {
  background: #ba191b;
}
.lp-guide-card__dot--teal {
  background: #2f5d73;
}
.lp-guide-card__img {
  width: 100%;
  aspect-ratio: 297/193;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 2px solid #d9d9d9;
  display: block;
}
.lp-guide-card__body {
  background: #fbe6cf;
  border-radius: 12px;
  padding: 16px;
}
.lp-guide-card__offer {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 16px;
}
.lp-guide-card__offer--red {
  color: #ba191b;
}
.lp-guide-card__offer--teal {
  color: #2f5d73;
}
.lp-guide-card__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #39160e;
  line-height: 1.8;
  margin-bottom: 16px;
}
.lp-guide-card__note {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #39160e;
  line-height: 1.8;
  margin-bottom: 16px;
}
.lp-guide-card__steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.lp-guide-card__steps li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #39160e;
  line-height: 1.6;
}
.lp-guide-card__step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ba191b;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.lp-guide-card__step-num--teal {
  background: #2f5d73;
}
.lp-guide-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 16px;
  border-radius: 128px;
  border: 2px solid #c09e6a;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  transition: opacity 0.3s;
}
.lp-guide-card__btn--red {
  background: #ba191b;
}
.lp-guide-card__btn--teal {
  background: #2f5d73;
}
@media (hover: hover) {
  .lp-guide-card__btn:hover {
    opacity: 0.75;
  }
}
.lp-guide-card--stay {
  border: 2px solid #ba191b;
}
.lp-guide-card--daytrip {
  border: 2px solid #2f5d73;
}
.lp-guide-card--daytrip .lp-guide-card__body {
  background: #e2f5ff;
}

.lp-access {
  padding: 40px 15px;
}
.lp-access__map-wrap {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #d9d9d9;
}
.lp-access__map {
  width: 100%;
  aspect-ratio: 343/211;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lp-access__info {
  padding: 0 8px;
}
.lp-access__name {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #39160e;
  line-height: 1.8;
  margin-bottom: 8px;
}
.lp-access__dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-access__row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #39160e;
  line-height: 1.4;
}
.lp-access__row dt {
  flex-shrink: 0;
  width: 60px;
}
.lp-access__row dd {
  flex: 1;
}
.lp-access__lantern {
  position: absolute;
  width: 132px;
  height: 83px;
  pointer-events: none;
}
.lp-access__lantern--l {
  left: -20px;
  top: 0px;
}
.lp-access__lantern--r {
  right: -20px;
  top: 0px;
}

.lp-lightbox {
  position: relative;
  padding: 44px 0 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  max-width: 90vw;
  max-height: 90vh;
}
.lp-lightbox::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.lp-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.lp-lightbox__img {
  display: block;
  max-width: 90vw;
  max-height: calc(85vh - 44px);
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.lp-lightbox__close {
  position: absolute;
  top: 50px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #333;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*# sourceMappingURL=top.css.map */