.l-top .top-tent-hero {
  width: 100%;
  height: 100svh;
}
.l-top .top-tent-hero-img {
  width: 100%;
  height: 100%;
}
.l-top .top-tent-hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-top .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-top .top-tent-hero-wrap {
    padding: 0 5%;
    top: 40%;
  }
}
.l-top .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-top .top-tent-hero p {
    font-size: 28px;
    line-height: 1.3;
  }
}
.l-top .top-tent-hero-open_date {
  font-size: 7rem !important;
  font-weight: 300 !important;
  font-family: "Poppins", 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-top .top-tent-hero-open_date {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
}
.l-top .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-top .top-tent-hero-sub_copy {
    font-size: 0.9rem;
  }
}
.l-top .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-top .top-tent-hero-scroll_btn {
    top: 92%;
  }
}
.l-top .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-top .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-top .top-tent-hero-scroll_btn-text {
    font-size: 1.1rem;
    font-weight: 700;
  }
}
.l-top .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-top .top-tent-hero-scroll_btn::before {
    width: 85px;
    height: 85px;
  }
}
.l-top .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-top .top-tent-hero-news {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .l-top .top-tent-hero-news {
    top: 68%;
  }
}
.l-top .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-top .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-top .top-tent-hero-news a {
    padding: 0.8rem 1.5rem;
    width: calc(100% - 2rem);
    max-width: 100%;
    gap: 10px;
  }
}
.l-top .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-top .top-tent-hero-news-wrap {
    width: calc(100% - 5.5rem);
  }
}
.l-top .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-top .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-top .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-top .top-tent-hero-news-txt {
    line-height: 1.5;
  }
}

.l-top .home-hero {
  width: 100%;
  height: 100svh;
  padding: 24px;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero {
    padding: 16px;
  }
}
.l-top .home-hero .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-top .home-hero .swiper-slide {
  width: 100%;
  height: 100%;
}
.l-top .home-hero .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-top .home-hero-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
}
.l-top .home-hero-left {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 360px;
  height: 100%;
  padding: 24px;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-left {
    padding: 16px;
  }
}
.l-top .home-hero-left {
  z-index: 1;
}
.l-top .home-hero-left-top {
  width: 100%;
}
.l-top .home-hero-left-top-logo {
  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;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFFFFF;
}
.l-top .home-hero-left-top-logo img {
  width: 100px;
}
.l-top .home-hero-left-top-text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.l-top .home-hero-left-bottom {
  width: 100%;
}
.l-top .home-hero-left-bottom-news {
  position: relative;
  display: block;
  padding: 20px 30px 20px 40px;
  background-color: #FFFFFF;
  border-radius: var(--radius);
}
.l-top .home-hero-left-bottom-news-icon {
  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;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 40px;
  height: 40px;
  background-color: var(--theme-dark, #3b4b60);
  border-radius: 50%;
}
.l-top .home-hero-left-bottom-news-icon-text {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  color: #FFFFFF;
}
.l-top .home-hero-left-bottom-news-date {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: var(--theme-dark, #3b4b60);
  margin-bottom: 5px;
}
.l-top .home-hero-left-bottom-news-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.l-top .home-hero-right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  z-index: 1;
}
.l-top .home-hero-right-nav {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-top .home-hero-right-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  height: 100%;
  margin-bottom: 20px;
}
.l-top .home-hero-right-nav-list-item {
  height: 100%;
}
.l-top .home-hero-right-nav-list-item-contact {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.l-top .home-hero-right-nav-list-item-contact-title {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: var(--theme, #6b88af);
}
.l-top .home-hero-right-nav-list-item-contact-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.l-top .home-hero-right-nav-list-item-contact-phone-icon {
  width: 37px;
  height: 37px;
  fill: var(--theme, #6b88af);
}
.l-top .home-hero-right-nav-list-item-contact-phone-num {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
}
.l-top .home-hero-right-nav-list-item-reserve {
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-top .home-hero-right-nav-list-item-reserve-text {
  margin-bottom: 2px;
}
.l-top .home-hero-right-nav-list-item-reserve-text-en {
  position: relative;
  top: 2px;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: #FFFFFF;
}
.l-top .home-hero-right-nav-list-item-reserve-text-jp {
  font-size: 2.4rem;
  line-height: 1;
  color: #FFFFFF;
}
.l-top .home-hero-right-nav-list-item-reserve-tag {
  padding: 3px 8px;
  background-color: var(--theme-dark, #3b4b60);
  border-radius: var(--radius);
  font-size: 1.4rem;
  line-height: 1;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
.l-top .home-hero-right-nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.l-top .home-hero-right-nav-bottom-item-link-icon {
  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;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.l-top .home-hero-right-nav-bottom-item-link-icon-img {
  width: 15px;
  height: 15px;
  fill: var(--theme-dark, #3b4b60);
}
.l-top .home-hero-right-nav-bottom-item-link-text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .l-top .home-hero-right-nav-bottom-item-link:hover .home-hero-right-nav-bottom-item-link-text {
    color: var(--theme, #6b88af);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.l-top .home-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.l-top .home-hero-content-title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.25em;
  color: #FFFFFF;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-content-title {
    font-size: 2.8rem;
  }
}
.l-top .home-hero-infomation-news {
  margin-bottom: 40px;
}
.l-top .home-hero-infomation-news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.l-top .home-hero-infomation-news-link-icon {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  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;
  width: 32px;
  height: 32px;
  background-color: var(--theme-dark, #3b4b60);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-top .home-hero-infomation-news-link-icon-text {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #FFFFFF;
}
.l-top .home-hero-infomation-news-link-text-date {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: var(--theme-dark, #3b4b60);
  margin-bottom: 5px;
}
.l-top .home-hero-infomation-news-link-text-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.l-top .home-hero-infomation-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 10px;
}
.l-top .home-hero-infomation-nav-item-link {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 16px 5px;
  border-bottom: 1px solid var(--theme-light, #cbd5e3);
}
.l-top .home-hero-infomation-nav-item-link-jp {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #4d4d4d;
}
.l-top .home-hero-infomation-nav-item-link-en {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--theme, #6b88af);
}
.l-top .home-infomation {
  padding-top: 50px;
  padding-bottom: 120px;
}
@media screen and (max-width: 834px) {
  .l-top .home-infomation {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.l-top .home-infomation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 834px) {
  .l-top .home-infomation-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-top .home-infomation-content-title {
  padding-right: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--theme-dark, #3b4b60);
  border-right: 1px solid var(--theme-dark, #3b4b60);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.l-top .home-infomation-content-box {
  width: calc((100% - 70px) / 2);
}
@media screen and (max-width: 834px) {
  .l-top .home-infomation-content-box {
    width: 100%;
  }
}
.l-top .home-infomation-content-box-access {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.l-top .home-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 834px) {
  .l-top .home-slider {
    margin-bottom: 60px;
  }
}
.l-top .home-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
}
.l-top .home-slider-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: slider-scroll-left 30s linear infinite;
          animation: slider-scroll-left 30s linear infinite;
}
.l-top .home-slider-item-inner img {
  width: 250px;
  height: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 834px) {
  .l-top .home-slider-item-inner img {
    width: 150px;
    height: 150px;
  }
}
@-webkit-keyframes slider-scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slider-scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.l-top .home-feature {
  padding-bottom: 120px;
}
@media screen and (max-width: 834px) {
  .l-top .home-feature {
    padding-bottom: 60px;
  }
}
.l-top .home-feature-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.l-top .home-feature-content-left {
  position: sticky;
  top: 80px;
  height: calc(100svh - 80px);
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content-left {
    position: static;
    width: 100%;
    height: auto;
  }
}
.l-top .home-feature-content-left-title-jp-large {
  font-size: 3.2rem;
}
.l-top .home-feature-content-left-title-jp-small {
  font-size: 2.4rem;
}
.l-top .home-feature-content-right {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content-right {
    width: 100%;
  }
}
.l-top .home-feature-content-right-item {
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content-right-item {
    margin-bottom: 30px;
  }
}
.l-top .home-feature-content-right-item:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style-top.css.map */