<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* BASE */
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  cursor: pointer;
}

table {
  font-size: 100%;
}

hr.separator {
  display: none;
}

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

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

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

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

body {
  background: #ffffff;
}

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

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

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

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

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

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

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

.wrap {
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contentMenu__bg {
  background-color: #e3dfd6;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  width: 100%;
  z-index: -1;
}

.contentMenu {
  visibility: hidden;
}

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

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

.contentMenu__bg {
  opacity: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

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

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

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

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

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

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

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

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

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

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

.contentMenu-menu__line {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contentMenu-pageList__item {
  position: relative;
  width: 50%;
}

.contentMenu-pageList__item:before {
  color: #333333;
  content: '＞';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__item:before {
    font-size: 14px;
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__item:before {
    font-size: 9px;
    right: 0;
  }
}

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

@media screen and (min-width: 768px) {
  .contentMenu-pageList__item:nth-of-type(odd):before {
    right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__item:nth-of-type(odd):before {
    right: 12.5px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__item:nth-of-type(even) .contentMenu-pageList__link {
    margin: 0 0 0 auto;
  }
}

.contentMenu-pageList__item:last-of-type:nth-of-type(odd) {
  right: 0;
  width: 100%;
}

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

.contentMenu-pageList__item.is-active .contentMenu-pageList__link {
  background-color: rgba(176, 168, 148, 0.2);
}

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

.contentMenu-pageList__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__link {
    font-size: 14px;
    letter-spacing: .08em;
    padding: 20px 0;
    -webkit-transition: .3s;
    transition: .3s;
    width: 254px;
    line-height: 1.42857;
  }
  .contentMenu-pageList__link:before {
    content: '';
    margin-top: calc((1 - 1.42857) * .5em);
  }
  .contentMenu-pageList__link:after {
    margin-bottom: calc((1 - 1.42857) * .5em);
  }
  .contentMenu-pageList__link:before, .contentMenu-pageList__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

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

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

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

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

.contentMenu-specialList__item {
  position: relative;
  width: 270px;
}

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

.contentMenu-specialList__item:not(:last-of-type):after {
  background-color: #ffffff;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

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

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

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

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

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

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

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

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

.contentMenu-specialList__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__head {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

@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: 9px;
    padding: 12.5px;
    line-height: 1.55556;
  }
  .contentMenu-dropdown__txt:before {
    content: '';
    margin-top: calc((1 - 1.55556) * .5em);
  }
  .contentMenu-dropdown__txt:after {
    margin-bottom: calc((1 - 1.55556) * .5em);
  }
  .contentMenu-dropdown__txt:before, .contentMenu-dropdown__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

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

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

.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;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-subNav__link {
    font-size: 12px;
    letter-spacing: .04em;
    padding-left: 22px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contentMenu-subNav__link:not(:last-of-type) {
    margin-right: 40px;
  }
  .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__link:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.contentMenu-subNav .svgIcon {
  height: auto;
}

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

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

@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;*/
    letter-spacing: 0;
    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 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-external {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    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: 55px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-theme-white .contentMenu {
  color: #333333;
}

.site-theme-white .contentMenu__bg {
  background-color: #e3dfd6;
}

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

.site-theme-black .contentMenu__bg {
  background-color: #444444;
}

.site-theme-black .contentMenu-pageList__item.is-active .contentMenu-pageList__link {
  background-color: rgba(136, 136, 136, 0.2);
}

@media screen and (min-width: 768px) {
  .site-theme-black .contentMenu-pageList__item:hover .contentMenu-pageList__link {
    background-color: rgba(136, 136, 136, 0.2);
  }
}

.site-theme-black .contentMenu-pageList__item:before {
  color: #ffffff;
}

.site-theme-black .contentMenu-pageList__item:after {
  background-color: #999999;
}

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

.site-theme-black .contentMenu-pageList .statusIcon:before, .site-theme-black .contentMenu-pageList .statusIcon:after {
  background-color: #666666;
}

.site-theme-black .contentMenu-specialList:after {
  background-color: #999999;
}

.site-theme-black .contentMenu-specialList__item:not(:last-of-type):after {
  background-color: #999999;
}

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

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

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

.site-theme-black .contentMenu-dropdown .statusIcon:before, .site-theme-black .contentMenu-dropdown .statusIcon:after {
  color: #ffffff;
}

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

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

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

@media screen and (min-width: 768px) {
  .site-theme-black .contentMenu-expressBtn__link:hover {
    background-color: #ffffff;
    color: #888888;
  }
}

.site-theme-black .contentMenu-external:before {
  background-color: #999999;
}

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

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

.site-theme-black .contentMenu-external .contentMenu-btn__link .svgIcon__path {
  stroke: #ffffff;
}

.site-theme-black .contentMenu-residenceList__link .svgIcon__path {
  stroke: #ffffff;
}

.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;
  /* stylelint-disable */
  /* stylelint-enable */
}

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

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

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

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

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

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

.cvMenu {
  pointer-events: none;
}

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

.cvMenu__inner {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cvMenu-menu__line {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--tel {
    margin-top: 60px;
    padding-top: 50px;
    position: relative;
  }
  .cvMenu-bnrGroup--tel:before {
    background-color: #c5c5c5;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .cvMenu-bnrGroup--tel .cvMenu-bnr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cvMenu-bnrGroup--tel .cvMenu-bnr__txt {
    color: #999999;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .cvMenu-bnrGroup--tel .cvMenu-bnr__txt {
    letter-spacing: .04em;
  }
}

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

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

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

.cvMenu-bnr__txt {
  color: #666666;
}

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

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

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

.cvMenu-btn {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .cvMenu-btn--tel {
    height: 50px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__link {
    background: #ffffff;
    border: 1px solid #666666;
    font-size: 22.5px;
    letter-spacing: .15em;
  }
}

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

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

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

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

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

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

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

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

.cvMenu-corporateLogo__link {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-theme-black .cvMenu__close:before, .site-theme-black .cvMenu__close:after {
  background-color: #ffffff;
}

.site-theme-black .cvMenu-bnrArea {
  background-color: #444444;
}

.site-theme-black .cvMenu-bnr__txt {
  color: #ffffff;
}

.site-theme-black .cvMenu-btn__link {
  background-color: #888888;
}

.site-theme-black .cvMenu-btn--tel .cvMenu-btn__link {
  background: none;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .site-theme-black .cvMenu-btn--tel .cvMenu-btn__link {
    border: 1px solid #ffffff;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottomCV-btn {
  position: relative;
}

@media screen and (min-width: 768px) {
  .bottomCV-btn {
    height: 60px;
    margin: 0 auto;
    width: 340px;
  }
  .bottomCV-btn:hover:before {
    color: #666666;
  }
  .bottomCV-btn:hover .bottomCV-btn__link {
    background-color: #ffffff;
    color: #666666;
  }
}

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

.bottomCV-btn:before {
  color: #ffffff;
  content: '＞';
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0.6, 1) translate(0, -50%);
          transform: scale(0.6, 1) translate(0, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .bottomArea .caption + .bottomCV-btn {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .bottomArea .caption + .bottomCV-btn {
    margin-top: 50px;
  }
}

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

.pageDirection {
  background-color: #292929;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-contact__address {
  color: #cccccc;
}

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

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

.footer-contact__tel {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .11em;
  line-height: .75;
}

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

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

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

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

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

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

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

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

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

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

.footer-contact__intro {
  display: block;
}

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

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

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

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

.footer-landline__txt {
  color: #999999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bnrSumaiGallery {
  display: block;
}

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

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

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

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

.footer-corporateList {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

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

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

.footer-corporateList__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-menu__line {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 283px;
  }
}

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

.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 */
/* COMPONENTS */
/* COMPONENTS */
/* DEVELOPMENT */
.dummyArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #aaaaaa;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .dummyArea {
    height: 600px;
    margin-top: 40px;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .dummyArea {
    height: 300px;
    margin-top: 20px;
    padding: 20px 40px;
  }
}

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

@media screen and (min-width: 768px) {
  .dummyArea__content {
    font-size: 18px;
    line-height: calc(30 / 18);
  }
}

@media screen and (max-width: 768px) {
  .dummyArea__content {
    font-size: 15px;
    line-height: calc(50 / 30);
  }
}

/* DEVELOPMENT */
</pre></body></html>