.jump-point{
  margin-top:-198px;
  padding-top:198px;
}

#contents {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
h1 {
  padding-top: 56px;
}

h2{
  padding: 0.1em 1.8em;
  background-color: var(--color_sub);
  color: white;
}
}
hgroup {

  * {
    margin-right: .5em;
    display: inline;
  }
}

#hero {
  height: calc(100lvh - 198px);
}

#about-leadtxt,
#lead-text {
  font-size: 18px;
}

/* #about h1 {
  margin-bottom: 160px;
} */

.day {
  font-size: 120px;
}

.card{
  display: flex;
  *{
    flex-basis: 48%;
  }
}
.about-text {
  margin-left: 3%;
  max-width: 400px;
  max-height: 600px;
  font-size: 16px;

  p {
    margin-bottom: 1.5em;
  }
}


.about-box {
  display: flex;
  justify-content: space-between;
  align-items: center;

  .about-img {
    flex-basis: 35%;
    aspect-ratio: 1;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }


}


.swiper {
  margin-top:160px;
  position: relative;
  width: 100%;
}

.swiper-slide {
  padding: 3%;
  border: 2px solid #333;
  border-radius: 5px;
  height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-color: #fff;
}

.swiper-pagination {
  position: absolute;
  top: -7em !important;
  left: -30% !important;
  transform: translateX(-50%);
  z-index: 10;
  font-weight: 900;
}

.swiper-pagination-bullet {
  padding: 5px 2.5em;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 25px;
  background: none !important;
  font-family: var(--enfont);
  color: black;
}

.swiper-pagination-bullet:nth-child(1) {
  color:var(--day1);
}

.swiper-pagination-bullet:nth-child(2) {
  color: var(--day2);
}

.swiper-pagination-bullet:nth-child(3) {
  color: var(--day3);
}

.swiper-pagination-bullet-active {
  font-size: 3em;
}