@charset "UTF-8";
/* BASE */
/*! 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 */
  -webkit-box-sizing: border-box;
          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, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "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 only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (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: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Liberation Mono, 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;
  -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: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, 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: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-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] {
  -ms-touch-action: manipulation;
  /* 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;
}

/* BASE */
/* MIXINS */
/* MIXINS */
/* VARIABLES */
/* VARIABLES */
/* BASE */
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;
  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");
}

body {
  background: #ffffff;
  letter-spacing: .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: #ffffff;
  font-family: YakuHanMP, 'Noto Serif JP', YuMincho, 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

.wrap {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .wrap {
    width: 1024px;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 calc(24 / 390 * 100vw);
  }
}

.caption,
.capIn,
.capOut {
  color: #666666;
  font-size: 10px;
  line-height: 1.8;
}

.caption[data-color='white'],
.capIn[data-color='white'],
.capOut[data-color='white'] {
  color: #ffffff;
}

.caption[data-color='black'],
.capIn[data-color='black'],
.capOut[data-color='black'] {
  color: #000000;
}

.caption[data-color='sdw-wh'],
.capIn[data-color='sdw-wh'],
.capOut[data-color='sdw-wh'] {
  color: #ffffff;
  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: #000000;
  text-shadow: #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
}

@media screen and (max-width: 768px) {
  .spAlert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .spAlert {
    opacity: 1;
    visibility: visible;
  }
}

.spAlert__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.spAlert__message {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: .15em;
  line-height: 1;
  margin-top: 25px;
}

.spAlert .svgIcon {
  margin: 0 auto;
  width: 81.5px;
}

.spAlert .svgIcon__path {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 17;
}

.ieModal {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  z-index: 99999;
}

.ieModal.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.ieMessage-btnGroup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ieMessage-btnGroup + .ieMessage__txt {
  margin-top: 20px;
}

.ieMessage {
  background-color: #333333;
  color: #ffffff;
  left: 50%;
  padding: 60px 40px;
  position: fixed;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 760px;
}

.ieMessage__txt {
  font-size: 12px;
  letter-spacing: .15em;
  line-height: 1.5;
}

.ieMessage__txt:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.ieMessage__txt:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.ieMessage__txt:before, .ieMessage__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.ieMessage__txt + .ieMessage-btnGroup {
  margin-top: 20px;
}

.ieMessage__close {
  cursor: pointer;
  height: 17px;
  position: absolute;
  right: 40px;
  top: 30px;
  width: 32px;
  z-index: 1;
}

.ieMessage__close:before, .ieMessage__close:after {
  background-color: #ffffff;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 110%;
}

@media screen and (max-width: 768px) {
  .ieMessage__close:before, .ieMessage__close:after {
    height: 1px;
  }
}

.ieMessage__close:before {
  top: 0;
  -webkit-transform: rotate(26.6deg);
          transform: rotate(26.6deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.ieMessage__close:after {
  bottom: 0;
  -webkit-transform: rotate(-26.6deg);
          transform: rotate(-26.6deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.ieMessage-recommentBtn {
  height: 40px;
  width: 191px;
}

.ieMessage-recommentBtn:not(:last-of-type) {
  margin-right: 20px;
}

.ieMessage-recommentBtn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  border: 1px solid #666666;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .09em;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

.ieMessage-recommentBtn__link .en {
  font-family: "Cinzel", serif;
  font-size: 14px;
}

.ieMessage-recommentBtn:hover .ieMessage-recommentBtn__link {
  background-color: #ffffff;
  color: #666666;
}

[data-sai][data-sai][data-sai-duration='50'],
body[data-sai-duration='50'] [data-sai] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-sai][data-sai][data-sai-delay='50'],
body[data-sai-delay='50'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='50'].sai-animate,
body[data-sai-delay='50'] [data-sai].sai-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-sai][data-sai][data-sai-duration='100'],
body[data-sai-duration='100'] [data-sai] {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

[data-sai][data-sai][data-sai-delay='100'],
body[data-sai-delay='100'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='100'].sai-animate,
body[data-sai-delay='100'] [data-sai].sai-animate {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

[data-sai][data-sai][data-sai-duration='150'],
body[data-sai-duration='150'] [data-sai] {
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

[data-sai][data-sai][data-sai-delay='150'],
body[data-sai-delay='150'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='150'].sai-animate,
body[data-sai-delay='150'] [data-sai].sai-animate {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

[data-sai][data-sai][data-sai-duration='200'],
body[data-sai-duration='200'] [data-sai] {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

[data-sai][data-sai][data-sai-delay='200'],
body[data-sai-delay='200'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='200'].sai-animate,
body[data-sai-delay='200'] [data-sai].sai-animate {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

[data-sai][data-sai][data-sai-duration='250'],
body[data-sai-duration='250'] [data-sai] {
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

[data-sai][data-sai][data-sai-delay='250'],
body[data-sai-delay='250'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='250'].sai-animate,
body[data-sai-delay='250'] [data-sai].sai-animate {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

[data-sai][data-sai][data-sai-duration='300'],
body[data-sai-duration='300'] [data-sai] {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

[data-sai][data-sai][data-sai-delay='300'],
body[data-sai-delay='300'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='300'].sai-animate,
body[data-sai-delay='300'] [data-sai].sai-animate {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

[data-sai][data-sai][data-sai-duration='350'],
body[data-sai-duration='350'] [data-sai] {
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
}

[data-sai][data-sai][data-sai-delay='350'],
body[data-sai-delay='350'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='350'].sai-animate,
body[data-sai-delay='350'] [data-sai].sai-animate {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

[data-sai][data-sai][data-sai-duration='400'],
body[data-sai-duration='400'] [data-sai] {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

[data-sai][data-sai][data-sai-delay='400'],
body[data-sai-delay='400'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='400'].sai-animate,
body[data-sai-delay='400'] [data-sai].sai-animate {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

[data-sai][data-sai][data-sai-duration='450'],
body[data-sai-duration='450'] [data-sai] {
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
}

[data-sai][data-sai][data-sai-delay='450'],
body[data-sai-delay='450'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='450'].sai-animate,
body[data-sai-delay='450'] [data-sai].sai-animate {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

[data-sai][data-sai][data-sai-duration='500'],
body[data-sai-duration='500'] [data-sai] {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

[data-sai][data-sai][data-sai-delay='500'],
body[data-sai-delay='500'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='500'].sai-animate,
body[data-sai-delay='500'] [data-sai].sai-animate {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

[data-sai][data-sai][data-sai-duration='550'],
body[data-sai-duration='550'] [data-sai] {
  -webkit-transition-duration: .55s;
          transition-duration: .55s;
}

[data-sai][data-sai][data-sai-delay='550'],
body[data-sai-delay='550'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='550'].sai-animate,
body[data-sai-delay='550'] [data-sai].sai-animate {
  -webkit-transition-delay: .55s;
          transition-delay: .55s;
}

[data-sai][data-sai][data-sai-duration='600'],
body[data-sai-duration='600'] [data-sai] {
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

[data-sai][data-sai][data-sai-delay='600'],
body[data-sai-delay='600'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='600'].sai-animate,
body[data-sai-delay='600'] [data-sai].sai-animate {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

[data-sai][data-sai][data-sai-duration='650'],
body[data-sai-duration='650'] [data-sai] {
  -webkit-transition-duration: .65s;
          transition-duration: .65s;
}

[data-sai][data-sai][data-sai-delay='650'],
body[data-sai-delay='650'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='650'].sai-animate,
body[data-sai-delay='650'] [data-sai].sai-animate {
  -webkit-transition-delay: .65s;
          transition-delay: .65s;
}

[data-sai][data-sai][data-sai-duration='700'],
body[data-sai-duration='700'] [data-sai] {
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

[data-sai][data-sai][data-sai-delay='700'],
body[data-sai-delay='700'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='700'].sai-animate,
body[data-sai-delay='700'] [data-sai].sai-animate {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

[data-sai][data-sai][data-sai-duration='750'],
body[data-sai-duration='750'] [data-sai] {
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}

[data-sai][data-sai][data-sai-delay='750'],
body[data-sai-delay='750'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='750'].sai-animate,
body[data-sai-delay='750'] [data-sai].sai-animate {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

[data-sai][data-sai][data-sai-duration='800'],
body[data-sai-duration='800'] [data-sai] {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

[data-sai][data-sai][data-sai-delay='800'],
body[data-sai-delay='800'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='800'].sai-animate,
body[data-sai-delay='800'] [data-sai].sai-animate {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

[data-sai][data-sai][data-sai-duration='850'],
body[data-sai-duration='850'] [data-sai] {
  -webkit-transition-duration: .85s;
          transition-duration: .85s;
}

[data-sai][data-sai][data-sai-delay='850'],
body[data-sai-delay='850'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='850'].sai-animate,
body[data-sai-delay='850'] [data-sai].sai-animate {
  -webkit-transition-delay: .85s;
          transition-delay: .85s;
}

[data-sai][data-sai][data-sai-duration='900'],
body[data-sai-duration='900'] [data-sai] {
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
}

[data-sai][data-sai][data-sai-delay='900'],
body[data-sai-delay='900'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='900'].sai-animate,
body[data-sai-delay='900'] [data-sai].sai-animate {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

[data-sai][data-sai][data-sai-duration='950'],
body[data-sai-duration='950'] [data-sai] {
  -webkit-transition-duration: .95s;
          transition-duration: .95s;
}

[data-sai][data-sai][data-sai-delay='950'],
body[data-sai-delay='950'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='950'].sai-animate,
body[data-sai-delay='950'] [data-sai].sai-animate {
  -webkit-transition-delay: .95s;
          transition-delay: .95s;
}

[data-sai][data-sai][data-sai-duration='1000'],
body[data-sai-duration='1000'] [data-sai] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-sai][data-sai][data-sai-delay='1000'],
body[data-sai-delay='1000'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1000'].sai-animate,
body[data-sai-delay='1000'] [data-sai].sai-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-sai][data-sai][data-sai-duration='1050'],
body[data-sai-duration='1050'] [data-sai] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-sai][data-sai][data-sai-delay='1050'],
body[data-sai-delay='1050'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1050'].sai-animate,
body[data-sai-delay='1050'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-sai][data-sai][data-sai-duration='1100'],
body[data-sai-duration='1100'] [data-sai] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-sai][data-sai][data-sai-delay='1100'],
body[data-sai-delay='1100'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1100'].sai-animate,
body[data-sai-delay='1100'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-sai][data-sai][data-sai-duration='1150'],
body[data-sai-duration='1150'] [data-sai] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-sai][data-sai][data-sai-delay='1150'],
body[data-sai-delay='1150'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1150'].sai-animate,
body[data-sai-delay='1150'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-sai][data-sai][data-sai-duration='1200'],
body[data-sai-duration='1200'] [data-sai] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-sai][data-sai][data-sai-delay='1200'],
body[data-sai-delay='1200'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1200'].sai-animate,
body[data-sai-delay='1200'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-sai][data-sai][data-sai-duration='1250'],
body[data-sai-duration='1250'] [data-sai] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-sai][data-sai][data-sai-delay='1250'],
body[data-sai-delay='1250'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1250'].sai-animate,
body[data-sai-delay='1250'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-sai][data-sai][data-sai-duration='1300'],
body[data-sai-duration='1300'] [data-sai] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-sai][data-sai][data-sai-delay='1300'],
body[data-sai-delay='1300'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1300'].sai-animate,
body[data-sai-delay='1300'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-sai][data-sai][data-sai-duration='1350'],
body[data-sai-duration='1350'] [data-sai] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-sai][data-sai][data-sai-delay='1350'],
body[data-sai-delay='1350'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1350'].sai-animate,
body[data-sai-delay='1350'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-sai][data-sai][data-sai-duration='1400'],
body[data-sai-duration='1400'] [data-sai] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-sai][data-sai][data-sai-delay='1400'],
body[data-sai-delay='1400'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1400'].sai-animate,
body[data-sai-delay='1400'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-sai][data-sai][data-sai-duration='1450'],
body[data-sai-duration='1450'] [data-sai] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-sai][data-sai][data-sai-delay='1450'],
body[data-sai-delay='1450'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1450'].sai-animate,
body[data-sai-delay='1450'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-sai][data-sai][data-sai-duration='1500'],
body[data-sai-duration='1500'] [data-sai] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-sai][data-sai][data-sai-delay='1500'],
body[data-sai-delay='1500'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1500'].sai-animate,
body[data-sai-delay='1500'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-sai][data-sai][data-sai-duration='1550'],
body[data-sai-duration='1550'] [data-sai] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-sai][data-sai][data-sai-delay='1550'],
body[data-sai-delay='1550'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1550'].sai-animate,
body[data-sai-delay='1550'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-sai][data-sai][data-sai-duration='1600'],
body[data-sai-duration='1600'] [data-sai] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-sai][data-sai][data-sai-delay='1600'],
body[data-sai-delay='1600'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1600'].sai-animate,
body[data-sai-delay='1600'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-sai][data-sai][data-sai-duration='1650'],
body[data-sai-duration='1650'] [data-sai] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-sai][data-sai][data-sai-delay='1650'],
body[data-sai-delay='1650'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1650'].sai-animate,
body[data-sai-delay='1650'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-sai][data-sai][data-sai-duration='1700'],
body[data-sai-duration='1700'] [data-sai] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-sai][data-sai][data-sai-delay='1700'],
body[data-sai-delay='1700'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1700'].sai-animate,
body[data-sai-delay='1700'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-sai][data-sai][data-sai-duration='1750'],
body[data-sai-duration='1750'] [data-sai] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-sai][data-sai][data-sai-delay='1750'],
body[data-sai-delay='1750'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1750'].sai-animate,
body[data-sai-delay='1750'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-sai][data-sai][data-sai-duration='1800'],
body[data-sai-duration='1800'] [data-sai] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-sai][data-sai][data-sai-delay='1800'],
body[data-sai-delay='1800'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1800'].sai-animate,
body[data-sai-delay='1800'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-sai][data-sai][data-sai-duration='1850'],
body[data-sai-duration='1850'] [data-sai] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-sai][data-sai][data-sai-delay='1850'],
body[data-sai-delay='1850'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1850'].sai-animate,
body[data-sai-delay='1850'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-sai][data-sai][data-sai-duration='1900'],
body[data-sai-duration='1900'] [data-sai] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-sai][data-sai][data-sai-delay='1900'],
body[data-sai-delay='1900'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1900'].sai-animate,
body[data-sai-delay='1900'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-sai][data-sai][data-sai-duration='1950'],
body[data-sai-duration='1950'] [data-sai] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-sai][data-sai][data-sai-delay='1950'],
body[data-sai-delay='1950'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1950'].sai-animate,
body[data-sai-delay='1950'] [data-sai].sai-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-sai][data-sai][data-sai-duration='2000'],
body[data-sai-duration='2000'] [data-sai] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-sai][data-sai][data-sai-delay='2000'],
body[data-sai-delay='2000'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2000'].sai-animate,
body[data-sai-delay='2000'] [data-sai].sai-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-sai][data-sai][data-sai-duration='2050'],
body[data-sai-duration='2050'] [data-sai] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-sai][data-sai][data-sai-delay='2050'],
body[data-sai-delay='2050'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2050'].sai-animate,
body[data-sai-delay='2050'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-sai][data-sai][data-sai-duration='2100'],
body[data-sai-duration='2100'] [data-sai] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-sai][data-sai][data-sai-delay='2100'],
body[data-sai-delay='2100'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2100'].sai-animate,
body[data-sai-delay='2100'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-sai][data-sai][data-sai-duration='2150'],
body[data-sai-duration='2150'] [data-sai] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-sai][data-sai][data-sai-delay='2150'],
body[data-sai-delay='2150'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2150'].sai-animate,
body[data-sai-delay='2150'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-sai][data-sai][data-sai-duration='2200'],
body[data-sai-duration='2200'] [data-sai] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-sai][data-sai][data-sai-delay='2200'],
body[data-sai-delay='2200'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2200'].sai-animate,
body[data-sai-delay='2200'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-sai][data-sai][data-sai-duration='2250'],
body[data-sai-duration='2250'] [data-sai] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-sai][data-sai][data-sai-delay='2250'],
body[data-sai-delay='2250'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2250'].sai-animate,
body[data-sai-delay='2250'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-sai][data-sai][data-sai-duration='2300'],
body[data-sai-duration='2300'] [data-sai] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-sai][data-sai][data-sai-delay='2300'],
body[data-sai-delay='2300'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2300'].sai-animate,
body[data-sai-delay='2300'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-sai][data-sai][data-sai-duration='2350'],
body[data-sai-duration='2350'] [data-sai] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-sai][data-sai][data-sai-delay='2350'],
body[data-sai-delay='2350'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2350'].sai-animate,
body[data-sai-delay='2350'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-sai][data-sai][data-sai-duration='2400'],
body[data-sai-duration='2400'] [data-sai] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-sai][data-sai][data-sai-delay='2400'],
body[data-sai-delay='2400'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2400'].sai-animate,
body[data-sai-delay='2400'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-sai][data-sai][data-sai-duration='2450'],
body[data-sai-duration='2450'] [data-sai] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-sai][data-sai][data-sai-delay='2450'],
body[data-sai-delay='2450'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2450'].sai-animate,
body[data-sai-delay='2450'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-sai][data-sai][data-sai-duration='2500'],
body[data-sai-duration='2500'] [data-sai] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-sai][data-sai][data-sai-delay='2500'],
body[data-sai-delay='2500'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2500'].sai-animate,
body[data-sai-delay='2500'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-sai][data-sai][data-sai-duration='2550'],
body[data-sai-duration='2550'] [data-sai] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-sai][data-sai][data-sai-delay='2550'],
body[data-sai-delay='2550'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2550'].sai-animate,
body[data-sai-delay='2550'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-sai][data-sai][data-sai-duration='2600'],
body[data-sai-duration='2600'] [data-sai] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-sai][data-sai][data-sai-delay='2600'],
body[data-sai-delay='2600'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2600'].sai-animate,
body[data-sai-delay='2600'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-sai][data-sai][data-sai-duration='2650'],
body[data-sai-duration='2650'] [data-sai] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-sai][data-sai][data-sai-delay='2650'],
body[data-sai-delay='2650'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2650'].sai-animate,
body[data-sai-delay='2650'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-sai][data-sai][data-sai-duration='2700'],
body[data-sai-duration='2700'] [data-sai] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-sai][data-sai][data-sai-delay='2700'],
body[data-sai-delay='2700'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2700'].sai-animate,
body[data-sai-delay='2700'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-sai][data-sai][data-sai-duration='2750'],
body[data-sai-duration='2750'] [data-sai] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-sai][data-sai][data-sai-delay='2750'],
body[data-sai-delay='2750'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2750'].sai-animate,
body[data-sai-delay='2750'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-sai][data-sai][data-sai-duration='2800'],
body[data-sai-duration='2800'] [data-sai] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-sai][data-sai][data-sai-delay='2800'],
body[data-sai-delay='2800'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2800'].sai-animate,
body[data-sai-delay='2800'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-sai][data-sai][data-sai-duration='2850'],
body[data-sai-duration='2850'] [data-sai] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-sai][data-sai][data-sai-delay='2850'],
body[data-sai-delay='2850'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2850'].sai-animate,
body[data-sai-delay='2850'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-sai][data-sai][data-sai-duration='2900'],
body[data-sai-duration='2900'] [data-sai] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-sai][data-sai][data-sai-delay='2900'],
body[data-sai-delay='2900'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2900'].sai-animate,
body[data-sai-delay='2900'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-sai][data-sai][data-sai-duration='2950'],
body[data-sai-duration='2950'] [data-sai] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-sai][data-sai][data-sai-delay='2950'],
body[data-sai-delay='2950'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2950'].sai-animate,
body[data-sai-delay='2950'] [data-sai].sai-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-sai][data-sai][data-sai-duration='3000'],
body[data-sai-duration='3000'] [data-sai] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-sai][data-sai][data-sai-delay='3000'],
body[data-sai-delay='3000'] [data-sai] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='3000'].sai-animate,
body[data-sai-delay='3000'] [data-sai].sai-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-sai][data-sai][data-sai-easing='linear'],
body[data-sai-easing='linear'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          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] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-sai][data-sai][data-sai-easing='ease-in'],
body[data-sai-easing='ease-in'] [data-sai] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-sai][data-sai][data-sai-easing='ease-out'],
body[data-sai-easing='ease-out'] [data-sai] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-sai][data-sai][data-sai-easing='ease-in-out'],
body[data-sai-easing='ease-in-out'] [data-sai] {
  -webkit-transition-timing-function: ease-in-out;
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sai^='fade'][data-sai^='fade'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-sai^='fade'][data-sai^='fade'].sai-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-sai='fade-up'] {
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

[data-sai='fade-down'] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-sai='fade-right'] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-sai='fade-left'] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-sai='fade-up-right'] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-sai='fade-up-left'] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-sai='fade-down-right'] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-sai='fade-down-left'] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-sai^='zoom'][data-sai^='zoom'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-sai^='zoom'][data-sai^='zoom'].sai-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-sai='zoom-in'] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-sai='zoom-in-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-sai='zoom-in-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-sai='zoom-in-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-sai='zoom-in-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-sai='zoom-out'] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-sai='zoom-out-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-sai='zoom-out-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-sai='zoom-out-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-sai='zoom-out-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-sai^='slide'][data-sai^='slide'] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-sai^='slide'][data-sai^='slide'].sai-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-sai='slide-up'] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-sai='slide-down'] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-sai='slide-right'] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-sai='slide-left'] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-sai^='flip'][data-sai^='flip'] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-sai='flip-left'] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-sai='flip-left'].sai-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-sai='flip-right'] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-sai='flip-right'].sai-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-sai='flip-up'] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-sai='flip-up'].sai-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-sai='flip-down'] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-sai='flip-down'].sai-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-sai^='target'][data-sai^='target'] {
  opacity: 1;
}

body [data-sai='txt-gradient'] {
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #322f33, #322f33);
  background-position: right 0% center;
  background-size: 300% 100%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-text-fill-color: transparent;
}

body [data-sai='txt-gradient'].sai-animate {
  background-position: right 100% center;
  -webkit-filter: blur(0);
          filter: blur(0);
}

body [data-sai='mask-fade-right'].sai-animate {
  -webkit-mask-position: 180% 50%;
          mask-position: 180% 50%;
  -webkit-transition: -webkit-mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  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%;
  -webkit-transition: -webkit-mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  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: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, white 33%, white 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%;
  -webkit-transition: -webkit-mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  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 */
.contentMenu {
  background-color: #596a32;
  height: 100dvh;
  left: 0;
  overflow: scroll;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: .6s ease .4s;
  transition: .6s ease .4s;
  width: 100vw;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .contentMenu {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  .contentMenu::-webkit-scrollbar {
    display: none;
  }
}

.contentMenu__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1360px;
    padding: 120px 48px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__inner {
    padding: 80px calc(30 / 390 * 100vw) 100px;
  }
}

.contentMenu__inner .contentCV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu__inner .contentCV {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 434px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__inner .contentCV {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(30 / 390 * 100vw);
  }
}

.contentMenu__inner .contentCV:after {
  background-color: #ffffff;
  border-radius: 1000px;
  content: '';
  -webkit-filter: blur(150px);
          filter: blur(150px);
  left: 0;
  opacity: .17;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu__inner .contentCV:after {
    height: 574px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__inner .contentCV:after {
    height: calc(168 / 390 * 100vw);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(402 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__inner .contentCV .generalBtn {
    height: calc(40 / 390 * 100vw);
    padding: 3px;
    width: calc(120 / 390 * 100vw);
  }
  .contentMenu__inner .contentCV .generalBtn:before {
    height: 16px;
    right: 10px;
    width: 16px;
  }
  .contentMenu__inner .contentCV .generalBtn:after {
    border-bottom-width: 4px;
    border-left-width: 7px;
    border-top-width: 4px;
    right: 14px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu__inner .contentCV .generalBtn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .contentMenu__inner .contentCV .generalBtn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__inner .contentCV .generalBtn__inner {
    font-size: calc(11 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .contentMenu__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 48px;
    max-height: 560px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__list {
    margin-top: calc(20 / 390 * 100vw);
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.contentMenu__link {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu__link {
    padding: 28px 4px;
    width: 389px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link {
    padding: calc(15 / 390 * 100vw) calc(4 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .contentMenu__link--willrose {
    padding: 22px 4px 28px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu__link--willrose .coming {
    display: block;
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu__link--willrose .en {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link--willrose .en {
    font-size: calc(12 / 390 * 100vw) !important;
  }
}

.contentMenu__link--willrose .en .large {
  font-family: "Oswald", serif;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .contentMenu__link--willrose .en .large {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link--willrose .en .large {
    font-size: calc(18 / 390 * 100vw) !important;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu__link:hover:after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@media (hover: hover) and (pointer: fine) {
  .contentMenu__link:hover:after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

.contentMenu__link:after {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu__link:after {
    height: 1px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link:after {
    height: 1px;
  }
}

.contentMenu__link .en {
  font-family: "Cinzel", serif;
}

@media screen and (min-width: 768px) {
  .contentMenu__link .en {
    font-size: 20px;
    letter-spacing: .2em;
    line-height: .8;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link .en {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: .2rem;
  }
}

.contentMenu__link .ja {
  display: none;
}

.contentMenu__link.is-active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.contentMenu__link.is-off {
  opacity: .4;
  pointer-events: none;
}

.contentMenu__link.is-off .svgIcon {
  display: none;
}

.contentMenu__link.is-off .coming {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Cinzel", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

.contentMenu__link.is-off .coming:before {
  content: '';
  margin-top: calc((1 - 1) * .5em);
}

.contentMenu__link.is-off .coming:after {
  margin-bottom: calc((1 - 1) * .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.is-off .coming {
    font-size: 9px;
    letter-spacing: .009em;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link.is-off .coming {
    font-size: calc(9 / 390 * 100vw);
  }
}

.contentMenu.is-visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.contentMenu.is-visible .contentMenu__list,
.contentMenu.is-visible .contentCV {
  opacity: 1;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

@media screen and (min-width: 768px) {
  .contentMenu__subNav {
    margin-top: 86px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__subNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(24 / 390 * 100vw);
    margin-top: calc(27 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .contentMenu__subNav__item:nth-child(n + 2) {
    margin-top: 16px;
  }
}

.contentMenu__subNav__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  position: relative;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .contentMenu__subNav__link {
    gap: 10px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__subNav__link {
    gap: 8px;
    padding-left: 11px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu__subNav__link .ja {
    font-size: 12px;
    letter-spacing: .08em;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__subNav__link .ja {
    font-size: calc(10 / 390 * 100vw);
  }
}

.contentMenu__subNav__link .en {
  font-family: "Cinzel", serif;
}

@media screen and (min-width: 768px) {
  .contentMenu__subNav__link .en {
    font-size: 20px;
    letter-spacing: .08em;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__subNav__link .en {
    font-size: calc(15 / 390 * 100vw);
  }
}

.contentMenu__subNav__link:before {
  background-color: #ffffff;
  border-radius: 100px;
  border-style: solid;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  width: 0;
}

@media screen and (min-width: 768px) {
  .contentMenu__subNav__link:before {
    height: 3px;
    width: 3px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__subNav__link:before {
    height: 3px;
    width: 3px;
  }
}

.contentMenu__subNav__link:after {
  background: #ffffff;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu__subNav__link:hover {
    color: #ffffffbe;
  }
  .contentMenu__subNav__link:hover:before {
    border-color: transparent transparent transparent #ffffffbe;
  }
  .contentMenu__subNav__link:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@media (hover: hover) and (pointer: fine) {
  .contentMenu__subNav__link:hover {
    color: #ffffffbe;
  }
  .contentMenu__subNav__link:hover:before {
    border-color: transparent transparent transparent #ffffffbe;
  }
  .contentMenu__subNav__link:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.contentCV {
  margin-top: 24px;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

@media screen and (max-width: 768px) {
  .contentCV {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .contentCV__item {
    height: 65px;
  }
}

.contentCV__item .generalBtn--reserve {
  background: #eaeae6;
  color: #596a32;
}

.contentCV__item .generalBtn--reserve:after {
  border-left: 13px solid #596a32;
}

@media screen and (min-width: 768px) {
  .contentCV__item + .contentCV__item {
    margin-top: 40px;
  }
}

.footer {
  background-color: #ffffff;
  color: #333333;
  position: relative;
  z-index: 1;
}

.footer-captionArea__inner {
  margin: 0 auto;
  max-width: 1128px;
  padding: 40px 0 80px;
}

@media screen and (max-width: 768px) {
  .footer-captionArea__inner {
    padding: 40px 20px 60px;
  }
}

.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: #666666;
  }
  .bottomCV-btn:hover .bottomCV-btn__link {
    background-color: #ffffff;
    color: #666666;
  }
}

@media screen and (max-width: 768px) {
  .bottomCV-btn {
    height: 50px;
    width: 100%;
  }
}

.bottomCV-btn:before {
  color: #ffffff;
  content: '＞';
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0.6, 1) translate(0, -50%);
          transform: scale(0.6, 1) translate(0, -50%);
  -webkit-transition: .3s;
  transition: .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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  border: 1px solid #666666;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .15em;
  position: relative;
  -webkit-transition: .3s;
  transition: .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) * .5em);
  }
  .bottomCV-btn__link:after {
    margin-bottom: calc((1 - 1.75) * .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) * .5em);
  }
  .bottomCV-btn__link:after {
    margin-bottom: calc((1 - 1.25) * .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%;
}

.pageDirection {
  background-color: #292929;
}

.pageDirection__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 768px) {
  .pageDirection__inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 18px 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__inner {
    padding: 15px 40px;
  }
}

.pageDirection__inner:before {
  background-color: #666666;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .pageDirection__inner:before {
    height: 20px;
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__inner:before {
    height: 20px;
    width: 1px;
  }
}

.pageDirection__link {
  color: #ffffff;
  display: block;
  letter-spacing: .1em;
  line-height: 1.2;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .pageDirection__link {
    font-size: 14px;
  }
  .pageDirection__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__link {
    font-size: 12px;
  }
}

.pageDirection__link:before {
  background-color: #ffffff;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .pageDirection__link:before {
    height: 1px;
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__link:before {
    height: 1.5px;
    width: 5.5px;
  }
}

@media screen and (min-width: 768px) {
  .pageDirection__link--previous {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__link--previous {
    padding-left: 16px;
  }
}

.pageDirection__link--previous:before {
  left: 0;
}

@media screen and (min-width: 768px) {
  .pageDirection__link--next {
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__link--next {
    padding-right: 16px;
  }
}

.pageDirection__link--next:before {
  right: 0;
}

@media screen and (min-width: 768px) {
  .footer-contact {
    padding: 40px 80px 40px;
    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: .02em;
    line-height: 1.5;
  }
  .footer-contact__title:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .footer-contact__title:after {
    margin-bottom: calc((1 - 1.5) * .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: .02em;
    line-height: 1.5;
  }
  .footer-contact__title:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .footer-contact__title:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .footer-contact__title:before, .footer-contact__title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.footer-contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Yu Mincho Std', '游明朝体', 'Yu Mincho', serif;
  letter-spacing: 0;
  line-height: .75;
}

@media screen and (min-width: 768px) {
  .footer-contact__tel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact__tel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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;
    margin-top: 25px;
  }
  .footer-contact__schedule:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .footer-contact__schedule:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .footer-contact__schedule:before, .footer-contact__schedule:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@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) * .5em);
  }
  .footer-contact__schedule:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .footer-contact__schedule:before, .footer-contact__schedule:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.footer-contact__closed {
  color: #eb6877;
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .footer-contact__closed {
    line-height: 1.6;
    font-size: 10px;
    margin-top: 20px;
  }
  .footer-contact__closed:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .footer-contact__closed:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .footer-contact__closed:before, .footer-contact__closed:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@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) * .5em);
  }
  .footer-contact__closed:after {
    margin-bottom: calc((1 - 1.625) * .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: .03em;
  margin: 0 auto;
  width: -webkit-fit-content;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: calc(330 / 390 * 100vw);
  }
}

@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: calc(242 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .footer-bnrArea__item:nth-of-type(3) {
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .footer-bnrArea__item--morishita .photo {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer-bnrArea__item--morishita .photo {
    margin-bottom: calc(15 / 390 * 100vw);
  }
}

.footer-corporateArea {
  border-top: 1px solid #131313;
}

@media screen and (min-width: 768px) {
  .footer-corporateArea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 160px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporateArea {
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporateArea__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            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: calc(140 / 390 * 100vw);
  }
}

@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 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: calc(138 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .footer-corporateList__link--juhan {
    width: 142px;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporateList__link--juhan {
    width: calc(121 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .footer-corporateList__link--heart {
    width: 156px;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporateList__link--heart {
    width: calc(132 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .footer-corporateList__logo--mitsubishi {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporateList__logo--mitsubishi {
    width: 148px;
  }
}

@media screen and (min-width: 768px) {
  .footer-corporateList__logo--mitsubishisoko {
    width: 125px;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporateList__logo--mitsubishisoko {
    width: 84.5px;
  }
}

@media screen and (min-width: 768px) {
  .footer-corporateList__logo--daiei {
    width: 144px;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporateList__logo--daiei {
    width: 104px;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporateList--multiple:before, .footer-corporateList--multiple:after {
    background-color: #cccccc;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.footer-corporateList--multiple:before {
  height: 1px;
  width: 50px;
}

.footer-corporateList--multiple:after {
  height: 25px;
  width: 1px;
}

@media screen and (max-width: 768px) {
  .footer-corporateList--multiple .footer-corporateList__item {
    width: 50%;
  }
}

@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: calc(199 / 390 * 100vw);
  }
}

.footer-corporateList__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 {
    -ms-flex-wrap: wrap;
        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: #333333;
  font-family: "Cinzel", serif;
  font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', serif;
  letter-spacing: .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) * .5em);
  }
  .footer-copyright__txt:after {
    margin-bottom: calc((1 - 1.6) * .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.66667;
  }
  .footer-copyright__txt:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .footer-copyright__txt:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .footer-copyright__txt:before, .footer-copyright__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer-landline {
    margin-top: 65px;
  }
}

@media screen and (max-width: 768px) {
  .footer-landline {
    margin-top: 50px;
  }
}

.footer-landline__txt {
  color: #999999;
}

@media screen and (min-width: 768px) {
  .footer-landline__txt {
    font-size: 10px;
    letter-spacing: .15em;
    line-height: 1.6;
  }
  .footer-landline__txt:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .footer-landline__txt:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .footer-landline__txt:before, .footer-landline__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-landline__txt {
    font-size: 8px;
    line-height: 1.625;
  }
  .footer-landline__txt:before {
    content: '';
    margin-top: calc((1 - 1.625) * .5em);
  }
  .footer-landline__txt:after {
    margin-bottom: calc((1 - 1.625) * .5em);
  }
  .footer-landline__txt:before, .footer-landline__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.footer-landline__tel {
  color: #ffffff;
  display: block;
  font-family: "Cinzel", serif;
  letter-spacing: .11em;
}

@media screen and (min-width: 768px) {
  .footer-landline__tel {
    font-size: 20px;
    margin-top: 5px;
    pointer-events: none;
    line-height: 1.5;
  }
  .footer-landline__tel:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .footer-landline__tel:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .footer-landline__tel:before, .footer-landline__tel:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-landline__tel {
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.5;
  }
  .footer-landline__tel:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .footer-landline__tel:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .footer-landline__tel:before, .footer-landline__tel:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer-subNav {
    margin-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .footer-subNav {
    margin-top: 50px;
  }
}

.footer-subNav__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer-subNav__link {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .1em;
    padding-left: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 1.5;
  }
  .footer-subNav__link:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .footer-subNav__link:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .footer-subNav__link:before, .footer-subNav__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .footer-subNav__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .footer-subNav__link {
    font-size: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: .1em;
    padding-left: 22.5px;
    line-height: 1.4;
  }
  .footer-subNav__link:before {
    content: '';
    margin-top: calc((1 - 1.4) * .5em);
  }
  .footer-subNav__link:after {
    margin-bottom: calc((1 - 1.4) * .5em);
  }
  .footer-subNav__link:before, .footer-subNav__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer-subNav__link:not(:last-of-type) {
    margin-right: 35px;
  }
}

@media screen and (max-width: 768px) {
  .footer-subNav__link:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.footer-subNav__icon {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .footer-subNav__icon {
    width: 11px;
  }
}

@media screen and (max-width: 768px) {
  .footer-subNav__icon {
    width: 12px;
  }
}

.footer-recommend {
  background-color: #222222;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .footer-recommend {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-recommend {
    padding: 45px 40px 30px;
  }
}

@media screen and (min-width: 768px) {
  .footer-recommend__inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .footer-recommend__title {
    font-size: 14px;
    letter-spacing: .15em;
    text-align: center;
    line-height: 1.71429;
  }
  .footer-recommend__title:before {
    content: '';
    margin-top: calc((1 - 1.71429) * .5em);
  }
  .footer-recommend__title:after {
    margin-bottom: calc((1 - 1.71429) * .5em);
  }
  .footer-recommend__title:before, .footer-recommend__title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-recommend__title {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1.41667;
  }
  .footer-recommend__title:before {
    content: '';
    margin-top: calc((1 - 1.41667) * .5em);
  }
  .footer-recommend__title:after {
    margin-bottom: calc((1 - 1.41667) * .5em);
  }
  .footer-recommend__title:before, .footer-recommend__title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer-recommend__iframe {
    height: 231px;
    margin-top: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer-recommend__iframe {
    height: 208px;
    margin: 25px calc(50% - 50vw) 0;
    width: 100vw;
  }
}

.footer-otherArea {
  border-top: 1px solid #666666;
}

@media screen and (min-width: 768px) {
  .footer-otherArea {
    margin-top: 45px;
    padding-top: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .footer-otherArea {
    margin-top: 30px;
    padding-top: 22.5px;
  }
}

.footer-otherArea__link {
  color: #ffffff;
  display: inline-block;
  letter-spacing: .15em;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .footer-otherArea__link {
    font-size: 14px;
    padding-left: 30px;
    line-height: 1.71429;
  }
  .footer-otherArea__link:before {
    content: '';
    margin-top: calc((1 - 1.71429) * .5em);
  }
  .footer-otherArea__link:after {
    margin-bottom: calc((1 - 1.71429) * .5em);
  }
  .footer-otherArea__link:before, .footer-otherArea__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .footer-otherArea__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .footer-otherArea__link {
    font-size: 12px;
    padding-left: 25px;
    line-height: 1.41667;
  }
  .footer-otherArea__link:before {
    content: '';
    margin-top: calc((1 - 1.41667) * .5em);
  }
  .footer-otherArea__link:after {
    margin-bottom: calc((1 - 1.41667) * .5em);
  }
  .footer-otherArea__link:before, .footer-otherArea__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.footer-otherArea__link .svgIcon {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.footer-otherArea__link .svgIcon__path {
  fill: none;
  fill-rule: evenodd;
  stroke: #ffffff;
  stroke-width: 1px;
}

@media screen and (min-width: 768px) {
  .footer-otherArea__link .svgIcon--external {
    width: 18px;
  }
}

@media screen and (max-width: 768px) {
  .footer-otherArea__link .svgIcon--external {
    width: 12px;
  }
}

.bnrSumaiGallery {
  display: block;
}

@media screen and (min-width: 768px) {
  .bnrSumaiGallery {
    margin: 30px auto 0;
    width: 295px;
  }
  .bnrSumaiGallery:hover .bnrSumaiGallery__image {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .bnrSumaiGallery {
    margin-top: 28px;
  }
}

.bnrSumaiGallery__image {
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .footerNav {
    margin: auto;
    width: 1120px;
  }
}

@media screen and (max-width: 768px) {
  .footerNav {
    padding: 0 calc(24 / 390 * 100vw);
  }
}

.footerNav .enTtl {
  color: #000000;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footerNav .enTtl {
    font-size: 16px;
    letter-spacing: 1.6em;
  }
}

@media screen and (max-width: 768px) {
  .footerNav .enTtl {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: .8rem;
  }
}

@media screen and (min-width: 768px) {
  .footerNav .enTtl + .footerNav__list {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .footerNav .enTtl + .footerNav__list {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.footerNav__list {
  display: grid;
}

@media screen and (min-width: 768px) {
  .footerNav__list {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .footerNav__list {
    gap: calc(16 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

.footerNav__list + .caption {
  text-align: end;
}

@media screen and (min-width: 768px) {
  .footerNav__list + .caption {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .footerNav__list + .caption {
    margin-top: calc(16 / 390 * 100vw);
  }
}

.footerNav__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}

.footerNav__link .en {
  font-family: "Cinzel", serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footerNav__link .en {
    font-size: 28px;
    letter-spacing: .3em;
  }
}

@media screen and (max-width: 768px) {
  .footerNav__link .en {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: .25rem;
  }
}

@media screen and (min-width: 768px) {
  .footerNav__link .coming {
    font-size: 12px;
    letter-spacing: .1em;
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .footerNav__link .coming {
    font-size: calc(9 / 390 * 100vw);
    letter-spacing: .1rem;
    margin-top: calc(4 / 390 * 100vw);
  }
}

.footerNav__item {
  counter-increment: lowNum;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: relative;
}

.footerNav__item .photo {
  width: 100%;
}

.footerNav__item .photo__image {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footerNav__item:hover .photo__image {
    scale: 1.1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .footerNav__item:hover .photo__image {
    scale: 1.1;
  }
}

.footerNav__item:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666464;
  bottom: 0;
  color: #ffffff;
  content: "" counter(lowNum);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 10px;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: center;
  width: 20px;
  z-index: 2;
}

.footerNav__item.is-off {
  pointer-events: none;
}

.footerNav__item.is-off:after {
  background: rgba(39, 39, 39, 0.7);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.footerNav__item.is-off .en {
  opacity: .4;
}

.footerNav__item--willrose .footerNav__link .en {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0 4px 6px #000000;
}

@media screen and (min-width: 768px) {
  .footerNav__item--willrose .footerNav__link .en {
    font-size: 18px;
    letter-spacing: .3em;
  }
}

@media screen and (max-width: 768px) {
  .footerNav__item--willrose .footerNav__link .en {
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: .2rem;
  }
}

.footerNav__item--willrose .footerNav__link .en .large {
  font-family: "Jost", sans-serif;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .footerNav__item--willrose .footerNav__link .en .large {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .footerNav__item--willrose .footerNav__link .en .large {
    font-size: calc(22 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .footerNav__item--large {
    grid-column: span 3;
  }
}

@media screen and (max-width: 768px) {
  .footerNav__item--large {
    grid-column: span 2;
  }
}

.header {
  background-color: #ffffff;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: overlaytransition(background-color);
  transition: overlaytransition(background-color);
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .header {
    height: auto;
  }
}

.header.is-transparent {
  background-color: transparent;
}

.header-topNav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .header-topNav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 20px 40px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header-topNav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 16px;
  }
}

.header-topNav__title {
  display: inline-block;
  position: relative;
  z-index: 999;
}

.header-topNav__title .header-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

@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: calc(146 / 390 * 100vw);
  }
}

.header-topNav__title .header-bukken__inner {
  opacity: 0;
  -webkit-transition: overlaytransition(opacity);
  transition: overlaytransition(opacity);
}

.header-topNav__title .header-bukken__inner--white {
  left: 0;
  position: absolute;
  top: 0;
}

body.is-contentMenu-visible .header-topNav__title .header-bukken__inner--white,
.header.is-transparent .header-topNav__title .header-bukken__inner--white {
  opacity: 1;
}

body.is-contentMenu-visible .header-topNav__title .header-bukken__inner--black,
.header:not(.is-transparent) .header-topNav__title .header-bukken__inner--black {
  opacity: 1;
}

.header-topNav__guide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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-topNav__spMenu {
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header-topNav__spMenu {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header-topNav__spMenu {
    display: none;
  }
}

.header-topNav__spMenu .line {
  background-color: #ffffff;
  display: block;
  height: 1px;
  margin: 0 auto;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  width: 24px;
}

.header-topNav__spMenu .line + .line {
  margin-top: 6px;
}

.header-topNav__spMenu .inner {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: calc(100% - 2px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
}

.header-topNav__spMenu.is-open .line:nth-child(1) {
  -webkit-transform: rotate(31.5deg) translate(4px, 5px) scaleX(1.14);
          transform: rotate(31.5deg) translate(4px, 5px) scaleX(1.14);
}

.header-topNav__spMenu.is-open .line:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.header-topNav__spMenu.is-open .line:nth-child(3) {
  -webkit-transform: rotate(-31.5deg) translate(5px, -6px) scaleX(1.14);
          transform: rotate(-31.5deg) translate(5px, -6px) scaleX(1.14);
}

.header-contMenu__btn {
  cursor: pointer;
  position: relative;
  width: 48px;
  z-index: 999;
}

.header-contMenu__btn.is-active .header-contMenu__icon .border {
  background-color: #ffffff;
}

.header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(1) {
  -webkit-transform: rotate(30deg) translate(-3px, 0);
          transform: rotate(30deg) translate(-3px, 0);
}

.header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(2) {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(3) {
  -webkit-transform: rotate(-30deg) translate(0, -3px);
          transform: rotate(-30deg) translate(0, -3px);
}

.header-contMenu__btn.is-active .header-contMenu__txt .open {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.header-contMenu__btn.is-active .header-contMenu__txt .close {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.header-contMenu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-contMenu__icon .border {
  background-color: #231815;
  display: block;
  height: 1px;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transition: overlaytransition(background-color);
  transition: overlaytransition(background-color);
  width: 100%;
}

.header-contMenu__icon .border + .border {
  margin-top: 4px;
}

.currentPage--top .is-transparent .header-contMenu__icon .border {
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .header-contMenu__txt {
    font-size: 10px;
    letter-spacing: .1em;
    text-align: center;
    white-space: nowrap;
  }
  .header-contMenu__txt .open,
  .header-contMenu__txt .close {
    left: 50%;
    position: absolute;
    top: calc(100% + 5px);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease .1s;
    transition: opacity .4s ease, -webkit-transform .4s ease .1s;
    transition: opacity .4s ease, transform .4s ease .1s;
    transition: opacity .4s ease, transform .4s ease .1s, -webkit-transform .4s ease .1s;
  }
  .header-contMenu__txt .close {
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}

.header-subNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .header-subNav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .header-subNav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header-subNav__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1;
  position: relative;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  -webkit-transition: overlaytransition(color);
  transition: overlaytransition(color);
  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: #ffffff;
}

.header-subNav__link:before {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease-in-out, overlaytransition(border-color);
  transition: background-color 0.3s ease-in-out, overlaytransition(border-color);
  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 #ffffff;
}

.header-subNav__link:after {
  background: #726f3d;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  width: 100%;
}

.currentPage--top .is-transparent .header-subNav__link:after {
  background: #ffffff;
}

@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 {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            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 {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.header-cvArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .header-cvArea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
    margin-left: 40px;
    margin-right: 40px;
    max-width: 400px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header-cvArea {
    gap: calc(12 / 390 * 100vw);
    margin-right: calc(12 / 390 * 100vw);
  }
}

@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: 60px;
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .header-cvArea__item .generalBtn__inner {
    font-size: calc(25 / 750* 100vw);
    letter-spacing: .12em;
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  .header-cvArea__item .generalBtn--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 132px;
  }
}

@media screen and (max-width: 768px) {
  .header-cvArea__item .generalBtn:nth-child(2) {
    margin-top: 3px;
  }
}

@media screen and (min-width: 768px) {
  .header-contact {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 20px;
    width: 400px;
  }
}

@media screen and (min-width: 768px) {
  .header-contact__txt {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1.33333;
  }
  .header-contact__txt:before {
    content: '';
    margin-top: calc((1 - 1.33333) * .5em);
  }
  .header-contact__txt:after {
    margin-bottom: calc((1 - 1.33333) * .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: .8;
    margin-top: 17px;
    pointer-events: none;
  }
  .header-contact__tel + .header-contact__txt {
    margin-left: 10px;
  }
}

.spHeader {
  background: #000000;
  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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.spHeader__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.spHeader__btn .name {
  color: #ffffff;
  font-size: 9px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 6px;
  text-align: center;
  white-space: nowrap;
}

.spHeader__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
}

.spHeader__icon .icon {
  display: block;
  height: 23px;
  width: auto;
}

.spHeader__item {
  padding: 12px 0;
  width: calc(100% / 6);
}

.spHeader__item--request .spHeader__icon .icon {
  height: 18px;
}

.header-simple {
  background: #000000;
  height: 54px;
  padding: 4px 25px;
  position: relative;
}

.header-simple__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: calc(165 / 750* 100vw);
  }
}

/* LAYOUT */
/* VENDOR */
/**
 * Swiper 5.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* VENDOR */
/* COMPONENTS */
.bgLight {
  display: inline-block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .bgLight {
    width: calc(955 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .bgLight {
    width: calc(662 / 390 * 100vw);
  }
}

.bnrArea__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .bnrArea__inner {
    max-width: 900px;
  }
}

.bnrArea__item {
  width: 100%;
}

.bnrArea__link {
  display: block;
  height: 100%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bnrArea__link:hover {
    -webkit-filter: brightness(1.04);
            filter: brightness(1.04);
    opacity: .8;
  }
}

.bnrArea__link img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.card {
  background-color: #e4dbc9;
  max-height: 170px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .card {
    height: calc(170 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .card {
    height: 170px;
  }
}

.card:before, .card:after {
  background-color: #c9bc9c;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 10px;
}

.card:before {
  left: 0;
}

.card:after {
  right: 0;
}

.card__number {
  color: #c9bc9c;
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .card__number {
    font-size: 88px;
    left: calc(36 / 604 * 100%);
    top: calc(22 / 170 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .card__number {
    font-size: 72px;
    left: calc(20 / 390 * 100vw);
    top: 13px;
  }
}

.card__text {
  line-height: 2;
  letter-spacing: .05em;
  position: absolute;
  z-index: 2;
}

.card__text:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.card__text:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.card__text:before, .card__text:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .card__text {
    bottom: calc(39 / 170 * 100%);
    font-size: 20px;
    left: calc(190 / 604 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .card__text {
    bottom: 30px;
    font-size: 18px;
    left: calc(38 / 390 * 100vw);
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .card__text .small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .card__text .small {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .card:last-child .card__text {
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .card:last-child .card__text {
    bottom: 20px;
    line-height: 1.5;
  }
}

.cardList {
  display: grid;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .cardList {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .cardList {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}

.cursiveTxt01 {
  opacity: 0;
}

.perthSect__inner.is-active .cursiveTxt01 {
  opacity: 1;
}

.perthSect__inner.is-active .cursiveTxt01__path--01 {
  -webkit-animation: draw .45s linear forwards 0s;
          animation: draw .45s linear forwards 0s;
  stroke-dasharray: 132;
  stroke-dashoffset: 132;
}

.perthSect__inner.is-active .cursiveTxt01__path--02 {
  -webkit-animation: draw .35s linear forwards .45s;
          animation: draw .35s linear forwards .45s;
  stroke-dasharray: 98;
  stroke-dashoffset: 98;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.cursiveTxt02 {
  opacity: 0;
}

.perthSect__inner.is-active .cursiveTxt02 {
  opacity: 1;
}

.perthSect__inner.is-active .cursiveTxt02__path--01 {
  -webkit-animation: draw .6075s linear forwards 0s;
          animation: draw .6075s linear forwards 0s;
  stroke-dasharray: 177;
  stroke-dashoffset: 177;
}

.perthSect__inner.is-active .cursiveTxt02__path--02 {
  -webkit-animation: draw .1125s linear forwards .6075s;
          animation: draw .1125s linear forwards .6075s;
  stroke-dasharray: 34;
  stroke-dashoffset: 34;
}

.perthSect__inner.is-active .cursiveTxt02__path--03 {
  -webkit-animation: draw .4275s linear forwards .72s;
          animation: draw .4275s linear forwards .72s;
  stroke-dasharray: 124;
  stroke-dashoffset: 124;
}

.perthSect__inner.is-active .cursiveTxt02__path--04 {
  -webkit-animation: draw .99s ease forwards 1.1475s;
          animation: draw .99s ease forwards 1.1475s;
  stroke-dasharray: 290;
  stroke-dashoffset: 290;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.cursiveTxt03 {
  opacity: 0;
}

.perthSect__inner.is-active .cursiveTxt03 {
  opacity: 1;
}

.perthSect__inner.is-active .cursiveTxt03__path--01 {
  -webkit-animation: draw .89s linear forwards 0s;
          animation: draw .89s linear forwards 0s;
  stroke-dasharray: 255;
  stroke-dashoffset: 255;
}

.perthSect__inner.is-active .cursiveTxt03__path--02 {
  -webkit-animation: draw .45s linear forwards .89s;
          animation: draw .45s linear forwards .89s;
  stroke-dasharray: 270;
  stroke-dashoffset: 270;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.cursiveTxt04 {
  opacity: 0;
}

.perthSect__inner.is-active .cursiveTxt04 {
  opacity: 1;
}

.perthSect__inner.is-active .cursiveTxt04__path--01 {
  -webkit-animation: draw 2.5s linear forwards 0s;
          animation: draw 2.5s linear forwards 0s;
  stroke-dasharray: 1218;
  stroke-dashoffset: 1218;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.descriptionCard {
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .descriptionCard {
    width: 389px;
  }
}

@media screen and (max-width: 768px) {
  .descriptionCard {
    width: calc(50% - 10px);
  }
}

.descriptionCard__head {
  position: relative;
}

.descriptionCard__head .photo__capOut, .descriptionCard__head .photo__capIn {
  letter-spacing: 0;
}

.descriptionCard__head .photo + .caption {
  letter-spacing: 0;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .descriptionCard__head .photo + .caption {
    font-size: 12px;
  }
}

.descriptionCard__cont {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .descriptionCard__cont {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .descriptionCard__cont {
    margin-top: 15px;
  }
}

.descriptionCard__ttl {
  position: relative;
}

.descriptionCard__ttl:before {
  background-color: #8c9576;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .descriptionCard__ttl {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .descriptionCard__ttl {
    margin-bottom: calc(16 / 390 * 100vw);
    padding-bottom: calc(16 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .descriptionCard__ttl span {
    font-size: 16px;
    letter-spacing: .08em;
    line-height: 1.25;
  }
  .descriptionCard__ttl span:before {
    content: '';
    margin-top: calc((1 - 1.25) * .5em);
  }
  .descriptionCard__ttl span:after {
    margin-bottom: calc((1 - 1.25) * .5em);
  }
  .descriptionCard__ttl span:before, .descriptionCard__ttl span:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .descriptionCard__ttl span {
    font-size: 14px;
    letter-spacing: .04em;
    line-height: 1.28571;
  }
  .descriptionCard__ttl span:before {
    content: '';
    margin-top: calc((1 - 1.28571) * .5em);
  }
  .descriptionCard__ttl span:after {
    margin-bottom: calc((1 - 1.28571) * .5em);
  }
  .descriptionCard__ttl span:before, .descriptionCard__ttl span:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.descriptionCard__ttl span:before {
  display: inline;
}

.descriptionCard__ttl span .small {
  font-size: 10px;
}

.descriptionCard__txt {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .descriptionCard__txt {
    font-size: 14px;
    line-height: 1.42857;
  }
  .descriptionCard__txt:before {
    content: '';
    margin-top: calc((1 - 1.42857) * .5em);
  }
  .descriptionCard__txt:after {
    margin-bottom: calc((1 - 1.42857) * .5em);
  }
  .descriptionCard__txt:before, .descriptionCard__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .descriptionCard__txt {
    font-size: 12px;
    line-height: 1.33333;
  }
  .descriptionCard__txt:before {
    content: '';
    margin-top: calc((1 - 1.33333) * .5em);
  }
  .descriptionCard__txt:after {
    margin-bottom: calc((1 - 1.33333) * .5em);
  }
  .descriptionCard__txt:before, .descriptionCard__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.descriptionCard__txt .caption {
  display: inline-block;
  line-height: 1.4;
  margin: 5px 0;
}

@media screen and (min-width: 768px) {
  .descriptionCard__txt .caption {
    font-size: 12px;
  }
}

.descriptionCard__notes {
  color: #666464;
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .descriptionCard__notes {
    margin-top: 3px;
  }
}

@media screen and (max-width: 768px) {
  .descriptionCard__notes {
    margin-top: 2px;
  }
}

@media screen and (max-width: 768px) {
  .descriptionCard:nth-of-type(n+3) {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .descriptionCard:nth-of-type(n+4) {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .descriptionCard--wide {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .descriptionCard--wide .descriptionCard__head {
    width: 389px;
  }
}

@media screen and (min-width: 768px) {
  .descriptionCard--wide .descriptionCard__cont {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 12px;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .descriptionCard--reverse {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .descriptionCard--reverse .descriptionCard__head {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 389px;
  }
}

@media screen and (min-width: 768px) {
  .descriptionCard--reverse .descriptionCard__cont {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 12px;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .descriptionCard--sp100 {
    width: 100%;
  }
}

.descriptionCardGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.enTtl {
  font-weight: bold;
  line-height: .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: .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: .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%;
  -webkit-transform: translate(-50%, 0);
          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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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: #000000;
  font-weight: unset;
  text-align: center;
}

.generalBtn {
  background: #000000;
  color: #ffffff;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-box-shadow .3s linear .1s;
  transition: -webkit-box-shadow .3s linear .1s;
  transition: box-shadow .3s linear .1s;
  transition: box-shadow .3s linear .1s, -webkit-box-shadow .3s linear .1s;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .generalBtn {
    height: 60px;
    padding: 4px;
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn {
    height: 50px;
    padding: 3px;
    width: calc(600 / 750 * 100vw);
  }
}

.generalBtn:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  height: 26px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 26px;
}

.generalBtn:after {
  border-bottom: 7px solid transparent;
  border-left: 13px solid black;
  border-top: 7px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 0;
}

.generalBtn__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .26em;
  line-height: 1;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .generalBtn__inner {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn__inner {
    font-size: calc(40 / 750 * 100vw);
  }
}

.generalBtn__inner .frame {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  width: 100%;
  z-index: -1;
}

.generalBtn__inner .frame:nth-child(1) {
  border-left: 2px solid rgba(255, 255, 255, 0.6);
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.generalBtn__inner .frame:nth-child(2) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  border-right: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.generalBtn__inner .en {
  display: block;
  font-family: "Cinzel", serif;
  letter-spacing: .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 {
    -webkit-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);
            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:before {
    -webkit-transform: translateY(-50%) scale(0.9);
            transform: translateY(-50%) scale(0.9);
  }
  .generalBtn:hover:after {
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
  .generalBtn:hover .generalBtn__inner .frame {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn:hover {
    -webkit-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);
            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:before {
    -webkit-transform: translateY(-50%) scale(0.9);
            transform: translateY(-50%) scale(0.9);
  }
  .generalBtn:hover:after {
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
  .generalBtn:hover .generalBtn__inner .frame {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.generalBtn--request {
  background: #59472b;
}

.generalBtn--request:after {
  border-left: 13px solid #59472b;
}

@media screen and (min-width: 768px) {
  .generalBtn--request:hover {
    background: #231815;
  }
  .generalBtn--request:hover:after {
    border-left: 13px solid #231815;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn--request:hover {
    background: #231815;
  }
  .generalBtn--request:hover:after {
    border-left: 13px solid #231815;
  }
}

.generalBtn--map {
  background: none;
  border: 1px solid #596a32;
  color: #596a32;
}

@media screen and (max-width: 768px) {
  .generalBtn--map {
    width: calc(280 / 390 * 100vw);
  }
}

.generalBtn--map:before {
  display: none;
}

.generalBtn--map:after {
  border-left: 13px solid #596a32;
}

.generalBtn--map .generalBtn__inner {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .generalBtn--map .generalBtn__inner {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn--map .generalBtn__inner {
    font-size: calc(15 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .generalBtn--map:hover {
    background: #596a32;
    color: #ffffff;
  }
  .generalBtn--map:hover:after {
    border-left: 13px solid #ffffff;
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn--map:hover {
    background: #596a32;
    color: #ffffff;
  }
  .generalBtn--map:hover:after {
    border-left: 13px solid #ffffff;
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}

.generalBtn--reserve, .generalBtn--reservationPage {
  background: #596a32;
}

@media screen and (min-width: 768px) {
  .generalBtn--reserve:hover, .generalBtn--reservationPage:hover {
    background: #4a5829;
    color: #ffffff;
  }
  .generalBtn--reserve:hover:after, .generalBtn--reservationPage:hover:after {
    border-left: 13px solid #4a5829;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn--reserve:hover, .generalBtn--reservationPage:hover {
    background: #4a5829;
    color: #ffffff;
  }
  .generalBtn--reserve:hover:after, .generalBtn--reservationPage:hover:after {
    border-left: 13px solid #4a5829;
  }
}

.generalBtn--arrow:before, .generalBtn--arrow:after {
  display: none;
}

.generalBtn--arrow .generalBtn__arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .generalBtn--arrow .generalBtn__arrow {
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn--arrow .generalBtn__arrow {
    right: calc(10 / 390 * 100vw);
  }
}

.generalBtn--arrow .generalBtn__arrow .arrowSVG {
  -webkit-transition: -webkit-transform .4s ease-out .2s;
  transition: -webkit-transform .4s ease-out .2s;
  transition: transform .4s ease-out .2s;
  transition: transform .4s ease-out .2s, -webkit-transform .4s ease-out .2s;
}

.generalBtn--arrow .generalBtn__arrow .arrowSVG path, .generalBtn--arrow .generalBtn__arrow .arrowSVG rect {
  -webkit-transition: fill .4s ease-out .2s;
  transition: fill .4s ease-out .2s;
}

@media screen and (min-width: 768px) {
  .generalBtn--arrow:hover .generalBtn__arrow .arrowSVG {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .generalBtn--arrow:hover .generalBtn__arrow .arrowSVG path, .generalBtn--arrow:hover .generalBtn__arrow .arrowSVG rect {
    fill: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn--arrow:hover .generalBtn__arrow .arrowSVG {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .generalBtn--arrow:hover .generalBtn__arrow .arrowSVG path, .generalBtn--arrow:hover .generalBtn__arrow .arrowSVG rect {
    fill: #ffffff;
  }
}

.generalBtn--info {
  background: #eaeae6;
  border: 1px solid #596a32;
  color: #596a32;
}

@media screen and (min-width: 768px) {
  .generalBtn--info {
    height: 33px;
    width: 166px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn--info {
    height: calc(33 / 390 * 100vw);
    width: calc(125 / 390 * 100vw);
    padding-left: calc(16 / 390 * 100vw);
  }
}

.generalBtn--info:before {
  display: none;
}

.generalBtn--info:after {
  border-left: 13px solid #596a32;
}

.generalBtn--info .generalBtn__inner {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .generalBtn--info .generalBtn__inner {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn--info .generalBtn__inner {
    font-size: calc(12 / 390 * 100vw);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media screen and (min-width: 768px) {
  .generalBtn--info:hover {
    background: #596a32;
    color: #ffffff;
  }
  .generalBtn--info:hover:after {
    border-left: 13px solid #ffffff;
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn--info:hover {
    background: #596a32;
    color: #ffffff;
  }
  .generalBtn--info:hover:after {
    border-left: 13px solid #ffffff;
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}

.generalBtn--detail {
  background: transparent;
  border: 1px solid #bf6a02;
  color: #bf6a02;
}

@media screen and (min-width: 768px) {
  .generalBtn--detail {
    height: 40px;
    padding: 2px;
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn--detail {
    height: calc(40 / 390 * 100vw);
    width: calc(200 / 390 * 100vw);
  }
}

.generalBtn--detail:before {
  background-color: #bf6a02;
  height: 20px;
  right: 10px;
  width: 20px;
}

.generalBtn--detail:after {
  border-bottom: 5px solid transparent;
  border-left: 9px solid #ffffff;
  border-top: 5px solid transparent;
  right: 15px;
}

@media screen and (min-width: 768px) {
  .generalBtn--detail .generalBtn__inner {
    font-size: 14px;
    letter-spacing: .3em;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn--detail .generalBtn__inner {
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: .3em;
  }
}

@media screen and (min-width: 768px) {
  .generalBtn--detail:hover {
    background: #bf6a02;
    -webkit-box-shadow: 0 0 36px rgba(191, 106, 2, 0.2), 5px 0 36px rgba(191, 106, 2, 0.2), 0 5px 36px rgba(191, 106, 2, 0.2), -5px 0 36px rgba(191, 106, 2, 0.2);
            box-shadow: 0 0 36px rgba(191, 106, 2, 0.2), 5px 0 36px rgba(191, 106, 2, 0.2), 0 5px 36px rgba(191, 106, 2, 0.2), -5px 0 36px rgba(191, 106, 2, 0.2);
    color: #ffffff;
  }
  .generalBtn--detail:hover:before {
    background-color: #ffffff;
    -webkit-transform: translateY(-50%) scale(0.9);
            transform: translateY(-50%) scale(0.9);
  }
  .generalBtn--detail:hover:after {
    border-left: 9px solid #bf6a02;
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn--detail:hover {
    background: #bf6a02;
    -webkit-box-shadow: 0 0 36px rgba(191, 106, 2, 0.2), 5px 0 36px rgba(191, 106, 2, 0.2), 0 5px 36px rgba(191, 106, 2, 0.2), -5px 0 36px rgba(191, 106, 2, 0.2);
            box-shadow: 0 0 36px rgba(191, 106, 2, 0.2), 5px 0 36px rgba(191, 106, 2, 0.2), 0 5px 36px rgba(191, 106, 2, 0.2), -5px 0 36px rgba(191, 106, 2, 0.2);
    color: #ffffff;
  }
  .generalBtn--detail:hover:before {
    background-color: #ffffff;
    -webkit-transform: translateY(-50%) scale(0.9);
            transform: translateY(-50%) scale(0.9);
  }
  .generalBtn--detail:hover:after {
    border-left: 9px solid #bf6a02;
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}

.generalBtn--online {
  background: #666699;
}

@media screen and (min-width: 768px) {
  .generalBtn--small {
    height: 40px;
    padding: 2px;
    width: 120px;
  }
}

.generalBtn--small:before {
  height: 16px;
  right: 10px;
  width: 16px;
}

.generalBtn--small:after {
  border-bottom-width: 4px;
  border-left-width: 7px;
  border-top-width: 4px;
  right: 14px;
}

@media screen and (max-width: 768px) {
  .generalBtn--small:before, .generalBtn--small: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;
  }
}

@media screen and (min-width: 768px) {
  .generalBtn--small .generalBtn__inner {
    font-size: 12px;
    letter-spacing: .15em;
  }
}

.generalBtn.is-off {
  opacity: .7;
  pointer-events: none;
}

.generalBtn.is-off:before, .generalBtn.is-off:after {
  content: initial;
}

.generalSlider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: calc(4 / 390 * 100vw);
    margin-top: calc(16 / 390 * 100vw);
  }
}

.generalSlider .swiper-pagination .swiper-pagination-bullet {
  background-color: #dddddddd;
  opacity: 1;
}

.generalSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(246deg, #f9c268 0%, #91784d 100%);
}

.heading {
  letter-spacing: .02em;
  position: relative;
}

.heading .en {
  font-family: "Cinzel", serif;
}

.heading sup {
  font-size: 10px;
  vertical-align: text-top;
}

.heading .caption {
  display: inline-block;
  letter-spacing: .1em;
}

.heading + .txt {
  letter-spacing: .06em;
}

@media screen and (min-width: 768px) {
  .heading + .txt {
    font-size: 14px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .heading + .txt {
    font-size: 12px;
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .heading + .txt--large {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .heading + .txt--large {
    margin-top: calc(42 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .heading + .txt--small {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .heading + .txt--small {
    margin-top: 12px;
  }
}

.heading + .caption {
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .heading--large {
    font-size: 40px;
    line-height: 1.85;
  }
  .heading--large:before {
    content: '';
    margin-top: calc((1 - 1.85) * .5em);
  }
  .heading--large:after {
    margin-bottom: calc((1 - 1.85) * .5em);
  }
  .heading--large:before, .heading--large:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .heading--large {
    font-size: calc(24 / 390 * 100vw);
    line-height: 1.91667;
  }
  .heading--large:before {
    content: '';
    margin-top: calc((1 - 1.91667) * .5em);
  }
  .heading--large:after {
    margin-bottom: calc((1 - 1.91667) * .5em);
  }
  .heading--large:before, .heading--large:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .heading--default {
    font-size: 24px;
    line-height: 1.91667;
  }
  .heading--default:before {
    content: '';
    margin-top: calc((1 - 1.91667) * .5em);
  }
  .heading--default:after {
    margin-bottom: calc((1 - 1.91667) * .5em);
  }
  .heading--default:before, .heading--default:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .heading--default {
    font-size: 16px;
    line-height: 1.75;
  }
  .heading--default:before {
    content: '';
    margin-top: calc((1 - 1.75) * .5em);
  }
  .heading--default:after {
    margin-bottom: calc((1 - 1.75) * .5em);
  }
  .heading--default:before, .heading--default:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.heading--small {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .heading--small {
    font-size: 18px;
    line-height: 1.55556;
  }
  .heading--small:before {
    content: '';
    margin-top: calc((1 - 1.55556) * .5em);
  }
  .heading--small:after {
    margin-bottom: calc((1 - 1.55556) * .5em);
  }
  .heading--small:before, .heading--small:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .heading--small {
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.6;
  }
  .heading--small:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .heading--small:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .heading--small:before, .heading--small:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .heading--small + .txt {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .heading--small + .txt {
    font-size: calc(12 / 390 * 100vw);
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .heading--small .small {
    font-size: 13px;
  }
}

.heading--center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .heading--center + .txt {
    text-align: center;
  }
}

.heading--gold {
  color: #a58841;
}

.heading--reserve {
  letter-spacing: .08em;
  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 {
    margin-bottom: calc(20 / 390 * 100vw);
    padding-bottom: calc(12 / 390 * 100vw);
  }
}

.heading--reserve:after {
  background-color: #736e35;
  bottom: 0;
  content: '';
  left: 50%;
  margin-top: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          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: calc(40 / 390 * 100vw);
  }
}

.heading--reserve + .txt {
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .08em;
}

@media screen and (min-width: 768px) {
  .heading--reserve + .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .heading--reserve + .txt {
    font-size: calc(12 / 390 * 100vw);
    text-align: center;
  }
}

.headingCombi {
  position: relative;
}

@media screen and (min-width: 768px) {
  .headingCombi {
    margin: 0 auto;
    max-width: 800px;
  }
}

.headingCombi .heading--intro {
  text-align: center;
}

.headingCombi .heading--intro + .txt {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .headingCombi .heading--intro + .txt {
    margin-top: 40px;
  }
}

.headingCombi .heading--line + .txt {
  border-top: 1px solid #8c9576;
}

@media screen and (min-width: 768px) {
  .headingCombi .heading--line + .txt {
    margin-top: 24px;
    padding-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .headingCombi .heading--line + .txt {
    margin-top: calc(16 / 390 * 100vw);
    padding-top: calc(16 / 390 * 100vw);
  }
}

.holidayAtt {
  margin: 0 auto;
}

.holidayAtt + *,
* + .holidayAtt {
  margin-bottom: 20px;
  margin-top: 20px;
}

.holidayAtt__txt {
  letter-spacing: .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: calc(24 / 750 * 100vw);
  }
}

.holidayAtt .caption {
  display: inline-block;
  line-height: 2;
}

.keyVisual__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .keyVisual__body {
    aspect-ratio: 144 / 65;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__body {
    aspect-ratio: 195 / 280;
  }
}

.keyVisual__body .keyVisual__scene:first-child {
  width: 100vw;
}

.keyVisual__body .keyVisual__scene:first-child:before {
  -webkit-animation: slideShutter 1.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: slideShutter 1.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.keyVisual__body .keyVisual__scene:first-child:after {
  -webkit-animation: slideShutter 1.6s cubic-bezier(0.2, 0.8, 0.4, 1) forwards;
          animation: slideShutter 1.6s cubic-bezier(0.2, 0.8, 0.4, 1) forwards;
}

.keyVisual__body .photo__image {
  width: 100vw;
}

.keyVisual__body + .keyVisual__desc {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: 1s ease 1.7s;
  transition: 1s ease 1.7s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: filter,opacity;
  transition-property: filter,opacity,-webkit-filter;
  z-index: 1;
}

.keyVisual__body + .keyVisual__desc:after {
  background-color: rgba(0, 0, 0, 0);
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 3s ease 1.7s;
  transition: 3s ease 1.7s;
  width: 100%;
}

.keyVisual__body.sai-animate + .keyVisual__desc {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.keyVisual__body.sai-animate + .keyVisual__desc:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.keyVisual__desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.keyVisual__desc .pageTtl {
  color: #ffffff;
  text-align: center;
  z-index: 2;
}

.keyVisual__desc .pageTtl .en {
  display: block;
  font-family: "Cinzel", serif;
  letter-spacing: .25em;
  text-indent: .25em;
}

@media screen and (min-width: 768px) {
  .keyVisual__desc .pageTtl .en {
    font-size: 120px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__desc .pageTtl .en {
    bottom: calc(180 / 390 * 100vw);
    font-size: calc(50 / 390 * 100vw);
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

.keyVisual__desc .pageTtl .en:after {
  color: rgba(255, 255, 255, 0.7);
  left: 50%;
  letter-spacing: .2em;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .keyVisual__desc .pageTtl .en:after {
    bottom: -35px;
    content: 'WILLROSE YANAKA GINZA';
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__desc .pageTtl .en:after {
    bottom: calc(-50 / 390 * 100vw);
    content: 'WILLROSE\AYANAKA GINZA';
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.5;
    white-space: pre-wrap;
    width: 100%;
  }
}

.keyVisual__desc .pageTtl .ja {
  left: 50%;
  letter-spacing: .3em;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .keyVisual__desc .pageTtl .ja {
    bottom: 40px;
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__desc .pageTtl .ja {
    bottom: calc(60 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.6;
  }
}

.keyVisual__sceneGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .keyVisual__sceneGroup {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.keyVisual__sceneGroup + .keyVisual__desc {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: 1s ease 2.7s;
  transition: 1s ease 2.7s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: filter,opacity;
  transition-property: filter,opacity,-webkit-filter;
  z-index: 1;
}

.keyVisual__sceneGroup + .keyVisual__desc:after {
  background-color: rgba(0, 0, 0, 0);
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 3s ease 2.7s;
  transition: 3s ease 2.7s;
  width: 100%;
}

.keyVisual__sceneGroup.sai-animate + .keyVisual__desc {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.keyVisual__sceneGroup.sai-animate + .keyVisual__desc:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.keyVisual__scene {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .keyVisual__scene {
    width: calc(288 / 1440 * 100vw);
  }
}

.keyVisual__scene:before {
  -webkit-animation: slideShutter 2.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: slideShutter 2.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  background: #ffffff;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.keyVisual__scene:after {
  -webkit-animation: slideShutter 2.1s cubic-bezier(0.2, 0.8, 0.4, 1) forwards;
          animation: slideShutter 2.1s cubic-bezier(0.2, 0.8, 0.4, 1) forwards;
  background: #000000;
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

.keyVisual__scene:nth-child(2):before, .keyVisual__scene:nth-child(2):after {
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
}

.keyVisual__scene:nth-child(3):before, .keyVisual__scene:nth-child(3):after {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.keyVisual__scene:nth-child(4):before, .keyVisual__scene:nth-child(4):after {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

.keyVisual__scene:nth-child(5):before, .keyVisual__scene:nth-child(5):after {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

@media screen and (max-width: 768px) {
  .keyVisual__scene:first-child, .keyVisual__scene:nth-child(2), .keyVisual__scene:nth-child(3) {
    width: calc(130 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__scene:nth-child(4), .keyVisual__scene:nth-child(5) {
    width: calc(195 / 390 * 100vw);
  }
}

.keyVisual__scene .photo__capIn {
  left: 5px;
  right: unset;
  z-index: 2;
}

@-webkit-keyframes slideShutter {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}

@keyframes slideShutter {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}

@media screen and (min-width: 768px) {
  .keyVisual--noVisual .keyVisual__desc {
    aspect-ratio: 1440 / 190;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual--noVisual .keyVisual__desc {
    aspect-ratio: 750 / 400;
  }
}

.keyVisual--noVisual .keyVisual__desc .pageTtl {
  color: #000000;
  text-shadow: initial;
}

.keyVisual .caption {
  bottom: 5px;
  color: #ffffff;
  left: 5px;
  letter-spacing: .08em;
  position: absolute;
  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;
  z-index: 1;
}

.keyVisual--2ldk .keyVisual__desc {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.keyVisual--2ldk .keyVisual__desc:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .keyVisual--2ldk .keyVisual__desc {
    padding: 209px 0 0 96px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual--2ldk .keyVisual__desc {
    padding: calc(114 / 390 * 100vw) 0 0 calc(42 / 390 * 100vw);
  }
}

.keyVisual--2ldk .keyVisual__desc .pageTtl {
  text-align: left;
}

.keyVisual--2ldk .keyVisual__desc .pageTtl .en {
  color: #59472b;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .3em;
  text-indent: 0;
}

@media screen and (min-width: 768px) {
  .keyVisual--2ldk .keyVisual__desc .pageTtl .en {
    font-size: 32px;
    line-height: 2;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual--2ldk .keyVisual__desc .pageTtl .en {
    bottom: auto;
    font-size: calc(24 / 390 * 100vw);
    left: auto;
    line-height: 1.6;
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: auto;
  }
}

.keyVisual--2ldk .keyVisual__desc .pageTtl .en:after {
  content: none;
}

.keyVisual--2ldk .keyVisual__desc .pageTtl .ja {
  color: #000000;
  display: block;
  left: auto;
  letter-spacing: .1em;
  position: relative;
  text-align: left;
  -webkit-transform: none;
          transform: none;
  width: auto;
}

@media screen and (min-width: 768px) {
  .keyVisual--2ldk .keyVisual__desc .pageTtl .ja {
    bottom: auto;
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual--2ldk .keyVisual__desc .pageTtl .ja {
    bottom: auto;
    font-size: calc(12 / 390 * 100vw);
    line-height: 2;
    margin-top: calc(12 / 390 * 100vw);
  }
}

.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: calc(16 / 390 * 100vw);
    padding-top: calc(16 / 390 * 100vw);
  }
}

@-webkit-keyframes slideAnim {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes slideAnim {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.loopSlider {
  overflow: hidden;
  width: 100%;
}

.loopSlider__inner {
  -webkit-animation: slideAnim 20s linear infinite;
          animation: slideAnim 20s linear infinite;
  height: auto;
  width: 100%;
}

.loopSlider__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .loopSlider__item.only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .loopSlider__item.only-sp {
    display: none !important;
  }
}

.loopSlider__image {
  height: 100%;
}

.modal__btn {
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 0;
  text-align: center;
}

.modalItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: .9s;
  transition: .9s;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          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: #ffffff;
  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;
  -webkit-transform: rotate(30.6deg);
          transform: rotate(30.6deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.modalItem .modalContent__close:after {
  bottom: 0;
  -webkit-transform: rotate(-30.6deg);
          transform: rotate(-30.6deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.modalItem.is-visible {
  opacity: 1;
  visibility: visible;
}

.movieBox {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  overflow-clip-margin: initial;
  width: 100%;
}

.movieModal__btn {
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 0;
  text-align: center;
}

.modalItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: .9s;
  transition: .9s;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          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: #ffffff;
  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;
  -webkit-transform: rotate(30.6deg);
          transform: rotate(30.6deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.modalItem .modalContent__close:after {
  bottom: 0;
  -webkit-transform: rotate(-30.6deg);
          transform: rotate(-30.6deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.modalItem.is-visible {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1200px) {
  .modalItem .movieFrame {
    height: calc(708.75vw / 1200 * 100);
    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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  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: #999999;
}

.panorama__direction {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -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: unset;
  width: auto;
}

.zoomFigure {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.zoomFigure__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: #333333;
  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: .1em;
  line-height: calc(18 / 10);
}

.photo__capIn, .photo__capOut {
  position: absolute;
}

.photo__capIn {
  bottom: 5px;
  right: 5px;
}

.photo__capOut {
  padding-top: 5px;
  right: 0;
  top: 100%;
}

.photo__pic {
  display: block;
}

.photolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.photolist__item {
  position: relative;
  width: 24%;
}

.photolist__number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #999999;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: 0;
  line-height: .85;
  position: absolute;
  top: 0;
  width: 20px;
}

.pinchableFrame {
  cursor: pointer;
  position: relative;
}

.pinchableFrame .lensIcon {
  bottom: -10px;
  pointer-events: none;
  position: absolute;
  right: -10px;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .pinchableFrame .lensIcon {
    height: 60px;
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .pinchableFrame .lensIcon {
    height: 40px;
    width: 40px;
  }
}

.pinchableFrame .lensIcon .lensSVG {
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .pinchableFrame .lensIcon .lensSVG {
    width: 27px;
  }
}

@media screen and (max-width: 768px) {
  .pinchableFrame .lensIcon .lensSVG {
    width: 18px;
  }
}

.pinchableFrame .lensIcon .circleSVG {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pinchableFrame--onlyPC {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .pinchableFrame--onlyPC .lensIcon {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pinchableFrame--onlySP {
    pointer-events: none;
  }
}

@media screen and (min-width: 768px) {
  .pinchableFrame--onlySP .lensIcon {
    display: none;
  }
}

.pinchableModal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}

@media screen and (min-width: 768px) {
  .pinchableModal {
    padding: 30px;
  }
}

.pinchableModal__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pinchableModal__inner {
    padding: 100px;
  }
}

@media screen and (max-width: 768px) {
  .pinchableModal__inner .photo__capOut {
    right: 15px;
  }
}

.pinchableModal__close {
  height: auto;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .pinchableModal__close {
    right: 60px;
    top: 60px;
    width: 46px;
  }
}

@media screen and (max-width: 768px) {
  .pinchableModal__close {
    right: 30px;
    top: 30px;
    width: 32px;
  }
}

.pinchableModal__close .closeSVG {
  height: auto;
  width: 100%;
}

.pinchableModal.is-visible {
  opacity: 1;
  visibility: visible;
}

.currentPage:has(.pinchableModal.is-visible) .header {
  position: relative;
  z-index: 1;
}

.currentPage:has(.pinchableModal.is-visible) .pageStatus,
.currentPage:has(.pinchableModal.is-visible) .fixBnr {
  z-index: 1;
}

.currentPage:has(.pinchableModal.is-visible) .footer {
  z-index: 0;
}

.roomCard {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .roomCard {
    height: 878px;
  }
}

.roomCard__link {
  border-radius: 5px;
  color: #596a32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .roomCard__link {
    padding: 48px 32px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__link {
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .roomCard__link:hover .roomCard__btn .planBtn:before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .roomCard__link:hover .roomCard__btn .planBtn .icon {
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .roomCard__link:hover .roomCard__thumb .photo__image {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .roomCard__link:hover .roomCard__btn .planBtn:before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .roomCard__link:hover .roomCard__btn .planBtn .icon {
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .roomCard__link:hover .roomCard__thumb .photo__image {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

.roomCard__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}

.roomCard__spec {
  border-bottom: 1px solid #596a32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  letter-spacing: .08em;
  line-height: .9;
}

@media screen and (min-width: 768px) {
  .roomCard__spec {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    font-size: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__spec {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: calc(18 / 375 * 100vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__spec .type {
    width: 100%;
  }
}

.roomCard__spec .large {
  letter-spacing: -.05em;
}

@media screen and (min-width: 768px) {
  .roomCard__spec .large {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__spec .large {
    font-size: calc(48 / 390 * 100vw);
  }
}

.roomCard__spec .floor {
  letter-spacing: .05em;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .roomCard__spec .floor {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__spec .floor {
    font-size: calc(20 / 375 * 100vw);
    line-height: .8;
  }
}

.roomCard__spec .ldk {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .05em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .roomCard__spec .ldk {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__spec .ldk {
    font-size: calc(32 / 375 * 100vw);
    line-height: .8;
    margin-top: 6px;
  }
}

@media screen and (min-width: 768px) {
  .roomCard__spec .middle {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__spec .middle {
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: calc(24 / 375 * 100vw);
  }
}

.roomCard__spec .ja {
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .roomCard__spec .area {
    margin-top: calc(10 / 375 * 100vw);
  }
}

.roomCard__length {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .roomCard__length {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__length {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 14px;
  }
}

.roomCard__length .meter {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .04em;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .roomCard__length .meter {
    padding-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__length .meter {
    padding-right: 12px;
  }
}

.roomCard__length .area {
  font-family: "Cinzel", serif;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .roomCard__length .area {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__length .area {
    font-size: calc(22 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .roomCard__length .area .large {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__length .area .large {
    font-size: calc(32 / 390 * 100vw);
  }
}

.roomCard__length .tsubo {
  display: block;
}

@media screen and (max-width: 768px) {
  .roomCard__length .tsubo {
    font-size: calc(12 / 390 * 100vw);
  }
}

.roomCard__length .subLength {
  -ms-flex-item-align: center;
      align-self: center;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .roomCard__length .subLength {
    padding-left: 35px;
  }
}

.roomCard__length .unit {
  font-family: "Noto Serif JP", serif;
}

.roomCard__thumb {
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .roomCard__thumb {
    margin-top: 32px;
    width: 540px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__thumb {
    margin-top: calc(20 / 390 * 100vw);
    width: 100%;
  }
}

.roomCard__thumb .photo__image {
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
}

.roomCard__btn {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .roomCard__btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__btn {
    margin-top: 30px;
  }
}

.roomCard__btn .planBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eaeae6;
  border: 1px solid #596a32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .roomCard__btn .planBtn {
    height: 60px;
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__btn .planBtn {
    height: calc(41 / 390 * 100vw);
    width: calc(200 / 390 * 100vw);
  }
}

.roomCard__btn .planBtn:before {
  background: linear-gradient(120deg, white 30%, transparent 70%);
  content: '';
  height: 99%;
  left: -200%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1s ease-out .05s;
  transition: -webkit-transform 1s ease-out .05s;
  transition: transform 1s ease-out .05s;
  transition: transform 1s ease-out .05s, -webkit-transform 1s ease-out .05s;
  width: 200%;
}

.roomCard__btn .planBtn__inner {
  background-color: transparent;
  border: initial;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .roomCard__btn .planBtn__inner {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__btn .planBtn__inner {
    font-size: calc(14 / 390 * 100vw);
  }
}

.roomCard__btn .planBtn .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform .4s ease-out .2s;
  transition: -webkit-transform .4s ease-out .2s;
  transition: transform .4s ease-out .2s;
  transition: transform .4s ease-out .2s, -webkit-transform .4s ease-out .2s;
}

@media screen and (min-width: 768px) {
  .roomCard__btn .planBtn .icon {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__btn .planBtn .icon {
    right: 16px;
  }
}

.roomCard__notice span {
  background: rgba(255, 255, 255, 0.3);
  display: block;
  letter-spacing: .05em;
  padding: 3px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .roomCard__notice span {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .roomCard__notice span {
    font-size: calc(10 / 375 * 100vw);
  }
}

.roomCard__notice span.white {
  color: #ffffff;
}

.roomCard__notice span.yellow {
  background-color: #f4fdd5;
  color: #42959f;
}

@media screen and (min-width: 768px) {
  .roomCard__notice span.yellow {
    font-size: 12px;
  }
}

* + .roomCard__notice {
  margin-top: 6px;
}

.roomCard.is-coming {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  pointer-events: none;
}

.roomCard--premium {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}

.roomCard--premium:before {
  bottom: 0;
  content: '';
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .roomCard--premium:before {
    background: url("../imgs/pc/plan-btn-bg.jpg") center/cover;
  }
}

@media screen and (max-width: 768px) {
  .roomCard--premium:before {
    background: url("../imgs/sp/plan-btn-bg.jpg") center/cover;
  }
}

.roomCard--premium .roomCard__link {
  background: transparent;
  color: #c9bc9c;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .roomCard--premium .roomCard__link:hover .roomCard__btn .planBtn__inner {
    color: #222222;
  }
  .roomCard--premium .roomCard__link:hover .roomCard__btn .planBtn .icon svg path, .roomCard--premium .roomCard__link:hover .roomCard__btn .planBtn .icon svg rect {
    fill: #222222;
  }
}

@media (hover: hover) and (pointer: fine) {
  .roomCard--premium .roomCard__link:hover .roomCard__btn .planBtn__inner {
    color: #222222;
  }
  .roomCard--premium .roomCard__link:hover .roomCard__btn .planBtn .icon svg path, .roomCard--premium .roomCard__link:hover .roomCard__btn .planBtn .icon svg rect {
    fill: #222222;
  }
}

.roomCard--premium .roomCard__spec {
  border-bottom-color: #c9bc9c;
  color: #c9bc9c;
}

.roomCard--premium .roomCard__spec .type {
  color: #c9bc9c;
}

.roomCard--premium .roomCard__spec .ldk {
  color: #c9bc9c;
}

.roomCard--premium .roomCard__length {
  color: #c9bc9c;
}

.roomCard--premium .roomCard__length .meter {
  color: #c9bc9c;
}

.roomCard--premium .roomCard__length .area {
  color: #c9bc9c;
}

.roomCard--premium .roomCard__length .area .large {
  color: #c9bc9c;
}

.roomCard--premium .roomCard__btn .planBtn {
  background: linear-gradient(135deg, #c9bc9c 0%, #a89f7a 100%);
  background-color: #b2a174;
  border-color: #ffffff;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: border-color .4s ease-out .2s;
  transition: border-color .4s ease-out .2s;
}

.roomCard--premium .roomCard__btn .planBtn__inner {
  color: #ffffff;
  -webkit-transition: color .4s ease-out .2s;
  transition: color .4s ease-out .2s;
}

@media screen and (min-width: 768px) {
  .roomCard--premium .roomCard__btn .planBtn:hover__inner {
    color: #222222;
  }
}

@media (hover: hover) and (pointer: fine) {
  .roomCard--premium .roomCard__btn .planBtn:hover__inner {
    color: #222222;
  }
}

.roomCard--premium .roomCard__btn .planBtn .icon svg path, .roomCard--premium .roomCard__btn .planBtn .icon svg rect {
  fill: #ffffff;
  -webkit-transition: fill .4s ease-out .2s;
  transition: fill .4s ease-out .2s;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .roomDetail {
    padding-top: 120px;
  }
}

.roomDetail__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

@media screen and (min-width: 768px) {
  .roomDetail__desc {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__desc {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .roomDetail__view {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__view {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.roomDetail__view .heading {
  color: #596a32;
}

@media screen and (min-width: 768px) {
  .roomDetail__view .heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__view .heading {
    font-size: calc(16 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .roomDetail__view .heading + .photo {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__view .heading + .photo {
    margin-top: calc(20 / 390 * 100vw);
  }
}

.roomDetail__type {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #596a32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  letter-spacing: .1em;
  line-height: .7;
  position: relative;
}

@media screen and (min-width: 768px) {
  .roomDetail__type {
    font-size: 38px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 169px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__type {
    font-size: calc(26 / 375 * 100vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .roomDetail__type .name {
    font-size: 64px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__type .name {
    font-size: calc(54 / 375 * 100vw);
  }
}

.roomDetail__type .name .fixLineHeight {
  display: inline-block;
  padding-bottom: 25px;
}

.roomDetail__type .floor {
  font-family: "Cinzel", serif;
  line-height: .9;
}

@media screen and (min-width: 768px) {
  .roomDetail__type .floor {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__type .floor {
    font-size: calc(22 / 375 * 100vw);
  }
}

.roomDetail__spec {
  color: #596a32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
}

@media screen and (min-width: 768px) {
  .roomDetail__spec {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 40px;
    line-height: .7;
    padding-left: 6px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__spec {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    font-size: calc(24 / 375 * 100vw);
    line-height: 1;
    margin-top: calc(5 / 375 * 100vw);
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .roomDetail__spec .large {
    font-size: 64px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__spec .large {
    font-size: calc(34 / 375 * 100vw);
    line-height: .8;
  }
}

.roomDetail__area {
  border-top: 1px solid #596a32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.69231;
}

.roomDetail__area:before {
  content: '';
  margin-top: calc((1 - 1.69231) * .5em);
}

.roomDetail__area:after {
  margin-bottom: calc((1 - 1.69231) * .5em);
}

.roomDetail__area:before, .roomDetail__area:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .roomDetail__area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    font-size: 13px;
    margin-top: 30px;
    padding-top: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    padding-top: calc(15 / 375 * 100vw);
    width: 100%;
  }
}

.roomDetail__area .small {
  -ms-flex-item-align: end;
      align-self: end;
  display: inline-block;
  letter-spacing: .08em;
}

@media screen and (min-width: 768px) {
  .roomDetail__area .small {
    font-size: 14px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__area .small {
    font-size: calc(11 / 375 * 100vw);
    margin-top: calc(9 / 375 * 100vw);
  }
}

.roomDetail__area .meter {
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .roomDetail__area .meter {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__area .meter {
    font-size: 12px;
  }
}

.roomDetail__area .area {
  display: inline-block;
  font-family: "Cinzel", serif;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .roomDetail__area .area {
    font-size: 64px;
    padding: 10px 5px 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__area .area {
    font-size: calc(34 / 375 * 100vw);
    padding: calc(10 / 390 * 100vw) calc(5 / 390 * 100vw) calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .roomDetail__area .area .mid {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__area .area .mid {
    font-size: calc(24 / 375 * 100vw);
  }
}

.roomDetail__area .unit {
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .roomDetail__area .unit {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__area .unit {
    font-size: calc(24 / 375 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .roomDetail__area .subLength {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__area .subLength {
    font-size: 12px;
    letter-spacing: 0;
    padding-left: calc(38 / 375 * 100vw);
    padding-top: calc(10 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .roomDetail__merit {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__merit {
    margin-top: 20px;
  }
}

.roomDetail__merit .caption {
  color: #000000;
  line-height: 2;
  position: relative;
}

@media screen and (min-width: 768px) {
  .roomDetail__merit .caption {
    font-size: 16px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__merit .caption {
    font-size: 12px;
    letter-spacing: .05em;
    padding-left: calc(20 / 390 * 100vw);
  }
}

.roomDetail__merit .caption:before {
  background-color: #596a32;
  content: '';
  height: 12px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 12px;
}

.roomDetail__merit .caption + .caption {
  margin-top: 10px;
}

.roomDetail__figure {
  position: relative;
}

@media screen and (min-width: 768px) {
  .roomDetail__figure {
    margin-top: 60px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__figure {
    margin-right: auto;
    margin-top: calc(10 / 375 * 100vw);
  }
}

.roomDetail__caption {
  border: 1px solid #dee1d6;
  color: #000000;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .roomDetail__caption {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
    padding: 10px 16px;
    width: 900px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__caption {
    padding: calc(10 / 390 * 100vw) calc(15 / 390 * 100vw);
  }
}

.roomDetail__caption .caption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .roomDetail__caption .caption {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__caption .caption {
    -webkit-column-gap: calc(7 / 390 * 100vw);
       -moz-column-gap: calc(7 / 390 * 100vw);
            column-gap: calc(7 / 390 * 100vw);
  }
}

.roomDetail__caption .caption--spec {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .roomDetail__caption .caption--spec {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__caption .caption--spec {
    margin-top: calc(5 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .roomDetail__caption .caption--spec .list + .list {
    padding-left: 10px;
  }
}

.roomDetail__caption .caption--note {
  color: #333333;
  font-size: 10px;
  letter-spacing: .05em;
  margin-top: 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .roomDetail__caption .caption--note {
    margin-top: calc(5 / 390 * 100vw);
  }
}

.roomDetail__caption .icon {
  aspect-ratio: 27 / 10;
  display: block;
}

@media screen and (min-width: 768px) {
  .roomDetail__caption .icon {
    margin-right: 6px;
    width: 27px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__caption .icon {
    width: calc(28 / 375 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .roomDetail__caption .icon:not(:first-child) {
    margin-left: 20px;
  }
}

.roomDetail__caption .icon--light {
  aspect-ratio: 35 / 15;
}

@media screen and (min-width: 768px) {
  .roomDetail__caption .icon--light {
    width: 35px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__caption .icon--light {
    margin-right: calc(4 / 390 * 100vw);
    width: calc(27 / 375 * 100vw);
  }
}

.roomDetail__caption .icon--wind {
  aspect-ratio: 35 / 15;
}

@media screen and (min-width: 768px) {
  .roomDetail__caption .icon--wind {
    width: 35px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__caption .icon--wind {
    margin-right: calc(4 / 390 * 100vw);
    width: calc(32 / 375 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .roomDetail__caption .icon--floor, .roomDetail__caption .icon--storage {
    height: 15px;
    width: 30px;
  }
}

.roomDetail__caption .icon--floor {
  background-color: #f5e6e5;
}

.roomDetail__caption .icon--storage {
  background-color: #d0c8b5;
}

.roomDetail__btn {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .roomDetail__btn {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__btn {
    margin-top: 60px;
  }
}

.roomDetail__btn .planBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eaeae6;
  border: 1px solid #596a32;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .roomDetail__btn .planBtn {
    height: 60px;
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__btn .planBtn {
    height: calc(41 / 390 * 100vw);
    width: calc(200 / 390 * 100vw);
  }
}

.roomDetail__btn .planBtn:before {
  background: linear-gradient(120deg, white 30%, transparent 70%);
  content: '';
  height: 99%;
  left: -200%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1s ease-out .05s;
  transition: -webkit-transform 1s ease-out .05s;
  transition: transform 1s ease-out .05s;
  transition: transform 1s ease-out .05s, -webkit-transform 1s ease-out .05s;
  width: 200%;
}

.roomDetail__btn .planBtn__inner {
  background-color: transparent;
  border: initial;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .roomDetail__btn .planBtn__inner {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__btn .planBtn__inner {
    color: #596a32;
    font-size: calc(14 / 390 * 100vw);
  }
}

.roomDetail__btn .planBtn .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform .4s ease-out .2s;
  transition: -webkit-transform .4s ease-out .2s;
  transition: transform .4s ease-out .2s;
  transition: transform .4s ease-out .2s, -webkit-transform .4s ease-out .2s;
}

@media screen and (min-width: 768px) {
  .roomDetail__btn .planBtn .icon {
    left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .roomDetail__btn .planBtn .icon {
    left: 16px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .roomDetail__btn:hover .planBtn:before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .roomDetail__btn:hover .planBtn .icon {
    -webkit-transform: translateY(-50%) translateX(-5px);
            transform: translateY(-50%) translateX(-5px);
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .roomDetail__btn:hover .planBtn:before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .roomDetail__btn:hover .planBtn .icon {
    -webkit-transform: translateY(-50%) translateX(-5px);
            transform: translateY(-50%) translateX(-5px);
  }
}

@media screen and (min-width: 768px) {
  .madoriTab__head {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriTab__head {
    margin-bottom: 30px;
  }
}

.madoriTab__body .roomFigure {
  display: none;
}

.madoriTab__body .roomFigure.is-active {
  display: block;
}

.roomFigure {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .roomFigure {
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .roomFigure {
    margin: 0 calc(-30 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) 0;
  }
}

.roomFigure .photo__image {
  display: block;
  margin: 0 auto;
}

.roomFigure__item {
  display: none;
}

.roomFigure__item.is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .roomVariation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.roomVariation__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .roomVariation__item {
    width: 604px;
  }
}

@media screen and (max-width: 768px) {
  .roomVariation__item + .roomVariation__item {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.roomVariation__item--coming:after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  content: 'COMING SOON';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: .7;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .roomVariation__item--coming:after {
    border-radius: 25px;
    bottom: 40px;
    font-size: 16px;
    height: 50px;
    padding: 0 30px;
    right: 10px;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .roomVariation__item--coming:after {
    border-radius: calc(25 / 375 * 100vw);
    font-size: calc(17 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(200 / 375 * 100vw);
  }
}

.roomVariation--brown .roomCard__link {
  background-color: #a8988c;
}

@media screen and (min-width: 768px) {
  .roomVariation--brown .roomCard__link:hover .roomCard__btn .generalBtn__inner {
    color: #a8988c;
  }
}

@media (hover: hover) and (pointer: fine) {
  .roomVariation--brown .roomCard__link:hover .roomCard__btn .generalBtn__inner {
    color: #a8988c;
  }
}

.roomVariation--brown .roomCard__label span.white {
  border-color: #ffffff;
  color: #a8988c;
}

.roomVariation--brown .roomCard__label span.transparent {
  border: 1px solid #fef9f5;
}

.slider .swiper-pagination {
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  margin: 0 10px;
  opacity: 1;
}

.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e02424;
}

.tab {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tab {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .tab {
    gap: 14px;
  }
}

.tab__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  background-color: #eaeae6;
  border-bottom: 2px solid #596a32;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

@media screen and (min-width: 768px) {
  .tab__item {
    font-size: 14px;
    height: 48px;
    letter-spacing: .1em;
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .tab__item {
    font-size: 12px;
    height: 40px;
    letter-spacing: .1em;
    width: calc(50% - 7px);
  }
}

.tab__item .arrowSVG {
  aspect-ratio: 7/6;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .tab__item .arrowSVG {
    right: 16px;
    width: 7px;
  }
}

@media screen and (max-width: 768px) {
  .tab__item .arrowSVG {
    right: 13px;
    width: 6px;
  }
}

.tab__item .arrowSVG__path {
  fill: #596a32;
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease;
}

.tab__item.is-active {
  background-color: #596a32;
  color: #ffffff;
  pointer-events: none;
}

.tab__item.is-active .arrowSVG__path {
  fill: #ffffff;
}

@media screen and (min-width: 768px) {
  .tab__item:hover {
    background-color: #596a32;
    color: #ffffff;
  }
  .tab__item:hover .arrowSVG__path {
    fill: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .tab__item:hover {
    background-color: #596a32;
    color: #ffffff;
  }
  .tab__item:hover .arrowSVG__path {
    fill: #ffffff;
  }
}

.contents {
  padding: 40px 0;
  text-align: center;
}

.contents__item {
  display: none;
}

.contents__item.is-active {
  display: block;
}

.touchFigure {
  position: relative;
}

@media screen and (max-width: 768px) {
  .touchFigure {
    margin: 0 -40px;
    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%;
  -webkit-transform: translate(-50%, -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: #999999;
}

.touchFigure__spIcon .swipeSVG {
  height: auto;
  width: 69px;
}

.touchFigure__spIcon .moveSVG {
  height: auto;
  width: 28px;
}

.touchFigure__spIcon .moveSVG__path, .touchFigure__spIcon .moveSVG__polygon {
  fill: #999999;
}

@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: unset;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .touchFigure--panorama {
    height: 80vh;
  }
}

.touchFigure--panorama .touchFigure__inner {
  height: 100%;
  overflow: scroll;
}

.touchFigure--panorama .touchFigure__inner::-webkit-scrollbar {
  display: none;
}

.touchFigure--panorama .touchFigure__image {
  height: 100%;
  max-width: unset;
  pointer-events: none;
  width: auto;
}

.touchFigure--panorama .touchFigure__capIn {
  pointer-events: none;
}

.touchFigure--panorama .panoramaController {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .touchFigure--panorama .panoramaController {
    padding: 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .touchFigure--panorama .panoramaController {
    margin: 0 -10px;
    width: calc(100vw + 20px);
  }
}

.touchFigure--panorama .panoramaController__btn {
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .touchFigure--panorama .panoramaController__btn {
    cursor: pointer;
    width: 113px;
  }
}

@media screen and (max-width: 768px) {
  .touchFigure--panorama .panoramaController__btn {
    width: calc(106vw / 750 * 100);
  }
}

.touchFigure--panorama .panoramaController__btn .arrowSVG {
  height: auto;
  width: 100%;
}

@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: unset;
    width: auto;
  }
}

.txt {
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .txt {
    font-size: 14px;
    line-height: 2.28571;
  }
  .txt:before {
    content: '';
    margin-top: calc((1 - 2.28571) * .5em);
  }
  .txt:after {
    margin-bottom: calc((1 - 2.28571) * .5em);
  }
  .txt:before, .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .txt {
    font-size: 13px;
    line-height: 2;
  }
  .txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .txt:before, .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.ytPlayerArea {
  width: 100%;
}

.ytPlayerArea--noTouch {
  pointer-events: none;
}

.ytPlayerFrame {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ytPlayerFrame {
    height: 166px;
  }
}

/* COMPONENTS */
/* DEVELOPMENT */
.category {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .category {
    width: 1000px;
  }
}

.category + .category,
.category + .componentBlock {
  margin-top: 50px;
}

.category__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 0;
}

.category__head + .category__content {
  margin-top: 30px;
}

.category__ttl {
  font-size: 30px;
}

.category__txt {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
}

.componentBlock {
  margin: 0 auto;
}

.componentBlock + .componentBlock,
.componentBlock + .category {
  margin-top: 150px;
}

.demonstrateArea {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .demonstrateArea {
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .demonstrateArea {
    padding: 0 40px;
  }
}

.demonstrateArea + .category,
.demonstrateArea + .manual {
  margin-top: 150px;
}

.demonstrateArea--full {
  width: 100vw;
}

.demonstrateArea + .demonstrateArea {
  margin-top: 60px;
}

.manual + .manual {
  margin-top: 150px;
}

.manual + .demonstrateArea {
  margin-top: 100px;
}

.manual__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px;
}

.manual__head + .manual__content {
  margin-top: 30px;
}

.manual__ttl {
  color: #ffffff;
  font-size: 30px;
}

.manual__content {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .manual__content {
    width: 1000px;
  }
}

.manual__componentPath {
  background-color: #cccccc;
  border: 1px solid #666666;
  border-radius: 3px;
  margin-top: 10px;
  padding: 30px;
}

.manual .sourceArea {
  background-color: #eeeeee;
  border: 1px solid #333333;
  border-radius: 3px;
  display: block;
  font-size: 12px;
  margin-top: 30px;
  padding: 80px 50px;
  position: relative;
}

.manual .sourceArea .clipButton {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #333333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100px;
}

.manual .sourceArea .clipButton__txt {
  font-size: 16px;
  line-height: .7;
  letter-spacing: 0;
  margin-left: 5px;
}

.manual .sourceArea .clipButton svg {
  width: 18px;
}

@media screen and (min-width: 768px) {
  .manual .sourceArea .clipButton:hover {
    opacity: .4;
  }
}

.manual__txt {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
}

/* DEVELOPMENT */
