@charset "UTF-8";
/* BASE */
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 * 7. Font rendering settings;  1x => subpixel、2x or higher => grayscale http://creator.dwango.co.jp/14128.html
 */
html {
  cursor: default;
  /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 2 */
  line-height: 1.15;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/* BASE */
/* MIXINS */
/* MIXINS */
/* VARIABLES */
/* VARIABLES */
/* BASE */
body {
  border: none;
  margin: 0;
  padding: 0;
}

/* image */
img,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
textarea {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a {
  cursor: pointer;
}

table {
  font-size: 100%;
}

hr.separator {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 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::-webkit-scrollbar:horizontal {
  display: none;
  height: 0;
  width: 0;
}

body {
  background: #ffffff;
}

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .currentPage {
    min-width: unset;
    width: 100%;
    max-width: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .currentPage table, .currentPage .table, .currentPage [class*="table"] {
    overflow-x: auto !important;
    max-width: 100vw;
  }
  .currentPage [style*="100vw"],
  .currentPage *[class*="__inner"] {
    max-width: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

a {
  color: #504e4a;
  text-decoration: none;
}

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

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

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

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

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

.skipLink:hover {
  background: #333;
}

.wrap {
  margin: 0 auto;
}

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

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

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

.caption,
.capIn,
.capOut {
  color: #999999;
  font-size: 10px;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0;
  line-height: 1.4;
}

.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[data-color='label'],
.capIn[data-color='label'],
.capOut[data-color='label'] {
  background: rgba(102, 102, 102, 0.8);
  bottom: 0;
  color: #ffffff;
  padding: 5px;
  right: auto;
}

.caption[data-color='label'] .inner,
.capIn[data-color='label'] .inner,
.capOut[data-color='label'] .inner {
  display: block;
  line-height: 1.4;
}

.caption[data-color='label'] .inner:before,
.capIn[data-color='label'] .inner:before,
.capOut[data-color='label'] .inner:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.caption[data-color='label'] .inner:after,
.capIn[data-color='label'] .inner:after,
.capOut[data-color='label'] .inner:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.caption[data-color='label'] .inner:before, .caption[data-color='label'] .inner:after,
.capIn[data-color='label'] .inner:before,
.capIn[data-color='label'] .inner:after,
.capOut[data-color='label'] .inner:before,
.capOut[data-color='label'] .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.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", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ieMessage-recommentBtn__link .en {
  font-family: "EB Garamond", 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;
}

[data-sai='mask-txt'] {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.3%, #fff), color-stop(66.6%, rgba(255, 255, 255, 0.1)));
  -webkit-mask-image: linear-gradient(90deg, #fff 33.3%, rgba(255, 255, 255, 0.1) 66.6%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.3%, #fff), color-stop(66.6%, rgba(255, 255, 255, 0.1)));
          mask-image: linear-gradient(90deg, #fff 33.3%, rgba(255, 255, 255, 0.1) 66.6%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-position: 100% 100%;
          mask-position: 100% 100%;
  -webkit-transition: -webkit-mask-position ease-in-out;
  transition: -webkit-mask-position ease-in-out;
  transition: mask-position ease-in-out;
  transition: mask-position ease-in-out, -webkit-mask-position ease-in-out;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-sai='mask-txt'].sai-animate {
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
}

[data-sai='clip-path-left'] {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

[data-sai='clip-path-left'].sai-animate {
  -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1);
}

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

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

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

.bottomArea__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

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

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

.bottomArea__cap {
  padding: 80px 0;
}

.bottomArea__notice {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bottomArea__notice {
    margin: 100px auto 0;
    max-width: 758px;
    padding: 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .bottomArea__notice {
    margin-top: 64px;
    padding: 32px 0;
  }
}

.bottomArea__attention {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .contentMenu {
    display: grid;
    grid-template-rows: 1fr auto;
    padding: 144px 0 0;
  }
}

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

.contentMenu__bg {
  background-color: #e6ecf0;
  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-external {
  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-external {
  opacity: 1;
  -webkit-transition: .3s .28s;
  transition: .3s .28s;
  visibility: visible;
}

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

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

.contentMenu-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 9990;
}

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

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

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

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

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

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

.contentMenu-menu__line {
  width: 100%;
}

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

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

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

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

.contentMenu-gradient {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  width: 100%;
  z-index: 1;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

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

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

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

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

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

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

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

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

@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;
  max-width: 1240px;
  position: relative;
  width: 100%;
  z-index: 9;
}

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

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

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

@media screen and (max-width: 768px) {
  .contentMenu-pageList {
    gap: 0 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

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

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

.contentMenu-pageList__item:after {
  background-color: #cccccc;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.contentMenu-pageList__item--full {
  width: 100%;
}

.contentMenu-pageList__item.is-active .contentMenu-pageList__link {
  background-color: rgba(206, 221, 230, 0.5);
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__item:hover .contentMenu-pageList__link {
    background-color: rgba(206, 221, 230, 0.5);
  }
}

@media (hover: hover) and (pointer: fine) {
  .contentMenu-pageList__item:hover .contentMenu-pageList__link {
    background-color: rgba(206, 221, 230, 0.5);
  }
}

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

.contentMenu-pageList__item.is-off .contentMenu-pageList__link {
  opacity: .2;
}

.contentMenu-pageList__item.is-new .contentMenu-pageList__link .en {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contentMenu-pageList__item.is-new .contentMenu-pageList__link .en:after {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(50%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(90deg, #a08c6a 0%, #c3ad8e 50%, #8f7c5d 100%);
  color: #ffffff;
  content: 'NEW';
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 12px;
  letter-spacing: .04em;
  line-height: .9;
  margin-left: 8px;
  padding: 4px 10px;
}

.contentMenu-pageList__link {
  color: #504e4a;
  display: block;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  width: 100%;
  z-index: 1;
}

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

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

.contentMenu-pageList__link .jp {
  display: block;
  line-height: 1.4;
}

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

.contentMenu-pageList__link .jp:after {
  margin-bottom: calc((1 - 1.4) * .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: .05em;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__link .jp {
    font-size: 10px;
    letter-spacing: 0;
  }
}

.contentMenu-pageList__link .en {
  display: inline-block;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  line-height: 1.2;
  position: relative;
  z-index: 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: 20px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .contentMenu-pageList__link .arrow {
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 32px;
    z-index: 2;
  }
}

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

.contentMenu-pageList__link .arrow .svgIcon {
  display: block;
  height: auto;
  width: 100%;
}

.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: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
}

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

.contentMenu-specialList__item {
  position: relative;
}

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

.contentMenu-specialList__item.is-off {
  pointer-events: 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 {
  display: none;
}

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

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

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

.contentMenu-dropdown {
  border: 1px solid #cccccc;
}

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

.contentMenu-dropdown__head {
  position: relative;
}

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

.contentMenu-dropdown__head .statusIcon {
  position: absolute;
  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 {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head .statusIcon {
    height: 15px;
    right: 16px;
    width: 15px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown__head .statusIcon:before {
    content: '＞';
    display: block;
    font-size: 14px;
    -webkit-transform: scale(0.6, 1);
            transform: scale(0.6, 1);
  }
}

@media screen and (max-width: 768px) {
  .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: #504e4a;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: .15em;
  width: auto;
}

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

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

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

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

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

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

.contentMenu-dropdown__txt {
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: .05em;
}

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

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

.contentMenu-subNav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.contentMenu-subNav__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: .05em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-subNav__link {
    font-size: 12px;
    padding-left: 22px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contentMenu-subNav__link:hover {
    opacity: .7;
  }
}

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

.contentMenu-subNav .svgIcon {
  height: auto;
  width: 11px;
}

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

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

@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-external {
  background-color: #272f36;
  color: #ffffff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-external {
    margin-top: 60px;
    padding-bottom: 92px;
    padding-top: 40px;
  }
  .contentMenu-external:before {
    background-color: #ffffff;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

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

.contentMenu-external__inner {
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .contentMenu-external__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}

@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 #bbbbbb;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .contentMenu-residenceList {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 590px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cvMenu {
  pointer-events: none;
}

.cvMenu__content {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: .6s;
  transition: .6s;
  visibility: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.cvMenu__inner {
  background-color: #ffffff;
}

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

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

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

.cvMenu .mansionSymbol {
  opacity: 0;
  position: absolute;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  visibility: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

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

.cvMenu-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 9993;
}

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

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

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

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

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

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

.cvMenu-menu__line {
  width: 100%;
}

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

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

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

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

.cvMenu-bnrArea {
  background-color: #272f36;
}

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

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

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

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 64px;
    -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: 335px;
  }
}

.cvMenu-bnrGroup--main .cvMenu-bnr__txt {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

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

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

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

@media screen and (max-width: 768px) {
  .cvMenu-bnrGroup--main .cvMenu-bnr__txt {
    padding: 0 20px;
  }
}

.cvMenu-bnrGroup--main .cvMenu-bnr__txt .large {
  display: block;
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.6;
}

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

.cvMenu-bnrGroup--main .cvMenu-bnr__txt .large:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

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

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

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

.cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn__link {
  gap: 12px;
  padding: 22px 20px;
}

.cvMenu-bnrGroup--tel {
  padding-top: 60px;
  position: relative;
}

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

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

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

@media screen and (min-width: 768px) {
  .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 {
  font-size: 14px;
  line-height: 1.4;
}

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

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

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

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

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

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

.cvMenu-bnr__txt {
  color: #ffffff;
  letter-spacing: .05em;
}

.cvMenu-btn {
  height: 80px;
  width: 100%;
}

.cvMenu-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#616c78), to(#313f4d));
  background: linear-gradient(90deg, #616c78 0%, #313f4d 100%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .cvMenu-btn__link:hover {
    opacity: .7;
  }
}

.cvMenu-btn__link .t {
  display: block;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1.6;
}

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

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

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

.cvMenu-btn__link .arrow {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 32px;
}

.cvMenu-btn__link .arrow .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}

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

.cvMenu-btn__link .svgIcon--tel {
  height: auto;
  margin-right: 12px;
}

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

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

.cvMenu-btn__link .svgIcon--request {
  width: 36px;
}

.cvMenu-btn__link .svgIcon--entry {
  width: 29px;
}

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

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

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

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

.cvMenu-btn__link--entry {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid #8fa4b9;
}

.cvMenu-btn__link--reserve {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(50%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(90deg, #a08c6a 0%, #c3ad8e 50%, #8f7c5d 100%);
}

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

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

.cvMenu-btn--tel .cvMenu-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "EB Garamond", serif;
  font-size: 40px;
  font-style: italic;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  line-height: 1;
}

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

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

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

.cvMenu-btn--tel .cvMenu-btn__schedule {
  color: #ffffff;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.4;
}

.cvMenu-btn--tel .cvMenu-btn__schedule:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.cvMenu-btn--tel .cvMenu-btn__schedule:after {
  margin-bottom: calc((1 - 1.4) * .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 (min-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__schedule {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__schedule {
    margin: 20px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

.cvMenu-corporateLogo__image--mitsubishi {
  width: 200px;
}

.cvMenu-corporateLogo__image--sumitomoshoji {
  width: 132.75px;
}

.cvMenu-corporateLogo__image--kintetsu {
  width: 150px;
}

.cvMenu-corporateLogo__image--sumisho-r {
  width: 231px;
}

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

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

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

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

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

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

.footer-contact__address {
  color: #f5f5f5;
}

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

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

.footer-contact__tel {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "EB Garamond", 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: #f5f5f5;
  letter-spacing: .15em;
}

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

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

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

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

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

.footer-contact__intro {
  display: block;
}

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

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

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

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

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

.footer-landline__txt {
  color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bnrSumaiGallery {
  display: block;
}

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

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

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

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

.footer-corporateList__logo--mitsubishi {
  width: 200px;
}

.footer-corporateList__logo--sumitomoshoji {
  width: 132.75px;
}

.footer-corporateList__logo--kintetsu {
  width: 150px;
}

.footer-corporateList__logo--sumisho-r {
  width: 231px;
}

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .footer-copyright__txt {
    border-top: 1px solid #f5f5f5;
    font-size: 9px;
    padding: 25px 0 45px;
    line-height: 1.66667;
  }
  .footer-copyright__txt:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .footer-copyright__txt:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .footer-copyright__txt:before, .footer-copyright__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.header-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 9999;
}

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

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

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

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

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

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

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

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

.header-menu__line {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mansionSymbol-bukkenLogo {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  width: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.mansionSymbol-bukkenLogo__link {
  width: 100%;
}

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

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

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

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

.mansionSymbol-gradient {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  width: 100%;
  z-index: -1;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

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

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

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

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

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

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

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

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

/* LAYOUT */
/* VENDOR */
/**
 * Swiper 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 > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(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 > .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 > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  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 > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

/* VENDOR */
/* COMPONENTS */
@media screen and (min-width: 768px) {
  .anchorBlock {
    padding: 200px 0;
  }
}

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

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

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

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

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

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

.anchorBlock__link {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background-color .6s ease-in-out;
  transition: background-color .6s ease-in-out;
}

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

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

.anchorBlock__link .en {
  display: block;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  line-height: 1;
}

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

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

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

@media (hover: hover) and (pointer: fine) {
  .anchorBlock__link:hover {
    background-color: #eae4d0;
  }
}

.anchorBlock__link.is-current {
  background-color: #eae4d0;
  pointer-events: none;
}

.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: calc(100vw - var(--scrollbar));
  z-index: -1;
}

.bgLayer--lightBlue:after {
  background-color: #e6ecf0;
}

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

.comingSoonCard__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #ffffff;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "EB Garamond", serif;
  font-style: italic;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  letter-spacing: .05em;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .comingSoonCard__ttl {
    font-size: 48px;
    height: calc(100% - 100px);
    width: calc(100% - 90px);
  }
}

@media screen and (max-width: 768px) {
  .comingSoonCard__ttl {
    font-size: 20px;
    height: calc(100% - 34px);
    width: calc(100% - 40px);
  }
}

.comingSoonCard__ttl .inner {
  display: block;
  line-height: 1.2;
}

.comingSoonCard__ttl .inner:before {
  content: '';
  margin-top: calc((1 - 1.2) * .5em);
}

.comingSoonCard__ttl .inner:after {
  margin-bottom: calc((1 - 1.2) * .5em);
}

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

.contentCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  -webkit-transition: background-color .6s ease-in-out;
  transition: background-color .6s ease-in-out;
  z-index: 1;
}

.contentCard__label {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(50%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(90deg, #a08c6a 0%, #c3ad8e 50%, #8f7c5d 100%);
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  left: 0;
  letter-spacing: .05em;
  line-height: 1;
  padding: 6px 10px 6px;
  position: absolute;
  top: 0;
  z-index: 2;
}

.contentCard__visual {
  width: 140px;
}

.contentCard__visual .photo {
  overflow: hidden;
}

.contentCard__visual .photo__image {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

.contentCard__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 24px;
  position: relative;
  z-index: 1;
}

.contentCard__desc:before {
  background-color: #cccccc;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  width: 100%;
}

.contentCard__ttl .jp {
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 10px;
  line-height: 1.4;
}

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

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

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

.contentCard__ttl .en {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  line-height: 1;
}

.contentCard__ttl .en + .jp {
  margin-top: 12px;
}

.contentCard__comingSoon {
  background-color: #f0f0f0;
  color: #666666;
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1;
  margin-top: 24px;
  padding: 8px 16px;
}

.contentCard__arrow {
  margin-top: 24px;
  overflow: hidden;
  width: 32px;
}

.contentCard__arrow .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

.contentCard__arrow .inner .arrowSVG {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  width: 32px;
}

@media screen and (min-width: 768px) {
  .contentCard:hover {
    background-color: rgba(143, 164, 185, 0.2);
  }
  .contentCard:hover .contentCard__desc:before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .contentCard:hover .contentCard__visual .photo__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .contentCard:hover .contentCard__arrow .inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .contentCard:hover {
    background-color: rgba(143, 164, 185, 0.2);
  }
  .contentCard:hover .contentCard__desc:before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .contentCard:hover .contentCard__visual .photo__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .contentCard:hover .contentCard__arrow .inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.contentCard--comingSoon {
  pointer-events: none;
}

.contentCard--comingSoon .contentCard__ttl {
  opacity: .2;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .contentList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .contentList__item {
    width: 335px;
  }
}

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

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

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

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

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

.contentListArea__ttl {
  color: #6e6653;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  text-align: center;
}

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

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

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

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

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

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

.cvBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: -webkit-gradient(linear, left top, right top, from(#616c78), to(#313f4d));
  background: linear-gradient(90deg, #616c78 0%, #313f4d 100%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  overflow: hidden;
  position: relative;
  -webkit-transition: padding 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: padding 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .cvBtn {
    margin-left: auto;
    margin-right: auto;
    max-width: 295px;
    padding: 24px 72px 24px 40px;
  }
}

.cvBtn:before {
  aspect-ratio: 1 / 1;
  background: rgba(167, 167, 167, 0.8);
  border-radius: 50%;
  content: '';
  display: block;
  left: 50%;
  mix-blend-mode: soft-light;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  width: 400px;
  z-index: -1;
}

.cvBtn__beforeArrow {
  display: block;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-52px, -50%);
          transform: translate(-52px, -50%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  width: 32px;
}

.cvBtn__icon {
  width: 30px;
}

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

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

.cvBtn__txt .jp {
  display: block;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1.6;
}

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

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

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

.cvBtn__txt .en {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  letter-spacing: .05em;
  line-height: 1;
}

.cvBtn__txt--col {
  height: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (min-width: 768px) {
  .cvBtn__txt--col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cvBtn__txt--col .jp,
.cvBtn__txt--col .en {
  height: 20px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

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

.cvBtn__arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  width: 32px;
}

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

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

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

.cvBtn__blank {
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 21px;
}

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

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

.cvBtn__blank .blankSVG {
  display: block;
  height: auto;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvBtn:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .cvBtn:hover .cvBtn__blank .blankSVG {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .cvBtn:hover .cvBtn__blank .blankSVG {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.cvBtn--entry {
  border: 1px solid #8fa4b9;
}

.cvBtn--reserve {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(50%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(90deg, #a08c6a 0%, #c3ad8e 50%, #8f7c5d 100%);
}

@media screen and (min-width: 768px) {
  .cvBtn--entry:hover, .cvBtn--reserve:hover {
    padding-left: 62px;
  }
  .cvBtn--entry:hover .cvBtn__txt, .cvBtn--reserve:hover .cvBtn__txt {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  .cvBtn--entry:hover .cvBtn__txt--col .jp, .cvBtn--reserve:hover .cvBtn__txt--col .jp {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .cvBtn--entry:hover .cvBtn__txt--col .en, .cvBtn--reserve:hover .cvBtn__txt--col .en {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .cvBtn--entry:hover .cvBtn__beforeArrow, .cvBtn--reserve:hover .cvBtn__beforeArrow {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .cvBtn--entry:hover .cvBtn__arrow, .cvBtn--reserve:hover .cvBtn__arrow {
    -webkit-transform: translate(52px, -50%);
            transform: translate(52px, -50%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn--entry:hover, .cvBtn--reserve:hover {
    padding-left: 62px;
  }
  .cvBtn--entry:hover .cvBtn__txt, .cvBtn--reserve:hover .cvBtn__txt {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  .cvBtn--entry:hover .cvBtn__txt--col .jp, .cvBtn--reserve:hover .cvBtn__txt--col .jp {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .cvBtn--entry:hover .cvBtn__txt--col .en, .cvBtn--reserve:hover .cvBtn__txt--col .en {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .cvBtn--entry:hover .cvBtn__beforeArrow, .cvBtn--reserve:hover .cvBtn__beforeArrow {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .cvBtn--entry:hover .cvBtn__arrow, .cvBtn--reserve:hover .cvBtn__arrow {
    -webkit-transform: translate(52px, -50%);
            transform: translate(52px, -50%);
  }
}

.cvBtn--residentClub {
  background: #3b3a38;
}

.cvBtn--residentClub .cvBtn__txt .jp {
  font-size: 16px;
}

.cvBtn--small {
  max-width: 237px;
  min-height: 45px;
  padding: 16px 72px 16px 34px;
}

.cvBtn--small .cvBtn__arrow {
  right: 24px;
}

.cvBtn--small .cvBtn__txt .en {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .cvBtn--small:hover .cvBtn__arrow {
    -webkit-transform: translate(56px, -50%);
            transform: translate(56px, -50%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn--small:hover .cvBtn__arrow {
    -webkit-transform: translate(56px, -50%);
            transform: translate(56px, -50%);
  }
}

@media screen and (min-width: 768px) {
  .cvCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 335px;
  }
}

.cvCard__head + .cvBtn {
  margin-top: 32px;
}

.cvCard__ttl {
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.6;
}

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

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

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

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

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

.cvCard__txt {
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.6;
}

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

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

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

.cvCard__ttl + .cvCard__txt {
  margin-top: 24px;
}

.descriptionCard__head .photo__image {
  width: 100%;
}

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

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

.descriptionCard--label .descriptionCard__cont {
  margin-top: 0;
}

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

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

.entryFlowArea__ttl {
  text-align: center;
}

.entryFlowArea__ttl .en {
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
  line-height: 1;
}

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

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

.entryFlowArea__ttl .en + .jp {
  margin-top: 16px;
}

.entryFlowArea__ttl .jp {
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

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

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

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

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

.entryFlowCard {
  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%;
  width: 100%;
}

.entryFlowCard__head {
  background-color: #8fa4b9;
  -webkit-clip-path: polygon(0 0, calc(100% - 24px) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 24px) 0%, 100% 100%, 0% 100%);
  color: #ffffff;
  padding: 14px 28px;
  position: relative;
  z-index: 1;
}

.entryFlowCard__ttl {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1;
}

.entryFlowCard__cont {
  background: #ffffff;
  padding: 32px 24px;
}

@media screen and (min-width: 768px) {
  .entryFlowCard__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.entryFlowCard__heading {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.6;
}

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

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

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

.entryFlowCard__txt {
  color: #666666;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.4;
}

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

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

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

.entryFlowCard__heading + .entryFlowCard__txt {
  margin-top: 24px;
}

.entryFlowCard__txt + .cvBtn {
  margin-top: 32px;
}

.entryFlowCard__txt + .caption {
  margin-top: 16px;
}

.entryFlowCard__txt + .caption {
  margin-top: 16px;
}

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

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

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

.enTtl {
  font-family: "EB Garamond", serif;
  font-style: italic;
  letter-spacing: .05em;
  line-height: 1;
  white-space: nowrap;
}

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

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

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

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

.enTtl__inner {
  display: block;
  line-height: 1.2;
}

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

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

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

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

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

.enTtl--large + .heading {
  margin-top: 60px;
}

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

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

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

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

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

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

.figurePlot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(34, 34, 34, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 3;
}

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

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

.flowCard__num {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  left: 0;
  letter-spacing: .05em;
  line-height: 1;
  position: absolute;
  top: 5px;
  z-index: 2;
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .flowCard__num {
    font-size: calc(20 / 1440 * 100vw);
  }
}

.flowCard__num .num {
  display: inline-block;
  font-size: 80px;
  font-style: italic;
  line-height: .8;
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .flowCard__num .num {
    font-size: calc(80 / 1440 * 100vw);
  }
}

.flowCard__txt {
  bottom: 39px;
  color: #ffffff;
  left: 50%;
  letter-spacing: .05em;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 2;
  line-height: 1.6;
}

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

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

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

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

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .flowCard__txt {
    font-size: calc(18 / 1440 * 100vw);
  }
}

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

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

@media screen and (max-width: 768px) {
  .flowGallery {
    margin: 0 auto;
    width: 240px;
  }
}

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

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

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .flowGallery__item {
    width: calc(320 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .flowGallery__item:not(:first-child) {
    padding-top: 69px;
  }
}

.flowGallery__item:not(:first-child):before {
  content: '';
  display: block;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .flowGallery__item:not(:first-child):before {
    aspect-ratio: 21 / 56;
    background: url("../imgs/pc/img-icon-arrow.svg") no-repeat top center/cover;
    left: 0;
    left: -45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .flowGallery__item:not(:first-child):before {
    aspect-ratio: 57 / 21;
    background: url("../imgs/sp/img-icon-arrow.svg") no-repeat top center/cover;
    left: 50%;
    top: 24px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 56px;
  }
}

.generalAcod__head {
  cursor: pointer;
  text-align: center;
}

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

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

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

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

.generalArrow .svgIcon {
  display: block;
  height: auto;
  width: 60px;
}

.generalBnr {
  display: inline-block;
  -webkit-transition: .5s ease-in-out opacity;
  transition: .5s ease-in-out opacity;
}

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

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

.generalBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #504e4a;
  border: 1px solid #999999;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 42px;
  padding: 16px;
  position: relative;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
  width: 326px;
}

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

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

.generalBtn__ttl {
  font-size: 16px;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.3;
}

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

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

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

.generalBtn__ttl .en {
  font-family: "EB Garamond", serif;
}

.generalBtn .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 32px;
}

.generalBtn .icon .svgIcon {
  display: block;
  height: auto;
  width: 100%;
}

.generalBtn .icon .svgIcon__path {
  fill: currentColor;
  -webkit-transition: .5s ease-in-out fill;
  transition: .5s ease-in-out fill;
}

.generalBtn--prev .icon {
  left: 20px;
  right: auto;
}

.generalBtn--prev .icon .svgIcon {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.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, visibility .9s;
  transition: opacity .9s, visibility .9s;
  visibility: hidden;
  width: calc(100vw - var(--scrollbar));
  z-index: 99999;
}

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .generalModal__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: calc(100dvh - 160px);
    width: 340px;
  }
}

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

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

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

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

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

.generalModal__inner .swipeFigure .figurePlot {
  display: none;
}

@media screen and (max-width: 768px) {
  .generalModal__inner .swipeFigure__inner {
    height: 450px;
  }
}

.generalModal__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  z-index: 1;
}

.generalModal__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.generalModal__guide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  letter-spacing: 0;
  padding: 12px 20px;
}

.generalModal__guide .inner {
  display: block;
  line-height: 1.6;
}

.generalModal__guide .inner:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.generalModal__guide .inner:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.generalSlider {
  position: relative;
}

.generalSlider .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: static;
}

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .generalSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
  }
}

.generalSlider__controller {
  margin: 40px auto 0;
  position: relative;
  width: 326px;
}

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

.generalSlider__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 73px;
}

.generalSlider__btn .svgIcon {
  display: block;
  height: auto;
  width: 100%;
}

.generalSlider__progress {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.generalSlider__progress .current,
.generalSlider__progress .per,
.generalSlider__progress .total {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.3;
}

.generalSlider__progress .current:before,
.generalSlider__progress .per:before,
.generalSlider__progress .total:before {
  content: '';
  margin-top: calc((1 - 1.3) * .5em);
}

.generalSlider__progress .current:after,
.generalSlider__progress .per:after,
.generalSlider__progress .total:after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

.generalSlider__progress .current:before, .generalSlider__progress .current:after,
.generalSlider__progress .per:before,
.generalSlider__progress .per:after,
.generalSlider__progress .total:before,
.generalSlider__progress .total:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

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

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

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

.generalSlider__playBtn .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.generalTab__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  text-align: center;
  -webkit-transition: background-color .6s ease-in-out;
  transition: background-color .6s ease-in-out;
}

@media screen and (min-width: 768px) {
  .generalTab__btn {
    font-size: 16px;
    min-height: 44px;
    padding: 16px;
  }
}

@media screen and (max-width: 768px) {
  .generalTab__btn {
    font-size: 14px;
    min-height: 35px;
    padding: 6px;
  }
}

.generalTab__btn .inner {
  display: block;
  line-height: 1.6;
}

.generalTab__btn .inner:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.generalTab__btn .inner:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

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

.generalTab__btn.is-active {
  background-color: #eae4d0;
  pointer-events: none;
}

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

@media (hover: hover) and (pointer: fine) {
  .generalTab__btn:hover {
    background-color: #eae4d0;
  }
}

.generalTab__cont {
  display: none;
}

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

.heading {
  letter-spacing: .05em;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading--label {
  background-color: #e8d4d8;
  padding: 16px 20px;
}

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

.headingUnit {
  position: relative;
}

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

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

@media screen and (max-width: 768px) {
  .headingUnit--spCenter .txt {
    text-align: center;
  }
}

.headVisual .photo {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.headVisual .photo__pic, .headVisual .photo__image {
  width: 100%;
}

.headVisual .photo__image {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: opacity .6s ease-in-out, -webkit-transform 10s ease-in-out, -webkit-filter .8s ease-in-out;
  transition: opacity .6s ease-in-out, -webkit-transform 10s ease-in-out, -webkit-filter .8s ease-in-out;
  transition: transform 10s ease-in-out, filter .8s ease-in-out, opacity .6s ease-in-out;
  transition: transform 10s ease-in-out, filter .8s ease-in-out, opacity .6s ease-in-out, -webkit-transform 10s ease-in-out, -webkit-filter .8s ease-in-out;
}

.headVisual.sai-animate .photo__image {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.headVisual[data-origin='left'] .photo__image {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.headVisual[data-origin='right'] .photo__image {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.headVisual[data-origin='center'] .photo__image {
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.headVisual[data-motion='scale'].sai-animate .photo__image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.headVisual[data-motion='scaleOut'] .photo__image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.headVisual[data-motion='scaleOut'].sai-animate .photo__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.keyVisual__image {
  width: 100%;
}

.keyVisual__image .photo {
  height: 100%;
  width: 100%;
}

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

.keyVisual__image .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.labelTtl {
  border: 1px solid #8fa4b9;
  color: #616c78;
  font-size: 18px;
  letter-spacing: .05em;
  padding: 12px;
  text-align: center;
}

.labelTtl .inner {
  display: block;
  line-height: 1.6;
}

.labelTtl .inner:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.labelTtl .inner:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

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

.madoriBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(#d0d0d0));
  background: linear-gradient(90deg, #f1f1f1 0%, #d0d0d0 100%);
  -webkit-box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: -webkit-box-shadow .6s ease-in-out;
  transition: -webkit-box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out, -webkit-box-shadow .6s ease-in-out;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .madoriBtn {
    height: 100%;
    padding: 16px;
    width: 440px;
  }
}

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

.madoriBtn:before {
  background: -webkit-gradient(linear, left top, right top, from(#999999), to(#333333));
  background: linear-gradient(90deg, #999999 0%, #333333 100%);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: overlay;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  width: 100%;
  z-index: -1;
}

.madoriBtn__head {
  text-align: right;
}

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

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

.madoriBtn__type {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.madoriBtn__type .strong {
  display: block;
  font-style: italic;
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .madoriBtn__type .strong {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__type .strong {
    font-size: 32px;
  }
}

.madoriBtn__type .type {
  display: block;
  margin-top: 8px;
}

.madoriBtn__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
}

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

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

.madoriBtn__cont:before {
  background-color: rgba(153, 153, 153, 0.5);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.madoriBtn__variation {
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  line-height: 1;
}

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

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

.madoriBtn__variation .num {
  line-height: .8;
}

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

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

.madoriBtn__length {
  font-size: 18px;
  letter-spacing: .05em;
  margin-top: 10px;
  line-height: 1.6;
}

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

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

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

.madoriBtn__length .num {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-style: italic;
  line-height: 1.2;
}

.madoriBtn__length .num:before {
  content: '';
  margin-top: calc((1 - 1.2) * .5em);
}

.madoriBtn__length .num:after {
  margin-bottom: calc((1 - 1.2) * .5em);
}

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

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

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

@media screen and (min-width: 768px) {
  .madoriBtn:hover {
    -webkit-box-shadow: 0 0 20px 6px rgba(51, 51, 51, 0.1), inset -2px -2px 10px 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 20px 6px rgba(51, 51, 51, 0.1), inset -2px -2px 10px 0 rgba(255, 255, 255, 0.5);
  }
  .madoriBtn:hover:before {
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriBtn:hover {
    -webkit-box-shadow: 0 0 20px 6px rgba(51, 51, 51, 0.1), inset -2px -2px 10px 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 20px 6px rgba(51, 51, 51, 0.1), inset -2px -2px 10px 0 rgba(255, 255, 255, 0.5);
  }
  .madoriBtn:hover:before {
    opacity: 1;
  }
}

.madoriBtn--3ldk {
  background: -webkit-gradient(linear, left top, right top, from(#f1f5fa), to(#c4d3e2));
  background: linear-gradient(90deg, #f1f5fa 0%, #c4d3e2 100%);
}

.madoriBtn--premium {
  background: -webkit-gradient(linear, left top, right top, from(#f3f1e9), to(#d4c4a4));
  background: linear-gradient(90deg, #f3f1e9 0%, #d4c4a4 100%);
}

.madoriDetail__head {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(257deg, #fff9e6 0%, #fdedcf 40%, #fff9e6 70%, #d2c4ae 100%);
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .madoriDetail__head {
    padding: 200px 0 70px;
  }
}

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

.madoriDetail__inner {
  margin: 0 auto;
}

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

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

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

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

.madoriDetail__type {
  font-family: "EB Garamond", serif;
  font-style: italic;
  letter-spacing: .05em;
  line-height: 1;
}

.madoriDetail__type .type {
  display: inline-block;
  font-size: 32px;
  margin-left: 16px;
}

.madoriDetail__type .strong {
  display: inline-block;
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .madoriDetail__type .strong {
    font-size: 100px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type .strong {
    font-size: 88px;
  }
}

.madoriDetail__type .floor {
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.5;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .madoriDetail__type .floor {
    margin-top: 24px;
  }
}

.madoriDetail__variation {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  letter-spacing: .05em;
  line-height: 1;
}

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

.madoriDetail__variation .num {
  display: inline-block;
  font-size: 32px;
  line-height: .8;
}

.madoriDetail__mainLength {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 32px;
}

.madoriDetail__mainLength .jp {
  display: inline-block;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.4;
}

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

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

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

.madoriDetail__mainLength .unit {
  display: inline-block;
  font-size: 32px;
  letter-spacing: .05em;
  line-height: 1;
}

.madoriDetail__mainLength .unit .meter {
  font-size: 20px;
}

.madoriDetail__mainLength .tsubo {
  color: #cccccc;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.4;
}

.madoriDetail__mainLength .tsubo:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.madoriDetail__mainLength .tsubo:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

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

.madoriDetail__cap {
  color: #cccccc;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.4;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .madoriDetail__subItem:not(:first-child) {
    margin-top: 16px;
  }
}

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

.madoriDetail__subItem .jp,
.madoriDetail__subItem .tsubo {
  display: inline-block;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.4;
}

.madoriDetail__subItem .jp:before,
.madoriDetail__subItem .tsubo:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.madoriDetail__subItem .jp:after,
.madoriDetail__subItem .tsubo:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

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

.madoriDetail__subItem .unit {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  letter-spacing: .05em;
  line-height: .8;
}

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

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

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

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

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

.madoriDetail__tabBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  text-align: center;
  -webkit-transition: background-color .6s ease-in-out;
  transition: background-color .6s ease-in-out;
}

@media screen and (min-width: 768px) {
  .madoriDetail__tabBtn {
    font-size: 16px;
    min-height: 44px;
    padding: 16px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__tabBtn {
    font-size: 14px;
    min-height: 35px;
    padding: 6px;
  }
}

.madoriDetail__tabBtn .inner {
  display: block;
  line-height: 1.6;
}

.madoriDetail__tabBtn .inner:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.madoriDetail__tabBtn .inner:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

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

.madoriDetail__tabBtn.is-active {
  background-color: #eae4d0;
  pointer-events: none;
}

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

@media (hover: hover) and (pointer: fine) {
  .madoriDetail__tabBtn:hover {
    background-color: #eae4d0;
  }
}

.madoriDetail__bodyInner {
  margin: 0 auto;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .madoriDetail__bodyInner {
    margin-top: 60px;
    padding: 0 20px;
  }
}

.madoriDetail__point .pointList {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .madoriDetail__point .pointList {
    max-width: 727px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__point .pointList {
    width: 292px;
  }
}

.madoriDetail__point .pointList__item {
  color: #231815;
  letter-spacing: .05em;
  padding-left: 22px;
  position: relative;
  z-index: 1;
}

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

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

.madoriDetail__point .pointList__item:before {
  aspect-ratio: 1 / 1;
  background-color: #8fa4b9;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: .4em;
  width: 12px;
}

.madoriDetail__point .pointList__item .inner {
  display: block;
  line-height: 1.6;
}

.madoriDetail__point .pointList__item .inner:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.madoriDetail__point .pointList__item .inner:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.madoriDetail__point .pointList__item .inner:before, .madoriDetail__point .pointList__item .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.madoriDetail__point .pointList__item:not(:first-child) {
  margin-top: 32px;
}

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

.madoriDetail__madori .madoriFig {
  display: none;
}

.madoriDetail__madori .madoriFig.is-active {
  display: block;
}

.madoriDetail__madori .madoriFig + .caption {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .madoriDetail__madori .madoriFig + .caption {
    padding: 0 20px;
  }
}

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

@media screen and (max-width: 768px) {
  .madoriDetail__point + .madoriDetail__madori {
    margin-top: 60px;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .madoriDetail__bottom .swipeFigure .figurePlot {
    bottom: -60px;
    top: auto;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__bottom .swipeFigure__inner {
    height: 450px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__bottom .swipeFigure__inner {
    height: 375px;
  }
}

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

@media screen and (max-width: 768px) {
  .madoriDetail__dir {
    margin-top: 100px;
    padding: 0 24px;
  }
}

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

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

.madoriDirection {
  height: 30px;
  position: relative;
  z-index: 1;
}

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

.madoriDirection__link {
  display: block;
  height: 100%;
  position: relative;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 152px;
  z-index: 1;
}

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

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

.madoriDirection__link--previous {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .madoriDirection__link--previous:hover .madoriDirection__arrow {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link--previous:hover .madoriDirection__arrow {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__link--next:hover .madoriDirection__arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link--next:hover .madoriDirection__arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.madoriDirection__txt {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: .8;
}

.madoriDirection__arrow {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .madoriList {
    margin-left: auto;
    margin-right: auto;
    width: 316px;
  }
}

@media screen and (min-width: 768px) {
  .madoriList__block {
    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 print, screen and (min-width: 768px) and (max-width: 1199px) {
  .madoriList__block {
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .madoriList__block:not(:first-child) {
    margin-top: 120px;
  }
}

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

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

.madoriList__ttl {
  font-family: "EB Garamond", serif;
  font-style: italic;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .madoriList__ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 48px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .madoriList__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

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

.madoriList__ttl .inner {
  display: block;
  line-height: 1.2;
}

.madoriList__ttl .inner:before {
  content: '';
  margin-top: calc((1 - 1.2) * .5em);
}

.madoriList__ttl .inner:after {
  margin-bottom: calc((1 - 1.2) * .5em);
}

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

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

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .madoriList__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .madoriList__ttl + .madoriList__list {
    margin-top: 45px;
  }
}

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

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

.modalFigure .figurePlot .svgIcon {
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 768px) {
  .modalFigure .figurePlot .svgIcon {
    height: auto;
    width: 28px;
  }
}

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

.modalFigure--border:after {
  border: 1px solid #999999;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.movieModal__btn {
  background: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1;
}

.movieModal__btn:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-color .6s ease;
  transition: background-color .6s ease;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .movieModal__btn:hover:before {
    background-color: rgba(0, 0, 0, 0);
  }
  .movieModal__btn:hover .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .movieModal__btn:hover:before {
    background-color: rgba(0, 0, 0, 0);
  }
  .movieModal__btn:hover .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.movieModal__btn .photo {
  overflow: hidden;
}

.movieModal__btn .photo__image {
  -webkit-transition: -webkit-transform .6s ease, -webkit-filter .6s ease;
  transition: -webkit-transform .6s ease, -webkit-filter .6s ease;
  transition: transform .6s ease, filter .6s ease;
  transition: transform .6s ease, filter .6s ease, -webkit-transform .6s ease, -webkit-filter .6s ease;
}

.movieModal__symbol {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

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

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

.movieModal__symbol .arrow {
  display: block;
}

@media screen and (min-width: 768px) {
  .movieModal__symbol .arrow {
    width: 20px;
  }
}

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

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

.moviePlayer__frame {
  aspect-ratio: 16 / 9;
}

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

.moviePlayer__controller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .moviePlayer__controller {
    bottom: 40px;
    gap: 6px;
    left: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .moviePlayer__controller {
    bottom: 20px;
    gap: 4px;
    left: 20px;
    width: 32px;
  }
}

.moviePlayer__controller .border {
  background-color: #ccc7c2;
  display: block;
}

@media screen and (min-width: 768px) {
  .moviePlayer__controller .border {
    height: 28px;
    width: 6px;
  }
}

@media screen and (max-width: 768px) {
  .moviePlayer__controller .border {
    height: 22px;
    width: 4px;
  }
}

.moviePlayer__controller.is-stop {
  background-color: #ccc7c2;
  -webkit-clip-path: polygon(25% 10%, 25% 90%, 95% 50%);
          clip-path: polygon(25% 10%, 25% 90%, 95% 50%);
}

.moviePlayer__controller.is-stop .border {
  display: none;
}

.moviePlayer__capIn, .moviePlayer__capOut {
  font-size: 10px;
  line-height: calc(18 / 10);
  position: absolute;
  z-index: 2;
}

.moviePlayer__capIn, .moviePlayer__capOut {
  position: absolute;
}

.moviePlayer__capIn {
  bottom: 5px;
  right: 5px;
}

.moviePlayer__capIn[data-color='label'] {
  bottom: 0;
  right: 0;
}

.moviePlayer__capOut {
  padding: 5px 5px 0 0;
  right: 0;
  top: 100%;
}

.moviePlayer__capOut[data-color='label'] {
  top: calc(100% + 10px);
}

.moviePlayer--short .moviePlayer__frame {
  aspect-ratio: 9 / 16;
}

.pageDirection {
  background-color: #222222;
}

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

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

.pageDirection__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "EB Garamond", serif;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: .05em;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

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

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

.pageDirection__item .t {
  display: block;
  line-height: 1.4;
}

.pageDirection__item .t:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.pageDirection__item .t:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

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

.pageDirection__item .arrow {
  display: block;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  width: 32px;
}

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

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

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

.pageDirection__item--prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .pageDirection__item--prev {
    padding-left: 220px;
  }
}

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

@media screen and (min-width: 768px) {
  .pageDirection__item--prev:hover .arrow {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .pageDirection__item--prev:hover .arrow {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

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

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

@media screen and (min-width: 768px) {
  .pageDirection__item--next:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .pageDirection__item--next:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.pageHead {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.pageHead__ttl {
  color: #ffffff;
  left: 50%;
  -webkit-perspective: 600px;
          perspective: 600px;
  -webkit-perspective-origin: center;
          perspective-origin: center;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .pageHead__ttl {
    bottom: calc(113 / 1440 * 100vw);
    width: 1200px;
  }
}

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

@media screen and (max-width: 768px) {
  .pageHead__ttl {
    bottom: 40px;
    padding: 0 20px;
    width: 100%;
  }
}

.pageHead__ttl .jp {
  display: block;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  letter-spacing: .05em;
  -webkit-transform: translate3d(0, 0, 10px) scale(1.08);
          transform: translate3d(0, 0, 10px) scale(1.08);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 1.5s ease-in-out 1.5s, -webkit-filter 2s ease-in-out .5s;
  transition: -webkit-transform 1.5s ease-in-out 1.5s, -webkit-filter 2s ease-in-out .5s;
  transition: transform 1.5s ease-in-out 1.5s, filter 2s ease-in-out .5s;
  transition: transform 1.5s ease-in-out 1.5s, filter 2s ease-in-out .5s, -webkit-transform 1.5s ease-in-out 1.5s, -webkit-filter 2s ease-in-out .5s;
  line-height: 1.6;
}

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

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

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

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

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pageHead__ttl .jp {
    font-size: calc(18 / 1440 * 100vw);
  }
}

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

.pageHead__ttl .en {
  display: block;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  font-family: "EB Garamond", serif;
  font-style: italic;
  letter-spacing: .05em;
  -webkit-transform: translate3d(0, 0, 10px) scale(1.08);
          transform: translate3d(0, 0, 10px) scale(1.08);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 1.5s ease-in-out 1s, -webkit-filter 2s ease-in-out;
  transition: -webkit-transform 1.5s ease-in-out 1s, -webkit-filter 2s ease-in-out;
  transition: transform 1.5s ease-in-out 1s, filter 2s ease-in-out;
  transition: transform 1.5s ease-in-out 1s, filter 2s ease-in-out, -webkit-transform 1.5s ease-in-out 1s, -webkit-filter 2s ease-in-out;
  line-height: 1.1;
}

.pageHead__ttl .en:before {
  content: '';
  margin-top: calc((1 - 1.1) * .5em);
}

.pageHead__ttl .en:after {
  margin-bottom: calc((1 - 1.1) * .5em);
}

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

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

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pageHead__ttl .en {
    font-size: calc(80 / 1440 * 100vw);
  }
}

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

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

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

.pageHead__visual .photo {
  width: 100%;
}

.pageHead__visual .photo__pic, .pageHead__visual .photo__image {
  width: 100%;
}

.pageHead__visual .photo__image {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-filter 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  transition: -webkit-filter 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  transition: filter 1.5s ease-in-out, transform 1.5s ease-in-out;
  transition: filter 1.5s ease-in-out, transform 1.5s ease-in-out, -webkit-filter 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
}

.pageHead.sai-animate .pageHead__ttl .en {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.pageHead.sai-animate .pageHead__ttl .jp {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.pageHead.sai-animate .pageHead__visual .photo__image {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.panoramaFigure {
  position: relative;
  z-index: 2;
}

.panoramaFigure:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

.panoramaFigure:focus:not(:focus-visible) {
  outline: none;
}

.panoramaFigure:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

.panoramaFigure__body {
  position: relative;
}

.panoramaFigure__inner {
  pointer-events: none;
}

.panoramaFigure__inner .photo {
  width: 100%;
}

.panoramaFigure[data-mode=''] .panoramaFigure__inner {
  height: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
}

.panoramaFigure[data-mode=''] .panoramaFigure__inner::-webkit-scrollbar {
  display: none;
}

.panoramaFigure[data-mode=''] .panoramaFigure__inner .photo,
.panoramaFigure[data-mode=''] .panoramaFigure__inner .photo__inner,
.panoramaFigure[data-mode=''] .panoramaFigure__inner .photo__pic,
.panoramaFigure[data-mode=''] .panoramaFigure__inner .photo__image {
  display: block;
  height: 100%;
  max-width: unset;
  pointer-events: none;
  width: auto;
}

@media screen and (min-width: 768px) {
  .panoramaFigure[data-mode='pc'] .panoramaFigure__inner {
    height: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .panoramaFigure[data-mode='pc'] .panoramaFigure__inner::-webkit-scrollbar {
    display: none;
  }
  .panoramaFigure[data-mode='pc'] .panoramaFigure__inner .photo,
  .panoramaFigure[data-mode='pc'] .panoramaFigure__inner .photo__inner,
  .panoramaFigure[data-mode='pc'] .panoramaFigure__inner .photo__pic,
  .panoramaFigure[data-mode='pc'] .panoramaFigure__inner .photo__image {
    display: block;
    height: 100%;
    max-width: unset;
    pointer-events: none;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .panoramaFigure[data-mode='pc'] .panoramaFigure__controller {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .panoramaFigure[data-mode='sp'] .panoramaFigure__inner {
    height: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .panoramaFigure[data-mode='sp'] .panoramaFigure__inner::-webkit-scrollbar {
    display: none;
  }
  .panoramaFigure[data-mode='sp'] .panoramaFigure__inner .photo,
  .panoramaFigure[data-mode='sp'] .panoramaFigure__inner .photo__inner,
  .panoramaFigure[data-mode='sp'] .panoramaFigure__inner .photo__pic,
  .panoramaFigure[data-mode='sp'] .panoramaFigure__inner .photo__image {
    display: block;
    height: 100%;
    max-width: unset;
    pointer-events: none;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .panoramaFigure[data-mode='sp'] .panoramaFigure__controller {
    display: none;
  }
}

.panoramaFigure__capIn, .panoramaFigure__capOut {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.4;
  position: absolute;
  z-index: 2;
}

.panoramaFigure__capIn[data-color='label'], .panoramaFigure__capOut[data-color='label'] {
  background: rgba(102, 102, 102, 0.8);
  bottom: 0;
  color: #ffffff;
  padding: 5px;
  right: 0;
}

.panoramaFigure__capIn[data-color='label'] .inner, .panoramaFigure__capOut[data-color='label'] .inner {
  display: block;
  line-height: 1.4;
}

.panoramaFigure__capIn[data-color='label'] .inner:before, .panoramaFigure__capOut[data-color='label'] .inner:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.panoramaFigure__capIn[data-color='label'] .inner:after, .panoramaFigure__capOut[data-color='label'] .inner:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.panoramaFigure__capIn[data-color='label'] .inner:before, .panoramaFigure__capIn[data-color='label'] .inner:after, .panoramaFigure__capOut[data-color='label'] .inner:before, .panoramaFigure__capOut[data-color='label'] .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.panoramaFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.panoramaFigure__capOut {
  padding: 5px 5px 0 0;
  right: 0;
  top: 100%;
}

.panoramaFigure__controller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  padding: 0 8px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.panoramaFigure__direction {
  -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;
  pointer-events: auto;
  width: 42px;
}

@media screen and (min-width: 768px) {
  .panoramaFigure__direction {
    cursor: pointer;
  }
}

.panoramaFigure__direction .svgIcon {
  display: block;
  height: auto;
  width: 26px;
}

.panoramaFigure__direction.is-disable {
  opacity: .3;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .panoramaFigure__direction.is-disable {
    cursor: not-allowed;
  }
}

.panoramaFigure__direction.is-disable .svgIcon__path {
  fill: #cccccc;
}

.panoramaFigure__direction:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

.panoramaFigure__direction:focus:not(:focus-visible) {
  outline: none;
}

.panoramaFigure__direction:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

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

.panoramaFigure--border:before {
  border: 1px solid #cccccc;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.parallaxPhoto {
  overflow: hidden;
  position: relative;
}

.parallaxPhoto:has(.photo--full) {
  width: 100%;
}

.parallaxPhoto:has(.photo--fit) {
  height: 100%;
}

.photo {
  position: relative;
}

.photo__capIn, .photo__capOut {
  font-size: 10px;
  line-height: calc(18 / 10);
  position: absolute;
}

.photo__capIn, .photo__capOut {
  position: absolute;
}

.photo__capIn {
  bottom: 5px;
  right: 5px;
  text-align: right;
}

.photo__capIn[data-color='label'] {
  bottom: 0;
  right: 0;
}

.photo__capOut {
  padding: 5px 5px 0 0;
  right: 0;
  top: 100%;
}

.photo__capOut[data-color='label'] {
  top: calc(100% + 10px);
}

.photo__pic {
  display: block;
}

.photo--full {
  width: 100%;
}

.photo--full .photo__image {
  width: 100%;
}

.photo--fit {
  height: 100%;
}

.photo--fit .photo__inner,
.photo--fit .photo__pic,
.photo--fit .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo--border:after {
  border: 1px solid #cccccc;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

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

.pinchInFigure {
  position: relative;
}

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

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

.pinchInFigure .figurePlot .svgIcon {
  display: block;
  height: auto;
  width: 52px;
}

.generalModal__inner .pinchInFigure {
  padding: 30px 0;
}

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

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .scrollArea {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (min-width: 768px) {
  .scrollArea__scroll {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollArea__scroll {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .scrollArea__pcSticky {
    height: 100dvh;
    left: 0;
    position: sticky;
    top: 0;
    width: calc(560 / 1440 * 100vw);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollArea__pcSticky {
    max-width: calc(560 / 1440 * 100vw);
    width: 560px;
  }
}

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

.scrollArea__stickWrap {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.scrollArea__stickyItem {
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  width: 100%;
}

.scrollArea__stickyItem.is-active {
  opacity: 1;
  pointer-events: auto;
}

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

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

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollArea__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: inherit;
    width: auto;
  }
}

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

@media screen and (min-width: 768px) {
  .scrollArea__item {
    padding: 0 0 calc(120 / 800 * 100vh) 100px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollArea__item {
    padding: 0 0 calc(120 / 800 * 100vh) 20px;
  }
}

.scrollVisual {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.scrollVisual .photo {
  height: 100%;
  width: 100%;
}

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

.scrollVisual .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.scrollVisual__ttl {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.swipeFigure {
  position: relative;
}

.swipeFigure[data-mode=''] .swipeFigure__inner {
  overflow-x: scroll;
}

@media screen and (min-width: 768px) {
  .swipeFigure[data-mode=''] .swipeFigure__inner::-webkit-scrollbar {
    height: 10px;
  }
  .swipeFigure[data-mode=''] .swipeFigure__inner::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 10px;
  }
  .swipeFigure[data-mode=''] .swipeFigure__inner::-webkit-scrollbar-track {
    background: #f6f6f6;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure[data-mode=''] .swipeFigure__inner {
    scrollbar-width: none;
  }
  .swipeFigure[data-mode=''] .swipeFigure__inner::-webkit-scrollbar {
    display: none;
  }
}

.swipeFigure[data-mode=''] .photo,
.swipeFigure[data-mode=''] .photo__pic,
.swipeFigure[data-mode=''] .photo__image {
  height: 100%;
  max-width: unset;
  width: auto;
}

@media screen and (min-width: 768px) {
  .swipeFigure[data-mode='pc'] .swipeFigure__inner {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .swipeFigure[data-mode='pc'] .swipeFigure__inner::-webkit-scrollbar {
    display: none;
  }
  .swipeFigure[data-mode='pc'] .photo,
  .swipeFigure[data-mode='pc'] .photo__pic,
  .swipeFigure[data-mode='pc'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .swipeFigure[data-mode='sp'] .figurePlot {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure[data-mode='sp'] .swipeFigure__inner {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .swipeFigure[data-mode='sp'] .swipeFigure__inner::-webkit-scrollbar {
    display: none;
  }
  .swipeFigure[data-mode='sp'] .photo,
  .swipeFigure[data-mode='sp'] .photo__pic,
  .swipeFigure[data-mode='sp'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

.swipeFigure__body {
  position: relative;
}

.swipeFigure__inner {
  height: 100%;
  outline: none;
  position: relative;
  z-index: 2;
}

.swipeFigure__capIn, .swipeFigure__capOut {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: calc(18 / 10);
  position: absolute;
  z-index: 1;
}

.swipeFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.swipeFigure__capIn[data-color='label'] {
  bottom: 0;
  right: 0;
}

.swipeFigure__capOut {
  padding-top: 10px;
  right: 0;
  top: 100%;
}

.swipeFigure .figurePlot {
  border-radius: 50%;
  width: 50px;
}

@media screen and (min-width: 768px) {
  .swipeFigure .figurePlot .svgIcon {
    aspect-ratio: 24 / 32;
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure .figurePlot .svgIcon {
    aspect-ratio: 22 / 28;
    width: 22px;
  }
}

.swipeFigure--border {
  border: 1px solid #cccccc;
}

.txt {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.6;
}

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

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

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

.txt .caption {
  display: inline-block;
}

.txt sup {
  font-size: 10px;
}

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

.txt--large {
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

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

@media screen and (max-width: 768px) {
  .txt--large {
    font-size: 16px;
  }
}

.txt--large .caption {
  font-size: 13px;
}

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

@media screen and (min-width: 768px) {
  .usageNote__item .icon {
    width: 38px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item .icon {
    width: 33px;
  }
}

.usageNote__item .icon--storage {
  aspect-ratio: 33 / 12;
  background-color: #dbd5c8;
  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;
  opacity: .6;
  vertical-align: inherit;
}

.usageNote__item .icon--wind {
  aspect-ratio: 30 / 8;
  opacity: .6;
  vertical-align: inherit;
}

.usageNote__item .icon--flowering {
  aspect-ratio: 32 / 8;
  background-color: #bbaf91;
  width: 32px;
}

.usageNote__item .icon--autumn {
  aspect-ratio: 32 / 8;
  background-color: #b78074;
  width: 32px;
}

.usageNote + .caption {
  margin-top: 10px;
}

.zoomFigure {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.zoomFigure .figurePlot {
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 2s ease 4s;
  transition: opacity 2s ease 4s;
}

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

@media screen and (max-width: 768px) {
  .zoomFigure .figurePlot {
    width: 80px;
  }
}

.zoomFigure .figurePlot .svgIcon {
  display: block;
  height: auto;
  width: 27px;
}

.zoomFigure.sai-animate .figurePlot {
  opacity: 0;
}

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

.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: rgba(231, 236, 243, 0.9);
}

.zoomFigure__btn {
  cursor: pointer;
  display: block;
  height: 46px;
  width: 46px;
}

.zoomFigure__btn:not(:last-of-type) {
  margin-bottom: 2px;
}

.zoomFigure__btn:focus {
  outline: 1px solid #4d90fe;
}

.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__capIn[data-color='label'] {
  background: rgba(102, 102, 102, 0.8);
  bottom: 0;
  color: #ffffff;
  padding: 5px;
  right: auto;
}

.zoomFigure__capIn[data-color='label'] .inner {
  display: block;
  line-height: 1.4;
}

.zoomFigure__capIn[data-color='label'] .inner:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.zoomFigure__capIn[data-color='label'] .inner:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.zoomFigure__capIn[data-color='label'] .inner:before, .zoomFigure__capIn[data-color='label'] .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.zoomFigure__capOut {
  padding-top: 5px;
  right: 5px;
  top: 100%;
}

.zoomFigure__inner {
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.zoomFigure__inner::-webkit-scrollbar {
  display: none;
  width: 0;
}

.zoomFigure__inner .photo__image {
  width: 100%;
}

.zoomFigure__inner .photo .caption,
.zoomFigure__inner .photo .capIn,
.zoomFigure__inner .photo .capOut {
  display: none;
}

@media screen and (max-width: 768px) {
  .zoomFigure[data-mode='pc'] .figurePlot,
  .zoomFigure[data-mode='pc'] .zoomFigure__controller {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .zoomFigure[data-mode='sp'] .figurePlot,
  .zoomFigure[data-mode='sp'] .zoomFigure__controller {
    display: none;
  }
}

.zoomFigure--border:after {
  border: 1px solid #999999;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

/* COMPONENTS */
/* stylelint-disable */
:root {
  --scrollbar: 0px;
}

/* stylelint-enable */
