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

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 400;
  src: url("../../common/font/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 700;
  src: url("../../common/font/YakuHanJP-Bold.woff") format("woff");
}

@font-face {
  font-family: YakuHanMP;
  font-weight: 400;
  src: url("../../common/font/YakuHanMP-Regular.woff") format("woff");
}

@font-face {
  font-family: YakuHanMP;
  font-weight: 700;
  src: url("../../common/font/YakuHanMP-Bold.woff") format("woff");
}

body {
  background: #ffffff;
}

html,
body {
  overflow-x: clip;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

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

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

.currentPage {
  background: #ffffff;
  font-family: YakuHanMP, 'Shippori Mincho B1', YuMincho, 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #6b6a67;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .currentPage {
    min-width: 1200px;
    background: url("../imgs/pc/bg-content-01@1.5x.jpg") repeat-y top center/100% auto;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .currentPage {
    min-width: inherit;
  }
}

@media screen and (max-width: 768px) {
  .currentPage {
    background: url("../imgs/sp/bg-content-01.jpg") repeat-y top center/100% auto;
  }
}

.currentPage--sustainable {
  background-color: #fff;
  background-image: none;
}

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

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

.wrap {
  margin: 0 auto;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .wrap {
    padding: 0 20px;
    width: 100%;
  }
}

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

.caption,
.capIn,
.capOut {
  color: #999999;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

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

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

.caption[data-color='sdw-wh'],
.capIn[data-color='sdw-wh'],
.capOut[data-color='sdw-wh'] {
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px;
}

.caption[data-color='sdw-bl'],
.capIn[data-color='sdw-bl'],
.capOut[data-color='sdw-bl'] {
  color: #000000;
  text-shadow: #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
}

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

.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", "Shippori Mincho B1", "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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-sai][data-sai][data-sai-easing='linear'],
body[data-sai-easing='linear'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

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

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

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

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

[data-sai][data-sai][data-sai-easing='ease-in-back'],
body[data-sai-easing='ease-in-back'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sai][data-sai][data-sai-easing='ease-out-back'],
body[data-sai-easing='ease-out-back'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sai][data-sai][data-sai-easing='ease-in-out-back'],
body[data-sai-easing='ease-in-out-back'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sai][data-sai][data-sai-easing='ease-in-sine'],
body[data-sai-easing='ease-in-sine'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sai][data-sai][data-sai-easing='ease-out-sine'],
body[data-sai-easing='ease-out-sine'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sai][data-sai][data-sai-easing='ease-in-out-sine'],
body[data-sai-easing='ease-in-out-sine'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sai][data-sai][data-sai-easing='ease-in-quad'],
body[data-sai-easing='ease-in-quad'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sai][data-sai][data-sai-easing='ease-out-quad'],
body[data-sai-easing='ease-out-quad'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sai][data-sai][data-sai-easing='ease-in-out-quad'],
body[data-sai-easing='ease-in-out-quad'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sai][data-sai][data-sai-easing='ease-in-cubic'],
body[data-sai-easing='ease-in-cubic'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sai][data-sai][data-sai-easing='ease-out-cubic'],
body[data-sai-easing='ease-out-cubic'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sai][data-sai][data-sai-easing='ease-in-out-cubic'],
body[data-sai-easing='ease-in-out-cubic'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sai][data-sai][data-sai-easing='ease-in-quart'],
body[data-sai-easing='ease-in-quart'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sai][data-sai][data-sai-easing='ease-out-quart'],
body[data-sai-easing='ease-out-quart'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sai][data-sai][data-sai-easing='ease-in-out-quart'],
body[data-sai-easing='ease-in-out-quart'] [data-sai] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-sai='mask-fade-right'],
[data-sai='mask-fade-left'] {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-size: 400% 100%;
          mask-size: 400% 100%;
}

[data-sai='mask-fade-right'].sai-animate {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-transition: 3s cubic-bezier(0.43, 0.02, 0.05, 1) 0s !important;
  transition: 3s cubic-bezier(0.43, 0.02, 0.05, 1) 0s !important;
}

[data-sai='mask-fade-left'].sai-animate {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-transition: 3s cubic-bezier(0.43, 0.02, 0.05, 1) 0s !important;
  transition: 3s cubic-bezier(0.43, 0.02, 0.05, 1) 0s !important;
}

[data-sai='mask-fade-top'] {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 100%;
          mask-position: 100% 100%;
  -webkit-mask-size: 100% 400%;
          mask-size: 100% 400%;
}

[data-sai='mask-fade-top'].sai-animate {
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-transition: 3.5s cubic-bezier(0.43, 0.02, 0.05, 1) 0s !important;
  transition: 3.5s cubic-bezier(0.43, 0.02, 0.05, 1) 0s !important;
}

/* BASE */
/* LAYOUT */
.bottomArea {
  position: relative;
  z-index: 1;
}

.bottomArea:before {
  background: linear-gradient(135deg, rgba(51, 51, 49, 0.8), rgba(255, 255, 255, 0));
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bottomArea:after {
  background-color: #120f04;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

@media screen and (min-width: 768px) {
  .bottomArea {
    padding: 202px 0 77px;
  }
}

@media screen and (max-width: 768px) {
  .bottomArea {
    padding: calc(200 / 750 * 100vw) 0;
  }
}

.bottomArea__inner {
  margin: 0 auto;
  width: 100%;
}

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

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

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

@media screen and (max-width: 768px) {
  .bottomArea__cap {
    margin-top: calc(196 / 750 * 100vw);
  }
}

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

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

.contentMenu .mansionSymbol {
  position: absolute;
  top: 0;
  z-index: 99;
}

.contentMenu__bg {
  background-color: #c9cbcb;
  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,
.contentMenu .contentMenu-limited {
  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,
.contentMenu.is-visible .contentMenu-limited {
  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-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;
}

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

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

.site-theme-black .contentMenu-menu__line {
  background-color: #ffffff;
}

.contentMenu-inner {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .contentMenu-inner {
    padding: 170px 0 130px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-inner {
    padding: calc(240 / 750 * 100vw) 40px calc(208 / 750 * 100vw);
  }
}

.contentMenu-inner .petalAnimation {
  z-index: -1;
}

.contentMenu-inner__inner {
  margin: 0 auto;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .contentMenu-inner__inner {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .contentMenu-inner__inner {
    padding: 0 20px;
  }
}

.contentMenu-inner__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.contentMenu-inner__bg .pic {
  height: 100%;
  width: 100%;
}

.contentMenu-inner__bg .pic__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-listGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 57px 56px;
  }
}

.contentMenu-pageList {
  border-top: 2px solid rgba(51, 51, 49, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList {
    gap: 0 57px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList {
    gap: 15px;
  }
}

.contentMenu-pageList__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc((100% - 114px) / 3);
  }
}

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

.contentMenu-pageList__item.is-active .contentMenu-pageList__link {
  background-color: rgba(204, 202, 196, 0.2);
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__item:hover .contentMenu-pageList__link {
    background-color: rgba(204, 202, 196, 0.2);
  }
  .contentMenu-pageList__item:hover .contentMenu-pageList__link--flow {
    background-color: rgba(166, 150, 99, 0.4);
  }
}

.contentMenu-pageList__link {
  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;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 26px 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: calc(32 / 750 * 100vw) calc(16 / 750 * 100vw) calc(24 / 750 * 100vw) 0;
  }
}

.contentMenu-pageList__link:after {
  background-color: #c5ccc4;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.contentMenu-pageList__link .en {
  color: #333331;
  display: block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: 1;
}

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

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

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

@media screen and (max-width: 768px) {
  .contentMenu-pageList__link .en + .jp {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.contentMenu-pageList__link .jp {
  color: #999e98;
  display: block;
  line-height: 1.75;
}

.contentMenu-pageList__link .jp:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.contentMenu-pageList__link .jp:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

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

@media screen and (min-width: 768px) {
  .contentMenu-pageList__link .jp {
    font-size: 12px;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__link .jp {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: .01em;
  }
}

.contentMenu-pageList__link .arrowSVG {
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__link .arrowSVG {
    right: 17px;
    width: 9px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__link .arrowSVG {
    right: 0;
    width: calc(16 / 750 * 100vw);
  }
}

.contentMenu-pageList__link .arrowSVG__path {
  fill: #676b67;
}

.contentMenu-pageList__link--flow {
  background-color: rgba(166, 150, 99, 0.2);
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__link--small {
    height: auto;
    padding: 20px 0;
    width: 190px;
  }
}

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

@media screen and (max-width: 768px) {
  .contentMenu-pageList__link--small .en {
    font-size: calc(32 / 750 * 100vw);
  }
}

.contentMenu-pageList__link--small .jp {
  display: none;
}

.contentMenu-specialList {
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-specialList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 56px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 646px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-specialList {
    margin-top: calc(100 / 750 * 100vw);
  }
}

.contentMenu-specialList__item {
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .contentMenu-specialList__item:not(:first-child) {
    margin-top: calc(30 / 750 * 100vw);
  }
}

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

.contentMenu-specialList__item.is-off .contentMenu-dropdown .arrowSVG {
  display: none;
}

.contentMenu-specialList__item.is-off .contentMenu-dropdown__link {
  opacity: .4;
}

.contentMenu-specialList__item.is-off .contentMenu-dropdown__txt {
  opacity: .4;
}

.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__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 {
  height: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown:after {
    background-color: #c5ccc4;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
}

.contentMenu-dropdown .arrowSVG {
  height: auto;
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown .arrowSVG {
    right: 10px;
    top: 35px;
    width: 9px;
  }
}

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

.contentMenu-dropdown .arrowSVG__path {
  fill: #676b67;
}

.contentMenu-dropdown__head {
  position: relative;
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head {
    background-color: rgba(255, 255, 255, 0.5);
    padding: calc(48 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.contentMenu-dropdown__head .statusIcon {
  position: absolute;
  right: calc(23 / 750 * 100vw);
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

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

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head .statusIcon {
    height: calc(24 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
  }
  .contentMenu-dropdown__head .statusIcon:before, .contentMenu-dropdown__head .statusIcon:after {
    background-color: #666666;
    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: #313331;
  -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;
    padding: 15px 0;
    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: calc(24 / 750 * 100vw);
    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 (max-width: 768px) {
  .contentMenu-dropdown__body {
    background-color: rgba(255, 255, 255, 0.2);
    max-height: 0;
  }
}

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

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

@media screen and (min-width: 768px) {
  .contentMenu-dropdown__txt {
    font-size: 10px;
    padding-bottom: 16px;
    padding-right: 38px;
    line-height: 1.6;
  }
  .contentMenu-dropdown__txt:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .contentMenu-dropdown__txt:after {
    margin-bottom: calc((1 - 1.6) * .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: 9px;
    padding: 12.5px;
    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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .contentMenu-subNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 296px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-subNav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(20 / 750 * 100vw) calc(78 / 750 * 100vw);
    margin-top: calc(64 / 750 * 100vw);
  }
}

.contentMenu-subNav__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #313331;
  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: .1em;
    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: calc(20 / 750 * 100vw);
    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 {
  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: calc(24 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
  }
}

.contentMenu-subNav .svgIcon__path {
  fill: #999e98;
}

@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: #333333;
    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: #666666;
    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: #333333;
  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: #333333;
    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-limited {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contentMenu-limited {
    background: url("../imgs/pc/bg-dark-01@1.5x.jpg") repeat-y top center/100% auto;
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-limited {
    background: url("../imgs/sp/bg-dark-01.jpg") repeat-y top center/100% auto;
    padding: calc(100 / 750 * 100vw) 0 calc(124 / 750 * 100vw);
  }
}

.contentMenu-limited__inner {
  margin: 0 auto;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .contentMenu-limited__inner {
    padding: 0 20px;
    width: 100%;
  }
}

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

@media screen and (min-width: 768px) {
  .contentMenu-limited__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.contentMenu-limited__txt {
  letter-spacing: .15em;
  line-height: 1.54545;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .contentMenu-limited__txt + .cvBtn {
    margin-top: calc(32 / 750 * 100vw);
  }
}

.contentMenu-external {
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-external {
    padding: 60px 0 124px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-external {
    padding: calc(137 / 750 * 100vw) 0 calc(225 / 750 * 100vw);
  }
}

.contentMenu-external__inner {
  margin: 0 auto;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .contentMenu-external__inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-external__inner {
    -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;
  }
}

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

@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 #999999;
  color: #333333;
  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: #666666;
  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: #676b67;
  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: #666666;
  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: #333333;
  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 {
  position: relative;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .cvMenu-bnrArea {
    padding: calc(394 / 750 * 100vw) 0 calc(230 / 750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .cvMenu-bnrArea__inner {
    padding: 0 40px;
  }
}

.cvMenu-bnrArea__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.cvMenu-bnrArea__bg .pic {
  height: 100%;
  width: 100%;
}

.cvMenu-bnrArea__bg .pic__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--main {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--main .cvMenu-bnr {
    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;
    width: 300px;
  }
}

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

.cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn__link .svgIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

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

@media screen and (max-width: 768px) {
  .cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn__link .svgIcon {
    left: 26.5px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--tel {
    margin-top: 60px;
    padding-top: 50px;
    position: relative;
  }
  .cvMenu-bnrGroup--tel:before {
    background-color: #c5c5c5;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .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;
  }
  .cvMenu-bnrGroup--tel .cvMenu-bnr__txt {
    color: #666666;
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: .15em;
  }
}

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

@media screen and (min-width: 768px) and (min-width: 768px) {
  .cvMenu-bnrGroup--tel .cvMenu-bnr .cvMenu-btn__schedule {
    text-align: center;
  }
}

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

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

.cvMenu-bnr__txt {
  color: #333333;
  letter-spacing: .15em;
}

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

@media screen and (max-width: 768px) {
  .cvMenu-bnr__txt {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.54545;
  }
  .cvMenu-bnr__txt:before {
    content: '';
    margin-top: calc((1 - 1.54545) * .5em);
  }
  .cvMenu-bnr__txt:after {
    margin-bottom: calc((1 - 1.54545) * .5em);
  }
  .cvMenu-bnr__txt:before, .cvMenu-bnr__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-bnr__txt + .cvMenu-btn {
    margin-top: calc(34 / 750 * 100vw);
  }
}

.cvMenu-btn {
  width: 100%;
}

.cvMenu-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  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) {
  .cvMenu-btn__link {
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 1.75;
  }
  .cvMenu-btn__link:before {
    content: '';
    margin-top: calc((1 - 1.75) * .5em);
  }
  .cvMenu-btn__link:after {
    margin-bottom: calc((1 - 1.75) * .5em);
  }
  .cvMenu-btn__link:before, .cvMenu-btn__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .cvMenu-btn__link:hover {
    opacity: .7;
  }
}

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

.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: 12px;
    width: 16px;
  }
}

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

@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--tel {
  display: block;
  height: auto;
  width: auto;
}

.cvMenu-btn--tel .cvMenu-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__link {
    background: none;
    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 {
    background: rgba(12, 17, 11, 0.5);
    border: 1px solid rgba(241, 245, 240, 0.3);
    color: #ffffff;
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: .15em;
  }
}

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

@media screen and (min-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__schedule {
    line-height: 1.6;
    font-size: 11px;
    margin-top: 5px;
  }
  .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: 10px;
    margin-top: 20px;
    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;
  }
}

.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:before {
  color: #ffffff;
  content: '＞';
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0.6, 1) translate(0, -50%);
          transform: scale(0.6, 1) translate(0, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .bottomCV-btn:before {
    font-size: 14px;
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .bottomCV-btn:before {
    font-size: 9px;
    right: 15px;
  }
}

.bottomCV-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  border: 1px solid #666666;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .15em;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

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

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

.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: #cccccc;
}

@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;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .11em;
  line-height: .75;
}

@media screen and (min-width: 768px) {
  .footer-contact__tel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 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: #cccccc;
  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: #eb6877;
  letter-spacing: .15em;
}

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

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

.footer-contact__intro {
  display: block;
}

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

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

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

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

.footer-landline__txt {
  color: #999999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bnrSumaiGallery {
  display: block;
}

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

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

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

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

@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: #cccccc;
    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: #cccccc;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

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

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

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

@media screen and (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 #cccccc;
    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;
  visibility: hidden;
}

.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 25px 15px 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: calc(30 / 750 * 100vw);
  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;
  }
}

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

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

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

.pageDirection {
  background-color: #120f04;
}

.pageDirection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .pageDirection__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 34px 0;
    width: 100%;
  }
  .pageDirection__inner:before {
    background-color: #6b6a67;
    content: '';
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.pageDirection__arrow {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

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

@media screen and (max-width: 768px) {
  .pageDirection__arrow {
    width: calc(16 / 750 * 100vw);
  }
}

.pageDirection__arrow .arrowSVG {
  height: auto;
  width: 100%;
}

.pageDirection__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  position: relative;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .pageDirection__link {
    gap: calc(38 / 750 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: calc(52 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

.pageDirection__link .en {
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

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

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

@media screen and (min-width: 768px) {
  .pageDirection__link:hover .en {
    -webkit-transform: translateZ(100px);
            transform: translateZ(100px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .pageDirection__link:hover .en {
    -webkit-transform: translateZ(100px);
            transform: translateZ(100px);
  }
}

.pageDirection__link--previous {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.pageDirection__link--previous .pageDirection__arrow .arrowSVG {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .pageDirection__link--previous:before {
    background-color: #6b6a67;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .pageDirection__link--previous:hover {
    -webkit-perspective-origin: right center;
            perspective-origin: right center;
  }
  .pageDirection__link--previous:hover .pageDirection__arrow {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .pageDirection__link--previous:hover {
    -webkit-perspective-origin: right center;
            perspective-origin: right center;
  }
  .pageDirection__link--previous:hover .pageDirection__arrow {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

.pageDirection__link--next {
  -webkit-perspective-origin: left center;
          perspective-origin: left center;
}

@media screen and (max-width: 768px) {
  .pageDirection__link--next {
    gap: calc(42 / 750 * 100vw);
    padding: calc(76 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

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

@media screen and (min-width: 768px) {
  .pageDirection__link--next:hover .pageDirection__arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .pageDirection__link--next:hover .pageDirection__arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

/* LAYOUT */
/* VENDOR */
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@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-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.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(0px - (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;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.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: 50%;
  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:only-child {
  display: none !important;
}

.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%;
  opacity: .6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

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

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@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-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

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

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

.bgLayer:after {
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .bgLayer:after {
    width: calc(100% + 40px);
  }
}

.bgLayer--lightgray:after {
  background-color: rgba(204, 202, 196, 0.2);
}

@media screen and (min-width: 768px) {
  .bgLayer--sky:after {
    background: url("../imgs/pc/bg-sky-01@1.5x.jpg") repeat-y top center/100% auto;
  }
}

@media screen and (max-width: 768px) {
  .bgLayer--sky:after {
    background: url("../imgs/sp/bg-sky-01.jpg") repeat-y top center/100% auto;
    height: 110%;
  }
}

@media screen and (min-width: 768px) {
  .bgLayer--marble:after {
    background: url("../imgs/pc/bg-marble-01@1.5x.jpg") repeat-y top center/100% auto;
  }
}

@media screen and (max-width: 768px) {
  .bgLayer--marble:after {
    background: url("../imgs/sp/bg-marble-01.jpg") repeat-y top center/100% auto;
  }
}

@media screen and (min-width: 768px) {
  .bgLayer--haze:after {
    background: url("../imgs/pc/bg-haze-01@1.5x.jpg") repeat-y top center/100% auto;
  }
}

@media screen and (max-width: 768px) {
  .bgLayer--haze:after {
    background: url("../imgs/sp/bg-haze-01.jpg") repeat-y top center/100% auto;
  }
}

.bgLayer--white:after {
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
}

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

.bgLayer--dark .heading {
  color: #ffffff;
}

.bgLayer--dark .txt {
  color: #ffffff;
}

.bgLayer--dark .txt--small {
  color: #cccac4;
}

.bgLayer--dark .enTtl {
  color: #cccac4;
}

.bgLayer--dark .enTtl:before {
  background-color: rgba(204, 202, 196, 0.3);
}

.bgLayer--dark .featureCard {
  background-color: rgba(51, 51, 49, 0.6);
}

.bgLayer--dark .pageTtl {
  color: #a7a08a;
}

.bgLayer--dark .pageTtl:before, .bgLayer--dark .pageTtl:after {
  background-color: #a7a08a;
}

@media screen and (min-width: 768px) {
  .bgLayer--dark:after {
    background: url("../imgs/pc/bg-dark-01@1.5x.jpg") repeat-y top center/100% auto;
  }
}

@media screen and (max-width: 768px) {
  .bgLayer--dark:after {
    background: url("../imgs/sp/bg-dark-01.jpg") repeat-y top center/100% auto;
  }
}

.bgLayer--gradient:after {
  height: 110%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10vw, #000000), color-stop(#000000), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000000 10vw, #000000 calc(100% - 10vw), transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10vw, #000000), color-stop(#000000), to(transparent));
          mask-image: linear-gradient(to bottom, transparent 0%, #000000 10vw, #000000 calc(100% - 10vw), transparent 100%);
}

.bgLayer--gradient.sai-init:after {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
}

.bgLayer--gradient.sai-animate:after {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .bgLayer--gradientPC:after {
    height: 110%;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10vw, #000000), color-stop(#000000), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000000 10vw, #000000 calc(100% - 10vw), transparent 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10vw, #000000), color-stop(#000000), to(transparent));
            mask-image: linear-gradient(to bottom, transparent 0%, #000000 10vw, #000000 calc(100% - 10vw), transparent 100%);
  }
  .bgLayer--gradientPC.sai-init:after {
    opacity: 0;
    -webkit-transition: opacity 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out;
  }
  .bgLayer--gradientPC.sai-animate:after {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .bgLayer--gradientSP:after {
    height: 110%;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10vw, #000000), color-stop(#000000), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000000 10vw, #000000 calc(100% - 10vw), transparent 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10vw, #000000), color-stop(#000000), to(transparent));
            mask-image: linear-gradient(to bottom, transparent 0%, #000000 10vw, #000000 calc(100% - 10vw), transparent 100%);
  }
  .bgLayer--gradientSP.sai-init:after {
    opacity: 0;
    -webkit-transition: opacity 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out;
  }
  .bgLayer--gradientSP.sai-animate:after {
    opacity: 1;
  }
}

.bgLayer--priority {
  z-index: 2;
}

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

.contentsArea__ttl {
  color: #cccac4;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: .8;
  text-align: center;
}

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

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

@media screen and (min-width: 768px) {
  .contentsArea__head + .contentsArea__cont {
    margin-top: 61px;
  }
}

@media screen and (max-width: 768px) {
  .contentsArea__head + .contentsArea__cont {
    margin-top: calc(83 / 750 * 100vw);
  }
}

.contentsCard {
  display: block;
  position: relative;
  z-index: 1;
}

.contentsCard__ttl {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

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

@media screen and (max-width: 768px) {
  .contentsCard__ttl {
    left: calc(48 / 750 * 100vw);
  }
}

.contentsCard__ttl .jp {
  display: block;
  letter-spacing: .3em;
  line-height: 1.5;
}

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

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

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

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

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

.contentsCard__ttl .en {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: .8;
}

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

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

@media screen and (min-width: 768px) {
  .contentsCard__ttl .en + .jp {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .contentsCard__ttl .en + .jp {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.contentsCard__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .contentsCard__arrow {
    right: 26px;
    width: 8px;
  }
}

@media screen and (max-width: 768px) {
  .contentsCard__arrow {
    right: calc(30 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
  }
}

.contentsCard__arrow .arrowSVG {
  height: auto;
  width: 100%;
}

.contentsCard__bg {
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  position: relative;
  z-index: 1;
}

.contentsCard__bg .photo {
  overflow: hidden;
}

.contentsCard__bg .photo__pic, .contentsCard__bg .photo__image {
  height: 100%;
  width: 100%;
}

.contentsCard__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-filter .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: -webkit-filter .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: filter .8s ease-in-out, transform .8s ease-in-out;
  transition: filter .8s ease-in-out, transform .8s ease-in-out, -webkit-filter .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

@media screen and (min-width: 768px) {
  .contentsCard:hover .contentsCard__bg .photo__image {
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .contentsCard:hover .contentsCard__bg .photo__image {
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media screen and (min-width: 768px) {
  .contentsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 56px;
  }
}

@media screen and (min-width: 768px) {
  .contentsList__item {
    width: calc(50% - 28px);
  }
}

@media screen and (max-width: 768px) {
  .contentsList__item:not(:first-child) {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.contentSubList {
  border-top: 1px solid rgba(245, 243, 235, 0.5);
}

@media screen and (min-width: 768px) {
  .contentSubList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
    margin-top: 80px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .contentSubList {
    margin-top: calc(80 / 750 * 100vw);
    padding-top: calc(4 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .contentSubList__item {
    width: calc((100% - 112px) / 3);
  }
}

.contentSubList__link {
  -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;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .contentSubList__link {
    padding: calc(48 / 750 * 100vw) 0;
  }
}

.contentSubList__link:after {
  background-color: #6b6a67;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .contentSubList__arrow {
    width: calc(16 / 750 * 100vw);
  }
}

.contentSubList__arrow .arrowSVG {
  height: auto;
  width: 100%;
}

.contentSubList__ttl {
  color: #ffffff;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: .8;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .cvArea {
    background: url("../imgs/pc/bg-cv-01@1.5x.jpg") no-repeat center center/cover;
    padding: 165px 0 184px;
  }
}

@media screen and (max-width: 768px) {
  .cvArea {
    background: url("../imgs/sp/bg-cv-01.jpg") no-repeat center center/cover;
    padding: calc(200 / 750 * 100vw) 0;
  }
}

.cvArea__inner {
  margin: 0 auto;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .cvArea__inner {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .cvArea__inner {
    padding: 0 20px;
  }
}

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

.cvArea__ttl {
  color: #333331;
  letter-spacing: .26em;
  text-align: center;
}

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

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

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

@media screen and (max-width: 768px) {
  .cvArea__btn {
    margin-top: calc(83 / 750 * 100vw);
  }
}

.cvBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a69663;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  color: #333331;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-box-shadow .8s ease-in-out;
  transition: -webkit-box-shadow .8s ease-in-out;
  transition: box-shadow .8s ease-in-out;
  transition: box-shadow .8s ease-in-out, -webkit-box-shadow .8s ease-in-out;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cvBtn {
    height: 150px;
    padding: 30px 30px 30px 56px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn {
    height: 100px;
    padding: calc(60 / 750 * 100vw) calc(39 / 750 * 100vw) calc(60 / 750 * 100vw) calc(56 / 750 * 100vw);
  }
}

.cvBtn:before {
  background: linear-gradient(45deg, white, rgba(255, 255, 255, 0));
  background-size: 150%;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: soft-light;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.cvBtn:after {
  background: linear-gradient(250deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 0.4) 85%, rgba(255, 255, 255, 0.2) 100%);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: soft-light;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .8s ease-in-out;
  transition: opacity .8s ease-in-out;
  width: 100%;
  z-index: -1;
}

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

@media screen and (min-width: 768px) {
  .cvBtn__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

@media screen and (max-width: 768px) {
  .cvBtn__icon {
    width: calc(42 / 750 * 100vw);
  }
}

.cvBtn__icon img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cvBtn__icon--small {
    width: calc(53 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .cvBtn__icon--small .cvBtn__icon--reserve {
    width: 29px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn__icon--small .cvBtn__icon--reserve {
    width: calc(62 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .cvBtn__ttl {
    margin-left: 23px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn__ttl {
    margin-left: calc(40 / 750 * 100vw);
  }
}

.cvBtn__ttl .jp {
  letter-spacing: .3em;
}

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

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

.cvBtn__ttl .en {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: .8;
}

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

@media screen and (max-width: 768px) {
  .cvBtn__ttl .en {
    display: block;
    font-size: calc(56 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .cvBtn__ttl .en + .jp {
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn__ttl .en + .jp {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.cvBtn__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
  z-index: 2;
}

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

@media screen and (max-width: 768px) {
  .cvBtn__arrow {
    right: calc(30 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
  }
}

.cvBtn__arrow .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvBtn:hover {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  }
  .cvBtn:hover:after {
    opacity: 1;
  }
  .cvBtn:hover .cvBtn__arrow {
    -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn:hover {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  }
  .cvBtn:hover:after {
    opacity: 1;
  }
  .cvBtn:hover .cvBtn__arrow {
    -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px);
  }
}

@media screen and (min-width: 768px) {
  .cvBtn--small {
    height: 80px;
    padding: 20px 30px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn--small {
    height: calc(180 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(62 / 750 * 100vw);
  }
}

.cvBtn--small .cvBtn__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .cvBtn--small .cvBtn__ttl {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn--small .cvBtn__ttl {
    margin-left: calc(68 / 750 * 100vw);
  }
}

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

@media screen and (min-width: 768px) {
  .cvBtn--small .cvBtn__ttl .en + .jp {
    margin-left: 0;
    margin-top: 10px;
  }
}

.cvBtn--small .cvBtn__ttl .jp {
  letter-spacing: .1em;
}

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

@media screen and (min-width: 768px) {
  .cvBtn--small .cvBtn__arrow {
    right: 20px;
  }
}

.cvBtn--reserve {
  background-color: #9e9d98;
}

.cvBtn--limited {
  background-color: #252218;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .cvBtn--limited {
    height: auto;
    padding: 30px;
  }
}

@media screen and (min-width: 768px) {
  .cvBtn--limited .cvBtn__icon {
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn--limited .cvBtn__icon {
    width: calc(22 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .cvBtn--limited .cvBtn__ttl {
    margin-left: 44px;
  }
}

.cvBtn--limited .cvBtn__ttl .en {
  letter-spacing: .1em;
}

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

@media screen and (max-width: 768px) {
  .cvBtn--limited .cvBtn__ttl .en {
    font-size: calc(56 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .cvBtn--limited .cvBtn__ttl .jp {
    font-size: 12px;
    letter-spacing: .1em;
  }
}

@media screen and (min-width: 768px) {
  .cvBtn--limited .cvBtn__arrow {
    right: 20px;
  }
}

.cvBtn--limited .cvBtn__arrow .arrowSVG__path {
  fill: #ffffff;
}

.cvBtn--login {
  background-color: #252218;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .cvBtn--login {
    height: auto;
    padding: 15px 40px;
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn--login {
    height: calc(120 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(58 / 750 * 100vw);
    width: calc(487 / 750 * 100vw);
  }
}

.cvBtn--login .cvBtn__inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvBtn--login .cvBtn__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .cvBtn--login .cvBtn__icon {
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn--login .cvBtn__icon {
    width: calc(22 / 750 * 100vw);
  }
}

.cvBtn--login .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--login .cvBtn__ttl {
    gap: 8px;
    margin-left: 59px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn--login .cvBtn__ttl {
    gap: calc(16 / 750 * 100vw);
    margin-left: calc(97 / 750 * 100vw);
  }
}

.cvBtn--login .cvBtn__ttl .en {
  letter-spacing: .1em;
}

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

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

@media screen and (min-width: 768px) {
  .cvBtn--login .cvBtn__ttl .en + .jp {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn--login .cvBtn__ttl .en + .jp {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .cvBtn--login .cvBtn__ttl .jp {
    font-size: 12px;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn--login .cvBtn__ttl .jp {
    font-size: calc(24 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .cvBtn--login .cvBtn__arrow {
    right: 20px;
  }
}

.cvBtn--login .cvBtn__arrow .arrowSVG__path {
  fill: #ffffff;
}

.cvBtn--member {
  background-color: #666255;
  color: #ffffff;
}

.cvBtn--member .cvBtn__arrow .arrowSVG__path {
  fill: #ffffff;
}

@media screen and (min-width: 768px) {
  .cvBtn--flow {
    height: 115px;
    padding: 30px 56px;
    width: 472px;
  }
}

.cvBtn--flow .cvBtn__ttl {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .cvBtn--flow .cvBtn__ttl .jp {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn--flow .cvBtn__ttl .jp {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .cvBtn--flow .cvBtn__arrow {
    right: 56px;
  }
}

.cvBtn--report {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .cvBtn--report {
    height: 100px;
    padding: 42px;
    width: 472px;
  }
}

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

.cvBtn--report .cvBtn__ttl {
  margin-left: 0;
}

.descriptionCard__head .photo__image {
  width: 100%;
}

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

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

.enTtl {
  color: #6b6a67;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .enTtl {
    display: inline-block;
    height: 100%;
    padding-right: 15px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .enTtl {
    display: block;
    padding-bottom: 15px;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .enTtl {
    padding-bottom: calc(30 / 750 * 100vw);
  }
}

.enTtl:before {
  background-color: rgba(51, 51, 49, 0.3);
  content: '';
  display: block;
  position: absolute;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

@media screen and (min-width: 768px) {
  .enTtl:before {
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    width: 5px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .enTtl:before {
    bottom: 0;
    height: 4px;
    left: 0;
    top: auto;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .enTtl:before {
    bottom: 0;
    height: 4px;
    left: -40px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    width: calc(100% + 40px);
  }
}

.enTtl .inner {
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .enTtl .inner {
    font-size: 16px;
    -webkit-writing-mode: sideways-rl;
        -ms-writing-mode: sideways-rl;
            writing-mode: sideways-rl;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .enTtl .inner {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

@media screen and (min-width: 768px) {
  .enTtl.sai-animate:before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .enTtl.sai-animate:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media screen and (max-width: 768px) {
  .enTtl.sai-animate:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.featureCard {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 10px 10px rgba(12, 17, 11, 0.1);
          box-shadow: 0 10px 10px rgba(12, 17, 11, 0.1);
}

@media screen and (min-width: 768px) {
  .featureCard {
    padding: 64px 100px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .featureCard {
    padding: calc(64 / 1440 * 100vw) calc(100 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .featureCard {
    padding: calc(56 / 750 * 100vw);
  }
}

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

.figurePlot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(241, 245, 240, 0.8);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .figurePlot {
    left: calc(12 / 750 * 100vw);
    top: calc(20 / 750 * 100vw);
    width: calc(100 / 750 * 100vw);
  }
}

.generalArrow {
  aspect-ratio: 7 / 8;
}

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

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

.generalArrow .svgIcon {
  display: block;
  -webkit-transition: fill .4s ease, stroke .4s ease;
  transition: fill .4s ease, stroke .4s ease;
}

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

.generalBnr__link {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .generalBnr__link:hover .generalBnr__bg .photo__image {
    opacity: .8;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBnr__link:hover .generalBnr__bg .photo__image {
    opacity: .8;
  }
}

.generalBnr__bg .photo__image {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.generalBnr--shadow {
  -webkit-box-shadow: 10px 10px 50px 0 rgba(7, 0, 2, 0.3);
          box-shadow: 10px 10px 50px 0 rgba(7, 0, 2, 0.3);
}

.generalBtn {
  -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;
  width: 100%;
  z-index: 1;
}

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

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

.generalBtn:after {
  background-color: rgba(204, 202, 196, 0.5);
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  width: 100%;
}

.generalBtn__txt {
  color: #333331;
  letter-spacing: .1em;
  line-height: 1.5;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .generalBtn__arrow {
    width: calc(16 / 750 * 100vw);
  }
}

.generalBtn__arrow .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}

.generalBtn__arrow .arrowSVG__path {
  fill: #6b6a67;
}

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

@media screen and (max-width: 768px) {
  .generalBtn__blank {
    width: calc(26 / 750 * 100vw);
  }
}

.generalBtn__blank .blankSVG {
  display: block;
  height: auto;
  width: 100%;
}

.generalBtn__blank .blankSVG__path {
  fill: #6b6a67;
}

@media screen and (min-width: 768px) {
  .generalBtn:hover:after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn:hover:after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

.generalBtn--back:after {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.generalBtn--back .generalBtn__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .generalBtn--back:hover:after {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn--back:hover:after {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.generalModal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", 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: opacity .9s;
  transition: opacity .9s;
  width: 100vw;
  z-index: 99999;
}

@media screen and (max-width: 768px) {
  .generalModal {
    padding-bottom: 60px;
    -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;
  }
}

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

.generalModal__cont {
  margin: auto;
  position: relative;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .generalModal__cont {
    width: calc(695 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .generalModal__cont {
    width: 300px;
  }
}

.generalModal__inner {
  background-color: #ffffff;
  overflow-y: auto;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .generalModal__inner {
    max-height: calc(100vh - 160px);
    padding: 20px;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .generalModal__inner {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .generalModal__inner:has(.movieFrame) {
    background-color: initial;
  }
}

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

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

.generalModal__close {
  aspect-ratio: 1 / 1;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

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

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

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

@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% - 80px);
  }
}

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

.generalModal--noBg {
  color: #ffffff;
}

.generalModal--noBg .heading {
  color: #ffffff;
}

.generalModal--noBg .txt,
.generalModal--noBg .caption {
  color: #cccac4;
}

.generalModal--noBg .generalModal__inner {
  background-color: initial;
  padding: 0;
}

.generalModal--noBg .generalModal__close {
  aspect-ratio: initial;
  color: #cccac4;
  font-family: "Cormorant Infant", serif;
  line-height: .7;
  white-space: nowrap;
  width: auto;
}

@media screen and (min-width: 768px) {
  .generalModal--noBg .generalModal__close {
    font-size: 16px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .generalModal--noBg .generalModal__close {
    font-size: calc(30 / 750 * 100vw);
    padding-right: calc(100 / 750 * 100vw);
  }
}

.generalModal--noBg .generalModal__close:before, .generalModal--noBg .generalModal__close:after {
  background-color: #cccac4;
  left: auto;
}

@media screen and (min-width: 768px) {
  .generalModal--noBg .generalModal__close:before, .generalModal--noBg .generalModal__close:after {
    right: 0;
    width: 16px;
  }
}

@media screen and (max-width: 768px) {
  .generalModal--noBg .generalModal__close:before, .generalModal--noBg .generalModal__close:after {
    right: calc(40 / 750 * 100vw);
    width: calc(30 / 750 * 100vw);
  }
}

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

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

@media screen and (min-width: 768px) {
  .generalModal--card .generalModal__cont {
    max-width: calc(666 / 1440 * 100vw);
    width: 666px;
  }
}

.generalModal--card .generalModal__inner {
  background-color: initial;
}

@media screen and (min-width: 768px) {
  .generalModal--card .generalModal__inner {
    margin: 0 auto;
    max-height: calc(100vh - 160px);
    max-width: calc(666 / 1440 * 100vw);
    min-height: 200px;
    overflow-y: auto;
    width: 666px;
  }
}

@media screen and (max-width: 768px) {
  .generalModal--card .generalModal__inner .descriptionCard__cont {
    padding: 0 calc(52 / 750 * 100vw);
  }
}

.generalModal.is-active .generalModal__cont {
  width: 1200px;
}

@media only screen and (max-width: 1200px) {
  .generalModal .movieFrame {
    height: calc(708.75vw / 1200 * 100);
    width: 100vw;
  }
}

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

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

.generalSlider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .generalSlider .swiper-pagination {
    gap: calc(16 / 750 * 100vw);
  }
}

.generalSlider .swiper-pagination-bullet {
  aspect-ratio: 1 / 1;
  background-color: #cccac4;
  border-radius: 0;
  opacity: 1;
}

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

@media screen and (max-width: 768px) {
  .generalSlider .swiper-pagination-bullet {
    height: calc(10 / 750 * 100vw);
    width: calc(10 / 750 * 100vw);
  }
}

.generalSlider .swiper-pagination-bullet-active {
  background-color: #6b6a67;
}

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

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

@media screen and (max-width: 768px) {
  .generalSlider__controller {
    margin-top: calc(56 / 750 * 100vw);
  }
}

.generalSlider__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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__dir {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .generalSlider__dir {
    width: calc(80 / 750 * 100vw);
  }
}

.generalSlider__dir .svgIcon {
  display: block;
}

@media screen and (min-width: 768px) {
  .swiper-pagination + .generalSlider__dir {
    margin-left: 32px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-pagination + .generalSlider__dir {
    margin-left: calc(40 / 750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .generalSlider__dir + .generalSlider__dir {
    margin-left: calc(10 / 750 * 100vw);
  }
}

.generalSlider--disableMode .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

@media screen and (max-width: 768px) {
  .generalTab__head {
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.generalTab__head:after {
  background-color: rgba(102, 102, 102, 0.1);
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

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

@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__cont {
  background-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: calc(120 / 750 * 100vw) 0;
  }
}

.generalTab__cont.is-active {
  display: block;
}

.generalTabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .generalTabList {
    gap: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .generalTabList {
    gap: 0 1px;
  }
}

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

@media screen and (min-width: 768px) {
  .generalTabList__item {
    height: 100px;
    width: calc((100% - 30px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .generalTabList__item {
    height: calc(152 / 750 * 100vw);
    width: calc((100% - 2px) / 3);
  }
}

.generalTabList__item:before {
  background-color: #cccccc;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
}

@media screen and (min-width: 768px) {
  .generalTabList__item:before {
    height: calc(100% - 60px);
    left: -7px;
  }
}

@media screen and (max-width: 768px) {
  .generalTabList__item:before {
    height: calc(100% - 30px);
    left: -1px;
  }
}

.generalTabList__item:nth-child(3n + 1):before {
  content: none;
}

.generalTabList__btn {
  -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;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .6s ease-in-out,-webkit-box-shadow .6s ease-in-out;
  transition: background-color .6s ease-in-out,-webkit-box-shadow .6s ease-in-out;
  transition: background-color .6s ease-in-out,box-shadow .6s ease-in-out;
  transition: background-color .6s ease-in-out,box-shadow .6s ease-in-out,-webkit-box-shadow .6s ease-in-out;
  width: 100%;
  z-index: 1;
}

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

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

.generalTabList__btn .inner {
  line-height: 1.5;
  letter-spacing: .15em;
}

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

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

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

@media screen and (min-width: 768px) {
  .generalTabList__btn .inner {
    font-size: 16px;
  }
}

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

.generalTabList__btn .arrowSVG {
  height: auto;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .generalTabList__btn .arrowSVG {
    bottom: 24px;
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  .generalTabList__btn .arrowSVG {
    bottom: 15px;
    width: 11px;
  }
}

.generalTabList__btn .arrowSVG__path {
  fill: #333333;
}

.generalTabList__btn.is-active {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .generalTabList__btn:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalTabList__btn:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
}

.heading {
  color: #333331;
  letter-spacing: .2em;
}

.heading .caption {
  display: block;
  line-height: 1;
  margin-top: .5em;
}

.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: 28px;
  }
}

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

@media screen and (min-width: 768px) {
  .heading--large .small {
    font-size: 24px;
  }
}

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

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

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

.heading--default {
  line-height: 1.5;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .heading--default .small {
    font-size: 16px;
  }
}

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

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

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

.heading--small {
  letter-spacing: .2em;
  line-height: 1.5;
}

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

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

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

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

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

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

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

.heading--line {
  color: #a69663;
  letter-spacing: .1em;
  line-height: 1.5;
  padding-bottom: .5em;
  padding-left: 1.25em;
  position: relative;
  z-index: 1;
}

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

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

.heading--line:before {
  aspect-ratio: 1 / 1;
  background-color: #a69663;
  content: '';
  display: block;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: .625em;
}

@media screen and (min-width: 768px) {
  .heading--line:before {
    height: 8px;
    width: 8px;
  }
}

@media screen and (max-width: 768px) {
  .heading--line:before {
    height: calc(12 / 750 * 100vw);
    width: calc(12 / 750 * 100vw);
  }
}

.heading--line:after {
  background-color: #a69663;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.heading--line .caption {
  color: currentColor;
}

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

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

.heading--xSmall {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .heading--xSmall {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .heading--xSmall:after {
    background-color: currentColor;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    opacity: .5;
    position: absolute;
    width: 100%;
  }
}

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

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

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

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

.headingUnit {
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .pageTtl + .headingUnit {
    margin-top: calc(100 / 750 * 100vw);
  }
}

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

@media screen and (min-width: 768px) {
  .headingUnit--center .txt {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
  }
}

@media screen and (max-width: 768px) {
  .headingUnit--center .txt {
    text-align: left;
  }
}

.headingUnit--gold .heading {
  color: #a69663;
}

.keyVisual {
  position: relative;
  z-index: 2;
}

.keyVisual__ttl {
  color: #ffffff;
  left: 50%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.8), 1px 1px 13px rgba(0, 0, 0, 0.8), -1px -1px 13px rgba(0, 0, 0, 0.8), 1px -1px 13px rgba(0, 0, 0, 0.8), -1px 1px 13px rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}

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

@media screen and (max-width: 768px) {
  .keyVisual__ttl {
    top: calc(303 / 750 * 100vw);
  }
}

.keyVisual__ttl .en {
  display: block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
  -webkit-transition: opacity 1.2s ease-in-out 1s, -webkit-transform 1.2s ease-in-out 1s;
  transition: opacity 1.2s ease-in-out 1s, -webkit-transform 1.2s ease-in-out 1s;
  transition: opacity 1.2s ease-in-out 1s, transform 1.2s ease-in-out 1s;
  transition: opacity 1.2s ease-in-out 1s, transform 1.2s ease-in-out 1s, -webkit-transform 1.2s ease-in-out 1s;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .keyVisual__ttl .en {
    font-size: calc(16 / 1440 * 100vw);
  }
}

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

@media screen and (min-width: 768px) {
  .keyVisual__ttl .en + .jp {
    margin-top: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl .en + .jp {
    margin-top: calc(88 / 750 * 100vw);
  }
}

.keyVisual__ttl .jp {
  display: inline-block;
  letter-spacing: .3em;
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .keyVisual__ttl .jp {
    font-size: calc(28 / 1440 * 100vw);
  }
}

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

.keyVisual__ttl .jp .t {
  display: inline-block;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: opacity 1.2s ease-out, -webkit-filter 1.5s ease-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1.2s ease-out, -webkit-filter 1.5s ease-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1.2s ease-out, filter 1.5s ease-out, transform 1.5s ease-out;
  transition: opacity 1.2s ease-out, filter 1.5s ease-out, transform 1.5s ease-out, -webkit-filter 1.5s ease-out, -webkit-transform 1.5s ease-out;
}

.keyVisual__image .photo {
  overflow: hidden;
}

.keyVisual__image .photo__image {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-filter 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  transition: -webkit-filter 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  transition: filter 1.2s ease-in-out, transform 1.2s ease-in-out;
  transition: filter 1.2s ease-in-out, transform 1.2s ease-in-out, -webkit-filter 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

.keyVisual.sai-animate .keyVisual__ttl .jp .t {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.keyVisual.sai-animate .keyVisual__ttl .en {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.keyVisual.sai-animate .keyVisual__image .photo__image {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.keyVisual--position .keyVisual__ttl {
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.8), 1px 1px 13px rgba(0, 0, 0, 0.8), -1px -1px 13px rgba(0, 0, 0, 0.8), 1px -1px 13px rgba(0, 0, 0, 0.8), -1px 1px 13px rgba(0, 0, 0, 0.8), 0 0 13px rgba(0, 0, 0, 0.8), 1px 1px 13px rgba(0, 0, 0, 0.8), -1px -1px 13px rgba(0, 0, 0, 0.8), 1px -1px 13px rgba(0, 0, 0, 0.8), -1px 1px 13px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
  .keyVisual--position .keyVisual__ttl {
    top: calc(233 / 750 * 100vw);
  }
}

.keyVisual--flow .keyVisual__ttl {
  color: #666255;
  text-shadow: none;
}

.leadVisual {
  position: relative;
}

.leadVisual .photo {
  overflow: hidden;
}

.leadVisual .photo__image {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 1s ease, -webkit-transform 3s ease, -webkit-filter 2s ease;
  transition: opacity 1s ease, -webkit-transform 3s ease, -webkit-filter 2s ease;
  transition: transform 3s ease, opacity 1s ease, filter 2s ease;
  transition: transform 3s ease, opacity 1s ease, filter 2s ease, -webkit-transform 3s ease, -webkit-filter 2s ease;
}

.leadVisual.sai-animate .photo__image {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lineTtl {
  color: #333331;
  position: relative;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .lineTtl {
    padding-bottom: calc(30 / 750 * 100vw);
  }
}

.lineTtl:before {
  background-color: rgba(51, 51, 49, 0.3);
  bottom: 0;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-size: 400% 100%;
          mask-size: 400% 100%;
}

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

@media screen and (max-width: 768px) {
  .lineTtl:before {
    left: -40px;
    width: calc(100% + 40px);
  }
}

.lineTtl .inner {
  letter-spacing: .2em;
  line-height: 1.5;
}

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

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

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

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

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

.lineTtl .inner .en {
  color: #6b6a67;
  display: block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .lineTtl .inner .en {
    font-size: 16px;
  }
}

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

.lineTtl.sai-animate:before {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-transition: 3s cubic-bezier(0.43, 0.02, 0.05, 1) 0s !important;
  transition: 3s cubic-bezier(0.43, 0.02, 0.05, 1) 0s !important;
}

@media screen and (min-width: 768px) {
  .lineTtl--large .inner {
    font-size: 28px;
  }
}

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

.lineTtl--gray {
  color: #6b6a67;
}

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

.loopSlider .swiper-slide .photo__image {
  width: 100%;
}

.madoriBtn {
  width: 100%;
}

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

.madoriBtn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-top: 2px solid #a69663;
  -webkit-box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
          box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .madoriBtn__link {
    padding: 16px 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__link {
    padding: calc(32 / 750 * 100vw) 0 calc(34 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .madoriBtn__link:hover {
    -webkit-box-shadow: 0 20px 40px rgba(12, 17, 11, 0.1);
            box-shadow: 0 20px 40px rgba(12, 17, 11, 0.1);
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  .madoriBtn__link:hover .madoriBtn__icon {
    background-color: #cccac4;
  }
  .madoriBtn__link:hover .madoriBtn__icon .arrowSVG__path {
    fill: #333331;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriBtn__link:hover {
    -webkit-box-shadow: 0 20px 40px rgba(12, 17, 11, 0.1);
            box-shadow: 0 20px 40px rgba(12, 17, 11, 0.1);
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  .madoriBtn__link:hover .madoriBtn__icon {
    background-color: #cccac4;
  }
  .madoriBtn__link:hover .madoriBtn__icon .arrowSVG__path {
    fill: #333331;
  }
}

.madoriBtn__spec {
  font-family: "Cormorant Infant", serif;
  text-align: center;
}

.madoriBtn__spec .strong {
  display: inline-block;
  line-height: .7;
}

.madoriBtn__type {
  background-color: rgba(204, 202, 196, 0.2);
  display: inline-block;
  letter-spacing: .1em;
  line-height: .7;
  position: relative;
}

@media screen and (min-width: 768px) {
  .madoriBtn__type {
    font-size: 14px;
    padding: 10px 33px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__type {
    font-size: calc(20 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}

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

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

.madoriBtn__variation {
  letter-spacing: .1em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriBtn__variation {
    font-size: 18px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__variation {
    font-size: calc(30 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
}

.madoriBtn__variation .strong {
  line-height: .7;
}

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

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

.madoriBtn__length {
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .madoriBtn__length {
    font-size: 24px;
    margin-top: 24px;
  }
}

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

.madoriBtn__length .int {
  display: inline-block;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriBtn__length .int {
    font-size: 40px;
  }
}

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

.madoriBtn__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #333331;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

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

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

.madoriBtn__icon .arrowSVG {
  display: block;
  height: auto;
}

@media screen and (min-width: 768px) {
  .madoriBtn__icon .arrowSVG {
    width: 7px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__icon .arrowSVG {
    width: calc(16 / 750 * 100vw);
  }
}

.madoriBtn__icon .arrowSVG__fill {
  fill: #c5ccc4;
  -webkit-transition: fill .4s ease;
  transition: fill .4s ease;
}

.madoriBtn__statusWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  position: absolute;
  right: 8px;
  top: 6px;
}

@media screen and (max-width: 768px) {
  .madoriBtn__statusWrap {
    row-gap: 6px;
  }
}

.madoriBtn__status {
  border: 1px solid #a69663;
  padding: 6px 6px;
}

@media screen and (max-width: 768px) {
  .madoriBtn__status {
    padding: 3px 4px;
  }
}

.madoriBtn__status .txt {
  color: #a69663;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  text-align: center;
}

.madoriBtn__status .txt:before, .madoriBtn__status .txt:after {
  content: none;
}

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

.madoriBtn__status--Senchaku {
  background-color: #a69663;
}

.madoriBtn__status--Senchaku .txt {
  color: #ffffff;
}

.madoriBtn__status--start {
  background-color: #f2efe8;
  border: none;
  letter-spacing: 0;
  margin-top: -9px;
}

.madoriBtn__status--start .txt {
  color: #84743f;
}

.madoriBtn__status--start .small {
  font-size: 10px;
}

.madoriDetail {
  background-color: #ffffff;
  border-top: 2px solid #a69663;
  -webkit-box-shadow: 0 10px 10px rgba(18, 15, 4, 0.1);
          box-shadow: 0 10px 10px rgba(18, 15, 4, 0.1);
  color: #333331;
}

@media screen and (min-width: 768px) {
  .madoriDetail {
    padding: 150px 100px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail {
    padding: calc(120 / 750 * 100vw) 20px calc(200 / 750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .madoriDetail__inner {
    margin-top: calc(100 / 750 * 100vw);
  }
}

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

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

@media screen and (max-width: 768px) {
  .madoriDetail__desc .madoriFig {
    margin: 36px -20px 0;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__desc .madoriFig + .caption {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__desc .madoriFig + .caption {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.madoriDetail__type {
  background-color: rgba(204, 202, 196, 0.2);
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: .7;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .madoriDetail__type {
    font-size: 14px;
    margin-left: -100px;
    padding: 18px 76px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type {
    font-size: calc(20 / 750 * 100vw);
    margin-left: -20px;
    padding: calc(16 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.madoriDetail__type .strong {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .madoriDetail__type .strong {
    font-size: 32px;
    margin-right: .5em;
  }
}

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

.madoriDetail__variation {
  letter-spacing: .1em;
  line-height: .7;
}

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

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

@media screen and (min-width: 768px) {
  .madoriDetail__variation .strong {
    font-size: 40px;
  }
}

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

.madoriDetail__spec {
  color: #333331;
  font-family: "Cormorant Infant", serif;
}

.madoriDetail__spec .strong {
  line-height: .7;
}

.madoriDetail__spec .ja {
  color: #6b6a67;
  display: inline-block;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
}

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

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

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

@media screen and (min-width: 768px) {
  .madoriDetail__spec .ja {
    font-size: 14px;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__spec .ja {
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: .15em;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__length {
    font-size: 24px;
    margin-top: 24px;
  }
}

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

@media screen and (min-width: 768px) {
  .madoriDetail__length .unit {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__length .int {
    font-size: 40px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .madoriDetail__subLength {
    margin-top: calc(24 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__body {
    margin-right: -60px;
    width: 590px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .madoriDetail__body .madoriFig + .caption {
    display: none;
  }
}

.madoriDetail__fig {
  border-bottom: 1px solid rgba(204, 202, 196, 0.5);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .madoriDetail__fig {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__fig {
    margin-top: calc(100 / 750 * 100vw);
    padding-bottom: calc(147 / 750 * 100vw);
  }
}

.madoriDetail__statusWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .madoriDetail__statusWrap {
    gap: 9px;
    right: 16px;
    top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__statusWrap {
    left: calc(18 / 750 * 100vw);
    row-gap: calc(12 / 750 * 100vw);
    top: calc(24 / 750 * 100vw);
  }
}

.madoriDetail__status {
  border: 1px solid #a69663;
  padding: 6px 8px;
}

@media screen and (max-width: 768px) {
  .madoriDetail__status {
    padding: 3px 4px;
  }
}

.madoriDetail__status .txt {
  color: #a69663;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  text-align: center;
}

.madoriDetail__status .txt:before, .madoriDetail__status .txt:after {
  content: none;
}

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

.madoriDetail__status--Senchaku {
  background-color: #a69663;
}

.madoriDetail__status--Senchaku .txt {
  color: #ffffff;
}

.madoriDetail__status--start {
  background-color: #f2efe8;
  border: none;
  letter-spacing: 0;
  margin-left: -9px;
}

@media screen and (max-width: 768px) {
  .madoriDetail__status--start {
    padding: 3px 5px;
  }
}

.madoriDetail__status--start .txt {
  color: #84743f;
}

.madoriDetail__status--start .small {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .madoriDetail .usageNote {
    margin-top: 55px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail .usageNote {
    margin: calc(100 / 750 * 100vw) auto 0;
  }
}

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

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

@media screen and (max-width: 768px) {
  .madoriDetail .meritNote {
    gap: 5px;
    margin: calc(100 / 750 * 100vw) auto 0;
  }
}

.madoriDetail .meritNote__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid currentColor;
  color: #a69663;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .madoriDetail .meritNote__item {
    border-radius: 5px;
    font-size: 14px;
    height: 48px;
    width: calc(152 / 314 * 100%);
    line-height: 1.25;
  }
  .madoriDetail .meritNote__item:before {
    content: '';
    margin-top: calc((1 - 1.25) * .5em);
  }
  .madoriDetail .meritNote__item:after {
    margin-bottom: calc((1 - 1.25) * .5em);
  }
  .madoriDetail .meritNote__item:before, .madoriDetail .meritNote__item:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail .meritNote__item {
    border-radius: 2.5px;
    font-size: 11px;
    height: calc(87 / 750 * 100vw);
    width: calc(50% - 2.5px);
    line-height: 1.25;
  }
  .madoriDetail .meritNote__item:before {
    content: '';
    margin-top: calc((1 - 1.25) * .5em);
  }
  .madoriDetail .meritNote__item:after {
    margin-bottom: calc((1 - 1.25) * .5em);
  }
  .madoriDetail .meritNote__item:before, .madoriDetail .meritNote__item:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

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

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

.madoriBack {
  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) {
  .madoriBack {
    margin: 80px auto 0;
    width: 258px;
  }
}

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

@media screen and (min-width: 768px) {
  .madoriFigList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 58px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

@media screen and (max-width: 768px) {
  .madoriFigList__item:not(:first-child) {
    margin-top: calc(130 / 750 * 100vw);
  }
}

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

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

@media screen and (max-width: 768px) {
  .madoriDirection {
    margin: calc(80 / 750 * 100vw) -20px 0;
  }
}

.madoriDirection + .generalBtn {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .madoriDirection + .generalBtn {
    margin-top: 72px;
  }
}

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

.madoriDirection__link {
  background-color: #ffffff;
  border-top: 2px solid #a69663;
  -webkit-box-shadow: 0 10px 10px rgba(12, 17, 11, 0.1);
          box-shadow: 0 10px 10px rgba(12, 17, 11, 0.1);
  color: #333331;
  display: block;
  font-family: "Cormorant Infant", serif;
  line-height: .7;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
}

@media screen and (min-width: 768px) {
  .madoriDirection__link {
    font-size: 16px;
    padding: 16px 0;
    width: 572px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .madoriDirection__link {
    width: calc(50% - 28px);
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__link {
    font-size: calc(30 / 750 * 100vw);
    padding: calc(37 / 750 * 100vw) 0;
    width: calc(306 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__link:hover {
    -webkit-box-shadow: 0 10px 20px rgba(12, 17, 11, 0.1);
            box-shadow: 0 10px 20px rgba(12, 17, 11, 0.1);
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  .madoriDirection__link:hover .madoriDirection__icon {
    background-color: #cccac4;
  }
  .madoriDirection__link:hover .madoriDirection__icon .arrowSVG__path {
    fill: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link:hover {
    -webkit-box-shadow: 0 10px 20px rgba(12, 17, 11, 0.1);
            box-shadow: 0 10px 20px rgba(12, 17, 11, 0.1);
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  .madoriDirection__link:hover .madoriDirection__icon {
    background-color: #cccac4;
  }
  .madoriDirection__link:hover .madoriDirection__icon .arrowSVG__path {
    fill: #ffffff;
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__link .name {
    font-size: 40px;
  }
}

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

@media screen and (max-width: 768px) {
  .madoriDirection__link--prev {
    padding-right: calc(40 / 750 * 100vw);
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__link--prev .madoriDirection__icon {
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__link--prev .madoriDirection__icon {
    left: calc(20 / 750 * 100vw);
  }
}

.madoriDirection__link--prev .madoriDirection__icon .arrowSVG {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .madoriDirection__link--next {
    padding-left: calc(40 / 750 * 100vw);
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__link--next .madoriDirection__icon {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__link--next .madoriDirection__icon {
    right: calc(20 / 750 * 100vw);
  }
}

.madoriDirection__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid #cccac4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

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

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

.madoriDirection__icon .arrowSVG {
  display: block;
  height: auto;
}

@media screen and (min-width: 768px) {
  .madoriDirection__icon .arrowSVG {
    width: 9px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__icon .arrowSVG {
    width: calc(16 / 750 * 100vw);
  }
}

.madoriDirection__icon .arrowSVG__path {
  fill: #6b6a67;
  -webkit-transition: fill .4s ease;
  transition: fill .4s ease;
}

.madoriFig {
  position: relative;
}

@media screen and (min-width: 768px) {
  .madoriFig:has(.madoriFig__view) {
    padding: 96px 0 48px;
  }
}

@media screen and (max-width: 768px) {
  .madoriFig:has(.madoriFig__view) {
    padding: 64px 0;
  }
}

.madoriFig__image {
  display: block;
  margin: 0 auto;
}

.madoriFig__view {
  inset: 0;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .madoriFig__view {
    margin: 0 -20px;
  }
}

.madoriFig__view .viewIcon {
  border: 0;
  cursor: pointer;
}

.madoriFig__view .viewIcon--north, .madoriFig__view .viewIcon--south {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .madoriFig__view .viewIcon--north, .madoriFig__view .viewIcon--south {
    height: 46px;
    width: 124px;
  }
}

@media screen and (max-width: 768px) {
  .madoriFig__view .viewIcon--north, .madoriFig__view .viewIcon--south {
    height: 35px;
    width: 93px;
  }
}

.madoriFig__view .viewIcon--north {
  top: 0;
}

.madoriFig__view .viewIcon--south {
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.madoriFig__view .viewIcon--south .dir {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.madoriFig__view .viewIcon--east, .madoriFig__view .viewIcon--west {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .madoriFig__view .viewIcon--east, .madoriFig__view .viewIcon--west {
    height: 52px;
    width: 96px;
  }
}

@media screen and (max-width: 768px) {
  .madoriFig__view .viewIcon--east, .madoriFig__view .viewIcon--west {
    height: 39px;
    width: 70px;
  }
}

.madoriFig__view .viewIcon--east .inner, .madoriFig__view .viewIcon--west .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.madoriFig__view .viewIcon--east {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  right: 0;
}

.madoriFig__view .viewIcon--east .dir {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.madoriFig__view .viewIcon--west {
  right: 0;
}

.madoriFig__view .viewIcon--west .dir {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

@media screen and (min-width: 768px) {
  .madoriFig__view .viewIcon .inner:before {
    width: 22px;
  }
}

@media screen and (max-width: 768px) {
  .madoriFig__view .viewIcon .inner:before {
    width: 16px;
  }
}

.madoriFig__view .viewIcon .dir {
  aspect-ratio: 1 / 1;
  display: block;
}

@media screen and (min-width: 768px) {
  .madoriFig__view .viewIcon .dir {
    width: 8px;
  }
}

@media screen and (max-width: 768px) {
  .madoriFig__view .viewIcon .dir {
    width: 6px;
  }
}

.modalFigure {
  position: relative;
}

.modalFigure .figurePlot {
  left: 0;
  top: 0;
}

.modalFigure .figurePlot .svgIcon {
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 768px) {
  .modalFigure .figurePlot .svgIcon {
    width: calc(36 / 750 * 100vw);
  }
}

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

.modalNotice {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a7a08a;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .modalNotice {
    padding: calc(10 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .modalNotice .icon {
    width: 23px;
  }
}

@media screen and (max-width: 768px) {
  .modalNotice .icon {
    width: calc(45 / 750 * 100vw);
  }
}

.modalNotice .zoomSVG {
  height: auto;
  width: 100%;
}

.modalNotice .inner {
  letter-spacing: .1em;
  line-height: 1.8;
}

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

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

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

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

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

.movieModal__lead {
  color: #333331;
  line-height: 2;
}

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

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

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

@media screen and (min-width: 768px) {
  .movieModal__lead {
    font-size: 18px;
    letter-spacing: .1em;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .movieModal__lead {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: .06em;
  }
}

.movieModal__btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

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

@media screen and (min-width: 768px) {
  .movieModal__lead + .movieModal__btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .movieModal__lead + .movieModal__btn {
    margin-top: calc(32 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .movieModal__btn:hover .photo__image {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .movieModal__btn:hover .photo__image {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.movieModal__guide {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.movieModal__guide .arrow {
  aspect-ratio: 1 / 1;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .movieModal__guide .arrow {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .movieModal__guide .arrow {
    width: calc(90 / 750 * 100vw);
  }
}

.movieModal__guide .arrow .svgIcon {
  height: auto;
  width: 100%;
}

.movieModal__guide .t {
  color: #ffffff;
  display: block;
  letter-spacing: .1em;
  text-align: center;
  line-height: 2;
}

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

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

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

@media screen and (min-width: 768px) {
  .movieModal__guide .t {
    font-size: 16px;
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .movieModal__guide .t {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(23 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .movieModal--center .movieModal__lead {
    text-align: center;
  }
}

.movieFrame {
  aspect-ratio: 960 / 540;
  height: auto;
  width: 100%;
}

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

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

@media screen and (max-width: 768px) {
  .pageIntro {
    padding-top: calc(200 / 750 * 100vw);
  }
}

.pageIntro__head {
  margin: 0 auto;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .pageIntro__head {
    width: 100%;
  }
}

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

@media screen and (min-width: 768px) {
  .pageIntro__head + .pageIntro__cont {
    margin-top: 88px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro__head + .pageIntro__cont {
    margin-top: calc(100 / 750 * 100vw);
  }
}

.pageTtl {
  color: #a69663;
  position: relative;
  text-align: center;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .pageTtl {
    padding: calc(32 / 750 * 100vw) 0;
  }
}

.pageTtl:before, .pageTtl:after {
  background-color: #a69663;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.pageTtl:before {
  top: 0;
}

.pageTtl:after {
  bottom: 0;
}

.pageTtl .inner {
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .pageTtl .inner {
    font-size: 16px;
  }
}

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

.parallaxPhoto {
  overflow: hidden;
  position: relative;
}

.parallaxPhoto--shadow {
  -webkit-box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
          box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
}

@-webkit-keyframes petalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes petalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes petalFadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes petalFadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.petalAnimation {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 99;
}

.petalAnimation__inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.petalAnimation .animatedElement {
  -webkit-animation: petalFadeIn .8s ease forwards;
          animation: petalFadeIn .8s ease forwards;
  opacity: 0;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  visibility: hidden;
  will-change: transform;
}

.petalAnimation .animatedElement.is-hidden {
  -webkit-animation: petalFadeOut .8s ease forwards;
          animation: petalFadeOut .8s ease forwards;
}

.petalAnimation .animatedElement:nth-child(1), .petalAnimation .animatedElement:nth-child(11), .petalAnimation .animatedElement:nth-child(21), .petalAnimation .animatedElement:nth-child(31), .petalAnimation .animatedElement:nth-child(41), .petalAnimation .animatedElement:nth-child(51), .petalAnimation .animatedElement:nth-child(61), .petalAnimation .animatedElement:nth-child(71), .petalAnimation .animatedElement:nth-child(81), .petalAnimation .animatedElement:nth-child(91), .petalAnimation .animatedElement:nth-child(101), .petalAnimation .animatedElement:nth-child(111), .petalAnimation .animatedElement:nth-child(121), .petalAnimation .animatedElement:nth-child(131), .petalAnimation .animatedElement:nth-child(141) {
  height: auto;
}

@media screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(1), .petalAnimation .animatedElement:nth-child(11), .petalAnimation .animatedElement:nth-child(21), .petalAnimation .animatedElement:nth-child(31), .petalAnimation .animatedElement:nth-child(41), .petalAnimation .animatedElement:nth-child(51), .petalAnimation .animatedElement:nth-child(61), .petalAnimation .animatedElement:nth-child(71), .petalAnimation .animatedElement:nth-child(81), .petalAnimation .animatedElement:nth-child(91), .petalAnimation .animatedElement:nth-child(101), .petalAnimation .animatedElement:nth-child(111), .petalAnimation .animatedElement:nth-child(121), .petalAnimation .animatedElement:nth-child(131), .petalAnimation .animatedElement:nth-child(141) {
    width: 34px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(1), .petalAnimation .animatedElement:nth-child(11), .petalAnimation .animatedElement:nth-child(21), .petalAnimation .animatedElement:nth-child(31), .petalAnimation .animatedElement:nth-child(41), .petalAnimation .animatedElement:nth-child(51), .petalAnimation .animatedElement:nth-child(61), .petalAnimation .animatedElement:nth-child(71), .petalAnimation .animatedElement:nth-child(81), .petalAnimation .animatedElement:nth-child(91), .petalAnimation .animatedElement:nth-child(101), .petalAnimation .animatedElement:nth-child(111), .petalAnimation .animatedElement:nth-child(121), .petalAnimation .animatedElement:nth-child(131), .petalAnimation .animatedElement:nth-child(141) {
    width: 20.4px;
  }
}

.petalAnimation .animatedElement:nth-child(2), .petalAnimation .animatedElement:nth-child(12), .petalAnimation .animatedElement:nth-child(22), .petalAnimation .animatedElement:nth-child(32), .petalAnimation .animatedElement:nth-child(42), .petalAnimation .animatedElement:nth-child(52), .petalAnimation .animatedElement:nth-child(62), .petalAnimation .animatedElement:nth-child(72), .petalAnimation .animatedElement:nth-child(82), .petalAnimation .animatedElement:nth-child(92), .petalAnimation .animatedElement:nth-child(102), .petalAnimation .animatedElement:nth-child(112), .petalAnimation .animatedElement:nth-child(122), .petalAnimation .animatedElement:nth-child(132), .petalAnimation .animatedElement:nth-child(142) {
  height: auto;
}

@media screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(2), .petalAnimation .animatedElement:nth-child(12), .petalAnimation .animatedElement:nth-child(22), .petalAnimation .animatedElement:nth-child(32), .petalAnimation .animatedElement:nth-child(42), .petalAnimation .animatedElement:nth-child(52), .petalAnimation .animatedElement:nth-child(62), .petalAnimation .animatedElement:nth-child(72), .petalAnimation .animatedElement:nth-child(82), .petalAnimation .animatedElement:nth-child(92), .petalAnimation .animatedElement:nth-child(102), .petalAnimation .animatedElement:nth-child(112), .petalAnimation .animatedElement:nth-child(122), .petalAnimation .animatedElement:nth-child(132), .petalAnimation .animatedElement:nth-child(142) {
    width: 15.5px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(2), .petalAnimation .animatedElement:nth-child(12), .petalAnimation .animatedElement:nth-child(22), .petalAnimation .animatedElement:nth-child(32), .petalAnimation .animatedElement:nth-child(42), .petalAnimation .animatedElement:nth-child(52), .petalAnimation .animatedElement:nth-child(62), .petalAnimation .animatedElement:nth-child(72), .petalAnimation .animatedElement:nth-child(82), .petalAnimation .animatedElement:nth-child(92), .petalAnimation .animatedElement:nth-child(102), .petalAnimation .animatedElement:nth-child(112), .petalAnimation .animatedElement:nth-child(122), .petalAnimation .animatedElement:nth-child(132), .petalAnimation .animatedElement:nth-child(142) {
    width: 9.3px;
  }
}

.petalAnimation .animatedElement:nth-child(3), .petalAnimation .animatedElement:nth-child(13), .petalAnimation .animatedElement:nth-child(23), .petalAnimation .animatedElement:nth-child(33), .petalAnimation .animatedElement:nth-child(43), .petalAnimation .animatedElement:nth-child(53), .petalAnimation .animatedElement:nth-child(63), .petalAnimation .animatedElement:nth-child(73), .petalAnimation .animatedElement:nth-child(83), .petalAnimation .animatedElement:nth-child(93), .petalAnimation .animatedElement:nth-child(103), .petalAnimation .animatedElement:nth-child(113), .petalAnimation .animatedElement:nth-child(123), .petalAnimation .animatedElement:nth-child(133), .petalAnimation .animatedElement:nth-child(143) {
  height: auto;
}

@media screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(3), .petalAnimation .animatedElement:nth-child(13), .petalAnimation .animatedElement:nth-child(23), .petalAnimation .animatedElement:nth-child(33), .petalAnimation .animatedElement:nth-child(43), .petalAnimation .animatedElement:nth-child(53), .petalAnimation .animatedElement:nth-child(63), .petalAnimation .animatedElement:nth-child(73), .petalAnimation .animatedElement:nth-child(83), .petalAnimation .animatedElement:nth-child(93), .petalAnimation .animatedElement:nth-child(103), .petalAnimation .animatedElement:nth-child(113), .petalAnimation .animatedElement:nth-child(123), .petalAnimation .animatedElement:nth-child(133), .petalAnimation .animatedElement:nth-child(143) {
    width: 53.5px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(3), .petalAnimation .animatedElement:nth-child(13), .petalAnimation .animatedElement:nth-child(23), .petalAnimation .animatedElement:nth-child(33), .petalAnimation .animatedElement:nth-child(43), .petalAnimation .animatedElement:nth-child(53), .petalAnimation .animatedElement:nth-child(63), .petalAnimation .animatedElement:nth-child(73), .petalAnimation .animatedElement:nth-child(83), .petalAnimation .animatedElement:nth-child(93), .petalAnimation .animatedElement:nth-child(103), .petalAnimation .animatedElement:nth-child(113), .petalAnimation .animatedElement:nth-child(123), .petalAnimation .animatedElement:nth-child(133), .petalAnimation .animatedElement:nth-child(143) {
    width: 32.1px;
  }
}

.petalAnimation .animatedElement:nth-child(4), .petalAnimation .animatedElement:nth-child(14), .petalAnimation .animatedElement:nth-child(24), .petalAnimation .animatedElement:nth-child(34), .petalAnimation .animatedElement:nth-child(44), .petalAnimation .animatedElement:nth-child(54), .petalAnimation .animatedElement:nth-child(64), .petalAnimation .animatedElement:nth-child(74), .petalAnimation .animatedElement:nth-child(84), .petalAnimation .animatedElement:nth-child(94), .petalAnimation .animatedElement:nth-child(104), .petalAnimation .animatedElement:nth-child(114), .petalAnimation .animatedElement:nth-child(124), .petalAnimation .animatedElement:nth-child(134), .petalAnimation .animatedElement:nth-child(144) {
  height: auto;
}

@media screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(4), .petalAnimation .animatedElement:nth-child(14), .petalAnimation .animatedElement:nth-child(24), .petalAnimation .animatedElement:nth-child(34), .petalAnimation .animatedElement:nth-child(44), .petalAnimation .animatedElement:nth-child(54), .petalAnimation .animatedElement:nth-child(64), .petalAnimation .animatedElement:nth-child(74), .petalAnimation .animatedElement:nth-child(84), .petalAnimation .animatedElement:nth-child(94), .petalAnimation .animatedElement:nth-child(104), .petalAnimation .animatedElement:nth-child(114), .petalAnimation .animatedElement:nth-child(124), .petalAnimation .animatedElement:nth-child(134), .petalAnimation .animatedElement:nth-child(144) {
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(4), .petalAnimation .animatedElement:nth-child(14), .petalAnimation .animatedElement:nth-child(24), .petalAnimation .animatedElement:nth-child(34), .petalAnimation .animatedElement:nth-child(44), .petalAnimation .animatedElement:nth-child(54), .petalAnimation .animatedElement:nth-child(64), .petalAnimation .animatedElement:nth-child(74), .petalAnimation .animatedElement:nth-child(84), .petalAnimation .animatedElement:nth-child(94), .petalAnimation .animatedElement:nth-child(104), .petalAnimation .animatedElement:nth-child(114), .petalAnimation .animatedElement:nth-child(124), .petalAnimation .animatedElement:nth-child(134), .petalAnimation .animatedElement:nth-child(144) {
    width: 7.2px;
  }
}

.petalAnimation .animatedElement:nth-child(5), .petalAnimation .animatedElement:nth-child(15), .petalAnimation .animatedElement:nth-child(25), .petalAnimation .animatedElement:nth-child(35), .petalAnimation .animatedElement:nth-child(45), .petalAnimation .animatedElement:nth-child(55), .petalAnimation .animatedElement:nth-child(65), .petalAnimation .animatedElement:nth-child(75), .petalAnimation .animatedElement:nth-child(85), .petalAnimation .animatedElement:nth-child(95), .petalAnimation .animatedElement:nth-child(105), .petalAnimation .animatedElement:nth-child(115), .petalAnimation .animatedElement:nth-child(125), .petalAnimation .animatedElement:nth-child(135), .petalAnimation .animatedElement:nth-child(145) {
  height: auto;
}

@media screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(5), .petalAnimation .animatedElement:nth-child(15), .petalAnimation .animatedElement:nth-child(25), .petalAnimation .animatedElement:nth-child(35), .petalAnimation .animatedElement:nth-child(45), .petalAnimation .animatedElement:nth-child(55), .petalAnimation .animatedElement:nth-child(65), .petalAnimation .animatedElement:nth-child(75), .petalAnimation .animatedElement:nth-child(85), .petalAnimation .animatedElement:nth-child(95), .petalAnimation .animatedElement:nth-child(105), .petalAnimation .animatedElement:nth-child(115), .petalAnimation .animatedElement:nth-child(125), .petalAnimation .animatedElement:nth-child(135), .petalAnimation .animatedElement:nth-child(145) {
    width: 17.5px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(5), .petalAnimation .animatedElement:nth-child(15), .petalAnimation .animatedElement:nth-child(25), .petalAnimation .animatedElement:nth-child(35), .petalAnimation .animatedElement:nth-child(45), .petalAnimation .animatedElement:nth-child(55), .petalAnimation .animatedElement:nth-child(65), .petalAnimation .animatedElement:nth-child(75), .petalAnimation .animatedElement:nth-child(85), .petalAnimation .animatedElement:nth-child(95), .petalAnimation .animatedElement:nth-child(105), .petalAnimation .animatedElement:nth-child(115), .petalAnimation .animatedElement:nth-child(125), .petalAnimation .animatedElement:nth-child(135), .petalAnimation .animatedElement:nth-child(145) {
    width: 10.5px;
  }
}

.petalAnimation .animatedElement:nth-child(6), .petalAnimation .animatedElement:nth-child(16), .petalAnimation .animatedElement:nth-child(26), .petalAnimation .animatedElement:nth-child(36), .petalAnimation .animatedElement:nth-child(46), .petalAnimation .animatedElement:nth-child(56), .petalAnimation .animatedElement:nth-child(66), .petalAnimation .animatedElement:nth-child(76), .petalAnimation .animatedElement:nth-child(86), .petalAnimation .animatedElement:nth-child(96), .petalAnimation .animatedElement:nth-child(106), .petalAnimation .animatedElement:nth-child(116), .petalAnimation .animatedElement:nth-child(126), .petalAnimation .animatedElement:nth-child(136), .petalAnimation .animatedElement:nth-child(146) {
  height: auto;
}

@media screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(6), .petalAnimation .animatedElement:nth-child(16), .petalAnimation .animatedElement:nth-child(26), .petalAnimation .animatedElement:nth-child(36), .petalAnimation .animatedElement:nth-child(46), .petalAnimation .animatedElement:nth-child(56), .petalAnimation .animatedElement:nth-child(66), .petalAnimation .animatedElement:nth-child(76), .petalAnimation .animatedElement:nth-child(86), .petalAnimation .animatedElement:nth-child(96), .petalAnimation .animatedElement:nth-child(106), .petalAnimation .animatedElement:nth-child(116), .petalAnimation .animatedElement:nth-child(126), .petalAnimation .animatedElement:nth-child(136), .petalAnimation .animatedElement:nth-child(146) {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(6), .petalAnimation .animatedElement:nth-child(16), .petalAnimation .animatedElement:nth-child(26), .petalAnimation .animatedElement:nth-child(36), .petalAnimation .animatedElement:nth-child(46), .petalAnimation .animatedElement:nth-child(56), .petalAnimation .animatedElement:nth-child(66), .petalAnimation .animatedElement:nth-child(76), .petalAnimation .animatedElement:nth-child(86), .petalAnimation .animatedElement:nth-child(96), .petalAnimation .animatedElement:nth-child(106), .petalAnimation .animatedElement:nth-child(116), .petalAnimation .animatedElement:nth-child(126), .petalAnimation .animatedElement:nth-child(136), .petalAnimation .animatedElement:nth-child(146) {
    width: 14.4px;
  }
}

.petalAnimation .animatedElement:nth-child(7), .petalAnimation .animatedElement:nth-child(17), .petalAnimation .animatedElement:nth-child(27), .petalAnimation .animatedElement:nth-child(37), .petalAnimation .animatedElement:nth-child(47), .petalAnimation .animatedElement:nth-child(57), .petalAnimation .animatedElement:nth-child(67), .petalAnimation .animatedElement:nth-child(77), .petalAnimation .animatedElement:nth-child(87), .petalAnimation .animatedElement:nth-child(97), .petalAnimation .animatedElement:nth-child(107), .petalAnimation .animatedElement:nth-child(117), .petalAnimation .animatedElement:nth-child(127), .petalAnimation .animatedElement:nth-child(137), .petalAnimation .animatedElement:nth-child(147) {
  height: auto;
}

@media screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(7), .petalAnimation .animatedElement:nth-child(17), .petalAnimation .animatedElement:nth-child(27), .petalAnimation .animatedElement:nth-child(37), .petalAnimation .animatedElement:nth-child(47), .petalAnimation .animatedElement:nth-child(57), .petalAnimation .animatedElement:nth-child(67), .petalAnimation .animatedElement:nth-child(77), .petalAnimation .animatedElement:nth-child(87), .petalAnimation .animatedElement:nth-child(97), .petalAnimation .animatedElement:nth-child(107), .petalAnimation .animatedElement:nth-child(117), .petalAnimation .animatedElement:nth-child(127), .petalAnimation .animatedElement:nth-child(137), .petalAnimation .animatedElement:nth-child(147) {
    width: 23px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(7), .petalAnimation .animatedElement:nth-child(17), .petalAnimation .animatedElement:nth-child(27), .petalAnimation .animatedElement:nth-child(37), .petalAnimation .animatedElement:nth-child(47), .petalAnimation .animatedElement:nth-child(57), .petalAnimation .animatedElement:nth-child(67), .petalAnimation .animatedElement:nth-child(77), .petalAnimation .animatedElement:nth-child(87), .petalAnimation .animatedElement:nth-child(97), .petalAnimation .animatedElement:nth-child(107), .petalAnimation .animatedElement:nth-child(117), .petalAnimation .animatedElement:nth-child(127), .petalAnimation .animatedElement:nth-child(137), .petalAnimation .animatedElement:nth-child(147) {
    width: 13.8px;
  }
}

.petalAnimation .animatedElement:nth-child(8), .petalAnimation .animatedElement:nth-child(18), .petalAnimation .animatedElement:nth-child(28), .petalAnimation .animatedElement:nth-child(38), .petalAnimation .animatedElement:nth-child(48), .petalAnimation .animatedElement:nth-child(58), .petalAnimation .animatedElement:nth-child(68), .petalAnimation .animatedElement:nth-child(78), .petalAnimation .animatedElement:nth-child(88), .petalAnimation .animatedElement:nth-child(98), .petalAnimation .animatedElement:nth-child(108), .petalAnimation .animatedElement:nth-child(118), .petalAnimation .animatedElement:nth-child(128), .petalAnimation .animatedElement:nth-child(138), .petalAnimation .animatedElement:nth-child(148) {
  height: auto;
}

@media screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(8), .petalAnimation .animatedElement:nth-child(18), .petalAnimation .animatedElement:nth-child(28), .petalAnimation .animatedElement:nth-child(38), .petalAnimation .animatedElement:nth-child(48), .petalAnimation .animatedElement:nth-child(58), .petalAnimation .animatedElement:nth-child(68), .petalAnimation .animatedElement:nth-child(78), .petalAnimation .animatedElement:nth-child(88), .petalAnimation .animatedElement:nth-child(98), .petalAnimation .animatedElement:nth-child(108), .petalAnimation .animatedElement:nth-child(118), .petalAnimation .animatedElement:nth-child(128), .petalAnimation .animatedElement:nth-child(138), .petalAnimation .animatedElement:nth-child(148) {
    width: 23px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(8), .petalAnimation .animatedElement:nth-child(18), .petalAnimation .animatedElement:nth-child(28), .petalAnimation .animatedElement:nth-child(38), .petalAnimation .animatedElement:nth-child(48), .petalAnimation .animatedElement:nth-child(58), .petalAnimation .animatedElement:nth-child(68), .petalAnimation .animatedElement:nth-child(78), .petalAnimation .animatedElement:nth-child(88), .petalAnimation .animatedElement:nth-child(98), .petalAnimation .animatedElement:nth-child(108), .petalAnimation .animatedElement:nth-child(118), .petalAnimation .animatedElement:nth-child(128), .petalAnimation .animatedElement:nth-child(138), .petalAnimation .animatedElement:nth-child(148) {
    width: 13.8px;
  }
}

.petalAnimation .animatedElement:nth-child(9), .petalAnimation .animatedElement:nth-child(19), .petalAnimation .animatedElement:nth-child(29), .petalAnimation .animatedElement:nth-child(39), .petalAnimation .animatedElement:nth-child(49), .petalAnimation .animatedElement:nth-child(59), .petalAnimation .animatedElement:nth-child(69), .petalAnimation .animatedElement:nth-child(79), .petalAnimation .animatedElement:nth-child(89), .petalAnimation .animatedElement:nth-child(99), .petalAnimation .animatedElement:nth-child(109), .petalAnimation .animatedElement:nth-child(119), .petalAnimation .animatedElement:nth-child(129), .petalAnimation .animatedElement:nth-child(139), .petalAnimation .animatedElement:nth-child(149) {
  height: auto;
}

@media screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(9), .petalAnimation .animatedElement:nth-child(19), .petalAnimation .animatedElement:nth-child(29), .petalAnimation .animatedElement:nth-child(39), .petalAnimation .animatedElement:nth-child(49), .petalAnimation .animatedElement:nth-child(59), .petalAnimation .animatedElement:nth-child(69), .petalAnimation .animatedElement:nth-child(79), .petalAnimation .animatedElement:nth-child(89), .petalAnimation .animatedElement:nth-child(99), .petalAnimation .animatedElement:nth-child(109), .petalAnimation .animatedElement:nth-child(119), .petalAnimation .animatedElement:nth-child(129), .petalAnimation .animatedElement:nth-child(139), .petalAnimation .animatedElement:nth-child(149) {
    width: 38px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(9), .petalAnimation .animatedElement:nth-child(19), .petalAnimation .animatedElement:nth-child(29), .petalAnimation .animatedElement:nth-child(39), .petalAnimation .animatedElement:nth-child(49), .petalAnimation .animatedElement:nth-child(59), .petalAnimation .animatedElement:nth-child(69), .petalAnimation .animatedElement:nth-child(79), .petalAnimation .animatedElement:nth-child(89), .petalAnimation .animatedElement:nth-child(99), .petalAnimation .animatedElement:nth-child(109), .petalAnimation .animatedElement:nth-child(119), .petalAnimation .animatedElement:nth-child(129), .petalAnimation .animatedElement:nth-child(139), .petalAnimation .animatedElement:nth-child(149) {
    width: 22.8px;
  }
}

.petalAnimation .animatedElement:nth-child(10), .petalAnimation .animatedElement:nth-child(20), .petalAnimation .animatedElement:nth-child(30), .petalAnimation .animatedElement:nth-child(40), .petalAnimation .animatedElement:nth-child(50), .petalAnimation .animatedElement:nth-child(60), .petalAnimation .animatedElement:nth-child(70), .petalAnimation .animatedElement:nth-child(80), .petalAnimation .animatedElement:nth-child(90), .petalAnimation .animatedElement:nth-child(100), .petalAnimation .animatedElement:nth-child(110), .petalAnimation .animatedElement:nth-child(120), .petalAnimation .animatedElement:nth-child(130), .petalAnimation .animatedElement:nth-child(140), .petalAnimation .animatedElement:nth-child(150) {
  height: auto;
}

@media screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(10), .petalAnimation .animatedElement:nth-child(20), .petalAnimation .animatedElement:nth-child(30), .petalAnimation .animatedElement:nth-child(40), .petalAnimation .animatedElement:nth-child(50), .petalAnimation .animatedElement:nth-child(60), .petalAnimation .animatedElement:nth-child(70), .petalAnimation .animatedElement:nth-child(80), .petalAnimation .animatedElement:nth-child(90), .petalAnimation .animatedElement:nth-child(100), .petalAnimation .animatedElement:nth-child(110), .petalAnimation .animatedElement:nth-child(120), .petalAnimation .animatedElement:nth-child(130), .petalAnimation .animatedElement:nth-child(140), .petalAnimation .animatedElement:nth-child(150) {
    width: 28px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(10), .petalAnimation .animatedElement:nth-child(20), .petalAnimation .animatedElement:nth-child(30), .petalAnimation .animatedElement:nth-child(40), .petalAnimation .animatedElement:nth-child(50), .petalAnimation .animatedElement:nth-child(60), .petalAnimation .animatedElement:nth-child(70), .petalAnimation .animatedElement:nth-child(80), .petalAnimation .animatedElement:nth-child(90), .petalAnimation .animatedElement:nth-child(100), .petalAnimation .animatedElement:nth-child(110), .petalAnimation .animatedElement:nth-child(120), .petalAnimation .animatedElement:nth-child(130), .petalAnimation .animatedElement:nth-child(140), .petalAnimation .animatedElement:nth-child(150) {
    width: 16.8px;
  }
}

.photo {
  position: relative;
}

@media screen and (min-width: 768px) {
  .photo + .caption {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .photo + .caption {
    padding-top: 10px;
  }
}

.photo__capIn, .photo__capOut {
  font-size: 10px;
  line-height: calc(18 / 10);
}

.photo__capIn, .photo__capOut {
  position: absolute;
}

.photo__capIn {
  bottom: 5px;
  right: 5px;
}

.photo__capOut {
  padding: 5px 5px 0 0;
  right: 0;
  text-align: right;
  top: 100%;
}

.photo .numCap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: .1em;
  line-height: 1;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .photo .numCap {
    font-size: 14px;
    height: 20px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .photo .numCap {
    font-size: calc(22 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
    width: calc(32 / 750 * 100vw);
  }
}

.photo__pic {
  display: block;
}

.photo--full .photo__image {
  width: 100%;
}

.photo--fit {
  height: 100%;
}

.photo--fit .photo__pic,
.photo--fit .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo--shadow {
  -webkit-box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
          box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
}

.pic {
  display: block;
  position: relative;
}

.pic__capIn, .pic__capOut {
  font-size: 10px;
  line-height: calc(18 / 10);
}

.pic__capIn, .pic__capOut {
  position: absolute;
}

.pic__capIn {
  bottom: 5px;
  right: 5px;
}

.pic__capOut {
  padding-top: 5px;
  right: 0;
  top: 100%;
}

.pic__pic {
  display: block;
}

.pinchInFigure {
  position: relative;
}

.pinchInFigure .figurePlot {
  -webkit-transition: opacity 2s ease 4s, visibility 2s ease 4s;
  transition: opacity 2s ease 4s, visibility 2s ease 4s;
}

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

@media screen and (max-width: 768px) {
  .pinchInFigure .figurePlot {
    top: calc(-20 / 750 * 100vw);
  }
}

.pinchInFigure .figurePlot .svgIcon {
  height: auto;
}

@media screen and (max-width: 768px) {
  .pinchInFigure .figurePlot .svgIcon {
    width: calc(40 / 750 * 100vw);
  }
}

.pinchInFigure.sai-animate .figurePlot {
  opacity: 0;
  visibility: hidden;
}

.pinchInFigure--shadow {
  -webkit-box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
          box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
}

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

.sectTtl {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(12, 17, 11, 0.1);
          box-shadow: 0 0 10px rgba(12, 17, 11, 0.1);
  position: relative;
  z-index: 1;
}

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

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

.sectTtl:before {
  aspect-ratio: 1 / 1;
  background-color: #a69663;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .sectTtl:before {
    width: 8px;
  }
}

@media screen and (max-width: 768px) {
  .sectTtl:before {
    width: calc(12 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .sectTtl .inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sectTtl .subTtl {
  color: #a69663;
  display: inline-block;
  letter-spacing: .1em;
  line-height: 1;
  padding-right: 1.6em;
  position: relative;
  z-index: 1;
}

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

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

.sectTtl .subTtl:after {
  bottom: 0;
  color: #333331;
  content: '／';
  height: 1em;
  position: absolute;
  right: .3em;
  width: 1em;
}

.sectTtl .subTtl .num {
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .sectTtl .subTtl .num {
    font-size: 52px;
  }
}

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

@media screen and (max-width: 768px) {
  .sectTtl .subTtl + .mainTtl {
    margin-top: calc(26 / 750 * 100vw);
  }
}

.sectTtl .mainTtl {
  color: #333331;
  letter-spacing: .1em;
  position: relative;
  z-index: 1;
  line-height: 1.5;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .sectTtl .mainTtl .small {
    display: inline-block;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .sectTtl .mainTtl .small {
    display: block;
    font-size: calc(26 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .sectTtl--large .inner {
    font-size: 24px;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .selectBtn__item {
    width: calc((100% - 150px) / 6);
  }
}

@media screen and (max-width: 768px) {
  .selectBtn__item {
    width: calc((100% - 16px) / 3);
  }
}

.selectBtn__trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  color: #333331;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: background-color .4s ease, color .4s ease;
  transition: background-color .4s ease, color .4s ease;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .selectBtn__trigger {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .selectBtn__trigger {
    min-height: calc(102 / 750 * 100vw);
  }
}

.selectBtn__trigger.is-active {
  background-color: rgba(204, 202, 196, 0.5);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .selectBtn__trigger:hover {
    background-color: rgba(204, 202, 196, 0.5);
  }
}

@media (hover: hover) and (pointer: fine) {
  .selectBtn__trigger:hover {
    background-color: rgba(204, 202, 196, 0.5);
  }
}

@media screen and (max-width: 768px) {
  .selectBtn__trigger:before {
    background-color: rgba(204, 202, 196, 0.3);
    content: '';
    height: 100%;
    position: absolute;
    right: calc(50 / 750 * 100vw);
    top: 0;
    width: 1px;
    z-index: 2;
  }
}

.selectBtn__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

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

.selectBtn__inner .name {
  display: inline-block;
  letter-spacing: .15em;
  line-height: 1.36364;
}

.selectBtn__inner .name:before {
  content: '';
  margin-top: calc((1 - 1.36364) * .5em);
}

.selectBtn__inner .name:after {
  margin-bottom: calc((1 - 1.36364) * .5em);
}

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

@media screen and (min-width: 768px) {
  .selectBtn__inner .name {
    font-size: 16px;
  }
}

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

.selectBtn__inner .en {
  display: block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: 1;
}

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

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

@media screen and (min-width: 768px) {
  .selectBtn__inner .en + .jp {
    margin-top: 9px;
  }
}

@media screen and (max-width: 768px) {
  .selectBtn__inner .en + .jp {
    margin-top: calc(22 / 750 * 100vw);
  }
}

.selectBtn__inner .jp {
  display: block;
  line-height: 1.36364;
}

.selectBtn__inner .jp:before {
  content: '';
  margin-top: calc((1 - 1.36364) * .5em);
}

.selectBtn__inner .jp:after {
  margin-bottom: calc((1 - 1.36364) * .5em);
}

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

@media screen and (min-width: 768px) {
  .selectBtn__inner .jp {
    font-size: 12px;
    letter-spacing: .3em;
  }
}

@media screen and (max-width: 768px) {
  .selectBtn__inner .jp {
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: .15em;
  }
}

.selectBtn__dir {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .selectBtn__dir {
    -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;
    width: calc(50 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .selectBtn__dir:before {
    background-color: rgba(204, 202, 196, 0.3);
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.selectBtn__dir .generalArrow {
  display: block;
  margin: 0 auto;
}

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

.selectBtn__dir .generalArrow .svgIcon {
  fill: currentColor;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.selectBtn--dark .selectBtn__trigger {
  background-color: rgba(158, 157, 152, 0.2);
  color: #cccac4;
}

.selectBtn--dark .selectBtn__trigger.is-active {
  background-color: rgba(255, 255, 255, 0.5);
  color: #333331;
}

@media screen and (min-width: 768px) {
  .selectBtn--dark .selectBtn__trigger:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #333331;
  }
}

@media (hover: hover) and (pointer: fine) {
  .selectBtn--dark .selectBtn__trigger:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #333331;
  }
}

.selectBtn--dark .selectBtn__dir .generalArrow {
  opacity: .4;
}

.selectBtn--large .selectBtn__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (min-width: 768px) {
  .selectBtn--large .selectBtn__list {
    gap: 20px 30px;
  }
}

@media screen and (max-width: 768px) {
  .selectBtn--large .selectBtn__list {
    gap: 8px;
  }
}

@media screen and (min-width: 768px) {
  .selectBtn--large .selectBtn__item {
    width: calc((100% - 90px) / 4);
  }
}

@media screen and (max-width: 768px) {
  .selectBtn--large .selectBtn__item {
    width: calc(50% - 4px);
  }
}

.selectBtn--large .selectBtn__trigger {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .selectBtn--large .selectBtn__trigger {
    min-height: 84px;
  }
}

@media screen and (min-width: 768px) {
  .selectBtn--large .selectBtn__dir {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .selectBtn--large .selectBtn__inner {
    padding: 26px;
  }
}

@media screen and (min-width: 768px) {
  .selectBtn--large .selectBtn__inner .name {
    font-size: 14px;
    letter-spacing: .2em;
  }
}

.selectBtn--label {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .selectBtn--label {
    padding: 112px 0;
  }
}

@media screen and (max-width: 768px) {
  .selectBtn--label {
    padding: calc(88 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}

.selectBtn--label:after {
  background-color: #666255;
  content: '';
  height: 100%;
  inset: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .selectBtn--label:after {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .selectBtn--label:after {
    width: calc(100% + 40px);
  }
}

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

.selectBtn--label .selectBtn__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (min-width: 768px) {
  .selectBtn--label .selectBtn__item {
    width: 585px;
  }
}

@media screen and (max-width: 768px) {
  .selectBtn--label .selectBtn__item {
    width: calc(287 / 750 * 100vw);
  }
}

.selectBtn--label .selectBtn__trigger {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #f1f5f0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: inherit;
}

.selectBtn--label .selectBtn__trigger:before {
  content: none;
}

.selectBtn--label .selectBtn__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.selectBtn--label .selectBtn__dir {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .selectBtn--label .selectBtn__dir {
    margin-top: calc(34 / 750 * 100vw);
    padding-top: calc(16 / 750 * 100vw);
  }
}

.selectBtn--label .selectBtn__dir:before {
  background-color: rgba(204, 202, 196, 0.8);
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .selectBtn--label .selectBtn__dir:before {
    right: calc(50 / 750 * 100vw);
  }
}

.selectBtn--planSelect .selectBtn__trigger.is-active {
  pointer-events: auto;
}

.selectBtn--planSelect .selectBtn__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (min-width: 768px) {
  .selectBtn--planSelect .selectBtn__list {
    gap: 30px 56px;
  }
}

@media screen and (max-width: 768px) {
  .selectBtn--planSelect .selectBtn__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.selectBtn--planSelect .selectBtn__trigger {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .selectBtn--planSelect .selectBtn__trigger {
    min-height: 84px;
  }
}

@media screen and (min-width: 768px) {
  .selectBtn--planSelect .selectBtn__item {
    width: 195px;
  }
}

@media screen and (max-width: 768px) {
  .selectBtn--planSelect .selectBtn__item {
    width: calc(50% - 4px);
  }
}

@media screen and (min-width: 768px) {
  .selectBtn--planSelect .selectBtn__item--full {
    width: 446px;
  }
}

@media screen and (max-width: 768px) {
  .selectBtn--planSelect .selectBtn__item--full {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .selectBtn--planSelect .selectBtn__dir {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .selectBtn--planSelect .selectBtn__inner {
    padding: 26px 5px;
  }
}

@media screen and (min-width: 768px) {
  .selectBtn--planSelect .selectBtn__inner .name {
    font-size: 14px;
    letter-spacing: .2em;
  }
}

.selectBtn--areaInfo .selectBtn__trigger {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .selectBtn--areaInfo .selectBtn__dir {
    height: auto;
  }
}

.selectBtn--areaInfo .selectBtn__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (min-width: 768px) {
  .selectBtn--areaInfo .selectBtn__inner {
    padding: 12px 0;
  }
}

@media screen and (min-width: 768px) {
  .selectBtn--areaInfo .selectBtn__inner .name {
    letter-spacing: .06em;
  }
}

@media screen and (min-width: 768px) {
  .selectBtn--areaInfo .selectBtn__item {
    min-width: 123px;
    width: calc((100% - 210px) / 8);
  }
}

@media screen and (max-width: 768px) {
  .selectBtn--areaInfo .selectBtn__item {
    width: calc(50% - 4px);
  }
}

@media screen and (min-width: 768px) {
  .selectBtn--madoriView .selectBtn__list {
    gap: 16px;
  }
}

@media screen and (min-width: 768px) {
  .selectBtn--madoriView .selectBtn__item {
    width: 185px;
  }
}

@media screen and (max-width: 768px) {
  .selectBtn--madoriView .selectBtn__item {
    width: calc((100% - 16px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .selectBtn--madoriView .selectBtn__trigger {
    min-height: calc(87 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .selectBtn--madoriView .selectBtn__inner .name {
    font-size: calc(30 / 750 * 100vw);
  }
}

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

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

@media screen and (max-width: 768px) {
  .modalNotice + .stackingBox__inner {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.stackingBox__scroll {
  -webkit-box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
          box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
  position: relative;
}

@media screen and (max-width: 768px) {
  .stackingBox__scroll {
    height: 100%;
    margin-left: -40px;
    margin-right: -40px;
    overflow: scroll;
  }
  .stackingBox__scroll::-webkit-scrollbar {
    display: none;
  }
}

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

@media screen and (max-width: 768px) {
  .stackingBox__cont {
    display: inline-block;
    height: calc(960 / 750 * 100vw);
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .stackingBox__cont .photo,
  .stackingBox__cont .photo__pic,
  .stackingBox__cont .photo__image {
    display: inline-block;
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

.stackingBox__att {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6b6a67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 50%;
  line-height: 1;
  margin-left: auto;
  pointer-events: none;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .stackingBox__att {
    font-size: 16px;
    margin-right: 0;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .stackingBox__att {
    font-size: calc(24 / 750 * 100vw);
    margin-right: auto;
    padding-bottom: 8px;
  }
}

.stackingBox__att .icon {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .stackingBox__att .icon {
    margin-right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .stackingBox__att .icon {
    margin-right: 6px;
  }
}

.stackingBox__att .icon .svgIcon {
  fill: #a69663;
}

@media screen and (min-width: 768px) {
  .stackingBox__att .icon {
    aspect-ratio: 1 / 1;
    width: 31px;
  }
}

@media screen and (max-width: 768px) {
  .stackingBox__att .icon {
    aspect-ratio: 57 / 56;
    width: calc(57 / 750 * 100vw);
  }
}

.stackingBox__item {
  display: inline-block;
  position: absolute;
}

.stackingBox__trigger {
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  color: #ffffff;
  position: relative;
  -webkit-transition: color .6s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  transition: color .6s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  transition: box-shadow .4s ease-in-out, color .6s ease-in-out;
  transition: box-shadow .4s ease-in-out, color .6s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  z-index: 1;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .stackingBox__trigger {
    height: calc(54 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .stackingBox__trigger {
    -webkit-animation: glowEffect 3s infinite ease-in-out;
            animation: glowEffect 3s infinite ease-in-out;
    height: calc(77 / 750 * 100vw);
  }
}

@-webkit-keyframes glowEffect {
  0% {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  }
  50% {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 0 18px white, 0 0 24px white, 1px 1px 18px white;
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 0 18px white, 0 0 24px white, 1px 1px 18px white;
  }
  100% {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  }
}

@keyframes glowEffect {
  0% {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  }
  50% {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 0 18px white, 0 0 24px white, 1px 1px 18px white;
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 0 18px white, 0 0 24px white, 1px 1px 18px white;
  }
  100% {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  }
}

.stackingBox__trigger .bg {
  height: 100%;
  -webkit-transition: -webkit-filter .8s ease-in-out;
  transition: -webkit-filter .8s ease-in-out;
  transition: filter .8s ease-in-out;
  transition: filter .8s ease-in-out, -webkit-filter .8s ease-in-out;
  width: auto;
}

.stackingBox__trigger .bg .photo {
  height: 100%;
  width: auto;
}

.stackingBox__trigger .bg .photo__pic, .stackingBox__trigger .bg .photo__image {
  height: 100%;
  width: auto;
}

.stackingBox__trigger .ov {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 100%;
  z-index: 2;
}

.stackingBox__trigger .ov .photo {
  height: 100%;
  width: auto;
}

.stackingBox__trigger .ov .photo__pic, .stackingBox__trigger .ov .photo__image {
  height: 100%;
  width: auto;
}

.stackingBox__trigger .inner {
  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%);
  white-space: nowrap;
  width: 100%;
  z-index: 3;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .stackingBox__trigger .inner {
    padding: 0 calc(30 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .stackingBox__trigger .inner {
    padding: 0 calc(20 / 750 * 100vw);
  }
}

.stackingBox__trigger .t {
  display: inline-block;
  line-height: 1.5;
}

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

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

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

@media screen and (min-width: 768px) {
  .stackingBox__trigger .t {
    font-size: 16px;
    letter-spacing: .1em;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .stackingBox__trigger .t {
    font-size: calc(16 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .stackingBox__trigger .t {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: .05em;
  }
}

@media screen and (min-width: 768px) {
  .stackingBox__trigger:hover {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  }
  .stackingBox__trigger:hover .bg {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}

@media (hover: hover) and (pointer: fine) {
  .stackingBox__trigger:hover {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  }
  .stackingBox__trigger:hover .bg {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}

@media screen and (min-width: 768px) {
  .stackingBox__trigger--ov:hover {
    color: #120f04;
  }
  .stackingBox__trigger--ov:hover .ov {
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .stackingBox__trigger--ov:hover {
    color: #120f04;
  }
  .stackingBox__trigger--ov:hover .ov {
    opacity: 1;
  }
}

.stackingBox__note {
  padding-top: 10px;
  text-align: right;
}

.stackingBox__note .atriumSVG {
  display: inline-block;
  height: auto;
  margin-left: 10px;
  width: 36px;
}

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

@media screen and (max-width: 768px) {
  .stackingBox .figurePlot {
    left: -20px;
  }
}

.stackingBox .figurePlot .svgIcon {
  aspect-ratio: 42 / 50;
}

@media screen and (max-width: 768px) {
  .stackingBox .figurePlot .svgIcon {
    width: 21px;
  }
}

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

@media screen and (min-width: 768px) {
  .stackingBox--landscape .stackingBox__item--terrace01 {
    left: calc(743 / 998 * 100%);
    top: calc(334 / 748 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .stackingBox--landscape .stackingBox__item--terrace01 {
    left: calc(996 / 1280 * 100%);
    top: calc(425 / 960 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .stackingBox--landscape .stackingBox__item--terrace02 {
    left: calc(64 / 998 * 100%);
    top: calc(331 / 748 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .stackingBox--landscape .stackingBox__item--terrace02 {
    left: calc(67 / 1280 * 100%);
    top: calc(432 / 960 * 100%);
  }
}

.swipeFigure {
  position: relative;
}

.swipeFigure__inner {
  overflow: scroll;
}

@media screen and (max-width: 768px) {
  .swipeFigure__inner {
    height: calc(500 / 750 * 100vw);
  }
}

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

.swipeFigure__inner[data-mode=''] .photo,
.swipeFigure__inner[data-mode=''] .photo__pic,
.swipeFigure__inner[data-mode=''] .photo__image {
  height: 100%;
  max-width: unset;
  width: auto;
}

@media screen and (min-width: 768px) {
  .swipeFigure__inner[data-mode='pc'] .photo,
  .swipeFigure__inner[data-mode='pc'] .photo__pic,
  .swipeFigure__inner[data-mode='pc'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure__inner[data-mode='pc'] + .figurePlot {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .swipeFigure__inner[data-mode='sp'] + .figurePlot {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure__inner[data-mode='sp'] .photo,
  .swipeFigure__inner[data-mode='sp'] .photo__pic,
  .swipeFigure__inner[data-mode='sp'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

.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__capOut {
  padding: 5px 5px 0 0;
  right: 0;
  text-align: right;
  top: 100%;
}

.swipeFigure .figurePlot .svgIcon {
  height: auto;
}

@media screen and (max-width: 768px) {
  .swipeFigure .figurePlot .svgIcon {
    width: calc(40 / 750 * 100vw);
  }
}

.swipeFigure--shadow {
  -webkit-box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
          box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
}

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

.txt {
  letter-spacing: .1em;
  line-height: 2;
}

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

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

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

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

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

.txt .caption {
  display: inline-block;
  line-height: 1.5;
}

.txt + .caption {
  margin-top: 10px;
}

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

.txt--small {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

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

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

.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__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usageNote__list + .caption {
  margin-top: 1em;
}

.usageNote__item {
  display: inline-block;
  margin-right: 10px;
}

.usageNote__item .icon {
  display: inline-block;
  margin-right: 3px;
  vertical-align: sub;
}

@media screen and (min-width: 768px) {
  .usageNote__item .icon {
    width: 38px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item .icon {
    width: calc(66 / 750 * 100vw);
  }
}

.usageNote__item .icon--storage {
  aspect-ratio: 33 / 12;
  background-color: #cccdc3;
  border: 1px solid #aaaaaa;
}

.usageNote__item .icon--floor {
  aspect-ratio: 33 / 12;
  background-color: #f3e4cc;
  border: 1px solid #aaaaaa;
}

.usageNote__item .icon--light {
  aspect-ratio: 38 / 7;
  vertical-align: inherit;
}

.usageNote__item .icon--wind {
  aspect-ratio: 30 / 8;
  vertical-align: inherit;
}

.zoomFigure {
  margin: 0 auto;
  position: relative;
}

.zoomFigure .figurePlot {
  background-color: rgba(247, 247, 247, 0.9);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  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 {
  height: auto;
  margin-left: -5px;
}

@media screen and (max-width: 768px) {
  .zoomFigure .figurePlot .svgIcon {
    width: 28px;
  }
}

.zoomFigure.sai-animate .figurePlot {
  opacity: 0;
}

.zoomFigure__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.zoomFigure__controller .btnSVG {
  display: block;
  height: 100%;
  width: 100%;
}

.zoomFigure__controller .btnSVG__path {
  fill: #ffffff;
}

.zoomFigure__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #333331;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .zoomFigure__btn {
    width: calc(80 / 750 * 100vw);
  }
}

.zoomFigure__btn:not(:last-of-type) {
  margin-bottom: 1px;
}

.zoomFigure__btn .btnSVG {
  display: block;
  height: auto;
  width: calc(34 / 750 * 100vw);
}

.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: 5px;
  top: 100%;
}

.zoomFigure__inner {
  height: 100%;
  overflow: scroll;
}

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

.zoomFigure__wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

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

.zoomFigure + .caption {
  margin-top: 10px;
}

.zoomFigure--shadow {
  -webkit-box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
          box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
}

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

/* COMPONENTS */
/* DEVELOPMENT */
.dummyArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #aaaaaa;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .dummyArea {
    height: 600px;
    margin-top: 40px;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .dummyArea {
    height: 300px;
    margin-top: 20px;
    padding: 20px 40px;
  }
}

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

@media screen and (min-width: 768px) {
  .dummyArea__content {
    font-size: 18px;
    line-height: calc(30 / 18);
  }
}

@media screen and (max-width: 768px) {
  .dummyArea__content {
    font-size: 15px;
    line-height: calc(50 / 30);
  }
}

/* DEVELOPMENT */
</pre></body></html>