<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 =&gt; subpixel、2x or higher =&gt; 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::-webkit-scrollbar:horizontal {
  display: none;
  height: 0;
  width: 0;
}

body::-webkit-scrollbar {
  height: 0;
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 4px;
}

body {
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  body {
    scrollbar-color: #888888 #f1f1f1;
    scrollbar-width: thin;
  }
}

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

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

.only-sr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.currentPage {
  background: #ffffff;
  color: #000000;
  font-family: YakuHanMP, 'Noto Serif JP', YuMincho, 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: .04em;
  line-height: 2.2;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

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

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
}

a:focus,
button:focus,
[tabindex='0']:focus {
  outline: 2px solid #4d90fe;
  outline-offset: 2px;
}

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

.skipLink {
  background: #000000;
  color: white;
  font-size: 16px;
  left: 0;
  padding: 8px 16px;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: top .2s;
  transition: top .2s;
  z-index: 100;
}

.skipLink:focus {
  outline: 2px solid #4d90fe;
  outline-offset: 2px;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.skipLink:hover {
  background: #333333;
}

.wrap {
  margin: 0 auto;
}

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

@media screen and (max-width: 768px) {
  .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.wrap--small {
  margin: 0 auto;
}

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

@media screen and (max-width: 768px) {
  .wrap--small {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.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='label'],
.capIn[data-color='label'],
.capOut[data-color='label'] {
  color: #ffffff;
  padding: 3px 6px;
  z-index: 1;
}

.caption[data-color='label']:before,
.capIn[data-color='label']:before,
.capOut[data-color='label']:before {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.25);
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

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

.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;
}

.caption .cap-red,
.capIn .cap-red,
.capOut .cap-red {
  color: #ff0000;
}

.caption a,
.capIn a,
.capOut a {
  color: #666666;
  text-decoration: underline;
  word-break: break-all;
}

.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: "Cormorant Infant", serif;
  font-size: 14px;
}

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

@-webkit-keyframes dirAnimation {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(20%, -150%);
            transform: translate(20%, -150%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(-20%, 150%);
            transform: translate(-20%, 150%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes dirAnimation {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(20%, -150%);
            transform: translate(20%, -150%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(-20%, 150%);
            transform: translate(-20%, 150%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

[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'] {
  -webkit-filter: blur(8px) brightness(1.1);
          filter: blur(8px) brightness(1.1);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-filter,-webkit-transform;
  transition-property: opacity, -webkit-filter,-webkit-transform;
  transition-property: filter,opacity, transform;
  transition-property: filter,opacity, transform,-webkit-filter,-webkit-transform;
}

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

[data-sai^='fade-'][data-sai^='fade-'].sai-animate {
  -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;
}

/* BASE */
/* LAYOUT */
@media screen and (min-width: 768px) {
  .bottomArea-interlude {
    padding: 230px 0;
  }
}

@media screen and (max-width: 768px) {
  .bottomArea-interlude {
    padding: 160px 0;
  }
}

@media screen and (min-width: 768px) {
  .bottomArea-induction {
    padding: 120px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .bottomArea-induction {
    padding: 80px 0;
  }
}

.bottomArea-induction + .bottomArea-caption {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .bottomArea-caption {
    margin: 0 auto;
    padding: 80px 0;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .bottomArea-caption {
    padding: 40px 32px;
  }
}

.contentMenu {
  height: 100vh;
  left: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.contentMenu::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .contentMenu {
    padding-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu {
    padding: 92.5px 20px 0;
  }
}

.contentMenu__bg {
  background: url("../imgs/bg-texture-01@1.5x.jpg") no-repeat center top/cover #191923;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  width: 100%;
  z-index: -1;
}

.contentMenu {
  visibility: hidden;
}

.contentMenu.is-visible {
  visibility: visible;
}

.contentMenu .mansionSymbol,
.contentMenu .contentMenu-inner {
  opacity: 0;
  -webkit-transition: .6s;
  transition: .6s;
  visibility: hidden;
  -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;
}

.contentMenu__bg {
  opacity: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: .9s;
  transition: .9s;
  -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;
}

.contentMenu.is-visible .mansionSymbol,
.contentMenu.is-visible .contentMenu-inner {
  opacity: 1;
  -webkit-transition: .3s .28s;
  transition: .3s .28s;
  visibility: visible;
}

.contentMenu.is-visible .contentMenu__bg {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: .3s;
  transition: .3s;
}

.contentMenu .mansionSymbol {
  position: absolute;
  top: 0;
}

.contentMenu-menu {
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 9990;
}

@media screen and (min-width: 768px) {
  .contentMenu-menu {
    height: 17px;
    right: 40px;
    top: 40px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-menu {
    height: 15px;
    right: 20px;
    top: 20px;
    width: 26px;
  }
}

@media only screen and (max-width: 320px) {
  .contentMenu-menu {
    height: 15px;
    right: 20px;
    top: 20px;
    width: 26px;
  }
}

.contentMenu-menu:before {
  content: '';
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .contentMenu-menu:before {
    height: 70px;
    width: 70px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-menu:before {
    height: 35px;
    width: 35px;
  }
}

.contentMenu-menu__line {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-menu__line {
    height: 2px;
  }
}

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

.contentMenu-menu.is-mod:before {
  opacity: 1;
}

.contentMenu-menu.is-mod.is-active:before {
  opacity: 0;
}

.contentMenu-gradient {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  width: 100%;
  z-index: 1;
  -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;
}

@media screen and (min-width: 768px) {
  .contentMenu-gradient {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-gradient {
    height: 150px;
  }
}

@media only screen and (max-width: 320px) {
  .contentMenu-gradient {
    height: 150px;
  }
}

@media screen and (min-width: 768px) {
  .site-theme-white .contentMenu-gradient {
    background: url("../imgs/pc/hdr-transparent-black.png") bottom left repeat-x;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-white .contentMenu-gradient {
    background: url("../imgs/sp/hdr-transparent-black.png") bottom left no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 320px) {
  .site-theme-white .contentMenu-gradient {
    background: url("../imgs/sp/hdr-transparent-black.png") bottom left no-repeat;
    background-size: cover;
  }
}

.site-theme-white .contentMenu-menu:before {
  background-color: rgba(255, 255, 255, 0.6);
}

.site-theme-white .contentMenu-menu__line {
  background-color: #000000;
}

.contentMenu-inner {
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
  width: 100%;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .contentMenu-listGroup {
    -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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contentMenu-pageList {
  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;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList {
    width: calc(820 / 1240 * 100%);
  }
}

.contentMenu-pageList__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__item {
    width: calc(390 / 820 * 100%);
  }
}

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

.contentMenu-pageList__item.is-off {
  pointer-events: none;
}

.contentMenu-pageList__item.is-off .contentMenu-pageList__link .ttl .en {
  color: rgba(255, 255, 255, 0.4);
}

.contentMenu-pageList__item.is-off .contentMenu-pageList__link .ttl .jp {
  color: rgba(190, 176, 152, 0.4);
}

.contentMenu-pageList__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(190, 176, 152, 0.3);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color .6s ease;
  transition: background-color .6s ease;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__link {
    padding: 28px 24px;
  }
  .contentMenu-pageList__link:hover {
    background-color: rgba(176, 168, 148, 0.2);
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__link {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__link .ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}

.contentMenu-pageList__link .en {
  color: #ffffff;
  display: block;
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .06em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__link .en {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__link .en {
    font-size: 22px;
  }
}

.contentMenu-pageList__link .en + .jp {
  color: #beb098;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__link .en + .jp {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__link .en + .jp {
    font-size: 12px;
  }
}

.contentMenu-pageList__link .jp {
  font-weight: 500;
  letter-spacing: .04em;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__link .jp {
    font-size: 18px;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__link .jp {
    font-size: 18px;
    line-height: 2;
  }
}

.contentMenu-pageList__link .arrow {
  aspect-ratio: 12/1;
  display: block;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__link .arrow {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__link .arrow {
    width: 16px;
  }
}

.contentMenu-pageList__link .soon {
  font-family: "Marcellus", "Cormorant Garamond", serif;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__link .soon {
    font-size: 13px;
  }
}

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

.contentMenu-specialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-specialList {
    width: calc(360 / 1240 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-specialList {
    margin-top: 56px;
  }
}

.contentMenu-specialList__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-specialList__item {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contentMenu-specialList__item:hover {
    background-color: rgba(176, 168, 148, 0.2);
  }
}

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

@media screen and (max-width: 768px) {
  .contentMenu-specialList__item + .contentMenu-specialList__item {
    margin-top: 24px;
  }
}

.contentMenu-specialList__item.is-off {
  pointer-events: none;
}

.contentMenu-specialList__item.is-off .contentMenu-dropdown__body {
  max-height: unset;
}

.contentMenu-specialList__item.is-off .statusIcon {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

@media screen and (min-width: 768px) {
  .contentMenu-specialList__item.is-off .statusIcon {
    display: none;
  }
}

.contentMenu-specialList__item.is-off .statusIcon:before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.contentMenu-specialList__item--brand {
  width: 100%;
}

.contentMenu-specialList__item--brand.is-off .contentMenu-dropdown__link {
  color: rgba(255, 255, 255, 0.4);
}

.contentMenu-specialList__item--brand.is-off .contentMenu-dropdown__txt {
  color: rgba(190, 176, 152, 0.6);
}

.contentMenu-specialList__item--brand.is-off .contentMenu-dropdown__txt span {
  color: #ffffff;
}

.contentMenu-specialList__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: .15;
  width: 100%;
}

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

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

.contentMenu-dropdown {
  border: 1px solid rgba(190, 176, 152, 0.3);
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown {
    padding: 24px;
  }
}

.contentMenu-dropdown__head {
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown__head {
    padding: 14px 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head {
    padding: 12px 16px;
  }
}

.contentMenu-dropdown__head .statusIcon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head .statusIcon {
    height: 15px;
    right: 12px;
    width: 15px;
  }
  .contentMenu-dropdown__head .statusIcon:before, .contentMenu-dropdown__head .statusIcon:after {
    background-color: #ffffff;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .contentMenu-dropdown__head .statusIcon:before {
    height: 1px;
    width: 100%;
  }
  .contentMenu-dropdown__head .statusIcon:after {
    height: 100%;
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head.is-active .statusIcon {
    -webkit-transform: translate(0, -50%) rotate(90deg);
            transform: translate(0, -50%) rotate(90deg);
  }
  .contentMenu-dropdown__head.is-active .statusIcon:before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

.contentMenu-dropdown__link {
  color: #ffffff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: .15em;
  width: auto;
}

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

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

.contentMenu-dropdown__body {
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown__body {
    padding: 0 5px 18px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__body {
    border-top: 1px solid rgba(190, 176, 152, 0.3);
    max-height: 0;
  }
}

.contentMenu-dropdown__body.is-open {
  max-height: 300px;
  -webkit-transition: .6s;
  transition: .6s;
}

.contentMenu-dropdown__txt {
  color: #beb098;
  display: block;
  letter-spacing: .15em;
}

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

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

.contentMenu-subNav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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) {
  .contentMenu-subNav {
    gap: 60px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-subNav {
    gap: 60px;
    margin-top: 30px;
  }
}

.contentMenu-subNav__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  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) {
  .contentMenu-subNav__link {
    font-size: 12px;
    letter-spacing: .04em;
    padding-left: 22px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contentMenu-subNav__link:hover {
    opacity: .7;
  }
}

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

.contentMenu-subNav .svgIcon {
  fill: #beb098;
  height: auto;
}

@media screen and (min-width: 768px) {
  .contentMenu-subNav .svgIcon {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 13px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-subNav .svgIcon {
    margin-right: 11.5px;
    width: 15px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-bnrGroup {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-bnrGroup {
    margin-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-bnrGroup--main {
    -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;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-bnrGroup--main .contentMenu-bnr {
    width: 470px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-bnrGroup--main .contentMenu-bnr .contentMenu-cvBtn {
    margin-top: 25px;
  }
}

.contentMenu-bnrGroup--tel {
  position: relative;
}

.contentMenu-bnrGroup--tel:before {
  background-color: #cdbe9e;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-bnrGroup--tel {
    margin-top: 64px;
    padding-top: 64px;
  }
  .contentMenu-bnrGroup--tel .contentMenu-bnr {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    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;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .contentMenu-bnrGroup--tel .contentMenu-bnr__txt {
    font-size: 14px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .contentMenu-bnrGroup--tel .contentMenu-bnr__txt {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .contentMenu-bnrGroup--tel .contentMenu-bnr .contentMenu-cvBtn {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-bnrGroup--tel {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-bnr:not(:last-of-type) {
    margin-bottom: 35px;
  }
}

.contentMenu-bnr__txt {
  line-height: 1.8;
  color: #ffffff;
  letter-spacing: .05em;
  text-align: center;
}

.contentMenu-bnr__txt:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.contentMenu-bnr__txt:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.contentMenu-bnr__txt:before, .contentMenu-bnr__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .contentMenu-bnr__txt {
    font-size: 13px;
  }
}

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

@media screen and (max-width: 768px) {
  .contentMenu-bnr__txt + .contentMenu-cvBtn {
    margin-top: 20px;
  }
}

.contentMenu-cvBtn {
  width: 100%;
}

.contentMenu-cvBtn__link {
  line-height: 1.8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#c8bb9b), color-stop(30%, #d7d1c3), to(#c8bb9b));
  background: linear-gradient(90deg, #c8bb9b 0%, #d7d1c3 30%, #c8bb9b 100%);
  color: #504e4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
}

.contentMenu-cvBtn__link:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.contentMenu-cvBtn__link:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.contentMenu-cvBtn__link:before, .contentMenu-cvBtn__link:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .contentMenu-cvBtn__link {
    font-size: 20px;
    gap: 12px;
    padding: 32px 40px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contentMenu-cvBtn__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-cvBtn__link {
    font-size: 20px;
    gap: 12px;
    padding: 32px 20px;
  }
}

.contentMenu-cvBtn__link .svgIcon__path {
  fill: none;
  stroke: #ffffff;
}

.contentMenu-cvBtn__link .svgIcon--tel {
  height: auto;
}

@media screen and (min-width: 768px) {
  .contentMenu-cvBtn__link .svgIcon--tel {
    margin-right: 8px;
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-cvBtn__link .svgIcon--tel {
    margin-right: 12px;
    width: 16px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-cvBtn__link .svgIcon--request {
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-cvBtn__link .svgIcon--request {
    width: 31px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-cvBtn__link .svgIcon--entry {
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-cvBtn__link .svgIcon--entry {
    width: 27px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-cvBtn__link .svgIcon--online {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-cvBtn__link .svgIcon--online {
    width: 32px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-cvBtn__link .svgIcon--reserve {
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-cvBtn__link .svgIcon--reserve {
    width: 31px;
  }
}

.contentMenu-cvBtn__link .arrow {
  aspect-ratio: 12/1;
  display: block;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .contentMenu-cvBtn__link .arrow {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-cvBtn__link .arrow {
    width: 24px;
  }
}

.contentMenu-cvBtn--tel {
  display: block;
  height: auto;
  width: auto;
}

.contentMenu-cvBtn--tel .contentMenu-cvBtn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .contentMenu-cvBtn--tel .contentMenu-cvBtn__link {
    font-size: 26px;
    letter-spacing: .15em;
    pointer-events: none;
    line-height: 1.07692;
  }
  .contentMenu-cvBtn--tel .contentMenu-cvBtn__link:before {
    content: '';
    margin-top: calc((1 - 1.07692) * .5em);
  }
  .contentMenu-cvBtn--tel .contentMenu-cvBtn__link:after {
    margin-bottom: calc((1 - 1.07692) * .5em);
  }
  .contentMenu-cvBtn--tel .contentMenu-cvBtn__link:before, .contentMenu-cvBtn--tel .contentMenu-cvBtn__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-cvBtn--tel .contentMenu-cvBtn__link {
    font-size: 30px;
    letter-spacing: .15em;
  }
}

.contentMenu-cvBtn--tel .contentMenu-cvBtn__schedule {
  color: #ffffff;
  letter-spacing: .15em;
}

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

@media screen and (max-width: 768px) {
  .contentMenu-cvBtn--tel .contentMenu-cvBtn__schedule {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    line-height: 1.5;
  }
  .contentMenu-cvBtn--tel .contentMenu-cvBtn__schedule:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .contentMenu-cvBtn--tel .contentMenu-cvBtn__schedule:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .contentMenu-cvBtn--tel .contentMenu-cvBtn__schedule:before, .contentMenu-cvBtn--tel .contentMenu-cvBtn__schedule:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-limitedGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 55px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-limitedGroup {
    margin-top: 60px;
  }
}

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

@media screen and (min-width: 768px) {
  .contentMenu-express:not(:last-of-type) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-express:not(:last-of-type) {
    margin-bottom: 35px;
  }
}

.contentMenu-express__txt {
  letter-spacing: .06em;
}

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

@media screen and (max-width: 768px) {
  .contentMenu-express__txt {
    color: #ffffff;
    font-size: 11px;
    line-height: 1.54545;
  }
  .contentMenu-express__txt:before {
    content: '';
    margin-top: calc((1 - 1.54545) * .5em);
  }
  .contentMenu-express__txt:after {
    margin-bottom: calc((1 - 1.54545) * .5em);
  }
  .contentMenu-express__txt:before, .contentMenu-express__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-express__txt + .contentMenu-expressBtn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-express__txt + .contentMenu-expressBtn {
    margin-top: 10px;
  }
}

.contentMenu-expressBtn {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-expressBtn {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-expressBtn {
    height: 50px;
  }
}

.contentMenu-expressBtn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-expressBtn__link {
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contentMenu-expressBtn__link:hover {
    background-color: #ffffff;
    color: #ffffff;
  }
}

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

.contentMenu-expressBtn__link:after {
  content: '＞';
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
  -webkit-transform-origin: center right;
          transform-origin: center right;
}

@media screen and (min-width: 768px) {
  .contentMenu-expressBtn__link:after {
    font-size: 14px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-expressBtn__link:after {
    font-size: 9px;
    right: 15px;
  }
}

.contentMenu-expressBtn__link .svgIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .contentMenu-expressBtn__link .svgIcon {
    left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-expressBtn__link .svgIcon {
    left: 26.5px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-expressBtn__link .svgIcon--limited {
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-expressBtn__link .svgIcon--limited {
    width: 11px;
  }
}

.contentMenu-external {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contentMenu-external {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 100px;
    padding: 64px 0 124px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-external {
    margin-top: 56px;
    padding: 56px 0 206px;
  }
}

.contentMenu-external:after {
  width: calc(100vw - var(--scrollbar));
  background-color: #191923;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .contentMenu-external:after {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1120px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .contentMenu-external:after {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-external:after {
    margin-left: -40px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-external:after {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-external .contentMenu-btn {
    height: 60px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 340px;
  }
  .contentMenu-external .contentMenu-btn:hover {
    opacity: .7;
  }
}

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

.contentMenu-external .contentMenu-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #bbbbbb;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-external .contentMenu-btn__link {
    font-size: 12px;
    letter-spacing: .06em;
    line-height: 1.5;
  }
  .contentMenu-external .contentMenu-btn__link:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .contentMenu-external .contentMenu-btn__link:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .contentMenu-external .contentMenu-btn__link:before, .contentMenu-external .contentMenu-btn__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

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

.contentMenu-external .contentMenu-btn__link .svgIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .contentMenu-external .contentMenu-btn__link .svgIcon {
    left: 28px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-external .contentMenu-btn__link .svgIcon {
    left: 12px;
  }
}

.contentMenu-external .contentMenu-btn__link .svgIcon__path {
  fill: none;
  fill-rule: evenodd;
  stroke: #ffffff;
  stroke-width: 1px;
}

@media screen and (min-width: 768px) {
  .contentMenu-external .contentMenu-btn__link .svgIcon--external {
    width: 16px;
  }
}

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

@media screen and (min-width: 768px) {
  .contentMenu-residenceList {
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 590px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-residenceList {
    margin-top: 27.5px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-residenceList__item {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-residenceList__item:nth-of-type(n + 3) {
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-residenceList__item:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

.contentMenu-residenceList__link {
  color: #ffffff;
  display: block;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .contentMenu-residenceList__link {
    font-size: 10px;
    padding-left: 22.5px;
    line-height: 1.4;
  }
  .contentMenu-residenceList__link:before {
    content: '';
    margin-top: calc((1 - 1.4) * .5em);
  }
  .contentMenu-residenceList__link:after {
    margin-bottom: calc((1 - 1.4) * .5em);
  }
  .contentMenu-residenceList__link:before, .contentMenu-residenceList__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.contentMenu-residenceList__link .svgIcon {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

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

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

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

.cvMenu {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.cvMenu__content {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
}

.cvMenu__inner {
  height: 100%;
  overflow: scroll;
  position: absolute;
  width: 100%;
  z-index: 6;
}

.cvMenu__inner::-webkit-scrollbar {
  display: none;
}

.cvMenu__close {
  background: none;
  border: none;
  cursor: pointer;
  height: 14.5px;
  padding: 0;
  position: absolute;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .cvMenu__close {
    height: 17px;
    right: 40px;
    top: 90px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu__close {
    height: 14.5px;
    right: 20px;
    top: 60px;
    width: 24.5px;
  }
}

.cvMenu__close:before, .cvMenu__close:after {
  background-color: #ffffff;
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
  width: calc(56% / 49 * 100);
}

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

.cvMenu__close:after {
  right: 0;
  -webkit-transform: rotate(-30.6deg);
          transform: rotate(-30.6deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.cvMenu__close:focus:not(:focus-visible) {
  outline: 0;
}

.cvMenu {
  pointer-events: none;
}

.cvMenu__content {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: .6s;
  transition: .6s;
  visibility: hidden;
  -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;
}

.cvMenu__inner {
  background-color: #ffffff;
}

.cvMenu.is-visible {
  pointer-events: auto;
}

.cvMenu.is-visible:before {
  opacity: 1;
}

.cvMenu.is-visible .cvMenu__content {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}

.cvMenu .mansionSymbol {
  opacity: 0;
  position: absolute;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  visibility: hidden;
  -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;
}

.cvMenu.is-visible .mansionSymbol {
  opacity: 1;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  visibility: visible;
}

.cvMenu-menu {
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 9993;
}

@media screen and (min-width: 768px) {
  .cvMenu-menu {
    height: 30px;
    right: 40px;
    top: 40px;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-menu {
    height: 15px;
    right: 20px;
    top: 20px;
    width: 26px;
  }
}

@media only screen and (max-width: 320px) {
  .cvMenu-menu {
    height: 15px;
    right: 20px;
    top: 20px;
    width: 26px;
  }
}

.cvMenu-menu:before {
  content: '';
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .cvMenu-menu:before {
    height: 70px;
    width: 70px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-menu:before {
    height: 35px;
    width: 35px;
  }
}

.cvMenu-menu__line {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvMenu-menu__line {
    height: 2px;
  }
}

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

.cvMenu-menu.is-mod:before {
  opacity: 1;
}

.cvMenu-menu.is-mod.is-active:before {
  opacity: 0;
}

.cvMenu-bnrArea {
  background: url("../imgs/bg-texture-01@1.5x.jpg") no-repeat center top/cover #191923;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrArea {
    padding: 200px 0 95px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-bnrArea {
    padding: 150px 20px 77.5px;
  }
}

.cvMenu-bnrArea__inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--main {
    -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;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--main .cvMenu-bnr {
    width: 470px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn {
    margin-top: 25px;
  }
}

.cvMenu-bnrGroup--tel {
  position: relative;
}

.cvMenu-bnrGroup--tel:before {
  background-color: #cdbe9e;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--tel {
    margin-top: 64px;
    padding-top: 64px;
  }
  .cvMenu-bnrGroup--tel .cvMenu-bnr {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    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;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .cvMenu-bnrGroup--tel .cvMenu-bnr__txt {
    font-size: 14px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .cvMenu-bnrGroup--tel .cvMenu-bnr__txt {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .cvMenu-bnrGroup--tel .cvMenu-bnr .cvMenu-btn {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-bnrGroup--tel {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-bnr:not(:last-of-type) {
    margin-bottom: 35px;
  }
}

.cvMenu-bnr__txt {
  line-height: 1.8;
  color: #ffffff;
  letter-spacing: .05em;
  text-align: center;
}

.cvMenu-bnr__txt:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.cvMenu-bnr__txt:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.cvMenu-bnr__txt:before, .cvMenu-bnr__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnr__txt {
    font-size: 13px;
  }
}

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

@media screen and (max-width: 768px) {
  .cvMenu-bnr__txt + .cvMenu-btn {
    margin-top: 20px;
  }
}

.cvMenu-btn {
  width: 100%;
}

.cvMenu-btn__link {
  line-height: 1.8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#c8bb9b), color-stop(30%, #d7d1c3), to(#c8bb9b));
  background: linear-gradient(90deg, #c8bb9b 0%, #d7d1c3 30%, #c8bb9b 100%);
  color: #504e4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
}

.cvMenu-btn__link:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.cvMenu-btn__link:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.cvMenu-btn__link:before, .cvMenu-btn__link:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link {
    font-size: 20px;
    gap: 12px;
    padding: 32px 40px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .cvMenu-btn__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__link {
    font-size: 20px;
    gap: 12px;
    padding: 32px 20px;
  }
}

.cvMenu-btn__link .svgIcon__path {
  fill: none;
  stroke: #ffffff;
}

.cvMenu-btn__link .svgIcon--tel {
  height: auto;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link .svgIcon--tel {
    margin-right: 8px;
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__link .svgIcon--tel {
    margin-right: 12px;
    width: 16px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link .svgIcon--request {
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__link .svgIcon--request {
    width: 31px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link .svgIcon--entry {
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__link .svgIcon--entry {
    width: 27px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link .svgIcon--online {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__link .svgIcon--online {
    width: 32px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link .svgIcon--reserve {
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__link .svgIcon--reserve {
    width: 31px;
  }
}

.cvMenu-btn__link .arrow {
  aspect-ratio: 12/1;
  display: block;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link .arrow {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__link .arrow {
    width: 24px;
  }
}

.cvMenu-btn--tel {
  display: block;
  height: auto;
  width: auto;
}

.cvMenu-btn--tel .cvMenu-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__link {
    font-size: 26px;
    letter-spacing: .15em;
    pointer-events: none;
    line-height: 1.07692;
  }
  .cvMenu-btn--tel .cvMenu-btn__link:before {
    content: '';
    margin-top: calc((1 - 1.07692) * .5em);
  }
  .cvMenu-btn--tel .cvMenu-btn__link:after {
    margin-bottom: calc((1 - 1.07692) * .5em);
  }
  .cvMenu-btn--tel .cvMenu-btn__link:before, .cvMenu-btn--tel .cvMenu-btn__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__link {
    font-size: 30px;
    letter-spacing: .15em;
  }
}

.cvMenu-btn--tel .cvMenu-btn__schedule {
  color: #ffffff;
  letter-spacing: .15em;
}

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

@media screen and (max-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__schedule {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    line-height: 1.5;
  }
  .cvMenu-btn--tel .cvMenu-btn__schedule:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .cvMenu-btn--tel .cvMenu-btn__schedule:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .cvMenu-btn--tel .cvMenu-btn__schedule:before, .cvMenu-btn--tel .cvMenu-btn__schedule:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.cvMenu-corporateArea {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateArea {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-corporateArea {
    padding: 77.5px 40px 150px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateArea__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateArea--noColumn .cvMenu-corporateArea__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cvMenu-corporateArea--noColumn .cvMenu-corporateBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cvMenu-corporateArea--noColumn .cvMenu-corporateBlock .cvMenu-corporateList {
    margin-left: 60px;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateBlock {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateBlock:not(:last-of-type) {
    margin-right: 70px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-corporateBlock:not(:last-of-type) {
    margin-bottom: 55px;
  }
}

.cvMenu-corporateLogo__link {
  display: block;
}

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .cvMenu-corporateLogo + .cvMenu-corporateList {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateList__item {
    width: 215px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateList__item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-corporateList__item:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

.cvMenu-corporateList__link {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateList__link {
    font-size: 10px;
    letter-spacing: .04em;
    padding-left: 25px;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 1.8;
  }
  .cvMenu-corporateList__link:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .cvMenu-corporateList__link:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .cvMenu-corporateList__link:before, .cvMenu-corporateList__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .cvMenu-corporateList__link:hover {
    opacity: .7;
  }
}

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

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

.cvMenu-corporateList__link .svgIcon__path {
  fill: none;
  fill-rule: evenodd;
  stroke: #666666;
  stroke-width: 1px;
}

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

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

.site-theme-white .cvMenu__close:before, .site-theme-white .cvMenu__close:after {
  background-color: #000000;
}

.site-theme-white .cvMenu-bnrArea {
  background-color: #f6f6f6;
}

.emergency {
  background-color: #dcdcdc;
  color: #333333;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .emergency {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 768px) {
  .emergency {
    padding: 30px 20px;
  }
}

.emergency + .header {
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.emergency + .header .mansionSymbol {
  position: absolute;
  top: 0;
}

.emergency + .header .header-menu {
  position: absolute;
}

.emergency-message {
  display: inline-block;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .emergency-message {
    padding-right: 15px;
  }
  .emergency-message:after {
    content: '＞';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0.6, 1);
            transform: scale(0.6, 1);
  }
}

.emergency-message__link {
  color: #333333;
  display: inline-block;
  letter-spacing: .15em;
  overflow-x: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .emergency-message__link {
    font-size: 14px;
    line-height: calc(26 / 14);
  }
}

@media screen and (max-width: 768px) {
  .emergency-message__link {
    font-size: 12px;
    line-height: calc(36 / 24);
  }
}

@media screen and (min-width: 768px) {
  .emergency-message__link:after {
    content: '＞';
    display: inline-block;
    -webkit-transform: scale(0.6, 1);
            transform: scale(0.6, 1);
  }
}

.emergency-message__inner {
  padding-left: 20px;
  position: relative;
}

.emergency-message__inner:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a4005b;
  border-radius: 50%;
  color: #ffffff;
  content: '1';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  height: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  text-indent: .3em;
  top: 0;
  width: 15px;
}

.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__icon {
  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__icon {
    font-size: 14px;
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .bottomCV-btn__icon {
    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;
  }
}

.footer-contact {
  background-color: #333333;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .footer-contact {
    padding: 75px 80px 80px;
    text-align: center;
  }
}

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

@media screen and (min-width: 768px) {
  .footer-contact__title {
    font-size: 12px;
    letter-spacing: .15em;
    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 {
    font-size: 10px;
    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__address {
  color: #f5f5f5;
}

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

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

.footer-contact__tel {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .11em;
  line-height: 1;
}

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

@media screen and (max-width: 768px) {
  .footer-contact__tel {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .footer-contact__tel img {
    margin-right: 14px;
    width: 16px;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact__tel img {
    margin-right: 11px;
    width: 15px;
  }
}

.footer-contact__schedule {
  color: #f5f5f5;
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .footer-contact__schedule {
    line-height: 1.6;
    font-size: 10px;
    margin-top: 30px;
  }
  .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 {
    font-size: 10px;
    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: #ff9999;
  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;
  }
}

.footer-contact .site-heading {
  display: block;
}

@media screen and (max-width: 768px) {
  .footer-contact .site-heading {
    display: inline-block;
  }
}

@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: #f5f5f5;
}

@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;
  letter-spacing: .11em;
  line-height: 1;
}

@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) {
  .footer-corporateArea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 40px;
  }
}

.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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer-corporateList__item {
    height: 110px;
    padding: 0 40px;
    position: relative;
    width: auto;
  }
  .footer-corporateList__item:first-of-type {
    padding-left: 0;
  }
  .footer-corporateList__item:not(:last-of-type):after {
    background-color: #f5f5f5;
    content: '';
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporateList__item {
    height: 80px;
    width: 100%;
  }
}

.footer-corporateList__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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) {
  .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: #f5f5f5;
    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 (max-width: 768px) {
  .footer-copyright {
    padding: 0 20px;
  }
}

.footer-copyright__txt {
  color: #666666;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .04em;
}

@media screen and (min-width: 768px) {
  .footer-copyright__txt {
    font-size: 10px;
    text-align: right;
    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 {
    border-top: 1px solid #f5f5f5;
    font-size: 9px;
    padding: 25px 0 45px;
    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;
  }
}

.header-menu {
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 9999;
}

@media screen and (min-width: 768px) {
  .header-menu {
    height: 17px;
    right: 40px;
    top: 40px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .header-menu {
    height: 15px;
    right: 20px;
    top: 20px;
    width: 26px;
  }
}

.header-menu:before {
  content: '';
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .header-menu:before {
    height: 40px;
    width: 55px;
  }
}

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

.header-menu:after {
  background-color: #eb6877;
  border-radius: 50%;
  content: '';
  height: 5px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

@media screen and (min-width: 768px) {
  .header-menu:after {
    -webkit-transform: translate(-6px, -8px);
            transform: translate(-6px, -8px);
  }
}

@media screen and (max-width: 768px) {
  .header-menu:after {
    -webkit-transform: translate(-2px, -8px);
            transform: translate(-2px, -8px);
  }
}

.header-menu__line {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header-menu__line {
    height: 1px;
  }
}

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

.header-menu.is-mod:before {
  opacity: 1;
}

.header-menu.is-mod.is-active:before {
  opacity: 0;
}

.header-menu.is-new:after {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .site-theme-white .mansionSymbol-gradient {
    background: url("../imgs/pc/hdr-transparent-black.png") top left repeat-x;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-white .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-black.png") bottom left no-repeat;
    background-size: cover;
  }
}

.site-theme-white .header-menu:before {
  background-color: rgba(255, 255, 255, 0.6);
}

.site-theme-white .header-menu__line {
  background-color: #000000;
}

@media screen and (min-width: 768px) {
  .site-theme-black .mansionSymbol-gradient {
    background: url("../imgs/pc/hdr-transparent-white.png") top left repeat-x;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-black .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-white.png") bottom left no-repeat;
    background-size: cover;
  }
}

.site-theme-black .header-menu:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.site-theme-black .header-menu__line {
  background-color: #eeeeee;
}

.header.is-hidden .mansionSymbol--direct {
  pointer-events: none;
}

.header.is-hidden .mansionSymbol--direct .mansionSymbol-gradient,
.header.is-hidden .mansionSymbol--direct .mansionSymbol-bukkenLogo {
  opacity: 0;
  pointer-events: none;
}

.header.is-hidden.is-visible .mansionSymbol--direct {
  pointer-events: auto;
}

.header.is-hidden.is-visible .mansionSymbol--direct .mansionSymbol-gradient,
.header.is-hidden.is-visible .mansionSymbol--direct .mansionSymbol-bukkenLogo {
  opacity: 1;
  -webkit-transition: .6s;
  transition: .6s;
  visibility: visible;
}

.header.is-visible .header-menu.is-mod:before {
  opacity: 0;
}

.header-menu {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  /* stylelint-disable */
  /* stylelint-enable */
}

.header-menu__line:nth-of-type(1) {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-menu__line:nth-of-type(2) {
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-menu__line:nth-of-type(3) {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-menu.is-active .header-menu__line:nth-of-type(1) {
  -webkit-transform: rotate(28.6deg) scale(1.17, 1);
          transform: rotate(28.6deg) scale(1.17, 1);
}

.header-menu.is-active .header-menu__line:nth-of-type(2) {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.header-menu.is-active .header-menu__line:nth-of-type(3) {
  -webkit-transform: rotate(-28.6deg) scale(1.17, 1);
          transform: rotate(-28.6deg) scale(1.17, 1);
}

.header-menu:focus:not(:focus-visible) {
  outline: 0;
}

.cvBnr {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #ffffff;
  position: fixed;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .cvBnr {
    bottom: 150px;
    height: 115px;
    right: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    width: 70px;
  }
}

@media screen and (max-width: 768px) {
  .cvBnr {
    bottom: 0;
    height: 46px;
    left: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    -webkit-transition: 1.8s;
    transition: 1.8s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
  }
}

.cvBnr:before {
  background-color: #cccccc;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cvBnr:before {
    content: '';
  }
}

.cvBnr__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: #333333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  /* stylelint-disable */
  /* stylelint-enable */
}

@media screen and (min-width: 768px) {
  .cvBnr__button {
    background-color: #eeeeee;
  }
  .cvBnr__button:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .cvBnr__button {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 13px 3px rgba(8, 1, 3, 0.3);
            box-shadow: 0 0 13px 3px rgba(8, 1, 3, 0.3);
    padding: 15px;
  }
}

.cvBnr__button:focus:not(:focus-visible) {
  outline: 0;
}

.cvBnr__button:after {
  color: #333333;
  font-size: 9px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
}

@media screen and (max-width: 768px) {
  .cvBnr__button:after {
    content: '＞';
  }
}

.cvBnr .cvBnr-title {
  font-weight: 700;
  letter-spacing: .15em;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .cvBnr .cvBnr-title {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 768px) {
  .cvBnr .cvBnr-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 1.1;
    margin-left: -9px;
    padding-left: 15px;
  }
}

.cvBnr .cvBnr-title:before {
  background-color: #eb6877;
  border-radius: 50%;
  content: '';
  opacity: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .cvBnr .cvBnr-title:before {
    height: 6px;
    right: 0;
    top: 0;
    -webkit-transform: translate(4px, -6px);
            transform: translate(4px, -6px);
    width: 6px;
  }
}

@media screen and (max-width: 768px) {
  .cvBnr .cvBnr-title:before {
    height: 7.5px;
    left: 0;
    top: 0;
    width: 7.5px;
  }
}

.cvBnr .cvBnr-title__txt {
  display: block;
}

@media screen and (max-width: 768px) {
  .cvBnr .cvBnr-title__txt:not(:last-of-type):after {
    content: ' / ';
  }
}

.cvBnr__logo {
  margin-left: 21px;
  width: 80px;
}

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

.cvBnr.is-visible {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .cvBnr.is-visible {
    -webkit-transition: .6s .6s;
    transition: .6s .6s;
  }
}

@media screen and (max-width: 768px) {
  .cvBnr.is-visible {
    -webkit-transition: .6s;
    transition: .6s;
  }
}

.cvBnr.is-new .cvBnr-title:before {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .site-theme-black .cvBnr__button {
    background-color: #333333;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-black .cvBnr__button {
    background-color: #333333;
  }
}

.site-theme-black .cvBnr .cvBnr-title__txt {
  color: #ffffff;
}

.mansionSymbol {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

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

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

@media only screen and (max-width: 320px) {
  .mansionSymbol {
    padding: calc(30vw / 750 * 100) calc(40vw / 750 * 100);
  }
}

.mansionSymbol-bukkenLogo {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  width: 100%;
  -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;
}

.mansionSymbol-bukkenLogo__link {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mansionSymbol-bukkenLogo__ph {
    width: 138px;
  }
}

@media screen and (max-width: 768px) {
  .mansionSymbol-bukkenLogo__ph {
    width: 109px;
  }
}

.mansionSymbol-bukkenLogo__bk {
  width: auto;
}

@media screen and (min-width: 768px) {
  .mansionSymbol-bukkenLogo__bk {
    height: 17.67px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .mansionSymbol-bukkenLogo__bk {
    height: 29.19px;
    margin-left: 12px;
  }
}

.mansionSymbol-gradient {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  width: 100%;
  z-index: -1;
  -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;
}

@media screen and (min-width: 768px) {
  .mansionSymbol-gradient {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .mansionSymbol-gradient {
    height: 150px;
  }
}

@media screen and (min-width: 768px) {
  .site-theme-white .mansionSymbol-gradient {
    background: url("../imgs/pc/hdr-transparent-black.png") top left repeat-x;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-white .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-black.png") bottom left no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 320px) {
  .site-theme-white .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-black.png") bottom left no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .site-theme-black .mansionSymbol-gradient {
    background: url("../imgs/pc/hdr-transparent-white.png") top left repeat-x;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-black .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-white.png") bottom left no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 320px) {
  .site-theme-black .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-white.png") bottom left no-repeat;
    background-size: cover;
  }
}

/* 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 &gt; .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 &gt; .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column &gt; .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 &gt; .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 &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

.swiper-container-vertical.swiper-container-css-mode &gt; .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 &gt; .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 &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-container-vertical &gt; .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 &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

.swiper-container-horizontal &gt; .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 &gt; .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 &gt; .swiper-pagination-progressbar, .swiper-container-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical &gt; .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 &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical &gt; .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 &gt; canvas, .swiper-zoom-container &gt; img, .swiper-zoom-container &gt; 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 */
.autoPlaySlider {
  position: relative;
}

.autoPlaySlider__controller {
  position: relative;
}

@media screen and (min-width: 768px) {
  .autoPlaySlider__controller {
    gap: 10px;
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .autoPlaySlider__controller {
    gap: 10px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .autoPlaySlider__playBtn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 1 / 1;
    border: 1px solid #877543;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 32px;
    padding: 0;
    width: 32px;
  }
}

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

@media screen and (min-width: 768px) {
  .autoPlaySlider__playBtn .icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 1 / 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 12px;
  }
}

@media screen and (min-width: 768px) {
  .autoPlaySlider__playBtn .icon .border {
    background-color: #877543;
    height: 10px;
    width: 2px;
  }
}

.autoPlaySlider__playBtn.is-stop .icon {
  background-color: #877543;
  -webkit-clip-path: polygon(30% 0%, 30% 100%, 90% 50%);
          clip-path: polygon(30% 0%, 30% 100%, 90% 50%);
}

.autoPlaySlider__playBtn.is-stop .icon .border {
  display: none;
}

@media screen and (min-width: 768px) {
  .autoPlaySlider .swiper-pagination {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .autoPlaySlider .swiper-pagination {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .autoPlaySlider .swiper-pagination .swiper-pagination-bullet {
    aspect-ratio: 1 / 1;
    background-color: #ccc7c2;
    height: auto;
    margin: 0;
    opacity: 1;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    width: 6px;
  }
}

@media screen and (max-width: 768px) {
  .autoPlaySlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #877543;
    width: 8px;
  }
}

.autoPlaySlider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.autoPlaySlider--disableMode .autoPlaySlider__controller {
  display: none;
}

.bgLayer {
  position: relative;
  z-index: 1;
}

.bgLayer:after {
  width: calc(100vw - var(--scrollbar));
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .bgLayer:after {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1120px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .bgLayer:after {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .bgLayer:after {
    margin-left: -40px;
  }
}

.wrap .bgLayer:after {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .wrap .bgLayer:after {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1120px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .wrap .bgLayer:after {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap .bgLayer:after {
    margin-left: -40px;
  }
}

.wrap--small .bgLayer:after {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .wrap--small .bgLayer:after {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 960px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .wrap--small .bgLayer:after {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap--small .bgLayer:after {
    margin-left: -40px;
  }
}

.bgLayer--texture01, .bgLayer--texture02 {
  background-attachment: fixed;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  inset: 0;
}

.bgLayer--texture01:after, .bgLayer--texture02:after {
  height: 100vh;
  margin-left: 0 !important;
  position: fixed;
  width: 100% !important;
}

.wrap .bgLayer--texture01, .wrap .bgLayer--texture02 {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .wrap .bgLayer--texture01, .wrap .bgLayer--texture02 {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1120px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .wrap .bgLayer--texture01, .wrap .bgLayer--texture02 {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap .bgLayer--texture01, .wrap .bgLayer--texture02 {
    margin-left: -40px;
  }
}

.wrap .bgLayer--texture01 &gt; *, .wrap .bgLayer--texture02 &gt; * {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .wrap .bgLayer--texture01 &gt; *, .wrap .bgLayer--texture02 &gt; * {
    width: 1120px;
  }
}

@media screen and (max-width: 768px) {
  .wrap .bgLayer--texture01 &gt; *, .wrap .bgLayer--texture02 &gt; * {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.wrap--small .bgLayer--texture01, .wrap--small .bgLayer--texture02 {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .wrap--small .bgLayer--texture01, .wrap--small .bgLayer--texture02 {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 960px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .wrap--small .bgLayer--texture01, .wrap--small .bgLayer--texture02 {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap--small .bgLayer--texture01, .wrap--small .bgLayer--texture02 {
    margin-left: -40px;
  }
}

.wrap--small .bgLayer--texture01 &gt; *, .wrap--small .bgLayer--texture02 &gt; * {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .wrap--small .bgLayer--texture01 &gt; *, .wrap--small .bgLayer--texture02 &gt; * {
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .wrap--small .bgLayer--texture01 &gt; *, .wrap--small .bgLayer--texture02 &gt; * {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.bgLayer--texture01 {
  color: #ffffff;
}

.bgLayer--texture01:after {
  background: url("../imgs/bg-texture-01@1.5x.jpg") no-repeat center top/cover;
}

@media screen and (max-width: 768px) {
  .bgLayer--texture01 .headingCombi:has(.heading--major),
  .bgLayer--texture01 .heading--major {
    margin-left: 0;
    margin-right: 0;
  }
}

.bgLayer--texture02:after {
  background: url("../imgs/bg-texture-02@1.5x.png") no-repeat center top/cover;
}

.bgLayer--pattern01:after {
  background-color: #b49976;
}

.bgLayer--pattern02:after {
  background-color: #ece5da;
}

.bgLayer--pattern03:after {
  background-color: #ffffff;
}

.cvArea {
  position: relative;
  z-index: 1;
}

.cvArea__bg {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: difference;
  opacity: .2;
  position: absolute;
}

.cvArea__link {
  color: #ffffff;
  display: block;
  position: relative;
  text-align: center;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .cvArea__link {
    padding: 24px;
  }
}

@media screen and (min-width: 768px) {
  .cvArea__link:hover .cvArea__head:after {
    opacity: 1;
  }
  .cvArea__link:hover .cvArea__guide .arrow {
    -webkit-transform: scaleX(1.02);
            transform: scaleX(1.02);
  }
  .cvArea__link:hover .cvArea__guide .en .t {
    -webkit-animation: dirAnimation 1s ease;
            animation: dirAnimation 1s ease;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvArea__link:hover .cvArea__head:after {
    opacity: 1;
  }
  .cvArea__link:hover .cvArea__guide .arrow {
    -webkit-transform: scaleX(1.02);
            transform: scaleX(1.02);
  }
  .cvArea__link:hover .cvArea__guide .en .t {
    -webkit-animation: dirAnimation 1s ease;
            animation: dirAnimation 1s ease;
  }
}

@media screen and (min-width: 768px) {
  .cvArea__link + .cvArea__cont {
    margin-top: 120px;
  }
}

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

.cvArea__head {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  position: relative;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .cvArea__head {
    padding: 120px 38px;
  }
}

.cvArea__head:after {
  background: linear-gradient(99deg, rgba(255, 255, 255, 0.15) 1.24%, rgba(255, 255, 255, 0.08) 50.62%, rgba(255, 255, 255, 0.03) 100%);
  content: '';
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  z-index: -1;
}

.cvArea__guide {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .cvArea__guide {
    margin-top: 104px;
    width: 580px;
  }
}

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

.cvArea__guide .ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .cvArea__guide .ttl {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .cvArea__guide .ttl {
    gap: 16px;
  }
}

.cvArea__guide .ttl .en {
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .05em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .cvArea__guide .ttl .en {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .cvArea__guide .ttl .en {
    font-size: 26px;
  }
}

.cvArea__guide .ttl .en .t {
  display: inline-block;
  line-height: .7;
}

.cvArea__guide .ttl .en .t--blank {
  padding-right: .5rem;
}

.cvArea__guide .ttl .ja {
  letter-spacing: .05em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .cvArea__guide .ttl .ja {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .cvArea__guide .ttl .ja {
    font-size: 10px;
  }
}

.cvArea__guide .arrow {
  display: block;
  -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 (min-width: 768px) {
  .cvArea__guide .arrow {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .cvArea__guide .arrow {
    margin-top: 8px;
  }
}

.cvArea__ttl {
  line-height: 1.8;
  letter-spacing: .05em;
}

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

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

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

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

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

.cvArea__txt {
  letter-spacing: .05em;
}

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

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

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

@media screen and (max-width: 768px) {
  * + .cvArea__txt {
    margin-top: 32px;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .cvArea__cont {
    padding: 0 24px;
  }
}

.cvBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cvBtn {
    gap: 16px;
    height: 90px;
    width: 340px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn {
    gap: 16px;
    height: 80px;
    width: 330px;
  }
}

@media screen and (min-width: 768px) {
  .cvBtn:hover:before {
    opacity: .7;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn:hover:before {
    opacity: .7;
  }
}

.cvBtn:before {
  background: linear-gradient(155deg, #917d6a 11.88%, #211a22 68.79%, #2f3742 88.75%);
  content: '';
  inset: 0;
  position: absolute;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  z-index: -1;
}

.cvBtn:after {
  border: 1px solid rgba(255, 255, 255, 0.6);
  content: '';
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .cvBtn:after {
    height: calc(100% - 8px);
    width: calc(100% - 8px);
  }
}

@media screen and (max-width: 768px) {
  .cvBtn:after {
    height: calc(100% - 8px);
    width: calc(100% - 8px);
  }
}

.cvBtn__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cvBtn__ttl {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn__ttl {
    gap: 10px;
  }
}

.cvBtn__ttl .en {
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .05em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .cvBtn__ttl .en {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn__ttl .en {
    font-size: 26px;
  }
}

@media screen and (min-width: 768px) {
  .cvBtn__ttl .en + .ja {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn__ttl .en + .ja {
    font-size: 10px;
  }
}

.cvBtn__ttl .ja {
  letter-spacing: .05em;
  line-height: 1;
}

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

@media screen and (max-width: 768px) {
  .cvBtn__ttl .ja {
    font-size: 14px;
  }
}

.cvBtn__arrow {
  aspect-ratio: 12 / 13;
}

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

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

.cvBtn--small {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvBtn--small {
    height: 64px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn--small {
    height: 48px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .descriptionCard__head + .descriptionCard__cont .txt {
    font-size: 12px;
  }
}

.entryFlow__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #beb098;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .entryFlow__ttl {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .entryFlow__ttl {
    gap: 16px;
  }
}

.entryFlow__ttl:after, .entryFlow__ttl:before {
  background-color: #beb098;
  content: '';
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  opacity: .2;
}

.entryFlow__ttl .ja {
  display: block;
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .05em;
  line-height: 1.8;
}

.entryFlow__ttl .ja:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.entryFlow__ttl .ja:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

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

@media screen and (min-width: 768px) {
  .entryFlow__ttl .ja {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .entryFlow__ttl .ja {
    font-size: 20px;
  }
}

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

@media screen and (max-width: 768px) {
  .entryFlow__ttl + .entryFlow__list {
    margin-top: 21px;
  }
}

@media screen and (min-width: 768px) {
  .entryFlow__list {
    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) {
  .entryFlow__list + .entryFlow__notice {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .entryFlow__list + .entryFlow__notice {
    margin-top: 24px;
  }
}

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

@media screen and (min-width: 768px) {
  .entryFlow__item + .entryFlow__item {
    margin-left: -8px;
  }
}

@media screen and (min-width: 768px) {
  .entryFlow__item:first-child {
    width: calc((484 / 1200 * 100%) + 32px);
  }
}

.entryFlow__item:first-child .entryFlowCard {
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 100%, 4% 100%);
          clip-path: polygon(0 0, 96% 0, 100% 100%, 4% 100%);
}

@media screen and (min-width: 768px) {
  .entryFlow__item:first-child .entryFlowCard {
    gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .entryFlow__item:nth-child(2) {
    width: calc((368 / 1200 * 100%) + 32px);
  }
}

@media screen and (min-width: 768px) {
  .entryFlow__item:nth-child(3) {
    width: calc((348 / 1200 * 100%) + 32px);
  }
}

@media screen and (max-width: 768px) {
  .entryFlow__item:not(:first-child) {
    margin-top: 24px;
  }
}

.entryFlow__item:not(:first-child) .entryFlowCard {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
          clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}

@media screen and (min-width: 768px) {
  .entryFlow__item:not(:first-child) .entryFlowCard {
    gap: 40px;
  }
}

.entryFlow__notice {
  color: #3c3a39;
  line-height: 1.8;
}

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

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

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

@media screen and (min-width: 768px) {
  .entryFlow__notice {
    font-size: 13px;
    text-align: center;
  }
}

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

.entryFlowCard {
  background-color: rgba(255, 255, 255, 0.1);
  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%;
}

@media screen and (min-width: 768px) {
  .entryFlowCard {
    gap: 24px;
    padding: 32px 40px 16px 48px;
  }
}

@media screen and (max-width: 768px) {
  .entryFlowCard {
    gap: 16px;
    padding: 16px 32px 32px;
  }
}

.entryFlowCard__ttl {
  color: #ebe5db;
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .05em;
  line-height: .9;
}

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

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

@media screen and (min-width: 768px) {
  .entryFlowCard__ttl .num {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .entryFlowCard__ttl .num {
    font-size: 24px;
  }
}

.entryFlowCard__heading {
  letter-spacing: .01em;
}

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

@media screen and (max-width: 768px) {
  .entryFlowCard__heading {
    font-size: 15px;
    line-height: 2;
  }
}

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

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

.entryFlowCard__heading + .caption {
  letter-spacing: 0;
}

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

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

.entryFlowCard--01 .entryFlowCard__heading {
  line-height: 2;
}

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

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

.entryFlowCard--01 .entryFlowCard__heading:before, .entryFlowCard--01 .entryFlowCard__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.entryFlowCard .cvBtn {
  max-width: 428px;
}

.enTtl {
  color: #91765d;
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .2em;
  line-height: .7;
}

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

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

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

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

.enTtl--white {
  color: #ffffff;
}

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

.figurePlot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .figurePlot {
    left: 16px;
    top: 16px;
    width: 48px;
  }
}

@media screen and (max-width: 768px) {
  .panoramaFigure .figurePlot {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.pinchInFigure .figurePlot,
.zoomFigure .figurePlot {
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .pinchInFigure .figurePlot,
  .zoomFigure .figurePlot {
    left: 10px;
    top: 10px;
  }
}

.fixedBg {
  background-attachment: fixed;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.fixedBg:after {
  background: no-repeat center top / 100% auto #ffffff;
  content: '';
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .fixedBg:after {
    background-image: url("../imgs/pc/bg-common-01@1.5x.png");
  }
}

@media screen and (max-width: 768px) {
  .fixedBg:after {
    background-image: url("../imgs/sp/bg-common-01.png");
  }
}

.generalAcod__head {
  background-color: #436b6c;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .generalAcod__head {
    padding: 14px 0;
  }
}

@media screen and (max-width: 768px) {
  .generalAcod__head {
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .generalAcod__body {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows .8s ease;
    transition: grid-template-rows .8s ease;
    transition: grid-template-rows .8s ease, -ms-grid-rows .8s ease;
  }
  .generalAcod__body.is-active {
    grid-template-rows: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .generalAcod__cont {
    overflow: hidden;
  }
}

.generalAnchor {
  width: calc(100vw - var(--scrollbar));
  border-bottom: 1px solid #beb098;
}

@media screen and (min-width: 768px) {
  .generalAnchor {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1120px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .generalAnchor {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .generalAnchor {
    margin-left: -40px;
  }
}

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

@media screen and (max-width: 768px) {
  .generalAnchor + * {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .generalAnchor:has(.generalAnchor__item:nth-child(n+4)) {
    border-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .generalAnchor:has(.generalAnchor__item:nth-child(n+4)) .generalAnchor__link {
    border-bottom: 1px solid #beb098;
  }
}

.generalAnchor__body {
  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) {
  .generalAnchor__body {
    gap: 16px;
    margin: 0 auto;
    max-width: calc(1118 / 1440 * 100%);
    min-width: 1118px;
  }
}

@media screen and (max-width: 768px) {
  .generalAnchor__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
  }
}

@media screen and (min-width: 768px) {
  .generalAnchor__item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .generalAnchor__item {
    height: 42px;
    width: 115px;
  }
}

.generalAnchor__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #beb098;
  border-bottom: 0;
  color: #8d7157;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-align: center;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .generalAnchor__link {
    font-size: 18px;
    letter-spacing: .04em;
    padding: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .generalAnchor__link {
    font-size: 14px;
    height: 100%;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .generalAnchor__link:hover {
    background-color: #beb098;
    color: #444444;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalAnchor__link:hover {
    background-color: #beb098;
    color: #444444;
  }
}

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

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

.generalAnchor__link .en {
  font-family: "Marcellus", "Cormorant Garamond", serif;
}

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

.generalAnchor__link.is-active {
  background-color: #beb098;
  color: #444444;
  pointer-events: none;
}

.generalArrow {
  aspect-ratio: 8 / 12;
  display: block;
  stroke: currentColor;
  width: 100%;
}

.generalBnr {
  display: inline-block;
}

.generalBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #66615c;
  border: 1px solid #66615c;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
}

@media screen and (min-width: 768px) {
  .generalBtn {
    height: 56px;
    width: 362px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn {
    height: 56px;
    width: 326px;
  }
}

@media screen and (min-width: 768px) {
  .generalBtn:hover {
    background-color: #ffffff;
    color: #66615c;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn:hover {
    background-color: #ffffff;
    color: #66615c;
  }
}

.generalBtn__ttl {
  line-height: 1.25;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .01em;
  text-align: center;
}

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

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

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

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

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

.generalBtn .icon {
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .generalBtn .icon {
    right: 20px;
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn .icon {
    right: 24px;
    width: 12px;
  }
}

.generalBtn .icon .svgIcon {
  stroke: currentColor;
}

.generalIcon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #958b79;
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
          box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  width: 100%;
  z-index: 1;
}

.generalIcon:before, .generalIcon:after {
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

.generalIcon:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: soft-light;
  opacity: .7;
}

.generalIcon:after {
  background: url("../imgs/sp/bg-btn-01.jpg") no-repeat center/cover;
  border-radius: 50%;
  mix-blend-mode: multiply;
  opacity: .25;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.generalIcon .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .generalIcon--accordion .inner {
    width: 12px;
  }
}

@media screen and (min-width: 768px) {
  .generalIcon--arrow .inner {
    margin-top: -3px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .generalIcon--arrow .inner {
    margin-top: -1px;
    width: 15px;
  }
}

.generalModal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 14px;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-transition-property: opacity,opacity;
  transition-property: opacity,opacity;
  visibility: hidden;
  width: calc(100vw - var(--scrollbar));
  z-index: 99999;
}

@media screen and (max-width: 768px) {
  .generalModal {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .generalModal {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .generalModal:has(.movieFrame) .generalModal__cont, .generalModal:has(.movieFrame) .generalModal__inner {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .generalModal:has(.movieFrame) .generalModal__cont, .generalModal:has(.movieFrame) .generalModal__inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.generalModal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.generalModal__cont {
  height: 100%;
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .generalModal__cont {
    max-height: 80vh;
    max-width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .generalModal__cont {
    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;
    max-height: calc(100dvh - 58px);
    width: 340px;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .generalModal__cont {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    width: calc(600 / 750 * 100vw);
  }
}

.generalModal__inner {
  overflow: scroll;
  position: relative;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .generalModal__inner {
    height: 100%;
  }
}

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

.generalModal__inner::-webkit-scrollbar {
  display: none;
}

.generalModal__close {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .generalModal__close {
    bottom: calc(100% + 20px);
    height: 30px;
    right: 0;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .generalModal__close {
    bottom: calc(100% + 5px);
    height: 20px;
    right: 0;
    width: 20px;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .generalModal__close {
    bottom: 100%;
  }
}

.generalModal__close:before, .generalModal__close:after {
  background-color: #ffffff;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

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

.generalModal__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.generalModal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.generalModal.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .generalModal--long .generalModal__cont {
    height: 100%;
    max-height: calc(100% - 160px);
  }
}

@media screen and (max-width: 768px) {
  .generalModal--long .generalModal__cont {
    height: calc(100% - (160 / 750 * 100vw));
  }
}

.generalModal--long .generalModal__inner {
  height: 100%;
}

.generalModal--figure .generalModal__att {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .generalModal--figure .generalModal__att {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .generalModal--figure .generalModal__att {
    padding-bottom: 24px;
  }
}

.generalModal--figure .generalModal__att .arrow {
  aspect-ratio: 21 / 17;
  width: 20px;
}

.generalModal--figure .generalModal__note {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding-top: 5px;
}

.generalModal--figure .generalModal__note .caption {
  color: #ffffff;
}

.generalModal--figure .generalModal__note .caption + .caption {
  margin-top: 10px;
}

.generalModal--figure .generalModal__note .caption--figure {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .generalModal--figure .generalModal__inner {
    width: auto;
  }
  .generalModal--figure .generalModal__inner .swipeFigure__inner {
    height: calc(435 / 844 * 100vh);
    max-width: initial;
    width: auto;
  }
  .generalModal--figure .generalModal__inner .figurePlot {
    display: none;
  }
  .generalModal--figure .generalModal__inner .capIn,
  .generalModal--figure .generalModal__inner .capOut {
    display: none;
  }
}

.generalModal--figure .generalModal__inner {
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .generalModal--figure .generalModal__inner {
    margin: 0 -25px;
    padding-bottom: 24px;
  }
}

.generalModal .movieFrame {
  aspect-ratio: 960 / 540;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .generalModal .movieFrame {
    height: 100% !important;
    max-width: 100%;
    width: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .generalModal .movieFrame {
    height: auto !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .generalModal .movieFrame--pcPlayer {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .generalModal--vertical:has(.movieFrame) .generalModal__cont, .generalModal--vertical:has(.movieFrame) .generalModal__inner {
    height: 100%;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .generalModal--vertical:has(.movieFrame) .generalModal__inner {
    height: 90%;
  }
}

.generalModal--vertical:has(.movieFrame) .generalModal__cont .movieFrame {
  aspect-ratio: 1080 / 1920;
  height: 100% !important;
  width: auto !important;
}

.generalModal--concept .generalModal__inner {
  background: no-repeat center / cover;
}

@media screen and (min-width: 768px) {
  .generalModal--concept .generalModal__inner {
    background-image: url("../imgs/pc/img-movie-thumb-01.jpg");
  }
}

@media screen and (max-width: 768px) {
  .generalModal--concept .generalModal__inner {
    background-image: url("../imgs/sp/img-movie-thumb-01.jpg");
  }
}

@media screen and (max-width: 768px) {
  .generalModal--concept:has(.movieFrame) .generalModal__cont, .generalModal--concept:has(.movieFrame) .generalModal__inner {
    height: 100%;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .generalModal--concept:has(.movieFrame) .generalModal__inner {
    height: 100%;
  }
  .generalModal--concept:has(.movieFrame) .generalModal__cont .movieFrame {
    aspect-ratio: 1080 / 1920;
    height: 100% !important;
    width: auto !important;
  }
}

.generalModal.is-disable {
  display: none;
}

.generalModal.is-movie-hidden .movieFrame {
  opacity: 0;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  visibility: hidden;
}

.generalSlider {
  position: relative;
}

.generalSlider__controller {
  position: relative;
}

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

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

.generalSlider__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .generalSlider__dir {
    padding: 0 120px;
  }
}

.generalSlider__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background: #f4f4f4;
  border: 1px solid  #ccc7c2;
  color: #877543;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .generalSlider__btn {
    border-radius: 4px;
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .generalSlider__btn {
    border-radius: 4px;
    width: 40px;
  }
}

@media screen and (min-width: 768px) {
  .generalSlider__btn .generalArrow {
    width: 12px;
  }
}

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

.generalSlider__btn--prev .generalArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.generalSlider__playBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid #877543;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .generalSlider__playBtn {
    left: 32px;
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .generalSlider__playBtn {
    left: 32px;
    width: 32px;
  }
}

.generalSlider__playBtn .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  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) {
  .generalSlider__playBtn .icon {
    gap: 2px;
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .generalSlider__playBtn .icon {
    gap: 2px;
    width: 12px;
  }
}

.generalSlider__playBtn .icon .border {
  background-color: #877543;
}

@media screen and (min-width: 768px) {
  .generalSlider__playBtn .icon .border {
    height: 10px;
    width: 2px;
  }
}

@media screen and (max-width: 768px) {
  .generalSlider__playBtn .icon .border {
    height: 10px;
    width: 2px;
  }
}

.generalSlider__playBtn.is-stop .icon {
  background-color: #877543;
  -webkit-clip-path: polygon(30% 0%, 30% 100%, 90% 50%);
          clip-path: polygon(30% 0%, 30% 100%, 90% 50%);
}

.generalSlider__playBtn.is-stop .icon .border {
  display: none;
}

.generalSlider--disableMode .generalSlider__controller {
  display: none;
}

.generalSlider .swiper-pagination {
  -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: static;
}

@media screen and (min-width: 768px) {
  .generalSlider .swiper-pagination {
    gap: 6px;
  }
}

@media screen and (max-width: 768px) {
  .generalSlider .swiper-pagination {
    gap: 6px;
  }
}

.generalSlider .swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 1 / 1;
  background-color: #ccc7c2;
  height: auto;
  margin: 0;
  opacity: 1;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

@media screen and (min-width: 768px) {
  .generalSlider .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
  }
}

@media screen and (max-width: 768px) {
  .generalSlider .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
  }
}

.generalSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #877543;
}

@media screen and (min-width: 768px) {
  .generalSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
  }
}

@media screen and (max-width: 768px) {
  .generalSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
  }
}

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

@media screen and (max-width: 768px) {
  .generalTab__head + .generalTab__body {
    margin-top: 32px;
  }
}

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

@media screen and (max-width: 768px) {
  .generalTab__body + .generalTab__bottom {
    margin-top: 32px;
  }
}

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

.generalTab__item {
  width: 100%;
}

.generalTab__btn {
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .generalTab__btn {
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .generalTab__btn {
    padding: 10px 0;
  }
}

.generalTab__btn.is-active {
  background-color: #999999;
  color: #ffffff;
  pointer-events: none;
}

.generalTab__cont {
  background-color: #999999;
  color: #ffffff;
  display: none;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .generalTab__cont {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .generalTab__cont {
    padding: 80px 0;
  }
}

.generalTab__cont.is-active {
  display: block;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .heading--major {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.heading--large {
  line-height: 1.5;
}

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

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

.heading--large:before, .heading--large:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .heading--large {
    font-size: 34px;
  }
}

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

@media screen and (min-width: 768px) {
  .heading--large .large {
    font-size: 50px;
  }
}

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

.heading--medium {
  line-height: 1.5;
}

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

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

.heading--medium:before, .heading--medium:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .heading--medium {
    font-size: 28px;
  }
}

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

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

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

.heading--default {
  line-height: 1.9;
}

.heading--default:before {
  content: '';
  margin-top: calc((1 - 1.9) * .5em);
}

.heading--default:after {
  margin-bottom: calc((1 - 1.9) * .5em);
}

.heading--default:before, .heading--default:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .heading--default {
    font-size: 22px;
  }
}

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

@media screen and (min-width: 768px) {
  .heading--default .small {
    font-size: 18px;
  }
}

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

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

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

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

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

.heading--small {
  line-height: 1.9;
}

.heading--small:before {
  content: '';
  margin-top: calc((1 - 1.9) * .5em);
}

.heading--small:after {
  margin-bottom: calc((1 - 1.9) * .5em);
}

.heading--small:before, .heading--small:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .heading--small.heading--underline {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .heading--small.heading--underline {
    padding-bottom: 16px;
  }
}

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

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

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

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

.heading--underline {
  border-bottom: 1px solid #000000;
}

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

.heading--brown {
  color: #91765d;
}

.heading--brown.heading--underline {
  border-color: #b49976;
}

.heading--white {
  color: #ffffff;
}

.headingCombi {
  position: relative;
}

@media screen and (max-width: 768px) {
  .headingCombi:has(.heading--major) {
    margin: 0 -24px;
  }
}

@media screen and (max-width: 768px) {
  .headingCombi .heading {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .inductionArea__head + .inductionArea__body {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .inductionArea__head + .inductionArea__body {
    margin-top: 40px;
  }
}

.inductionArea__ttl {
  margin: 0 auto;
}

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

@media screen and (max-width: 768px) {
  .inductionArea__ttl {
    width: 132px;
  }
}

.inductionArea__body {
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .inductionArea__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .inductionArea__item {
    width: 100%;
  }
}

.inductionBtn {
  color: #ffffff;
  display: block;
  position: relative;
  text-align: center;
}

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

.inductionBtn.is-off .inductionBtn__inner:after {
  border-color: rgba(255, 255, 255, 0.3);
}

.inductionBtn.is-off .inductionBtn__ttl, .inductionBtn.is-off .inductionBtn__lead {
  color: rgba(255, 255, 255, 0.3);
}

.inductionBtn.is-off .inductionBtn__visual:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  inset: 0;
  position: absolute;
}

.inductionBtn.is-off .inductionBtn__visual .photo__image {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media screen and (min-width: 768px) {
  .inductionBtn:hover .inductionBtn__visual .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .inductionBtn:hover .inductionBtn__visual .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.inductionBtn__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(37, 19, 0, 0.3)), to(rgba(37, 19, 0, 0.3)));
  background: linear-gradient(0deg, rgba(37, 19, 0, 0.3) 0%, rgba(37, 19, 0, 0.3) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
}

.inductionBtn__inner:after {
  border: 1px solid #ffffff;
  content: '';
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .inductionBtn__inner:after {
    height: calc(100% - 16px);
    width: calc(100% - 16px);
  }
}

@media screen and (max-width: 768px) {
  .inductionBtn__inner:after {
    height: calc(100% - 16px);
    width: calc(100% - 16px);
  }
}

.inductionBtn__ttl {
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .06em;
  line-height: .7;
  position: relative;
}

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

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

.inductionBtn__ttl:after {
  background: rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  height: 1px;
}

@media screen and (min-width: 768px) {
  .inductionBtn__ttl:after {
    margin: 16px auto;
    width: 78px;
  }
}

@media screen and (max-width: 768px) {
  .inductionBtn__ttl:after {
    margin: 6px auto;
    width: 78px;
  }
}

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

@media screen and (max-width: 768px) {
  .inductionBtn__ttl + .inductionBtn__lead {
    font-size: 10px;
  }
}

.inductionBtn__lead {
  line-height: 2.4;
}

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

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

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

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

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

.inductionBtn__soon {
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .06em;
  line-height: .7;
  position: relative;
}

@media screen and (min-width: 768px) {
  .inductionBtn__soon {
    font-size: 16px;
    margin-top: 16px;
  }
}

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

.inductionBtn__visual {
  overflow: hidden;
  position: relative;
}

.inductionBtn__visual .photo__image {
  -webkit-transition: -webkit-transform .6s ease, -webkit-filter .6s ease;
  transition: -webkit-transform .6s ease, -webkit-filter .6s ease;
  transition: transform .6s ease, filter .6s ease;
  transition: transform .6s ease, filter .6s ease, -webkit-transform .6s ease, -webkit-filter .6s ease;
}

.inductionBtn__visual .photo__capIn {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .inductionBtn__visual .photo__capIn {
    bottom: 16px;
    right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .inductionBtn__visual .photo__capIn {
    bottom: 12px;
    right: 16px;
  }
}

.informationSect {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .informationSect__head + .informationSect__cont {
    margin-top: 48px;
  }
}

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

.informationSect__cont .cvBtn {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .informationSect__cont .cvBtn + .cvBtn {
    margin-top: 32px;
  }
}

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

.infoCont__heading {
  letter-spacing: .2em;
  line-height: 1.5;
}

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

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

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

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

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

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

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

.interludeArea {
  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;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .interludeArea__heading .photo:nth-child(1) {
    width: calc(976 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .interludeArea__heading .photo:nth-child(1) {
    width: 487px;
  }
}

.interludeArea__heading .photo:nth-child(2) {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .interludeArea__heading .photo:nth-child(2) {
    width: calc(1364 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .interludeArea__heading .photo:nth-child(2) {
    width: 680px;
  }
}

.keyVisual {
  -webkit-filter: blur(14px);
          filter: blur(14px);
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 1s ease, -webkit-filter 2s ease;
  transition: opacity 1s ease, -webkit-filter 2s ease;
  transition: filter 2s ease, opacity 1s ease;
  transition: filter 2s ease, opacity 1s ease, -webkit-filter 2s ease;
  will-change: filter;
  z-index: 2;
}

.keyVisual__bg {
  position: relative;
}

.keyVisual__bg .photo__image {
  -webkit-filter: brightness(1.2) grayscale(2);
          filter: brightness(1.2) grayscale(2);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-filter 1.6s ease 1s, -webkit-transform 2s ease;
  transition: -webkit-filter 1.6s ease 1s, -webkit-transform 2s ease;
  transition: filter 1.6s ease 1s, transform 2s ease;
  transition: filter 1.6s ease 1s, transform 2s ease, -webkit-filter 1.6s ease 1s, -webkit-transform 2s ease;
  will-change: filter,transform;
}

.keyVisual__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: blur(14px);
          filter: blur(14px);
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: absolute;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 2s ease;
  transition: 2s ease;
  -webkit-transition-property: opacity,-webkit-filter,-webkit-transform;
  transition-property: opacity,-webkit-filter,-webkit-transform;
  transition-property: filter,opacity,transform;
  transition-property: filter,opacity,transform,-webkit-filter,-webkit-transform;
  will-change: filter,transform;
  z-index: 1;
}

.keyVisual.is-load {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.keyVisual.is-load .keyVisual__bg .photo__image {
  -webkit-filter: brightness(1) grayscale(0);
          filter: brightness(1) grayscale(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.keyVisual.is-load .keyVisual__inner {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .keyVisual--access .pageTtl {
    width: calc(330 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual--access .pageTtl {
    width: 158px;
  }
}

.keyVisual--design .keyVisual__bg .photo__capIn {
  left: 0;
  right: auto;
}

@media screen and (min-width: 768px) {
  .keyVisual--design .pageTtl {
    width: calc(319 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual--design .pageTtl {
    width: 212px;
  }
}

@media screen and (min-width: 768px) {
  .keyVisual--design + * {
    margin-top: calc(-40 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual--design + * {
    margin-top: -16px;
  }
}

@media screen and (min-width: 768px) {
  .keyVisual--location .pageTtl {
    width: calc(430 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual--location .pageTtl {
    width: 287px;
  }
}

@media screen and (min-width: 768px) {
  .keyVisual--plan .pageTtl {
    width: calc(237 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual--plan .pageTtl {
    width: 158px;
  }
}

@media screen and (min-width: 768px) {
  .keyVisual--value .pageTtl {
    width: calc(245 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual--value .pageTtl {
    width: 163px;
  }
}

@media screen and (min-width: 768px) {
  .keyVisual--equipment .pageTtl {
    width: calc(228 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual--equipment .pageTtl {
    width: 218px;
  }
}

.madoriBtn {
  background-color: #ffffff;
  color: #91765d;
  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%;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .madoriBtn {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn {
    padding: 24px 30px;
  }
}

.madoriBtn__badge {
  background-color: #beb098;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .madoriBtn__badge {
    height: 55px;
    padding: 3px;
    right: 20px;
    top: 20px;
    width: 55px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__badge {
    height: 55px;
    padding: 3px;
    right: 3px;
    top: 3px;
    width: 55px;
  }
}

.madoriBtn__badge .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #91765d;
  border-radius: 50%;
  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: 0;
  line-height: 1.3;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .madoriBtn__badge .inner {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__badge .inner {
    font-size: 10px;
  }
}

.madoriBtn__inner &gt; * + * {
  border-top: 1px solid #cdcdcd;
}

@media screen and (min-width: 768px) {
  .madoriBtn__inner &gt; * + * {
    margin-top: 12px;
    padding-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__inner &gt; * + * {
    margin-top: 12px;
    padding-top: 12px;
  }
}

.madoriBtn__type {
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .05em;
  line-height: .7;
}

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

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

@media screen and (min-width: 768px) {
  .madoriBtn__type .strong {
    font-size: 40px;
    margin-right: 4px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__type .strong {
    font-size: 36px;
    margin-right: 8px;
  }
}

.madoriBtn__variation {
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .04em;
  line-height: 1.25;
}

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

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

@media screen and (min-width: 768px) {
  .madoriBtn__variation .strong {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__variation .strong {
    font-size: 32px;
  }
}

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

@media screen and (min-width: 768px) {
  .madoriBtn__length {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__length {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.madoriBtn__length .unit {
  line-height: 1;
}

.madoriBtn__length .val {
  display: inline-block;
  font-family: "Marcellus", "Cormorant Garamond", serif;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriBtn__length .val {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__length .val {
    font-size: 24px;
  }
}

.madoriBtn__length .val .init {
  display: inline-block;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriBtn__length .val .init {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__length .val .init {
    font-size: 32px;
  }
}

.madoriBtn__length .mator {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .madoriBtn__length .mator {
    font-size: 14px;
    margin-left: 4px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__length .mator {
    font-size: 14px;
    margin-left: 3px;
  }
}

.madoriBtn__length .ja {
  letter-spacing: .02em;
}

@media screen and (min-width: 768px) {
  .madoriBtn__length .ja {
    font-size: 10px;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__length .ja {
    font-size: 10px;
    line-height: 1.4;
  }
}

.madoriBtn__direction {
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .madoriBtn__direction {
    padding-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__direction {
    padding-top: 16px;
  }
}

.madoriBtn__direction .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #191923;
  border: 1px solid #191923;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Marcellus", "Cormorant Garamond", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: .7;
  position: relative;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
}

@media screen and (min-width: 768px) {
  .madoriBtn__direction .inner {
    font-size: 14px;
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__direction .inner {
    font-size: 14px;
    height: 40px;
  }
}

.madoriBtn__direction .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .madoriBtn__direction .icon {
    right: 12px;
    width: 8px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__direction .icon {
    right: 12px;
    width: 8px;
  }
}

.madoriBtn--1ldk .madoriBtn__direction .inner {
  background-color: #546882;
  border-color: #546882;
}

@media screen and (min-width: 768px) {
  .madoriBtn--1ldk:hover .madoriBtn__direction .inner {
    background-color: #ffffff;
    color: #546882;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriBtn--1ldk:hover .madoriBtn__direction .inner {
    background-color: #ffffff;
    color: #546882;
  }
}

.madoriBtn--2ldk .madoriBtn__direction .inner {
  background-color: #837243;
  border-color: #837243;
}

@media screen and (min-width: 768px) {
  .madoriBtn--2ldk:hover .madoriBtn__direction .inner {
    background-color: #ffffff;
    color: #837243;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriBtn--2ldk:hover .madoriBtn__direction .inner {
    background-color: #ffffff;
    color: #837243;
  }
}

.madoriTtl {
  color: #beb098;
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .04em;
  line-height: .7;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .madoriTtl {
    font-size: 40px;
    padding: 160px 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .madoriTtl {
    font-size: 28px;
    padding: 100px 0 64px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail {
    padding: 160px 0;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__inner {
    margin: 0 -24px;
  }
}

.madoriDetail__head {
  background-color: #beb098;
  color: #ffffff;
  font-family: "Marcellus", "Cormorant Garamond", serif;
}

@media screen and (min-width: 768px) {
  .madoriDetail__head {
    -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;
    padding: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__head {
    padding: 24px 0;
    text-align: center;
  }
}

.madoriDetail__type {
  letter-spacing: .04em;
  line-height: .7;
}

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

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

.madoriDetail__type .strong {
  display: inline-block;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriDetail__type .strong {
    font-size: 40px;
    margin-right: 4px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type .strong {
    font-size: 36px;
    margin-right: 4px;
  }
}

.madoriDetail__variation {
  letter-spacing: .04em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriDetail__variation {
    border-left: 1px solid #ebe5db;
    font-size: 24px;
    margin-left: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__variation {
    border-top: 1px solid #ebe5db;
    font-size: 16px;
    margin-top: 12px;
    padding-top: 12px;
  }
}

.madoriDetail__variation .init {
  display: inline-block;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriDetail__variation .init {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__variation .init {
    font-size: 32px;
  }
}

.madoriDetail__variation .ldk {
  display: inline-block;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriDetail__variation .ldk {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__variation .ldk {
    font-size: 22px;
  }
}

.madoriDetail__body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ffffff;
  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;
}

@media screen and (min-width: 768px) {
  .madoriDetail__body {
    padding: 40px 120px 80px;
    row-gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body {
    padding: 40px 28px 64px;
    row-gap: 32px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__spec {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__spec {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.madoriDetail__length {
  color: #91765d;
  letter-spacing: .04em;
}

@media screen and (min-width: 768px) {
  .madoriDetail__length {
    font-size: 14px;
    line-height: 1;
  }
}

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

.madoriDetail__length .unit {
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .04em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriDetail__length .unit {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length .unit {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__length .unit .init {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length .unit .init {
    font-size: 32px;
  }
}

.madoriDetail__subLength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .madoriDetail__subLength {
    gap: 5px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__subLength {
    gap: 10px;
    margin-top: 16px;
  }
}

.madoriDetail__subLength .item {
  color: #91765d;
  letter-spacing: .04em;
  line-height: 1;
}

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

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

.madoriDetail__select {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #beb098;
  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) {
  .madoriDetail__select {
    gap: 16px;
    margin: 0 auto;
    width: 720px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__select {
    gap: 4px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 295px;
  }
}

.madoriDetail__tab {
  width: 100%;
}

.madoriDetail__trigger {
  border: 1px solid #beb098;
  border-bottom: 0;
  color: #8d7157;
  display: block;
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .04em;
  line-height: .7;
  text-align: center;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .madoriDetail__trigger {
    font-size: 20px;
    padding: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__trigger {
    font-size: 14px;
    padding: 16px 0;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__trigger:hover {
    background-color: #beb098;
    color: #444444;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDetail__trigger:hover {
    background-color: #beb098;
    color: #444444;
  }
}

.madoriDetail__trigger.is-active {
  background-color: #beb098;
  color: #444444;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .madoriDetail__figure {
    margin-right: -40px;
    width: 720px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__figure {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.madoriDetail__figure .madoriFig {
  display: none;
}

.madoriDetail__figure .madoriFig.is-active {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .madoriDetail__elevation {
    margin-left: -40px;
    width: 209px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__elevation {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 99px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__bottom {
    margin-top: 120px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__bottom {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

.madoriDetail__back {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background: linear-gradient(155deg, #776656 11.88%, #211a22 54.01%, #2f3742 88.75%);
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  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;
  left: 50%;
  letter-spacing: 0;
  line-height: 1;
  padding: 0;
  pointer-events: auto;
  position: sticky;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  z-index: 1;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .madoriDetail__back {
    bottom: 28px;
    font-size: 13px;
    gap: 12px;
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__back {
    bottom: 72px;
    font-size: 11px;
    gap: 12px;
    width: 80px;
  }
}

.madoriDetail__back .icon {
  aspect-ratio: 1 / 1;
  background: url("../imgs/icon-madori.png") no-repeat center/cover;
  stroke: #f4f4f4;
}

@media screen and (min-width: 768px) {
  .madoriDetail__back .icon {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__back .icon {
    width: 24px;
  }
}

.madoriDetail__back .dir {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .madoriDetail__back .dir {
    width: 6px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__back .dir {
    width: 6px;
  }
}

.madoriDetail--1ldk .madoriDetail__head {
  background-color: #546882;
}

.madoriDetail--2ldk .madoriDetail__head {
  background-color: #837243;
}

.madoriDirection {
  background-color: #ffffff;
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(2, 1fr);
}

.madoriDirection__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebe5db;
  border: 1px solid #ebe5db;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Marcellus", "Cormorant Garamond", serif;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: .02em;
  line-height: .7;
  -webkit-transition: background-color .6s ease;
  transition: background-color .6s ease;
}

@media screen and (min-width: 768px) {
  .madoriDirection__link {
    font-size: 15px;
    gap: 24px;
    padding: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__link {
    font-size: 14px;
    gap: 8px;
    padding: 16px 12px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__link:hover {
    background-color: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link:hover {
    background-color: #ffffff;
  }
}

.madoriDirection__link--prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.madoriDirection__link--prev .madoriDirection__dir {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.madoriDirection__dir {
  color: #beb098;
}

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

@media screen and (max-width: 768px) {
  .madoriDirection__dir {
    width: 6px;
  }
}

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

@media screen and (max-width: 768px) {
  .madoriList__block + .madoriList__block {
    margin-top: 48px;
  }
}

.madoriList__head {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #beb098;
  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) {
  .madoriList__head {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .madoriList__head {
    gap: 4px;
    margin: 0 -16px;
  }
}

@media screen and (min-width: 768px) {
  .madoriList__head + .madoriList__body {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .madoriList__head + .madoriList__body {
    margin-top: 40px;
  }
}

.madoriList__trigger {
  background-color: #ffffff;
  border: 1px solid #beb098;
  border-bottom: 0;
  color: #8d7157;
  display: block;
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: .04em;
  line-height: .7;
  text-align: center;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
}

@media screen and (min-width: 768px) {
  .madoriList__trigger {
    font-size: 20px;
    padding: 16px 0;
    width: 362px;
  }
}

@media screen and (max-width: 768px) {
  .madoriList__trigger {
    font-size: 14px;
    padding: 16px 0;
    width: 145.5px;
  }
}

@media screen and (min-width: 768px) {
  .madoriList__trigger:hover {
    background-color: #beb098;
    color: #444444;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriList__trigger:hover {
    background-color: #beb098;
    color: #444444;
  }
}

.madoriList__trigger.is-active {
  background-color: #beb098;
  color: #444444;
  pointer-events: none;
}

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

@media screen and (max-width: 768px) {
  .madoriList__item + .madoriList__item {
    margin-top: 16px;
  }
}

.madoriModal {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9;
}

.madoriModal__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  letter-spacing: 0;
  line-height: 1;
  padding: 0;
  pointer-events: auto;
  position: fixed;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .madoriModal__btn {
    bottom: 28px;
    font-size: 13px;
    gap: 10px;
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .madoriModal__btn {
    bottom: 60px;
    font-size: 11px;
    gap: 4px;
    width: 80px;
  }
}

.madoriModal__btn:before {
  -webkit-animation: circleAnimation 3s linear 3;
          animation: circleAnimation 3s linear 3;
  background-color: #beb098;
  border-radius: 50%;
  content: '';
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: -1;
}

.madoriModal__btn:after {
  background: linear-gradient(155deg, #776656 11.88%, #211a22 54.01%, #2f3742 88.75%);
  border-radius: 50%;
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

.madoriModal__btn .icon {
  aspect-ratio: 1 / 1;
  background: url("../imgs/icon-madori.png") no-repeat center/cover;
  stroke: #f4f4f4;
}

@media screen and (min-width: 768px) {
  .madoriModal__btn .icon {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriModal__btn .icon {
    width: 24px;
  }
}

.madoriModal__btn .bullet {
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 768px) {
  .madoriModal__btn .bullet {
    width: 12px;
  }
}

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

.madoriModal__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../imgs/bg-texture-02@1.5x.png") no-repeat center top/cover #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: .1em;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  text-align: left;
  top: 0;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .madoriModal__body {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .madoriModal__body {
    padding-bottom: 0;
  }
}

.madoriModal__body.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.madoriModal__cont {
  height: 100%;
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

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

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

.madoriModal__inner {
  overflow-y: scroll;
  position: relative;
  scrollbar-width: none;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .madoriModal__inner {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .madoriModal__inner {
    padding: 0 16px;
    width: 100%;
  }
}

.madoriModal__inner::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .madoriModal__inner .madoriSelect {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .madoriModal__inner .madoriSelect {
    padding: 80px 0 160px;
  }
}

.madoriModal__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #373a3a;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  padding: 0;
  position: fixed;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .madoriModal__close {
    bottom: 16px;
    width: 48px;
  }
}

@media screen and (max-width: 768px) {
  .madoriModal__close {
    bottom: 16px;
    width: 48px;
  }
}

.madoriModal__close .icon {
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 768px) {
  .madoriModal__close .icon {
    width: 12px;
  }
}

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

@-webkit-keyframes circleAnimation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes circleAnimation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

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

@media screen and (max-width: 768px) {
  .madoriSelect__item + .madoriSelect__item {
    margin-top: 120px;
  }
}

.madoriSect__head {
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .madoriSect__head + .madoriSect__cont {
    margin-top: 48px;
  }
}

.mainSymbol {
  aspect-ratio: 200 / 256;
  position: relative;
}

.mainSymbol .note {
  font-size: 10px;
  left: calc(120 / 200 * 100%);
  position: absolute;
  top: calc(64 / 256 * 100%);
}

.mainSymbol--white .note {
  color: #ffffff;
}

.mapBlock {
  background-color: #cccccc;
  color: #666666;
  height: 100%;
  width: 100%;
}

.mapBlock .centerLabel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00703c;
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1 !important;
  overflow: visible !important;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mapBlock .centerLabel {
    height: 79px;
    -webkit-transform: translate(-50%, -128px);
            transform: translate(-50%, -128px);
    width: 96px;
  }
}

@media screen and (max-width: 768px) {
  .mapBlock .centerLabel {
    height: 55px;
    -webkit-transform: translate(-50%, -104px);
            transform: translate(-50%, -104px);
    width: 67px;
  }
}

@media screen and (min-width: 768px) {
  .mapBlock .centerLabel img {
    height: 49px;
  }
}

@media screen and (max-width: 768px) {
  .mapBlock .centerLabel img {
    height: 34px;
  }
}

.modalFigure {
  position: relative;
}

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

.modalFigure .figurePlot .svgIcon {
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 768px) {
  .modalFigure .figurePlot .svgIcon {
    width: 19px;
  }
}

@media screen and (max-width: 768px) {
  .modalFigure[data-modal-device='pc'] .figurePlot {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .modalFigure[data-modal-device='sp'] .figurePlot {
    display: none;
  }
}

.movieModal__note {
  color: #91765d;
  font-weight: 400;
  letter-spacing: .13em;
  text-align: center;
}

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

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

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

@media screen and (max-width: 768px) {
  .movieModal__note + .movieModal__btn {
    margin-top: 24px;
  }
}

.movieModal__btn {
  background: none;
  -webkit-box-shadow: 0 20px 20px rgba(18, 15, 4, 0.1);
          box-shadow: 0 20px 20px rgba(18, 15, 4, 0.1);
  cursor: pointer;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .movieModal__btn:hover .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .movieModal__btn:hover .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.movieModal__btn .photo {
  overflow: hidden;
}

.movieModal__btn .photo__image {
  -webkit-transition: -webkit-transform .6s ease, -webkit-filter .6s ease;
  transition: -webkit-transform .6s ease, -webkit-filter .6s ease;
  transition: transform .6s ease, filter .6s ease;
  transition: transform .6s ease, filter .6s ease, -webkit-transform .6s ease, -webkit-filter .6s ease;
}

.movieModal__symbol {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .movieModal__symbol {
    width: 84px;
  }
}

.movieModal__symbol .arrow {
  aspect-ratio: 14 / 16;
  display: block;
}

@media screen and (min-width: 768px) {
  .movieModal__symbol .arrow {
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .movieModal__symbol .arrow {
    width: 11.8px;
  }
}

.movieModal--white .movieModal__symbol {
  background-color: rgba(0, 0, 0, 0.4);
}

.moviePlayer__frame {
  aspect-ratio: 16 / 9;
}

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

.pageDirection {
  background-color: #afaca7;
}

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

.pageDirection__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Marcellus", "Cormorant Garamond", serif;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: .05em;
  line-height: .7;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pageDirection__item {
    font-size: 18px;
    gap: 20px;
    padding: 24px;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__item {
    font-size: 14px;
    gap: 12px;
    padding: 24px;
  }
}

@media screen and (min-width: 768px) {
  .pageDirection__item:after {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__item:after {
    font-size: 10px;
  }
}

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

.pageDirection__item--prev:after {
  content: 'BACK';
}

.pageDirection__item--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.pageDirection__item--next:before {
  background-color: #231815;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
}

@media screen and (min-width: 768px) {
  .pageDirection__item--next:before {
    height: 19px;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__item--next:before {
    height: 19px;
  }
}

.pageDirection__item--next:after {
  content: 'NEXT';
}

.pageTtl {
  -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;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pageTtl {
    gap: 26px;
    padding: 240px 0 104px;
  }
}

@media screen and (max-width: 768px) {
  .pageTtl {
    gap: 16px;
    padding: 160px 0 56px;
  }
}

.keyVisual .pageTtl {
  padding: 0;
}

.pageTtl .en {
  font-family: "Marcellus", "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .pageTtl .en {
    font-size: 64px;
  }
}

@media screen and (max-width: 768px) {
  .pageTtl .en {
    font-size: 48px;
  }
}

.pageTtl .ja {
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .pageTtl .ja {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .pageTtl .ja {
    font-size: 11px;
  }
}

.panoramaFigure {
  position: relative;
  z-index: 2;
}

.panoramaFigure__body {
  position: relative;
}

.panoramaFigure__inner {
  height: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
}

.panoramaFigure__inner::-webkit-scrollbar {
  display: none;
}

.panoramaFigure__inner .photo,
.panoramaFigure__inner .photo__inner,
.panoramaFigure__inner .photo__pic,
.panoramaFigure__inner .photo__image {
  display: block;
  height: 100%;
  max-width: unset;
  pointer-events: none;
  width: auto;
}

.panoramaFigure__capIn, .panoramaFigure__capOut {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: calc(18 / 10);
  position: absolute;
  z-index: 1;
}

.panoramaFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.panoramaFigure__capOut {
  padding: 5px 5px 0 0;
  right: 0;
  top: 100%;
}

.panoramaFigure__controller {
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .panoramaFigure__controller {
    gap: 10px;
    margin-top: 32px;
    width: 100%;
  }
}

.panoramaFigure__direction {
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .panoramaFigure__direction {
    cursor: pointer;
    width: 40px;
  }
}

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

.panoramaFigure__direction--back .generalArrow {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.parallaxPhoto {
  overflow: hidden;
  position: relative;
}

.parallaxPhoto:has(.photo--full) {
  width: 100%;
}

.parallaxPhoto:has(.photo--fit) {
  height: 100%;
}

.photo {
  position: relative;
}

.photo__capIn, .photo__capOut {
  font-size: 10px;
  line-height: calc(18 / 10);
  position: absolute;
}

.photo__capIn, .photo__capOut {
  position: absolute;
}

.photo__capIn {
  bottom: 5px;
  right: 5px;
}

.photo__capIn[data-color='label'] {
  bottom: 0;
  right: 0;
}

.photo__capOut {
  padding: 5px 5px 0 0;
  right: 0;
  top: 100%;
}

.photo__capOut[data-color='label'] {
  top: calc(100% + 10px);
}

.photo__pic {
  display: block;
}

.photo--full {
  width: 100%;
}

.photo--full .photo__image {
  width: 100%;
}

.photo--fit {
  height: 100%;
}

.photo--fit .photo__inner,
.photo--fit .photo__pic,
.photo--fit .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pinchInFigure {
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .pinchInFigure .figurePlot {
    left: auto;
    right: 10px;
  }
}

.pinchInFigure .figurePlot .svgIcon {
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 768px) {
  .pinchInFigure .figurePlot .svgIcon {
    width: 19.5px;
  }
}

.generalModal__inner .pinchInFigure {
  padding: 30px 0;
}

.relatedBox {
  position: relative;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .relatedBox {
    padding: 80px 29px;
  }
}

.relatedBox--pattern01 {
  background-color: #f4f4f4;
}

.sectIntro {
  -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;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sectIntro {
    gap: 56px;
  }
}

@media screen and (max-width: 768px) {
  .sectIntro {
    gap: 32px;
  }
}

.sectIntro__lead {
  line-height: 1.5;
  letter-spacing: .1em;
}

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

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

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

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

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

.bgLayer--texture01 .sectIntro {
  color: #ffffff;
}

.bgLayer--texture01 .sectIntro .heading {
  color: #beb098;
}

.sectVisual {
  width: calc(100vw - var(--scrollbar));
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .sectVisual {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1120px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .sectVisual {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sectVisual {
    margin-left: -40px;
  }
}

.sectVisual__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: blur(14px);
          filter: blur(14px);
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1.6s ease;
  transition: 1.6s ease;
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  will-change: filter,transform;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .sectVisual__inner {
    padding-bottom: calc(100 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .sectVisual__inner {
    padding-bottom: 32px;
  }
}

.sectVisual.sai-animate .sectVisual__inner {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.simpleBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bfbcb6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .simpleBtn {
    height: 60px;
    width: 258px;
  }
}

@media screen and (max-width: 768px) {
  .simpleBtn {
    height: 50px;
    width: 203.5px;
  }
}

@media screen and (min-width: 768px) {
  .simpleBtn:hover .t {
    -webkit-animation: txtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            animation: txtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .simpleBtn:hover .t {
    -webkit-animation: txtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            animation: txtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@media screen and (min-width: 768px) {
  .simpleBtn .t--blank {
    margin-left: 6px;
  }
}

@media screen and (max-width: 768px) {
  .simpleBtn .t--blank {
    margin-left: 6px;
  }
}

.simpleBtn .en,
.simpleBtn .ja {
  display: inline-block;
  position: relative;
}

.simpleBtn .en {
  font-family: "Marcellus", "Cormorant Garamond", serif;
  letter-spacing: 0;
  line-height: .9;
}

@media screen and (min-width: 768px) {
  .simpleBtn .en {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .simpleBtn .en {
    font-size: 20px;
  }
}

.simpleBtn .ja {
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .simpleBtn .ja {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .simpleBtn .ja {
    font-size: 14px;
  }
}

.simpleBtn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .simpleBtn .icon {
    left: calc(100% + 12px);
    width: 25px;
  }
}

@media screen and (max-width: 768px) {
  .simpleBtn .icon {
    left: calc(100% + 12px);
    width: 21px;
  }
}

.simpleBtn .icon .generalArrow {
  color: #bfbcb6;
}

.svgIcon {
  display: block;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transition-property: fill,stroke;
  transition-property: fill,stroke;
  width: 100%;
}

.swipeFigure {
  position: relative;
}

.swipeFigure[data-mode=''] .swipeFigure__inner {
  overflow-x: scroll;
  scrollbar-width: none;
}

.swipeFigure[data-mode=''] .swipeFigure__inner::-webkit-scrollbar {
  display: none;
}

.swipeFigure[data-mode=''] .photo,
.swipeFigure[data-mode=''] .photo__pic,
.swipeFigure[data-mode=''] .photo__image {
  height: 100%;
  max-width: unset;
  width: auto;
}

@media screen and (min-width: 768px) {
  .swipeFigure[data-mode='pc'] .swipeFigure__inner {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .swipeFigure[data-mode='pc'] .swipeFigure__inner::-webkit-scrollbar {
    display: none;
  }
  .swipeFigure[data-mode='pc'] .photo,
  .swipeFigure[data-mode='pc'] .photo__pic,
  .swipeFigure[data-mode='pc'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .swipeFigure[data-mode='sp'] .figurePlot {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure[data-mode='sp'] .swipeFigure__inner {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .swipeFigure[data-mode='sp'] .swipeFigure__inner::-webkit-scrollbar {
    display: none;
  }
  .swipeFigure[data-mode='sp'] .photo,
  .swipeFigure[data-mode='sp'] .photo__pic,
  .swipeFigure[data-mode='sp'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

.swipeFigure__body {
  position: relative;
}

.swipeFigure__inner {
  height: 100%;
  outline: none;
  position: relative;
}

.swipeFigure__capIn, .swipeFigure__capOut {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: calc(18 / 10);
  position: absolute;
  z-index: 1;
}

.swipeFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.swipeFigure__capIn[data-color='label'] {
  bottom: 0;
  right: 0;
}

.swipeFigure__capOut {
  padding-top: 10px;
  right: 0;
  top: 100%;
}

.swipeFigure .figurePlot .svgIcon {
  aspect-ratio: 22 / 28;
}

@media screen and (max-width: 768px) {
  .swipeFigure .figurePlot .svgIcon {
    width: 22px;
  }
}

.torikagoBlock {
  position: relative;
}

@media screen and (min-width: 768px) {
  .torikagoBlock {
    margin: 0 auto;
    width: 748px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail .torikagoBlock {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail .torikagoBlock {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail .torikagoBlock .torikagoBlock__inner {
    margin: 0 -28px;
    width: auto;
  }
}

.torikagoBlock__att {
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .torikagoBlock__att + .torikagoBlock__inner {
    margin-top: 16px;
  }
}

.torikagoBlock__inner {
  position: relative;
}

@media screen and (max-width: 768px) {
  .torikagoBlock__inner {
    margin-left: -40px;
    width: calc(100vw - var(--scrollbar));
  }
}

.torikagoBlock__figure {
  pointer-events: none;
}

.torikagoBlock__item {
  position: absolute;
  width: calc(81 / 748 * 100%);
}

.torikagoBlock__item--a {
  height: calc(558 / 779 * 100%);
  left: calc(462 / 748 * 100%);
  top: calc(34 / 779 * 100%);
}

.torikagoBlock__item--b {
  height: calc(558 / 779 * 100%);
  left: calc(633 / 748 * 100%);
  top: calc(34 / 779 * 100%);
}

.torikagoBlock__item--c {
  height: calc(48 / 779 * 100%);
  left: calc(633 / 748 * 100%);
  top: calc(595 / 779 * 100%);
}

.torikagoBlock__item--d1 {
  height: calc(558 / 779 * 100%);
  left: calc(377 / 748 * 100%);
  top: calc(34 / 779 * 100%);
}

.torikagoBlock__item--d2 {
  height: calc(558 / 779 * 100%);
  left: calc(292 / 748 * 100%);
  top: calc(34 / 779 * 100%);
  width: calc(83 / 748 * 100%);
}

.torikagoBlock__item--e {
  height: calc(558 / 779 * 100%);
  left: calc(207 / 748 * 100%);
  top: calc(34 / 779 * 100%);
  width: calc(83 / 748 * 100%);
}

.torikagoBlock__item--f1 {
  height: calc(353 / 779 * 100%);
  left: calc(547 / 748 * 100%);
  top: calc(238 / 779 * 100%);
  width: calc(82 / 748 * 100%);
}

.torikagoBlock__item--g {
  height: calc(48 / 779 * 100%);
  left: calc(547 / 748 * 100%);
  top: calc(595 / 779 * 100%);
  width: calc(82 / 748 * 100%);
}

.torikagoBlock__item--h1 {
  height: calc(303 / 779 * 100%);
  left: calc(122 / 748 * 100%);
  top: calc(238 / 779 * 100%);
  width: calc(83 / 748 * 100%);
}

.torikagoBlock__link {
  display: block;
  height: 100%;
  width: 100%;
}

.torikagoBlock__link.is-active {
  background: rgba(255, 255, 255, 0.4);
  mix-blend-mode: overlay;
  pointer-events: none;
}

.torikagoBlock__bottom {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .torikagoBlock__bottom {
    padding-right: 32px;
  }
}

.torikagoBlock__bottom .caption {
  text-align: right;
}

.torikagoBlock__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .torikagoBlock__note {
    font-size: 15px;
    gap: 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .torikagoBlock__note {
    font-size: 12px;
    gap: 12px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 10px -40px 0 -10px;
  }
}

.torikagoBlock__note .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .torikagoBlock__note .item {
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .torikagoBlock__note .item {
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .torikagoBlock__note .item:first-child {
    width: 100%;
  }
}

.torikagoBlock__note .icon {
  background-color: #a9a9a9;
  border: 1px solid #cdcdcd;
}

@media screen and (min-width: 768px) {
  .torikagoBlock__note .icon {
    height: 16px;
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .torikagoBlock__note .icon {
    height: 16px;
    width: 40px;
  }
}

.torikagoBlock__note .icon--1ldk {
  background-color: #546882;
}

.torikagoBlock__note .icon--2ldk {
  background-color: #837243;
}

.torikagoList {
  position: relative;
}

.torikagoList__att {
  line-height: 1.75;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  left: 0;
  letter-spacing: .05em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .torikagoList__body {
    margin: 0 -24px;
    overflow: scroll;
  }
}

.torikagoList__inner {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

.torikagoList__cont {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.torikagoList__item {
  height: calc(366 / 613 * 100%);
  pointer-events: auto;
  position: absolute;
  width: calc(75 / 886 * 100%);
}

.torikagoList__item--mr {
  height: calc(43 / 613 * 100%);
  left: calc(192 / 886 * 100%);
  top: calc(40 / 613 * 100%);
  width: calc(145 / 886 * 100%);
}

.torikagoList__item--a {
  left: calc(263 / 886 * 100%);
  top: calc(83 / 613 * 100%);
}

.torikagoList__item--c {
  left: calc(482 / 886 * 100%);
  top: calc(83 / 613 * 100%);
}

.torikagoList__item--g {
  height: calc(221 / 613 * 100%);
  left: calc(337 / 886 * 100%);
  top: calc(229 / 613 * 100%);
}

.torikagoList__item--i {
  left: calc(190 / 886 * 100%);
  top: calc(83 / 613 * 100%);
}

.torikagoList__link {
  display: block;
  height: 100%;
  width: 100%;
}

.txt {
  line-height: 2.2;
  letter-spacing: .05em;
}

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

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

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

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

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

.txt--small {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
}

.txt--small:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.txt--small:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

.txt--small:before, .txt--small:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

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

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

.txt .small {
  display: inline-block;
  line-height: 2.2;
}

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

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

.txt .caption {
  display: inline-block;
  line-height: 1.5;
}

.usableList__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usableList__note {
  margin-top: 10px;
  text-align: right;
}

.usageNote {
  margin-top: 10px;
}

.usageNote__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .usageNote__body {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__body {
    gap: 0 10px;
  }
}

.usageNote__item .icon {
  display: inline-block;
  margin-right: 5px;
}

.usageNote__item .icon--storage, .usageNote__item .icon--floor {
  aspect-ratio: 28 / 10;
}

@media screen and (min-width: 768px) {
  .usageNote__item .icon--storage, .usageNote__item .icon--floor {
    width: 28px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item .icon--storage, .usageNote__item .icon--floor {
    width: 28px;
  }
}

.usageNote__item .icon--wind, .usageNote__item .icon--light {
  aspect-ratio: 26 / 6;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .usageNote__item .icon--wind, .usageNote__item .icon--light {
    height: 6px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item .icon--wind, .usageNote__item .icon--light {
    height: 7px;
  }
}

.visualDescCard {
  position: relative;
}

.visualDescCard__bg .photo__capIn {
  z-index: 2;
}

.visualDescCard__desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .visualDescCard__desc {
    padding: 0 150px;
  }
}

@media screen and (max-width: 768px) {
  .visualDescCard__desc {
    padding: 0 45px;
  }
}

.zoomFigure {
  margin: 0 auto;
  position: relative;
}

.zoomFigure .figurePlot {
  background-color: rgba(51, 51, 51, 0.7);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 2s ease 4s;
  transition: opacity 2s ease 4s;
}

@media screen and (max-width: 768px) {
  .zoomFigure .figurePlot {
    width: 95px;
  }
}

.zoomFigure .figurePlot .svgIcon {
  aspect-ratio: 66 / 67;
  margin-left: -5px;
}

@media screen and (max-width: 768px) {
  .zoomFigure .figurePlot .svgIcon {
    width: 33px;
  }
}

.zoomFigure.sai-animate .figurePlot {
  opacity: 0;
}

.zoomFigure__wrap {
  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;
  gap: 2px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.zoomFigure__controller .btnSVG {
  display: block;
  fill: none;
  height: 100%;
  width: 100%;
}

.zoomFigure__btn {
  aspect-ratio: 1 / 1;
  background: #f4f4f4;
  border: 1px solid  #ccc7c2;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  width: 40px;
}

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

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

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

.zoomFigure .caption[data-color='sdw-wh'],
.zoomFigure .capIn[data-color='sdw-wh'],
.zoomFigure .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;
}

.zoomFigure .caption[data-color='sdw-bl'],
.zoomFigure .capIn[data-color='sdw-bl'],
.zoomFigure .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;
}

.zoomFigure__capIn, .zoomFigure__capOut {
  position: absolute;
}

.zoomFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.zoomFigure__capOut {
  padding-top: 5px;
  right: 10px;
  top: 100%;
}

.zoomFigure__inner {
  height: 100%;
  overflow: scroll;
  scrollbar-width: none;
}

.zoomFigure__inner::-webkit-scrollbar {
  display: none;
}

.zoomFigure__inner .photo__image {
  width: 100%;
}

.zoomFigure__inner .photo .caption,
.zoomFigure__inner .photo .capIn,
.zoomFigure__inner .photo .capOut {
  display: none;
}

@media screen and (max-width: 768px) {
  .zoomFigure[data-mode='pc'] .figurePlot,
  .zoomFigure[data-mode='pc'] .zoomFigure__controller {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .zoomFigure[data-mode='sp'] .figurePlot,
  .zoomFigure[data-mode='sp'] .zoomFigure__controller {
    display: none;
  }
}

/* COMPONENTS */
/* stylelint-disable */
:root {
  --scrollbar: 0px;
}

/* stylelint-enable */
</pre></body></html>