@charset "UTF-8";
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: border-box; /* 2 */
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 * 7. Font rendering settings;  1x => subpixel、2x or higher => grayscale http://creator.dwango.co.jp/14128.html
 */
html {
  cursor: default; /* 1 */
  font-family:
    system-ui,
    /* macOS 10.11-10.12 */ -apple-system,
    /* Windows 6+ */ Segoe UI,
    /* Android 4+ */ Roboto,
    /* Ubuntu 10.10+ */ Ubuntu,
    /* Gnome 3+ */ Cantarell,
    /* KDE Plasma 5+ */ Noto Sans,
    /* fallback */ sans-serif,
    /* macOS emoji */ "Apple Color Emoji",
    /* Windows emoji */ "Segoe UI Emoji",
    /* Windows emoji */ "Segoe UI Symbol",
    /* Linux emoji */ "Noto Color Emoji"; /* 2 */

  line-height: 1.15; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}
/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family:
    /* macOS 10.10+ */ Menlo,
    /* Windows 6+ */ Consolas,
    /* Android 4+ */ Roboto Mono,
    /* Ubuntu 10.10+ */ Ubuntu Monospace,
    /* KDE Plasma 5+ */ Noto Mono,
    /* Linux/OpenOffice fallback */ Liberation Mono,
    /* fallback */ monospace; /* 1 */

  font-size: 1em; /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family:
    /* macOS 10.10+ */ Menlo,
    /* Windows 6+ */ Consolas,
    /* Android 4+ */ Roboto Mono,
    /* Ubuntu 10.10+ */ Ubuntu Monospace,
    /* KDE Plasma 4+ */ Oxygen Mono,
    /* Linux/OpenOffice fallback */ Liberation Mono,
    /* fallback */ monospace; /* 1 */

  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}
/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}
/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: not-allowed;
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
/* MIXINS */
/* MIXINS */
/* VARIABLES */
/* VARIABLES */
/* BASE */
/**
 * Swiper 12.0.3
 * 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: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.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 {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
/* CSS Mode */
.swiper-css-mode  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
  }
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
      display: none;
    }
.swiper-css-mode  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
.swiper-css-mode.swiper-vertical  > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
.swiper-css-mode.swiper-free-mode  > .swiper-wrapper {
      scroll-snap-type: none;
    }
.swiper-css-mode.swiper-free-mode  > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
.swiper-css-mode.swiper-centered  > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
.swiper-css-mode.swiper-centered  > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper > .swiper-slide:first-child {
      margin-left: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper > .swiper-slide:first-child {
      margin-top: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
.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 {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: 44px;

  width: var(--swiper-navigation-size);
  height: 44px;
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-disabled.swiper-button-prev,.swiper-button-disabled.swiper-button-next {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
.swiper-button-hidden.swiper-button-prev,.swiper-button-hidden.swiper-button-next {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
  }
.swiper-button-prev svg,.swiper-button-next svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
.swiper-button-lock {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (44px / 2));
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: 4px;
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg);
  }
.swiper-button-next {
  right: 4px;
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal  ~ .swiper-button-prev,.swiper-horizontal  ~ .swiper-button-next {
    top: 50%;
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (44px / 2));
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
.swiper-horizontal .swiper-button-prev,.swiper-horizontal ~ .swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl ~ .swiper-button-next {
    left: 4px;
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
.swiper-horizontal .swiper-button-next,.swiper-horizontal ~ .swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
    right: 4px;
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
.swiper-horizontal .swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon,.swiper-horizontal ~ .swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
      transform: rotate(180deg);
    }
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
      transform: rotate(0deg);
    }
.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical  ~ .swiper-button-prev,.swiper-vertical  ~ .swiper-button-next {
    left: 50%;
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (44px / 2));
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
.swiper-vertical .swiper-button-prev,.swiper-vertical  ~ .swiper-button-prev {
    top: 4px;
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
  }
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
.swiper-vertical .swiper-button-next,.swiper-vertical  ~ .swiper-button-next {
    bottom: 4px;
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
  }
.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
      transform: rotate(90deg);
    }
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
.swiper-pagination-disabled > .swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
  }
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
.swiper-pagination-bullet:only-child {
    display: none !important;
  }
.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-bullets-dynamic.swiper-pagination-vertical.swiper-pagination-bullets {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-bullets-dynamic.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform, 200ms top;
    }
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-bullets-dynamic.swiper-pagination-horizontal.swiper-pagination-bullets {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-bullets-dynamic.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      transition:
        200ms transform, 200ms left;
    }
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
.swiper-horizontal > .swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
.swiper-vertical > .swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
  }
.swiper-horizontal > .swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: 4px;
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: auto;
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: 4px;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * 1%);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
.swiper-vertical > .swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: auto;
    left: var(--swiper-scrollbar-left, auto);
    right: 4px;
    right: var(--swiper-scrollbar-right, 4px);
    top: 1%;
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: 4px;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * 1%);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container  > img,.swiper-zoom-container  > svg,.swiper-zoom-container  > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-thumbs .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
      transition-timing-function: ease-out;
    }
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }
.swiper-fade .swiper-slide .swiper-slide {
      pointer-events: none;
    }
.swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
.swiper-fade .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
.swiper-cube .swiper-slide .swiper-slide {
      pointer-events: none;
    }
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
  }
.swiper-cube .swiper-cube-shadow:before {
      content: '';
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
  }
.swiper-flip .swiper-slide .swiper-slide {
      pointer-events: none;
    }
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
/* Flip slide shadows end */
.swiper-coverflow {
}
.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
body {
  border: none;
  margin: 0;
  padding: 0;
}
/* image */
img,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
textarea {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}
a {
  cursor: pointer;
}
table {
  font-size: 100%;
}
hr.separator {
  display: none;
}
@font-face {
  font-family: YakuHanJP;
  font-weight: 400;
  src: url("../../common/font/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: YakuHanJP;
  font-weight: 700;
  src: url("../../common/font/YakuHanJP-Bold.woff") format("woff");
}
@font-face {
  font-family: YakuHanMP;
  font-weight: 400;
  src: url("../../common/font/YakuHanMP-Regular.woff") format("woff");
}
@font-face {
  font-family: YakuHanMP;
  font-weight: 700;
  src: url("../../common/font/YakuHanMP-Bold.woff") format("woff");
}
@font-face {
  font-family: "DIN Alternate";
  font-weight: 700;
  src: url("../../common/font/DINAlternate-Bold.ttf") format("ttf");
}
body {
  background: #fff;
  letter-spacing: 0.15em;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.currentPage {
  background: #fff;
  color: #040000;
  font-family: YakuHanMP, "Noto Serif JP", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-feature-settings: "palt";
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
a {
  color: #040000;
  -webkit-text-decoration: none;
  text-decoration: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}
img {
  height: auto;
  max-width: 100%;
}
.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 1208px;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 24px;
  }
}
.caption,
.capIn,
.capOut {
  color: #666;
  font-size: 10px;
  line-height: 1.8;
}
.caption[data-color=white],
.capIn[data-color=white],
.capOut[data-color=white] {
  color: #fff;
}
.caption[data-color=black],
.capIn[data-color=black],
.capOut[data-color=black] {
  color: #000;
}
.caption[data-color=sdw-wh],
.capIn[data-color=sdw-wh],
.capOut[data-color=sdw-wh] {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px;
}
.caption[data-color=sdw-bl],
.capIn[data-color=sdw-bl],
.capOut[data-color=sdw-bl] {
  color: #000;
  text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.photo {
  position: relative;
}
.photo__capIn, .photo__capOut {
  position: absolute;
}
.photo__capIn {
  bottom: 5px;
  right: 5px;
}
.photo__capOut {
  right: 0;
  top: 100%;
}
.spAlert {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  font-family: "YakuHanMP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  .spAlert {
    display: flex;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .spAlert {
    opacity: 1;
    visibility: visible;
  }
}
.spAlert__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.spAlert__message {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: 25px;
}
.spAlert .svgIcon {
  margin: 0 auto;
  width: 81.5px;
}
.spAlert .svgIcon__path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 17;
}
.skipLink {
  background: #000;
  color: white;
  font-size: 16px;
  left: 0;
  padding: 8px 16px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateY(-200%);
  transition: top 0.2s;
  z-index: 100;
}
.skipLink:focus {
  outline: 2px solid #4D90FE;
  outline-offset: 2px;
  pointer-events: auto;
  transform: translateY(0);
}
.skipLink:hover {
  background: #333;
}
:root {
  --header-height: 0px;
}
[data-sai][data-sai][data-sai-duration="50"],
body[data-sai-duration="50"] [data-sai] {
  transition-duration: 50ms;
}
[data-sai][data-sai][data-sai-delay="50"],
body[data-sai-delay="50"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="50"].sai-animate,
body[data-sai-delay="50"] [data-sai].sai-animate {
  transition-delay: 50ms;
}
[data-sai][data-sai][data-sai-duration="100"],
body[data-sai-duration="100"] [data-sai] {
  transition-duration: 0.1s;
}
[data-sai][data-sai][data-sai-delay="100"],
body[data-sai-delay="100"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="100"].sai-animate,
body[data-sai-delay="100"] [data-sai].sai-animate {
  transition-delay: 0.1s;
}
[data-sai][data-sai][data-sai-duration="150"],
body[data-sai-duration="150"] [data-sai] {
  transition-duration: 0.15s;
}
[data-sai][data-sai][data-sai-delay="150"],
body[data-sai-delay="150"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="150"].sai-animate,
body[data-sai-delay="150"] [data-sai].sai-animate {
  transition-delay: 0.15s;
}
[data-sai][data-sai][data-sai-duration="200"],
body[data-sai-duration="200"] [data-sai] {
  transition-duration: 0.2s;
}
[data-sai][data-sai][data-sai-delay="200"],
body[data-sai-delay="200"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="200"].sai-animate,
body[data-sai-delay="200"] [data-sai].sai-animate {
  transition-delay: 0.2s;
}
[data-sai][data-sai][data-sai-duration="250"],
body[data-sai-duration="250"] [data-sai] {
  transition-duration: 0.25s;
}
[data-sai][data-sai][data-sai-delay="250"],
body[data-sai-delay="250"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="250"].sai-animate,
body[data-sai-delay="250"] [data-sai].sai-animate {
  transition-delay: 0.25s;
}
[data-sai][data-sai][data-sai-duration="300"],
body[data-sai-duration="300"] [data-sai] {
  transition-duration: 0.3s;
}
[data-sai][data-sai][data-sai-delay="300"],
body[data-sai-delay="300"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="300"].sai-animate,
body[data-sai-delay="300"] [data-sai].sai-animate {
  transition-delay: 0.3s;
}
[data-sai][data-sai][data-sai-duration="350"],
body[data-sai-duration="350"] [data-sai] {
  transition-duration: 0.35s;
}
[data-sai][data-sai][data-sai-delay="350"],
body[data-sai-delay="350"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="350"].sai-animate,
body[data-sai-delay="350"] [data-sai].sai-animate {
  transition-delay: 0.35s;
}
[data-sai][data-sai][data-sai-duration="400"],
body[data-sai-duration="400"] [data-sai] {
  transition-duration: 0.4s;
}
[data-sai][data-sai][data-sai-delay="400"],
body[data-sai-delay="400"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="400"].sai-animate,
body[data-sai-delay="400"] [data-sai].sai-animate {
  transition-delay: 0.4s;
}
[data-sai][data-sai][data-sai-duration="450"],
body[data-sai-duration="450"] [data-sai] {
  transition-duration: 0.45s;
}
[data-sai][data-sai][data-sai-delay="450"],
body[data-sai-delay="450"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="450"].sai-animate,
body[data-sai-delay="450"] [data-sai].sai-animate {
  transition-delay: 0.45s;
}
[data-sai][data-sai][data-sai-duration="500"],
body[data-sai-duration="500"] [data-sai] {
  transition-duration: 0.5s;
}
[data-sai][data-sai][data-sai-delay="500"],
body[data-sai-delay="500"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="500"].sai-animate,
body[data-sai-delay="500"] [data-sai].sai-animate {
  transition-delay: 0.5s;
}
[data-sai][data-sai][data-sai-duration="550"],
body[data-sai-duration="550"] [data-sai] {
  transition-duration: 0.55s;
}
[data-sai][data-sai][data-sai-delay="550"],
body[data-sai-delay="550"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="550"].sai-animate,
body[data-sai-delay="550"] [data-sai].sai-animate {
  transition-delay: 0.55s;
}
[data-sai][data-sai][data-sai-duration="600"],
body[data-sai-duration="600"] [data-sai] {
  transition-duration: 0.6s;
}
[data-sai][data-sai][data-sai-delay="600"],
body[data-sai-delay="600"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="600"].sai-animate,
body[data-sai-delay="600"] [data-sai].sai-animate {
  transition-delay: 0.6s;
}
[data-sai][data-sai][data-sai-duration="650"],
body[data-sai-duration="650"] [data-sai] {
  transition-duration: 0.65s;
}
[data-sai][data-sai][data-sai-delay="650"],
body[data-sai-delay="650"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="650"].sai-animate,
body[data-sai-delay="650"] [data-sai].sai-animate {
  transition-delay: 0.65s;
}
[data-sai][data-sai][data-sai-duration="700"],
body[data-sai-duration="700"] [data-sai] {
  transition-duration: 0.7s;
}
[data-sai][data-sai][data-sai-delay="700"],
body[data-sai-delay="700"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="700"].sai-animate,
body[data-sai-delay="700"] [data-sai].sai-animate {
  transition-delay: 0.7s;
}
[data-sai][data-sai][data-sai-duration="750"],
body[data-sai-duration="750"] [data-sai] {
  transition-duration: 0.75s;
}
[data-sai][data-sai][data-sai-delay="750"],
body[data-sai-delay="750"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="750"].sai-animate,
body[data-sai-delay="750"] [data-sai].sai-animate {
  transition-delay: 0.75s;
}
[data-sai][data-sai][data-sai-duration="800"],
body[data-sai-duration="800"] [data-sai] {
  transition-duration: 0.8s;
}
[data-sai][data-sai][data-sai-delay="800"],
body[data-sai-delay="800"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="800"].sai-animate,
body[data-sai-delay="800"] [data-sai].sai-animate {
  transition-delay: 0.8s;
}
[data-sai][data-sai][data-sai-duration="850"],
body[data-sai-duration="850"] [data-sai] {
  transition-duration: 0.85s;
}
[data-sai][data-sai][data-sai-delay="850"],
body[data-sai-delay="850"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="850"].sai-animate,
body[data-sai-delay="850"] [data-sai].sai-animate {
  transition-delay: 0.85s;
}
[data-sai][data-sai][data-sai-duration="900"],
body[data-sai-duration="900"] [data-sai] {
  transition-duration: 0.9s;
}
[data-sai][data-sai][data-sai-delay="900"],
body[data-sai-delay="900"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="900"].sai-animate,
body[data-sai-delay="900"] [data-sai].sai-animate {
  transition-delay: 0.9s;
}
[data-sai][data-sai][data-sai-duration="950"],
body[data-sai-duration="950"] [data-sai] {
  transition-duration: 0.95s;
}
[data-sai][data-sai][data-sai-delay="950"],
body[data-sai-delay="950"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="950"].sai-animate,
body[data-sai-delay="950"] [data-sai].sai-animate {
  transition-delay: 0.95s;
}
[data-sai][data-sai][data-sai-duration="1000"],
body[data-sai-duration="1000"] [data-sai] {
  transition-duration: 1s;
}
[data-sai][data-sai][data-sai-delay="1000"],
body[data-sai-delay="1000"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1000"].sai-animate,
body[data-sai-delay="1000"] [data-sai].sai-animate {
  transition-delay: 1s;
}
[data-sai][data-sai][data-sai-duration="1050"],
body[data-sai-duration="1050"] [data-sai] {
  transition-duration: 1.05s;
}
[data-sai][data-sai][data-sai-delay="1050"],
body[data-sai-delay="1050"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1050"].sai-animate,
body[data-sai-delay="1050"] [data-sai].sai-animate {
  transition-delay: 1.05s;
}
[data-sai][data-sai][data-sai-duration="1100"],
body[data-sai-duration="1100"] [data-sai] {
  transition-duration: 1.1s;
}
[data-sai][data-sai][data-sai-delay="1100"],
body[data-sai-delay="1100"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1100"].sai-animate,
body[data-sai-delay="1100"] [data-sai].sai-animate {
  transition-delay: 1.1s;
}
[data-sai][data-sai][data-sai-duration="1150"],
body[data-sai-duration="1150"] [data-sai] {
  transition-duration: 1.15s;
}
[data-sai][data-sai][data-sai-delay="1150"],
body[data-sai-delay="1150"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1150"].sai-animate,
body[data-sai-delay="1150"] [data-sai].sai-animate {
  transition-delay: 1.15s;
}
[data-sai][data-sai][data-sai-duration="1200"],
body[data-sai-duration="1200"] [data-sai] {
  transition-duration: 1.2s;
}
[data-sai][data-sai][data-sai-delay="1200"],
body[data-sai-delay="1200"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1200"].sai-animate,
body[data-sai-delay="1200"] [data-sai].sai-animate {
  transition-delay: 1.2s;
}
[data-sai][data-sai][data-sai-duration="1250"],
body[data-sai-duration="1250"] [data-sai] {
  transition-duration: 1.25s;
}
[data-sai][data-sai][data-sai-delay="1250"],
body[data-sai-delay="1250"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1250"].sai-animate,
body[data-sai-delay="1250"] [data-sai].sai-animate {
  transition-delay: 1.25s;
}
[data-sai][data-sai][data-sai-duration="1300"],
body[data-sai-duration="1300"] [data-sai] {
  transition-duration: 1.3s;
}
[data-sai][data-sai][data-sai-delay="1300"],
body[data-sai-delay="1300"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1300"].sai-animate,
body[data-sai-delay="1300"] [data-sai].sai-animate {
  transition-delay: 1.3s;
}
[data-sai][data-sai][data-sai-duration="1350"],
body[data-sai-duration="1350"] [data-sai] {
  transition-duration: 1.35s;
}
[data-sai][data-sai][data-sai-delay="1350"],
body[data-sai-delay="1350"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1350"].sai-animate,
body[data-sai-delay="1350"] [data-sai].sai-animate {
  transition-delay: 1.35s;
}
[data-sai][data-sai][data-sai-duration="1400"],
body[data-sai-duration="1400"] [data-sai] {
  transition-duration: 1.4s;
}
[data-sai][data-sai][data-sai-delay="1400"],
body[data-sai-delay="1400"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1400"].sai-animate,
body[data-sai-delay="1400"] [data-sai].sai-animate {
  transition-delay: 1.4s;
}
[data-sai][data-sai][data-sai-duration="1450"],
body[data-sai-duration="1450"] [data-sai] {
  transition-duration: 1.45s;
}
[data-sai][data-sai][data-sai-delay="1450"],
body[data-sai-delay="1450"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1450"].sai-animate,
body[data-sai-delay="1450"] [data-sai].sai-animate {
  transition-delay: 1.45s;
}
[data-sai][data-sai][data-sai-duration="1500"],
body[data-sai-duration="1500"] [data-sai] {
  transition-duration: 1.5s;
}
[data-sai][data-sai][data-sai-delay="1500"],
body[data-sai-delay="1500"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1500"].sai-animate,
body[data-sai-delay="1500"] [data-sai].sai-animate {
  transition-delay: 1.5s;
}
[data-sai][data-sai][data-sai-duration="1550"],
body[data-sai-duration="1550"] [data-sai] {
  transition-duration: 1.55s;
}
[data-sai][data-sai][data-sai-delay="1550"],
body[data-sai-delay="1550"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1550"].sai-animate,
body[data-sai-delay="1550"] [data-sai].sai-animate {
  transition-delay: 1.55s;
}
[data-sai][data-sai][data-sai-duration="1600"],
body[data-sai-duration="1600"] [data-sai] {
  transition-duration: 1.6s;
}
[data-sai][data-sai][data-sai-delay="1600"],
body[data-sai-delay="1600"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1600"].sai-animate,
body[data-sai-delay="1600"] [data-sai].sai-animate {
  transition-delay: 1.6s;
}
[data-sai][data-sai][data-sai-duration="1650"],
body[data-sai-duration="1650"] [data-sai] {
  transition-duration: 1.65s;
}
[data-sai][data-sai][data-sai-delay="1650"],
body[data-sai-delay="1650"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1650"].sai-animate,
body[data-sai-delay="1650"] [data-sai].sai-animate {
  transition-delay: 1.65s;
}
[data-sai][data-sai][data-sai-duration="1700"],
body[data-sai-duration="1700"] [data-sai] {
  transition-duration: 1.7s;
}
[data-sai][data-sai][data-sai-delay="1700"],
body[data-sai-delay="1700"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1700"].sai-animate,
body[data-sai-delay="1700"] [data-sai].sai-animate {
  transition-delay: 1.7s;
}
[data-sai][data-sai][data-sai-duration="1750"],
body[data-sai-duration="1750"] [data-sai] {
  transition-duration: 1.75s;
}
[data-sai][data-sai][data-sai-delay="1750"],
body[data-sai-delay="1750"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1750"].sai-animate,
body[data-sai-delay="1750"] [data-sai].sai-animate {
  transition-delay: 1.75s;
}
[data-sai][data-sai][data-sai-duration="1800"],
body[data-sai-duration="1800"] [data-sai] {
  transition-duration: 1.8s;
}
[data-sai][data-sai][data-sai-delay="1800"],
body[data-sai-delay="1800"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1800"].sai-animate,
body[data-sai-delay="1800"] [data-sai].sai-animate {
  transition-delay: 1.8s;
}
[data-sai][data-sai][data-sai-duration="1850"],
body[data-sai-duration="1850"] [data-sai] {
  transition-duration: 1.85s;
}
[data-sai][data-sai][data-sai-delay="1850"],
body[data-sai-delay="1850"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1850"].sai-animate,
body[data-sai-delay="1850"] [data-sai].sai-animate {
  transition-delay: 1.85s;
}
[data-sai][data-sai][data-sai-duration="1900"],
body[data-sai-duration="1900"] [data-sai] {
  transition-duration: 1.9s;
}
[data-sai][data-sai][data-sai-delay="1900"],
body[data-sai-delay="1900"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1900"].sai-animate,
body[data-sai-delay="1900"] [data-sai].sai-animate {
  transition-delay: 1.9s;
}
[data-sai][data-sai][data-sai-duration="1950"],
body[data-sai-duration="1950"] [data-sai] {
  transition-duration: 1.95s;
}
[data-sai][data-sai][data-sai-delay="1950"],
body[data-sai-delay="1950"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="1950"].sai-animate,
body[data-sai-delay="1950"] [data-sai].sai-animate {
  transition-delay: 1.95s;
}
[data-sai][data-sai][data-sai-duration="2000"],
body[data-sai-duration="2000"] [data-sai] {
  transition-duration: 2s;
}
[data-sai][data-sai][data-sai-delay="2000"],
body[data-sai-delay="2000"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2000"].sai-animate,
body[data-sai-delay="2000"] [data-sai].sai-animate {
  transition-delay: 2s;
}
[data-sai][data-sai][data-sai-duration="2050"],
body[data-sai-duration="2050"] [data-sai] {
  transition-duration: 2.05s;
}
[data-sai][data-sai][data-sai-delay="2050"],
body[data-sai-delay="2050"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2050"].sai-animate,
body[data-sai-delay="2050"] [data-sai].sai-animate {
  transition-delay: 2.05s;
}
[data-sai][data-sai][data-sai-duration="2100"],
body[data-sai-duration="2100"] [data-sai] {
  transition-duration: 2.1s;
}
[data-sai][data-sai][data-sai-delay="2100"],
body[data-sai-delay="2100"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2100"].sai-animate,
body[data-sai-delay="2100"] [data-sai].sai-animate {
  transition-delay: 2.1s;
}
[data-sai][data-sai][data-sai-duration="2150"],
body[data-sai-duration="2150"] [data-sai] {
  transition-duration: 2.15s;
}
[data-sai][data-sai][data-sai-delay="2150"],
body[data-sai-delay="2150"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2150"].sai-animate,
body[data-sai-delay="2150"] [data-sai].sai-animate {
  transition-delay: 2.15s;
}
[data-sai][data-sai][data-sai-duration="2200"],
body[data-sai-duration="2200"] [data-sai] {
  transition-duration: 2.2s;
}
[data-sai][data-sai][data-sai-delay="2200"],
body[data-sai-delay="2200"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2200"].sai-animate,
body[data-sai-delay="2200"] [data-sai].sai-animate {
  transition-delay: 2.2s;
}
[data-sai][data-sai][data-sai-duration="2250"],
body[data-sai-duration="2250"] [data-sai] {
  transition-duration: 2.25s;
}
[data-sai][data-sai][data-sai-delay="2250"],
body[data-sai-delay="2250"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2250"].sai-animate,
body[data-sai-delay="2250"] [data-sai].sai-animate {
  transition-delay: 2.25s;
}
[data-sai][data-sai][data-sai-duration="2300"],
body[data-sai-duration="2300"] [data-sai] {
  transition-duration: 2.3s;
}
[data-sai][data-sai][data-sai-delay="2300"],
body[data-sai-delay="2300"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2300"].sai-animate,
body[data-sai-delay="2300"] [data-sai].sai-animate {
  transition-delay: 2.3s;
}
[data-sai][data-sai][data-sai-duration="2350"],
body[data-sai-duration="2350"] [data-sai] {
  transition-duration: 2.35s;
}
[data-sai][data-sai][data-sai-delay="2350"],
body[data-sai-delay="2350"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2350"].sai-animate,
body[data-sai-delay="2350"] [data-sai].sai-animate {
  transition-delay: 2.35s;
}
[data-sai][data-sai][data-sai-duration="2400"],
body[data-sai-duration="2400"] [data-sai] {
  transition-duration: 2.4s;
}
[data-sai][data-sai][data-sai-delay="2400"],
body[data-sai-delay="2400"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2400"].sai-animate,
body[data-sai-delay="2400"] [data-sai].sai-animate {
  transition-delay: 2.4s;
}
[data-sai][data-sai][data-sai-duration="2450"],
body[data-sai-duration="2450"] [data-sai] {
  transition-duration: 2.45s;
}
[data-sai][data-sai][data-sai-delay="2450"],
body[data-sai-delay="2450"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2450"].sai-animate,
body[data-sai-delay="2450"] [data-sai].sai-animate {
  transition-delay: 2.45s;
}
[data-sai][data-sai][data-sai-duration="2500"],
body[data-sai-duration="2500"] [data-sai] {
  transition-duration: 2.5s;
}
[data-sai][data-sai][data-sai-delay="2500"],
body[data-sai-delay="2500"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2500"].sai-animate,
body[data-sai-delay="2500"] [data-sai].sai-animate {
  transition-delay: 2.5s;
}
[data-sai][data-sai][data-sai-duration="2550"],
body[data-sai-duration="2550"] [data-sai] {
  transition-duration: 2.55s;
}
[data-sai][data-sai][data-sai-delay="2550"],
body[data-sai-delay="2550"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2550"].sai-animate,
body[data-sai-delay="2550"] [data-sai].sai-animate {
  transition-delay: 2.55s;
}
[data-sai][data-sai][data-sai-duration="2600"],
body[data-sai-duration="2600"] [data-sai] {
  transition-duration: 2.6s;
}
[data-sai][data-sai][data-sai-delay="2600"],
body[data-sai-delay="2600"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2600"].sai-animate,
body[data-sai-delay="2600"] [data-sai].sai-animate {
  transition-delay: 2.6s;
}
[data-sai][data-sai][data-sai-duration="2650"],
body[data-sai-duration="2650"] [data-sai] {
  transition-duration: 2.65s;
}
[data-sai][data-sai][data-sai-delay="2650"],
body[data-sai-delay="2650"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2650"].sai-animate,
body[data-sai-delay="2650"] [data-sai].sai-animate {
  transition-delay: 2.65s;
}
[data-sai][data-sai][data-sai-duration="2700"],
body[data-sai-duration="2700"] [data-sai] {
  transition-duration: 2.7s;
}
[data-sai][data-sai][data-sai-delay="2700"],
body[data-sai-delay="2700"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2700"].sai-animate,
body[data-sai-delay="2700"] [data-sai].sai-animate {
  transition-delay: 2.7s;
}
[data-sai][data-sai][data-sai-duration="2750"],
body[data-sai-duration="2750"] [data-sai] {
  transition-duration: 2.75s;
}
[data-sai][data-sai][data-sai-delay="2750"],
body[data-sai-delay="2750"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2750"].sai-animate,
body[data-sai-delay="2750"] [data-sai].sai-animate {
  transition-delay: 2.75s;
}
[data-sai][data-sai][data-sai-duration="2800"],
body[data-sai-duration="2800"] [data-sai] {
  transition-duration: 2.8s;
}
[data-sai][data-sai][data-sai-delay="2800"],
body[data-sai-delay="2800"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2800"].sai-animate,
body[data-sai-delay="2800"] [data-sai].sai-animate {
  transition-delay: 2.8s;
}
[data-sai][data-sai][data-sai-duration="2850"],
body[data-sai-duration="2850"] [data-sai] {
  transition-duration: 2.85s;
}
[data-sai][data-sai][data-sai-delay="2850"],
body[data-sai-delay="2850"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2850"].sai-animate,
body[data-sai-delay="2850"] [data-sai].sai-animate {
  transition-delay: 2.85s;
}
[data-sai][data-sai][data-sai-duration="2900"],
body[data-sai-duration="2900"] [data-sai] {
  transition-duration: 2.9s;
}
[data-sai][data-sai][data-sai-delay="2900"],
body[data-sai-delay="2900"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2900"].sai-animate,
body[data-sai-delay="2900"] [data-sai].sai-animate {
  transition-delay: 2.9s;
}
[data-sai][data-sai][data-sai-duration="2950"],
body[data-sai-duration="2950"] [data-sai] {
  transition-duration: 2.95s;
}
[data-sai][data-sai][data-sai-delay="2950"],
body[data-sai-delay="2950"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="2950"].sai-animate,
body[data-sai-delay="2950"] [data-sai].sai-animate {
  transition-delay: 2.95s;
}
[data-sai][data-sai][data-sai-duration="3000"],
body[data-sai-duration="3000"] [data-sai] {
  transition-duration: 3s;
}
[data-sai][data-sai][data-sai-delay="3000"],
body[data-sai-delay="3000"] [data-sai] {
  transition-delay: 0;
}
[data-sai][data-sai][data-sai-delay="3000"].sai-animate,
body[data-sai-delay="3000"] [data-sai].sai-animate {
  transition-delay: 3s;
}
[data-sai][data-sai][data-sai-easing=linear],
body[data-sai-easing=linear] [data-sai] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-sai][data-sai][data-sai-easing=ease],
body[data-sai-easing=ease] [data-sai] {
  transition-timing-function: ease;
}
[data-sai][data-sai][data-sai-easing=ease-in],
body[data-sai-easing=ease-in] [data-sai] {
  transition-timing-function: ease-in;
}
[data-sai][data-sai][data-sai-easing=ease-out],
body[data-sai-easing=ease-out] [data-sai] {
  transition-timing-function: ease-out;
}
[data-sai][data-sai][data-sai-easing=ease-in-out],
body[data-sai-easing=ease-in-out] [data-sai] {
  transition-timing-function: ease-in-out;
}
[data-sai][data-sai][data-sai-easing=ease-in-back],
body[data-sai-easing=ease-in-back] [data-sai] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-sai][data-sai][data-sai-easing=ease-out-back],
body[data-sai-easing=ease-out-back] [data-sai] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-sai][data-sai][data-sai-easing=ease-in-out-back],
body[data-sai-easing=ease-in-out-back] [data-sai] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-sai][data-sai][data-sai-easing=ease-in-sine],
body[data-sai-easing=ease-in-sine] [data-sai] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-sai][data-sai][data-sai-easing=ease-out-sine],
body[data-sai-easing=ease-out-sine] [data-sai] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-sai][data-sai][data-sai-easing=ease-in-out-sine],
body[data-sai-easing=ease-in-out-sine] [data-sai] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-sai][data-sai][data-sai-easing=ease-in-quad],
body[data-sai-easing=ease-in-quad] [data-sai] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-sai][data-sai][data-sai-easing=ease-out-quad],
body[data-sai-easing=ease-out-quad] [data-sai] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-sai][data-sai][data-sai-easing=ease-in-out-quad],
body[data-sai-easing=ease-in-out-quad] [data-sai] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-sai][data-sai][data-sai-easing=ease-in-cubic],
body[data-sai-easing=ease-in-cubic] [data-sai] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-sai][data-sai][data-sai-easing=ease-out-cubic],
body[data-sai-easing=ease-out-cubic] [data-sai] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-sai][data-sai][data-sai-easing=ease-in-out-cubic],
body[data-sai-easing=ease-in-out-cubic] [data-sai] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-sai][data-sai][data-sai-easing=ease-in-quart],
body[data-sai-easing=ease-in-quart] [data-sai] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-sai][data-sai][data-sai-easing=ease-out-quart],
body[data-sai-easing=ease-out-quart] [data-sai] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-sai][data-sai][data-sai-easing=ease-in-out-quart],
body[data-sai-easing=ease-in-out-quart] [data-sai] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-sai^=fade][data-sai^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-sai^=fade][data-sai^=fade].sai-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-sai=fade-up] {
  transform: translate3d(0, 40px, 0);
}
[data-sai=fade-down] {
  transform: translate3d(0, -100px, 0);
}
[data-sai=fade-right] {
  transform: translate3d(-100px, 0, 0);
}
[data-sai=fade-left] {
  transform: translate3d(100px, 0, 0);
}
[data-sai=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}
[data-sai=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}
[data-sai=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}
[data-sai=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}
[data-sai^=zoom][data-sai^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-sai^=zoom][data-sai^=zoom].sai-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-sai=zoom-in] {
  transform: scale(0.6);
}
[data-sai=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-sai=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-sai=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-sai=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-sai=zoom-out] {
  transform: scale(1.2);
}
[data-sai=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-sai=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-sai=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-sai=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-sai^=slide][data-sai^=slide] {
  transition-property: transform;
}
[data-sai^=slide][data-sai^=slide].sai-animate {
  transform: translateZ(0);
}
[data-sai=slide-up] {
  transform: translate3d(0, 100%, 0);
}
[data-sai=slide-down] {
  transform: translate3d(0, -100%, 0);
}
[data-sai=slide-right] {
  transform: translate3d(-100%, 0, 0);
}
[data-sai=slide-left] {
  transform: translate3d(100%, 0, 0);
}
[data-sai^=flip][data-sai^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-sai=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-sai=flip-left].sai-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-sai=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-sai=flip-right].sai-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-sai=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-sai=flip-up].sai-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-sai=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-sai=flip-down].sai-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-sai^=target][data-sai^=target] {
  opacity: 1;
}
body [data-sai=txt-gradient] {
  -webkit-background-clip: text;
          background-clip: text;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #322f33, #322f33);
  background-position: right 0% center;
  background-size: 300% 100%;
  filter: blur(10px);
  -webkit-text-fill-color: transparent;
}
body [data-sai=txt-gradient].sai-animate {
  background-position: right 100% center;
  filter: blur(0);
}
body [data-sai=mask-fade-right].sai-animate {
  -webkit-mask-position: 180% 50%;
          mask-position: 180% 50%;
  transition: -webkit-mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s, -webkit-mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
}
body [data-sai=mask-fade-left].sai-animate {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  transition: -webkit-mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s, -webkit-mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
}
body [data-sai=mask-fade-top] {
  -webkit-mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 100%;
          mask-position: 100% 100%;
  -webkit-mask-size: 100% 400%;
          mask-size: 100% 400%;
}
body [data-sai=mask-fade-top].sai-animate {
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  transition: -webkit-mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s, -webkit-mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
}
/* BASE */
/* LAYOUT */
.header {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
  }
}
.header.is-transparent {
  background-color: transparent;
}
.header-topNav {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header-topNav {
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 40px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-topNav {
    justify-content: space-between;
    padding: 12px 16px;
  }
}
.header-topNav__title {
  display: inline-block;
  position: relative;
  z-index: 999;
}
.header-topNav__title .header-title {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .header-topNav__title .header-title {
    gap: 44px;
  }
}
@media screen and (max-width: 768px) {
  .header-topNav__title .header-title {
    gap: 20px;
  }
}
.header-topNav__title .header-bukken {
  height: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header-topNav__title .header-bukken {
    width: 445px;
  }
}
@media screen and (max-width: 768px) {
  .header-topNav__title .header-bukken {
    width: 146px;
  }
}
.header-topNav__title .header-bukken__inner {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.header-topNav__title .header-bukken__inner .photo__image {
  height: auto;
  width: 100%;
}
.header-topNav__title .header-bukken__inner--white {
  left: 0;
  position: absolute;
  top: 0;
}
.header.is-transparent .header-topNav__title .header-bukken__inner--white {
  opacity: 1;
}
body.is-contentMenu-visible .header-topNav__title .header-bukken__inner--white, body.is-contentMenu-visible .header.is-transparent .header-topNav__title .header-bukken__inner--white {
  opacity: 0;
}
body.is-contentMenu-visible .header-topNav__title .header-bukken__inner--black, body.is-contentMenu-visible .header.is-transparent .header-topNav__title .header-bukken__inner--black, .header:not(.is-transparent) .header-topNav__title .header-bukken__inner--black {
  opacity: 1;
}
.header-topNav__guide {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .header-topNav__guide {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-topNav__guide {
    gap: 8px;
  }
}
.header-contMenu__btn {
  cursor: pointer;
  display: block;
  position: relative;
  width: 48px;
  z-index: 999;
}
.header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(1) {
  transform: rotate(30deg) translate(-3px, 0);
}
.header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(2) {
  transform: scale(0, 1);
}
.header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(3) {
  transform: rotate(-30deg) translate(0, -3px);
}
.header-contMenu__btn.is-active .header-contMenu__txt .open {
  opacity: 0;
  transform: translate(-50%, -100%);
}
.header-contMenu__btn.is-active .header-contMenu__txt .close {
  opacity: 1;
  transform: translate(-50%, 0);
}
.header-contMenu__icon {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}
.header-contMenu__icon .border {
  background-color: #040000;
  display: block;
  height: 1px;
  transform-origin: left;
  transition: transform 0.4s ease, background-color 0.6s ease-in-out;
  width: 100%;
}
.header-contMenu__icon .border + .border {
  margin-top: 4px;
}
.currentPage--top .is-transparent .header-contMenu__btn:not(.is-active) .header-contMenu__icon .border {
  background-color: #fff;
}
body.is-contentMenu-visible .header-contMenu__icon .border {
  background-color: #040000;
}
@media screen and (max-width: 768px) {
  .header-contMenu__txt {
    font-size: 10px;
    letter-spacing: 0.1em;
    text-align: center;
    white-space: nowrap;
  }
  .header-contMenu__txt .open,
  .header-contMenu__txt .close {
    left: 50%;
    position: absolute;
    top: calc(100% + 5px);
    transform: translate(-50%, 0);
    transition: opacity 0.4s ease, transform 0.4s ease 0.1s;
  }
  .header-contMenu__txt .close {
    opacity: 0;
    transform: translate(-50%, 100%);
  }
}
.header-subNav {
  display: flex;
}
@media screen and (min-width: 768px) {
  .header-subNav {
    align-items: center;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .header-subNav {
    display: none;
    flex-direction: column;
    gap: 14px;
    justify-content: flex-start;
  }
}
.header-subNav__link {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  transition: color 0.3s ease-in-out;
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header-subNav__link {
    gap: 10px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header-subNav__link {
    font-size: 11px;
    padding-left: 11px;
  }
}
.currentPage--top .is-transparent .header-subNav__link {
  color: #fff;
}
.header-subNav__link:before {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease-in-out, border-color 0.2s ease-in-out;
  width: 0;
}
@media screen and (min-width: 768px) {
  .header-subNav__link:before {
    border-width: 6px 0 6px 9px;
  }
}
@media screen and (max-width: 768px) {
  .header-subNav__link:before {
    border-width: 4px 0 4px 6px;
  }
}
.currentPage--top .is-transparent .header-subNav__link:before {
  border-color: transparent transparent transparent #fff;
}
.header-subNav__link:after {
  background: #726f3d;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s linear;
  width: 100%;
}
.currentPage--top .is-transparent .header-subNav__link:after:not(.is-active) {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .header-subNav__link:hover {
    color: #726f3d;
  }
  .header-subNav__link:hover:before {
    border-color: transparent transparent transparent #726f3d;
  }
  .header-subNav__link:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header-subNav__link:hover {
    color: #726f3d;
  }
  .header-subNav__link:hover:before {
    border-color: transparent transparent transparent #726f3d;
  }
  .header-subNav__link:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (min-width: 768px) {
  .header-cvArea {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-left: 40px;
    margin-right: 40px;
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header-cvArea__item .generalBtn {
    height: 36px;
    width: 136px;
  }
}
@media screen and (max-width: 768px) {
  .header-cvArea__item .generalBtn {
    height: 24px;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .header-cvArea__item .generalBtn__inner {
    font-size: 3.3333333333vw;
    letter-spacing: 0.12em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .header-cvArea__item .generalBtn--small {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 132px;
  }
}
@media screen and (max-width: 768px) {
  .header-cvArea__item:nth-child(2) {
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .header-contact {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 20px;
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .header-contact__txt {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.3333333333;
  }
  .header-contact__txt:before {
    content: "";
    margin-top: calc((1 - 1.3333333333) * 0.5em);
  }
  .header-contact__txt:after {
    margin-bottom: calc((1 - 1.3333333333) * 0.5em);
  }
  .header-contact__txt:before, .header-contact__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) {
  .header-contact__tel {
    display: inline-block;
    font-family: "Cinzel", serif;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 0.8;
    margin-top: 17px;
    pointer-events: none;
  }
  .header-contact__tel + .header-contact__txt {
    margin-left: 10px;
  }
}
.spHeader {
  background: #000;
  bottom: 0;
  display: block;
  height: 64px;
  left: 0;
  padding: 0 3px;
  position: fixed;
  width: 100vw;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .spHeader {
    display: none;
  }
}
.spHeader__list {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
.spHeader__btn {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.spHeader__btn .name {
  color: #fff;
  font-size: 9px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 6px;
  text-align: center;
  white-space: nowrap;
}
.spHeader__icon {
  align-items: center;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}
.spHeader__icon .icon {
  display: block;
  height: 23px;
  width: auto;
}
.spHeader__item {
  padding: 12px 0;
  width: 16.6666666667%;
}
.spHeader__item--request .spHeader__icon .icon {
  height: 18px;
}
.header-simple {
  background: #000;
  height: 54px;
  padding: 4px 25px;
  position: relative;
}
.header-simple__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header-simple__inner {
    width: 900px;
  }
}
@media only screen and (max-width: 1208px) {
  .header-simple__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-simple__inner {
    gap: 20px;
    padding: 0 24px;
  }
}
.header-simple__inner .header-logo {
  height: auto;
}
@media screen and (min-width: 768px) {
  .header-simple__inner .header-logo {
    width: 103px;
  }
}
@media screen and (max-width: 768px) {
  .header-simple__inner .header-logo {
    width: 79px;
  }
}
.header-simple__inner .header-bukken {
  height: auto;
}
@media screen and (min-width: 768px) {
  .header-simple__inner .header-bukken {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .header-simple__inner .header-bukken {
    width: 155px;
  }
}
@media screen and (max-width: 768px) {
  .header-simple__logo {
    width: 22vw;
  }
}
.footer {
  background-color: #fff;
  color: #333;
  position: relative;
  z-index: 1;
}
.footer-captionArea__inner {
  margin: 0 auto;
  max-width: 1128px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .footer-captionArea__inner {
    padding: 40px 20px;
  }
}
.footer-captionArea__text {
  letter-spacing: 0;
}
.footer-nav {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    padding: 40px 0;
  }
}
.bottomCV-btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .bottomCV-btn {
    height: 60px;
    margin: 0 auto;
    width: 340px;
  }
  .bottomCV-btn:hover:before {
    color: #666;
  }
  .bottomCV-btn:hover .bottomCV-btn__link {
    background-color: #fff;
    color: #666;
  }
}
@media screen and (max-width: 768px) {
  .bottomCV-btn {
    height: 50px;
    width: 100%;
  }
}
.bottomCV-btn:before {
  color: #fff;
  content: "＞";
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: scale(0.6, 1) translate(0, -50%);
  transition: 0.3s;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .bottomCV-btn:before {
    font-size: 14px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bottomCV-btn:before {
    font-size: 9px;
    right: 15px;
  }
}
.bottomCV-btn__link {
  align-items: center;
  background-color: #666;
  border: 1px solid #666;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.15em;
  position: relative;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bottomCV-btn__link {
    font-size: 16px;
    line-height: 1.75;
  }
  .bottomCV-btn__link:before {
    content: "";
    margin-top: calc((1 - 1.75) * 0.5em);
  }
  .bottomCV-btn__link:after {
    margin-bottom: calc((1 - 1.75) * 0.5em);
  }
  .bottomCV-btn__link:before, .bottomCV-btn__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .bottomCV-btn__link {
    font-size: 12px;
    line-height: 1.25;
  }
  .bottomCV-btn__link:before {
    content: "";
    margin-top: calc((1 - 1.25) * 0.5em);
  }
  .bottomCV-btn__link:after {
    margin-bottom: calc((1 - 1.25) * 0.5em);
  }
  .bottomCV-btn__link:before, .bottomCV-btn__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) {
  .bottomArea {
    padding: 45px 0 115px;
  }
}
@media screen and (max-width: 768px) {
  .bottomArea {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .bottomArea .caption + .bottomCV-btn {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .bottomArea .caption + .bottomCV-btn {
    margin-top: 50px;
  }
}
.bottomArea__inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-contact {
    padding: 40px 80px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 60px 40px 30px;
    text-align: center;
  }
}
.footer-contact__title {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .footer-contact__title {
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .footer-contact__title:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .footer-contact__title:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .footer-contact__title:before, .footer-contact__title:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact__title {
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .footer-contact__title:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .footer-contact__title:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .footer-contact__title:before, .footer-contact__title:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.footer-contact__tel {
  display: flex;
  font-family: "Yu Mincho Std", "游明朝体", "Yu Mincho", serif;
  letter-spacing: 0;
  line-height: 0.75;
}
@media screen and (min-width: 768px) {
  .footer-contact__tel {
    align-items: center;
    font-size: 50px;
    justify-content: center;
    margin-top: 25px;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact__tel {
    align-items: center;
    font-size: 40px;
    justify-content: center;
    margin-top: 25px;
  }
}
.footer-contact__schedule {
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .footer-contact__schedule {
    line-height: 1.6;
  }
  .footer-contact__schedule:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .footer-contact__schedule:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .footer-contact__schedule:before, .footer-contact__schedule:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .footer-contact__schedule {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact__schedule {
    margin-top: 20px;
    line-height: 1.5;
  }
  .footer-contact__schedule:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .footer-contact__schedule:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .footer-contact__schedule:before, .footer-contact__schedule:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.footer-contact__closed {
  color: #eb6877;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .footer-contact__closed {
    line-height: 1.6;
  }
  .footer-contact__closed:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .footer-contact__closed:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .footer-contact__closed:before, .footer-contact__closed:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .footer-contact__closed {
    font-size: 10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact__closed {
    font-size: 8px;
    margin-top: 20px;
    line-height: 1.625;
  }
  .footer-contact__closed:before {
    content: "";
    margin-top: calc((1 - 1.625) * 0.5em);
  }
  .footer-contact__closed:after {
    margin-bottom: calc((1 - 1.625) * 0.5em);
  }
  .footer-contact__closed:before, .footer-contact__closed:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.footer-contact__intro {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-contact__about {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact .site-heading {
    display: inline-block;
  }
}
.footer-bnrArea {
  border-top: 1px solid #131313;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-bnrArea {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-bnrArea {
    padding: 30px 0;
  }
}
.footer-bnrArea__ttl {
  font-family: "Yu Gothic Std", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.03em;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .footer-bnrArea__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .footer-bnrArea__ttl {
    font-size: 14px;
    text-align: center;
  }
}
.footer-bnrArea__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .footer-bnrArea__inner {
    gap: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-bnrArea__inner {
    gap: 12px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer-bnrArea__item:nth-child(-n+2) {
    margin: 0 300px;
  }
}
@media screen and (min-width: 768px) {
  .footer-bnrArea__item:nth-child(-n+2) .photo__image {
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .footer-bnrArea__item:nth-child(-n+2) .photo__image {
    width: 84.6153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .footer-bnrArea__item:nth-child(n+3) .photo__image {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .footer-bnrArea__item:nth-child(n+3) .photo__image {
    width: 62.0512820513vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-bnrArea__item:nth-of-type(3) {
    margin-top: 5px;
  }
}
.footer-corporateArea {
  border-top: 1px solid #131313;
}
@media screen and (min-width: 768px) {
  .footer-corporateArea {
    align-items: center;
    display: flex;
    gap: 160px;
    justify-content: center;
    padding: 40px 0 40px 160px;
  }
}
@media screen and (max-width: 768px) {
  .footer-corporateArea {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer-corporateArea__company {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 35px 52px 0;
  }
}
.footer-corporateArea__link {
  display: block;
  font-family: "Yu Gothic Std", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer-corporateArea__link {
    text-align: center;
    width: 35.8974358974vw;
  }
}
@media screen and (min-width: 768px) {
  .footer-corporateArea__link:not(:first-child) {
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer-corporateArea__link:nth-of-type(3) {
    margin-top: 20px;
  }
}
.footer-corporateList {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer-corporateList {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer-corporateList {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer-corporateList__item {
    position: relative;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer-corporateList__item {
    margin: 0 auto;
  }
}
.footer-corporateList__link {
  display: block;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .footer-corporateList__link {
    width: 158px;
  }
}
@media screen and (max-width: 768px) {
  .footer-corporateList__link {
    width: 35.3846153846vw;
  }
}
@media screen and (min-width: 768px) {
  .footer-corporateList__link--juhan {
    width: 142px;
  }
}
@media screen and (max-width: 768px) {
  .footer-corporateList__link--juhan {
    width: 31.0256410256vw;
  }
}
@media screen and (min-width: 768px) {
  .footer-corporateList__link--heart {
    width: 156px;
  }
}
@media screen and (max-width: 768px) {
  .footer-corporateList__link--heart {
    width: 33.8461538462vw;
  }
}
@media screen and (min-width: 768px) {
  .footer-corporateList__ttl {
    margin-top: 7px;
    width: 199px;
  }
}
@media screen and (max-width: 768px) {
  .footer-corporateList__ttl {
    margin: 0 auto;
    width: 51.0256410256vw;
  }
}
.footer-corporateList__inner {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer-corporateList__inner {
    gap: 35px;
    margin-top: 10px;
    width: 333px;
  }
}
@media screen and (max-width: 768px) {
  .footer-corporateList__inner {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
  }
}
.footer-copyright {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    padding: 0 20px;
  }
}
.footer-copyright__txt {
  color: #333;
  font-family: "Cinzel", serif;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-copyright__txt {
    font-size: 10px;
    line-height: 1.6;
  }
  .footer-copyright__txt:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .footer-copyright__txt:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .footer-copyright__txt:before, .footer-copyright__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-copyright__txt {
    font-size: 9px;
    padding: 50px 0 10px;
    line-height: 1.6666666667;
  }
  .footer-copyright__txt:before {
    content: "";
    margin-top: calc((1 - 1.6666666667) * 0.5em);
  }
  .footer-copyright__txt:after {
    margin-bottom: calc((1 - 1.6666666667) * 0.5em);
  }
  .footer-copyright__txt:before, .footer-copyright__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.contentMenu {
  background-color: #fff;
  color: #040000;
  height: 100dvh;
  left: 0;
  overflow: scroll;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform-origin: top;
  transition: 0.6s ease 0.4s;
  width: 100vw;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .contentMenu {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu {
    transform: scale(1, 0);
  }
  .contentMenu::-webkit-scrollbar {
    display: none;
  }
}
.contentMenu__inner {
  display: grid;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contentMenu__inner {
    align-items: end;
    gap: 64px 40px;
    grid-template-columns: auto 1fr;
    margin: auto;
    max-width: 1208px;
    padding: 112px 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1208px) {
  .contentMenu__inner {
    padding: 112px 40px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu__inner {
    padding: 112px 24px 150px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu__inner .contentCV {
    grid-row: 1;
  }
}
@media screen and (min-width: 768px) {
  .contentMenu__list {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 40px;
    grid-column: auto/span 2;
    max-height: 560px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu__list {
    margin-top: 24px;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
}
@media screen and (min-width: 768px) {
  .contentMenu__item {
    width: calc((100% - 80px) / 3);
  }
}
.contentMenu__link {
  color: #040000;
  display: flex;
  justify-content: space-between;
  padding: 20px 8px 24px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contentMenu__link:hover:after {
    transform: scale(0, 1);
    transform-origin: right;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contentMenu__link:hover:after {
    transform: scale(0, 1);
    transform-origin: right;
  }
}
.contentMenu__link:after {
  background-color: #040000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .contentMenu__link:after {
    transform-origin: left;
    transition: transform 0.6s ease;
  }
}
@media screen and (min-width: 768px) {
  .contentMenu__link:before {
    background-color: rgba(4, 0, 0, 0.3);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}
.contentMenu__link .ja {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.contentMenu__link .ja:before {
  content: "";
  margin-top: calc((1 - 1.3) * 0.5em);
}
.contentMenu__link .ja:after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
.contentMenu__link .ja:before, .contentMenu__link .ja:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.contentMenu__link.is-off {
  opacity: 0.4;
  pointer-events: none;
}
.contentMenu__link.is-off .svgIcon {
  display: none;
}
.contentMenu__link.is-off .coming {
  display: inline-block;
  flex-shrink: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  line-height: 1.3;
}
.contentMenu__link.is-off .coming:before {
  content: "";
  margin-top: calc((1 - 1.3) * 0.5em);
}
.contentMenu__link.is-off .coming:after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
.contentMenu__link.is-off .coming:before, .contentMenu__link.is-off .coming:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .contentMenu__link--willrose {
    padding: 14px 8px 22px;
  }
}
.contentMenu__link--willrose .en {
  font-family: "Oswald", serif;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .contentMenu__link--willrose .en {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu__link--willrose .en {
    font-size: 5.641025641vw !important;
  }
}
.contentMenu.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
  transition-delay: 0s;
}
.contentMenu.is-visible .contentMenu__list,
.contentMenu.is-visible .contentMenu__subNav,
.contentMenu.is-visible .contentCV {
  opacity: 1;
  transition-delay: 0.6s;
}
.contentMenu__subNav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contentMenu__subNav {
    gap: 32px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu__subNav {
    gap: 24px;
    justify-content: center;
    margin-top: 24px;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
}
.contentMenu__subNav__link {
  align-items: center;
  color: #040000;
  display: flex;
  gap: 8px;
  line-height: 1;
  padding-bottom: 12px;
  position: relative;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .contentMenu__subNav__link {
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu__subNav__link {
    padding-left: 11px;
  }
}
.contentMenu__subNav__link .ja {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.contentMenu__subNav__link .ja:before {
  content: "";
  margin-top: calc((1 - 1.3) * 0.5em);
}
.contentMenu__subNav__link .ja:after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
.contentMenu__subNav__link .ja:before, .contentMenu__subNav__link .ja:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.contentMenu__subNav__link:before {
  background-color: #fff;
  border-radius: 50%;
  border-style: solid;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0.35em;
  transition: background-color 0.3s ease-in-out;
  width: 3px;
}
.contentMenu__subNav__link:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s linear;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contentMenu__subNav__link:hover {
    color: #82877D;
  }
  .contentMenu__subNav__link:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contentMenu__subNav__link:hover {
    color: #82877D;
  }
  .contentMenu__subNav__link:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.contentCV {
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 768px) {
  .contentCV {
    align-items: center;
    display: flex;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contentCV {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .contentCV__item:nth-child(n+2) {
    margin-top: 12px;
  }
}
/* LAYOUT */
/* VENDOR */
/* VENDOR */
/* COMPONENTS */
.anchorBlock {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .anchorBlock {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .anchorBlock {
    padding: 80px 0;
  }
}
.anchorBlock__list {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .anchorBlock__list {
    flex-direction: row;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .anchorBlock__list {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .anchorBlock__item {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .anchorBlock__item {
    width: 100%;
  }
}
.anchorBlock__link {
  align-items: center;
  border: 1px solid #040000;
  display: flex;
  gap: 12px;
  padding: 12px 24px 12px 12px;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-color 0.6s, color 0.6s;
}
@media screen and (min-width: 768px) {
  .anchorBlock__link:hover {
    background-color: #040000;
    color: #fff;
  }
  .anchorBlock__link:hover .anchorBlock__num {
    border-color: #fff;
    color: #fff;
  }
  .anchorBlock__link:hover .anchorBlock__ttl {
    color: #fff;
  }
  .anchorBlock__link:hover .arrowSVG__path {
    stroke: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .anchorBlock__link:hover {
    background-color: #040000;
    color: #fff;
  }
  .anchorBlock__link:hover .anchorBlock__num {
    border-color: #fff;
    color: #fff;
  }
  .anchorBlock__link:hover .anchorBlock__ttl {
    color: #fff;
  }
  .anchorBlock__link:hover .arrowSVG__path {
    stroke: #fff;
  }
}
.anchorBlock__link.is-active {
  background-color: #040000;
  color: #fff;
  pointer-events: none;
}
.anchorBlock__link.is-active .anchorBlock__num {
  border-color: #fff;
  color: #fff;
}
.anchorBlock__link.is-active .anchorBlock__ttl {
  color: #fff;
}
.anchorBlock__link.is-active .anchorBlock__icon .arrowSVG__path {
  stroke: #fff;
}
.anchorBlock__num {
  align-items: center;
  aspect-ratio: 1/1;
  backdrop-filter: blur(20px);
  border: 1px solid #040000;
  color: #040000;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
  text-align: center;
  transition: border-color 0.6s, color 0.6s;
  width: 42px;
}
.anchorBlock__num .feel {
  display: block;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 2px;
}
.anchorBlock__num .num {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}
.anchorBlock__ttl {
  color: #040000;
  flex: 1;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  transition: color 0.6s;
  line-height: 2;
}
.anchorBlock__ttl:before {
  content: "";
  margin-top: calc((1 - 2) * 0.5em);
}
.anchorBlock__ttl:after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
.anchorBlock__ttl:before, .anchorBlock__ttl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.anchorBlock__icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.anchorBlock__icon .arrowSVG {
  display: block;
  height: auto;
  width: 12px;
}
.anchorBlock__icon .arrowSVG__path {
  stroke: #040000;
  transition: stroke 0.6s;
}
.bgLayer {
  position: relative;
  z-index: 1;
}
.bgLayer:after {
  content: "";
  right: 0;
  bottom: 0;
  left: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.bgLayer--texture01:after {
  background: url("../imgs/bg-texture-01@1.5x.jpg") repeat-y top center/100% auto;
}
.contentCard {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}
.contentCard:after {
  background-color: rgba(0, 0, 0, 0.48);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.8s ease-in-out;
  width: 100%;
  z-index: 2;
}
.contentCard__ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  left: 50%;
  letter-spacing: 0.08em;
  line-height: 0.9;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .contentCard__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .contentCard__ttl {
    font-size: 20px;
  }
}
.contentCard__ttl .prepare {
  color: #ccc;
  display: block;
  font-style: italic;
  margin-top: 0.75em;
}
@media screen and (min-width: 768px) {
  .contentCard__ttl .prepare {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contentCard__ttl .prepare {
    font-size: 12px;
  }
}
.contentCard__bg {
  height: 100%;
  width: 100%;
}
.contentCard__bg .photo {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.contentCard__bg .photo__pic, .contentCard__bg .photo__image {
  height: 100%;
  width: 100%;
}
.contentCard__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.8s ease-in-out;
}
.contentCard__bg .photo__capIn {
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .contentCard:hover:after {
    opacity: 0;
  }
  .contentCard:hover .contentCard__bg .photo__image {
    transform: scale(1.05);
  }
}
@media (hover: hover) and (pointer: fine) {
  .contentCard:hover:after {
    opacity: 0;
  }
  .contentCard:hover .contentCard__bg .photo__image {
    transform: scale(1.05);
  }
}
.contentCard--comingSoon {
  pointer-events: none;
}
.contentCard--willrose .contentCard__ttl {
  font-family: Jost, sans-serif;
  text-shadow: 0 4px 6px #000;
}
@media screen and (min-width: 768px) {
  .contentCard--willrose .contentCard__ttl {
    font-size: 38px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .contentCard--willrose .contentCard__ttl {
    font-size: 5.641025641vw;
    line-height: 1.24;
  }
}
.contentCard--willrose:after {
  content: none;
}
.contentList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contentList {
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .contentList {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .contentList__item {
    aspect-ratio: 312/176;
    width: calc((100% - 64px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .contentList__item {
    aspect-ratio: 1/1;
    width: calc(50% - 12px);
  }
}
.contentList__item--willrose {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contentList__item--willrose {
    aspect-ratio: 1000/241;
  }
}
@media screen and (max-width: 768px) {
  .contentList__item--willrose {
    aspect-ratio: auto;
  }
}
@media screen and (min-width: 768px) {
  .contentListArea {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contentListArea {
    padding: 64px 0 0;
  }
}
.contentListArea__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contentListArea__inner {
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .contentListArea__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contentListArea__inner {
    padding: 0 24px;
  }
}
.contentListArea__ttl {
  font-family: "Cinzel", serif;
  text-align: center;
}
.contentListArea__ttl .main {
  display: block;
  letter-spacing: 0.4em;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .contentListArea__ttl .main {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contentListArea__ttl .main {
    font-size: 32px;
  }
}
.contentListArea__ttl .main + .sub {
  margin-top: 16px;
}
.contentListArea__ttl .sub {
  display: block;
  letter-spacing: 0.08em;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .contentListArea__ttl .sub {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .contentListArea__head + .contentListArea__cont {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contentListArea__head + .contentListArea__cont {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .descriptionCard__cont {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .descriptionCard__cont {
    margin-top: 10px;
  }
}
.descriptionCard__ttl {
  color: #595757;
  font-family: "YakuHanMP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.descriptionCard__ttl:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.descriptionCard__ttl:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.descriptionCard__ttl:before, .descriptionCard__ttl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .descriptionCard__ttl {
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .descriptionCard__ttl {
    font-size: 14px;
    font-weight: 300;
  }
}
.descriptionCardGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.enTtl {
  font-weight: bold;
  line-height: 0.8;
  position: relative;
}
@media screen and (min-width: 768px) {
  .enTtl + .heading {
    margin-top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .enTtl + .heading {
    margin-top: 20px;
  }
}
.enTtl--large {
  color: #948036;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .enTtl--large {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .enTtl--large {
    font-size: 16px;
  }
}
.enTtl--default {
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .enTtl--default {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .enTtl--default {
    font-size: 12px;
  }
}
.enTtl--border {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .enTtl--border {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .enTtl--border {
    padding-bottom: 12px;
  }
}
.enTtl--border:after {
  background-color: currentcolor;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .enTtl--border:after {
    height: 2px;
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  .enTtl--border:after {
    height: 1px;
    width: 29.5px;
  }
}
.enTtl--line {
  align-items: center;
  display: flex;
  margin: 0 auto;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .enTtl--line {
    font-size: 20px;
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .enTtl--line {
    font-size: 20px;
  }
}
.enTtl--line:before, .enTtl--line:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 1px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .enTtl--line:before {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .enTtl--line:before {
    margin-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  .enTtl--line:after {
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .enTtl--line:after {
    margin-left: 12px;
  }
}
.enTtl--heading {
  color: #000;
  font-weight: inherit;
  text-align: center;
}
.enTxt {
  color: #595757;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.enTxt:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.enTxt:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.enTxt:before, .enTxt:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .enTxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .enTxt {
    font-size: 14px;
    font-weight: 300;
  }
}
.txt + .enTxt {
  margin-top: 2em;
}
.galleryBnr {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .galleryBnr {
    margin-top: 120px;
    width: 880px;
  }
}
@media screen and (max-width: 768px) {
  .galleryBnr {
    margin-top: 25.641025641vw;
    padding: 0 6.1538461538vw;
  }
}
.generalBtn {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  overflow: hidden;
  transition: box-shadow 0.3s linear 0.1s;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .generalBtn {
    font-size: 20px;
    height: 72px;
    padding: 4px;
    width: 376px;
  }
}
@media screen and (max-width: 768px) {
  .generalBtn {
    height: 68px;
    padding: 3px;
  }
}
.generalBtn__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  gap: 8px;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.3em;
  line-height: 1;
  position: relative;
  width: 100%;
  z-index: 1;
}
.generalBtn__inner:before {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  width: 26px;
}
.generalBtn__inner:after {
  border-bottom: 5px solid transparent;
  border-left: 9px solid #000;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  width: 0;
}
.generalBtn__inner .subTxt {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
  line-height: 1.4;
}
.generalBtn__inner .subTxt:before {
  content: "";
  margin-top: calc((1 - 1.4) * 0.5em);
}
.generalBtn__inner .subTxt:after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.generalBtn__inner .subTxt:before, .generalBtn__inner .subTxt:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.generalBtn__inner .en {
  display: block;
  font-family: "Cinzel", serif;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .generalBtn__inner .en {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .generalBtn__inner .en {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .generalBtn:hover {
    box-shadow: 0 0 36px rgba(255, 255, 255, 0.2), 5px 0 36px rgba(255, 255, 255, 0.2), 0 5px 36px rgba(255, 255, 255, 0.2), -5px 0 36px rgba(255, 255, 255, 0.2);
  }
  .generalBtn:hover .generalBtn__inner:before {
    transform: translateY(-50%) scale(0.9);
  }
  .generalBtn:hover .generalBtn__inner:after {
    transform: translateY(-50%) scale(1.1);
  }
}
@media (hover: hover) and (pointer: fine) {
  .generalBtn:hover {
    box-shadow: 0 0 36px rgba(255, 255, 255, 0.2), 5px 0 36px rgba(255, 255, 255, 0.2), 0 5px 36px rgba(255, 255, 255, 0.2), -5px 0 36px rgba(255, 255, 255, 0.2);
  }
  .generalBtn:hover .generalBtn__inner:before {
    transform: translateY(-50%) scale(0.9);
  }
  .generalBtn:hover .generalBtn__inner:after {
    transform: translateY(-50%) scale(1.1);
  }
}
.generalBtn--map {
  background: #7f7a6a;
}
@media screen and (min-width: 768px) {
  .generalBtn--map {
    width: 246px;
  }
}
.generalBtn--map .generalBtn__inner {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.generalBtn--map .generalBtn__inner:after {
  border-left-color: #7f7a6a;
}
@media screen and (min-width: 768px) {
  .generalBtn--map:hover {
    background: #231815;
  }
  .generalBtn--map:hover .generalBtn__inner:after {
    border-left: 9px solid #231815;
  }
}
@media (hover: hover) and (pointer: fine) {
  .generalBtn--map:hover {
    background: #231815;
  }
  .generalBtn--map:hover .generalBtn__inner:after {
    border-left: 9px solid #231815;
  }
}
.generalBtn--request {
  background: #82877D;
}
.generalBtn--request .generalBtn__inner:after {
  border-left-color: #82877D;
}
@media screen and (min-width: 768px) {
  .generalBtn--request:hover {
    background: rgb(110.5, 114.92, 106.08);
  }
}
@media (hover: hover) and (pointer: fine) {
  .generalBtn--request:hover {
    background: rgb(110.5, 114.92, 106.08);
  }
}
.generalBtn--reserve, .generalBtn--reservationPage {
  background: #BD875A;
}
.generalBtn--reserve .generalBtn__inner, .generalBtn--reservationPage .generalBtn__inner {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.generalBtn--reserve .generalBtn__inner:after, .generalBtn--reservationPage .generalBtn__inner:after {
  border-left-color: #BD875A;
}
@media screen and (min-width: 768px) {
  .generalBtn--reserve:hover, .generalBtn--reservationPage:hover {
    background: rgb(169.3928571429, 113.9551948052, 67.7571428571);
  }
}
@media (hover: hover) and (pointer: fine) {
  .generalBtn--reserve:hover, .generalBtn--reservationPage:hover {
    background: rgb(169.3928571429, 113.9551948052, 67.7571428571);
  }
}
.generalBtn--online {
  background: #669;
}
@media screen and (min-width: 768px) {
  .generalBtn--small {
    padding: 10px 40px;
  }
}
.generalBtn--small .generalBtn__inner {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .generalBtn--small .generalBtn__inner {
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .generalBtn--small .generalBtn__inner {
    letter-spacing: 0.25em;
    margin: 0 auto;
    text-align: center;
    line-height: 1.1;
  }
  .generalBtn--small .generalBtn__inner:before {
    content: "";
    margin-top: calc((1 - 1.1) * 0.5em);
  }
  .generalBtn--small .generalBtn__inner:after {
    margin-bottom: calc((1 - 1.1) * 0.5em);
  }
  .generalBtn--small .generalBtn__inner:before, .generalBtn--small .generalBtn__inner:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.generalBtn--small .generalBtn__inner:before {
  height: 16px;
  right: 10px;
  width: 16px;
}
.generalBtn--small .generalBtn__inner:after {
  border-bottom-width: 4px;
  border-left-width: 7px;
  border-top-width: 4px;
  right: 14px;
}
.generalBtn--small .generalBtn__inner:before, .generalBtn--small .generalBtn__inner:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .generalBtn--small:hover:after {
    border-left-width: 7px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .generalBtn--small:hover:after {
    border-left-width: 7px;
  }
}
.generalBtn--line {
  background: #06C755;
}
@media screen and (min-width: 768px) {
  .generalBtn--line:hover {
    opacity: 0.8;
  }
}
@media (hover: hover) and (pointer: fine) {
  .generalBtn--line:hover {
    opacity: 0.8;
  }
}
.generalBtn--line .generalBtn__inner:after {
  border-left-color: #06C755;
}
.generalBtn--line .generalBtn__inner .subTxt {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .generalBtn--line.generalBtn--small {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .generalBtn--line.generalBtn--small .generalBtn__inner {
    letter-spacing: 0;
  }
}
.generalBtn--info {
  height: 52px;
}
@media screen and (min-width: 768px) {
  .generalBtn--info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .generalBtn--info {
    margin-left: auto;
    margin-right: auto;
    width: 280px;
  }
}
.generalBtn--info .generalBtn__inner {
  font-size: 16px;
  letter-spacing: 0.08em;
  padding-right: 16px;
}
.generalBtn.is-off {
  opacity: 0.7;
  pointer-events: none;
}
.generalBtn.is-off:before, .generalBtn.is-off:after {
  content: normal;
  content: initial;
}
.generalSlider {
  position: relative;
}
.generalSlider .swiper-pagination {
  display: flex;
  justify-content: center;
  position: static;
}
@media screen and (min-width: 768px) {
  .generalSlider .swiper-pagination {
    gap: 8px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .generalSlider .swiper-pagination {
    gap: 1.0256410256vw;
    margin-top: 4.1025641026vw;
  }
}
.generalSlider .swiper-pagination .swiper-pagination-bullet {
  background-color: #ddd;
  opacity: 1;
}
.generalSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(246deg, #f9c268 0%, #91784d 100%);
}
.generalSlider__navigation {
  display: flex;
  justify-content: space-between;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .generalSlider__navigation {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .generalSlider__navigation {
    padding: 0 2.0512820513vw;
  }
}
.generalSlider__prev, .generalSlider__next {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  pointer-events: auto;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .generalSlider__prev, .generalSlider__next {
    height: 48px;
    width: 48px;
  }
}
@media screen and (max-width: 768px) {
  .generalSlider__prev, .generalSlider__next {
    height: 10.2564102564vw;
    width: 10.2564102564vw;
  }
}
.generalSlider__prev::before, .generalSlider__next::before {
  border-color: #333;
  border-style: solid;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .generalSlider__prev::before, .generalSlider__next::before {
    border-width: 2px 2px 0 0;
    height: 12px;
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  .generalSlider__prev::before, .generalSlider__next::before {
    border-width: 0.5128205128vw 0.5128205128vw 0 0;
    height: 2.5641025641vw;
    width: 2.5641025641vw;
  }
}
.generalSlider__prev:hover, .generalSlider__next:hover {
  background-color: white;
}
.generalSlider__prev.swiper-button-disabled, .generalSlider__next.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}
.generalSlider__prev::before {
  margin-left: 4px;
  transform: rotate(-135deg);
}
.generalSlider__next::before {
  margin-right: 4px;
  transform: rotate(45deg);
}
.heading {
  color: #595757;
  letter-spacing: 0.02em;
  position: relative;
  line-height: 1.6;
}
.heading:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.heading:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.heading:before, .heading:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.heading .en {
  font-family: "Cinzel", serif;
}
.heading sup {
  font-size: 10px;
  vertical-align: text-top;
}
.heading .caption {
  display: inline-block;
  letter-spacing: 0.1em;
}
.heading + .caption {
  padding-top: 10px;
}
.heading--large {
  color: #697369;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .heading--large {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .heading--large {
    font-size: 28px;
  }
}
.heading--large + .txt {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .heading--large + .txt {
    margin-top: 60px;
    max-width: 658px;
  }
}
@media screen and (max-width: 768px) {
  .heading--large + .txt {
    margin-top: 40px;
  }
}
.heading--default {
  color: #697369;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  line-height: 1.6;
}
.heading--default:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.heading--default:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.heading--default:before, .heading--default:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.heading--default:after {
  background-color: currentcolor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  margin-bottom: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 70px;
}
.heading--default + .txt {
  margin-top: 40px;
}
.heading--small {
  color: #595757;
  font-size: 24px;
  font-weight: 300;
}
.heading--small + .txt {
  margin-top: 40px;
}
.heading--center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .heading--center + .txt {
    text-align: center;
  }
}
.heading--gold {
  color: #a58841;
}
.heading--reserve {
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .heading--reserve {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .heading--reserve {
    font-size: 22px;
    margin-bottom: 5.1282051282vw;
    padding-bottom: 3.0769230769vw;
  }
}
.heading--reserve:after {
  background-color: #736e35;
  bottom: 0;
  content: "";
  left: 50%;
  margin-top: 0;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .heading--reserve:after {
    height: 2px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .heading--reserve:after {
    height: 2px;
    width: 10.2564102564vw;
  }
}
.heading--reserve + .txt {
  font-family: "YakuHanMP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Noto Serif JP", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .heading--reserve + .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .heading--reserve + .txt {
    font-size: 3.0769230769vw;
    text-align: center;
  }
}
.headingCombi {
  position: relative;
}
.headingCombi--center {
  text-align: center;
}
.holidayAtt {
  margin: 0 auto;
}
.holidayAtt + *, * + .holidayAtt {
  margin-bottom: 20px;
  margin-top: 20px;
}
.holidayAtt__txt {
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .holidayAtt__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .holidayAtt__txt {
    font-size: 3.5897435897vw;
    line-height: 2;
  }
}
.holidayAtt .caption {
  display: inline-block;
  line-height: 2;
}
.keyVisual {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .keyVisual {
    aspect-ratio: 1440/500;
  }
}
@media screen and (max-width: 768px) {
  .keyVisual {
    aspect-ratio: 390/494;
  }
}
.keyVisual__image {
  height: 100%;
  width: 100%;
}
.keyVisual__image .photo {
  height: 100%;
  width: 100%;
}
.keyVisual__image .photo__pic, .keyVisual__image .photo__image {
  height: 100%;
  width: 100%;
}
.keyVisual__image .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.keyVisual__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.keyVisual__video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0;
  position: relative;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  visibility: hidden;
  width: 100%;
}
.keyVisual__video:-webkit-media-controls {
  display: none !important;
}
.keyVisual__video:-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
          appearance: none;
  display: none !important;
}
.keyVisual__video.is-ready {
  opacity: 1;
  visibility: visible;
}
.keyVisual__poster {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.keyVisual__poster .photo {
  height: 100%;
  width: 100%;
}
.keyVisual__poster .photo__pic, .keyVisual__poster .photo__image {
  height: 100%;
  width: 100%;
}
.keyVisual__poster .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.keyVisual__ttl {
  align-items: center;
  color: #FFF;
  display: flex;
  flex-direction: column;
  left: 50%;
  perspective: 1000px;
  position: absolute;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .keyVisual__ttl {
    gap: 40px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 535px;
  }
}
@media screen and (max-width: 768px) {
  .keyVisual__ttl {
    gap: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 342px;
  }
}
.keyVisual__ttl .en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
  line-height: 1.1363636364;
}
.keyVisual__ttl .en:before {
  content: "";
  margin-top: calc((1 - 1.1363636364) * 0.5em);
}
.keyVisual__ttl .en:after {
  margin-bottom: calc((1 - 1.1363636364) * 0.5em);
}
.keyVisual__ttl .en:before, .keyVisual__ttl .en:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .keyVisual__ttl .en {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .keyVisual__ttl .en {
    font-size: 44px;
  }
}
.keyVisual__ttl .en .t {
  display: inline-block;
  filter: blur(4px);
  opacity: 0;
  transform: translate3d(-8px, -8px, -20px) rotateX(5deg) rotateY(-5deg);
  transform-style: preserve-3d;
}
.keyVisual__ttl .jp {
  display: block;
  filter: blur(4px);
  letter-spacing: 0.2em;
  opacity: 0;
  text-align: center;
  line-height: 1.6;
}
.keyVisual__ttl .jp:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.keyVisual__ttl .jp:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.keyVisual__ttl .jp:before, .keyVisual__ttl .jp:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .keyVisual__ttl .jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .keyVisual__ttl .jp {
    font-size: 14px;
  }
}
.keyVisual__capIn {
  bottom: 5px;
  position: absolute;
  right: 5px;
}
.keyVisual.sai-animate .keyVisual__ttl .en .t {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1), transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), filter 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.keyVisual.sai-animate .keyVisual__ttl .jp {
  filter: blur(0);
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1), filter 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 800ms;
}
@media screen and (min-width: 768px) {
  .keyVisual--small {
    aspect-ratio: 1440/319;
  }
}
@media screen and (max-width: 768px) {
  .keyVisual--small {
    aspect-ratio: 39/16;
  }
}
.largeHeadingCombi {
  position: relative;
}
@media screen and (min-width: 768px) {
  .largeHeadingCombi {
    margin: 0 auto;
    max-width: 800px;
  }
}
@media screen and (min-width: 768px) {
  .largeHeadingCombi .heading + .txt {
    font-size: 16px;
  }
}
.largeHeadingCombi .heading--intro {
  text-align: center;
}
.largeHeadingCombi .heading--intro + .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .largeHeadingCombi .heading--intro + .txt {
    margin-top: 40px;
  }
}
.largeHeadingCombi .heading--line + .txt {
  border-top: 1px solid #8c9576;
}
@media screen and (min-width: 768px) {
  .largeHeadingCombi .heading--line + .txt {
    margin-top: 24px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .largeHeadingCombi .heading--line + .txt {
    margin-top: 4.1025641026vw;
    padding-top: 4.1025641026vw;
  }
}
.modal__btn {
  background: #000;
  color: #fff;
  cursor: pointer;
  padding: 20px 0;
  text-align: center;
}
.modalItem {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.9s;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}
.modalItem__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modalItem .modalContent {
  position: relative;
}
@media screen and (max-width: 768px) {
  .modalItem .modalContent {
    width: 100%;
  }
}
.modalItem .modalContent__inner {
  overflow: scroll;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .modalItem .modalContent__inner {
    width: 100%;
  }
}
.modalItem .modalContent__inner::-webkit-scrollbar {
  display: none;
}
.modalItem .modalContent__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .modalItem .modalContent__close {
    bottom: calc(100% + 20px);
    height: 30px;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .modalItem .modalContent__close {
    bottom: calc(100% + 10px);
    height: 15px;
    width: 25px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .modalItem .modalContent__close {
    bottom: 100%;
  }
}
.modalItem .modalContent__close:before, .modalItem .modalContent__close:after {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 110%;
}
@media screen and (max-width: 768px) {
  .modalItem .modalContent__close:before, .modalItem .modalContent__close:after {
    height: 1px;
  }
}
.modalItem .modalContent__close:before {
  top: 0;
  transform: rotate(30.6deg);
  transform-origin: top left;
}
.modalItem .modalContent__close:after {
  bottom: 0;
  transform: rotate(-30.6deg);
  transform-origin: bottom left;
}
.modalItem.is-visible {
  opacity: 1;
  visibility: visible;
}
.numTtl {
  align-items: center;
  aspect-ratio: 1/1;
  backdrop-filter: blur(20px);
  border: 1px solid #697369;
  color: #697369;
  display: flex;
  flex-direction: column;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: 72px;
}
.numTtl .feel {
  display: block;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 2px;
}
.numTtl .num {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .numTtl + .headingCombi {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .numTtl + .headingCombi {
    margin-top: 40px;
  }
}
.movieModal__btn {
  background: #000;
  color: #fff;
  cursor: pointer;
  padding: 20px 0;
  text-align: center;
}
.modalItem {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.9s;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}
.modalItem__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modalItem .modalContent {
  position: relative;
}
@media screen and (max-width: 768px) {
  .modalItem .modalContent {
    width: 100%;
  }
}
.modalItem .modalContent__inner {
  overflow: scroll;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .modalItem .modalContent__inner {
    width: 100%;
  }
}
.modalItem .modalContent__inner::-webkit-scrollbar {
  display: none;
}
.modalItem .modalContent__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .modalItem .modalContent__close {
    bottom: calc(100% + 20px);
    height: 30px;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .modalItem .modalContent__close {
    bottom: calc(100% + 10px);
    height: 15px;
    width: 25px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .modalItem .modalContent__close {
    bottom: 100%;
  }
}
.modalItem .modalContent__close:before, .modalItem .modalContent__close:after {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 110%;
}
@media screen and (max-width: 768px) {
  .modalItem .modalContent__close:before, .modalItem .modalContent__close:after {
    height: 1px;
  }
}
.modalItem .modalContent__close:before {
  top: 0;
  transform: rotate(30.6deg);
  transform-origin: top left;
}
.modalItem .modalContent__close:after {
  bottom: 0;
  transform: rotate(-30.6deg);
  transform-origin: bottom left;
}
.modalItem.is-visible {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1200px) {
  .modalItem .movieFrame {
    height: 59.0625vw;
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .modalItem .movieFrame {
    height: 169px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modalItem .movieFrame--pcPlayer {
    display: none;
  }
}
.panorama {
  position: relative;
}
@media screen and (min-width: 768px) {
  .panorama {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .panorama {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.panorama:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: "";
  height: 138px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.panorama__capIn, .panorama__capOut {
  position: absolute;
}
.panorama__capIn {
  bottom: 5px;
  right: 5px;
}
.panorama__capOut {
  padding-top: 5px;
  right: 10px;
  top: 100%;
}
.panorama__spIcon {
  left: 20px;
  position: absolute;
  top: 20px;
}
@media screen and (min-width: 768px) {
  .panorama__spIcon {
    display: none;
  }
}
.panorama__spIcon .swipeSVG {
  height: auto;
  width: 28.5px;
}
.panorama__spIcon .swipeSVG__path, .panorama__spIcon .swipeSVG__polygon {
  fill: #999;
}
.panorama__direction {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  font-size: 36px;
  height: 70px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 70px;
}
@media screen and (max-width: 768px) {
  .panorama__direction {
    display: none;
  }
}
.panorama__direction--prev {
  left: 0;
}
.panorama__direction--prev:after {
  content: "<";
}
.panorama__direction--next {
  right: 0;
}
.panorama__direction--next:after {
  content: ">";
}
@media screen and (min-width: 768px) {
  .panorama--swipe {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .panorama--swipe {
    height: 80vh;
  }
}
.panorama--swipe .panorama__inner {
  height: 100%;
  overflow: scroll;
}
.panorama--swipe .panorama__inner::-webkit-scrollbar {
  display: none;
}
.panorama--swipe .panorama__image {
  height: 100%;
  max-width: none;
  max-width: initial;
  width: auto;
}
.zoomFigure {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.zoomFigure__controller {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.zoomFigure__controller .btnSVG {
  display: block;
  height: 100%;
  width: 100%;
}
.zoomFigure__btn {
  background-color: #333;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .zoomFigure__btn {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .zoomFigure__btn {
    height: 50px;
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .zoomFigure__btn:not(:last-of-type) {
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  .zoomFigure__btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.zoomFigure .photo__image {
  width: 100%;
}
.parallaxPhoto {
  overflow: hidden;
  position: relative;
}
.parallaxPhoto--full .photo__image {
  width: 100%;
}
.photo {
  position: relative;
}
.photo__capIn, .photo__capOut {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.photo__capIn, .photo__capOut {
  position: absolute;
}
.photo__capIn {
  bottom: 5px;
  right: 5px;
  text-align: right;
}
.photo__capOut {
  padding-top: 5px;
  right: 0;
  top: 100%;
}
.photo__pic {
  display: block;
}
.photo--full .photo__image {
  width: 100%;
}
.photo--fit {
  height: 100%;
}
.photo--fit .photo__pic,
.photo--fit .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.qualityBnr {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .qualityBnr {
    width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .qualityBnr {
    padding: 0 20px;
  }
}
.qualityBnr .photo {
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .qualityBnr:hover .photo {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .qualityBnr + .informationSect {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .qualityBnr + .informationSect {
    margin-top: 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .casbeeArea + .qualityBnr {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .casbeeArea + .qualityBnr {
    margin-top: 10.2564102564vw;
    padding: 0;
  }
}
.touchFigure {
  position: relative;
}
@media screen and (max-width: 768px) {
  .touchFigure {
    margin: 0 -24px;
    width: 100vw;
  }
}
.touchFigure + .touchFigure {
  margin-top: 30px;
}
.touchFigure__capIn, .touchFigure__capOut {
  position: absolute;
}
.touchFigure__capIn {
  bottom: 5px;
  right: 5px;
}
.touchFigure__capOut {
  padding-top: 5px;
  right: 10px;
  top: 100%;
}
.touchFigure__spIcon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .touchFigure__spIcon {
    display: none;
  }
}
.touchFigure__spIcon .zoomSVG {
  height: auto;
  width: 28.5px;
}
.touchFigure__spIcon .zoomSVG__path, .touchFigure__spIcon .zoomSVG__polygon {
  fill: #999;
}
.touchFigure__spIcon .swipeSVG {
  height: auto;
  width: 69px;
}
.touchFigure__spIcon .moveSVG {
  height: auto;
  width: 28px;
}
.touchFigure__spIcon .moveSVG__path, .touchFigure__spIcon .moveSVG__polygon {
  fill: #999;
}
@media screen and (max-width: 768px) {
  .touchFigure--swipe {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  .touchFigure--swipe .touchFigure__inner {
    height: 100%;
    overflow: scroll;
  }
  .touchFigure--swipe .touchFigure__inner::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .touchFigure--swipe .touchFigure__image {
    height: 100%;
    max-width: none;
    max-width: initial;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .touchFigure--move .touchFigure__inner {
    height: 100vw;
    overflow: scroll;
  }
  .touchFigure--move .touchFigure__inner::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .touchFigure--move .touchFigure__image {
    max-width: none;
    max-width: initial;
    width: auto;
  }
}
.txt {
  color: #595757;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.txt:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.txt:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.txt:before, .txt:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .txt {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .txt--large {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .txt--large {
    font-size: 14px;
    font-weight: 300;
  }
}
.usableList__inner {
  display: flex;
  flex-wrap: wrap;
}
.usableList__note {
  margin-top: 10px;
  text-align: right;
}
.roomCard {
  border-bottom: 1px solid #82877D;
  height: 100%;
}
.roomCard__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.roomCard__type {
  color: #82877D;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.08em;
  line-height: 0.9;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .roomCard__type {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .roomCard__type {
    font-size: 16px;
  }
}
.roomCard__type .large {
  display: block;
}
@media screen and (min-width: 768px) {
  .roomCard__type .large {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .roomCard__type .large {
    font-size: 64px;
  }
}
.roomCard__spec {
  color: #595757;
}
.roomCard__variation {
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.08em;
}
.roomCard__variation .ldk {
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .roomCard__variation .ldk {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .roomCard__variation .ldk {
    font-size: 32px;
  }
}
.roomCard__variation .middle {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .roomCard__variation .middle {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .roomCard__variation .middle {
    font-size: 20px;
  }
}
.roomCard__length {
  align-items: flex-end;
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .roomCard__length {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .roomCard__length {
    margin-top: 12px;
  }
}
.roomCard__length .jp {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .roomCard__length .jp {
    line-height: 1.4;
  }
  .roomCard__length .jp:before {
    content: "";
    margin-top: calc((1 - 1.4) * 0.5em);
  }
  .roomCard__length .jp:after {
    margin-bottom: calc((1 - 1.4) * 0.5em);
  }
  .roomCard__length .jp:before, .roomCard__length .jp:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) {
  .roomCard__length .jp {
    line-height: 1.2;
  }
  .roomCard__length .jp:before {
    content: "";
    margin-top: calc((1 - 1.2) * 0.5em);
  }
  .roomCard__length .jp:after {
    margin-bottom: calc((1 - 1.2) * 0.5em);
  }
  .roomCard__length .jp:before, .roomCard__length .jp:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.roomCard__length .num {
  display: inline-block;
}
.roomCard__length .num .unit {
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.08em;
  line-height: 0.8;
}
@media screen and (min-width: 768px) {
  .roomCard__length .num .unit {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .roomCard__length .num .unit {
    font-size: 32px;
  }
}
.roomCard__length .num .meter {
  display: inline-block;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .roomCard__length .num .meter {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .roomCard__length .num .meter {
    font-size: 16px;
  }
}
.roomCard__btn {
  margin-top: 10px;
}
.roomCard__more {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.roomCard__more .inner {
  color: #595757;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.08em;
  line-height: 0.9;
  transition: letter-spacing 0.6s linear;
}
@media screen and (min-width: 768px) {
  .roomCard__more .inner {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .roomCard__more .inner {
    font-size: 12px;
  }
}
.roomCard__more .icon {
  aspect-ratio: 1/1;
  transition: transform 0.6s linear;
}
@media screen and (min-width: 768px) {
  .roomCard__more .icon {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .roomCard__more .icon {
    width: 18px;
  }
}
.roomCard__more .icon .arrowSVG {
  height: auto;
  width: 100%;
}
.roomCard__link {
  background-color: #fff;
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .roomCard__link {
    padding: 35px 32px;
  }
}
@media screen and (max-width: 768px) {
  .roomCard__link {
    padding: 16px 24px;
  }
}
@media screen and (min-width: 768px) {
  .roomCard__link:hover .roomCard__more .inner {
    letter-spacing: 0.12em;
  }
  .roomCard__link:hover .roomCard__more .icon {
    transform: translateX(5px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .roomCard__link:hover .roomCard__more .inner {
    letter-spacing: 0.12em;
  }
  .roomCard__link:hover .roomCard__more .icon {
    transform: translateX(5px);
  }
}
.roomCard__link--comingSoon {
  pointer-events: none;
}
.roomCard__comingSoon {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  left: 0;
  letter-spacing: 0.08em;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.roomCard__dir {
  background-color: #82877D;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  left: 0;
  letter-spacing: 0.08em;
  position: absolute;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .roomCard__dir {
    min-width: 120px;
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  .roomCard__dir {
    min-width: 89px;
    padding: 6px;
  }
}
.roomCard__dir .inner {
  display: block;
  line-height: 1.4;
}
.roomCard__dir .inner:before {
  content: "";
  margin-top: calc((1 - 1.4) * 0.5em);
}
.roomCard__dir .inner:after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.roomCard__dir .inner:before, .roomCard__dir .inner:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .roomVariation {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }
}
.roomVariation__item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
}
@media screen and (min-width: 768px) {
  .roomVariation__item {
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .roomVariation__item:not(:first-child) {
    margin-top: 32px;
  }
}
.roomDetail {
  position: relative;
  z-index: 1;
}
.roomDetail__head {
  align-items: center;
  color: #697369;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.roomDetail__head:after {
  background: url("../imgs/bg-texture-01@1.5x.jpg") repeat-y top center/100% auto;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .roomDetail__head {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .roomDetail__head {
    padding: 60px 0;
  }
}
.roomDetail__spec {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.roomDetail__type {
  align-items: flex-end;
  display: flex;
  font-family: "Cinzel", serif;
  gap: 16px;
  justify-content: flex-end;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .roomDetail__type {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .roomDetail__type {
    font-size: 24px;
  }
}
.roomDetail__type .large {
  display: block;
  line-height: 0.8;
}
@media screen and (min-width: 768px) {
  .roomDetail__type .large {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .roomDetail__type .large {
    font-size: 64px;
  }
}
.roomDetail__variation {
  font-family: "Cinzel", serif;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .roomDetail__variation {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .roomDetail__variation {
    font-size: 40px;
  }
}
.roomDetail__length {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .roomDetail__length {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .roomDetail__length {
    align-items: center;
  }
}
.roomDetail__mainLength {
  align-items: flex-end;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.roomDetail__mainLength .jp,
.roomDetail__mainLength .tsubo {
  color: #595757;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.roomDetail__mainLength .jp:before,
.roomDetail__mainLength .tsubo:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.roomDetail__mainLength .jp:after,
.roomDetail__mainLength .tsubo:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.roomDetail__mainLength .jp:before, .roomDetail__mainLength .jp:after,
.roomDetail__mainLength .tsubo:before,
.roomDetail__mainLength .tsubo:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.roomDetail__mainLength .unit {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-size: 34px;
  letter-spacing: 0.02em;
  line-height: 0.8;
}
.roomDetail__mainLength .unit .int {
  display: inline-block;
  font-size: 48px;
  line-height: 0.7;
}
.roomDetail__mainLength .meter {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.roomDetail__subLength {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.roomDetail__subLengthItem {
  align-items: flex-end;
  color: #595757;
  display: flex;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 300;
  gap: 8px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.roomDetail__subLengthItem:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.roomDetail__subLengthItem:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.roomDetail__subLengthItem:before, .roomDetail__subLengthItem:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .roomDetail__body {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .roomDetail__body {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .roomDetail__merit {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
  }
}
.roomDetail__meritItem {
  align-items: center;
  border: 1px solid #697369;
  color: #697369;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.04em;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .roomDetail__meritItem {
    font-size: 18px;
    min-height: 95px;
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  .roomDetail__meritItem {
    font-size: 16px;
    min-height: 80px;
  }
}
.roomDetail__meritItem .inner {
  display: block;
}
@media screen and (min-width: 768px) {
  .roomDetail__meritItem .inner {
    line-height: 1.3333333333;
  }
  .roomDetail__meritItem .inner:before {
    content: "";
    margin-top: calc((1 - 1.3333333333) * 0.5em);
  }
  .roomDetail__meritItem .inner:after {
    margin-bottom: calc((1 - 1.3333333333) * 0.5em);
  }
  .roomDetail__meritItem .inner:before, .roomDetail__meritItem .inner:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .roomDetail__meritItem .inner {
    line-height: 1.5;
  }
  .roomDetail__meritItem .inner:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .roomDetail__meritItem .inner:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .roomDetail__meritItem .inner:before, .roomDetail__meritItem .inner:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .roomDetail__meritItem:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .roomDetail__merit + .roomDetail__figure {
    margin-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .roomDetail__merit + .roomDetail__figure {
    margin-top: 100px;
  }
}
.roomDetail__figure .madoriFig {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .roomDetail__figure .madoriFig {
    width: 720px;
  }
}
.roomDetail__note {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .roomDetail__note {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .roomDetail__note {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .roomDetail__btn {
    margin-top: 104px;
  }
}
@media screen and (max-width: 768px) {
  .roomDetail__btn {
    margin-top: 40px;
  }
}
.roomDetail__back {
  align-items: center;
  background-color: #82877D;
  border: none;
  color: #FFF;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 0 auto;
  padding: 12px;
  transition: opacity 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
  width: 248px;
}
.roomDetail__back .inner {
  color: #FFF;
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.348;
}
.roomDetail__back .icon {
  transition: transform 0.6s ease-in-out;
}
.roomDetail__back .icon .arrowSVG__path {
  fill: #82877D;
}
@media screen and (min-width: 768px) {
  .roomDetail__back:hover {
    box-shadow: 0 0 36px rgba(255, 255, 255, 0.2), 5px 0 36px rgba(255, 255, 255, 0.2), 0 5px 36px rgba(255, 255, 255, 0.2), -5px 0 36px rgba(255, 255, 255, 0.2);
    opacity: 0.8;
  }
  .roomDetail__back:hover .icon {
    transform: translateX(-3px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .roomDetail__back:hover {
    box-shadow: 0 0 36px rgba(255, 255, 255, 0.2), 5px 0 36px rgba(255, 255, 255, 0.2), 0 5px 36px rgba(255, 255, 255, 0.2), -5px 0 36px rgba(255, 255, 255, 0.2);
    opacity: 0.8;
  }
  .roomDetail__back:hover .icon {
    transform: translateX(-3px);
  }
}
@media screen and (min-width: 768px) {
  .roomDetail__image {
    margin: 64px auto;
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .roomDetail__image {
    margin: 40px auto;
  }
}
.usageNote {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 12px;
  justify-content: center;
  margin: 0 auto;
  max-width: 700px;
}
.usageNote__item {
  color: #999;
  display: inline-block;
  position: relative;
}
.usageNote__item .caption:has(.icon) {
  align-items: center;
  display: flex;
}
.usageNote__item .icon {
  display: inline-block;
  height: 12px;
  margin-right: 8px;
  vertical-align: sub;
}
.usageNote__item .icon--storage {
  aspect-ratio: 28/12;
  background: #cfe9e5;
  height: 12px;
}
.usageNote__item .icon--floor {
  aspect-ratio: 28/12;
  background: #f8ebe0;
  height: 12px;
}
.usageNote__item .icon--light {
  height: auto;
  vertical-align: middle;
  width: 38px;
}
.usageNote__item .icon--light .svgIcon {
  display: block;
  height: auto;
  width: 100%;
}
.usageNote__item .icon--wind {
  height: auto;
  vertical-align: middle;
  width: 40px;
}
.usageNote__item .icon--wind .svgIcon {
  display: block;
  height: auto;
  width: 100%;
}
.usageNote__item .icon--outpole {
  height: auto;
  vertical-align: middle;
  width: 16px;
}
.usageNote__item .icon--outpole .svgIcon {
  display: block;
  height: auto;
  width: 100%;
}
.usageNote + .caption {
  margin-top: 0.4em;
}
.pageHead {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pageHead {
    padding-bottom: 19px;
  }
}
@media screen and (max-width: 768px) {
  .pageHead {
    padding-bottom: 14px;
  }
}
.pageHead__ttl {
  bottom: 0;
  color: #fff;
  font-family: "Cinzel", serif;
  left: 50%;
  line-height: 0.8;
  perspective: 1000px;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .pageHead__ttl {
    font-size: 128px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 768px) {
  .pageHead__ttl {
    font-size: 72px;
    letter-spacing: 0;
  }
}
.pageHead__ttl .t {
  display: inline-block;
  filter: blur(4px);
  opacity: 0;
  transform: translate3d(-8px, -8px, -20px) rotateX(5deg) rotateY(-5deg);
  transform-style: preserve-3d;
}
.pageHead.sai-animate .pageHead__ttl .t {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  transition: opacity 2s cubic-bezier(0.33, 1, 0.68, 1), transform 2s cubic-bezier(0.33, 1, 0.68, 1), filter 2s cubic-bezier(0.33, 1, 0.68, 1);
}
.pageHead__bg {
  overflow: hidden;
  width: 100%;
}
.pageHead__bg .photo {
  width: 100%;
}
.pageHead__bg .photo__pic, .pageHead__bg .photo__image {
  width: 100%;
}
.pageHead__bg .photo__image {
  filter: blur(8px);
  transform: scale(1.1);
  transition: filter 2.5s cubic-bezier(0.33, 1, 0.68, 1), transform 2.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .pageHead__bg .photo__capIn {
    bottom: auto;
    top: 5px;
  }
}
.pageHead.sai-animate .pageHead__bg .photo__image {
  filter: blur(0);
  transform: scale(1);
}
/* COMPONENTS */
/* DEVELOPMENT */
@keyframes maskDiagonalAnimation {
  0% {
    -webkit-mask-position: 130% 130%;
            mask-position: 130% 130%;
    opacity: 0;
  }
  100% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    opacity: 1;
  }
}
/* DEVELOPMENT */
/*# sourceMappingURL=common.css.map */
