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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  cursor: pointer;
}

table {
  font-size: 100%;
}

hr.separator {
  display: none;
}

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

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

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

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

body {
  background: #ffffff;
  letter-spacing: .15em;
}

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

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

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

.currentPage {
  background: #ffffff;
  color: #333333;
  font-family: YakuHanMP, 'Noto Serif JP', serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-weight: 400;
  letter-spacing: .11em;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

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

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

.wrap {
  margin: 0 auto;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .wrap--small {
    width: 1000px;
  }
}

.caption,
.capIn,
.capOut {
  color: #999999;
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 1.5;
}

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

.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 a,
.capIn a,
.capOut a {
  color: currentColor;
  text-decoration: underline;
}

.photo {
  position: relative;
}

.photo__capIn, .photo__capOut {
  position: absolute;
  text-align: right;
}

.photo__capIn {
  bottom: 5px;
  right: 5px;
}

.photo__capOut {
  right: 0;
  top: 100%;
}

.spAlert {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* BASE */
/* LAYOUT */
@media screen and (max-width: 768px) {
  .contentMenu {
    background-color: #ffffff;
    height: 100dvh;
    left: 0;
    overflow: scroll;
    position: fixed;
    top: 100px;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: -webkit-transform .6s ease .4s;
    transition: -webkit-transform .6s ease .4s;
    transition: transform .6s ease .4s;
    transition: transform .6s ease .4s, -webkit-transform .6s ease .4s;
    width: 100vw;
    z-index: 999;
  }
  .contentMenu::-webkit-scrollbar {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .contentMenu__inner {
    color: #000000;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__inner {
    background-color: #565454;
  }
}

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

@media print, screen and (min-width: 768px) {
  .contentMenu__list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 5px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__list {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__list:after {
    background-color: #565454;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;
  }
}

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

@media screen and (max-width: 768px) {
  .contentMenu__item {
    text-align: center;
    width: 50%;
  }
}

.contentMenu__item:before {
  content: '';
  display: block;
}

@media print, screen and (min-width: 768px) {
  .contentMenu__item:before {
    background-color: #cccccc;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__item:before {
    background-color: #ffffff;
    bottom: 0;
    height: 1px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__item:nth-child(2n + 1):after {
    background-color: #ffffff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    z-index: 2;
  }
}

@media print, screen and (min-width: 768px) {
  .contentMenu__item--onlySP {
    display: none;
  }
}

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

@media print, screen and (min-width: 768px) {
  .contentMenu__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: .05em;
    line-height: calc(12 / 11);
    text-align: center;
    width: 78px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 58px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .contentMenu__link:after {
    background-color: #c8c099;
    bottom: 0;
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0) scale(0);
            transform: translate(-50%, 0) scale(0);
    -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: 52px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link .ja {
    font-size: 15px;
    letter-spacing: .16em;
    line-height: 1;
  }
}

.contentMenu__link.is-active {
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .contentMenu__link.is-active:after {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link.is-active {
    background-color: #333333;
  }
}

.contentMenu__link.is-off {
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .contentMenu__link.is-off {
    color: #dddddd;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link.is-off {
    color: #999999;
  }
}

.contentMenu__link.is-new:before {
  background-color: #a9894b;
  color: #ffffff;
  content: 'NEW';
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .contentMenu__link.is-new:before {
    font-size: 8px;
    padding: .25em;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link.is-new:before {
    font-size: 10px;
    padding: .25em .5em;
  }
}

@media print, screen and (min-width: 768px) {
  .contentMenu__link:hover:after {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@media (hover: hover) and (pointer: fine) {
  .contentMenu__link:hover:after {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.contentMenu.is-visible {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.contentMenu.is-visible .contentMenu__list {
  opacity: 1;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

@media print, screen and (min-width: 768px) {
  .footer {
    padding-top: 96px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .footer-caption {
    padding-bottom: 92px;
  }
}

@media screen and (max-width: 768px) {
  .footer-caption {
    padding-bottom: 48px;
  }
  .footer-caption .caption {
    font-size: 8px;
  }
}

.footer-common {
  position: relative;
}

.footer-nav {
  background-color: #666666;
}

@media print, screen and (min-width: 768px) {
  .footer-nav {
    padding: 18px 0;
  }
}

.bottomNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.bottomNav__item {
  display: inline-block;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .bottomNav__item {
    padding: 0 1.1em;
  }
  .bottomNav__item:not(:first-child):before {
    background-color: #ffffff;
    content: '';
    display: inline-block;
    height: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .bottomNav__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    width: 50%;
  }
  .bottomNav__item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .bottomNav__item:nth-last-child(-n+1) {
    border-bottom: 0;
  }
}

.bottomNav__link {
  color: #ffffff;
  display: inline-block;
  letter-spacing: .16em;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .bottomNav__link {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .bottomNav__link {
    font-size: 15px;
    padding: 13px 0;
  }
}

.bottomNav__link.is-off {
  color: #999999;
  pointer-events: none;
}

.footer-contact {
  border-bottom: 1px solid #666c71;
}

@media print, screen and (min-width: 768px) {
  .footer-contact {
    margin-top: 56px;
    padding-bottom: 58px;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact {
    margin-top: 40px;
    padding-bottom: 38px;
    text-align: center;
  }
}

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

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

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

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

@media print, screen and (min-width: 768px) {
  .footer-contact__txt--business {
    color: #666666;
    font-size: 10px;
    line-height: 2;
  }
  .footer-contact__txt--business:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .footer-contact__txt--business:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .footer-contact__txt--business:before, .footer-contact__txt--business:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.footer-contact__tel {
  display: inline-block;
  font-family: "EB Garamond", serif;
  letter-spacing: .02em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .footer-contact__tel {
    font-size: 44px;
    margin: 0 26px 0 40px;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact__tel {
    background-color: #efefef;
    font-size: 31px;
    margin: 15px auto 13px;
    padding: 15px 0;
    width: 100%;
  }
}

.footer-contact__tel .icon {
  aspect-ratio: 1 / 1;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .footer-contact__tel .icon {
    margin-right: 10px;
    width: 28px;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact__tel .icon {
    margin-right: 8px;
    width: 20px;
  }
}

.footer-contact__tel .freedial {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .footer-contact__tel .freedial {
    margin-right: 17px;
    width: 44px;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact__tel .freedial {
    margin-right: 3px;
    width: 36px;
  }
}

.footer-contact__holiday {
  border: #c73b26 solid 1px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer-contact__holiday {
    margin: 35px auto 0;
    padding: 15px;
    width: 780px;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact__holiday {
    margin: 25px 25px 0;
    padding: 15px 10px;
  }
}

.footer-contact__holiday .txt {
  color: #c73b26;
}

@media print, screen and (min-width: 768px) {
  .footer-corporate {
    padding: 70px 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporate {
    padding: 35px 0 25px;
  }
}

.footer-corporate__inner {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .footer-corporate__inner {
    width: 1220px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .footer-corporate__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 106px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-corporate .corporateList {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-corporate .corporateList__item + .corporateList__item {
    margin-left: 40px;
  }
}

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

.footer-corporate .corporateList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .footer-corporate .corporateList__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporate .corporateList__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17px;
  }
}

.footer-corporate .corporateList__link .role {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  letter-spacing: .05em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .footer-corporate .corporateList__link .role {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporate .corporateList__link .role {
    display: inline-block;
    text-align: right;
    width: 90px;
  }
}

.footer-corporate .corporateList__logo {
  display: inline-block;
}

.footer-corporate .corporateList__logo--haseko-corp {
  aspect-ratio: 225 / 36;
}

@media print, screen and (min-width: 768px) {
  .footer-corporate .corporateList__logo--haseko-corp {
    width: 225px;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporate .corporateList__logo--haseko-corp {
    width: 239px;
  }
}

.footer-corporate .corporateList__logo--jr {
  aspect-ratio: 234 / 29;
}

@media print, screen and (min-width: 768px) {
  .footer-corporate .corporateList__logo--jr {
    width: 234px;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporate .corporateList__logo--jr {
    width: 234px;
  }
}

.footer-corporate .corporateList__logo--haseko-live {
  aspect-ratio: 200 / 36;
}

@media print, screen and (min-width: 768px) {
  .footer-corporate .corporateList__logo--haseko-live {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporate .corporateList__logo--haseko-live {
    width: 212.5px;
  }
}

.footer-corporate .corporateList__logo--haseko-estate {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .footer-corporate .corporateList__logo--haseko-estate {
    width: 211px;
  }
}

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

.footer-corporate .corporateList__logo--haseko-arvest {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .footer-corporate .corporateList__logo--haseko-arvest {
    width: 268px;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporate .corporateList__logo--haseko-arvest {
    width: 193px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .footer-bnrArea__item + .footer-bnrArea__item {
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .footer-bnrArea__item + .footer-bnrArea__item {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .footer-bnrArea__item {
    margin: 0 auto;
    width: 216.5px;
  }
}

.footer-bnrArea__item--branchera {
  width: 165px;
}

.footer-bnrArea__item .photo__image {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer-bnrArea + .corporateList {
    margin-top: 29px;
  }
}

.footer-copyright {
  background-color: #293855;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer-copyright {
    padding: 50px 0 10px;
  }
}

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

.footer-copyright__inner {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .footer-copyright__inner {
    width: 1220px;
  }
}

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

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

.footer-copyright__link {
  display: inline-block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .footer-copyright__link {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .footer-copyright__link {
    margin-bottom: 17.5px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-copyright__logo {
    margin: 0 auto;
    width: 170px;
  }
}

@media screen and (max-width: 768px) {
  .footer-copyright__logo {
    margin: 0 auto 17px;
  }
}

.footer-copyright__logo .logo {
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .footer-copyright__logo .logo {
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .footer-copyright__logo .logo {
    height: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-copyright__logotxt {
    margin: 25px auto 0;
  }
}

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

.footer-copyright__logotxt .logoTxt {
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .footer-copyright__logotxt .logoTxt {
    height: 15px;
  }
}

@media screen and (max-width: 768px) {
  .footer-copyright__logotxt .logoTxt {
    height: 10.5px;
  }
}

.footer-copyright__txt {
  color: #ffffff;
  display: block;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  line-height: .7;
}

@media print, screen and (min-width: 768px) {
  .footer-copyright__txt {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer-copyright__txt {
    font-size: 9px;
  }
}

.header {
  background-color: #ffffff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
}

@media print, screen and (min-width: 768px) {
  .header-topNav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 25px 65px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header-topNav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding: 12px 20px;
  }
}

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

.header-topNav__title {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .header-topNav__title .header-title {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .header-topNav__title .header-title {
    width: 120px;
  }
}

.header-topNav__title .header-title img {
  height: 100%;
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .header-topNav__guide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

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

@media print, screen and (min-width: 768px) {
  .header-subNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}

.header-subNav__link {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .header-subNav__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
  }
  .header-subNav__link .arrow {
    aspect-ratio: 5 / 9;
    display: inline-block;
    margin-right: 10px;
    width: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .header-cvArea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .header-contact {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 20px;
    width: 400px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .header-contact__tel {
    display: inline-block;
    font-family: "Cinzel", serif;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: .8;
    margin-top: 17px;
    pointer-events: none;
  }
  .header-contact__tel + .header-contact__txt {
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .header-contMenu {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .header-contMenu__btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header-contMenu__btn {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
    z-index: 999;
  }
  .header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(0, -6px);
            transform: rotate(45deg) translate(0, -6px);
  }
  .header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(2) {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(0, 5px);
            transform: rotate(-45deg) translate(0, 5px);
  }
  .header-contMenu__btn.is-active .header-contMenu__txt .open {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  .header-contMenu__btn.is-active .header-contMenu__txt .close {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 768px) {
  .header-contMenu__icon {
    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;
  }
  .header-contMenu__icon .border {
    background-color: #000000;
    display: block;
    height: 3px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    width: 100%;
  }
  .header-contMenu__icon .border + .border {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .header-contMenu__txt {
    font-size: 14px;
    letter-spacing: .1em;
    text-align: center;
    white-space: nowrap;
  }
  .header-contMenu__txt .open,
  .header-contMenu__txt .close {
    color: #000000;
    left: 50%;
    position: absolute;
    top: calc(100% + 5px);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease .1s;
    transition: opacity .4s ease, -webkit-transform .4s ease .1s;
    transition: opacity .4s ease, transform .4s ease .1s;
    transition: opacity .4s ease, transform .4s ease .1s, -webkit-transform .4s ease .1s;
  }
  .header-contMenu__txt .close {
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}

@media print, screen and (min-width: 768px) {
  .header-fixedCV {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header-fixedCV {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100vw;
  }
}

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

@media screen and (max-width: 768px) {
  .header-fixedCV__item {
    width: calc((100% - 2px) / 3);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* VENDOR */
/* COMPONENTS */
.arrowLink {
  display: block;
}

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

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

.arrowLink .ja {
  color: #666666;
  display: block;
  letter-spacing: .11em;
  line-height: 1.27273;
}

.arrowLink .ja:before {
  content: '';
  margin-top: calc((1 - 1.27273) * .5em);
}

.arrowLink .ja:after {
  margin-bottom: calc((1 - 1.27273) * .5em);
}

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

@media print, screen and (min-width: 768px) {
  .arrowLink .ja {
    font-size: 22px;
  }
}

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

.arrowLink .en {
  color: #999999;
  display: block;
  font-family: "EB Garamond", serif;
  letter-spacing: .11em;
  line-height: 2;
}

.arrowLink .en:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.arrowLink .en:after {
  margin-bottom: calc((1 - 2) * .5em);
}

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

@media print, screen and (min-width: 768px) {
  .arrowLink .en {
    font-size: 14px;
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .arrowLink .en {
    font-size: 12px;
    margin-top: 11px;
  }
}

.arrowLink__arrow {
  background-color: #666666;
  height: 1px;
  margin-top: 10px;
  position: relative;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
  z-index: 1;
}

.arrowLink__arrow:before {
  background-color: rgba(184, 155, 47, 0.2);
  border-radius: 50%;
  content: '';
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%) scale(0);
          transform: translate(50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 60px;
  z-index: -1;
}

.arrowLink__arrow:after {
  background-color: #b89b2f;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  z-index: 0;
}

@media print, screen and (min-width: 768px) {
  .arrowLink__arrow:after {
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .arrowLink__arrow:after {
    width: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .arrowLink:hover .arrowLink__arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .arrowLink:hover .arrowLink__arrow:before {
    -webkit-transform: translate(50%, -50%) scale(1);
            transform: translate(50%, -50%) scale(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .arrowLink:hover .arrowLink__arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .arrowLink:hover .arrowLink__arrow:before {
    -webkit-transform: translate(50%, -50%) scale(1);
            transform: translate(50%, -50%) scale(1);
  }
}

.arrowLink--rev {
  text-align: right;
}

.arrowLink--rev .arrowLink__arrow:before {
  left: 0;
  right: auto;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.arrowLink--rev .arrowLink__arrow:after {
  left: 0;
  right: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

@media print, screen and (min-width: 768px) {
  .arrowLink--rev:hover .arrowLink__arrow {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .arrowLink--rev:hover .arrowLink__arrow:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .arrowLink--rev:hover .arrowLink__arrow {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .arrowLink--rev:hover .arrowLink__arrow:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

.backTopBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 99;
}

@media print, screen and (min-width: 768px) {
  .backTopBtn {
    bottom: 0;
    right: 0;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .backTopBtn {
    bottom: 60px;
    right: 0;
    width: 37.5px;
  }
}

.backTopBtn .arrow {
  aspect-ratio: 17 / 10;
}

@media print, screen and (min-width: 768px) {
  .backTopBtn .arrow {
    width: 18px;
  }
}

@media screen and (max-width: 768px) {
  .backTopBtn .arrow {
    width: 17px;
  }
}

.backTopBtn .arrow .svgIcon__path {
  fill: #ffffff;
}

.backTopBtn.is-stop {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .backTopBtn.is-stop {
    bottom: 100%;
  }
}

@media screen and (max-width: 768px) {
  .backTopBtn.is-stop {
    bottom: 100%;
  }
}

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

.bgLayer--gray {
  background-color: #efefef;
}

.bgLayer--darkGray {
  background-color: #e0e0e0;
}

.bgLayer--white {
  background-color: #ffffff;
}

.bgLayer--texture01 {
  background: url("../imgs/bg-texture-01@1.5x.jpg") no-repeat center top/cover;
  color: #ffffff;
}

.bgLayer--texture02 {
  background: url("../imgs/bg-texture-02@1.5x.jpg") no-repeat center top/cover;
  color: #ffffff;
}

.bgLayer--texture02.bgLayer--line:before {
  background-color: #ffffff;
}

.bgLayer--texture03 {
  background: url("../imgs/bg-texture-03@1.5x.jpg") no-repeat center top/cover;
  color: #ffffff;
}

.bgLayer--texture03.bgLayer--line:before {
  background-color: #ffffff;
}

.bgLayer--line:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1px;
}

@media print, screen and (min-width: 768px) {
  .bgLayer--line:before {
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .bgLayer--line:before {
    height: 40px;
  }
}

.bgLayer--pcSolid {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .bgLayer--pcSolid {
    width: 1220px;
  }
}

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

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

.cvBtn {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .cvBtn {
    font-size: 27px;
    letter-spacing: .26em;
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn {
    font-size: 25px;
    letter-spacing: .1em;
    padding: 20px 0;
  }
}

.cvBtn:after {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  width: 100%;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .cvBtn:hover:after {
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn:hover:after {
    opacity: 1;
  }
}

.cvBtn--mini {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a39d7f;
  color: #ffffff;
  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;
  padding: 0;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .cvBtn--mini {
    font-size: 10px;
    height: 35px;
    letter-spacing: .06em;
    line-height: calc(14 / 10);
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn--mini {
    font-size: 14px;
    height: 45px;
    letter-spacing: .1em;
    line-height: 1;
    width: 160px;
  }
}

.cvBtn.is-off {
  opacity: .7;
  pointer-events: none;
}

.cvBtn.is-off:before, .cvBtn.is-off:after {
  content: initial;
}

.cvBtn.is-off .offTxt {
  display: inline-block;
  font-family: "Cinzel", serif;
  line-height: .8;
  text-align: center;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .cvBtn.is-off .offTxt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn.is-off .offTxt {
    font-size: 14px;
  }
}

.descriptionCard__head .photo__image {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .descriptionCard__cont .txt {
    font-size: 12px;
  }
}

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

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

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

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

@media print, screen and (min-width: 768px) {
  .enTtl {
    padding-bottom: 18px;
  }
}

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

.enTtl:after {
  background: #b89b2f;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .enTtl:after {
    width: 320px;
  }
}

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

.enTtl .inner {
  color: #b89b2f;
  font-family: "Cinzel", serif;
  letter-spacing: .03em;
  line-height: 1;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .enTtl .inner {
    font-size: 30px;
  }
}

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

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

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

.fadeSlider {
  position: relative;
}

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

@media print, screen and (min-width: 768px) {
  .fadeSlider__controller {
    padding-left: 20px;
  }
}

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

.fadeSlider__controller .swiper-pagination {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  position: static;
}

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

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

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

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

@media print, screen and (min-width: 768px) {
  .fadeSlider__controller .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .fadeSlider__controller .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .fadeSlider--disableMode .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fadeSlider--disableMode .fadeSlider__controller {
  display: none;
}

.figurePlot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 10px 10px rgba(12, 17, 11, 0.1);
          box-shadow: 0 10px 10px rgba(12, 17, 11, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 3;
}

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

.figurePlot .svgIcon__path {
  fill: #231815;
}

.fixedCVBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #aaaaaa;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.fixedCVBtn .outlineSVG {
  height: auto;
  width: 23px;
}

.fixedCVBtn .mapSVG {
  height: auto;
  width: 18px;
}

.fixedCVBtn .limitedSVG {
  height: auto;
  width: 20px;
}

.fixedCVBtn .entrySVG {
  height: auto;
  width: 30px;
}

.fixedCVBtn .onlineSVG {
  height: auto;
  width: 25px;
}

.fixedCVBtn .reserveSVG {
  height: auto;
  width: 15px;
}

.fixedCVBtn__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.fixedCVBtn--small .fixedCVBtn__txt {
  font-size: 9px;
}

.fixedCVBtn--gold {
  background-color: #a39d7f;
}

.fixedCVBtn--blue {
  background-color: #153157;
}

.fixedCVBtn--online .fixedCVBtn__txt {
  letter-spacing: -.14em;
}

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

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

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

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

.generalBnr {
  -webkit-box-shadow: 0 10px 10px rgba(18, 15, 4, 0.1);
          box-shadow: 0 10px 10px rgba(18, 15, 4, 0.1);
}

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

.generalBnr__link {
  color: #ffffff;
  display: block;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .generalBnr__link:hover .generalBnr__bg .photo__image {
    opacity: .8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBnr__link:hover .generalBnr__bg .photo__image {
    opacity: .8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.generalBnr__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .generalBnr__inner {
    padding-left: 40px;
  }
}

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

.generalBnr__subTtl {
  font-family: "Cinzel", serif;
  letter-spacing: .1em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .generalBnr__subTtl {
    font-size: 12px;
  }
}

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

.generalBnr__ttl {
  letter-spacing: .3em;
}

@media print, screen and (min-width: 768px) {
  .generalBnr__ttl {
    font-size: 16px;
    margin-top: 16px;
  }
}

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

.generalBnr__more {
  font-family: "Cinzel", serif;
  letter-spacing: .1em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .generalBnr__more {
    font-size: 12px;
    margin-top: 24px;
  }
}

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

.generalBnr__more .generalArrow {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .generalBnr__more .generalArrow {
    margin-left: 12px;
  }
}

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

.generalBnr__bg {
  overflow: hidden;
}

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

.generalBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b7b08c;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .generalBtn {
    min-height: 60px;
    padding: 20px;
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn {
    min-height: 36px;
    padding: 10px 12px;
    width: 170px;
  }
}

.generalBtn:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(7, 0, 2, 0.2)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(7, 0, 2, 0.2));
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.generalBtn:after {
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  content: '';
  height: 100%;
  left: -100px;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100px;
}

.generalBtn__inner {
  letter-spacing: .01em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .generalBtn__inner {
    font-size: 22px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .generalBtn__arrow {
    right: 16px;
    width: 9px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn__arrow {
    right: 10px;
    width: 6px;
  }
}

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

.generalBtn--modelroom {
  background-color: #153157;
}

@media print, screen and (min-width: 768px) {
  .generalBtn--modelroom {
    width: 350px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn--modelroom {
    width: 260px;
  }
}

.generalBtn--form {
  color: #948d71;
}

.generalBtn--form:after {
  background-image: linear-gradient(120deg, rgba(148, 141, 113, 0) 30%, rgba(148, 141, 113, 0.8), rgba(148, 141, 113, 0) 70%);
}

.generalBtn--form .generalBtn__inner:after {
  background-color: #ffffff;
  content: '';
  height: calc(100% - 2px);
  left: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .generalBtn--form .generalBtn__inner:after {
    width: calc(100% - 43px);
  }
}

@media screen and (max-width: 768px) {
  .generalBtn--form .generalBtn__inner:after {
    width: calc(100% - (52 / 750 * 100vw));
  }
}

@media print, screen and (min-width: 768px) {
  .generalBtn:hover:after {
    -webkit-animation: shine 1.5s ease-out infinite;
            animation: shine 1.5s ease-out infinite;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn:hover:after {
    -webkit-animation: shine 1.5s ease-out infinite;
            animation: shine 1.5s ease-out infinite;
  }
}

@-webkit-keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.generalModal__inner .movieBox {
  width: 100%;
}

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

@media print, 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: calc(32 / 750 * 100vw);
    right: 0;
    width: calc(32 / 750 * 100vw);
  }
}

@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 print, 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.is-active .generalModal__cont {
  width: 1200px;
}

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

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

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

.generalSlider {
  position: relative;
}

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

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

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

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

.generalSlider__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid #9e9d98;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

@media print, screen and (min-width: 768px) {
  .generalSlider__dir {
    margin-left: 32px;
    width: 40px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .generalSlider__dir:hover {
    background-color: #9e9d98;
  }
  .generalSlider__dir:hover .svgIcon {
    fill: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalSlider__dir:hover {
    background-color: #9e9d98;
  }
  .generalSlider__dir:hover .svgIcon {
    fill: #ffffff;
  }
}

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

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

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

@media print, screen and (min-width: 768px) {
  .generalSlider .swiper-slide {
    width: 362px;
  }
}

.generalSlider .swiper-pagination {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  position: static;
  top: 100%;
}

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

@media print, 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: 4px;
  }
}

@media print, screen and (min-width: 768px) {
  .generalSlider .swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .generalSlider .swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 7px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .generalSlider--disableMode .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

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

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

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

.heading .caption {
  display: inline-block;
  letter-spacing: .1em;
}

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

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

.heading + .caption {
  padding-top: 10px;
}

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

@media screen and (max-width: 768px) {
  .heading--large {
    font-size: 20px;
    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 print, screen and (min-width: 768px) {
  .heading--default {
    font-size: 26px;
    line-height: 1.76923;
  }
  .heading--default:before {
    content: '';
    margin-top: calc((1 - 1.76923) * .5em);
  }
  .heading--default:after {
    margin-bottom: calc((1 - 1.76923) * .5em);
  }
  .heading--default:before, .heading--default:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

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

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

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

@media print, screen and (min-width: 768px) {
  .heading--medium + .txt {
    margin-top: 16px;
  }
}

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

.heading--small {
  line-height: 1.71429;
}

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

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

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

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

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

.heading--small .caption {
  display: block;
}

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

@media print, screen and (min-width: 768px) {
  .heading--small + .txt {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .heading--small + .txt {
    margin-top: 16px;
    line-height: 1.75;
  }
  .heading--small + .txt:before {
    content: '';
    margin-top: calc((1 - 1.75) * .5em);
  }
  .heading--small + .txt:after {
    margin-bottom: calc((1 - 1.75) * .5em);
  }
  .heading--small + .txt:before, .heading--small + .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

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

@media print, screen and (min-width: 768px) {
  .heading--center + .txt {
    text-align: center;
  }
}

.headingUnit {
  position: relative;
}

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

.keyVisual__ttl {
  color: #ffffff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.keyVisual__ttl .inner {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl .inner {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl .inner {
    padding-bottom: 30px;
  }
}

.keyVisual__ttl .inner:after {
  background-color: #ffffff;
  bottom: 0;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0) scaleX(0);
          transform: translate(-50%, 0) scaleX(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
  transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
  width: 60px;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl .inner:after {
    height: 2px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl .inner:after {
    height: 1px;
  }
}

.keyVisual__ttl .en {
  display: block;
  font-family: "Cinzel", serif;
  letter-spacing: .03em;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl .en {
    font-size: 70px;
  }
}

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

.keyVisual__ttl .en .line {
  display: inline-block;
  overflow: hidden;
}

.keyVisual__ttl .en .t {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl .en .t--blank {
    padding: 0 10.5px;
  }
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl .en + .ja {
    margin-top: 27px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl .en + .ja {
    margin-top: 15px;
  }
}

.keyVisual__ttl .ja {
  display: block;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  letter-spacing: .1em;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-filter 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-filter 1s ease-in-out;
  transition: opacity 1s ease-in-out, filter 1s ease-in-out;
  transition: opacity 1s ease-in-out, filter 1s ease-in-out, -webkit-filter 1s ease-in-out;
  line-height: 1.75;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl .ja {
    font-size: 16px;
  }
}

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

.keyVisual__bg {
  overflow: hidden;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__bg {
    height: calc(400 / 1440 * 100vw);
  }
}

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

.keyVisual__bg .photo {
  height: 100%;
  width: 100%;
}

.keyVisual__bg .photo__pic, .keyVisual__bg .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.keyVisual__bg .photo__image {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: -webkit-filter 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: -webkit-filter 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: filter 1s ease-in-out, transform 1s ease-in-out;
  transition: filter 1s ease-in-out, transform 1s ease-in-out, -webkit-filter 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  .keyVisual--noBg {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual--noBg {
    height: 507px;
  }
}

.keyVisual--limited, .keyVisual--attendance {
  background: url("../imgs/bg-texture-01@1.5x.jpg") no-repeat center top/cover;
}

.keyVisual.sai-animate .keyVisual__ttl .inner:after {
  -webkit-transform: translate(-50%, 0) scaleX(1);
          transform: translate(-50%, 0) scaleX(1);
}

.keyVisual.sai-animate .keyVisual__ttl .ja {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.keyVisual.sai-animate .keyVisual__ttl .en .t {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.keyVisual.sai-animate .keyVisual__bg .photo__image {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.limitedGuideSect {
  background-color: #f7f8f8;
  border: 2px solid #989174;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  * + .limitedGuideSect {
    margin-top: 64px;
  }
}

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

.limitedGuideSect__head {
  background-color: #989174;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  letter-spacing: .11em;
  line-height: .8;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .limitedGuideSect__head {
    font-size: 16px;
    padding: 8px 0;
  }
}

@media screen and (max-width: 768px) {
  .limitedGuideSect__head {
    font-size: 12px;
    padding: 6px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .limitedGuideSect__cont {
    padding: 32px 64px 48px;
  }
}

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

.limitedGuideSect__txt {
  letter-spacing: .11em;
  text-align: center;
}

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

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

@media print, screen and (min-width: 768px) {
  .limitedGuideSect__btnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 56px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .limitedGuideSect__btnItem .generalBtn {
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .limitedGuideSect__btnItem .generalBtn {
    width: 195px;
  }
}

.limitedPlanBox {
  color: #ffffff;
}

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

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

@media print, screen and (min-width: 768px) {
  .limitedPlanBox__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #565454 url("../imgs/pc/bg-usp-texture_1.5x.png") no-repeat top center/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .limitedPlanBox__inner {
    background: #565454 url("../imgs/sp/bg-usp-texture.png") no-repeat top center/cover;
    padding: 20px;
  }
}

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

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

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

@media print, screen and (min-width: 768px) {
  .limitedPlanBox__bottom {
    margin-top: 24px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .limitedPlanBox__bottom .generalBtn {
    width: 280px;
  }
}

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

.entryFlow {
  color: #ffffff;
}

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

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

.entryFlow__ttl {
  line-height: 1;
  color: #b89b2f;
  font-family: "Cinzel", serif;
  letter-spacing: .03em;
  text-align: center;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .entryFlow__ttl {
    font-size: 30px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .entryFlow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}

.entryFlow__item {
  background-color: #565454;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .entryFlow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 16px 32px;
    width: 260px;
  }
}

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

@media screen and (max-width: 768px) {
  .entryFlow__item + .entryFlow__item {
    margin-top: 36px;
  }
}

.entryFlow__heading {
  border-bottom: 1px solid #b89b2f;
  letter-spacing: 0;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .entryFlow__heading {
    font-size: 22px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .entryFlow__heading {
    font-size: 18px;
    padding-bottom: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .entryFlow__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    margin-top: 24px;
  }
}

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

.entryFlow__body .txt {
  letter-spacing: .01em;
}

@media print, screen and (min-width: 768px) {
  .entryFlow__body .txt {
    padding-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .entryFlow__body .generalBtn {
    margin-top: auto;
    padding: 8px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .entryFlow__body .generalBtn {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .entryFlow__body .generalBtn__inner {
    font-size: 18px;
  }
}

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

.entryFlow__dir {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .entryFlow__dir {
    left: calc(100% + 17px);
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 17px;
  }
}

@media screen and (max-width: 768px) {
  .entryFlow__dir {
    left: 50%;
    top: calc(100% + 6px);
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    width: 13px;
  }
}

.madoriBtn {
  border: 1px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 1.2s -webkit-transform ease-in-out, 1.2s -webkit-box-shadow ease-in-out;
  transition: 1.2s -webkit-transform ease-in-out, 1.2s -webkit-box-shadow ease-in-out;
  transition: 1.2s transform ease-in-out, 1.2s box-shadow ease-in-out;
  transition: 1.2s transform ease-in-out, 1.2s box-shadow ease-in-out, 1.2s -webkit-transform ease-in-out, 1.2s -webkit-box-shadow ease-in-out;
  white-space: nowrap;
}

.madoriBtn__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__head {
    height: 80px;
    padding: 20px 20px 20px 35px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__head {
    height: 55px;
    padding: 10px 10px 10px 13px;
  }
}

.madoriBtn__head:after {
  background-color: #d72547;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__head:after {
    width: 5px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__head:after {
    width: 3px;
  }
}

.madoriBtn__type {
  font-family: "EB Garamond", serif;
  letter-spacing: .03em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__type {
    font-size: 32px;
    min-width: 126px;
    padding-right: 16px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1220px) {
  .madoriBtn__type {
    font-size: calc(32 / 1440 * 100vw);
    min-width: calc(126 / 1440 * 100vw);
  }
}

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

.madoriBtn__type .type {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__type .type {
    font-size: 56px;
    margin-right: 10px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1220px) {
  .madoriBtn__type .type {
    font-size: calc(56 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__type .type {
    font-size: 30px;
    margin-right: 3px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__type--small {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1220px) {
  .madoriBtn__type--small {
    font-size: calc(24 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__type--small {
    font-size: 16px;
    min-width: 120px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__type--small .type {
    font-size: 44px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1220px) {
  .madoriBtn__type--small .type {
    font-size: calc(56 / 1440 * 100vw);
  }
}

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

@media print, screen and (min-width: 768px) {
  .madoriBtn__length {
    padding-left: 30px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1220px) {
  .madoriBtn__length {
    padding-left: calc(30 / 1440 * 100vw);
  }
}

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

.madoriBtn__length:before {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

.madoriBtn__length .ja {
  display: inline-block;
  letter-spacing: .11em;
  line-height: 1.33333;
}

.madoriBtn__length .ja:before {
  content: '';
  margin-top: calc((1 - 1.33333) * .5em);
}

.madoriBtn__length .ja:after {
  margin-bottom: calc((1 - 1.33333) * .5em);
}

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

@media print, screen and (min-width: 768px) {
  .madoriBtn__length .ja {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1220px) {
  .madoriBtn__length .ja {
    font-size: calc(12 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__length .ja {
    font-size: 9px;
  }
}

.madoriBtn__length .num {
  display: inline-block;
  font-family: "EB Garamond", serif;
  letter-spacing: .03em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__length .num {
    font-size: 50px;
  }
}

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

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

.madoriBtn__length .meter {
  display: inline-block;
  font-family: "EB Garamond", serif;
  letter-spacing: .03em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__length .meter {
    font-size: 33px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1220px) {
  .madoriBtn__length .meter {
    font-size: calc(33 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__length .meter {
    font-size: 21px;
    margin-left: -5px;
  }
}

.madoriBtn__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b89b2f;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__label {
    padding: 9px 0;
    width: 116px;
  }
}

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

@media screen and (max-width: 768px) {
  .madoriBtn__label {
    padding: 4px 0;
    width: 38px;
  }
}

.madoriBtn__label .inner {
  letter-spacing: .11em;
  text-align: center;
  line-height: 1.125;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .madoriBtn__label .inner {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1220px) {
  .madoriBtn__label .inner {
    font-size: calc(16 / 1440 * 100vw);
  }
}

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

.madoriBtn__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__body {
    padding: 10px 20px 10px 44px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__body {
    padding: 10px 6px 10px 18px;
  }
}

.madoriBtn__variation {
  font-family: "EB Garamond", serif;
  letter-spacing: .03em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__variation {
    font-size: 30px;
  }
}

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

.madoriBtn__variation .strong {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__variation .strong {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__variation .strong {
    font-size: 23px;
  }
}

.madoriBtn__variation .ja {
  font-family: "Noto Serif JP", serif;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__variation .ja {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__variation .ja {
    font-size: 16px;
  }
}

.madoriBtn__more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #882933;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "EB Garamond", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .11em;
  line-height: 1;
  outline: 2px solid #882933;
  overflow: hidden;
  position: relative;
  -webkit-transition: .8s transform ease-in-out, .8s box-shadow ease-in-out, .8s outline ease-in-out, .8s color ease-in-out;
  transition: .8s transform ease-in-out, .8s box-shadow ease-in-out, .8s outline ease-in-out, .8s color ease-in-out;
  white-space: nowrap;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__more {
    border-radius: 15px;
    font-size: 14px;
    height: 26px;
    padding: 0 12px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__more {
    border-radius: 12px;
    font-size: 9px;
    height: 19px;
    padding: 0 13px;
  }
}

.madoriBtn__more:before {
  background-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 100%;
  left: -50px;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transition: width .8s linear;
  transition: width .8s linear;
  width: 0;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn:hover {
    -webkit-box-shadow: 4px 5px 17px -4px rgba(102, 102, 102, 0.5);
            box-shadow: 4px 5px 17px -4px rgba(102, 102, 102, 0.5);
    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
  }
  .madoriBtn:hover .madoriBtn__more {
    -webkit-box-shadow: 4px 5px 17px -4px rgba(102, 102, 102, 0.5);
            box-shadow: 4px 5px 17px -4px rgba(102, 102, 102, 0.5);
    color: #882933;
    outline: 2px solid rgba(136, 41, 51, 0.5);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .madoriBtn:hover .madoriBtn__more:before {
    width: 250%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriBtn:hover {
    -webkit-box-shadow: 4px 5px 17px -4px rgba(102, 102, 102, 0.5);
            box-shadow: 4px 5px 17px -4px rgba(102, 102, 102, 0.5);
    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
  }
  .madoriBtn:hover .madoriBtn__more {
    -webkit-box-shadow: 4px 5px 17px -4px rgba(102, 102, 102, 0.5);
            box-shadow: 4px 5px 17px -4px rgba(102, 102, 102, 0.5);
    color: #882933;
    outline: 2px solid rgba(136, 41, 51, 0.5);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .madoriBtn:hover .madoriBtn__more:before {
    width: 250%;
  }
}

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

@media print, screen and (min-width: 768px) {
  .madoriBtn--limited:hover .madoriBtn__more {
    color: #ffffff;
    outline: 2px solid rgba(211, 211, 211, 0.5);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriBtn--limited:hover .madoriBtn__more {
    color: #ffffff;
    outline: 2px solid rgba(211, 211, 211, 0.5);
  }
}

.madoriBtn--limited .madoriBtn__head {
  background-color: #b7b08c;
}

.madoriBtn--limited .madoriBtn__head:after {
  background: -webkit-gradient(linear, left top, right top, from(#070002), to(white));
  background: linear-gradient(90deg, #070002 0%, white 100%);
  mix-blend-mode: multiply;
  opacity: .2;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .madoriBtn--limited .madoriBtn__head {
    padding-left: 8px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn--limited .madoriBtn__type {
    min-width: initial;
    padding-right: 8px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn--limited .madoriBtn__length {
    padding-left: 8px;
  }
}

.madoriBtn--limited .madoriBtn__limitedBadge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .03em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn--limited .madoriBtn__limitedBadge {
    height: 68px;
    line-height: calc(20 / 16);
    margin-right: 24px;
    width: 68px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn--limited .madoriBtn__limitedBadge {
    font-size: 12px;
    height: 45px;
    line-height: calc(30 / 23);
    margin-right: 8px;
    width: 45px;
  }
}

.madoriBtn--limited .madoriBtn__label {
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  color: #333333;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn--limited .madoriBtn__label {
    width: 56px;
  }
}

.madoriBtn--limited .madoriBtn__more {
  background-color: #ffffff;
  color: #333333;
  outline-color: #d3d3d3;
}

.madoriBtn--limited .madoriBtn__more:before {
  background-color: #d3d3d3;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn--entryMode:hover .madoriBtn__more {
    outline: 2px solid rgba(136, 41, 51, 0.5);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriBtn--entryMode:hover .madoriBtn__more {
    outline: 2px solid rgba(136, 41, 51, 0.5);
  }
}

.madoriBtn--entryMode .madoriBtn__more {
  color: #882933;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  outline-color: #882933;
}

.madoriBtn--entryMode .madoriBtn__more:before {
  background-color: #882933;
}

.madoriBtn.is-new:after {
  background: #9f3645;
  color: #ffffff;
  content: 'NEW';
  font-size: 12px;
  left: -1px;
  letter-spacing: .1em;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media print, screen and (min-width: 768px) {
  .madoriBtn.is-new:after {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn.is-new:after {
    padding: 3px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriBtnList {
    -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: 40px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriBtnList__item {
    width: calc(50% - 10px);
  }
}

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

.madoriBtnList__note {
  padding-top: 5px;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail {
    margin: 0 auto;
    width: 830px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .madoriDetail__ttl {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 30px;
  }
}

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

.madoriDetail__ttl:after {
  background-color: #b7b08c;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__ttl:after {
    height: 7px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__ttl:after {
    height: 5px;
  }
}

.madoriDetail__type {
  font-family: "EB Garamond", serif;
  letter-spacing: .03em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__type {
    font-size: 38px;
  }
}

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

.madoriDetail__type .type {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__type .type {
    font-size: 70px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type .type {
    font-size: 60px;
    margin-right: 7px;
  }
}

.madoriDetail__type .floor {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .11em;
  margin-left: .25em;
  line-height: 2;
}

.madoriDetail__type .floor:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.madoriDetail__type .floor:after {
  margin-bottom: calc((1 - 2) * .5em);
}

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

@media print, screen and (min-width: 768px) {
  .madoriDetail__type .floor {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type .floor {
    font-size: 10px;
  }
}

.madoriDetail__variation {
  font-family: "EB Garamond", serif;
  letter-spacing: .03em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__variation {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__variation {
    font-size: 28px;
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__variation .strong {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__variation .strong {
    font-size: 33px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__variation .ja {
    font-size: 18px;
  }
}

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

.madoriDetail__variation .nando {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__variation .nando {
    font-size: 24px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .madoriDetail__spec {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 28px;
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__spec {
    margin-top: 15px;
    padding-bottom: 15px;
  }
}

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

.madoriDetail__length {
  white-space: nowrap;
}

.madoriDetail__length .ja {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .11em;
  line-height: 2;
}

.madoriDetail__length .ja:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.madoriDetail__length .ja:after {
  margin-bottom: calc((1 - 2) * .5em);
}

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

@media print, screen and (min-width: 768px) {
  .madoriDetail__length .ja {
    font-size: 14px;
  }
}

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

.madoriDetail__length .num {
  display: inline-block;
  font-family: "EB Garamond", serif;
  letter-spacing: .03em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__length .num {
    font-size: 50px;
  }
}

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

.madoriDetail__length .meter {
  display: inline-block;
  font-family: "EB Garamond", serif;
  letter-spacing: -.03em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__length .meter {
    font-size: 36px;
  }
}

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

.madoriDetail__length .tsubo {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .11em;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__length .tsubo {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length .tsubo {
    font-size: 10px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .madoriDetail__subLength {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 10px;
  }
}

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

.madoriDetail__subItem {
  letter-spacing: .11em;
  line-height: 1.4;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .madoriDetail__subItem {
    font-size: 12px;
  }
}

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

.madoriDetail__body .meritNote {
  line-height: 2.3;
}

.madoriDetail__body .meritNote:before {
  content: '';
  margin-top: calc((1 - 2.3) * .5em);
}

.madoriDetail__body .meritNote:after {
  margin-bottom: calc((1 - 2.3) * .5em);
}

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

@media print, screen and (min-width: 768px) {
  .madoriDetail__body .meritNote {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body .meritNote {
    max-width: 274px;
  }
}

.madoriDetail__body .meritNote__item {
  letter-spacing: .11em;
  line-height: calc(46 / 20);
  padding-left: 1.25em;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__body .meritNote__item {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body .meritNote__item {
    font-size: 13px;
  }
}

.madoriDetail__body .meritNote__item:before {
  background-color: currentColor;
  content: '';
  display: inline-block;
  height: 1em;
  left: 0;
  position: absolute;
  top: calc((2.3 - 1) * .5em);
  width: 1em;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__head + .madoriDetail__body {
    margin-top: 60px;
  }
}

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

.madoriDetail__fig {
  background-color: #ffffff;
}

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

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

@media print, screen and (min-width: 768px) {
  .madoriDetail__fig img {
    display: block;
    margin: 0 auto;
    width: 600px;
  }
}

@media print, screen and (min-width: 768px) {
  .meritNote + .madoriDetail__fig {
    margin-top: 52px;
  }
}

@media screen and (max-width: 768px) {
  .meritNote + .madoriDetail__fig {
    margin-top: 35px;
  }
}

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

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

.madoriDetail__bottom .arrowLink {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 768px) {
  .madoriPickUp {
    margin: 0 auto;
    width: 830px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .madoriPickUp__ttl {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 30px;
  }
}

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

.madoriPickUp__ttl:after {
  background-color: #a29b78;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .madoriPickUp__ttl:after {
    height: 7px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPickUp__ttl:after {
    height: 5px;
  }
}

.madoriPickUp__type {
  font-family: "EB Garamond", serif;
  letter-spacing: .03em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .madoriPickUp__type {
    font-size: 38px;
  }
}

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

.madoriPickUp__type .type {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .madoriPickUp__type .type {
    font-size: 70px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPickUp__type .type {
    font-size: 60px;
    margin-right: 7px;
  }
}

.madoriPickUp__type .floor {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .11em;
  margin-left: .25em;
  line-height: 2;
}

.madoriPickUp__type .floor:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.madoriPickUp__type .floor:after {
  margin-bottom: calc((1 - 2) * .5em);
}

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

@media print, screen and (min-width: 768px) {
  .madoriPickUp__type .floor {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPickUp__type .floor {
    font-size: 10px;
  }
}

.madoriPickUp__variation {
  font-family: "EB Garamond", serif;
  letter-spacing: .03em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .madoriPickUp__variation {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPickUp__variation {
    font-size: 28px;
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriPickUp__variation .strong {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPickUp__variation .strong {
    font-size: 33px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriPickUp__variation .ja {
    font-size: 18px;
  }
}

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

.madoriPickUp__variation .nando {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
}

@media print, screen and (min-width: 768px) {
  .madoriPickUp__variation .nando {
    font-size: 24px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .madoriPickUp__spec {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 28px;
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPickUp__spec {
    margin-top: 15px;
    padding-bottom: 15px;
  }
}

.madoriPickUp__length {
  white-space: nowrap;
}

.madoriPickUp__length .ja {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .11em;
  line-height: 2;
}

.madoriPickUp__length .ja:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.madoriPickUp__length .ja:after {
  margin-bottom: calc((1 - 2) * .5em);
}

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

@media print, screen and (min-width: 768px) {
  .madoriPickUp__length .ja {
    font-size: 14px;
  }
}

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

.madoriPickUp__length .num {
  display: inline-block;
  font-family: "EB Garamond", serif;
  letter-spacing: .03em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .madoriPickUp__length .num {
    font-size: 50px;
  }
}

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

.madoriPickUp__length .meter {
  display: inline-block;
  font-family: "EB Garamond", serif;
  letter-spacing: -.03em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .madoriPickUp__length .meter {
    font-size: 36px;
  }
}

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

.madoriPickUp__length .tsubo {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .11em;
}

@media print, screen and (min-width: 768px) {
  .madoriPickUp__length .tsubo {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPickUp__length .tsubo {
    font-size: 10px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .madoriPickUp__subLength {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 10px;
  }
}

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

.madoriPickUp__subItem {
  letter-spacing: .11em;
  line-height: 1.4;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .madoriPickUp__subItem {
    font-size: 12px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .madoriPickUp__head + .madoriPickUp__body {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .madoriPickUp__head + .madoriPickUp__body {
    margin-top: 0;
  }
}

.madoriPickUp__fig {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

@media print, screen and (min-width: 768px) {
  .madoriPickUp__fig {
    margin: 0 0 10px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .madoriPickUp__fig img {
    display: block;
    margin: 0 auto;
  }
}

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

@media print, screen and (min-width: 768px) {
  .meritGallery__item {
    gap: 20px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .meritGallery__item:not(:first-child) {
    margin-top: 38px;
  }
}

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

.meritGallery__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: .11em;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .meritGallery__icon {
    gap: 6px;
    width: 44px;
  }
}

@media screen and (max-width: 768px) {
  .meritGallery__icon {
    gap: 4px;
    width: 36px;
  }
}

.meritGallery__icon .t {
  display: block;
  font-family: "EB Garamond", serif;
  letter-spacing: .11em;
  line-height: .8;
  text-align: center;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .meritGallery__icon .t {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .meritGallery__icon .t {
    font-size: 10px;
  }
}

.meritGallery__icon .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #882933;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "EB Garamond", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .meritGallery__icon .num {
    font-size: 24px;
    height: 36px;
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .meritGallery__icon .num {
    font-size: 20px;
    height: 32px;
    width: 32px;
  }
}

.modalFigure {
  position: relative;
}

.modalFigure .figurePlot .svgIcon {
  aspect-ratio: 44 / 43;
}

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

@media screen and (max-width: 768px) {
  .modalFigure[data-modal-device='pc'] .figurePlot {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .modalFigure[data-modal-device='sp'] .figurePlot {
    display: none;
  }
}

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

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

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

.movieModal__btn .arrow {
  aspect-ratio: 1 / 1;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 768px) {
  .movieModal__btn .arrow {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .movieModal__btn .arrow {
    width: 61px;
  }
}

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

.obiTtl {
  background-color: #882933;
  color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .obiTtl {
    padding: 8px 0 11px;
  }
}

@media screen and (max-width: 768px) {
  .obiTtl {
    padding: 5px 0 7px;
  }
}

.obiTtl .inner {
  letter-spacing: .11em;
  line-height: 1.75;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .obiTtl .inner {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .obiTtl .inner {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .obiTtl + .headingUnit,
  .obiTtl + .txt {
    margin-top: 40px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .obiTtl--en {
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .obiTtl--en {
    padding: 7px 0;
  }
}

.obiTtl--en .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "EB Garamond", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .obiTtl--en .inner {
    font-size: 24px;
    gap: 18px;
  }
}

@media screen and (max-width: 768px) {
  .obiTtl--en .inner {
    font-size: 16px;
    gap: 11px;
  }
}

.obiTtl--en .inner:before, .obiTtl--en .inner:after {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .obiTtl--en .inner:before, .obiTtl--en .inner:after {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .obiTtl--en .inner:before, .obiTtl--en .inner:after {
    width: 40px;
  }
}

.obiTtl--green {
  background-color: #045358;
}

.obiTtl--blue {
  background-color: #235994;
}

.obiTtl--orange {
  background-color: #bd6728;
}

.obiTtl--emeraldGreen {
  background-color: #259179;
}

.obiTtl--olive {
  background-color: #88954f;
}

.openingInfo {
  height: 100dvh;
  left: 0;
  overflow: scroll;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 900;
}

.openingInfo__bg {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .8s ease .3s;
  transition: opacity .8s ease .3s;
  width: 100vw;
  z-index: -1;
}

.openingInfo__cont {
  -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;
  opacity: 0;
  overflow: scroll;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

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

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

.openingInfo__inner {
  position: relative;
}

.openingInfo__close {
  background-color: #242e3a;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .openingInfo__close {
    height: 25px;
    top: -25px;
    width: 25px;
  }
}

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

.openingInfo__close:before, .openingInfo__close:after {
  background-color: #fcf6f6;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 80%;
}

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

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

.openingInfo.is-active {
  pointer-events: auto;
}

.openingInfo.is-active .openingInfo__cont {
  opacity: 1;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.openingInfo.is-active .openingInfo__bg {
  opacity: .8;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.openingInfo.is-active + .topicInfo {
  opacity: 0;
}

.pageIntro {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .pageIntro {
    padding: 60px 0;
  }
}

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

.pageIntro__inner {
  text-align: center;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .pageIntro__inner {
    width: 1220px;
  }
}

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

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

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

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

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

.pageIntro__ttl:after {
  background: #ffffff;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media print, screen and (min-width: 768px) {
  .pageIntro__ttl:after {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro__ttl:after {
    width: 200px;
  }
}

.pageIntro__ttl .inner {
  letter-spacing: .11em;
  line-height: 1.2963;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .pageIntro__ttl .inner {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro__ttl .inner {
    font-size: 27px;
  }
}

.pageIntro__heading {
  letter-spacing: .11em;
  line-height: 1.76923;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .pageIntro__heading {
    font-size: 26px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .pageIntro__heading + .pageIntro__txt {
    margin-top: 28px;
  }
}

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

.pageIntro__txt {
  letter-spacing: .11em;
  line-height: 2;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .pageIntro__txt {
    font-size: 12px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

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

.pageIntro__bg .pic {
  height: 100%;
  width: 100%;
}

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

.pageIntro__head + .pageIntro__cont {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .pageIntro--special {
    padding: 100px 0;
  }
}

.pageIntro--special .pageIntro__ttl {
  display: none;
}

.pageIntro--special .pageIntro__cont {
  margin-top: 0;
}

.pageIntro--special .pageIntro__txt {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .pageIntro--special .pageIntro__txt {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro--special .pageIntro__txt {
    font-size: calc(26 / 750 * 100vw);
    text-align: center;
    -moz-text-align-last: unset;
         text-align-last: unset;
  }
}

.pageTtl {
  position: relative;
  text-align: center;
  z-index: 1;
}

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

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

.pageTtl:after {
  background-color: currentColor;
  bottom: 0;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0) scaleX(0);
          transform: translate(-50%, 0) scaleX(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
  transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
  width: 60px;
}

@media print, screen and (min-width: 768px) {
  .pageTtl:after {
    height: 2px;
  }
}

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

.pageTtl .en {
  display: block;
  font-family: "Cinzel", serif;
  letter-spacing: .03em;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .pageTtl .en {
    font-size: 70px;
  }
}

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

.pageTtl .en .t {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media print, screen and (min-width: 768px) {
  .pageTtl .en + .ja {
    margin-top: 27px;
  }
}

@media screen and (max-width: 768px) {
  .pageTtl .en + .ja {
    margin-top: 15px;
  }
}

.pageTtl .ja {
  display: block;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  letter-spacing: .1em;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-filter 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-filter 1s ease-in-out;
  transition: opacity 1s ease-in-out, filter 1s ease-in-out;
  transition: opacity 1s ease-in-out, filter 1s ease-in-out, -webkit-filter 1s ease-in-out;
  line-height: 1.75;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .pageTtl .ja {
    font-size: 16px;
  }
}

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

.pageTtl.sai-animate:after {
  -webkit-transform: translate(-50%, 0) scaleX(1);
          transform: translate(-50%, 0) scaleX(1);
}

.pageTtl.sai-animate .ja {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.pageTtl.sai-animate .en .t {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.parallaxPhoto {
  overflow: hidden;
  position: relative;
}

.photo {
  position: relative;
}

.photo__capIn, .photo__capOut {
  font-size: 10px;
  line-height: calc(18 / 10);
}

.photo__capIn, .photo__capOut {
  position: absolute;
}

.photo__capIn {
  bottom: 5px;
  right: 5px;
}

.photo__capOut {
  padding-top: 5px;
  right: 0;
  top: 100%;
}

.photo__pic {
  display: block;
}

.photo--full .photo__image {
  width: 100%;
}

.photo--fit {
  height: 100%;
}

.photo--fit .photo__pic,
.photo--fit .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo--shadow {
  -webkit-box-shadow: 0 20px 20px rgba(18, 15, 4, 0.1);
          box-shadow: 0 20px 20px rgba(18, 15, 4, 0.1);
}

.pic {
  position: relative;
}

.pic__capIn, .pic__capOut {
  font-size: 10px;
  line-height: calc(18 / 10);
}

.pic__capIn, .pic__capOut {
  position: absolute;
}

.pic__capIn {
  bottom: 5px;
  right: 5px;
}

.pic__capOut {
  padding-top: 5px;
  right: 0;
  top: 100%;
}

.pic__pic {
  display: block;
}

.pinchInFigure {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .pinchInFigure .figurePlot {
    display: none;
  }
}

.pinchInFigure .figurePlot .svgIcon {
  aspect-ratio: 43 / 54;
}

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

.generalModal__inner .pinchInFigure {
  padding: 30px 0;
}

.relatedBox {
  background-color: #3e3a39;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .relatedBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 138px 120px 116px;
  }
}

@media screen and (max-width: 768px) {
  .relatedBox {
    margin-left: -13px;
    margin-right: -13px;
    padding: 101px 37px 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .relatedBox:not(:first-child) {
    margin-top: 90px;
  }
}

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

.relatedBox:before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0) scaleY(0);
          transform: translate(-50%, 0) scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  width: 1px;
}

@media print, screen and (min-width: 768px) {
  .relatedBox:before {
    background-color: rgba(255, 255, 255, 0.5);
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .relatedBox:before {
    background-color: rgba(184, 155, 47, 0.5);
    height: 40px;
  }
}

.relatedBox.sai-animate:before {
  -webkit-transform: translate(-50%, 0) scaleY(1);
          transform: translate(-50%, 0) scaleY(1);
}

.relatedBox__ttl {
  color: #b89b2f;
  font-family: "Cinzel", serif;
  left: 50%;
  letter-spacing: .03em;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .relatedBox__ttl {
    font-size: 30px;
    top: 66px;
  }
}

@media screen and (max-width: 768px) {
  .relatedBox__ttl {
    font-size: 22px;
    top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .relatedBox__head {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 768px) {
  .relatedBox__head .headingUnit .heading {
    font-size: 20px;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .relatedBox__cont {
    width: calc(50% - 10px);
  }
}

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

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

.swipeFigure {
  position: relative;
}

.swipeFigure__inner {
  height: 100%;
  overflow: scroll;
}

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

.swipeFigure__inner[data-mode=''] .photo,
.swipeFigure__inner[data-mode=''] .photo__image {
  height: 100%;
  max-width: unset;
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .swipeFigure__inner[data-mode='pc'] .photo,
  .swipeFigure__inner[data-mode='pc'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure__inner[data-mode='pc'] + .figurePlot {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .swipeFigure__inner[data-mode='sp'] + .figurePlot {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure__inner[data-mode='sp'] .photo,
  .swipeFigure__inner[data-mode='sp'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

.swipeFigure__capIn, .swipeFigure__capOut {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: calc(18 / 10);
  position: absolute;
  z-index: 1;
}

.swipeFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.swipeFigure__capOut {
  left: 0;
  padding: 2px 0 0 5px;
  top: 100%;
}

.swipeFigure .figurePlot .svgIcon {
  aspect-ratio: 36 / 56;
}

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

.tabBtn {
  background-color: #a0a5a5;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color .8s ease-out;
  transition: background-color .8s ease-out;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .tabBtn {
    min-width: 220px;
    padding: 16px 18px;
  }
}

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

.tabBtn.is-active {
  background-color: #3e3a39;
  pointer-events: none;
}

.tabBtn__inner {
  letter-spacing: .1em;
  line-height: 1.14286;
}

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .tabBtn:hover {
    background-color: #3e3a39;
  }
}

@media (hover: hover) and (pointer: fine) {
  .tabBtn:hover {
    background-color: #3e3a39;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .tabBtnList__item {
    width: calc((100% - 10px) / 3);
  }
}

.tabCont {
  display: none;
}

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

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

@media screen and (max-width: 768px) {
  .telBtn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #2d737a;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: .1em;
    line-height: 1;
    position: relative;
    z-index: 1;
  }
  .telBtn:after {
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(50%, white), to(black));
    background: linear-gradient(180deg, black 0%, white 50%, black 100%);
    content: '';
    inset: 0;
    mix-blend-mode: soft-light;
    opacity: .25;
    pointer-events: none;
    position: absolute;
    z-index: -1;
  }
  .telBtn .small {
    font-size: 13px;
    letter-spacing: 0;
  }
  .telBtn .icon {
    aspect-ratio: 1 / 1;
    display: inline-block;
    margin-right: 10px;
    width: 15.5px;
  }
  .telBtn .icon .svgIcon {
    overflow: visible;
  }
  .telBtn--mini {
    font-size: 17px;
  }
  .telBtn--mini .small {
    font-size: 11px;
  }
}

.txt {
  letter-spacing: .11em;
}

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

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

.txt .caption {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 10px;
}

.txt sup {
  font-size: 10px;
}

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

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

@media print, screen and (min-width: 768px) {
  .usableBnr:hover {
    opacity: .8;
  }
}

@media (hover: hover) and (pointer: fine) {
  .usableBnr:hover {
    opacity: .8;
  }
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 0;
  padding-top: 10px;
  line-height: 1.77778;
}

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

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

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

.usageNote__item {
  color: #999999;
  display: inline-block;
  font-size: 9px;
  line-height: calc(16 / 9);
  margin-right: 1em;
}

.usageNote__item:last-child {
  margin-right: 0;
}

.usageNote__item .icon {
  aspect-ratio: 32 / 13;
  display: inline-block;
  height: 13px;
  margin-left: 5px;
  vertical-align: sub;
}

.usageNote__item .icon--storage {
  background: #eae4d1;
  height: 13px;
}

.usageNote__item .icon--floor {
  background: #f5e2e2;
  height: 13px;
}

.usageNote__item .icon--underfloor {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  vertical-align: middle;
  width: 20px;
}

.usageNote__item .icon--underfloor img {
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
}

.usageNote__item .icon--wind, .usageNote__item .icon--light {
  aspect-ratio: 71 / 13;
  height: 8px;
  vertical-align: middle;
}

.usageNote__item .icon--outframe {
  aspect-ratio: 53 / 9;
  height: 5px;
  vertical-align: middle;
}

.usageNote + .caption {
  margin-top: .4em;
}

.zoomFigure {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.zoomFigure:after {
  border: 1px solid #cbcccc;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.zoomFigure .figurePlot {
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 2s ease 4s;
  transition: opacity 2s ease 4s;
}

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

.zoomFigure .figurePlot .svgIcon {
  aspect-ratio: 36 / 43;
}

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

.zoomFigure .figurePlot .svgIcon + .svgIcon {
  aspect-ratio: 95 / 96;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .zoomFigure .figurePlot .svgIcon + .svgIcon {
    width: 47.5px;
  }
}

.zoomFigure.sai-animate .figurePlot {
  opacity: 0;
}

.zoomFigure__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.zoomFigure__controller .btnSVG {
  display: block;
  height: 100%;
  width: 100%;
}

.zoomFigure__controller .btnSVG__path {
  fill: rgba(231, 236, 243, 0.9);
}

.zoomFigure__btn {
  -webkit-box-shadow: 0 10px 10px rgba(12, 17, 11, 0.1);
          box-shadow: 0 10px 10px rgba(12, 17, 11, 0.1);
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
}

.zoomFigure__btn:not(:last-of-type) {
  margin-bottom: 5px;
}

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

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

.zoomFigure__inner .photo__image {
  width: 100%;
}

.zoomFigure__inner .photo .caption,
.zoomFigure__inner .photo .capIn,
.zoomFigure__inner .photo .capOut {
  display: none;
}

@media screen and (max-width: 768px) {
  .zoomFigure[data-mode='pc'] .figurePlot,
  .zoomFigure[data-mode='pc'] .zoomFigure__controller {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .zoomFigure[data-mode='sp'] .figurePlot,
  .zoomFigure[data-mode='sp'] .zoomFigure__controller {
    display: none;
  }
}

/* COMPONENTS */
