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

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

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

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

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

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

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

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

#footer_box{
	background-color:#FFF;
	z-index:99999;
}
	


/**
 * 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: #f9f9f8;
}

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

.currentPage .container {
  font-family: "Shippori Mincho", serif;
  color: #333;
}

.currentPage .container .txt {
  color: #4c4c4c;
  text-align: justify;
}

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

@media screen and (max-width: 768px) {
  .currentPage .container .txt {
    font-size: 13px;
    line-height: 1.92308;
    letter-spacing: 0.03em;
  }
  .currentPage .container .txt:before {
    content: '';
    margin-top: calc((1 - 1.92308) * .5em);
  }
  .currentPage .container .txt:after {
    margin-bottom: calc((1 - 1.92308) * .5em);
  }
  .currentPage .container .txt:before, .currentPage .container .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.currentPage .container .txt + .txt {
  margin-top: 25px;
}

.currentPage .container .txt + .caption {
  margin-top: 15px;
}

.currentPage .container .txt + .photo {
  margin-top: 20px;
}

.currentPage .container .txt .caption {
  display: inline-block;
  margin-top: 1em;
}

.currentPage .container sup {
  font-size: 10px;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .currentPage .container .wrapper {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .currentPage .container .wrapper {
    width: 295px;
    margin-left: auto;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .currentPage .container .wrapper__wideSpace {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (max-width: 768px) {
  .currentPage .container .wrapper__fullSpace {
    margin-left: -80px;
    margin-right: -40px;
  }
}

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

.layoutCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.caption,
.capIn,
.capOut {
  color: #666666;
  font-size: 10px;
  line-height: 1.55556;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.caption:before,
.capIn:before,
.capOut:before {
  content: '';
  margin-top: calc((1 - 1.55556) * .5em);
}

.caption:after,
.capIn:after,
.capOut:after {
  margin-bottom: calc((1 - 1.55556) * .5em);
}

.caption:before, .caption:after,
.capIn:before,
.capIn:after,
.capOut:before,
.capOut:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

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

}

.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 7px, rgba(0, 0, 0, 0.7) 1px 1px 7px, rgba(0, 0, 0, 0.7) 1px 1px 7px, rgba(0, 0, 0, 0.7) 1px 1px 7px;
}

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

.photo {
  position: relative;
}

.photo__capIn, .photo__capOut {
  position: absolute;
}

.photo__capIn {
  bottom: 8px;
  right: 5px;
  text-align: right;
}

.photo__capOut {
  right: 0;
  top: calc(100% + 5px);
}

.photo--multiply .photo__image {
  mix-blend-mode: multiply;
}

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

/* --------------------------------------------------
HELPER CLASS
--------------------------------------------------- */
@media screen and (max-width: 768px) {
  .spMt5 {
    margin-top: 5px;
    margin-top: calc((5 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt10 {
    margin-top: 10px;
    margin-top: calc((10 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt15 {
    margin-top: 15px;
    margin-top: calc((15 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt20 {
    margin-top: 20px;
    margin-top: calc((20 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt25 {
    margin-top: 25px;
    margin-top: calc((25 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt30 {
    margin-top: 30px;
    margin-top: calc((30 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt35 {
    margin-top: 35px;
    margin-top: calc((35 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt40 {
    margin-top: 40px;
    margin-top: calc((40 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt45 {
    margin-top: 45px;
    margin-top: calc((45 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt50 {
    margin-top: 50px;
    margin-top: calc((50 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt55 {
    margin-top: 55px;
    margin-top: calc((55 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt60 {
    margin-top: 60px;
    margin-top: calc((60 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt65 {
    margin-top: 65px;
    margin-top: calc((65 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt70 {
    margin-top: 70px;
    margin-top: calc((70 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt75 {
    margin-top: 75px;
    margin-top: calc((75 / 375) * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .spMt85 {
    margin-top: 85px;
    margin-top: calc((85 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt90 {
    margin-top: 90px;
    margin-top: calc((90 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt95 {
    margin-top: 95px;
    margin-top: calc((95 / 375) * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .spMt105 {
    margin-top: 105px;
    margin-top: calc((105 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt110 {
    margin-top: 110px;
    margin-top: calc((110 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt115 {
    margin-top: 115px;
    margin-top: calc((115 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt120 {
    margin-top: 120px;
    margin-top: calc((120 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt125 {
    margin-top: 125px;
    margin-top: calc((125 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt130 {
    margin-top: 130px;
    margin-top: calc((130 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt135 {
    margin-top: 135px;
    margin-top: calc((135 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt140 {
    margin-top: 140px;
    margin-top: calc((140 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt145 {
    margin-top: 145px;
    margin-top: calc((145 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt150 {
    margin-top: 150px;
    margin-top: calc((150 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt155 {
    margin-top: 155px;
    margin-top: calc((155 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt160 {
    margin-top: 160px;
    margin-top: calc((160 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt165 {
    margin-top: 165px;
    margin-top: calc((165 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt170 {
    margin-top: 170px;
    margin-top: calc((170 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt175 {
    margin-top: 175px;
    margin-top: calc((175 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt180 {
    margin-top: 180px;
    margin-top: calc((180 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt185 {
    margin-top: 185px;
    margin-top: calc((185 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt190 {
    margin-top: 190px;
    margin-top: calc((190 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt195 {
    margin-top: 195px;
    margin-top: calc((195 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt200 {
    margin-top: 200px;
    margin-top: calc((200 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt205 {
    margin-top: 205px;
    margin-top: calc((205 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt210 {
    margin-top: 210px;
    margin-top: calc((210 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt215 {
    margin-top: 215px;
    margin-top: calc((215 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt220 {
    margin-top: 220px;
    margin-top: calc((220 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt225 {
    margin-top: 225px;
    margin-top: calc((225 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt230 {
    margin-top: 230px;
    margin-top: calc((230 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt235 {
    margin-top: 235px;
    margin-top: calc((235 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt240 {
    margin-top: 240px;
    margin-top: calc((240 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt245 {
    margin-top: 245px;
    margin-top: calc((245 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt250 {
    margin-top: 250px;
    margin-top: calc((250 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt255 {
    margin-top: 255px;
    margin-top: calc((255 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt260 {
    margin-top: 260px;
    margin-top: calc((260 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt265 {
    margin-top: 265px;
    margin-top: calc((265 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt270 {
    margin-top: 270px;
    margin-top: calc((270 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt275 {
    margin-top: 275px;
    margin-top: calc((275 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt280 {
    margin-top: 280px;
    margin-top: calc((280 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt285 {
    margin-top: 285px;
    margin-top: calc((285 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt290 {
    margin-top: 290px;
    margin-top: calc((290 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt295 {
    margin-top: 295px;
    margin-top: calc((295 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt300 {
    margin-top: 300px;
    margin-top: calc((300 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt305 {
    margin-top: 305px;
    margin-top: calc((305 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt310 {
    margin-top: 310px;
    margin-top: calc((310 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt315 {
    margin-top: 315px;
    margin-top: calc((315 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt320 {
    margin-top: 320px;
    margin-top: calc((320 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt325 {
    margin-top: 325px;
    margin-top: calc((325 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt330 {
    margin-top: 330px;
    margin-top: calc((330 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt335 {
    margin-top: 335px;
    margin-top: calc((335 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt340 {
    margin-top: 340px;
    margin-top: calc((340 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt345 {
    margin-top: 345px;
    margin-top: calc((345 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMt350 {
    margin-top: 350px;
    margin-top: calc((350 / 375) * 100vw);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .pcMt330 {

    margin-top: 330px;
  }
}

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

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

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

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

@media screen and (max-width: 768px) {
  .spMinusMt5 {
    margin-top: -5px;
    margin-top: calc((5 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt10 {
    margin-top: -10px;
    margin-top: calc((10 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt15 {
    margin-top: -15px;
    margin-top: calc((15 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt20 {
    margin-top: -20px;
    margin-top: calc((20 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt25 {
    margin-top: -25px;
    margin-top: calc((25 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt30 {
    margin-top: -30px;
    margin-top: calc((30 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt35 {
    margin-top: -35px;
    margin-top: calc((35 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt40 {
    margin-top: -40px;
    margin-top: calc((40 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt45 {
    margin-top: -45px;
    margin-top: calc((45 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt50 {
    margin-top: -50px;
    margin-top: calc((50 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt55 {
    margin-top: -55px;
    margin-top: calc((55 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt60 {
    margin-top: -60px;
    margin-top: calc((60 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt65 {
    margin-top: -65px;
    margin-top: calc((65 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt70 {
    margin-top: -70px;
    margin-top: calc((70 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt75 {
    margin-top: -75px;
    margin-top: calc((75 / 375) * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .spMinusMt85 {
    margin-top: -85px;
    margin-top: calc((85 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt90 {
    margin-top: -90px;
    margin-top: calc((90 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt95 {
    margin-top: -95px;
    margin-top: calc((95 / 375) * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .spMinusMt105 {
    margin-top: -105px;
    margin-top: calc((105 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt110 {
    margin-top: -110px;
    margin-top: calc((110 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt115 {
    margin-top: -115px;
    margin-top: calc((115 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt120 {
    margin-top: -120px;
    margin-top: calc((120 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt125 {
    margin-top: -125px;
    margin-top: calc((125 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt130 {
    margin-top: -130px;
    margin-top: calc((130 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt135 {
    margin-top: -135px;
    margin-top: calc((135 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt140 {
    margin-top: -140px;
    margin-top: calc((140 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt145 {
    margin-top: -145px;
    margin-top: calc((145 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt150 {
    margin-top: -150px;
    margin-top: calc((150 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt155 {
    margin-top: -155px;
    margin-top: calc((155 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt160 {
    margin-top: -160px;
    margin-top: calc((160 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt165 {
    margin-top: -165px;
    margin-top: calc((165 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt170 {
    margin-top: -170px;
    margin-top: calc((170 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt175 {
    margin-top: -175px;
    margin-top: calc((175 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt180 {
    margin-top: -180px;
    margin-top: calc((180 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt185 {
    margin-top: -185px;
    margin-top: calc((185 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt190 {
    margin-top: -190px;
    margin-top: calc((190 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt195 {
    margin-top: -195px;
    margin-top: calc((195 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt200 {
    margin-top: -200px;
    margin-top: calc((200 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt205 {
    margin-top: -205px;
    margin-top: calc((205 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt210 {
    margin-top: -210px;
    margin-top: calc((210 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt215 {
    margin-top: -215px;
    margin-top: calc((215 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt220 {
    margin-top: -220px;
    margin-top: calc((220 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt225 {
    margin-top: -225px;
    margin-top: calc((225 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt230 {
    margin-top: -230px;
    margin-top: calc((230 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt235 {
    margin-top: -235px;
    margin-top: calc((235 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt240 {
    margin-top: -240px;
    margin-top: calc((240 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt245 {
    margin-top: -245px;
    margin-top: calc((245 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt250 {
    margin-top: -250px;
    margin-top: calc((250 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt255 {
    margin-top: -255px;
    margin-top: calc((255 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt260 {
    margin-top: -260px;
    margin-top: calc((260 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt265 {
    margin-top: -265px;
    margin-top: calc((265 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt270 {
    margin-top: -270px;
    margin-top: calc((270 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt275 {
    margin-top: -275px;
    margin-top: calc((275 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt280 {
    margin-top: -280px;
    margin-top: calc((280 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt285 {
    margin-top: -285px;
    margin-top: calc((285 / 375) * 100vw);
  }
}


@media screen and (max-width: 768px) {
  .spMinusMt290 {
    margin-top: -290px;
    margin-top: calc((290 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt295 {
    margin-top: -295px;
    margin-top: calc((295 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt300 {
    margin-top: -300px;
    margin-top: calc((300 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt305 {
    margin-top: -305px;
    margin-top: calc((305 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt310 {
    margin-top: -310px;
    margin-top: calc((310 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt315 {
    margin-top: -315px;
    margin-top: calc((315 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt320 {
    margin-top: -320px;
    margin-top: calc((320 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt325 {
    margin-top: -325px;
    margin-top: calc((325 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt330 {
    margin-top: -330px;
    margin-top: calc((330 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt335 {
    margin-top: -335px;
    margin-top: calc((335 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt340 {
    margin-top: -340px;
    margin-top: calc((340 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt345 {
    margin-top: -345px;
    margin-top: calc((345 / 375) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spMinusMt350 {
    margin-top: -350px;
    margin-top: calc((350 / 375) * 100vw);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          transition-duration: 2.4s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-sai^='figFade'][data-sai^='figFade'] img {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

[data-sai^='figFade'][data-sai^='figFade'] .photo__capIn, [data-sai^='figFade'][data-sai^='figFade'] .photo__capOut {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

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

[data-sai^='figFade'][data-sai^='figFade'].sai-animate .photo__capIn, [data-sai^='figFade'][data-sai^='figFade'].sai-animate .photo__capOut {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* BASE */
/* LAYOUT */
.contentMenu {
  font-family: "Shippori Mincho", serif;
  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: 170px 0 0;
  }
}

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

.contentMenu__bg {
  background-image: url(../imgs/bg-menu@2x.jpg);
  background-size: cover;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .contentMenu__bg {
    background-image: url(../imgs/sp/bg-menu.jpg);
  }
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 9;
}

.contentMenu-upper {
  margin: 0 auto;
  max-width: 930px;
}

@media screen and (min-width: 768px) {
  .contentMenu-upper__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
  }
}

.contentMenu-lower {
  background-color: rgba(153, 153, 153, 0.1);
  height: 100%;
  margin-top: 60px;
  padding-top: 62px;
}

@media (max-width: 768px) {
  .contentMenu-lower {
    margin-left: -40px;
    margin-right: -40px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
}

.contentMenu-pageList__item {
  position: relative;
}

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

@media screen and (min-width: 768px) {
  .contentMenu-pageList__item {
    width: 170px;
  }
  .contentMenu-pageList__item:nth-child(n+6) {
    margin-top: 15px;
  }
  .contentMenu-pageList__item--long {
    width: 360px;
  }
  .contentMenu-pageList__item:last-child {
    margin-right: 382px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__item {
    width: 138px;
  }
  .contentMenu-pageList__item:first-child {
    width: 100%;
  }
  .contentMenu-pageList__item:first-child .contentMenu-pageList__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 65px;
  }
  .contentMenu-pageList__item:first-child .contentMenu-pageList__link .sub {
    margin-left: 1em;
    margin-top: 0;
  }
  .contentMenu-pageList__item--long {
    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(even) {
  right: 0;
}

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

.contentMenu-pageList__item.is-new {
  position: relative;
}

.contentMenu-pageList__item.is-new:after {
  background-color: #eb6877 !important;
  border-radius: 50%;
  content: '';
  height: 5px;
  left: 5px;
  position: absolute;
  top: 10px;
  width: 5px;
}

.contentMenu-pageList__link {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
}

.contentMenu-pageList__link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #999999;
  left: 20px;
  top: 0;
  -webkit-transition: 1s ease .4s;
  transition: 1s ease .4s;
}

.contentMenu.is-visible .contentMenu-pageList__link:after {
  width: calc(100% - 20px);
}

.contentMenu-pageList__link:before {
  color: #ffffff;
  content: attr(data-num);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 300;
  left: 0;
  line-height: .7;
  position: absolute;
  right: 0;
  top: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contentMenu-pageList__link .main {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: .85;
}

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

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

.contentMenu-pageList__link .sub {
  color: #acacac;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  margin-top: .8em;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__link {
    font-size: 14px;
    letter-spacing: .08em;
    padding: 20px 0 20px 16px;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__link {
    height: 83px;
    letter-spacing: .15em;
    padding: 23px 0 0;
  }
}

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

@media screen and (min-width: 768px) {
  .contentMenu-specialList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 310px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-specialList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

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

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

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

.contentMenu-dropdown__head .statusIcon {
  bottom: 10px;
  position: absolute;
  right: -30px;
  top: auto;
  -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 {
    bottom: -29px;
  }
  .contentMenu-dropdown__head .statusIcon:before {
    background-image: url(../imgs/icon-statusIcon.svg);
    background-size: 100% 100%;
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
  }
}

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

.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: 13px;
    letter-spacing: 0;
    line-height: 1.42857;
  }
  .contentMenu-dropdown__link:before {
    content: '';
    margin-top: calc((1 - 1.42857) * .5em);
  }
  .contentMenu-dropdown__link:after {
    margin-bottom: calc((1 - 1.42857) * .5em);
  }
  .contentMenu-dropdown__link:before, .contentMenu-dropdown__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__link {
    display: inline-block;
    font-size: 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 {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: 250px;
}

@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 {
  display: block;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown__txt {
    color: #333333;
    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 {
    color: #999999;
    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-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 45px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-subNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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: 13px;
    letter-spacing: .04em;
    padding-left: 18px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contentMenu-subNav__link:last-of-type {
    margin-top: 20px;
  }
  .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-right: 15px;
  }
}

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

@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;
    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: 0 auto;
    max-width: 930px;
  }
}

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

@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:not(:last-of-type) {
    margin-bottom: 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: 20px;
    -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-pageList__item.is-active .contentMenu-pageList__link {
  color: #cbb89c !important;
}

.site-theme-black .contentMenu-pageList__item.is-active .contentMenu-pageList__link .sub {
  color: #cbb89c !important;
}

.site-theme-black .contentMenu-pageList__item.is-active .contentMenu-pageList__link:before {
  color: #cbb89c;
}

.site-theme-black .contentMenu-pageList__item.is-active .contentMenu-pageList__link:after {
  background-color: #cbb89c;
}

@media screen and (min-width: 768px) {
  .site-theme-black .contentMenu-pageList__item:hover .contentMenu-pageList__link {
    color: #cbb89c;
  }
  .site-theme-black .contentMenu-pageList__item:hover .contentMenu-pageList__link .sub {
    color: #cbb89c !important;
  }
  .site-theme-black .contentMenu-pageList__item:hover .contentMenu-pageList__link:before {
    color: #cbb89c;
  }
  .site-theme-black .contentMenu-pageList__item:hover .contentMenu-pageList__link:after {
    background-color: #cbb89c;
  }
}

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

@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;
  letter-spacing: .01em;
}

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

@media screen and (max-width: 768px) {
  .cvMenu-bnr__txt {
    font-size: 11px;
    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-image: url(../imgs/bg-menu@2x.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .site-theme-black .cvMenu-bnrArea {
    background-image: url(../imgs/sp/bg-menu.jpg);
  }
}

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

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

.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-bottom: 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%;
}

@media screen and (min-width: 768px) {
  .bottomArea__inner {
    padding-top: 35px;
    border-top: 1px solid #bfbdb9;
  }
}


.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__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__Holiday {
  color: #eb6877;
}

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

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

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

.footer-contact__intro {
  display: block;
}

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

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

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

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

.footer-landline__txt {
  color: #999999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bnrSumaiGallery {
  display: block;
}

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

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

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

.footer-corporateArea {
  background-color: #fff;
}

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

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

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

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

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

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

.lowScrollBlock:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 40px;
  top: 0;
  background-color: #c6c3bf;
  opacity: 0.6;
  z-index: 6;
}

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

@media screen and (min-width: 768px) {
  .lowScrollBlock:after {
    left: 60.5px;
  }
}

@media screen and (min-width: 768px) {
  .lowScrollBlock {
    position: relative;
    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 (max-width: 768px) {
  .lowScrollBlock {
    display: block;
  }
}

.lowScrollBlock .scrollContent {
  background-color: #e4e0d9;
  background: url("../imgs/bg-texture.jpg") repeat;
  background-size: 100% auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lowScrollBlock .scrollContent {
    width: calc(860/1440*100vw);
    overflow: hidden;
    background-size: 50% auto;
  }
}

@media screen and (max-width: 768px) {
  .lowScrollBlock .scrollContent {
    width: 100%;
    margin-top: -50px;
  }
}

.lowScrollBlock .scrollContent:before {
  content: '';
  background: url("../imgs/bg-texture-top@1.5x.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .lowScrollBlock .scrollContent:before {
    height: calc((380/860)*100vw);
  }
}

@media screen and (max-width: 768px) {
  .lowScrollBlock .scrollContent:before {
    height: 280px;
  }
}

.lowScrollBlock .scrollContent__mainSp {
  overflow: hidden;
}

.lowScrollBlock .scrollContent__mainSp .photo__image {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-filter: brightness(0.5) blur(10px);
          filter: brightness(0.5) blur(10px);
  -webkit-transition: all 2s,-webkit-filter 1.5s;
  transition: all 2s,-webkit-filter 1.5s;
  transition: all 2s,filter 1.5s;
  transition: all 2s,filter 1.5s,-webkit-filter 1.5s;
  opacity: 0;
}

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

@media screen and (max-width: 768px) {
  .lowScrollBlock .scrollContent__mainSp {
    -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
            clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
    position: relative;
    margin-bottom: 90px;
  }
  .lowScrollBlock .scrollContent__mainSp:after {
    content: '';
    background: url("../imgs/icn-kv.png") no-repeat;
    background-size: cover;
    position: absolute;
    width: 230px;
    height: 270px;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    -webkit-transition: 3s;
    transition: 3s;
  }
  .lowScrollBlock .scrollContent__mainSp .scrollContent__capIn {
    position: absolute;
    bottom: 40px;
    right: 10px;
    text-align: right;
  }
}

.lowScrollBlock .scrollContent__mainSp.sai-animate:after {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  opacity: 1;
}

.lowScrollBlock .scrollContent__mainSp.sai-animate .photo__image {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-filter: brightness(1) blur(0);
          filter: brightness(1) blur(0);
}

@media screen and (max-width: 768px) {
  .lowScrollBlock .scrollContent__head {
    position: absolute;
    color: #fff;
    bottom: 130px;
    left: calc(50vw + 20px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    font-size: 24px;
    line-height: 1.60417;
    letter-spacing: 0.25em;
    font-family: YakuHanMP, 'Noto Serif JP', YuMincho, 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  }
  .lowScrollBlock .scrollContent__head:before {
    content: '';
    margin-top: calc((1 - 1.60417) * .5em);
  }
  .lowScrollBlock .scrollContent__head:after {
    margin-bottom: calc((1 - 1.60417) * .5em);
  }
  .lowScrollBlock .scrollContent__head:before, .lowScrollBlock .scrollContent__head:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .lowScrollBlock .scrollContent__head .num {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    line-height: calc(77/52);
    letter-spacing: 0.13em;
    font-weight: 300;
  }
}

@media screen and (min-width: 768px) {
  .lowScrollBlock .scrollContent__inner {
    padding: 15vh 0 14vh;
  }
  .lowScrollBlock .scrollContent__inner:first-child {
    padding-top: calc((170/1440)*100vw);
  }
}

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

.lowScrollBlock .scrollContent .photo {
  position: relative;
}

.lowScrollBlock .scrollContent .photo .cap {
  font-size: 10px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.lowScrollBlock .scrollContent .photo .cap.wh {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* COMPONENTS */
.accordionModule__body {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .accordionModule__body {
    max-height: 300px;
    overflow: hidden;
    -webkit-transition: 2s;
    transition: 2s;
    margin-top: 50px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .accordionModule__close {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 40px;
    padding-top: 10px;
  }
  .accordionModule__close:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: calc(100% - 2px);
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 224, 217, 0)), color-stop(33%, rgba(228, 224, 217, 0.648897)), color-stop(69%, rgba(228, 224, 217, 0.864583)), color-stop(89%, #e4e0d9));
    background: linear-gradient(180deg, rgba(228, 224, 217, 0) 0%, rgba(228, 224, 217, 0.648897) 33%, rgba(228, 224, 217, 0.864583) 69%, #e4e0d9 89%);
  }
}

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

.accordionModule .closeBtn {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 50%;
}

.accordionModule .closeBtn:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.8);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.accordionModule .closeBtn:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.8);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.accordionModule.is-open .accordionModule__body {
  max-height: 5000px;
}

.accordionModule.is-open .accordionModule__close:after {
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}

.accordionModule.is-open .closeBtn:before {
  width: 0;
}

.accrBox {
  position: relative;
}

@media screen and (max-width: 768px) {
  .accrBox {
    max-height: 70px;
    overflow: hidden;
    padding-right: 40px;
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .accrBox.is-open {
    max-height: 1000px;
  }
  .accrBox.is-open .accrBox__status:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .accrBox.is-open .accrBox__status:after {
    -webkit-transform: translate(-50%, -50%) scale(1, 0) rotate(90deg);
            transform: translate(-50%, -50%) scale(1, 0) rotate(90deg);
  }
}

.accrBox__status {
  border: 1px solid rgba(77, 77, 77, 0.2);
  bottom: 0;
  height: 30px;
  position: absolute;
  right: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  width: 30px;
  border-radius: 50%;
}

.accrBox__status:before, .accrBox__status:after {
  background-color: #4d4d4d;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.accrBox__status:before {
  height: 10px;
  width: 1px;
}

.accrBox__status:after {
  height: 1px;
  width: 10px;
}

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

.accrLabel {
  background: #312f2c;
  color: #cbb89c;
}

@media screen and (min-width: 768px) {
  .accrLabel {
    width: calc((((1440 - 580)/1440)*100vw - 620px)/2 + 620px);
    margin-left: auto;
    margin-right: 0;
    padding-left: 30px;
    font-size: 16px;
    line-height: 3.5;
  }
}

@media screen and (max-width: 768px) {
  .accrLabel {
    width: 334px;
    font-size: 13px;
    line-height: 1.76923;
    letter-spacing: 0.05em;
    padding: 18px 15px 18px 30px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
  }
  .accrLabel:before {
    content: '';
    margin-top: calc((1 - 1.76923) * .5em);
  }
  .accrLabel:after {
    margin-bottom: calc((1 - 1.76923) * .5em);
  }
  .accrLabel:before, .accrLabel:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.accrLabel.is-open .accrLabel__status:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.accrLabel.is-open .accrLabel__status:after {
  -webkit-transform: translate(-50%, -50%) scale(1, 0) rotate(90deg);
          transform: translate(-50%, -50%) scale(1, 0) rotate(90deg);
}

.accrLabel__status {
  border: 1px solid rgba(119, 109, 94, 0.5);
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  width: 30px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.accrLabel__status:before, .accrLabel__status:after {
  background-color: #cbb89c;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.accrLabel__status:before {
  height: 10px;
  width: 1px;
}

.accrLabel__status:after {
  height: 1px;
  width: 10px;
}

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

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

@media screen and (max-width: 768px) {
  .accrLabel + .wrapper {
    margin-top: 50px;
  }
}

.accrLabel {
  background: #312f2c;
  color: #cbb89c;
}

@media screen and (min-width: 768px) {
  .accrLabel {
    width: calc((((1440 - 580)/1440)*100vw - 620px)/2 + 620px);
    margin-left: auto;
    margin-right: 0;
    padding-left: 30px;
    font-size: 16px;
    line-height: 3.5;
  }
}

@media screen and (max-width: 768px) {
  .accrLabel {
    width: 334px;
    font-size: 13px;
    line-height: 1.76923;
    letter-spacing: 0.05em;
    padding: 18px 15px 18px 30px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
  }
  .accrLabel:before {
    content: '';
    margin-top: calc((1 - 1.76923) * .5em);
  }
  .accrLabel:after {
    margin-bottom: calc((1 - 1.76923) * .5em);
  }
  .accrLabel:before, .accrLabel:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.accrLabel.is-open .accrLabel__status:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.accrLabel.is-open .accrLabel__status:after {
  -webkit-transform: translate(-50%, -50%) scale(1, 0) rotate(90deg);
          transform: translate(-50%, -50%) scale(1, 0) rotate(90deg);
}

.accrLabel__status {
  border: 1px solid rgba(119, 109, 94, 0.5);
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  width: 30px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.accrLabel__status:before, .accrLabel__status:after {
  background-color: #cbb89c;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.accrLabel__status:before {
  height: 10px;
  width: 1px;
}

.accrLabel__status:after {
  height: 1px;
  width: 10px;
}

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

.is-open .accrLabel__status:before {
  height: 1px;
  width: 1px;
}

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

@media screen and (max-width: 768px) {
  .accrLabel + .wrapper {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .anchorTab {
    position: relative;
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .anchorTab:after {
    position: absolute;
    content: 'Image Photo';
    top: calc(100% + 8px);
    right: 0;
    color: #666666;
    font-size: 10px;
  }
}

.anchorTab__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.anchorTab__item {
  display: block;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .anchorTab__item:hover {
    opacity: 0.6 !important;
  }
}

.anchorTab__item:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.anchorTab__item.is-selected:after {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .anchorTab__item {
    width: 193px;
    padding-top: 93px;
  }
  .anchorTab__item:hover:after {
    opacity: 0;
  }
}

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

.anchorTab__inner {
  background: rgba(8, 7, 5, 0.8);
  color: #e5e1da;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .anchorTab__inner {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 2;
    padding-left: 20px;
    line-height: 1.3em;
    -webkit-transform: unset;
            transform: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .anchorTab__inner:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .anchorTab__inner:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .anchorTab__inner:before, .anchorTab__inner:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .anchorTab__inner {
    width: 240px;
    height: 100px;
    padding-top: 15px;
    top: 50px;
    font-size: 18px;
    line-height: 1.27778;
  }
  .anchorTab__inner:before {
    content: '';
    margin-top: calc((1 - 1.27778) * .5em);
  }
  .anchorTab__inner:after {
    margin-bottom: calc((1 - 1.27778) * .5em);
  }
  .anchorTab__inner:before, .anchorTab__inner:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.anchorTab__inner .en {
  display: block;
  font-family: "Cormorant Infant", serif;
  color: #897e6c;
  border-bottom: 2px solid rgba(137, 126, 108, 0.29);
}

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

@media screen and (max-width: 768px) {
  .anchorTab__inner .en {
    font-size: 14px;
    line-height: .7;
    margin-bottom: 20px;
  }
}

.anchorTab__inner:after {
  content: '';
  background: url("../../common/imgs/icon-link.png") no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .anchorTab__inner:after {
    width: 18px;
    height: 18px;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .anchorTab__inner:after {
    width: 15px;
    height: 15px;
    bottom: 10px;
  }
}

.anchorTab__cap {
  position: absolute;
}

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

@media screen and (max-width: 768px) {
  .anchorTab__cap {
    right: calc((15/750)*100vw);
    bottom: calc((20/750)*100vw);
  }
}

@-webkit-keyframes arrowButton__border-over {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    stroke-dashoffset: 0;
  }
}

@keyframes arrowButton__border-over {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes arrowButton__border-out {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    stroke-dashoffset: 0;
  }
  to {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    stroke-dashoffset: -207.34512px;
  }
}

@keyframes arrowButton__border-out {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    stroke-dashoffset: 0;
  }
  to {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    stroke-dashoffset: -207.34512px;
  }
}

@-webkit-keyframes icon-list-before_on {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
            transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, -140%) scale(1);
            transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, -140%) scale(1);
    opacity: 0;
  }
}

@keyframes icon-list-before_on {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
            transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, -140%) scale(1);
            transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, -140%) scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes icon-list-after_on {
  0% {
    -webkit-transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, 140%) scale(1);
            transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, 140%) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
            transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
    opacity: 1;
  }
}

@keyframes icon-list-after_on {
  0% {
    -webkit-transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, 140%) scale(1);
            transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, 140%) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
            transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes icon-list-before_out {
  0% {
    -webkit-transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, -140%) scale(1);
            transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, -140%) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
            transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
    opacity: 1;
  }
}

@keyframes icon-list-before_out {
  0% {
    -webkit-transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, -140%) scale(1);
            transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, -140%) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
            transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes icon-list-after_out {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
            transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, 140%) scale(1);
            transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, 140%) scale(1);
    opacity: 0;
  }
}

@keyframes icon-list-after_out {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
            transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, 140%) scale(1);
            transform: matrix(1, -0.17, 0.17, 1, 0, 0) translate(0%, 140%) scale(1);
    opacity: 0;
  }
}

.arrowButton {
  position: relative;
  width: 100%;
  height: 100%;
  visibility: inherit;
}

.arrowButton .arrowButton__border svg {
  stroke: #ffffff;
}

.arrowButton .list__icon:before {
  background-image: url(../imgs/icon-dot-white.svg) !important;
}

.arrowButton .list__icon:after {
  background-image: url(../imgs/icon-arrow-white.svg) !important;
}

.arrowButton__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.arrowButton__border svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-width: 1px;
  fill: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .arrowButton__border svg {
    stroke-width: 0.5px;
  }
}

.arrowButton__border svg:first-child {
  opacity: .4;
}

.arrowButton__border svg:last-child {
  stroke-dasharray: 207.34512px 207.34512px;
  stroke-dashoffset: 207.34512px;
  visibility: hidden;
  -webkit-transition: visibility 0s 1.5s;
  transition: visibility 0s 1.5s;
  -webkit-animation: arrowButton__border-out 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: arrowButton__border-out 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.arrowButton.list .list__icon {
  position: absolute;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.arrowButton.list .list__icon:before, .arrowButton.list .list__icon:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  background-size: 100% 100%;
}

.arrowButton.list .list__icon:before {
  content: '';
  width: calc((12/36)*100%);
  height: calc((2.4/36)*100%);
  background-image: url(../imgs/icon/icon-dot-white.svg);
  line-height: 1;
  text-decoration: none !important;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-animation: icon-list-before_out 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
          animation: icon-list-before_out 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  margin-left: calc((-5.8/36)*100%);
  margin-top: calc((-0.8/36)*100%);
  opacity: 1;
  transition-delay: .2s;
}

.arrowButton.list .list__icon:after {
  content: '';
  width: calc((15/36)*100%);
  height: calc((7/36)*100%);
  background-image: url(../imgs/icon/icon-arrow-white.svg);
  line-height: 1;
  text-decoration: none !important;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-animation: icon-list-after_out 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          animation: icon-list-after_out 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  margin-left: calc((-7/36)*100%);
  margin-top: calc((-4.8/36)*100%);
  opacity: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

a:hover .arrowButton.list .list__icon:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-animation: icon-list-before_on 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          animation: icon-list-before_on 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  opacity: 0;
}

a:hover .arrowButton.list .list__icon:after {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-animation: icon-list-after_on 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
          animation: icon-list-after_on 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  opacity: 1;
}

a:hover .arrowButton .arrowButton__border svg:last-child {
  visibility: inherit;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: arrowButton__border-over 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: arrowButton__border-over 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@media (max-width: 768px) {
  .arrowButton.list .list__icon:before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-animation: icon-list-before_on 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            animation: icon-list-before_on 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    opacity: 0;
  }
  .arrowButton.list .list__icon:after {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
    -webkit-animation: icon-list-after_on 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            animation: icon-list-after_on 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    opacity: 1;
  }
  .arrowButton .arrowButton__border svg:last-child {
    visibility: inherit;
    -webkit-transition: none;
    transition: none;
    -webkit-animation: arrowButton__border-over 0s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
            animation: arrowButton__border-over 0s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
}

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

@media screen and (min-width: 768px) {
  .clippyBlock--four .clippyBlock__item {
    -webkit-clip-path: polygon(0 0, 100% 29%, 100% 100%, 0 71%);
            clip-path: polygon(0 0, 100% 29%, 100% 100%, 0 71%);
  }
  .clippyBlock--four .clippyBlock__item:first-child {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 71%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 71%);
  }
  .clippyBlock--four .clippyBlock__item:last-child {
    -webkit-clip-path: polygon(0 0, 100% 29%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 29%, 100% 100%, 0 100%);
  }
  .clippyBlock--four .clippyBlock__item:not(:first-child) {
    margin-top: calc(-24/1440*100vw);
  }
}

@media screen and (max-width: 768px) {
  .clippyBlock--four .clippyBlock__item {
    -webkit-clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
            clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
  }
  .clippyBlock--four .clippyBlock__item:not(:first-child) {
    margin-top: -25px;
  }
}

@media screen and (min-width: 768px) {
  .clippyBlock--three .clippyBlock__item {
    -webkit-clip-path: polygon(0 0, 100% 34%, 100% 100%, 0 66%);
            clip-path: polygon(0 0, 100% 34%, 100% 100%, 0 66%);
  }
  .clippyBlock--three .clippyBlock__item:first-child {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 66%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 66%);
  }
  .clippyBlock--three .clippyBlock__item:last-child {
    -webkit-clip-path: polygon(0 0, 100% 34%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 34%, 100% 100%, 0 100%);
  }
  .clippyBlock--three .clippyBlock__item:not(:first-child) {
    margin-top: calc(-44/1440*100vw);
  }
}

@media screen and (max-width: 768px) {
  .clippyBlock--three .clippyBlock__item {
    -webkit-clip-path: polygon(0 18%, 100% 0, 100% 82%, 0 100%);
            clip-path: polygon(0 18%, 100% 0, 100% 82%, 0 100%);
  }
  .clippyBlock--three .clippyBlock__item:nth-child(2) .clippyBlock__txt {
    right: auto;
    left: 25px;
  }
  .clippyBlock--three .clippyBlock__item:not(:first-child) {
    margin-top: -20px;
  }
}

.clippyBlock__item {
  position: relative;
}

.clippyBlock__item:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(16, 38, 53, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.clippyBlock__txt {
  position: absolute;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  -webkit-transform: skew(-10deg) rotate(-5deg);
          transform: skew(-10deg) rotate(-5deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .clippyBlock__txt {
    top: 0;
    right: 10%;
    line-height: calc(46/28);
  }
}

@media screen and (max-width: 768px) {
  .clippyBlock__txt {
    font-size: 14px;
    line-height: calc(46/28);
    letter-spacing: 0.15em;
    top: 0px;
    right: 25px;
  }
}

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

@media screen and (max-width: 768px) {
  .clippyBlock__txt .name {
    font-size: 16px;
  }
}

.countBlk {
  position: relative;
}

.countBlk:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 40px;
  top: 0;
  background-color: #c6c3bf;
  opacity: 0.15;
  z-index: 6;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media screen and (max-width: 768px) {
  .countBlk:after {
    left: 41px;
  }
}

@media screen and (min-width: 768px) {
  .countBlk:after {
    left: 60.5px;
  }
}

.countinfo {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .countinfo {
    width: 43px;
    padding-left: 11.5px;
    height: 180px;
  }
}

@media screen and (min-width: 768px) {
  .countinfo {
    width: 64px;
    padding-left: 21px;
    height: 244px;
  }
}

.countinfo.is-set {
  position: absolute;
}

.is-countBlockOpen .countinfo {
  opacity: 1;
}

.countinfo__word {
  color: #4c4c4c;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.countinfo__num {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 0.9;
  border-bottom: 1px solid rgba(76, 76, 76, 0.3);
  letter-spacing: 0.1em;
  -webkit-transition: border-bottom 0.4s;
  transition: border-bottom 0.4s;
}

@media screen and (max-width: 768px) {
  .countinfo__num {
    padding-bottom: 11.5px;
    margin-bottom: 11.5px;
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .countinfo__num {
    padding-bottom: 18px;
    margin-bottom: 18px;
    font-size: 12px;
  }
}

.countinfo__txt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: 'Noto Serif JP';
  line-height: 1;
}

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

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

.countinfo__dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.countinfo__icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgba(76, 76, 76, 0.5);
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}

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

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

@media screen and (max-width: 768px) {
  .countinfo__icon + .countinfo__icon {
    margin-top: 4.5px;
  }
}

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

.countinfo__icon.is-active {
  background-color: #4c4c4c;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media screen and (min-width: 768px) {
  .countinfo .countinfo__word {
    color: #fff !important;
  }
  .countinfo .countinfo__num {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  .countinfo .countinfo__icon {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  .countinfo .countinfo__icon.is-active {
    background-color: #fff !important;
  }
}

.is-white .countinfo .countinfo__word {
  color: #fff;
}

.is-white .countinfo .countinfo__num {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.is-white .countinfo .countinfo__icon {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.is-white .countinfo .countinfo__icon.is-active {
  background-color: #fff;
}

.entryArea {
  display: block;
  position: relative;
  width: 100%;
  z-index: 8;
  cursor: pointer;
}

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

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

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

.entryArea__bg .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entryArea__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .entryArea__inner {
    width: calc((600/750)*100vw);
    margin-left: auto;
    margin-right: auto;
  }
}

.entryArea__ttl {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
}

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

@media screen and (max-width: 768px) {
  .entryArea__ttl {
    padding-top: 75px;
  }
}

.entryArea__ttl .ja {
  font-family: "Shippori Mincho", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .entryArea__ttl .ja {
    font-size: 32px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .entryArea__ttl .ja {
    display: inline-block;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 30px;
    white-space: nowrap;
  }
  .entryArea__ttl .ja:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .entryArea__ttl .ja:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .entryArea__ttl .ja:before, .entryArea__ttl .ja:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.entryArea__ttl .en {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 0.7;
  font-size: 12px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .entryArea__ttl .en {
    letter-spacing: 0.23em;
  }
}

@media screen and (max-width: 768px) {
  .entryArea__ttl .en {
    letter-spacing: 0.25em;
  }
}

.entryArea__txt {
  margin-top: 20px;
  font-size: 9px;
  color: #fff;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}

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

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

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

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

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.entryArea__btn {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 35px auto 0;
  cursor: pointer;
}

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

.fixedContent {
  background-color: #e4e0d9;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .fixedContent {
    position: sticky;
    display: block;
    top: 0;
    left: 0;
    width: calc(580/1440*100vw);
    height: 100vh;
  }
}

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

@media screen and (min-width: 768px) {
  .fixedContent__inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    -webkit-filter: blur(15px) brightness(2);
            filter: blur(15px) brightness(2);
    -webkit-transition: 1s ease;
    transition: 1s ease;
    background-size: cover;
  }
  .fixedContent__inner:after {
    content: '';
    background: url("../imgs/icn-kv.png") no-repeat;
    background-size: cover;
    position: absolute;
    width: calc(220/1440*100vw);
    height: calc(270/1440*100vw);
    top: 0;
    left: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  .fixedContent__inner.active {
    opacity: 1;
    -webkit-filter: blur(0) brightness(1);
            filter: blur(0) brightness(1);
  }
  .fixedContent__inner.active .fixedContent__txt, .fixedContent__inner.active:after {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  .fixedContent__inner .capIn {
    position: absolute;
    bottom: 8px;
    right: 8px;
    text-align: right;
  }
}

.fixedContent__txt {
  position: absolute;
  bottom: calc(70/1440*100vw);
  left: calc(170/1440*100vw);
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: 0;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .fixedContent__txt {
    font-size: calc(28/1440*100vw);
    line-height: 1.60714;
    letter-spacing: 0.07em;
  }
  .fixedContent__txt:before {
    content: '';
    margin-top: calc((1 - 1.60714) * .5em);
  }
  .fixedContent__txt:after {
    margin-bottom: calc((1 - 1.60714) * .5em);
  }
  .fixedContent__txt:before, .fixedContent__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .fixedContent__txt .num {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: calc(32/1440*100vw);
    letter-spacing: calc(45/32);
    letter-spacing: 0.13em;
  }
}

@media screen and (min-width: 768px) {
  .fixedContent__txt .en {
    font-size: calc(24/1440*100vw);
    letter-spacing: calc(45/24);
    letter-spacing: 0.13em;
  }
}

.floorCard {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 768px) {
  .floorCard {
    height: 350px;
    overflow: hidden;
  }
  .floorCard:hover .floorCard__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

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

.floorCard + .floorCard {
  margin-top: 10px;
}

.floorCard__period {
  margin-top: 20px;
  margin-bottom: 3px;
}

.floorCard__period--now::before {
  content: "＜先着順販売住戸＞";
}

.floorCard__period--next::before {
  content: "＜次期以降販売予定住戸＞";
}

.floorCard__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  -webkit-transition: .4s;
  transition: .4s;
}

.floorCard__cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #897e6c;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .floorCard__cont {
    padding-top: 55px;
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .floorCard__cont {
    padding-top: 32.5px;
    width: 225px;
  }
}

.floorCard__type {
  top: 0;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  line-height: 0.85;
}

@media screen and (min-width: 768px) {
  .floorCard__type {
    font-size: 20px;
    left: 30px;
    padding-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  .floorCard__type {
    left: 20px;
    padding-top: 13px;
  }
}

.floorCard__type:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(137, 126, 108, 0.5);
  left: 0;
  top: 0;
}

.floorCard__type .name {
  text-transform: capitalize;
  margin-bottom: 0.1em;
  vertical-align: 0.15em;
}

@media screen and (min-width: 768px) {
  .floorCard__type .name {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 768px) {
  .floorCard__type .name {
    font-size: 1.5em;
  }
}

.floorCard__jaWord {
  text-align: center;
}

.floorCard__jaWord svg {
  height: auto;
}

@media screen and (min-width: 768px) {
  .floorCard__jaWord svg {
    width: 88px;
  }
}

@media screen and (max-width: 768px) {
  .floorCard__jaWord svg {
    width: 55px;
  }
}

.floorCard__data {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: .95;
}

@media screen and (min-width: 768px) {
  .floorCard__data {
    font-size: 26px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .floorCard__data {
    font-size: 18px;
    margin-top: 13px;
  }
}

.floorCard__data .big {
  font-size: 1.3em;
}

.floorCard__data .ldk {
  font-weight: 300;
}

.floorCard__data .area {
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .floorCard__data .area {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .floorCard__data .area {
    margin-top: 10px;
  }
}

.floorCard__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.75;
}

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

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

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

@media screen and (min-width: 768px) {
  .floorCard__lead {
    font-size: 12px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .floorCard__lead {
    font-size: 10px;
    margin-top: 14px;
  }
}

.floorCard__arrow {
  background: rgba(199, 187, 168, 0.3);
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .floorCard__arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 5px;
  }
}

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

@media screen and (min-width: 768px) {
  .floorCard__arrowIcon {
    width: 29px;
    height: 11px;
  }
}

@media screen and (max-width: 768px) {
  .floorCard__arrowIcon {
    width: 14.5px;
    height: 5.5px;
  }
  .floorCard__arrowIcon svg {
    width: 100%;
  }
}

.floorCard__cap {
  position: absolute;
  bottom: 5px;
  right: 8px;
}

.floorCard__status {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.75;
  margin-top: 10px;
  margin-bottom: 5px;
}

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

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

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

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

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

.floorMap {
  position: relative;
  background-color: #e2ded7;
  padding: 25px 22px 42px 35px;
}

@media screen and (min-width: 768px) {
  .floorMap {
    padding: 40px 22px 42px 60px;
  }
}

@media screen and (max-width: 768px) {
  .floorMap {
    padding: 25px 22px 42px 35px;
  }
}

.floorMap__img {
  position: relative;
}

@media screen and (min-width: 768px) {
  .floorMap__img {
    width: calc((477/750)*100%);
    margin-left: auto;
    margin-right: auto;
  }
}

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

.floorMap__cap {
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.typeShape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.typeShape__item {
  position: absolute;
}

.typeShape__item--a1 {
  width: calc((33.5/238.5)*100%);
  top: calc((46/120.5)*100%);
  left: calc((104/238.5)*100%);
}

.typeShape__item--b {
  width: calc((33.5/238.5)*100%);
  top: calc((46/120.5)*100%);
  left: calc((70/238.5)*100%);
}

.typeShape__item--c {
  width: calc((33.5/238.5)*100%);
  top: calc((46/120.5)*100%);
  left: calc((36/238.5)*100%);
}

.typeShape__item--d {
  width: calc((33.5/238.5)*100%);
  top: calc((46/120.5)*100%);
  left: calc((137/238.5)*100%);
}

.typeShape__item--e {
  width: calc((33.5/238.5)*100%);
  top: calc((46/120.5)*100%);
  left: calc((2/238.5)*100%);
}

.typeShape__item--f1 {
  width: calc((33.5/238.5)*100%);
  top: calc((46/120.5)*100%);
  left: calc((172/238.5)*100%);
}

@media screen and (min-width: 768px) {
  .floorMv {
    width: 100%;
    height: 100vh;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.floorMv__upper {
  position: relative;
}

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

@media screen and (min-width: 768px) {
  .floorMv__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.floorMv__imgCap {
  position: absolute;
  bottom: 5px;
  right: 8px;
}

.floorDetail {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

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

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

.floorDetail:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}

.floorDetail__bg {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .floorDetail__bg {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}

@media screen and (max-width: 768px) {
  .floorDetail__bg {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}

.floorDetail__inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  color: #897e6c;
}

.floorDetail__ttl {
  border-right: 1px solid #3f3c36;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.floorDetail__jaWord svg {
  height: auto;
}

@media screen and (max-width: 768px) {
  .floorDetail__jaWord svg {
    width: 55px;
  }
}

@media screen and (min-width: 768px) {
  .floorDetail__jaWord svg {
    width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .floorDetail__type {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .floorDetail__type {
    margin-top: 15px;
    font-size: 20px;
  }
}

.floorDetail__type .name {
  text-transform: capitalize;
  font-family: "Cormorant Infant", serif;
  font-size: calc((20em/14));
  line-height: 0.85;
}

.floorDetail__data {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
  line-height: 0.85;
  padding: 7px 0 7px 22.5px;
}

@media screen and (min-width: 768px) {
  .floorDetail__data {
    font-size: 36px;
    letter-spacing: 0em;
  }
}

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

.floorDetail__data .ldk {
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
}

.floorDetail__data .area {
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
  margin-top: 13px;
}

.floorDetail__data .big {
  font-size: calc((32em/24));
}

.floorDetail__data .other {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .floorDetail__data .other {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .floorDetail__data .other {
    margin-top: 13px;
  }
}

.keyVisual {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .keyVisual {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94%);
  }
}

.keyVisual__heading {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .keyVisual__heading {
    font-size: calc(32/1440*100vw);
    line-height: 1.46875;
    letter-spacing: 0.2em;
  }
  .keyVisual__heading:before {
    content: '';
    margin-top: calc((1 - 1.46875) * .5em);
  }
  .keyVisual__heading:after {
    margin-bottom: calc((1 - 1.46875) * .5em);
  }
  .keyVisual__heading:before, .keyVisual__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

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

.keyVisual__heading .en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .keyVisual__heading .en {
    font-size: calc(14/1440*100vw);
    line-height: calc(36/14);
    letter-spacing: 0.15em;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__heading .en {
    font-size: 14px;
    letter-spacing: 0.24em;
    line-height: calc(79/28);
  }
}

.keyVisual__scrollAssist {
  position: absolute;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 60.5px;
  bottom: 210px;
}

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

.keyVisual__image {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 2s cubic-bezier(0.62, 0.02, 0.25, 1);
  transition: 2s cubic-bezier(0.62, 0.02, 0.25, 1);
}

.is-pageOpen .keyVisual__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.keyVisual__capIn {
  position: absolute;
  right: 10px;
}

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

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

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

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

.leadSection__heading .num {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .leadSection__heading .num {
    font-size: 30px;
    line-height: calc(42/30);
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .leadSection__heading .num {
    font-size: 24.5px;
    line-height: calc(72/49);
    letter-spacing: 0.05em;
  }
}

.leadSection__heading .en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.15em;
  display: block;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .leadSection__heading .en {
    font-size: 12px;
    line-height: calc(36/12);
    margin-bottom: 15px;
  }
}

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

.leadSection__heading .en .italic {
  font-family: "Cormorant Infant", serif;
  font-style: italic;
}

.leadSection__heading .kakko {
  margin-left: -0.5em;
}

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

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

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

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

@media screen and (min-width: 768px) {
  .leadSection__subHeading + .leadSection__accrBox,
  .leadSection__subHeading + .txt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .leadSection__subHeading + .leadSection__accrBox,
  .leadSection__subHeading + .txt {
    margin-top: 33px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .leadSection + .photo {
    margin-top: 25px;
  }
}

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

@media screen and (max-width: 768px) {
  .leadSection + .caption {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

.leadSection--whiteSpaceNoWrap .leadSection__heading {
  white-space: nowrap;
}

.mapFig {
  position: relative;
  overflow: hidden;
}

.mapFig__icon {
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}

.sai-animate .mapFig__icon {
  opacity: 1;
}

.numAccrLabel {
  background: #312f2c;
  color: #cbb89c;
}

.numAccrLabel + .numAccrLabel {
  margin-top: 1px;
}

.numAccrLabel__num {
  position: absolute;
  height: 100%;
  width: 45px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.85;
  border-right: 1px solid #413d37;
}

@media screen and (min-width: 768px) {
  .numAccrLabel {
    width: calc((((1440 - 580)/1440)*100vw - 620px)/2 + 620px);
    margin-left: auto;
    margin-right: 0;
    padding-left: 70px;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .numAccrLabel {
    width: 100%;
    font-size: 13px;
    line-height: 1.42857;
    letter-spacing: 0.05em;
    padding: 15px 15px 15px 60px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
  }
  .numAccrLabel:before {
    content: '';
    margin-top: calc((1 - 1.42857) * .5em);
  }
  .numAccrLabel:after {
    margin-bottom: calc((1 - 1.42857) * .5em);
  }
  .numAccrLabel:before, .numAccrLabel:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .numAccrLabel + .numAccrLabel {
    margin-top: 1px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .numAccrLabel .kakko {
    margin-left: -0.5em;
  }
}

.numAccrLabel--noAccr {
  pointer-events: none;
}

.numAccrLabel--noAccr .numAccrLabel__status {
  display: none;
}

.detailAccr.is-open .numAccrLabel .numAccrLabel__status:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.detailAccr.is-open .numAccrLabel .numAccrLabel__status:after {
  -webkit-transform: translate(-50%, -50%) scale(1, 0) rotate(90deg);
          transform: translate(-50%, -50%) scale(1, 0) rotate(90deg);
}

.numAccrLabel__status {
  border: 1px solid rgba(119, 109, 94, 0.5);
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  width: 30px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.numAccrLabel__status:before, .numAccrLabel__status:after {
  background-color: #cbb89c;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.numAccrLabel__status:before {
  height: 10px;
  width: 1px;
}

.numAccrLabel__status:after {
  height: 1px;
  width: 10px;
}

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

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

@media screen and (max-width: 768px) {
  .numAccrLabel + .wrapper {
    margin-top: 50px;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .otherFloor__item {
    width: 140px;
  }
  .otherFloor__item:nth-child(n+3) {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .otherFloor__item {
    width: 185px;
  }
  .otherFloor__item:nth-child(n+4) {
    margin-top: 30px;
  }
}

.otherFloorbox {
  position: relative;
  display: block;
  background-color: rgba(185, 177, 162, 0.3);
  padding: 35px 0 37px;
}

.otherFloorbox__type {
  padding-top: 13px;
  top: 0;
  left: 10px;
  font-size: 14px;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  line-height: 0.85;
  color: #080705;
  white-space: nowrap;
}

.otherFloorbox__type .name {
  text-transform: capitalize;
  font-size: 1.5em;
  margin-bottom: 0.1em;
  vertical-align: 0.15em;
}

.otherFloorbox__type:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(137, 126, 108, 0.5);
  left: 0;
  top: 0;
}

.otherFloorbox__jaWord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.otherFloorbox__jaWord svg {
  width: 50px;
  height: auto;
}

.otherFloorbox__data {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.85;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.otherFloorbox__data .ldk {
  margin-top: 15px;
  font-weight: 300;
}

.otherFloorbox__data .area {
  margin-top: 8px;
  font-weight: 300;
}

.otherFloorbox__data .big {
  font-size: 1.3em;
}

.otherFloorbox__arrow {
  position: absolute;
  background-color: #706d67;
  bottom: 0;
  right: 0;
  padding: 10px 5px;
}

.otherFloorbox__arrowIcon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.otherFloorbox__arrowIcon svg {
  width: 15px;
  height: 5px;
}

.modalBlc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modalBlc__overLay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}

.modalBlc__inner {
  position: absolute;
  width: calc(100vw - 40px);
  height: calc(100vw - 40px);
  top: 50%;
  left: 50%;
  z-index: 10001;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modalBlc__closeBtn {
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: #fff;
  top: calc((-48/750)*100vw);
  right: calc((-40/750)*100vw * -1);
  z-index: 2;
  pointer-events: none;
}

.modalBlc__closeBtn:before, .modalBlc__closeBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc((100/750)*100vw);
  height: 100%;
  background-color: #fff;
}

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

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

.modalBlc__imgArea {
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.modalBlc__imgArea img {
  width: 750px;
  max-width: unset;
}

.modalBlc.is-open {
  opacity: 1;
  pointer-events: auto;
}

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

@media screen and (max-width: 768px) {
  .zoomIcon {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.photo__capIn--left {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

@media screen and (max-width: 768px) {
  .photo__capIn--left {
    bottom: 20px;
    left: unset;
    right: 5px;
  }
}

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

.photoNumList .photo {
  position: relative;
  counter-increment: photoNum;
}

.photoNumList .photo:after {
  content: "" counter(photoNum);
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: rgba(229, 225, 218, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .photoNumList .photo:after {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .photoNumList .photo:after {
    font-size: 9px;
    line-height: calc(64/18);
    letter-spacing: .05em;
    width: 16px;
    height: 16px;
  }
}

.photoNumList__cap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

.pointBlk {
  margin-top: 45px;
}

.pointBlk + .pointBlk {
  margin-top: 65px;
}

.pointBlk__ttl {
  background: #535049;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .pointBlk__ttl {
    letter-spacing: .1em;
    width: 100%;
    padding: 14px 15px 14px 20px;
    font-size: 15px;
    line-height: 6.4;
    border-left: 10px solid #312f2c;
  }
  .pointBlk__ttl:before {
    content: '';
    margin-top: calc((1 - 6.4) * .5em);
  }
  .pointBlk__ttl:after {
    margin-bottom: calc((1 - 6.4) * .5em);
  }
  .pointBlk__ttl:before, .pointBlk__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .pointBlk__ttl {
    width: 295px;
    font-size: 11.5px;
    line-height: 1.92308;
    letter-spacing: 0em;
    padding: 15px 10px;
    margin-left: auto;
    margin-right: 0;
    border-left: 10px solid #312f2c;
  }
  .pointBlk__ttl:before {
    content: '';
    margin-top: calc((1 - 1.92308) * .5em);
  }
  .pointBlk__ttl:after {
    margin-bottom: calc((1 - 1.92308) * .5em);
  }
  .pointBlk__ttl:before, .pointBlk__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.pointBlk__ttl + .photo {
  text-align: center;
}

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

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

@media screen and (min-width: 768px) {
  .pointBlk__cont {
    padding-top: 40px;
  }
  .pointBlk__cont .txt + .photo {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .pointBlk__cont {
    padding-top: 26px;
  }
}

@-webkit-keyframes scrollAssistMotion {
  0% {
    width: 0;
  }
  20% {
  }
  100% {
    width: 100%;
  }
}

@keyframes scrollAssistMotion {
  0% {
    width: 0;
  }
  20% {
  }
  100% {
    width: 100%;
  }
}

.scrollAssist {
  height: 1px;
  color: #fff;
  font-weight: bold;
  line-height: 0.85;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
}

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

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

.scrollAssist__line {
  position: relative;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-animation: 1.8s cubic-bezier(0.9, -0.01, 0.31, 1.01) 1s infinite forwards running scrollAssistMotion;
          animation: 1.8s cubic-bezier(0.9, -0.01, 0.31, 1.01) 1s infinite forwards running scrollAssistMotion;
}

.scrollAssist__line .dot {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  top: 50%;
  right: 0;
}

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

@media screen and (max-width: 768px) {
  .scrollAssist__line .dot {
    width: 5px;
    height: 5px;
  }
}

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

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

.subLeadSection__heading .num {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .subLeadSection__heading .num {
    font-size: 30px;
    line-height: calc(42/30);
    letter-spacing: 0.15em;
  }
}

@media screen and (max-width: 768px) {
  .subLeadSection__heading .num {
    font-size: 24.5px;
    line-height: calc(72/49);
    letter-spacing: 0.15em;
  }
}

.subLeadSection__heading .en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.15em;
  display: block;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .subLeadSection__heading .en {
    font-size: 12px;
    line-height: calc(36/12);
  }
}

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

.subLeadSection__heading .en .italic {
  font-family: "Cormorant Infant", serif;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .subLeadSection__heading + .accrBox,
  .subLeadSection__heading + .txt {
    margin-top: 30px;
  }
}


@media screen and (max-width: 768px) {
  .subLeadSection__heading + .accrBox,
  .subLeadSection__heading + .txt {
    margin-top: 20px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .subLeadSection + .photo {
    margin-top: 25px;
  }
}

/* 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 */
