/* ===============================
  variables
=============================== */
:root {
  /* ===== Color ===== */
  --color-bg: #F0F1F2;
  --color-text: #000;
  --color-accent: #23977C;

  /* ===== Font ===== */
  --font-family-base: "helvetica-lt-pro", sans-serif;
  --font-family-title: "korolev-rounded", sans-serif;
  --font-size-base: 16px;
  --line-height-base: 1.40625;

  /* ===== Container ===== */
  --container-width: 375px;

  /* ===== Spacing scale ===== */
  --space-side: 15px;
  --space-xxs: 4px;
  --space-xs: 8px;
  --space-s: 12px;
  --space-m: 16px;
  --space-l: 24px;
  --space-xl: 32px;
  --space-xxl: 48px;
  --space-3xl: 64px;
}

/* ===============================
  vendor
=============================== */
/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */

 :root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:cubic-bezier(.22, 1, .36, 1)}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:cubic-bezier(.22, 1, .36, 1)}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}

/* ===============================
  base
=============================== */
body {
  background-color: transparent;
  background-image: url(/en/img/top/bg_01.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

img {
  height: auto;
}

.l-top-main > *:first-child,
.c-top-tab__panel-content > *:first-child,
.c-top-toggle__content > *:first-child,
.c-top-box > *:first-child,
.p-top-about__detail > *:first-child,
.p-top-stay__detail > *:first-child,
.p-top-bbq__detail > *:first-child,
.p-top-rac__detail > *:first-child,
.p-top-lounge__detail > *:first-child,
.p-top-bath__detail > *:first-child,
.p-top-other__detail > *:first-child,
.p-top-information__detail > *:first-child {
  margin-top: 0 !important;
}

.l-top-main > *:last-child,
.c-top-tab__panel-content > *:last-child,
.c-top-toggle__content > *:last-child,
.c-top-box > *:last-child,
.c-top-card__item > *:last-child,
.p-top-about__detail > *:last-child,
.p-top-stay__detail > *:last-child,
.p-top-bbq__detail > *:last-child,
.p-top-rac__detail > *:last-child,
.p-top-lounge__detail > *:last-child,
.p-top-bath__detail > *:last-child,
.p-top-other__detail > *:last-child,
.p-top-information__detail > *:last-child {
  margin-bottom: 0 !important;
}

span.is-space {
  width: 0.22em !important;
}

.swiper-navigation-icon {
  display: none !important;
}

/* ===============================
  container
=============================== */
.l-container {
  position: relative;
  margin-left: 0;
  border: none;
}

@media (min-width: 768px) {
  .l-container::before,
  .l-container::after {
    left: calc(50% - var(--container-width) / 2);
    width: var(--container-width);
    margin-left: 0;
  }
}

/* ===============================
  header
=============================== */
.l-header {
  position: fixed;
  top: 0;
  left: calc(50% + var(--container-width) / 2);
  width: fit-content;
  padding: 80px;
  background-color: transparent;
}

.l-header .c-top-logo {
  margin-top: 80px;
  text-align: center;
}

.l-header__menu {
  display: none;
}

.l-header__sitemap {
  display: block;
}

@media (min-width: 768px) {
  .l-header__menu {
    display: block;
  }

  .l-header__sitemap {
    display: none;
  }
}

/* ===============================
  main
=============================== */
.l-main {
  position: relative;
  max-width: 100vw;
  margin-inline: auto;
  padding: 10px;
  /* padding: var(--space-s);
  background-color: var(--color-accent); */
}

@media (min-width: 768px) {
  .l-main {
    max-width: var(--container-width);
  }

  .l-main::before {
    left: calc(50% - var(--container-width) / 2 + 10px);
  }
}

/* ===============================
  footer
=============================== */
.l-footer {
  display: none;
  position: fixed;
  top: 0;
  right: calc(50% + var(--container-width) / 2);
  width: fit-content;
  padding: 80px;
  background-color: transparent;
}

@media (min-width: 768px) {
  .l-footer {
    display: block;
  }
}

/* ===============================
  top layout
=============================== */

/* header */
@media (min-width: 768px) {
  .l-top-header::before {
    content: "";
    display: block;
    position: fixed;
    top: 10px;
    left: calc(50% + var(--container-width) / 2 - 20px);
    z-index: 10;
    width: 10px;
    height: 10px;
    background-image: url(/en/img/common/bg_sp.svg);
    background-size: contain;
    pointer-events: none;
    transform: scale(-1, 1);
  }
}

.l-top-header__logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 12px 14px 14px;
  border-radius: 0 0 10px;
  background-color: var(--color-accent);
}

.l-top-header__logo::before,
.l-top-header__logo::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(/en/img/common/bg_sp.svg);
  background-size: contain;
  pointer-events: none;
}

.l-top-header__logo::before {
  top: 10px;
  right: -10px;
}

.l-top-header__logo::after {
  bottom: -10px;
  left: 10px;
}

@media (min-width: 768px) {
  .l-top-header__logo {
    left: calc(50% - var(--container-width) / 2);
  }
}

.l-top-header__logo-img {
  width: 165px;
}

.l-top-header .c-top-kv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: calc(100vh - 10px);
  height: calc(100dvh - 10px);
  border-radius: 10px;
}

.l-top-header .c-top-kv::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #F0F1F2;
  pointer-events: none;
}

.l-top-header .c-top-kv__inner {
  position: absolute;
  right: 29px;
  bottom: 32px;
  z-index: 2;
}

.l-top-header .c-top-kv__heading {
  width: calc(326 / 750 * 100vw);
  opacity: 0;
  -webkit-animation: opening .4s ease-in-out .8s forwards;
  animation: opening .4s ease-in-out .8s forwards;
}

@media (min-width: 768px) {
  .l-top-header .c-top-kv__heading {
    width: 163px;
  }
}

.l-top-header .c-top-kv__background {
  position: relative;
  z-index: 1;
  height: 100%;
}

.l-top-header .c-top-kv__background .swiper-wrapper {
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

.l-top-header .c-top-kv__background .swiper-slide {
  overflow: hidden;
  height: calc(100vh - 10px);
  height: calc(100dvh - 10px);
}

.l-top-header .c-top-kv__background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-animation: scale-down 15s linear both;
  animation: scale-down 15s linear both;
}

/* main */
.l-top-main {
  padding: 70px var(--space-side) 0;
  background-color: #F0F1F2;
  font-size: var(--font-size-base);
  font-size: 1rem;
  line-height: var(--line-height-base);
}

.l-top-main .swiper-button-prev,
.l-top-main .swiper-button-next {
  z-index: 5;
  width: 14px;
  height: 32px;
  margin-top: 0;
  background-color: var(--color-accent);
  outline: none;
}

.l-top-main .swiper-button-prev {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.l-top-main .swiper-button-next {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
}

/* footer */
.l-top-footer__nav {
  position: fixed;
  right: 27px;
  bottom: 30px;
  z-index: 10;
}

@media (min-width: 768px) {
  .l-top-footer__nav {
    right: auto;
    left: calc(50% + var(--container-width) / 2 - 180px);
  }
}

.l-top-footer__nav.js-footer-nav {
  opacity: 0;
}

/* ===============================
  top component
=============================== */

/* heading */
.c-top-heading {
  margin-bottom: var(--space-l);
}

.c-top-heading__img {
  margin-bottom: var(--space-xs);
  animation: shake 1.5s steps(2) infinite;
  -webkit-animation: shake 1.5s steps(2) infinite;
}

.c-top-heading__img--r {
  margin-right: -27px;
  text-align: right;
}

.c-top-heading__img--l {
  margin-left: -27px;
  text-align: left;
}

.c-top-heading__label {
  margin-bottom: var(--space-s);
  color: var(--color-accent);
  font-family: var(--font-family-title);
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.022222222222222;
  letter-spacing: -0.01em;
  text-align: center;
}

.c-top-heading__label .u-top-fzs {
  font-size: 34.5px;
  font-size: 2.15625rem;
  line-height: 1.022222222222222;
}

.c-top-heading__description {
  padding: 0 14px;
  text-align: center;
}

.js_inview .c-top-heading__description {
  opacity: 0;
}

.js_inview._inview .c-top-heading__description {
  animation: inview-fadein .6s cubic-bezier(.22, 1, .36, 1) forwards;
  -webkit-animation: inview-fadein .6s cubic-bezier(.22, 1, .36, 1) forwards;
}

/* title */
.c-top-title {
  margin: var(--space-xl) 0 var(--space-xs);
}

.c-top-title + * {
  margin-top: var(--space-xs) !important;
}

.c-top-title--v1 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.818181818181818;
}

.c-top-title--v2 {
  margin: 42px 0 var(--space-s);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.35;
}

/* button */
.c-top-button {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}

.c-top-button__item {
  margin-inline: auto;
}

.c-top-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  outline: none;
}

@media (min-width: 768px) {
  .c-top-button__link {
    transition: opacity cubic-bezier(.22, 1, .36, 1) .3s;
  }

  .c-top-button__link:hover {
    opacity: 0.7;
  }
}

.c-top-button--v1 .c-top-button__item {
  min-width: 182px;
}

.c-top-button--v1 .c-top-button__link {
  padding: var(--space-side);
  border-radius: 999px;
  background-color: #F98100;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.c-top-button--v2 .c-top-button__item {
  max-width: 260px;
  min-width: 260px;
}

.c-top-button--v2 .c-top-button__link {
  padding: 18px var(--space-side) 17px;
  border-radius: 5px;
  background-color: var(--color-accent);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  font-family: var(--font-family-title);
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
}

.c-top-button--v3 .c-top-button__item {
  max-width: 149px;
  min-width: 149px;
}

.c-top-button--v3 .c-top-button__link {
  position: relative;
  z-index: 1;
  padding: 14px var(--space-side) 13px;
  border-radius: 999px;
  box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.25);
  font-family: var(--font-family-base);
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}

.c-top-button--v3 .c-top-button__link::before,
.c-top-button--v3 .c-top-button__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity cubic-bezier(.22, 1, .36, 1) .3s;
}

.c-top-button--v3 .c-top-button__link::before {
  background: linear-gradient(180deg, #23977C 37.35%, #1C453E 125.3%);
}

.c-top-button--v3 .c-top-button__link::after {
  opacity: 0;
  background: linear-gradient(0deg, #23977C 37.35%, #1C453E 125.3%);
}

@media (min-width: 768px) {
  .c-top-button--v3 .c-top-button__link:hover,
  .c-top-button--v3 .c-top-button__link:hover::after {
    opacity: 1;
  }
}

/* tab */
.c-top-tab {
  margin-bottom: var(--space-l);
}

.c-top-tab__nav {
  display: flex;
  column-gap: var(--space-xs);
  position: relative;
  z-index: 1;
}

.c-top-tab__nav-button {
  padding: 13px 14px 11px;
  border: 2px solid #23977C;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #FFFDFD 27.76%, #C4C4C4 118.12%);
  flex: 1;
  font-size: var(--font-size-base);
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  outline: none;
  transition: all cubic-bezier(.22, 1, .36, 1) .3s;
}

@media (min-width: 768px) {
  .c-top-tab__nav-button {
    transition: opacity cubic-bezier(.22, 1, .36, 1) .3s;
  }

  .c-top-tab__nav-button:not(.is-active):hover {
    opacity: 0.7;
  }
}

.c-top-tab__nav-button.is-active {
  border: 2px solid #000;
  background: #000;
  color: #fff;
}

.c-top-tab__panel {
  position: relative;
  z-index: 1;
  margin-top: -2px;
}

.c-top-tab__panel-content {
  padding: var(--space-xl) var(--space-s);
  background-color: #fff;
}

.js-tab .c-top-tab__panel-content {
  display: none;
}

.js-tab .c-top-tab__panel-content.is-active {
  display: block;
}

/* toggle */
.c-top-toggle {
  position: relative;
}

.c-top-tab__panel .c-top-toggle__content {
  margin-right: calc(var(--space-s) * -1);
  margin-left: calc(var(--space-s) * -1);
  padding-right: var(--space-s);
  padding-left: var(--space-s);
}

.c-top-toggle__button {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  outline: none;
}

.c-top-toggle__button > span {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  text-indent: -9999px;
}

.c-top-toggle__button > span::before,
.c-top-toggle__button > span::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 11px;
  opacity: 1;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background-color: #000;
  transition: cubic-bezier(.22, 1, .36, 1) .3s;
  transition-property: opacity, transform;
}

.c-top-toggle__button > span::before {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.is-open .c-top-toggle__button > span::before {
  opacity: 0;
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

.c-top-toggle__content {
  overflow: hidden;
  height: calc(255 / 384 * 100vw);
  will-change: height;
  /* max-height: calc(255 / 384 * 100vw);
  transition: max-height linear .3s;
  will-change: max-height; */
}

@media (min-width: 768px) {
  .c-top-toggle__content {
    height: 255px;
  }
}

.c-top-toggle__content::after {
  content: "";
  position: absolute;
  top: var(--space-xxl);
  right: calc(var(--space-s) * -1);
  bottom: 0;
  left: calc(var(--space-s) * -1);
  z-index: 5;
  opacity: 1;
  /* background: linear-gradient(181.17deg, rgba(255, 255, 255, 0) -7.06%, #fff 19.39%); */
  background: linear-gradient(181.17deg, rgba(255, 255, 255, 0) -2.01%, #fff 68.06%);
  transition: opacity cubic-bezier(.22, 1, .36, 1) .3s;
}

.c-top-tab .c-top-toggle__content::after {
  bottom: calc(var(--space-xl) * -1);
}

.is-open .c-top-toggle__content {
  max-height: 100%;
}

.is-open .c-top-toggle__content::after {
  opacity: 0;
  pointer-events: none;
}

/* box */
.c-top-box {
  margin: var(--space-l) 0 var(--space-m);
  padding: 29px 14px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
}

/* card */
.c-top-card {
  position: relative;
}

.c-top-card .swiper {
  margin-right: -14px;
  margin-left: -14px;
  padding-right: 14px;
  padding-left: 14px;
}

.c-top-card .swiper-slide {
  height: auto;
}

.c-top-card__item {
  display: flex;
  flex-direction: column;
}

.c-top-card__item-title {
  margin: 0 -14px var(--space-xxs);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

.c-top-card__item-title.u-top-fzs {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.944444444444444;
}

.c-top-card__item-description {
  margin-bottom: var(--space-m);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.538461538461538;
}

.c-top-card__item-img {
  overflow: hidden;
  margin-bottom: var(--space-m);
  border-radius: 5px;
}

.c-top-card__item-img img {
  width: 100%;
}

.c-top-card__item-col--row2 {
  display: flex;
  gap: var(--space-xs);
  margin-top: auto;
}

.c-top-card__item-col--row2 > .c-top-card__item-img {
  width: calc(50% - var(--space-xs) / 2);
  margin-bottom: 0;
}

.c-top-card__controls .swiper-button-prev,
.c-top-card__controls .swiper-button-next {
  top: calc(39px + (361 / 750 * 50vw));
}

@media (min-width: 768px) {
  .c-top-card__controls .swiper-button-prev,
  .c-top-card__controls .swiper-button-next {
    top: calc(39px + (183.2px / 2) - 16px);
  }
}

.c-top-card__controls .swiper-button-prev {
  left: -24px;
}

.c-top-card__controls .swiper-button-next {
  right: -24px;
}

/* gallery */
.c-top-gallery {
  position: relative;
  margin: var(--space-l) 0 var(--space-m);
}

.c-top-gallery.js-item-slider {
  padding: 0 var(--space-side);
}


.c-top-gallery__img {
  overflow: hidden;
  border-radius: 5px;
}

.c-top-gallery__img img {
  width: 100%;
}

.c-top-gallery__controls .swiper-button-prev,
.c-top-gallery__controls .swiper-button-next {
  top: calc(50% - 16px);
}

.c-top-gallery__controls .swiper-button-prev {
  left: -8px;
}

.c-top-gallery__controls .swiper-button-next {
  right: -8px;
}

/* view */
.c-top-view {
  display: flex;
  justify-content: flex-end;
  margin-top: var(--space-xs);
  text-align: right;
}

.c-top-view__button {
  padding: 0 var(--space-side);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.333333333333333;
  text-decoration: underline;
}

/* access */
.c-top-access {
  margin-bottom: var(--space-xxl);
}

.c-top-access__img {
  width: 100%;
  border-radius: 5px;
}

.c-top-access__caption {
  margin-top: var(--space-m);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.538461538461538;
}

/* hr */
.c-top-hr {
  margin: var(--space-xxl) 0 var(--space-xl);
}

.c-top-hr--dot {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-inline: auto;
  border: none;
  border-radius: 50%;
  background-color: var(--color-accent);
}

/* ===============================
  top project
=============================== */
.p-top-about,
.p-top-stay,
.p-top-bbq,
.p-top-rac,
.p-top-lounge,
.p-top-bath,
.p-top-other,
.p-top-information {
  margin-bottom: var(--space-3xl);
}

/* about */
.p-top-about__heading {
  margin-bottom: var(--space-l);
}

.p-top-about__heading-subtitle {
  font-size: 16.5px;
  font-size: 1.03125rem;
  font-weight: 700;
  line-height: 2.424242424242424;
}

.js_inview .p-top-about__heading-subtitle {
  opacity: 0;
}

.js_inview._inview .p-top-about__heading-subtitle {
  animation: inview-fadein .6s cubic-bezier(.22, 1, .36, 1) forwards;
  -webkit-animation: inview-fadein .6s cubic-bezier(.22, 1, .36, 1) forwards;
}

.p-top-about__heading-title {
  font-family: var(--font-family-title);
  font-size: 43.5px;
  font-size: 2.71875rem;
  font-weight: 700;
  line-height: 0.7004248478585371;
  letter-spacing: -0.01em;
}

.p-top-about__detail {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.538461538461538;
}

/* bbq */
.p-top-bbq .c-top-heading__img--r {
  margin-right: -11px;
}

/* bath */
.p-top-bath .c-top-heading__label {
  line-height: 0.8222222222222222;
}

/* other */
.p-top-other .c-top-title + .c-top-tab {
  margin-top: var(--space-xl) !important;
}

.p-top-other .c-top-toggle__button {
  top: calc(var(--space-xl) * -1 - 22px);
}

/* information */
.p-top-information .c-top-heading__img--r {
  margin-right: 0;
}

.p-top-information .c-top-button {
  margin-top: var(--space-3xl);
}

.p-top-information .c-top-credit {
  margin-top: var(--space-3xl);
}

.p-top-information .c-top-credit__text {
  padding: 0 14px;
  text-align: center;
}

.p-top-information .c-top-credit__img {
  margin: var(--space-l) -9px 0;
}

/* modal */
.p-top-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s cubic-bezier(.22, 1, .36, 1);
}

.is-activeModal .p-top-modal {
  opacity: 1;
  pointer-events: auto;
}

.p-top-modal__panel {
  display: none;
  position: relative;
  z-index: 2;
  width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  padding: 65px 10px 20px 0;
  background-color: #f0f1f2;
}

@media (min-width: 768px) {
  .p-top-modal__panel {
    width: 100%;
    max-width: 1400px;
    max-height: calc(100% - 80px);
    padding: min(calc(80 / 1156 * 100%), 80px) min(calc(40 / 1156 * 100%), 40px) min(calc(40 / 1156 * 100%), 40px) 0;
  }
}

.p-top-modal__panel.is-open {
  display: block;
}

.p-top-modal__panel-content {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  max-height: calc(100vh - 105px);
  max-height: calc(100dvh - 105px);
  padding-right: 10px;
  padding-left: 20px;
}

.p-top-modal__panel-content::-webkit-scrollbar {
  width: 4px;
}

.p-top-modal__panel-content::-webkit-scrollbar-track {
  background-color: #E4E4E4;
}

.p-top-modal__panel-content::-webkit-scrollbar-thumb {
  background-color: #8C8C8C;
}

@media (min-width: 768px) {
  .p-top-modal__panel-content {
    max-height: calc(100vh - 200px);
    padding-right: min(calc(40 / 1156 * 100%), 40px);
    padding-left: min(calc(80 / 1156 * 100%), 80px);
  }
}

.p-top-modal__panel-content .l-section__narrow {
  padding-right: 0;
  padding-left: 0;
}

.p-top-modal__panel-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3870_27623)'%3E%3Cpath d='M13.0602 12.0314L21.0602 4.0314C21.3502 3.7414 21.3502 3.26141 21.0602 2.97141C20.7702 2.68141 20.2902 2.68141 20.0002 2.97141L12.0002 10.9714L4.03016 3.00141C3.74016 2.71141 3.26016 2.71141 2.97016 3.00141C2.68016 3.29141 2.68016 3.7714 2.97016 4.0614L10.9402 12.0314L2.94016 20.0314C2.65016 20.3214 2.65016 20.8014 2.94016 21.0914C3.09016 21.2414 3.28016 21.3114 3.47016 21.3114C3.66016 21.3114 3.85016 21.2414 4.00016 21.0914L12.0002 13.0914L20.0002 21.0914C20.1502 21.2414 20.3402 21.3114 20.5302 21.3114C20.7202 21.3114 20.9102 21.2414 21.0602 21.0914C21.3502 20.8014 21.3502 20.3214 21.0602 20.0314L13.0602 12.0314Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  line-height: 1;
}

@media (min-width: 768px) {
  .p-top-modal__panel-close {
    top: min(calc(40 / 1156 * 100%), 40px);
    right: min(calc(40 / 1156 * 100%), 40px);
  }
}

.p-top-modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity .3s cubic-bezier(.22, 1, .36, 1);
}

/* ===============================
  top utility
=============================== */
.u-top-fzs {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.538461538461538;
}

.u-top-tac {
  text-align: center !important;
}

/* ===============================
  js
=============================== */
.js_lettering {
  display: inline-flex;
}

.js_inview .js_lettering > span {
  display: block;
  opacity: 0;
}

.js_inview._inview .js_lettering > span:nth-child(1) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 1s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 1s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(2) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 2s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 2s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(3) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 3s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 3s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(4) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 4s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 4s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(5) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 5s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 5s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(6) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 6s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 6s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(7) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 7s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 7s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(8) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 8s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 8s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(9) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 9s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 9s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(10) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 10s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 10s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(11) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 11s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 11s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(12) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 12s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 12s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(13) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 13s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 13s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(14) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 14s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 14s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(15) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 15s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 15s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(16) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 16s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 16s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(17) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 17s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 17s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(18) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 18s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 18s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(19) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 19s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 19s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(20) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 20s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 20s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(21) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 21s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 21s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(22) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 22s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 22s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(23) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 23s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 23s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(24) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 24s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 24s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(25) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 25s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 25s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(26) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 26s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 26s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(27) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 27s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 27s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(28) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 28s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 28s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(29) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 29s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 29s + 0s);
}

.js_inview._inview .js_lettering > span:nth-child(30) {
  animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 30s + 0s);
  -webkit-animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.03 * 30s + 0s);
}

/* ===============================
  animation
=============================== */
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(4deg);
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(4deg);
  }
}
