.l-lower .top-tent-hero {
  width: 100%;
  height: 100svh;
}
.l-lower .top-tent-hero-img {
  width: 100%;
  height: 100%;
}
.l-lower .top-tent-hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-lower .top-tent-hero-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
@media screen and (max-width: 834px) {
  .l-lower .top-tent-hero-wrap {
    padding: 0 5%;
    top: 40%;
  }
}
.l-lower .top-tent-hero p {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .l-lower .top-tent-hero p {
    font-size: 28px;
    line-height: 1.3;
  }
}
.l-lower .top-tent-hero-open_date {
  font-size: 7rem !important;
  font-weight: 300 !important;
  font-family: "Shippori Mincho", sans-serif !important;
  color: var(--theme, #6b88af) !important;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3) !important;
}
@media screen and (max-width: 834px) {
  .l-lower .top-tent-hero-open_date {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
}
.l-lower .top-tent-hero-sub_copy {
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-lower .top-tent-hero-sub_copy {
    font-size: 0.9rem;
  }
}
.l-lower .top-tent-hero-scroll_btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  top: 92%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
@media screen and (max-width: 834px) {
  .l-lower .top-tent-hero-scroll_btn {
    top: 92%;
  }
}
.l-lower .top-tent-hero-scroll_btn-arrow {
  width: 30px;
  height: 30px;
  rotate: 90deg;
  z-index: 1;
  -webkit-animation: loop 1.5s infinite;
          animation: loop 1.5s infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-lower .top-tent-hero-scroll_btn-text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .l-lower .top-tent-hero-scroll_btn-text {
    font-size: 1.1rem;
    font-weight: 700;
  }
}
.l-lower .top-tent-hero-scroll_btn::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 834px) {
  .l-lower .top-tent-hero-scroll_btn::before {
    width: 85px;
    height: 85px;
  }
}
.l-lower .top-tent-hero-scroll_btn:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.l-lower .top-tent-hero-news {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .l-lower .top-tent-hero-news {
    top: 68%;
  }
}
.l-lower .top-tent-hero-news a {
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(50% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #000000;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .l-lower .top-tent-hero-news a:hover {
    color: var(--theme, #6b88af);
    opacity: 0.9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 834px) {
  .l-lower .top-tent-hero-news a {
    padding: 0.8rem 1.5rem;
    width: calc(100% - 2rem);
    max-width: 100%;
    gap: 10px;
  }
}
.l-lower .top-tent-hero-news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .l-lower .top-tent-hero-news-wrap {
    width: calc(100% - 5.5rem);
  }
}
.l-lower .top-tent-hero-news-mark {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  background: var(--theme, #6b88af);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-lower .top-tent-hero-news-date {
  color: #828282;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.104rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-lower .top-tent-hero-news-txt {
  letter-spacing: 0.12rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .l-lower .top-tent-hero-news-txt {
    line-height: 1.5;
  }
}/*# sourceMappingURL=style-tent-top.css.map */