@charset "UTF-8";
.english-font {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", sans-serif !important;
}

.japanese-font {
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Yu Mincho", "游明朝", serif !important;
}

.ephesis-font {
  font-family: "Ephesis", cursive !important;
}

header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 50 !important;
  transition: all 0.3s ease-in-out;
}
header nav {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media (max-width: 767px) {
  header nav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
header .md\\:hidden h1,
header .md\\:hidden .logo-image {
  transition: all 0.3s ease-in-out;
}

.hamburger-menu {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 1rem;
  border-radius: 0.5rem;
}
.hamburger-menu:hover {
  opacity: 0.8;
  background-color: rgba(255, 255, 255, 0.1);
}
.hamburger-menu.active {
  background-color: rgba(255, 255, 255, 0.2);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(62, 62, 62, 0.95);
  color: white;
  z-index: 1000;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.mobile-menu.hidden {
  display: none !important;
}
.mobile-menu .mobile-menu-header {
  display: flex;
  justify-content: flex-end;
  padding: 2rem;
}
.mobile-menu .close-menu {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 2rem;
  transition: all 0.3s ease;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.mobile-menu .close-menu:hover {
  opacity: 0.8;
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.mobile-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu ul li:last-child {
  border-bottom: none;
}
.mobile-menu ul li a {
  display: block;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.mobile-menu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.scroll-down-animation {
  position: relative;
  width: 2px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.scroll-down-animation .scroll-line {
  width: 2px;
  height: 100%;
  background: white;
  opacity: 0.6;
}
.scroll-down-animation .scroll-circle {
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  animation: scroll-down 2s ease-in-out infinite;
}
@media (max-width: 767px) {
  .scroll-down-animation {
    height: 60px;
  }
  .scroll-down-animation .scroll-circle {
    width: 6px;
    height: 6px;
    animation: scroll-down-sp 2s ease-in-out infinite;
  }
  .scroll-down-animation .scroll-line {
    height: 40px;
  }
  .scroll-down-animation.horizontal-layout {
    height: 50px;
    margin: 0;
  }
  .scroll-down-animation.horizontal-layout .scroll-circle {
    width: 5px;
    height: 5px;
    animation: scroll-down-horizontal 2s ease-in-out infinite;
  }
  .scroll-down-animation.horizontal-layout .scroll-line {
    height: 30px;
  }
}

@keyframes scroll-down {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 60px;
    opacity: 0.8;
  }
  100% {
    top: 80px;
    opacity: 0;
  }
}
@keyframes scroll-down-sp {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 20px;
    opacity: 0.8;
  }
  100% {
    top: 40px;
    opacity: 0;
  }
}
@keyframes scroll-down-horizontal {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 15px;
    opacity: 0.8;
  }
  100% {
    top: 30px;
    opacity: 0;
  }
}
.scroll-text {
  font-size: 0.75rem;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: -7rem;
}
@media (max-width: 767px) {
  .scroll-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

#concept,
#news,
#facility {
  position: relative;
  overflow: hidden;
}

#access {
  background-color: #232323;
}
#access h2,
#access h4,
#access i {
  color: #999999;
}

#faq {
  background-color: #232323;
}
#faq h2,
#faq i {
  color: #999999;
}
#faq .faq-answer {
  transition: all 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
#faq .faq-answer.active {
  max-height: 200px;
  opacity: 1;
}

footer {
  background-color: #232323 !important;
}

.writing-vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Yu Mincho", "游明朝", serif;
  letter-spacing: 0.3em;
}

.concept-images .aspect-square {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  transform: scale(0.8) rotate(5deg);
  opacity: 0;
}
.concept-images .aspect-square:hover {
  transform: scale(1.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.concept-images .aspect-square img {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.concept-images .aspect-square:hover img {
  transform: scale(1.05);
}
.concept-images .aspect-square.animate-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.facility-item {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(30px);
}
.facility-item.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.facility-item .aspect-4-3 {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.facility-item .aspect-4-3:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.facility-item .aspect-4-3 img {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.facility-item .aspect-4-3:hover img {
  transform: scale(1.05);
}
.facility-item .lg\\:w-1\/3.flex.items-center.justify-center.h-full {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.facility-item .writing-vertical.text-4xl.font-light.text-yellow-300.border.border-yellow-300.px-6.py-8 {
  font-weight: 100 !important;
  border: none !important;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.facility-item .writing-vertical.text-4xl.font-light.text-yellow-300.border.border-yellow-300.px-6.py-8.visible {
  opacity: 1;
}

.aspect-4-3 {
  aspect-ratio: 4/3;
}

@media (max-width: 1023px) {
  .facility-item .writing-vertical {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1023px) {
  .facility-item {
    margin-bottom: 3rem;
  }
  .facility-item .flex.flex-col.lg\\:flex-row {
    flex-direction: column;
    gap: 2rem;
  }
  .facility-item .lg\\:w-2\/5 {
    width: 100% !important;
  }
  .facility-item .lg\\:w-1\/5 {
    width: 100% !important;
    min-height: auto !important;
    margin: 1rem 0;
  }
  .facility-item .writing-vertical {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    text-align: center;
    font-size: 2rem !important;
    padding: 1rem !important;
  }
  .facility-item .pt-20 {
    padding-top: 0 !important;
  }
  .facility-item .grid.grid-cols-1.gap-4.max-w-sm {
    max-width: 100% !important;
  }
  .facility-item .lg\\:w-2\/5.pt-20 {
    padding-top: 0 !important;
    order: 2;
  }
  .facility-item .lg\\:w-1\/5.flex.items-center.justify-center {
    order: 1;
    margin-bottom: 1rem;
  }
  .facility-item .lg\\:w-2\/5:not(.pt-20) {
    order: 3;
  }
  .facility-item .carbonated-spa-text,
  .facility-item .sauna-text,
  .facility-item .milky-bath-text,
  .facility-item .lobby-text {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    margin-top: 1rem;
    text-align: center;
  }
  .facility-item .carbonated-spa-text .carbonated-spa-title,
  .facility-item .carbonated-spa-text .sauna-title,
  .facility-item .carbonated-spa-text .milky-bath-title,
  .facility-item .carbonated-spa-text .lobby-title,
  .facility-item .sauna-text .carbonated-spa-title,
  .facility-item .sauna-text .sauna-title,
  .facility-item .sauna-text .milky-bath-title,
  .facility-item .sauna-text .lobby-title,
  .facility-item .milky-bath-text .carbonated-spa-title,
  .facility-item .milky-bath-text .sauna-title,
  .facility-item .milky-bath-text .milky-bath-title,
  .facility-item .milky-bath-text .lobby-title,
  .facility-item .lobby-text .carbonated-spa-title,
  .facility-item .lobby-text .sauna-title,
  .facility-item .lobby-text .milky-bath-title,
  .facility-item .lobby-text .lobby-title {
    font-size: 7rem !important;
    opacity: 1 !important;
    color: white !important;
  }
}
.slider-container {
  position: relative;
  overflow: hidden;
}

.slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.slider-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-slide.active {
  opacity: 1;
  animation: morph-in 2s ease-in-out forwards;
}
.slider-slide:not(.active) {
  animation: morph-out 1.5s ease-in-out forwards;
}

@media (max-width: 767px) {
  .w-full.md\\:w-2\/3 .slider-container {
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .w-full.md\\:hidden .slider-container {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes morph-in {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
    transform: scale(1.2);
    filter: blur(8px);
  }
  50% {
    -webkit-clip-path: circle(50% at 50% 50%);
            clip-path: circle(50% at 50% 50%);
    transform: scale(1.1);
    filter: blur(4px);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
    transform: scale(1);
    filter: blur(0px);
  }
}
@keyframes morph-out {
  0% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
    transform: scale(1);
    filter: blur(0px);
  }
  50% {
    -webkit-clip-path: circle(50% at 50% 50%);
            clip-path: circle(50% at 50% 50%);
    transform: scale(0.9);
    filter: blur(4px);
  }
  100% {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
    transform: scale(0.8);
    filter: blur(8px);
  }
}
.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
  color: white;
  background: rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.gallery-swiper .swiper-button-next:hover,
.gallery-swiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}
.gallery-swiper .swiper-button-next::after,
.gallery-swiper .swiper-button-prev::after {
  font-size: 20px;
}
.gallery-swiper .swiper-slide {
  transition: all 0.5s ease;
}
.gallery-swiper .swiper-slide:hover {
  transform: scale(1.02);
}
.gallery-swiper .swiper-slide-active {
  transform: scale(1.1);
  z-index: 2;
}
.gallery-swiper .swiper-slide-prev,
.gallery-swiper .swiper-slide-next {
  transform: scale(0.9);
  opacity: 0.7;
}
@media (min-width: 768px) {
  .gallery-swiper .swiper-slide {
    transition: all 0.6s ease;
  }
  .gallery-swiper .swiper-slide-active {
    transform: scale(1.05);
  }
  .gallery-swiper .swiper-slide-prev,
  .gallery-swiper .swiper-slide-next {
    transform: scale(0.85);
    opacity: 0.6;
  }
}

.lobby-text, .milky-bath-text, .sauna-text, .carbonated-spa-text {
  position: absolute;
  bottom: -5%;
  left: 2%;
  mix-blend-mode: difference;
  z-index: 10;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .lobby-text, .milky-bath-text, .sauna-text, .carbonated-spa-text {
    bottom: 15%;
    left: 5%;
    right: 5%;
    text-align: center;
  }
}

.lobby-text .lobby-title, .milky-bath-text .milky-bath-title, .sauna-text .sauna-title, .carbonated-spa-text .carbonated-spa-title {
  font-size: 10rem !important;
  font-weight: 300;
  color: white;
  letter-spacing: 0.09em;
  line-height: 0.9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
@media (max-width: 992px) {
  .lobby-text .lobby-title, .milky-bath-text .milky-bath-title, .sauna-text .sauna-title, .carbonated-spa-text .carbonated-spa-title {
    font-size: 7em !important;
  }
}

.luxury-spa-text {
  position: absolute;
  bottom: 3%;
  left: 5%;
  mix-blend-mode: difference;
}
.luxury-spa-text .luxury-spa-title {
  font-size: 10rem;
  font-weight: 300;
  color: white;
  letter-spacing: 0.09em;
  line-height: 0.9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 992px) {
  .luxury-spa-text .luxury-spa-title {
    font-size: 7em;
  }
}
@media (max-width: 767px) {
  .luxury-spa-text {
    bottom: 27%;
    left: 7%;
  }
}/*# sourceMappingURL=style.css.map */