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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  cursor: pointer;
}

table {
  font-size: 100%;
}

hr.separator {
  display: none;
}

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

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

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

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

html, body {
  overflow-x: auto;
}

body {
  background: #ffffff;
  scrollbar-width: thin;
}

body::-webkit-scrollbar:horizontal {
  display: none;
}

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

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

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

.currentPage {
  background: #ffffff;
  color: #44403b;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  position: relative;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  z-index: 1;
}

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

a {
  color: #44403b;
  text-decoration: none;
}

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

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

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

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

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

.skipLink:hover {
  background: #333333;
}

.wrap {
  margin: 0 auto;
}

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

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

.caption,
.capIn,
.capOut {
  color: #66615c;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  line-height: 1.8;
}

.caption[data-color='label'],
.capIn[data-color='label'],
.capOut[data-color='label'] {
  background-color: rgba(102, 102, 102, 0.6);
  color: rgba(255, 255, 255, 0.8);
  padding: 0 5px;
}

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

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

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

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

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

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

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

.caption a,
.capIn a,
.capOut a {
  color: #66615c;
  text-decoration: underline;
}

.numCap {
  background-color: #66615c;
  bottom: 0;
  color: #ffffff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  line-height: 1;
  padding: 5px 7px;
  position: absolute;
  right: 0;
  z-index: 2;
}

sup {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* BASE */
/* LAYOUT */
.bottomArea {
  background-color: #373a3a;
  position: relative;
  z-index: 2;
}

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

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

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

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

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

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

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

.contentMenu {
  visibility: hidden;
}

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

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

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

.contentMenu__bg:after {
  background: no-repeat center top / cover;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

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

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

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

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

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

.contentMenu-pageList--main {
  display: grid;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList--main {
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList--main {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.contentMenu-pageList--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList--sub {
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList--sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList + .caption {
    margin-top: 40px;
    text-align: center;
  }
}

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

.contentMenu-pageList__item {
  position: relative;
}

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

.contentMenu-pageList__item.is-off .contentMenu-pageLink:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: '';
  inset: 0;
  opacity: .5;
  position: absolute;
  z-index: 1;
}

.contentMenu-pageList__item.is-off .contentMenu-pageLink__ttl {
  opacity: .5;
}

.contentMenu-pageList__item.is-off .contentMenu-pageLink__bg .photo__image {
  -webkit-filter: grayscale(1.8);
          filter: grayscale(1.8);
  opacity: .5;
}

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

.contentMenu-pageLink__desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  inset: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageLink__desc {
    gap: 16px;
    padding-top: 80px;
  }
}

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

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

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

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

.contentMenu-pageLink__ttl .en {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: .7;
}

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

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

.contentMenu-pageLink__ttl .ja {
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1;
}

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

@media screen and (max-width: 768px) {
  .contentMenu-pageLink__ttl .ja {
    font-size: 11px;
  }
}

.contentMenu-pageLink__bg {
  background-color: #ffffff;
  overflow: hidden;
}

.contentMenu-pageLink__bg .photo__image {
  -webkit-transition: .8s ease;
  transition: .8s ease;
  -webkit-transition-property: -webkit-filter,-webkit-transform;
  transition-property: -webkit-filter,-webkit-transform;
  transition-property: filter,transform;
  transition-property: filter,transform,-webkit-filter,-webkit-transform;
  will-change: filter,transform;
}

.contentMenu-pageLink__bg .photo .numCap {
  z-index: 2;
}

.contentMenu-pageLink__guide .dir {
  display: block;
}

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

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

.contentMenu-pageLink__guide .soon {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: .7;
  position: relative;
  z-index: 2;
}

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

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

@media screen and (min-width: 768px) {
  .contentMenu-pageList--main .contentMenu-pageLink:hover .contentMenu-pageLink__bg .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@media (hover: hover) and (pointer: fine) {
  .contentMenu-pageList--main .contentMenu-pageLink:hover .contentMenu-pageLink__bg .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.contentMenu-pageList--sub .contentMenu-pageLink {
  color: #44403b;
  -webkit-transition: background-color .6s ease;
  transition: background-color .6s ease;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList--sub .contentMenu-pageLink {
    padding: 20px 24px 20px 0;
    width: 390px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList--sub .contentMenu-pageLink {
    padding: 16px 0;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList--sub .contentMenu-pageLink:hover {
    background-color: rgba(242, 239, 230, 0.4);
  }
  .contentMenu-pageList--sub .contentMenu-pageLink:hover:after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@media (hover: hover) and (pointer: fine) {
  .contentMenu-pageList--sub .contentMenu-pageLink:hover {
    background-color: rgba(242, 239, 230, 0.4);
  }
  .contentMenu-pageList--sub .contentMenu-pageLink:hover:after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

.contentMenu-pageList--sub .contentMenu-pageLink:after {
  background-color: #ccc7c2;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  width: 100%;
}

.contentMenu-pageList--sub .contentMenu-pageLink .contentMenu-pageLink__desc {
  background: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  padding: 0;
  position: static;
}

.contentMenu-pageList--sub .contentMenu-pageLink .contentMenu-pageLink__desc:before {
  background-color: #f2efe6;
  content: '';
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList--sub .contentMenu-pageLink .contentMenu-pageLink__desc:before {
    height: 40px;
    margin-right: 20px;
    width: 6px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList--sub .contentMenu-pageLink .contentMenu-pageLink__desc:before {
    height: 36px;
    margin-right: 20px;
    width: 6px;
  }
}

.contentMenu-pageList--sub .contentMenu-pageLink .contentMenu-pageLink__ttl {
  text-align: left;
}

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

@media screen and (min-width: 768px) {
  .contentMenu-pageList--sub .contentMenu-pageLink .contentMenu-pageLink__ttl .ja {
    font-size: 11px;
  }
}

.contentMenu-pageList--sub .contentMenu-pageLink .contentMenu-pageLink__guide {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .contentMenu-subGroup {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 40px;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .contentMenu-subNav {
    gap: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}

.contentMenu-subNav__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #44403b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-subNav__link {
    font-size: 12px;
    letter-spacing: .05em;
    padding-left: 22px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contentMenu-subNav__link:not(:last-of-type) {
    margin-right: 56px;
  }
  .contentMenu-subNav__link:hover {
    opacity: .7;
  }
}

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

.contentMenu-subNav .svgIcon {
  color: #807c79;
  height: auto;
}

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

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

.contentMenu-specialList {
  position: relative;
}

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

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

.contentMenu-specialList__item {
  position: relative;
}

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

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

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

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

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

.contentMenu-dropdown {
  position: relative;
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head {
    border: 1px solid #ccc7c2;
    padding: 12px 16px;
    position: relative;
  }
}

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

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

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head .statusIcon {
    border-left: 1px solid #ccc7c2;
    height: 100%;
    right: 0;
    width: 48px;
  }
  .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%);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contentMenu-dropdown__head .statusIcon:before {
    height: 1px;
    width: 14px;
  }
  .contentMenu-dropdown__head .statusIcon:after {
    height: 14px;
    width: 1px;
  }
}

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

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

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

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

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

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

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

.contentMenu-dropdown__txt {
  color: #66615c;
  display: block;
  letter-spacing: .05em;
}

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

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__txt {
    line-height: 1.8;
    border: 1px solid #ccc7c2;
    border-top: 0;
    font-size: 12px;
    padding: 20px 16px;
  }
  .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;
  }
}

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

.contentMenu-external:before {
  width: calc(100vw - var(--scrollbar));
  background-color: #f4f4f4;
  content: '';
  inset: 0;
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .cvMenu__close {
    height: 15.08px;
    right: 20.8px;
    top: 62.4px;
    width: 25.48px;
  }
}

.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: no-repeat center top / cover;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrArea {
    background-image: url("../imgs/pc/bg-common-01@1.5x.png");
    padding: 180px 0 56px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-bnrArea {
    background-image: url("../imgs/sp/bg-common-01.png");
    padding: 140px 32px 56px;
  }
}

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

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

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

.cvMenu-bnrGroup--tel {
  background-color: #f4f4f4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--tel {
    margin: 56px auto 0;
    padding: 32px 80px;
    position: relative;
    width: 470px;
  }
}

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

.cvMenu-bnrGroup--tel .cvMenu-bnr {
  -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--tel .cvMenu-bnr__txt {
    font-size: 15px;
  }
}

.cvMenu-bnrGroup--tel .cvMenu-bnr .cvMenu-btn {
  border: 0;
  padding: 0;
}

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

.cvMenu-bnr__txt {
  color: #66615c;
  letter-spacing: .01em;
  line-height: 1.5;
}

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

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

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

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

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

.cvMenu-btn {
  border: 1px solid rgba(184, 204, 204, 0.5);
  width: 100%;
}

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

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

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

@media screen and (min-width: 768px) {
  .cvMenu-btn__link {
    gap: 24px;
    padding: 0 24px 0 40px;
  }
}

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

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

@media (hover: hover) and (pointer: fine) {
  .cvMenu-btn__link:hover {
    opacity: .7;
  }
}

.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 {
    width: 24px;
  }
}

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

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

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

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

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

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

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

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

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

.cvMenu-btn__ttl .en {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: .7;
}

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

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

.cvMenu-btn__ttl .ja {
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__ttl .ja {
    display: inline-block;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__ttl .ja {
    display: block;
    font-size: 12px;
    margin-top: 8px;
  }
}

.cvMenu-btn__dir {
  margin-left: auto;
}

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

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

.cvMenu-btn--entry .cvMenu-btn__link {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2))), #436b6c;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%), #436b6c;
}

.cvMenu-btn--tel {
  color: #66615c;
  display: block;
  height: auto;
  width: auto;
}

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

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

.cvMenu-btn--tel .cvMenu-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #66615c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  line-height: .7;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__link {
    background: none;
    font-size: 32px;
    gap: 12px;
    pointer-events: none;
  }
}

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

.cvMenu-btn--tel .cvMenu-btn__schedule {
  line-height: 1.5;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
}

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

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

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

@media screen and (min-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__schedule {
    font-size: 10px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__schedule {
    font-size: 10px;
    margin-top: 12px;
  }
}

.cvMenu-corporateArea {
  background-color: #ffffff;
  border-top: 1px solid #ccc7c2;
}

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

@media screen and (max-width: 768px) {
  .cvMenu-corporateArea {
    padding: 80.6px 41.6px 156px;
  }
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .cvMenu-corporateList__link {
    font-size: 10.4px;
    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: 20.8px;
    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: 12.48px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottomCV-btn {
  position: relative;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .bottomCV-btn__icon {
    font-size: 9.4px;
    right: 15.6px;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 62.4px 41.6px 67.6px;
  }
}

@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: 10.4px;
    letter-spacing: .02em;
    line-height: 1.5;
  }
  .footer-contact__title:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .footer-contact__title:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .footer-contact__title:before, .footer-contact__title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.footer-contact__address {
  color: #f5f5f5;
}

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

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

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

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

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

@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: 11.4px;
    width: 15.6px;
  }
}

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

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

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

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

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

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

.footer-contact__intro {
  display: block;
}

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

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

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

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

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

.footer-landline__txt {
  color: #f5f5f5;
}

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

@media screen and (max-width: 768px) {
  .footer-landline__txt {
    font-size: 8.3px;
    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: 20.8px;
    margin-top: 5.2px;
    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: 52px;
  }
}

.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: 10.4px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: .1em;
    padding-left: 23.4px;
    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: 20.8px;
  }
}

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

.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: 46.8px 41.6px 31.2px;
  }
}

@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: 12.5px;
    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: 26px 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: 31.2px;
    padding-top: 23.4px;
  }
}

.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: 12.5px;
    padding-left: 26px;
    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: 12.5px;
  }
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .footer-corporateList__item {
    height: 83.2px;
    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: 154px;
  }
}

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

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

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

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

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

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

.footer-corporateList--multiple:after {
  height: 26px;
  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 20.8px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .footer-copyright__txt {
    border-top: 1px solid #f5f5f5;
    font-size: 9.4px;
    padding: 26px 0 46.8px;
    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: 15.6px;
    right: 20.8px;
    top: 20.8px;
    width: 27.04px;
  }
}

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

.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 {
    height: 5.2px;
    -webkit-transform: translate(-2.08px, -8.32px);
            transform: translate(-2.08px, -8.32px);
    width: 5.2px;
  }
}

.header-menu__line {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-menu {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.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;
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: fixed;
  z-index: 4;
}

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

@media screen and (max-width: 768px) {
  .cvBnr {
    bottom: 0;
    height: 47.84px;
    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%;
}

@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 13.52px 3.12px rgba(8, 1, 3, 0.3);
            box-shadow: 0 0 13.52px 3.12px rgba(8, 1, 3, 0.3);
    padding: 15.6px;
  }
}

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

.cvBnr__button:after {
  color: #333333;
  font-size: 9px;
  position: absolute;
  right: 26px;
  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: '＞';
    font-size: 9.36px;
    right: 16px;
  }
}

.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: 15.6px;
    line-height: 1.1;
    margin-left: -9.36px;
    padding-left: 15.6px;
  }
}

.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.8px;
    left: 0;
    top: 0;
    width: 7.8px;
  }
}

.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: 21.84px;
  width: 83.2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* VENDOR */
/* COMPONENTS */
.autoPlaySlider {
  position: relative;
}

.autoPlaySlider__controller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.autoPlaySlider__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid #807c79;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

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

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

.autoPlaySlider__btn .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.autoPlaySlider__btn .icon .border {
  background-color: #ccc7c2;
}

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

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

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

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

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

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

.bgLayer {
  position: relative;
}

.bgLayer:before {
  width: calc(100vw - var(--scrollbar));
  content: '';
  inset: 0;
  position: absolute;
}

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

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

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

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

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

.bgLayer--pattern01:before {
  background-color: #436b6c;
  mix-blend-mode: multiply;
}

.bgLayer--pattern01 .enTtl,
.bgLayer--pattern01 .txt {
  color: #ffffff;
}

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

.bgLayer--pattern02:before {
  background-color: #224142;
  mix-blend-mode: multiply;
}

.bgLayer--pattern02 .enTtl,
.bgLayer--pattern02 .txt {
  color: #ffffff;
}

.cvBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #958b79;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-align: center;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cvBtn {
    height: 100px;
    padding: 0 40px;
    width: 415px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn {
    height: 78px;
    padding: 0 28px;
    width: 319px;
  }
}

@media screen and (min-width: 768px) {
  .cvBtn:hover .en .t {
    -webkit-animation: txtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            animation: txtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .cvBtn:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  .cvBtn:hover .cvBtn__dir .generalArrow {
    -webkit-animation: arrowMove 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
            animation: arrowMove 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn:hover .en .t {
    -webkit-animation: txtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            animation: txtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .cvBtn:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  .cvBtn:hover .cvBtn__dir .generalArrow {
    -webkit-animation: arrowMove 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
            animation: arrowMove 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  }
}

.cvBtn:before, .cvBtn:after {
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.cvBtn:before {
  background-color: #595348;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

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

.cvBtn__ttl .en {
  display: block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0;
  line-height: .9;
}

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

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

.cvBtn__ttl .en .t {
  will-change: transform;
}

.cvBtn__ttl .ja {
  display: block;
  letter-spacing: .2em;
  line-height: 1;
}

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

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

.cvBtn__dir {
  overflow: hidden;
}

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

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

.cvBtn__dir .generalArrow {
  color: currentColor;
  will-change: transform;
}

.cvBtn--entry .cvBtn__icon {
  aspect-ratio: 26 / 30;
}

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

@media screen and (max-width: 768px) {
  .cvBtn--entry .cvBtn__icon {
    width: 21px;
  }
}

.cvBtn--entry .cvBtn__icon .svgIcon {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 17px;
}

.cvBtn--limited {
  background-color: #363a40;
}

.cvBtn--limited:before {
  background-color: #4c5159;
}

.cvBtn--limited .cvBtn__ttl .en {
  font-style: italic;
}

.cvBtn--limited .cvBtn__icon {
  aspect-ratio: 14 / 20;
}

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

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

.cvBtn--limited .cvBtn__icon .svgIcon {
  fill: currentColor;
}

.descriptionCard__head {
  width: 100%;
}

.descriptionCard__cont {
  background-color: #436b6c;
  color: #ffffff;
  text-align: center;
}

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

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

.descriptionCard__cont .heading,
.descriptionCard__cont .caption {
  color: #ffffff;
}

.swiper-slide .descriptionCard .photo__image {
  width: 100%;
}

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

@media screen and (min-width: 768px) {
  .entryMeritSect {
    margin: 0 auto;
    padding: 40px 0;
    width: 998px;
  }
}

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

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

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

.entryMeritSect__head .txt {
  color: #ffffff;
  text-align: center;
}

.entryMeritSect__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  line-height: 1.4;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

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

@media screen and (max-width: 768px) {
  .entryMeritSect__heading {
    font-size: 16px;
    gap: 36px;
  }
}

.entryMeritSect__heading:before, .entryMeritSect__heading:after {
  background-color: #807c79;
  content: '';
  height: 1px;
  width: 100%;
}

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

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

.entryMeritSect__cont {
  border-bottom: 1px solid #807c79;
}

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

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

@media screen and (max-width: 768px) {
  .entryMeritSect__body {
    margin-right: -32px;
    overflow: scroll;
  }
  .entryMeritSect__body::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .entryMeritSect__list {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .entryMeritSect__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding-right: 41px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.entryMeritSect__item {
  position: relative;
}

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

.entryMeritSect__item .arrow {
  aspect-ratio: 20 / 28;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .entryMeritSect__item .arrow {
    left: calc(100% + 6px);
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .entryMeritSect__item .arrow {
    left: calc(100% + 6px);
    width: 20px;
  }
}

.entryMeritCard {
  background: linear-gradient(320deg, rgba(244, 244, 244, 0.03) 0%, rgba(244, 244, 244, 0.2) 100%);
  color: #ffffff;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .entryMeritCard .txt {
    font-size: 15px;
  }
}

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

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

.entryMeritCard .txt {
  color: #ffffff;
}

.entryMeritCard .caption {
  color: #f0f6fa;
}

.enTtl {
  color: #877543;
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  line-height: .7;
}

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

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

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

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

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

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

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

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

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

.figurePlot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #f4f4f4;
  border: 1px solid #ccc7c2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.generalArrow {
  aspect-ratio: 1 / 1;
  display: block;
  width: 100%;
}

.generalBnr {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.generalSlider {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.generalTab__item {
  width: 100%;
}

.generalTab__btn {
  display: block;
  text-align: center;
}

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

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

.generalTab__btn.is-active {
  background-color: #999999;
  color: #ffffff;
  pointer-events: none;
}

.generalTab__cont {
  background-color: #999999;
  color: #ffffff;
  display: none;
  text-align: center;
}

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

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

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

.heading {
  letter-spacing: .01em;
  position: relative;
}

.heading sup {
  font-size: 10px;
  vertical-align: text-top;
}

.heading .caption {
  display: inline-block;
  line-height: 1.5;
  padding-top: 10px;
}

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

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

.heading--large {
  line-height: 1.75;
}

.heading--large:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.heading--large:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

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

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

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

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

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

.heading--default {
  line-height: 1.75;
}

.heading--default:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.heading--default:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

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

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

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

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

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

.heading--small {
  line-height: 1.25;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}

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

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

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

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

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

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

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

.headingCombi {
  position: relative;
}

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

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

@media screen and (min-width: 768px) {
  .headingCombi:has(.enTtl) {
    padding-left: 101px;
  }
}

@media screen and (max-width: 768px) {
  .headingCombi:has(.enTtl) {
    padding-left: 45px;
  }
}

.headingCombi:has(.enTtl):after {
  background-color: #ccc7c2;
  content: '';
  height: 1px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .headingCombi:has(.enTtl):after {
    left: -24px;
    top: 83px;
    width: 167px;
  }
}

@media screen and (max-width: 768px) {
  .headingCombi:has(.enTtl):after {
    left: -32px;
    top: 62px;
    width: 101px;
  }
}

@media screen and (max-width: 768px) {
  .headingCombi:has(.enTtl) .txt,
  .headingCombi:has(.enTtl) .caption {
    padding-right: 45px;
  }
}

.inductionArea__body {
  display: grid;
}

@media screen and (min-width: 768px) {
  .inductionArea__body {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .inductionArea__body {
    grid-template-columns: repeat(3, 1fr);
  }
}

.inductionArea__note {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .inductionArea__note {
    padding: 40px 0;
    width: 1200px;
  }
}

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

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

.inductionArea__entry:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  inset: 0;
  position: absolute;
}

.inductionArea__bg {
  inset: 0;
  position: absolute;
}

.inductionBtn {
  color: #ffffff;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .inductionBtn:hover .inductionBtn__visual .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .inductionBtn:hover .inductionBtn__inner:after {
    opacity: .7;
  }
  .inductionBtn:hover .inductionBtn__dir {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@media (hover: hover) and (pointer: fine) {
  .inductionBtn:hover .inductionBtn__visual .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .inductionBtn:hover .inductionBtn__inner:after {
    opacity: .7;
  }
  .inductionBtn:hover .inductionBtn__dir {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.inductionBtn__visual {
  background-color: #ffffff;
  overflow: hidden;
}

.inductionBtn__visual .photo__image {
  -webkit-transition: .8s ease;
  transition: .8s ease;
  -webkit-transition-property: -webkit-filter,-webkit-transform;
  transition-property: -webkit-filter,-webkit-transform;
  transition-property: filter,transform;
  transition-property: filter,transform,-webkit-filter,-webkit-transform;
  will-change: filter,transform;
}

.inductionBtn__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
}

.inductionBtn__inner:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: '';
  inset: 0;
  position: absolute;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  z-index: -1;
}

.inductionBtn__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  border: 1px solid #807c79;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: .7;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: background-color,-webkit-backdrop-filter;
  transition-property: background-color,-webkit-backdrop-filter;
  transition-property: background-color,backdrop-filter;
  transition-property: background-color,backdrop-filter,-webkit-backdrop-filter;
}

@media screen and (min-width: 768px) {
  .inductionBtn__dir {
    font-size: 20px;
    gap: 14px;
    height: 130px;
    padding-top: 23px;
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .inductionBtn__dir {
    font-size: 16px;
    gap: 13px;
    height: 100px;
    padding-top: 21px;
    width: 100px;
  }
}

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

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

.inductionBtn.is-off {
  pointer-events: none;
}

.inductionBtn.is-off .inductionBtn__visual:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: '';
  inset: 0;
  opacity: .5;
  position: absolute;
}

.inductionBtn.is-off .inductionBtn__visual .photo__image {
  -webkit-filter: grayscale(1.8);
          filter: grayscale(1.8);
  opacity: .5;
}

.inductionBtn.is-off .inductionBtn__dir {
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  width: auto;
}

.inductionBtn.is-off .inductionBtn__dir .soon {
  color: #ffffff;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .inductionBtn.is-off .inductionBtn__dir .soon {
    font-size: 16px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  .inductionBtn.is-off .inductionBtn__dir .soon {
    font-size: 12px;
  }
}

.entryGuideSect {
  position: relative;
}

.entryGuideSect__link {
  color: #ffffff;
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .entryGuideSect__link {
    aspect-ratio: 1440 / 520;
  }
}

@media screen and (max-width: 768px) {
  .entryGuideSect__link {
    aspect-ratio: 390 / 440;
  }
}

@media screen and (min-width: 768px) {
  .entryGuideSect__link:hover .entryGuideSect__bg:after {
    opacity: .7;
  }
  .entryGuideSect__link:hover .entryGuideSect__bg .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .entryGuideSect__link:hover .entryGuideSect__dir {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@media (hover: hover) and (pointer: fine) {
  .entryGuideSect__link:hover .entryGuideSect__bg:after {
    opacity: .7;
  }
  .entryGuideSect__link:hover .entryGuideSect__bg .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .entryGuideSect__link:hover .entryGuideSect__dir {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.entryGuideSect__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(244, 244, 244, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .entryGuideSect__inner {
    gap: 44px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .entryGuideSect__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    height: calc(100% - 20px);
    padding: 0 28px;
    width: calc(100% - 20px);
  }
}

.entryGuideSect__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  border: 1px solid #807c79;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: .7;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: background-color,-webkit-backdrop-filter;
  transition-property: background-color,-webkit-backdrop-filter;
  transition-property: background-color,backdrop-filter;
  transition-property: background-color,backdrop-filter,-webkit-backdrop-filter;
}

@media screen and (min-width: 768px) {
  .entryGuideSect__dir {
    font-size: 32px;
    gap: 20px;
    height: 200px;
    padding-top: 23px;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .entryGuideSect__dir {
    font-size: 16px;
    gap: 12px;
    height: 100px;
    padding-top: 16px;
    width: 100px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .entryGuideSect__cont {
    text-align: center;
  }
}

.entryGuideSect__cont .txt {
  color: #ffffff;
}

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

.informationSect {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .informationSect__head + .informationSect__cont {
    margin-top: 48px;
  }
}

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

.informationSect__cont .cvBtn {
  margin: 0 auto;
}

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

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

.infoCont__heading {
  letter-spacing: .2em;
  line-height: 1.5;
}

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

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

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

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

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

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

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

.keyVisual {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 1s ease, -webkit-filter 2s ease;
  transition: opacity 1s ease, -webkit-filter 2s ease;
  transition: filter 2s ease, opacity 1s ease;
  transition: filter 2s ease, opacity 1s ease, -webkit-filter 2s ease;
  will-change: filter;
}

.keyVisual__bg {
  position: relative;
}

.keyVisual__bg:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.6)), color-stop(99.9%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 99.9%);
  content: '';
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: 1.4s ease 1s;
  transition: 1.4s ease 1s;
}

.keyVisual__bg .photo__image {
  -webkit-filter: brightness(1.5) grayscale(1);
          filter: brightness(1.5) grayscale(1);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-filter 2.4s ease 1s, -webkit-transform 2s ease;
  transition: -webkit-filter 2.4s ease 1s, -webkit-transform 2s ease;
  transition: filter 2.4s ease 1s, transform 2s ease;
  transition: filter 2.4s ease 1s, transform 2s ease, -webkit-filter 2.4s ease 1s, -webkit-transform 2s ease;
  will-change: filter,transform;
}

.keyVisual__inner {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: absolute;
  -webkit-transition: 1.6s ease 1.6s;
  transition: 1.6s ease 1.6s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: filter,opacity;
  transition-property: filter,opacity,-webkit-filter;
  will-change: filter;
  z-index: 1;
}

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

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

.keyVisual.is-load {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.keyVisual.is-load .keyVisual__bg:after {
  opacity: 1;
}

.keyVisual.is-load .keyVisual__bg .photo__image {
  -webkit-filter: brightness(1) grayscale(0);
          filter: brightness(1) grayscale(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.keyVisual.is-load .keyVisual__inner {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.keyVisual--design .keyVisual__inner, .keyVisual--plan .keyVisual__inner {
  color: #44403b;
}

.keyVisual--design .keyVisual__bg:after, .keyVisual--plan .keyVisual__bg:after {
  content: initial;
}

.keyVisual--access .keyVisual__bg:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.3)), color-stop(99.9%, rgba(0, 0, 0, 0.35)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.35) 99.9%);
}

.madoriBtn {
  background-color: #f2efe6;
  color: #44403b;
  display: block;
}

@media screen and (min-width: 768px) {
  .madoriBtn {
    border-radius: 12px;
    width: 430px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn {
    border-radius: 10px;
  }
}

.madoriBtn__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.madoriBtn__type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  line-height: 1.1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .madoriBtn__type {
    border-radius: 12px;
    font-size: 11px;
    width: 72px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__type {
    border-radius: 10px;
    font-size: 10px;
    width: 60px;
  }
}

.madoriBtn__type .strong {
  display: inline-block;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .madoriBtn__type .strong {
    font-size: 38px;
  }
}

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

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

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

.madoriBtn__variation {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: .7;
}

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

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

.madoriBtn__variation .ldk {
  display: inline-block;
  line-height: .7;
}

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

@media screen and (max-width: 768px) {
  .madoriBtn__variation .ldk {
    font-size: 22px;
  }
}

.madoriBtn__variation .ja {
  display: inline-block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}

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

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

.madoriBtn__length {
  border-top: 1px solid #807c79;
  font-family: "Cormorant Infant", serif;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriBtn__length {
    font-size: 22px;
    margin-top: 16px;
    padding-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__length {
    font-size: 18px;
    margin-top: 12px;
    padding-top: 10px;
  }
}

.madoriBtn__direction {
  color: #877543;
}

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

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

.madoriBtn--premium {
  background: -webkit-gradient(linear, left top, right top, from(#436b6c), to(#224142));
  background: linear-gradient(90deg, #436b6c 0%, #224142 100%);
  color: #ffffff;
}

.madoriBtn--premium .madoriBtn__type {
  background: -webkit-gradient(linear, left top, right top, from(#e5dfcf), to(#ccbb8f)), #f4f4f4;
  background: linear-gradient(90deg, #e5dfcf 0%, #ccbb8f 100%), #f4f4f4;
  color: #44403b;
}

.madoriBtn--premium .madoriBtn__length {
  border-color: #807c79;
}

.madoriBtn--premium .madoriBtn__direction {
  color: #ccc7c2;
}

.madoriDetail {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .madoriDetail {
    padding: 0 16px 120px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__inner {
    display: grid;
    gap: 104px calc(32 / 1440 * 100%);
    grid-template-columns: 1fr .63614744352fr;
    padding-left: calc(32 / 1440 * 100%);
  }
}

.madoriDetail__head {
  position: relative;
}

@media screen and (min-width: 768px) {
  .madoriDetail__head {
    overflow: hidden;
    padding-top: 120px;
  }
}

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

.madoriDetail__figure {
  margin: 0 auto;
  position: relative;
}

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

.madoriDetail__figure .madoriFig {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .madoriDetail__figure .madoriFig {
    padding: 0 calc(140 / 841 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__figure .madoriFig * + .usageNote {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__figure .madoriFig * + .usageNote {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__figure .madoriImage {
    margin: 0 -16px;
    max-width: initial;
    width: 390px;
  }
}

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

@media screen and (max-width: 768px) {
  .madoriDetail__figure .madoriSlider__navigation {
    width: calc(100% + 16px);
  }
}

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

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

@media screen and (max-width: 768px) {
  .madoriDetail__figure .madoriSlider__trigger {
    border-radius: 4px;
    width: 32px;
  }
}

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

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

.madoriDetail__figure .madoriSlider__trigger--prev .dir {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .madoriDetail__figure .madoriSlider__controller {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__figure .madoriSlider .swiper-container {
    overflow: visible;
  }
}

.madoriDetail__figure .madoriSlider .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: static;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .madoriDetail__figure .madoriSlider .swiper-pagination {
    gap: 6px;
    margin-top: 32px;
  }
}

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

.madoriDetail__figure .madoriSlider .swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 1 / 1;
  background-color: #ccc7c2;
  display: block;
  height: auto;
  opacity: 1;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

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

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

.madoriDetail__figure .madoriSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #877543;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.madoriDetail__figure .madoriSlider .swiper-slide {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  opacity: 0 !important;
}

.madoriDetail__figure .madoriSlider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.madoriDetail__figure .madoriSlider--disableMode .madoriSlider__controller {
  display: none;
}

.madoriDetail__figure .madoriSlider--disableMode .swiper-slide {
  opacity: 1 !important;
}

.madoriDetail__figure .madoriSlidesCard {
  margin: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .madoriDetail__figure .madoriSlidesCard {
    max-width: 665px;
  }
}

.madoriDetail__figure .madoriSlidesCard__head {
  text-align: center;
}

.madoriDetail__figure .madoriSlidesCard__head .heading {
  background-color: #f4f4f4;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .madoriDetail__figure .madoriSlidesCard__head .heading {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__figure .madoriSlidesCard__head .heading {
    padding: 16px 0;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__figure .madoriSlidesCard__head + .madoriSlidesCard__cont {
    margin-top: 28px;
  }
}

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

.madoriDetail__figure .madoriSlidesCard__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.madoriDetail__spec {
  background-color: #f2efe6;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .madoriDetail__spec {
    grid-row: auto / span 2;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__spec {
    margin: 56px -16px 0;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__specInner {
    height: 100vh;
    padding: 140px 80px;
    right: 0;
    top: 0;
    width: calc(550 / 1440 * 100%);
  }
  .madoriDetail__specInner.is-state {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__specInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 56px 32px;
    text-align: center;
  }
}

.madoriDetail__type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  line-height: 1.1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .madoriDetail__type {
    border-radius: 12px;
    font-size: 11px;
    width: 72px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type {
    border-radius: 12px;
    font-size: 11px;
    margin: 40px auto 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 72px;
  }
}

.madoriDetail__type .strong {
  display: inline-block;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .madoriDetail__type .strong {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type .strong {
    font-size: 38px;
  }
}

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

.madoriDetail__variation {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: .7;
}

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

@media screen and (max-width: 768px) {
  .madoriDetail__variation {
    font-size: 28px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.madoriDetail__variation .ldk {
  display: inline-block;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriDetail__variation .ldk {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__variation .ldk {
    font-size: 36px;
  }
}

.madoriDetail__variation .ja {
  display: inline-block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}

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

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

.madoriDetail__length {
  border-top: 1px solid #807c79;
}

@media screen and (min-width: 768px) {
  .madoriDetail__length {
    margin-top: 24px;
    padding-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length {
    margin-top: 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__length + .madoriDetail__subLength {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length + .madoriDetail__subLength {
    margin-top: 12px;
  }
}

.madoriDetail__length .unit {
  font-family: "Cormorant Infant", serif;
  line-height: .7;
}

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

@media screen and (max-width: 768px) {
  .madoriDetail__length .unit {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__length .unit .init {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length .unit .init {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__length .unit .mator {
    font-size: 28px;
  }
}

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

.madoriDetail__length .ja {
  color: #66615c;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
}

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

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

.madoriDetail__subLength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media screen and (max-width: 768px) {
  .madoriDetail__subLength {
    gap: 12px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

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

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

.madoriDetail__subLength .item {
  line-height: 1.6;
  color: #66615c;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
}

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

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

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

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

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

.madoriDetail__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media screen and (max-width: 768px) {
  .madoriDetail__body {
    gap: 104px;
    margin-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__body .madoriVrBnr {
    margin: 0 auto;
    max-width: 665px;
  }
}

.madoriDetail__body .madoriVrBnr__link {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .madoriDetail__body .madoriVrBnr__link:hover .madoriVrBnr__inner {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .madoriDetail__body .madoriVrBnr__link:hover .madoriVrBnr__bg .photo__image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDetail__body .madoriVrBnr__link:hover .madoriVrBnr__inner {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .madoriDetail__body .madoriVrBnr__link:hover .madoriVrBnr__bg .photo__image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.madoriDetail__body .madoriVrBnr__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: 10px solid rgba(67, 107, 108, 0.5);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  inset: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  -webkit-transition: background-color .6s ease;
  transition: background-color .6s ease;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .madoriDetail__body .madoriVrBnr__inner {
    padding-bottom: 14px;
  }
}

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

.madoriDetail__body .madoriVrBnr__ttl {
  border-bottom: 1px solid #ccc7c2;
  border-top: 1px solid #ccc7c2;
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriDetail__body .madoriVrBnr__ttl {
    font-size: 34px;
    padding: 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body .madoriVrBnr__ttl {
    font-size: 28px;
    padding: 24px 0;
  }
}

.madoriDetail__body .madoriVrBnr__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriDetail__body .madoriVrBnr__dir {
    font-size: 16px;
    gap: 12px;
    margin-top: -10px;
    padding-top: 16px;
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body .madoriVrBnr__dir {
    font-size: 16px;
    gap: 12px;
    margin-top: -8px;
    padding-top: 14px;
    width: 90px;
  }
}

.madoriDetail__body .madoriVrBnr__dir .icon {
  aspect-ratio: 1 / 1;
}

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

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

.madoriDetail__body .madoriVrBnr__bg {
  overflow: hidden;
}

.madoriDetail__body .madoriVrBnr__bg .photo__image {
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

@media screen and (min-width: 768px) {
  .madoriDetail__body .madoriVisualArea {
    margin: 0 calc(-32 / 841 * 100%);
  }
}

.madoriDetail__body .madoriVisualArea__head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .madoriDetail__body .madoriVisualArea__head + .madoriVisualArea__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body .madoriVisualArea__head + .madoriVisualArea__cont {
    margin-top: 56px;
  }
}

.madoriDetail__body .madoriVisualArea__head .heading .en {
  color: #877543;
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: .7;
}

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

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

@media screen and (min-width: 768px) {
  .madoriDetail__body .madoriVisualArea__cont &gt; * + * {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body .madoriVisualArea__cont &gt; * + * {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body .madoriVisualArea__cont .swipeFigure {
    margin-left: -16px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body .madoriVisualArea__cont .swipeFigure__body {
    height: 312px;
  }
}

.madoriDetail__body .madoriFacilityCard {
  margin: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .madoriDetail__body .madoriFacilityCard {
    max-width: 665px;
  }
}

.madoriDetail__body .madoriFacilityCard__head {
  text-align: center;
}

.madoriDetail__body .madoriFacilityCard__head .heading {
  background-color: #f4f4f4;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .madoriDetail__body .madoriFacilityCard__head .heading {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body .madoriFacilityCard__head .heading {
    padding: 16px 0;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__body .madoriFacilityCard__head + .madoriFacilityCard__cont {
    margin-top: 28px;
  }
}

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

.madoriDetail__body .madoriFacilityCard__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .madoriDetail__body .premiumPointArea {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body .premiumPointArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }
}

.madoriDetail__body .madoriPoint {
  background-color: #f2efe6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .madoriDetail__body .madoriPoint {
    max-width: 666px;
  }
}

.madoriDetail__body .madoriPoint__head {
  position: relative;
}

.madoriDetail__body .madoriPoint__head .photo__capIn {
  z-index: 2;
}

.madoriDetail__body .madoriPoint__desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  position: absolute;
  text-align: center;
}

.madoriDetail__body .madoriPoint__heading {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  line-height: .7;
}

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

@media screen and (max-width: 768px) {
  .madoriDetail__body .madoriPoint__heading {
    font-size: 22px;
  }
}

.madoriDetail__body .madoriPoint__cont {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .madoriDetail__body .madoriPoint__cont {
    padding: 56px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body .madoriPoint__cont {
    padding: 56px 16px;
  }
}

.madoriDetail__body .madoriPoint__card {
  background-color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .madoriDetail__body .madoriPoint__card {
    border-radius: 4px;
    padding: 32px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body .madoriPoint__card {
    border-radius: 4px;
    padding: 32px 16px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .madoriDetail__bottom {
    padding: 180px 0 90px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__bottom {
    padding: 104px 0 60px;
  }
}

.madoriDetail__backWrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100dvh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  pointer-events: none;
  width: 100vw;
  z-index: 9;
}

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

@media screen and (max-width: 768px) {
  .madoriDetail__backWrap {
    padding-bottom: 72px;
  }
}

.madoriDetail__back {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #373a3a;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0;
  pointer-events: auto;
  text-align: center;
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .madoriDetail__back {
    font-size: 13px;
    gap: 12px;
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__back {
    font-size: 11px;
    gap: 12px;
    -webkit-transform: translate(0%, 200%);
            transform: translate(0%, 200%);
    width: 80px;
  }
  .madoriDetail__back.is-visible {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.madoriDetail__back .dir {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

@media screen and (min-width: 768px) {
  .madoriDetail--landscape .madoriDetail__figure .madoriFig {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail--landscape .madoriDetail__figure .usageNote {
    padding-left: 88px;
  }
}

.madoriDetail--premium .madoriDetail__spec {
  background: -webkit-gradient(linear, left top, right top, from(#436b6c), to(#224142)), #224142;
  background: linear-gradient(90deg, #436b6c 0%, #224142 100%), #224142;
  color: #ffffff;
}

.madoriDetail--premium .madoriDetail__type {
  background: -webkit-gradient(linear, left top, right top, from(#e5dfcf), to(#ccbb8f)), #f4f4f4;
  background: linear-gradient(90deg, #e5dfcf 0%, #ccbb8f 100%), #f4f4f4;
  color: #44403b;
}

.madoriDetail--premium .madoriDetail__length {
  border-color: #807c79;
}

.madoriDetail--premium .madoriDetail__length .ja {
  color: #ffffff;
}

.madoriDetail--premium .madoriDetail__subLength .item {
  color: #ffffff;
}

.madoriDetail--premium .madoriDetail__body .madoriPoint {
  background: -webkit-gradient(linear, left top, right top, from(#436b6c), to(#224142)), #224142;
  background: linear-gradient(90deg, #436b6c 0%, #224142 100%), #224142;
}

.madoriDetail--premium .madoriDetail__body .madoriPoint__card {
  background: none;
  border: 1px solid #807c79;
  color: #ffffff;
}

.swipeFigure .madoriImage {
  height: 100%;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .swipeFigure .madoriImage {
    padding: 32px 0;
  }
}

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

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

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

.madoriDirection:after {
  width: calc(100vw - var(--scrollbar));
  background-color: #333333;
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

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

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

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

.madoriDirection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.madoriDirection__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(190, 158, 115, 0.5);
  border-top: 1px solid rgba(190, 158, 115, 0.5);
  color: #be9e73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: .15em;
  line-height: .9;
  -webkit-transition: background-color .6s ease;
  transition: background-color .6s ease;
}

@media screen and (min-width: 768px) {
  .madoriDirection__link {
    font-size: 24px;
    gap: 20px;
    padding: 32px;
    width: 583px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__link {
    font-size: 15px;
    gap: 8px;
    padding: 25px 0;
    width: 137.5px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__link:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

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

@media screen and (max-width: 768px) {
  .madoriDirection__link .icon {
    width: 17px;
  }
}

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

.madoriDirection__link--previous .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.madoriDirection__index {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  -webkit-transition: background-color .6s ease, color .6s ease;
  transition: background-color .6s ease, color .6s ease;
}

@media screen and (min-width: 768px) {
  .madoriDirection__index {
    font-size: 14px;
    height: 50px;
    margin-top: 56px;
    width: 377px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__index {
    font-size: 12px;
    height: 40px;
    margin-top: 36px;
    width: 295px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__index:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__index:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.madoriDirection__index .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .madoriDirection__index .icon {
    left: 24px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__index .icon {
    left: 14px;
    width: 17px;
  }
}

.madoriDirection__index .icon .generalArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .madoriList {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .madoriList:not(:has(.madoriList__item:nth-child(2))) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.madoriModal {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9;
}

.madoriModal__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  line-height: 1;
  padding: 0;
  pointer-events: auto;
  position: fixed;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .madoriModal__btn {
    bottom: 28px;
    font-size: 13px;
    gap: 10px;
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .madoriModal__btn {
    bottom: 60px;
    font-size: 11px;
    gap: 4px;
    width: 80px;
  }
}

.madoriModal__btn:before {
  -webkit-animation: circleAnimation 3s linear 3;
          animation: circleAnimation 3s linear 3;
  background-color: #e5dfcf;
  border-radius: 50%;
  content: '';
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: -1;
}

.madoriModal__btn:after {
  background-color: #877543;
  border-radius: 50%;
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

.madoriModal__btn .icon {
  aspect-ratio: 1 / 1;
  background: url("../imgs/icon-madori.png") no-repeat center/cover;
  stroke: #f4f4f4;
}

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

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

.madoriModal__btn .bullet {
  aspect-ratio: 1 / 1;
}

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

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

.madoriModal__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: .1em;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  text-align: left;
  top: 0;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .madoriModal__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

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

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

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

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

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

.madoriModal__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #373a3a;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  padding: 0;
  position: fixed;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}

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

@media screen and (max-width: 768px) {
  .madoriModal__close {
    bottom: 16px;
    width: 48px;
  }
}

.madoriModal__close .icon {
  aspect-ratio: 1 / 1;
}

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

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

@-webkit-keyframes circleAnimation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes circleAnimation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

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

.madoriSelect__head {
  border-bottom: 1px solid #ccc7c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .madoriSelect__head {
    margin: 0 -16px;
  }
}

@media screen and (min-width: 768px) {
  .madoriSelect__head + .madoriSelect__body {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .madoriSelect__head + .madoriSelect__body {
    margin-top: 56px;
  }
}

.madoriSelect__item {
  width: 100%;
}

.madoriSelect__trigger {
  background: none;
  border: 0;
  color: #44403b;
  cursor: pointer;
  display: block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  line-height: 1;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.madoriSelect__trigger .strong {
  color: #877543;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .madoriSelect__trigger {
    font-size: 15px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .madoriSelect__trigger {
    font-size: 14px;
    padding-bottom: 34px;
  }
}

@media screen and (min-width: 768px) {
  .madoriSelect__trigger:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriSelect__trigger:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.madoriSelect__trigger:after {
  background-color: #ccc7c2;
  bottom: 0;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  width: 100%;
}

.madoriSelect__trigger.is-active {
  pointer-events: none;
}

.madoriSelect__trigger.is-active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.madoriSelect__cont {
  display: none;
}

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

@media screen and (min-width: 768px) {
  .madoriSelect__initCont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 56px 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

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

@media screen and (min-width: 768px) {
  .madoriSelect__initCont .madoriGroup {
    width: 430px;
  }
}

@media screen and (min-width: 768px) {
  .madoriSelect__initCont .madoriGroup:has(.madoriList--80) {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .madoriSelect__initCont .madoriGroup + .madoriGroup {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .madoriGroup + .madoriGroup {
    margin-top: 56px;
  }
}

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

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

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

.madoriGroup__ttl {
  line-height: 1.75;
  color: #877543;
  letter-spacing: .05em;
  text-align: center;
}

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

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

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

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

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

.madoriGroup__ttl .en {
  font-family: "Cormorant Infant", serif;
}

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

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

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

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

.madoriGroup__ttl .option {
  font-family: "Cormorant Infant", serif;
}

@media screen and (min-width: 768px) {
  .madoriGroup__ttl .option {
    font-size: 22px;
  }
}

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

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

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

.mainSymbol {
  aspect-ratio: 200 / 256;
  position: relative;
  z-index: 1;
}

.mainSymbol .note {
  font-size: 10px;
  left: calc(124 / 200 * 100%);
  position: absolute;
  top: calc(56 / 256 * 100%);
}

.mainSymbol--white .note {
  color: #ffffff;
}

.mapBlock {
  background-color: #cccccc;
  color: #666666;
  height: 100%;
  width: 100%;
}

.mapBlock .centerLabel {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #00703c;
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 56% 86%, 50% 100%, 44% 86%, 0 86%);
          clip-path: polygon(0 0, 100% 0, 100% 86%, 56% 86%, 50% 100%, 44% 86%, 0 86%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1 !important;
  overflow: visible !important;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mapBlock .centerLabel {
    height: 79px;
    padding-top: 10px;
    -webkit-transform: translate(-50%, -140px);
            transform: translate(-50%, -140px);
    width: 96px;
  }
}

@media screen and (max-width: 768px) {
  .mapBlock .centerLabel {
    height: 55px;
    padding-top: 7px;
    -webkit-transform: translate(-50%, -110px);
            transform: translate(-50%, -110px);
    width: 67px;
  }
}

@media screen and (min-width: 768px) {
  .mapBlock .centerLabel img {
    height: 49px;
  }
}

@media screen and (max-width: 768px) {
  .mapBlock .centerLabel img {
    height: 34px;
  }
}

.modalFigure {
  position: relative;
}

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

.modalFigure .figurePlot .svgIcon {
  aspect-ratio: 1 / 1;
}

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

@media screen and (max-width: 768px) {
  .modalFigure[data-modal-device='pc'] .figurePlot {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .modalFigure[data-modal-device='sp'] .figurePlot {
    display: none;
  }
}

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

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

.movieCard__head {
  text-align: center;
}

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

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

.movieModal__btn {
  background: none;
  -webkit-box-shadow: 0 20px 20px rgba(18, 15, 4, 0.1);
          box-shadow: 0 20px 20px rgba(18, 15, 4, 0.1);
  cursor: pointer;
  padding: 0;
  position: relative;
}

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

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

.movieModal__btn .photo {
  overflow: hidden;
}

.movieModal__btn .photo__image {
  -webkit-transition: -webkit-transform .6s ease, -webkit-filter .6s ease;
  transition: -webkit-transform .6s ease, -webkit-filter .6s ease;
  transition: transform .6s ease, filter .6s ease;
  transition: transform .6s ease, filter .6s ease, -webkit-transform .6s ease, -webkit-filter .6s ease;
}

.movieModal__symbol {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

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

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

.movieModal__symbol .arrow {
  aspect-ratio: 14 / 16;
  display: block;
}

@media screen and (min-width: 768px) {
  .movieModal__symbol .arrow {
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .movieModal__symbol .arrow {
    width: 11.8px;
  }
}

.movieModal--white .movieModal__symbol {
  background-color: rgba(0, 0, 0, 0.4);
}

.moviePlayer {
  aspect-ratio: 960 / 540;
  pointer-events: none;
  position: relative;
}

.moviePlayer__frame {
  height: 100%;
  width: 100%;
}

.moviePlayer__controller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .moviePlayer__controller {
    bottom: 40px;
    gap: 6px;
    left: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .moviePlayer__controller {
    bottom: 20px;
    gap: 4px;
    left: 20px;
    width: 32px;
  }
}

.moviePlayer__controller .border {
  background-color: #ccc7c2;
  display: block;
}

@media screen and (min-width: 768px) {
  .moviePlayer__controller .border {
    height: 28px;
    width: 6px;
  }
}

@media screen and (max-width: 768px) {
  .moviePlayer__controller .border {
    height: 22px;
    width: 4px;
  }
}

.moviePlayer__controller.is-stop {
  background-color: #ccc7c2;
  -webkit-clip-path: polygon(25% 10%, 25% 90%, 95% 50%);
          clip-path: polygon(25% 10%, 25% 90%, 95% 50%);
}

.moviePlayer__controller.is-stop .border {
  display: none;
}

.moviePlayer__capIn, .moviePlayer__capOut {
  font-size: 10px;
  line-height: calc(18 / 10);
  position: absolute;
  z-index: 2;
}

.moviePlayer__capIn, .moviePlayer__capOut {
  position: absolute;
}

.moviePlayer__capIn {
  bottom: 5px;
  right: 5px;
}

.moviePlayer__capIn[data-color='label'] {
  bottom: 0;
  right: 0;
}

.moviePlayer__capOut {
  padding: 5px 5px 0 0;
  right: 0;
  top: 100%;
}

.moviePlayer__capOut[data-color='label'] {
  top: calc(100% + 10px);
}

.pageDirection {
  background-color: #292929;
}

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

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

.pageDirection__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  letter-spacing: .04em;
  line-height: 1.2;
  line-height: .7;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pageDirection__item {
    font-size: 16px;
    gap: 20px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__item {
    font-size: 14px;
    gap: 20px;
    padding: 25px 24px;
  }
}

.pageDirection__item:before {
  background-color: #44403b;
  content: '';
  height: 1px;
}

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

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

.pageDirection__item--next {
  border-left: 1px solid #373a3a;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

@media screen and (min-width: 768px) {
  .pageTtl {
    gap: 26px;
    padding: 240px 0 104px;
  }
}

@media screen and (max-width: 768px) {
  .pageTtl {
    gap: 16px;
    padding: 160px 0 56px;
  }
}

.keyVisual .pageTtl {
  padding: 0;
}

.pageTtl .en {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: .7;
}

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

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

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

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

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

.panoramaFigure {
  position: relative;
  z-index: 2;
}

.panoramaFigure__body {
  position: relative;
}

.panoramaFigure__inner {
  height: 100%;
  overflow: scroll;
}

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

.panoramaFigure__inner .photo,
.panoramaFigure__inner .photo__inner,
.panoramaFigure__inner .photo__pic,
.panoramaFigure__inner .photo__image {
  display: block;
  height: 100%;
  max-width: unset;
  pointer-events: none;
  width: auto;
}

.panoramaFigure__capIn, .panoramaFigure__capOut {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: calc(18 / 10);
  position: absolute;
  z-index: 1;
}

.panoramaFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.panoramaFigure__capOut {
  padding: 5px 5px 0 0;
  right: 0;
  top: 100%;
}

.panoramaFigure__controller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .panoramaFigure__controller {
    gap: 10px;
    margin-top: 32px;
    width: 100%;
  }
}

.panoramaFigure__direction {
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .panoramaFigure__direction {
    cursor: pointer;
    width: 40px;
  }
}

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

.panoramaFigure__direction--back .generalArrow {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.parallaxPhoto {
  overflow: hidden;
  position: relative;
}

.photo {
  position: relative;
}

.photo__capIn, .photo__capOut {
  font-size: 10px;
  line-height: calc(18 / 10);
  position: absolute;
}

.photo__capIn, .photo__capOut {
  position: absolute;
}

.photo__capIn {
  bottom: 5px;
  right: 5px;
}

.photo__capIn[data-color='label'] {
  bottom: 0;
  right: 0;
}

.photo__capOut {
  padding: 5px 5px 0 0;
  right: 0;
  top: 100%;
}

.photo__capOut[data-color='label'] {
  top: calc(100% + 10px);
}

.photo__pic {
  display: block;
}

.photo--full .photo__image {
  width: 100%;
}

.photo--fit {
  height: 100%;
}

.photo--fit .photo__inner,
.photo--fit .photo__pic,
.photo--fit .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pinchInFigure {
  position: relative;
}

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

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

.pinchInFigure .figurePlot .svgIcon {
  aspect-ratio: 1 / 1;
}

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

.generalModal__inner .pinchInFigure {
  padding: 30px 0;
}

.premiumDetail {
  color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .premiumDetail {
    margin: 0 -157px;
    padding: 104px 101px 0;
  }
}

@media screen and (max-width: 768px) {
  .premiumDetail {
    margin-left: -16px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (max-width: 768px) {
  .premiumDetail {
    margin-top: 80px;
    padding: 104px 16px 0;
  }
}

.premiumDetail__bg {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #373a3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  position: absolute;
  z-index: -1;
}

.premiumDetail__bg .photo__capIn {
  bottom: auto;
  top: 0;
}

.premiumDetail__head {
  text-align: center;
}

.premiumDetail__head .enTtl {
  background: -webkit-gradient(linear, left top, right top, from(#e5dfcf), to(#ccbb8f));
  background: linear-gradient(90deg, #e5dfcf 0%, #ccbb8f 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

.premiumDetail__body {
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

@media screen and (min-width: 768px) {
  .premiumDetail__body {
    max-height: 520px;
    padding-bottom: 104px;
  }
}

@media screen and (max-width: 768px) {
  .premiumDetail__body {
    max-height: 520px;
    padding-bottom: 104px;
  }
}

.premiumDetail__body:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), color-stop(88%, #ffffff), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #ffffff 88%, #ffffff 100%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.premiumDetail__body.is-active {
  max-height: 1500px;
}

.premiumDetail__body.is-active:after {
  opacity: 0;
}

.premiumDetail__intro {
  background: -webkit-gradient(linear, left top, right top, from(#436b6c), to(#224142));
  background: linear-gradient(90deg, #436b6c 0%, #224142 100%);
  text-align: center;
}

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

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

.premiumDetail__intro .inner {
  background: -webkit-gradient(linear, left top, right top, from(#e5dfcf), to(#ccbb8f));
  background: linear-gradient(90deg, #e5dfcf 0%, #ccbb8f 100%);
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  line-height: 1.75;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .premiumDetail__intro .inner {
    font-size: 17px;
  }
}

.premiumDetail__intro .inner .num {
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .premiumDetail__intro .inner .num {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .premiumDetail__intro .inner .num {
    font-size: 40px;
  }
}

.premiumDetail__inner {
  background-color: rgba(255, 255, 255, 0.1);
}

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

@media screen and (max-width: 768px) {
  .premiumDetail__inner {
    padding: 56px 16px;
  }
}

.premiumDetail__mainList {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .premiumDetail__mainList + .premiumDetail__optional {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .premiumDetail__mainList + .premiumDetail__optional {
    margin-top: 56px;
  }
}

.premiumDetail__mainList .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .premiumDetail__mainList .item {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .premiumDetail__mainList .item {
    gap: 20px;
  }
}

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

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

.premiumDetail__mainList .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #436b6c;
  border: 1px solid #436b6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: .7;
}

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

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

.premiumDetail__mainList .heading {
  background: -webkit-gradient(linear, left top, right top, from(#e5dfcf), to(#ccbb8f));
  background: linear-gradient(90deg, #e5dfcf 0%, #ccbb8f 100%);
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
}

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

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

@media screen and (min-width: 768px) {
  .premiumDetail__optional {
    display: grid;
    gap: 56px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .premiumDetail__optional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.premiumDetail__optional .optionalCard {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 768px) {
  .premiumDetail__optional .optionalCard {
    height: 100%;
    padding: 56px 40px 40px;
  }
}

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

.premiumDetail__optional .optionalCard__head {
  text-align: center;
}

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

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

.premiumDetail__optional .optionalCard__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media screen and (max-width: 768px) {
  .premiumDetail__optional .optionalCard__list {
    gap: 13px;
  }
}

@media screen and (min-width: 768px) {
  .premiumDetail__optional .optionalCard__list + .optionalCard__note {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .premiumDetail__optional .optionalCard__list + .optionalCard__note {
    margin-top: 24px;
  }
}

.premiumDetail__optional .optionalCard__list .item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 768px) {
  .premiumDetail__optional .optionalCard__list .item {
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .premiumDetail__optional .optionalCard__list .item {
    gap: 8px;
  }
}

.premiumDetail__optional .optionalCard__list .item:before {
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  content: '';
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .premiumDetail__optional .optionalCard__list .item:before {
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .premiumDetail__optional .optionalCard__list .item:before {
    width: 14px;
  }
}

.premiumDetail__optional .optionalCard__list .item .txt {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .premiumDetail__optional .optionalCard__list .item .txt {
    width: calc(100% - 24px);
  }
}

@media screen and (max-width: 768px) {
  .premiumDetail__optional .optionalCard__list .item .txt {
    width: calc(100% - 24px);
  }
}

.premiumDetail__trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: initial;
  border: 0;
  color: #44403b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  line-height: 1;
  padding: 0;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .premiumDetail__trigger {
    bottom: 32px;
    font-size: 16px;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .premiumDetail__trigger {
    bottom: 32px;
    font-size: 16px;
    gap: 20px;
  }
}

.premiumDetail__trigger .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #f4f4f4;
  border: 1px solid  #ccc7c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .premiumDetail__trigger .icon {
    border-radius: 4px;
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .premiumDetail__trigger .icon {
    border-radius: 4px;
    width: 40px;
  }
}

.premiumDetail__trigger .icon .status {
  aspect-ratio: 1 / 1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .premiumDetail__trigger .icon .status {
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .premiumDetail__trigger .icon .status {
    width: 12px;
  }
}

.premiumDetail__trigger .icon .status:before, .premiumDetail__trigger .icon .status:after {
  background-color: #877543;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  width: 100%;
}

.premiumDetail__trigger .icon .status:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.premiumDetail__trigger .icon .status:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.premiumDetail__trigger.is-active {
  color: #ffffff;
}

.premiumDetail__trigger.is-active .icon .status:before {
  -webkit-transform: translate(-50%, -50%) scale(0, 1);
          transform: translate(-50%, -50%) scale(0, 1);
}

.premiumDetail__trigger.is-active .icon .status:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.relatedBox {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .relatedBox {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .relatedBox {
    padding: 80px 29px;
  }
}

.relatedBox--pattern01 {
  background-color: #f4f4f4;
}

.simpleBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bfbcb6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .simpleBtn {
    height: 60px;
    width: 258px;
  }
}

@media screen and (max-width: 768px) {
  .simpleBtn {
    height: 50px;
    width: 203.5px;
  }
}

@media screen and (min-width: 768px) {
  .simpleBtn:hover .t {
    -webkit-animation: txtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            animation: txtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .simpleBtn:hover .t {
    -webkit-animation: txtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            animation: txtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@media screen and (min-width: 768px) {
  .simpleBtn .t--blank {
    margin-left: 6px;
  }
}

@media screen and (max-width: 768px) {
  .simpleBtn .t--blank {
    margin-left: 6px;
  }
}

.simpleBtn .en,
.simpleBtn .ja {
  display: inline-block;
  position: relative;
}

.simpleBtn .en {
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0;
  line-height: .9;
}

@media screen and (min-width: 768px) {
  .simpleBtn .en {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .simpleBtn .en {
    font-size: 20px;
  }
}

.simpleBtn .ja {
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .simpleBtn .ja {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .simpleBtn .ja {
    font-size: 14px;
  }
}

.simpleBtn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .simpleBtn .icon {
    left: calc(100% + 12px);
    width: 25px;
  }
}

@media screen and (max-width: 768px) {
  .simpleBtn .icon {
    left: calc(100% + 12px);
    width: 21px;
  }
}

.simpleBtn .icon .generalArrow {
  color: #bfbcb6;
}

.svgIcon {
  display: block;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transition-property: fill,stroke;
  transition-property: fill,stroke;
  width: 100%;
}

.swipeFigure {
  position: relative;
}

.swipeFigure[data-mode=''] .swipeFigure__inner {
  overflow: scroll;
}

.swipeFigure[data-mode=''] .swipeFigure__inner::-webkit-scrollbar {
  display: none;
}

.swipeFigure[data-mode=''] .photo,
.swipeFigure[data-mode=''] .photo__pic,
.swipeFigure[data-mode=''] .photo__image {
  height: 100%;
  max-width: unset;
  width: auto;
}

@media screen and (min-width: 768px) {
  .swipeFigure[data-mode='pc'] .swipeFigure__inner {
    overflow: scroll;
  }
  .swipeFigure[data-mode='pc'] .swipeFigure__inner::-webkit-scrollbar {
    display: none;
  }
  .swipeFigure[data-mode='pc'] .photo,
  .swipeFigure[data-mode='pc'] .photo__pic,
  .swipeFigure[data-mode='pc'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure[data-mode='pc'] .swipeFigure__scrollBar {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .swipeFigure[data-mode='sp'] .swipeFigure__scrollBar {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure[data-mode='sp'] .swipeFigure__inner {
    overflow: scroll;
  }
  .swipeFigure[data-mode='sp'] .swipeFigure__inner::-webkit-scrollbar {
    display: none;
  }
  .swipeFigure[data-mode='sp'] .photo,
  .swipeFigure[data-mode='sp'] .photo__pic,
  .swipeFigure[data-mode='sp'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

.swipeFigure__body {
  position: relative;
}

.swipeFigure__inner {
  height: 100%;
  outline: none;
  position: relative;
}

.swipeFigure__scrollBar {
  background-color: #f0f6fa;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .swipeFigure__scrollBar {
    border-radius: 4px;
    height: 4px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure__scrollBar {
    border-radius: 4px;
    height: 4px;
    margin: 40px  auto 0;
    width: 321px;
  }
}

.swipeFigure__scrollBar .line {
  background-color: #877543;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .swipeFigure__scrollBar .line {
    border-radius: 4px;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure__scrollBar .line {
    border-radius: 4px;
  }
}

.swipeFigure__capIn, .swipeFigure__capOut {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: calc(18 / 10);
  position: absolute;
  z-index: 1;
}

.swipeFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.swipeFigure__capIn[data-color='label'] {
  bottom: 0;
  right: 0;
}

.swipeFigure__capOut {
  padding: 2px 5px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .swipeFigure__capOut {
    top: 100%;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure__capOut {
    bottom: 24px;
  }
}

.torikagoList {
  position: relative;
}

.torikagoList__att {
  line-height: 1.75;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  left: 0;
  letter-spacing: .05em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.torikagoList__att:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.torikagoList__att:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

.torikagoList__att:before, .torikagoList__att:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .torikagoList__att {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .torikagoList__att {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .torikagoList__body {
    margin: 0 -16px;
    overflow: scroll;
  }
  .torikagoList__body::-webkit-scrollbar {
    display: none;
  }
}

.torikagoList__body + .caption {
  text-align: end;
  width: 100%;
}

.torikagoList__inner {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .torikagoList__figure {
    height: 544px;
    max-width: initial;
    width: auto;
  }
}

.torikagoList__cont {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.torikagoList__item {
  height: calc(366 / 613 * 100%);
  pointer-events: auto;
  position: absolute;
  width: calc(73 / 886 * 100%);
}

.torikagoList__item--mr {
  height: calc(43 / 613 * 100%);
  left: calc(192 / 886 * 100%);
  top: calc(39 / 613 * 100%);
  width: calc(145 / 886 * 100%);
}

.torikagoList__item--a {
  left: calc(265 / 886 * 100%);
  top: calc(82 / 613 * 100%);
}

.torikagoList__item--c1-1 {
  height: calc(36 / 613 * 100%);
  left: calc(482 / 886 * 100%);
  top: calc(82 / 613 * 100%);
}

.torikagoList__item--c1-2 {
  height: calc(256 / 613 * 100%);
  left: calc(482 / 886 * 100%);
  top: calc(192 / 613 * 100%);
}

.torikagoList__item--g2 {
  height: calc(147 / 613 * 100%);
  left: calc(337 / 886 * 100%);
  top: calc(80 / 613 * 100%);
}

.torikagoList__item--i {
  left: calc(192 / 886 * 100%);
  top: calc(82 / 613 * 100%);
}

.torikagoList__link {
  display: block;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .torikagoList__scrollBar {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .torikagoList__scrollBar {
    background-color: #f0f6fa;
    border-radius: 4px;
    height: 4px;
    margin: 40px  auto 0;
    overflow: hidden;
    position: relative;
    width: 321px;
  }
}

@media screen and (max-width: 768px) {
  .torikagoList__scrollBar .line {
    background-color: #877543;
    border-radius: 4px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
}

.txt {
  line-height: 2;
  color: #66615c;
  font-weight: 400;
  letter-spacing: .1em;
}

.txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.txt:before, .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .txt {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .txt .small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .txt .small {
    font-size: 12px;
  }
}

.txt--small {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  line-height: 1.75;
}

.txt--small:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.txt--small:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

.txt--small:before, .txt--small:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .txt--small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .txt--small {
    font-size: 12px;
  }
}

.txt .caption {
  display: inline-block;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .txt + .caption {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .txt + .caption {
    margin-top: 20px;
  }
}

.usableList__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usableList__note {
  margin-top: 10px;
  text-align: right;
}

.usageNote__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .usageNote__body {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__body {
    gap: 0 10px;
  }
}

.usageNote__body:last-child .usageNote__item:last-child {
  width: 100%;
}

.usageNote__item .icon {
  display: inline-block;
  margin-right: 5px;
}

.usageNote__item .icon--storage, .usageNote__item .icon--floor {
  aspect-ratio: 28 / 10;
}

@media screen and (min-width: 768px) {
  .usageNote__item .icon--storage, .usageNote__item .icon--floor {
    width: 28px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item .icon--storage, .usageNote__item .icon--floor {
    width: 28px;
  }
}

.usageNote__item .icon--wind, .usageNote__item .icon--light {
  aspect-ratio: 26 / 6;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .usageNote__item .icon--wind, .usageNote__item .icon--light {
    height: 6px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item .icon--wind, .usageNote__item .icon--light {
    height: 7px;
  }
}

.visualDescCard {
  position: relative;
}

.visualDescCard__bg .photo__capIn {
  z-index: 2;
}

.visualDescCard__desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .visualDescCard__desc {
    padding: 0 150px;
  }
}

@media screen and (max-width: 768px) {
  .visualDescCard__desc {
    padding: 0 45px;
  }
}

.zoomFigure {
  margin: 0 auto;
  position: relative;
}

.zoomFigure .figurePlot {
  background-color: rgba(51, 51, 51, 0.7);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 2s ease 4s;
  transition: opacity 2s ease 4s;
}

@media screen and (max-width: 768px) {
  .zoomFigure .figurePlot {
    width: 95px;
  }
}

.zoomFigure .figurePlot .svgIcon {
  aspect-ratio: 66 / 67;
  margin-left: -5px;
}

@media screen and (max-width: 768px) {
  .zoomFigure .figurePlot .svgIcon {
    width: 33px;
  }
}

.zoomFigure.sai-animate .figurePlot {
  opacity: 0;
}

.zoomFigure__wrap {
  overflow: hidden;
  position: relative;
}

.zoomFigure__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.zoomFigure__controller .btnSVG {
  display: block;
  fill: none;
  height: 100%;
  width: 100%;
}

.zoomFigure__btn {
  aspect-ratio: 1 / 1;
  background: #f4f4f4;
  border: 1px solid  #ccc7c2;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  width: 40px;
}

.zoomFigure .caption,
.zoomFigure .capIn,
.zoomFigure .capOut {
  color: #666666;
  font-size: 10px;
  line-height: 1.8;
}

.zoomFigure .caption[data-color='white'],
.zoomFigure .capIn[data-color='white'],
.zoomFigure .capOut[data-color='white'] {
  color: #ffffff;
}

.zoomFigure .caption[data-color='black'],
.zoomFigure .capIn[data-color='black'],
.zoomFigure .capOut[data-color='black'] {
  color: #000000;
}

.zoomFigure .caption[data-color='sdw-wh'],
.zoomFigure .capIn[data-color='sdw-wh'],
.zoomFigure .capOut[data-color='sdw-wh'] {
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px;
}

.zoomFigure .caption[data-color='sdw-bl'],
.zoomFigure .capIn[data-color='sdw-bl'],
.zoomFigure .capOut[data-color='sdw-bl'] {
  color: #000000;
  text-shadow: #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
}

.zoomFigure__capIn, .zoomFigure__capOut {
  position: absolute;
}

.zoomFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.zoomFigure__capOut {
  padding-top: 5px;
  right: 10px;
  top: 100%;
}

.zoomFigure__inner {
  height: 100%;
}

.zoomFigure__inner .photo__image {
  width: 100%;
}

.zoomFigure__inner .photo .caption,
.zoomFigure__inner .photo .capIn,
.zoomFigure__inner .photo .capOut {
  display: none;
}

@media screen and (min-width: 768px) {
  .zoomFigure[data-mode='pc'] .zoomFigure__inner {
    overflow: scroll;
  }
  .zoomFigure[data-mode='pc'] .zoomFigure__inner::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .zoomFigure[data-mode='pc'] .figurePlot,
  .zoomFigure[data-mode='pc'] .zoomFigure__controller {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .zoomFigure[data-mode='sp'] .zoomFigure__inner {
    overflow: scroll;
  }
  .zoomFigure[data-mode='sp'] .zoomFigure__inner::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .zoomFigure[data-mode='sp'] .figurePlot,
  .zoomFigure[data-mode='sp'] .zoomFigure__controller {
    display: none;
  }
}

/* COMPONENTS */
/* stylelint-disable */
:root {
  --scrollbar: 0px;
}

/* stylelint-enable */
</pre></body></html>