@charset "UTF-8";
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  20%, 60% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes zoomIn {
  from {
    width: 920px;
    height: 626px;
  }
  to {
    width: calc(100vw - 2rem);
    height: calc(100vh - 2rem);
  }
}
@keyframes zoomInSp {
  from {
    width: 260px;
    height: 410px;
  }
  to {
    width: calc(100vw - 2rem);
    height: calc(100svh - (var(--grid-8) + 2rem));
  }
}
@keyframes scrollFlow {
  0% {
    stroke-dashoffset: 80;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: -10;
    opacity: 0;
  }
}
/*============================================================
  motion
============================================================*/
.motion-in {
  opacity: 0;
}
.motion-in.active {
  animation: fade_in 0.8s cubic-bezier(0.83, 0, 0.17, 1) 0.4s both;
}
.motion-in.figure-message-1 {
  animation-delay: 0.4s;
}
.motion-in.figure-message-2 {
  animation-delay: 0.8s;
}
.motion-in.figure-message-3 {
  animation-delay: 1.2s;
}
.motion-in.heading-catch {
  animation-delay: 1.4s;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .motion-in.fairBoxPnl1 {
    animation-delay: 0.2s;
  }
  .motion-in.fairBoxPnl2 {
    animation-delay: 0.4s;
  }
  .motion-in.fairBoxPnl3 {
    animation-delay: 0.6s;
  }
  .motion-in.fairBoxPnl4 {
    animation-delay: 0.8s;
  }
  .motion-in.fairBoxPnl5 {
    animation-delay: 1s;
  }
}

/*============================================================
  :hover
============================================================*/
@media (hover: hover) {
  .button-reservation {
    transition: background 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .button-next,
  .button-prev {
    transition: background 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .button-accordion {
    transition: background 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  }
  #charm-footer .division-charm-footer-1 .ul-menu > li > a {
    transition: opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  }
  #charm-footer .division-charm-footer-1 .ul-sns > li > a {
    transition: background 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  }
  #charm-index .division-charm-index-2 .division-charm-index-2-2 .ul-menu > li > a {
    transition: border 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  }
  #charm-halls .division-charm-halls-2 .ul-menu > li > a {
    transition: background 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
/*============================================================
  header
============================================================*/
@keyframes header_in {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
#header.floating {
  animation: header_in 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#charm-header .button-menu .icon-menu::before,
#charm-header .button-menu .icon-menu::after {
  transition: all 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

#charm-header .input-menu .button-menu .icon-menu .bar {
  transition: opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 768px) and (orientation: portrait) {
  #charm-header .division-charm-header-2 .nav-header {
    transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(-8%);
    opacity: 0;
  }
  #charm-header .division-charm-header-2 .input-menu:checked ~ .nav-header {
    transform: translateY(0);
    opacity: 1;
  }
}
/*============================================================
  INTRO
============================================================*/
body.fixed {
  overflow: hidden;
}

.intro {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: opacity 1s ease;
}
@media (max-width: 768px) and (orientation: portrait) {
  .intro {
    height: 100svh;
  }
}
.intro.hidden {
  opacity: 0;
  pointer-events: none;
}
.intro.end {
  position: relative;
  z-index: 0;
  pointer-events: none;
  display: block;
}
.intro.end .skip,
.intro.end .catchcopy {
  display: none;
}
.intro.end .slideshow .slideItem:not(:nth-of-type(5)) {
  opacity: 0;
}
.intro.end .kv-copy,
.intro.end .scrollSign {
  animation: fade_in 1.5s ease 0.5s both;
}
.intro.skipend .slideshow .slideItem:nth-of-type(5) {
  opacity: 1;
  width: calc(100vw - 2rem);
  height: calc(100vh - 2rem);
}
@media (max-width: 768px) and (orientation: portrait) {
  .intro.skipend .slideshow .slideItem:nth-of-type(5) {
    height: calc(100svh - (var(--grid-8) + 2rem));
  }
}
.intro .catchcopy {
  font-size: 10rem;
  opacity: 0;
  animation: fadeInOut 2s ease both;
  display: flex;
  flex-direction: column;
  gap: var(--grid);
  align-items: center;
  font-family: YakuHanMP, "FOT-筑紫Aオールド明朝 Pr6 M", serif;
}
.intro .catchcopy .text-catch {
  font-size: calc(var(--fontsize) * 3.2);
  padding: 0.6rem;
}
.intro .bgTxtWrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}
.intro .bgTxtWrap.show {
  opacity: 1;
}
.intro .bgTxtWrap .scrolltext {
  overflow: hidden;
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.intro .bgTxtWrap .scrolltext__item {
  flex-shrink: 0;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  font-size: calc(var(--fontsize) * 15);
  color: #BBC2DE;
  padding: 0 0.2em;
}
@media (max-width: 768px) and (orientation: portrait) {
  .intro .bgTxtWrap .scrolltext__item {
    font-size: calc(var(--fontsize) * 8);
  }
}
.intro .bgTxtWrap .scrolltext__item:nth-child(1) {
  animation: MoveLeft 12s -2s infinite linear;
}
.intro .bgTxtWrap .scrolltext__item:nth-child(2) {
  animation: MoveLeft2 12s -8s infinite linear;
}
.intro .bgTxtWrap .scrolltext__item:nth-child(3) {
  animation: MoveLeft2 12s -14s infinite linear;
}
@media (max-width: 768px) and (orientation: portrait) {
  .intro .bgTxtWrap .scrolltext__item:nth-child(1) {
    animation: MoveLeft 12s -4s infinite linear;
  }
  .intro .bgTxtWrap .scrolltext__item:nth-child(2) {
    animation: MoveLeft2 12s -10s infinite linear;
  }
  .intro .bgTxtWrap .scrolltext__item:nth-child(3) {
    animation: MoveLeft2 12s -16s infinite linear;
  }
}
.intro .skip {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  cursor: pointer;
  transition: background 0.3s;
  color: var(--black);
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
  font-size: calc(var(--fontsize) * 2);
}
.intro .scrollSign {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--white);
  gap: 8px;
  opacity: 0;
}
.intro .scrollSign.hide {
  animation: fade_in 3s ease 1s both reverse;
}
.intro .scrollSign svg {
  overflow: visible;
}
.intro .scrollSign .base {
  stroke: var(--blue);
  stroke-width: 1;
}
.intro .scrollSign .flow {
  stroke: var(--white);
  stroke-width: 1;
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: scrollFlow 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}
.intro .scrollSign span {
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
  font-size: calc(var(--fontsize) * 1.6);
}
.intro .kv-copy {
  opacity: 0;
}

.slideshow {
  overflow: hidden;
}
.slideshow .slideItem {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 920px;
  aspect-ratio: 920/626;
  opacity: 0;
  transition: opacity 1.5s ease;
  transform-origin: center center;
}
@media screen and (min-width: 751px) and (max-height: 700px) {
  .slideshow .slideItem {
    width: 620px;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .slideshow .slideItem {
    width: 260px;
    aspect-ratio: 260/410;
    top: calc(50% + var(--grid-4));
  }
}
.slideshow .slideItem img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideshow .slideItem:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-5deg);
}
.slideshow .slideItem:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}
.slideshow .slideItem:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(5deg);
}
.slideshow .slideItem:nth-of-type(4) {
  transform: translate(-50%, -50%) rotate(-5deg);
}
.slideshow .slideItem.active {
  opacity: 1;
}
.slideshow .slideItem.zoom {
  animation: zoomIn 3s ease forwards;
}
@media (max-width: 768px) and (orientation: portrait) {
  .slideshow .slideItem.zoom {
    animation: zoomInSp 3s ease forwards;
  }
}

.button-reservation {
  opacity: 0;
}
.button-reservation.show {
  animation: fade_in 1.5s ease 0.5s both;
}

.mainmenu,
.content {
  opacity: 0;
  transition: opacity 1s ease;
}
.mainmenu.show,
.content.show {
  opacity: 1;
}

@media (max-width: 768px) and (orientation: portrait) {
  .mainmenu {
    opacity: 1;
    transition: opacity 1s ease;
  }
}