@charset "UTF-8";
/*********************************
********** pure( 不足分) **********
*********************************/
/* ベース: 100%（モバイルファースト） */
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500&family=Spartan:wght@400;700&display=swap');
[class*='pure-u-'] {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
}

/* === sm (≥568px) === */
@media (min-width: 568px) {
  .pure-u-sm-1-2 {
    width: 50%;
  }
  .pure-u-sm-1-3 {
    width: 33.3333%;
  }
  .pure-u-sm-2-3 {
    width: 66.6667%;
  }
  .pure-u-sm-1-4 {
    width: 25%;
  }
  .pure-u-sm-3-4 {
    width: 75%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
  }
  .pure-u-sm-1 {
    width: 100%;
  }
}
/* === md (≥768px) === */
@media (min-width: 768px) {
  .pure-u-md-1-2 {
    width: 50%;
  }
  .pure-u-md-1-3 {
    width: 33.3333%;
  }
  .pure-u-md-2-3 {
    width: 66.6667%;
  }
  .pure-u-md-1-4 {
    width: 25%;
  }
  .pure-u-md-3-4 {
    width: 75%;
  }
  .pure-u-md-1-5 {
    width: 20%;
  }
  .pure-u-md-4-5 {
    width: 80%;
  }
  .pure-u-md-1 {
    width: 100%;
  }
}
/* === lg (≥1024px) === */
@media (min-width: 1024px) {
  .pure-u-lg-1-2 {
    width: 50%;
  }
  .pure-u-lg-1-3 {
    width: 33.3333%;
  }
  .pure-u-lg-2-3 {
    width: 66.6667%;
  }
  .pure-u-lg-1-4 {
    width: 25%;
  }
  .pure-u-lg-3-4 {
    width: 75%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
  }
  .pure-u-lg-1 {
    width: 100%;
  }
}
/* === xl (≥1280px) === */
@media (min-width: 1280px) {
  .pure-u-xl-1-2 {
    width: 50%;
  }
  .pure-u-xl-1-3 {
    width: 33.3333%;
  }
  .pure-u-xl-2-3 {
    width: 66.6667%;
  }
  .pure-u-xl-1-4 {
    width: 25%;
  }
  .pure-u-xl-3-4 {
    width: 75%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
  }
  .pure-u-xl-1 {
    width: 100%;
  }
}
/* スマホ（～567px）で非表示 */
@media (max-width: 568px) {
  .pure-hidden-phone {
    display: none !important;
  }
}
/* タブレット（568px～767px）で非表示 */
@media (min-width: 568px) and (max-width: 768px) {
  .pure-hidden-tablet {
    display: none !important;
  }
}
/* PC（768px以上）で非表示 */
@media (min-width: 768px) {
  .pure-hidden-pc {
    display: none !important;
  }
}
/********************************
************* Fonts *************
*********************************/
/*======== GOOGLE FONTS ========*/
/* jap */
.gf-Mplus1p {
  font-family: 'Mplus 1p';
}

.gf-RoundedMplus1c {
  font-family: 'Rounded Mplus 1c';
}

.gf-nicomoji {
  font-family: 'Nico Moji';
}

/* eng */
.gf-AbrilFatface {
  font-family: 'Abril Fatface', cursive;
}

.gf-GloriaHallelujah {
  font-family: 'Gloria Hallelujah', cursive;
}

.gf-Righteous {
  font-family: 'Righteous', cursive;
}

.gf-UncialAntiqua {
  font-family: 'Uncial Antiqua', cursive;
}

.gf-GreatVibes {
  font-family: 'Great Vibes', cursive;
}

.gf-Orbitron {
  font-family: 'Orbitron', sans-serif;
}

.gf-Monoton {
  font-family: 'Monoton', cursive;
}

.gf-Limelight {
  font-family: 'Limelight', cursive;
}

.gf-LuckiestGuy {
  font-family: 'Luckiest Guy', cursive;
}

.gf-SigmarOne {
  font-family: 'Sigmar One', cursive;
}

.gf-Unlock {
  font-family: 'Unlock', cursive;
}

/*======== Adobe Fonts ========*/
.af-VdlLogogG {
  font-family: vdl-logog, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.af-AOtfGothicBbbPr6n {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.af-Ministry {
  font-family: ministry, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*======== VARIABLES CSS ========*/
/*===============  ===============*/
:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --color-base: #fff;
  --color-gray: #ddd;
  --color-theme: #ccff00;
  --color-theme-darken: #93b802;
  --color-validate: red;
  --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
    inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1), -0.8rem -0.8rem 1.2rem rgba(#fff, 0.2);
  --header-height: 4rem;
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --white-color: hsl(0, 0%, 100%);
  --black-color: hsl(0, 0%, 0%);
  --navbg-color: hsl(227, 26%, 17%);
  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: 'Montserrat Alternates', sans-serif;
  --h1-font-size: 1.5rem;
  --normal-font-size: 0.938rem;
  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-medium: 500;
  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

/*========== Responsive typography ==========*/
@media screen and (min-width: 1150px) {
  :root {
    --normal-font-size: 1rem;
  }
}
/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* base
------------------------------*/
html {
  font-family: 'Spartan', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo,
    sans-serif;
  font-size: 80%;
  line-height: 1;
  word-break: break-word;
  color: #333;
  background-color: var(--color-base);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  scroll-padding-top: 50px;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (max-width: 568px) {
  html {
    font-size: 90%;
  }
}
body {
  font-size: 1.6rem;
  margin: 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--white-color);
}

section {
  margin-top: 3rem;
}

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

@media (max-width: 568px) {
  main {
    margin: 6rem;
  }
}
::-moz-selection {
  color: #fff;
  background: var(--color-theme);
}

::selection {
  color: #fff;
  background: var(--color-theme);
}

img {
  border: 0;
  margin: 0;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

/* https://github.com/bedimcode/responsive-navbar-2 */
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a.hllink {
  -webkit-text-decoration: dotted;
  text-decoration: dotted; /* 下線を消す */
  transition: background-color 0.3s; /* ホバー時の滑らかさ */
}

a.hllink:hover {
  -webkit-text-decoration: dotted;
  text-decoration: dotted;
  background-color: var(--color-theme); /* ホバー時の背景色 */
}

/*=============== REUSABLE CSS CLASSES ===============*/
.container {
  max-width: 1024px;
  margin-inline: 1.5rem;
}

/*=============== HEADER & NAV ===============*/
header img {
  height: auto;
  width: 120px; /* または適切なサイズに調整 */
  max-height: 100%;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-theme-darken);
  z-index: var(--z-fixed);
  overflow: hidden;
  opacity: 0.8;
}

.nav {
  position: relative;
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__logo {
  display: flex;
  align-items: center;
}

.nav__logo img {
  height: calc(var(--header-height) - 1rem);
  width: auto;
  display: block;
}

.nav__close,
.nav__toggle {
  display: flex;
  color: var(--white-color);
  font-size: 1.5rem;
  cursor: pointer;
}

/* Navigation for mobile devices */
@media screen and (max-width: 1150px) {
  .nav__menu {
    position: fixed;
    left: -100%;
    top: 0;
    background-color: var(--navbg-color);
    width: 100%;
    height: 100%;
    padding: 6rem 3.5rem 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: left 0.4s;
  }
  .nav__item {
    transform: translateX(-150px);
    visibility: hidden;
    transition: transform 0.4s ease-out, visibility 0.4s;
  }
  .nav__item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .nav__item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .nav__item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .nav__item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .nav__item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .nav__item:nth-child(6) {
    transition-delay: 0.6s;
  }
  .nav__item:nth-child(7) {
    transition-delay: 0.7s;
  }
}
.nav__list,
.nav__social {
  display: flex;
}

.nav__list {
  flex-direction: column;
  row-gap: 3rem;
}

.nav__link {
  position: relative;
  color: var(--white-color);
  font-size: var(--h1-font-size);
  font-weight: var(--font-medium);
  display: inline-flex;
  align-items: center;
  transition: opacity 0.4s;
}

.nav__link i {
  font-size: 2rem;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

.nav__link span {
  position: relative;
  transition: margin 0.4s;
}

.nav__link span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: var(--white-color);
  transition: width 0.4s ease-out;
}

/* Animation link on hover */
.nav__link:hover span {
  margin-left: 2.5rem;
}

.nav__link:hover i {
  opacity: 1;
  visibility: visible;
}

.nav__link:hover span::after {
  width: 100%;
}

/* Sibling fade animation */
.nav__list:has(.nav__link:hover) .nav__link:not(:hover) {
  opacity: 0.4;
}

.nav__close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

.nav__social {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.nav__social-link {
  color: var(--white-color);
  font-size: 1.5rem;
  transition: transform 0.4s;
}

.nav__social-link:hover {
  transform: translateY(-0.25rem);
}

/* Show menu */
.show-menu {
  left: 0;
}

/* Animation link when displaying menu */
.show-menu .nav__item {
  visibility: visible;
  transform: translateX(0);
}

/*=============== BREAKPOINTS ===============*/
/* For large devices */
@media screen and (min-width: 1150px) {
  .container {
    margin-inline: auto;
  }
  .nav {
    height: calc(var(--header-height) + 2rem);
  }
  .nav__toggle,
  .nav__close {
    display: none;
  }
  .nav__link {
    font-size: var(--normal-font-size);
  }
  .nav__link i {
    font-size: 1.5rem;
  }
  .nav__list {
    flex-direction: row;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }
  .nav__menu {
    display: flex;
    align-items: center;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }
}
.l-inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}

.l-section {
  border-top: 1px solid #eee;
}

/* design
------------------------------*/
/* slider */
[class*='swiper']:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero {
  margin-bottom: 1rem;
  padding-top: calc(var(--header-height) + 2rem);
  /* コンテナ */
  /* スライド */
  /* スライド アクティブ時 */
  /* サムネイル */
  /* サムネイル アクティブ時 */
}

.hero .swiper-area {
  position: relative;
}

.hero .swiper-main {
  height: 90vh;
  margin-right: min(40rem, 25vw);
  border-radius: 0 5rem 5rem 0;
}

@media only screen and (max-width: 1024px) {
  .hero .swiper-main {
    height: max(70vh, 70vw);
  }
}
@media only screen and (max-width: 568px) {
  .hero .swiper-main {
    margin-right: 4rem;
  }
}
.hero .swiper-thumb {
  position: absolute;
  top: 10rem;
  right: 0;
  bottom: 10rem;
  width: min(48rem, 30vw);
}

@media only screen and (max-width: 568px) {
  .hero .swiper-thumb {
    top: auto;
    bottom: -6rem;
    width: 20rem;
    height: 24rem;
    border-radius: 1rem 0 0 1rem;
  }
}
.hero .slide {
  display: grid;
  height: 100%;
  padding: 0 4rem;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 569px) {
  .hero .slide {
    place-content: center;
  }
}
@media only screen and (max-width: 568px) {
  .hero .slide {
    padding-top: 20%;
  }
}
@media only screen and (min-width: 1025px) {
  .hero .slide img {
    transition: 2s var(--easing);
  }
  .hero .slide:hover img {
    transform: scale(1.05);
    opacity: 0.9;
  }
}
.hero .slide-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.hero .slide-content {
  transition: 3s 0.5s var(--easing);
  transform: translateY(-6rem);
  opacity: 0;
}

.hero .slide-title {
  font-size: 5rem;
  font-family: 'Righteous', cursive;
  line-height: 1.1;
  color: var(--color-theme);
  text-shadow: 1px 1px 0 #000;
}

.hero .slide-text {
  font-size: 3rem;
  margin: 4rem 0 6rem;
  text-shadow: 1px 1px 0 #000;
}

@media only screen and (max-width: 1024px) {
  .hero .slide-title {
    font-size: 3.2rem;
  }
  .hero .slide-text {
    font-size: 1.6rem;
    margin: 2.4rem 0 3.2rem;
  }
}
@media only screen and (max-width: 568px) {
  .hero .slide-title {
    font-size: 1.2rem;
  }
  .hero .slide-text {
    font-size: 1rem;
    margin: 1rem 0 3.2rem;
  }
}
.hero .pure-button {
  background-color: var(--color-theme-darken);
  color: #fff;
  border: none;
  padding: 0.8em 2em;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.hero .pure-button:hover {
  background-color: var(--color-theme);
}

.hero .slide-date {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  padding: 1rem 2rem 0.8rem;
  letter-spacing: 0.1em;
  border: solid currentColor;
  border-width: 2px 0;
}

@media only screen and (max-width: 1024px) {
  .hero .slide-date {
    font-size: 1.8rem;
  }
}
.hero .swiper-slide[class*='-active'] .slide-content {
  transform: translateY(0);
  opacity: 1;
}

.hero .thumb {
  font-weight: bold;
  position: relative;
  display: grid;
  overflow: hidden;
  align-content: center;
  height: 100%;
  padding: 0 4rem;
  cursor: pointer;
  transition: 2s var(--easing);
  color: #fff;
  font-family: 'Righteous', cursive;
  text-shadow: 1px 1px 0 #000;
}

@media only screen and (min-width: 568px) {
  .hero .thumb {
    border-radius: 4px 0 0 4px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero .thumb {
    padding: 0 2.4rem;
  }
}
.hero .thumb::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  content: '';
  transition: 1s var(--easing);
  transform: scaleY(0);
  background-color: var(--color-theme);
}

.hero .thumb-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.hero .thumb-media img {
  transition: 2s var(--easing);
}

.hero .thumb-title {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .hero .thumb-title {
    font-size: 1.4rem;
  }
}
.hero .thumb-date {
  font-size: 1.2rem;
  margin-top: 0.3em;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .hero .thumb-date {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 568px) {
  .hero .thumb-date {
    display: none;
  }
}
.hero .swiper-slide-thumb-active .thumb {
  color: var(--color-theme);
}

.hero .swiper-slide-thumb-active .thumb::before {
  transform: scaleY(1);
}

.hero .swiper-slide-thumb-active .thumb-media img {
  transform: scale(1.1);
  opacity: 0.3;
  filter: blur(3px);
  mix-blend-mode: hard-light;
}

.section-heading {
  background-color: var(--color-theme-darken);
  color: white;
  padding: 0.75rem 1rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin: 0; /* hタグ対策 */
  font-size: 1rem; /* サイズ調整は任意で */
  border-radius: 0.5rem 0.5rem 0 0; /* 最上部だけ角丸にしたい場合 */
}

.info-date {
  display: inline-block;
  width: 6.5em;
  color: #555;
  white-space: nowrap;
  flex-shrink: 0;
}

.info-body {
  flex: 1 1 auto;
  min-width: 0;
}

.modal {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  /* アニメーション制御 */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal.show {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background: var(--color-theme-darken);
  background-color: white;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
  /* アニメーション制御 */
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.4s ease;
}

.modal-content li {
  line-height: 1.5em !important;
}

.modal.show .modal-content {
  transform: translateY(0);
  opacity: 1;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: var(--white-color);
  cursor: pointer;
}

.close:hover {
  color: var(--color-gray);
}

.pure-list {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.pure-list-item {
  padding: 12px 16px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5em;
}

/* 最後の項目は下線を消して角丸 */
.pure-list-item:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

.pure-list-item:first-child {
  border-radius: 8px 8px 0 0;
}

.content-description p {
  line-height: 1.5em;
}

.sec-title {
  background-color: var(--color-theme-darken);
  color: white;
  font-weight: bold;
}

.price-title {
  font-weight: bold;
}

.cards {
  margin: -0.5em;
}

.card {
  box-sizing: border-box;
  padding: 0.5em;
}

.card-inner {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card-content {
  padding: 1em;
}

.card-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.price-list {
  list-style: none;
  padding: 0 1rem;
  margin: 1em 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 568px) {
  .price-list li {
    flex-direction: column;
    align-items: flex-start;
  }
  .price-list li span {
    margin-top: 0.25em;
    font-weight: bold;
    color: #333;
  }
}
.label {
  font-weight: bold;
}

.price,
.value {
  white-space: nowrap;
}

/* Map container */
.ggmap iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 4px;
}

input[type='text'],
input[type='email'],
input[type='tel'],
select,
textarea {
  width: 100%;
  padding: 0.6em;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

#contact li {
  padding: 1rem;
}

#contact p {
  line-height: 1.2em;
}

.contact-error {
  color: red;
  font-size: 0.85em;
  margin-top: 0.3em;
  display: none;
}

.contact-discription {
  padding: 3rem;
}

.contact-error.visible {
  display: block;
}

.contact-submit-wrap {
  text-align: center;
  margin-top: 2em;
}

.pure-submit {
  background-color: var(--color-theme-darken);
  color: #fff;
  border: none;
  padding: 0.8em 2em;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.pure-submit:hover {
  background-color: var(--color-theme);
}

.required {
  color: var(--color-validate);
  font-size: 0.9em;
  margin-left: 0.25em;
}

.contact-error {
  color: var(--color-validate);
  font-size: 0.9em;
  display: none;
  margin-top: 0.25em;
}

.contact-error.visible {
  display: block;
}

.contact-submit {
  background-color: var(--color-theme-darken);
  color: white;
  margin-top: 1em;
}

/* Responsive clear floats */
@media (min-width: 768px) {
  .pure-g::after {
    content: '';
    display: table;
    clear: both;
  }
}
.footer {
  padding: 3rem 0;
  background-color: var(--color-theme-darken);
}

.footer-container {
  margin: 0 auto;
  padding: 0 1rem;
}

.footer-text {
  margin: 0;
  text-align: center;
  color: white;
}

._force-output-check {
  display: none;
}
