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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  cursor: pointer;
}

table {
  font-size: 100%;
}

hr.separator {
  display: none;
}

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

dialog {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

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

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

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

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

body {
  background: #ffffff;
  letter-spacing: .1em;
  overflow-x: clip;
}

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

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

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

.currentPage {
  background: #ffffff;
  color: #231815;
  font-family: YakuHanMP, 'Zen Old Mincho', serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-weight: 400;
  line-height: 2;
  position: relative;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  z-index: 1;
}

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

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

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

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

.wrap {
  margin: 0 auto;
}

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

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

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

.caption,
.capIn,
.capInLeft,
.capInTop,
.capOut {
  color: #666666;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.5;
}

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

.caption[data-color='lightgray'],
.capIn[data-color='lightgray'],
.capInLeft[data-color='lightgray'],
.capInTop[data-color='lightgray'],
.capOut[data-color='lightgray'] {
  color: #cccccc;
}

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

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

.caption[data-color='sdw-wh'],
.capIn[data-color='sdw-wh'],
.capInLeft[data-color='sdw-wh'],
.capInTop[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'],
.capInLeft[data-color='sdw-bl'],
.capInTop[data-color='sdw-bl'],
.capOut[data-color='sdw-bl'] {
  color: #000000;
  text-shadow: #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
}

.caption[data-color='label'],
.capIn[data-color='label'],
.capInLeft[data-color='label'],
.capInTop[data-color='label'],
.capOut[data-color='label'] {
  background: rgba(102, 102, 102, 0.8);
  bottom: 0;
  color: #ffffff;
  line-height: 1;
  padding: 5px;
  right: auto;
}

.caption a,
.capIn a,
.capInLeft a,
.capInTop a,
.capOut a {
  color: currentColor;
  text-decoration: underline;
}

.capIn[data-color='label'] {
  background: rgba(102, 102, 102, 0.8);
  bottom: 0;
  color: #ffffff;
  line-height: 1;
  padding: 5px;
  right: 0;
}

.capInLeft[data-color='label'] {
  background: rgba(102, 102, 102, 0.8);
  bottom: 0;
  color: #ffffff;
  left: 0;
  line-height: 1;
  padding: 5px;
}

.photo {
  position: relative;
}

.photo__capIn, .photo__capInLeft, .photo__capInTop, .photo__capOut {
  position: absolute;
}

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

.photo__capInLeft {
  bottom: 5px;
  left: 5px;
}

.photo__capInTop {
  right: 5px;
  text-align: right;
  top: 5px;
}

.photo__capOut {
  right: 0;
  text-align: right;
  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;
}

:root {
  --scrollbar: 0;
}

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

@-webkit-keyframes maskAnimation {
  0% {
    -webkit-mask-position: 0 580%;
            mask-position: 0 580%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: 0 500%;
            mask-position: 0 500%;
    opacity: 1;
  }
}

@keyframes maskAnimation {
  0% {
    -webkit-mask-position: 0 580%;
            mask-position: 0 580%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: 0 500%;
            mask-position: 0 500%;
    opacity: 1;
  }
}

/* BASE */
/* LAYOUT */
.contentMenu {
  background-color: #111111;
  height: 100dvh;
  left: 0;
  opacity: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .6s ease .4s, visibility .4s ease;
  transition: opacity .6s ease .4s, visibility .4s ease;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}

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

.contentMenu__inner {
  opacity: 0;
  position: relative;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .contentMenu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100dvh;
    padding: 126px 0 0;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .contentMenu__head {
    height: auto;
    width: calc(720 / 1440 * 100vw);
  }
}

.contentMenu__head .photo {
  height: 100%;
  width: 100%;
}

.contentMenu__head .photo__pic, .contentMenu__head .photo__image {
  height: 100%;
  width: 100%;
}

.contentMenu__head .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.contentMenu__visualTtl {
  height: 100%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .contentMenu__visualTtl {
    max-width: 113px;
    top: 178px;
    width: calc(113 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__visualTtl {
    top: calc(101 / 780 * 100vw);
    width: calc(113 / 780 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .contentMenu__body {
    background: url("../imgs/pc/bg-texture-01@1.5x.jpg") top center no-repeat;
    background-size: cover;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    padding: 80px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__body {
    background: url("../imgs/sp/bg-texture-01.jpg") top center no-repeat;
    background-size: cover;
    min-height: calc(100vh - 246px);
  }
}

@media print, screen and (min-width: 768px) {
  .contentMenu__menuList {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contentMenu__bukkenLogo {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .contentMenu__bukkenLogo {
    left: 40px;
    top: 48px;
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__bukkenLogo {
    left: 20px;
    top: 32px;
    width: 118px;
  }
}

.contentMenu__bukkenLogoLink {
  display: block;
}

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

@media print, screen and (min-width: 768px) {
  .contentMenu__list {
    padding-right: 20px;
    width: 380px;
  }
  .contentMenu__list:after {
    background-color: #c9bc9c;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__item {
    border-bottom: 1px solid #c9bc9c;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__item:nth-child(2n) {
    border-left: 1px solid #c9bc9c;
  }
}

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

.contentMenu__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: background-color .6s ease-in-out;
  transition: background-color .6s ease-in-out;
  z-index: 1;
}

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

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

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

.contentMenu__link.is-new:after {
  background: -webkit-gradient(linear, left top, right top, from(#794f48), color-stop(50%, #a87269), to(#794f48));
  background: linear-gradient(90deg, #794f48 0%, #a87269 50%, #794f48 100%);
  color: #ffffff;
  content: 'NEW';
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1;
  padding: 4px 8px;
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .contentMenu__link.is-new:after {
    right: 20px;
    top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link.is-new:after {
    right: 10px;
    top: 18px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .contentMenu__link:hover {
    background-color: #ffffff;
  }
}

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

.contentMenu__ttl {
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .contentMenu__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

.contentMenu__ttl .en {
  color: #917c3e;
  display: block;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  line-height: 1.3;
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .contentMenu__ttl .en + .ja {
    margin-top: 10px;
  }
}

.contentMenu__ttl .ja {
  color: #231815;
  display: block;
  letter-spacing: .1em;
  line-height: 1.6;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .contentMenu__ttl .ja {
    font-size: 10px;
    width: calc(100% - 164px);
  }
}

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

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

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

.contentMenu__subItem:not(:first-child) {
  margin-top: 16px;
}

.contentMenu__subLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-bottom: 4px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.contentMenu__subLink:after {
  background-color: currentColor;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  width: 100%;
}

.contentMenu__subLink .icon {
  display: block;
  width: 16px;
}

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

.contentMenu__subLink .t {
  display: block;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .contentMenu__subLink:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .contentMenu__subLink:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

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

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

.contentMenu__cap .caption {
  color: #cccccc;
}

.contentMenu.is-visible {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  visibility: visible;
}

.contentMenu.is-visible .contentMenu__inner {
  opacity: 1;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

/* ACCESSIBILITY */
.sr-only {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/* ACCESSIBILITY */
.footer {
  background-color: #645953;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

.footer-map {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .footer-map {
    height: 500px;
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .footer-map {
    height: auto;
    width: 326px;
  }
}

.footer-map .zoomFigure {
  height: 100%;
  width: 100%;
}

.footer-contact {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .footer-contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
    padding-top: 80px;
  }
  .footer-contact:before {
    background-color: #c9bc9c;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-contact {
    text-align: center;
  }
}

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

.footer-contact__txt {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 2;
}

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

.footer-contact__txt:after {
  margin-bottom: calc((1 - 2) * .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 {
    margin-top: 60px;
    text-align: center;
  }
}

.footer-contact__txt--small {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 24px;
}

.footer-contact__business {
  font-size: 12px;
  letter-spacing: .1em;
  margin-top: 24px;
  line-height: 1.6;
}

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

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

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

@media screen and (max-width: 768px) {
  .footer-contact__business {
    text-align: center;
  }
}

.footer-contact__tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .footer-contact__tel {
    margin-top: 24px;
    padding: 8px 50px;
    pointer-events: none;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-contact__tel {
    margin: 24px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact__tel {
    margin: 24px auto 0;
    padding: 8px 20px;
  }
}

.footer-contact__tel .icon {
  display: block;
  width: 35px;
}

.footer-contact__tel .tel {
  font-family: "Cormorant Infant", serif;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1;
}

.footer-news {
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .footer-news {
    margin: 64px auto 0;
    max-width: 825px;
  }
}

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

.footer-corporate {
  background-color: #ffffff;
}

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

@media screen and (max-width: 768px) {
  .footer-corporate {
    padding: 28px 44px 40px;
  }
}

.footer-corporate .corporateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer-corporate .corporateList {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-corporate .corporateList__item {
  width: 270px;
}

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

@media print, screen and (min-width: 768px) {
  .footer-corporate .corporateList__item--50th {
    margin-top: 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer-corporate .corporateList__link {
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 100%;
}

.footer-corporate .corporateList__link .role {
  color: #666666;
  display: block;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer-corporate .corporateList__link:hover {
    opacity: .7;
  }
}

@media (hover: hover) and (pointer: fine) {
  .footer-corporate .corporateList__link:hover {
    opacity: .7;
  }
}

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

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

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

.footer-corporate .corporateList__logo--toyota-home {
  height: auto;
  width: 212px;
}

@media print, screen and (min-width: 768px) {
  .footer-corporate .corporateList__logo--toyota-home {
    margin-top: 20px;
  }
}

.footer-corporate .corporateList__logo--50th {
  height: auto;
  width: 84px;
}

.footer-copyright {
  background-color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 1;
}

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

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

.footer-copyright__txt {
  color: #666666;
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 10px;
  letter-spacing: .05em;
  line-height: .8;
}

.header {
  background-color: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 997;
}

.header.is-hidden .header-gradient {
  opacity: 0;
  visibility: hidden;
}

.header__inner {
  position: relative;
  width: 100%;
  z-index: 1;
}

.header-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.4)), color-stop(70%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.85) 100%);
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: .6s;
  transition: .6s;
  visibility: visible;
  width: 100%;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .header-gradient {
    height: 198px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .header-bukkenLogo {
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .header-bukkenLogo {
    width: 118px;
  }
}

.header-bukkenLogo__link {
  display: block;
}

.header-topNav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 97;
}

@media print, screen and (min-width: 768px) {
  .header-topNav {
    padding: 40px 98px 40px 40px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header-topNav {
    padding: 20px 74px 20px 20px;
  }
}

.header-topGuide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 100;
}

@media print, screen and (min-width: 768px) {
  .header-topGuide {
    right: 98px;
    top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .header-topGuide {
    right: 74px;
    top: 20px;
  }
}

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

@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: 14px;
    letter-spacing: .1em;
    line-height: 1;
    white-space: nowrap;
  }
  .header-subNav__link .arrow {
    aspect-ratio: 5 / 9;
    display: inline-block;
    margin-right: 10px;
    width: 5px;
  }
}

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

.header-contMenu__btn {
  background-color: rgba(238, 238, 238, 0);
  border: 1px solid #efefef;
  color: #ffffff;
  height: 46px;
  position: fixed;
  -webkit-transition: .2s ease background-color;
  transition: .2s ease background-color;
  width: 50px;
  z-index: 999;
}

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

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

.header-contMenu__btn.is-mod {
  background-color: rgba(238, 238, 238, 0.7);
}

.header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(1) {
  -webkit-transform: translateY(3.5px) rotate(30deg);
          transform: translateY(3.5px) rotate(30deg);
}

.header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(2) {
  -webkit-transform: translateY(-3.5px) rotate(-30deg);
          transform: translateY(-3.5px) rotate(-30deg);
}

.header-contMenu__btn.is-active .header-contMenu__txt .open {
  opacity: 0;
}

.header-contMenu__btn.is-active .header-contMenu__txt .close {
  opacity: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header-contMenu__btn:focus {
  outline: 1px solid #4d90fe;
  outline-offset: 2px;
}

.header-contMenu__btnInner {
  height: 100%;
  mix-blend-mode: difference;
  position: relative;
  width: 100%;
  z-index: 1;
}

.header-contMenu__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;
  height: 9px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 13px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 18px;
}

.header-contMenu__icon .border {
  background-color: currentColor;
  display: block;
  height: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: background-color .4s ease, -webkit-transform .4s ease;
  transition: background-color .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, background-color .4s ease;
  transition: transform .4s ease, background-color .4s ease, -webkit-transform .4s ease;
  width: 100%;
}

.header-contMenu__txt {
  bottom: 5px;
  color: currentColor;
  font-family: "EB Garamond", serif;
  font-size: 10px;
  height: 1em;
  left: 50%;
  letter-spacing: .05em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
  z-index: 1;
}

.header-contMenu__txt .open,
.header-contMenu__txt .close {
  display: block;
  line-height: .8;
  -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;
}

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

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

.header-fixedCV__item {
  width: calc((100% - 3px) / 4);
}

.header-fixedCV__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#7b7672), color-stop(50%, #989592), to(#7b7672));
  background: linear-gradient(90deg, #7b7672 0%, #989592 50%, #7b7672 100%);
  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: 12px;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.header-fixedCV__btn .t {
  display: block;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
}

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

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

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

.header-fixedCV__btn .en {
  font-family: "EB Garamond", serif;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1;
}

.header-fixedCV__btn .icon {
  display: block;
  width: 40px;
}

.header-fixedCV__btn .icon .svgIcon {
  display: block;
  height: auto;
  width: 100%;
}

.header-fixedCV__btn--entry {
  background: -webkit-gradient(linear, left top, right top, from(#796948), color-stop(50%, #8a7853), to(#796948));
  background: linear-gradient(90deg, #796948 0%, #8a7853 50%, #796948 100%);
}

.header-fixedCV__btn--limited {
  background: #ddd6d1;
  color: #231815;
  gap: 6px;
}

/* 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 */
.accessCard__desc {
  margin-top: 16px;
}

.accessCard__ttl {
  font-size: 18px;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.6;
}

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

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

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

.accessCard__ttl .num {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 30px;
  letter-spacing: .05em;
  line-height: 1;
}

.accessCard__cap {
  margin-top: 16px;
  text-align: center;
}

.anchorBtn {
  background-image: -webkit-gradient(linear, left top, right top, from(#796948), color-stop(50%, #8a7853), to(#796948));
  background-image: linear-gradient(90deg, #796948 0%, #8a7853 50%, #796948 100%);
  color: #ffffff;
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
}

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

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

.anchorBtn__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c9bc9c;
  border-top: 1px solid #c9bc9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .anchorBtn__inner {
    border-left: 1px solid #c9bc9c;
    border-right: 1px solid #c9bc9c;
  }
}

.anchorBtn__inner:before, .anchorBtn__inner:after {
  background: #c9bc9c;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .4s linear;
  transition: -webkit-transform .4s linear;
  transition: transform .4s linear;
  transition: transform .4s linear, -webkit-transform .4s linear;
  width: 100%;
  z-index: 2;
}

.anchorBtn__inner:before {
  left: 0;
  top: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.anchorBtn__inner:after {
  bottom: 0;
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.anchorBtn__txt {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.6;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .anchorBtn:hover .anchorBtn__inner:before, .anchorBtn:hover .anchorBtn__inner:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .anchorBtn:hover .anchorBtn__inner:before, .anchorBtn:hover .anchorBtn__inner:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.anchorBtn--mini {
  background-image: -webkit-gradient(linear, left top, right top, from(#a59472), to(#a59472));
  background-image: linear-gradient(90deg, #a59472 0%, #a59472 100%);
  -webkit-transition: background-image .8s ease-in-out;
  transition: background-image .8s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  .anchorBtn--mini {
    padding: 3px;
  }
}

.anchorBtn--mini.is-current {
  background-image: -webkit-gradient(linear, left top, right top, from(#796948), color-stop(50%, #8a7853), to(#796948));
  background-image: linear-gradient(90deg, #796948 0%, #8a7853 50%, #796948 100%);
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .anchorBtn--mini .anchorBtn__inner {
    border-left: 1px solid #c9bc9c;
    border-right: 1px solid #c9bc9c;
  }
}

@media screen and (max-width: 768px) {
  .anchorBtn--mini .anchorBtn__inner {
    padding: 9px 0;
  }
}

.anchorBtn--mini .anchorBtn__inner:before, .anchorBtn--mini .anchorBtn__inner:after {
  content: none;
}

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

@media print, screen and (min-width: 768px) {
  .anchorBtn--mini:hover {
    background: -webkit-gradient(linear, left top, right top, from(#796948), color-stop(50%, #8a7853), to(#796948));
    background: linear-gradient(90deg, #796948 0%, #8a7853 50%, #796948 100%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .anchorBtn--mini:hover {
    background: -webkit-gradient(linear, left top, right top, from(#796948), color-stop(50%, #8a7853), to(#796948));
    background: linear-gradient(90deg, #796948 0%, #8a7853 50%, #796948 100%);
  }
}

@media print, screen and (min-width: 768px) {
  .anchorBtn--small {
    padding: 3px;
  }
}

@media print, screen and (min-width: 768px) {
  .anchorBtn--small .anchorBtn__inner {
    border-left: 1px solid #c9bc9c;
    border-right: 1px solid #c9bc9c;
  }
}

@media screen and (max-width: 768px) {
  .anchorBtn--small .anchorBtn__inner {
    padding: 9px 0;
  }
}

.anchorBtn--en .anchorBtn__txt {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1;
}

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .anchorList--small .anchorList__item {
    width: 218px;
  }
}

@media screen and (max-width: 768px) {
  .anchorList--small .anchorList__item {
    width: calc((100% - 12px) / 3);
  }
}

@media print, screen and (min-width: 768px) {
  .anchorList--access .anchorList__item {
    width: 160px;
  }
}

@media print, screen and (min-width: 768px) {
  .anchorList--position .anchorList__item {
    width: 218px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .anchorList--location .anchorList__item {
    width: 160px;
  }
}

.backBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #231815;
  border: 1px solid #333333;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  overflow: hidden;
  padding: 10px 30px;
  position: relative;
  -webkit-transition: background-color .8s ease-in-out, border-color .8s ease-in-out;
  transition: background-color .8s ease-in-out, border-color .8s ease-in-out;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .backBtn {
    max-width: 326px;
  }
}

.backBtn:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(201, 188, 156, 0.3)), to(transparent));
  background: linear-gradient(to right, rgba(201, 188, 156, 0.3) 0%, transparent 100%);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: luminosity;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  width: 100%;
  z-index: -1;
}

.backBtn__txt {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.backBtn__arrow {
  left: 17px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 5px;
}

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

@media print, screen and (min-width: 768px) {
  .backBtn:hover {
    background-color: rgba(35, 24, 21, 0.8);
    border-color: #917c3e;
  }
  .backBtn:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .backBtn:hover {
    background-color: rgba(35, 24, 21, 0.8);
    border-color: #917c3e;
  }
  .backBtn:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.backTopBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #8499b7;
  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: 20px;
    right: 20px;
    width: 50px;
  }
}

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

.backTopBtn .arrow {
  aspect-ratio: 9 / 8;
  width: 9px;
}

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

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .bgLayer:after {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .bgLayer:after {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .bgLayer--pattern01:after {
    background: url("../imgs/pc/bg-texture-01@1.5x.jpg") repeat-y top center/100% auto;
  }
}

@media screen and (max-width: 768px) {
  .bgLayer--pattern01:after {
    background: url("../imgs/sp/bg-texture-01.jpg") repeat-y top center/100% auto;
  }
}

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

.bgLayer--brown .heading {
  color: #ffffff;
}

.bgLayer--brown .caption {
  color: #cccccc;
}

.bgLayer--brown:after {
  background: #645953;
}

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

.bgLayer--darkBrown:after {
  background: #3e3834;
}

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

.bgLayer--limited .heading {
  color: #ffffff;
}

.bgLayer--limited .caption {
  color: #cccccc;
}

.bgLayer--limited:after {
  background: #3e3834;
}

.contentBG {
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .contentBG {
    height: 100dvh;
  }
}

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

.contentBG__inner {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.contentBG__texture {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.contentBG__texture .pic {
  display: block;
  height: 100%;
  width: 100%;
}

.contentBG__texture .pic__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
}

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

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

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

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

.contentList__link {
  display: block;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .contentList__link:hover .contentList__bg .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .contentList__link:hover .contentList__bg .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.contentList__ttl {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
}

.contentList__ttl .en {
  color: #c9bc9c;
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1;
}

.contentList__ttl .ja {
  color: #ffffff;
  display: block;
  letter-spacing: .1em;
}

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

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

.contentList__ttl .ja + .en {
  margin-top: 16px;
}

.contentList__bg {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.contentList__bg .photo {
  width: 100%;
}

.contentList__bg .photo__image {
  -webkit-transition: -webkit-transform .8s ease-in-out, -webkit-filter .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out, -webkit-filter .8s ease-in-out;
  transition: transform .8s ease-in-out, filter .8s ease-in-out;
  transition: transform .8s ease-in-out, filter .8s ease-in-out, -webkit-transform .8s ease-in-out, -webkit-filter .8s ease-in-out;
}

.contentList__bg .photo__capIn {
  color: #cccccc;
}

.contentList__cap {
  margin: 0 auto;
}

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

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

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

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

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

.contentList__cap .caption {
  color: #cccccc;
}

.cvBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#796948), color-stop(50%, #8a7853), to(#796948));
  background: linear-gradient(90deg, #796948 0%, #8a7853 50%, #796948 100%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .cvBtn {
    min-height: 46px;
    padding: 10px;
    width: 190px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn {
    height: 46px;
    padding: 8px 0;
    width: 120px;
  }
}

.cvBtn:before {
  background: -webkit-gradient(linear, left top, right top, from(#e8e0a1), to(#a29740)) border-box border-box;
  background: linear-gradient(90deg, #e8e0a1 0%, #a29740 100%) border-box border-box;
  border: 1px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) border-box;
  -webkit-mask: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(#ffffff 0 0) border-box;
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) border-box;
  mask: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(#ffffff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.cvBtn:after {
  background: linear-gradient(45deg, transparent 20%, rgba(255, 255, 255, 0.03) 30%, rgba(255, 255, 255, 0.08) 45%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.08) 55%, rgba(255, 255, 255, 0.03) 70%, transparent 80%);
  content: '';
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  -webkit-transform: translateX(-100%) translateY(-100%) rotate(45deg);
          transform: translateX(-100%) translateY(-100%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 200%;
  z-index: 0;
}

.cvBtn__inner {
  letter-spacing: .1em;
  position: relative;
  text-align: center;
  -webkit-transition: text-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: text-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
  line-height: 2;
}

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

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .cvBtn__arrow {
    right: 13px;
    width: 5px;
  }
}

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

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

.cvBtn__arrow .arrowSVG__path {
  fill: currentColor;
  -webkit-transition: fill 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: fill 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media print, screen and (min-width: 768px) {
  .cvBtn:hover:after {
    -webkit-transform: translateX(100%) translateY(100%) rotate(45deg);
            transform: translateX(100%) translateY(100%) rotate(45deg);
  }
  .cvBtn:hover:before {
    opacity: .95;
  }
  .cvBtn:hover .cvBtn__inner {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.15);
  }
  .cvBtn:hover .cvBtn__arrow .arrowSVG__path {
    fill: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn:hover:after {
    -webkit-transform: translateX(100%) translateY(100%) rotate(45deg);
            transform: translateX(100%) translateY(100%) rotate(45deg);
  }
  .cvBtn:hover:before {
    opacity: .95;
  }
  .cvBtn:hover .cvBtn__inner {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.15);
  }
  .cvBtn:hover .cvBtn__arrow .arrowSVG__path {
    fill: #ffffff;
  }
}

.cvBtn--limited {
  background: #efefef;
  color: #635954;
}

.cvBtn--limited:before {
  background: #c9bc9c;
}

.cvBtn--limited:after {
  background: linear-gradient(45deg, transparent 20%, rgba(99, 89, 84, 0.03) 30%, rgba(99, 89, 84, 0.08) 45%, rgba(99, 89, 84, 0.12) 50%, rgba(99, 89, 84, 0.08) 55%, rgba(99, 89, 84, 0.03) 70%, transparent 80%);
}

.cvBtn--limited .cvBtn__inner {
  line-height: 1.3;
}

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

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

.cvBtn--limited .cvBtn__inner:before, .cvBtn--limited .cvBtn__inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

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

@media print, screen and (min-width: 768px) {
  .cvBtn--limited:hover {
    background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), color-stop(50%, #f0f0f0), to(#e8e8e8));
    background: linear-gradient(90deg, #e8e8e8 0%, #f0f0f0 50%, #e8e8e8 100%);
  }
  .cvBtn--limited:hover:before {
    opacity: .9;
  }
  .cvBtn--limited:hover .cvBtn__inner {
    text-shadow: 0 0 4px rgba(99, 89, 84, 0.2);
  }
  .cvBtn--limited:hover .cvBtn__arrow .arrowSVG__path {
    fill: #635954;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn--limited:hover {
    background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), color-stop(50%, #f0f0f0), to(#e8e8e8));
    background: linear-gradient(90deg, #e8e8e8 0%, #f0f0f0 50%, #e8e8e8 100%);
  }
  .cvBtn--limited:hover:before {
    opacity: .9;
  }
  .cvBtn--limited:hover .cvBtn__inner {
    text-shadow: 0 0 4px rgba(99, 89, 84, 0.2);
  }
  .cvBtn--limited:hover .cvBtn__arrow .arrowSVG__path {
    fill: #635954;
  }
}

.descriptionCard__head .photo__image {
  width: 100%;
}

.descriptionCard__cont {
  margin-top: 32px;
}

.entryBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#796948), color-stop(50%, #8a7853), to(#796948));
  background: linear-gradient(90deg, #796948 0%, #8a7853 50%, #796948 100%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: 1px solid #a59472;
  outline-offset: -6px;
  overflow: hidden;
  padding: 6px;
  position: relative;
  -webkit-transition: background-position 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-position 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .entryBtn {
    min-height: 136px;
    width: 427px;
  }
}

.entryBtn:before {
  background: -webkit-gradient(linear, left top, right top, from(#e8e0a1), to(#a29740)) border-box border-box;
  background: linear-gradient(90deg, #e8e0a1 0%, #a29740 100%) border-box border-box;
  border: 1px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) border-box;
  -webkit-mask: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(#ffffff 0 0) border-box;
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) border-box;
  mask: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(#ffffff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.entryBtn:after {
  background: linear-gradient(45deg, transparent 20%, rgba(255, 255, 255, 0.03) 30%, rgba(255, 255, 255, 0.08) 45%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.08) 55%, rgba(255, 255, 255, 0.03) 70%, transparent 80%);
  content: '';
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  -webkit-transform: translateX(-100%) translateY(-100%) rotate(45deg);
          transform: translateX(-100%) translateY(-100%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 200%;
  z-index: 0;
}

.entryBtn__lineTop, .entryBtn__lineLeft, .entryBtn__lineBottom, .entryBtn__lineRight {
  background-color: #c9bc9c;
  -webkit-box-shadow: 0 0 24px #c9bc9c;
          box-shadow: 0 0 24px #c9bc9c;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.entryBtn__lineTop, .entryBtn__lineBottom {
  height: 1px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: calc(100% - 12px);
}

.entryBtn__lineLeft, .entryBtn__lineRight {
  height: calc(100% - 12px);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  width: 1px;
}

.entryBtn__lineTop {
  left: 6px;
  position: absolute;
  top: 6px;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.entryBtn__lineRight {
  position: absolute;
  right: 6px;
  top: 6px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.entryBtn__lineBottom {
  bottom: 6px;
  left: 6px;
  position: absolute;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.entryBtn__lineLeft {
  left: 6px;
  position: absolute;
  top: 6px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.entryBtn__inner {
  padding: 24px 0;
  position: relative;
  text-align: center;
  z-index: 2;
}

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

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

.entryBtn__ttl .ja {
  display: block;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.6;
}

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

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

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

.entryBtn__ttl .en {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 28px;
  letter-spacing: .38em;
  line-height: .8;
}

.entryBtn__ttl .en + .ja {
  margin-top: 10px;
}

.entryBtn__heading {
  font-size: 16px;
  letter-spacing: .1em;
  margin-top: 16px;
  line-height: 2;
}

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

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

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

.entryBtn__cont {
  margin-top: 16px;
  padding-top: 16px;
  position: relative;
  z-index: 1;
}

.entryBtn__cont:before {
  background-color: #c9bc9c;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.entryBtn__txt {
  font-size: 10px;
  letter-spacing: .1em;
  -webkit-transition: text-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: text-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  line-height: 1.6;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .entryBtn:hover:after {
    -webkit-transform: translateX(100%) translateY(100%) rotate(45deg);
            transform: translateX(100%) translateY(100%) rotate(45deg);
  }
  .entryBtn:hover .entryBtn__lineLeft,
  .entryBtn:hover .entryBtn__lineRight {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .entryBtn:hover .entryBtn__lineTop,
  .entryBtn:hover .entryBtn__lineBottom {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .entryBtn:hover .entryBtn__txt {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.15);
  }
}

@media (hover: hover) and (pointer: fine) {
  .entryBtn:hover:after {
    -webkit-transform: translateX(100%) translateY(100%) rotate(45deg);
            transform: translateX(100%) translateY(100%) rotate(45deg);
  }
  .entryBtn:hover .entryBtn__lineLeft,
  .entryBtn:hover .entryBtn__lineRight {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .entryBtn:hover .entryBtn__lineTop,
  .entryBtn:hover .entryBtn__lineBottom {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .entryBtn:hover .entryBtn__txt {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.15);
  }
}

.entryBtn.sai-animate:after {
  -webkit-transform: translateX(100%) translateY(100%) rotate(45deg);
          transform: translateX(100%) translateY(100%) rotate(45deg);
}

.entryBtn.sai-animate .entryBtn__lineLeft,
.entryBtn.sai-animate .entryBtn__lineRight {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.entryBtn.sai-animate .entryBtn__lineTop,
.entryBtn.sai-animate .entryBtn__lineBottom {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.entryBtn.sai-animate .entryBtn__txt {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.15);
}

@media print, screen and (min-width: 768px) {
  .entryBtn.sai-animate:hover:after {
    -webkit-animation: hoverShine 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: hoverShine 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  .entryBtn.sai-animate:hover .entryBtn__lineLeft {
    -webkit-animation: hoverLineLeft .2s linear .4s forwards;
            animation: hoverLineLeft .2s linear .4s forwards;
  }
  .entryBtn.sai-animate:hover .entryBtn__lineRight {
    -webkit-animation: hoverLineRight .2s linear .2s forwards;
            animation: hoverLineRight .2s linear .2s forwards;
  }
  .entryBtn.sai-animate:hover .entryBtn__lineTop {
    -webkit-animation: hoverLineTop .2s linear 0s forwards;
            animation: hoverLineTop .2s linear 0s forwards;
  }
  .entryBtn.sai-animate:hover .entryBtn__lineBottom {
    -webkit-animation: hoverLineBottom .2s linear .3s forwards;
            animation: hoverLineBottom .2s linear .3s forwards;
  }
  .entryBtn.sai-animate:hover .entryBtn__txt {
    -webkit-animation: hoverTextGlow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: hoverTextGlow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
}

@media (hover: hover) and (pointer: fine) {
  .entryBtn.sai-animate:hover:after {
    -webkit-animation: hoverShine 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: hoverShine 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  .entryBtn.sai-animate:hover .entryBtn__lineLeft {
    -webkit-animation: hoverLineLeft .2s linear .4s forwards;
            animation: hoverLineLeft .2s linear .4s forwards;
  }
  .entryBtn.sai-animate:hover .entryBtn__lineRight {
    -webkit-animation: hoverLineRight .2s linear .2s forwards;
            animation: hoverLineRight .2s linear .2s forwards;
  }
  .entryBtn.sai-animate:hover .entryBtn__lineTop {
    -webkit-animation: hoverLineTop .2s linear 0s forwards;
            animation: hoverLineTop .2s linear 0s forwards;
  }
  .entryBtn.sai-animate:hover .entryBtn__lineBottom {
    -webkit-animation: hoverLineBottom .2s linear .3s forwards;
            animation: hoverLineBottom .2s linear .3s forwards;
  }
  .entryBtn.sai-animate:hover .entryBtn__txt {
    -webkit-animation: hoverTextGlow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: hoverTextGlow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
}

.entryBtn--footer {
  background: #645953;
  color: #c9bc9c;
}

.entryBtn--footer .entryBtn__cont:before {
  background-color: #a59472;
}

.entryBtn--footer .entryBtn__txt {
  font-size: 10px;
}

@media print, screen and (min-width: 768px) {
  .entryBtn--footer:hover .entryBtn__cont:before {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
  }
}

@media (hover: hover) and (pointer: fine) {
  .entryBtn--footer:hover .entryBtn__cont:before {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
  }
}

@-webkit-keyframes hoverShine {
  0% {
    -webkit-transform: translateX(-100%) translateY(-100%) rotate(45deg);
            transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(100%) translateY(100%) rotate(45deg);
            transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

@keyframes hoverShine {
  0% {
    -webkit-transform: translateX(-100%) translateY(-100%) rotate(45deg);
            transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(100%) translateY(100%) rotate(45deg);
            transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

@-webkit-keyframes hoverLineTop {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes hoverLineTop {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes hoverLineRight {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes hoverLineRight {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@-webkit-keyframes hoverLineBottom {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes hoverLineBottom {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes hoverLineLeft {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes hoverLineLeft {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@-webkit-keyframes hoverLineGlow {
  0% {
    background-color: #c9bc9c;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
  }
}

@keyframes hoverLineGlow {
  0% {
    background-color: #c9bc9c;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
  }
}

@-webkit-keyframes hoverTextGlow {
  0% {
    text-shadow: none;
  }
  100% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.15);
  }
}

@keyframes hoverTextGlow {
  0% {
    text-shadow: none;
  }
  100% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.15);
  }
}

.enTtl {
  color: #c9bc9c;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 1;
}

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

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

.enTtl:before {
  background: #a59472;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
}

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

@media screen and (max-width: 768px) {
  .enTtl:before {
    height: 60px;
  }
}

.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(34, 34, 34, 0.5);
  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 {
  fill: #313331;
}

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

.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: "EB Garamond", 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: "EB Garamond", 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;
}

.generalLabel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#796948), color-stop(50%, #8a7853), to(#796948));
  background: linear-gradient(90deg, #796948 0%, #8a7853 50%, #796948 100%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 70px;
  outline: 1px solid #a59472;
  outline-offset: -5px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .generalLabel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

.generalLabel:before {
  background: -webkit-gradient(linear, left top, right top, from(#e8e0a1), to(#a29740)) border-box border-box;
  background: linear-gradient(90deg, #e8e0a1 0%, #a29740 100%) border-box border-box;
  border: 1px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) border-box;
  -webkit-mask: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(#ffffff 0 0) border-box;
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) border-box;
  mask: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(#ffffff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .generalLabel__inner {
    padding: 24px;
  }
}

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

.generalLabel__txt {
  font-size: 18px;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.6;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .generalModal {
    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__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 -32px;
  }
}

.generalSlider__controller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 42px;
}

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

.generalSlider__dir--prev .generalArrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.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: #999999;
  border-radius: 0;
  height: auto;
  opacity: 1;
  width: 6px;
}

.generalSlider .swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 20px;
}

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

.generalSlider--disableMode .swiper-container {
  z-index: 2;
}

.generalSlider--disableMode .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.generalSlider--disableMode .swiper-slide {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: auto;
}

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

.heading {
  color: #635954;
  letter-spacing: .1em;
  position: relative;
  line-height: 1.6;
}

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

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

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

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

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

.heading .caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.heading--medium + .txt {
  margin-top: 24px;
}

.heading--small {
  font-size: 14px;
}

.heading--small + .txt {
  margin-top: 16px;
}

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

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

.headingUnit {
  position: relative;
}

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

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

@media screen and (max-width: 768px) {
  .headingUnit--spCenter .txt {
    text-align: center;
  }
}

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

.headVisual:before {
  background: #c9bc9c;
  content: '';
  display: block;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: opacity .2s linear, -webkit-transform .8s linear;
  transition: opacity .2s linear, -webkit-transform .8s linear;
  transition: transform .8s linear, opacity .2s linear;
  transition: transform .8s linear, opacity .2s linear, -webkit-transform .8s linear;
  width: 2px;
  z-index: 2;
}

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

@media screen and (max-width: 768px) {
  .headVisual:before {
    height: 60px;
  }
}

.headVisual__inner {
  position: relative;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .headVisual__inner {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
    padding-bottom: 100px;
    padding-top: 98px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (max-width: 768px) {
  .headVisual__inner {
    margin-left: -32px;
    margin-right: -32px;
    padding-bottom: 80px;
    padding-top: 76px;
    width: 390px;
  }
}

.headVisual__ttl {
  color: #887855;
  left: 50%;
  letter-spacing: .1em;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
  z-index: 4;
}

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

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

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

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

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

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

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

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

.headVisual__bg {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  z-index: -1;
}

.headVisual__bg .photo {
  -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%;
}

.headVisual.sai-animate:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.headVisual.sai-animate .headVisual__bg .photo {
  -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;
}

.headVisual--en .headVisual__ttl {
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  line-height: 1.3;
}

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

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

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

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

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

.holidayNews {
  border: 1px solid #ffffff;
  padding: 24px;
  text-align: center;
}

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

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

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

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

.holidayNews__txt {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.4;
}

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

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

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

.holidayNews__heading + .holidayNews__txt {
  margin-top: 16px;
}

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

.keyVisual__ttl {
  color: #ffffff;
  left: 50%;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 8px #000000;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
  -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%;
}

.keyVisual__ttl .ja {
  display: block;
  letter-spacing: .1em;
  line-height: 1.4;
}

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

.keyVisual__ttl .ja:after {
  margin-bottom: calc((1 - 1.4) * .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: 30px;
  }
}

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

.keyVisual__ttl .ja + .en {
  margin-top: 24px;
}

.keyVisual__ttl .variation {
  display: inline-block;
  font-family: "EB Garamond", serif;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl .variation {
    font-size: 40px;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl .variation {
    font-size: 30px;
    letter-spacing: .05em;
  }
}

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

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

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

.keyVisual__bg .photo {
  overflow: hidden;
}

.keyVisual__bg .photo__image {
  -webkit-filter: brightness(1.2) blur(5px);
          filter: brightness(1.2) blur(5px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-filter 2s ease-in-out, -webkit-transform 2s ease-in-out;
  transition: -webkit-filter 2s ease-in-out, -webkit-transform 2s ease-in-out;
  transition: filter 2s ease-in-out, transform 2s ease-in-out;
  transition: filter 2s ease-in-out, transform 2s ease-in-out, -webkit-filter 2s ease-in-out, -webkit-transform 2s ease-in-out;
}

.keyVisual.sai-animate .keyVisual__ttl {
  -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;
}

.keyVisual.sai-animate .keyVisual__bg .photo__image {
  -webkit-filter: brightness(1) blur(0);
          filter: brightness(1) blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.madoriBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn {
    height: 200px;
    padding: 30px 12px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn {
    height: 180px;
    padding: 15px 65px;
  }
}

.madoriBtn__inner {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(57, 50, 46, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition: -webkit-backdrop-filter .8s ease-in-out;
  transition: -webkit-backdrop-filter .8s ease-in-out;
  transition: backdrop-filter .8s ease-in-out;
  transition: backdrop-filter .8s ease-in-out, -webkit-backdrop-filter .8s ease-in-out;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 40px;
    padding: 40px 0;
    padding-left: 150px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.madoriBtn__type {
  background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c7), color-stop(50%, #ffffff), to(#c6c6c7));
  background: linear-gradient(180deg, #c6c6c7 0%, #ffffff 50%, #c6c6c7 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  line-height: 1;
  -webkit-text-fill-color: transparent;
}

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

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

.madoriBtn__type .strong {
  display: inline-block;
  line-height: .7;
}

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

@media screen and (max-width: 768px) {
  .madoriBtn__type .strong {
    font-size: 46px;
  }
}

.madoriBtn__spec {
  line-height: 1.3;
}

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

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

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

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

.madoriBtn__length, .madoriBtn__variation {
  color: #c6c6c7;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
}

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

@media screen and (max-width: 768px) {
  .madoriBtn__length, .madoriBtn__variation {
    font-size: 18px;
  }
}

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

.madoriBtn__arrow {
  bottom: 16px;
  position: absolute;
  right: 0;
  width: 130px;
}

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

.madoriBtn__arrow .inner {
  position: relative;
  width: 100%;
  z-index: 1;
}

.madoriBtn__arrow .inner:after {
  background: #917c3e;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .8s linear;
  transition: -webkit-transform .8s linear;
  transition: transform .8s linear;
  transition: transform .8s linear, -webkit-transform .8s linear;
  width: 100%;
}

.madoriBtn__arrow .t {
  color: #c9bc9c;
  font-family: "EB Garamond", serif;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1;
}

.madoriBtn__bg {
  height: 100%;
  position: absolute;
  width: 100%;
}

.madoriBtn__bg .photo {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.madoriBtn__bg .photo__pic, .madoriBtn__bg .photo__image {
  height: 100%;
  width: 100%;
}

.madoriBtn__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform .8s ease-in-out, -webkit-filter .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out, -webkit-filter .8s ease-in-out;
  transition: transform .8s ease-in-out, filter .8s ease-in-out;
  transition: transform .8s ease-in-out, filter .8s ease-in-out, -webkit-transform .8s ease-in-out, -webkit-filter .8s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn:hover .madoriBtn__inner {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  .madoriBtn:hover .madoriBtn__arrow .inner:after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .madoriBtn:hover .madoriBtn__bg .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriBtn:hover .madoriBtn__inner {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  .madoriBtn:hover .madoriBtn__arrow .inner:after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .madoriBtn:hover .madoriBtn__bg .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.madoriDetail__head {
  padding-left: 32px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__head {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.madoriDetail__head:before {
  background-color: #a59472;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

.madoriDetail__type {
  color: #887855;
  font-family: "EB Garamond", serif;
  font-size: 22px;
  letter-spacing: .05em;
  line-height: .8;
}

.madoriDetail__type .strong {
  display: inline-block;
  font-size: 40px;
  margin-right: .25em;
}

.madoriDetail__variation {
  font-family: "EB Garamond", serif;
  font-size: 22px;
  letter-spacing: .05em;
  line-height: .8;
  margin-top: 24px;
}

.madoriDetail__variation .num {
  display: inline-block;
  font-size: 36px;
}

.madoriDetail__variation .ldk {
  display: inline-block;
  font-size: 24px;
}

.madoriDetail__length {
  color: #635954;
  line-height: 1.2;
}

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

.madoriDetail__length .ja {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .1em;
  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;
}

.madoriDetail__length .num {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 36px;
  letter-spacing: .05em;
  line-height: .8;
}

.madoriDetail__length .meter {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: .8;
}

.madoriDetail__length .tsubo {
  color: #666666;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

.madoriDetail__length .caption {
  white-space: nowrap;
}

.madoriDetail__subLength {
  margin-top: 8px;
}

.madoriDetail__subItem {
  color: #635954;
}

.madoriDetail__subItem .num {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 22px;
  letter-spacing: .05em;
  line-height: .8;
}

.madoriDetail__subItem .meter {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: .8;
}

.madoriDetail__subItem .ja,
.madoriDetail__subItem .tsubo {
  color: #666666;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.madoriDetail__subItem .ja:before,
.madoriDetail__subItem .tsubo:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.madoriDetail__subItem .ja:after,
.madoriDetail__subItem .tsubo:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

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

@media print, screen and (min-width: 768px) {
  .madoriDetail__merit {
    margin: 80px auto 0;
    max-width: 784px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

.madoriDetail__merit .meritNote__item {
  letter-spacing: .1em;
  line-height: 2;
  padding-left: 1.5em;
  position: relative;
  z-index: 1;
}

.madoriDetail__merit .meritNote__item:before {
  background-color: #917c3e;
  content: '';
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: .5em;
  width: 1em;
}

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

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

.madoriDetail__merit .meritNote__item:not(:first-child) {
  margin-top: 24px;
}

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

@media screen and (max-width: 768px) {
  .madoriDetail__body {
    margin: 56px -32px 0;
  }
}

.madoriDetail__body .madoriFig {
  background-color: #ffffff;
  text-align: center;
}

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

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

.madoriDetail__note {
  margin-top: 24px;
}

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

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

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

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

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

.madoriDetail__dir .backBtn {
  margin: 32px auto 0;
}

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

.madoriDirection__link {
  color: #635954;
  display: block;
  padding-bottom: 15px;
  position: relative;
  width: 152px;
}

@media print, screen and (min-width: 768px) {
  .madoriDirection__link:hover .madoriDirection__arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .madoriDirection__link:hover .madoriDirection__txt {
    color: #887855;
    letter-spacing: .24em;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link:hover .madoriDirection__arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .madoriDirection__link:hover .madoriDirection__txt {
    color: #887855;
    letter-spacing: .24em;
  }
}

.madoriDirection__link--prev {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .madoriDirection__link--prev:hover .madoriDirection__arrow {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link--prev:hover .madoriDirection__arrow {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

.madoriDirection__txt {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1;
  -webkit-transition: letter-spacing .4s ease, color .4s ease;
  transition: letter-spacing .4s ease, color .4s ease;
}

.madoriDirection__arrow {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.madoriList__item:not(:first-child) {
  margin-top: 10px;
}

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

.movieModal__btn .arrow .svgIcon {
  display: block;
  height: auto;
  width: 100%;
}

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

@media print, screen and (min-width: 768px) {
  .pageHead {
    padding: 200px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .pageHead {
    padding: 180px 0 60px;
  }
}

.pageHead__inner {
  margin: 0 auto;
}

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

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

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

.pageHead__ttl {
  text-align: center;
  -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%;
}

.pageHead__ttl .ja {
  color: #635954;
  display: block;
  letter-spacing: .1em;
  line-height: 1.4;
}

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

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

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

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

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

.pageHead__ttl .ja + .en {
  margin-top: 24px;
}

.pageHead__ttl .en {
  color: #a59472;
  display: block;
  font-family: "EB Garamond", serif;
  letter-spacing: .3em;
  line-height: 1;
}

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

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

.pageHead.sai-animate .pageHead__ttl {
  -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;
}

.pageIntro {
  padding: 100px 0;
}

.pageIntro__ttl {
  color: #635954;
  letter-spacing: .1em;
  margin: 0 auto;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-mask-image: linear-gradient(192deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, black 30%, black 70%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(192deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, black 30%, black 70%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-position: 0 580%;
          mask-position: 0 580%;
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  opacity: 0;
}

@media print, screen and (min-width: 768px) {
  .pageIntro__ttl {
    font-size: 24px;
    line-height: 1.6666666667;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro__ttl {
    font-size: 20px;
    line-height: 1.8;
  }
}

.pageIntro__ttl .b {
  display: inline-block;
  left: .7em;
  position: relative;
  top: -.7em;
}

.pageIntro__ttl .num {
  display: inline-block;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: .25em;
  position: relative;
  text-align: center;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.pageIntro__ttl .k-first,
.pageIntro__ttl .k-end {
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pageIntro__ttl sup {
  display: inline-block;
  font-size: 10px;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

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

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

.pageIntro.sai-animate .pageIntro__ttl {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: maskAnimation;
          animation-name: maskAnimation;
  -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.48, 1);
          animation-timing-function: cubic-bezier(0, 0.4, 0.48, 1);
}

.parallaxPhoto {
  overflow: hidden;
  position: relative;
}

@-webkit-keyframes petalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes petalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes petalFadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes petalFadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.petalAnimation {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 99;
}

.petalAnimation__inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.petalAnimation .animatedElement {
  -webkit-animation: petalFadeIn .8s ease forwards;
          animation: petalFadeIn .8s ease forwards;
  opacity: 0;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  visibility: hidden;
  will-change: transform;
}

.petalAnimation .animatedElement.is-hidden {
  -webkit-animation: petalFadeOut .8s ease forwards;
          animation: petalFadeOut .8s ease forwards;
}

.petalAnimation .animatedElement:nth-child(1), .petalAnimation .animatedElement:nth-child(11), .petalAnimation .animatedElement:nth-child(21), .petalAnimation .animatedElement:nth-child(31), .petalAnimation .animatedElement:nth-child(41), .petalAnimation .animatedElement:nth-child(51), .petalAnimation .animatedElement:nth-child(61), .petalAnimation .animatedElement:nth-child(71), .petalAnimation .animatedElement:nth-child(81), .petalAnimation .animatedElement:nth-child(91), .petalAnimation .animatedElement:nth-child(101), .petalAnimation .animatedElement:nth-child(111), .petalAnimation .animatedElement:nth-child(121), .petalAnimation .animatedElement:nth-child(131), .petalAnimation .animatedElement:nth-child(141) {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(1), .petalAnimation .animatedElement:nth-child(11), .petalAnimation .animatedElement:nth-child(21), .petalAnimation .animatedElement:nth-child(31), .petalAnimation .animatedElement:nth-child(41), .petalAnimation .animatedElement:nth-child(51), .petalAnimation .animatedElement:nth-child(61), .petalAnimation .animatedElement:nth-child(71), .petalAnimation .animatedElement:nth-child(81), .petalAnimation .animatedElement:nth-child(91), .petalAnimation .animatedElement:nth-child(101), .petalAnimation .animatedElement:nth-child(111), .petalAnimation .animatedElement:nth-child(121), .petalAnimation .animatedElement:nth-child(131), .petalAnimation .animatedElement:nth-child(141) {
    width: 34px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(1), .petalAnimation .animatedElement:nth-child(11), .petalAnimation .animatedElement:nth-child(21), .petalAnimation .animatedElement:nth-child(31), .petalAnimation .animatedElement:nth-child(41), .petalAnimation .animatedElement:nth-child(51), .petalAnimation .animatedElement:nth-child(61), .petalAnimation .animatedElement:nth-child(71), .petalAnimation .animatedElement:nth-child(81), .petalAnimation .animatedElement:nth-child(91), .petalAnimation .animatedElement:nth-child(101), .petalAnimation .animatedElement:nth-child(111), .petalAnimation .animatedElement:nth-child(121), .petalAnimation .animatedElement:nth-child(131), .petalAnimation .animatedElement:nth-child(141) {
    width: 20.4px;
  }
}

.petalAnimation .animatedElement:nth-child(2), .petalAnimation .animatedElement:nth-child(12), .petalAnimation .animatedElement:nth-child(22), .petalAnimation .animatedElement:nth-child(32), .petalAnimation .animatedElement:nth-child(42), .petalAnimation .animatedElement:nth-child(52), .petalAnimation .animatedElement:nth-child(62), .petalAnimation .animatedElement:nth-child(72), .petalAnimation .animatedElement:nth-child(82), .petalAnimation .animatedElement:nth-child(92), .petalAnimation .animatedElement:nth-child(102), .petalAnimation .animatedElement:nth-child(112), .petalAnimation .animatedElement:nth-child(122), .petalAnimation .animatedElement:nth-child(132), .petalAnimation .animatedElement:nth-child(142) {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(2), .petalAnimation .animatedElement:nth-child(12), .petalAnimation .animatedElement:nth-child(22), .petalAnimation .animatedElement:nth-child(32), .petalAnimation .animatedElement:nth-child(42), .petalAnimation .animatedElement:nth-child(52), .petalAnimation .animatedElement:nth-child(62), .petalAnimation .animatedElement:nth-child(72), .petalAnimation .animatedElement:nth-child(82), .petalAnimation .animatedElement:nth-child(92), .petalAnimation .animatedElement:nth-child(102), .petalAnimation .animatedElement:nth-child(112), .petalAnimation .animatedElement:nth-child(122), .petalAnimation .animatedElement:nth-child(132), .petalAnimation .animatedElement:nth-child(142) {
    width: 15.5px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(2), .petalAnimation .animatedElement:nth-child(12), .petalAnimation .animatedElement:nth-child(22), .petalAnimation .animatedElement:nth-child(32), .petalAnimation .animatedElement:nth-child(42), .petalAnimation .animatedElement:nth-child(52), .petalAnimation .animatedElement:nth-child(62), .petalAnimation .animatedElement:nth-child(72), .petalAnimation .animatedElement:nth-child(82), .petalAnimation .animatedElement:nth-child(92), .petalAnimation .animatedElement:nth-child(102), .petalAnimation .animatedElement:nth-child(112), .petalAnimation .animatedElement:nth-child(122), .petalAnimation .animatedElement:nth-child(132), .petalAnimation .animatedElement:nth-child(142) {
    width: 9.3px;
  }
}

.petalAnimation .animatedElement:nth-child(3), .petalAnimation .animatedElement:nth-child(13), .petalAnimation .animatedElement:nth-child(23), .petalAnimation .animatedElement:nth-child(33), .petalAnimation .animatedElement:nth-child(43), .petalAnimation .animatedElement:nth-child(53), .petalAnimation .animatedElement:nth-child(63), .petalAnimation .animatedElement:nth-child(73), .petalAnimation .animatedElement:nth-child(83), .petalAnimation .animatedElement:nth-child(93), .petalAnimation .animatedElement:nth-child(103), .petalAnimation .animatedElement:nth-child(113), .petalAnimation .animatedElement:nth-child(123), .petalAnimation .animatedElement:nth-child(133), .petalAnimation .animatedElement:nth-child(143) {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(3), .petalAnimation .animatedElement:nth-child(13), .petalAnimation .animatedElement:nth-child(23), .petalAnimation .animatedElement:nth-child(33), .petalAnimation .animatedElement:nth-child(43), .petalAnimation .animatedElement:nth-child(53), .petalAnimation .animatedElement:nth-child(63), .petalAnimation .animatedElement:nth-child(73), .petalAnimation .animatedElement:nth-child(83), .petalAnimation .animatedElement:nth-child(93), .petalAnimation .animatedElement:nth-child(103), .petalAnimation .animatedElement:nth-child(113), .petalAnimation .animatedElement:nth-child(123), .petalAnimation .animatedElement:nth-child(133), .petalAnimation .animatedElement:nth-child(143) {
    width: 53.5px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(3), .petalAnimation .animatedElement:nth-child(13), .petalAnimation .animatedElement:nth-child(23), .petalAnimation .animatedElement:nth-child(33), .petalAnimation .animatedElement:nth-child(43), .petalAnimation .animatedElement:nth-child(53), .petalAnimation .animatedElement:nth-child(63), .petalAnimation .animatedElement:nth-child(73), .petalAnimation .animatedElement:nth-child(83), .petalAnimation .animatedElement:nth-child(93), .petalAnimation .animatedElement:nth-child(103), .petalAnimation .animatedElement:nth-child(113), .petalAnimation .animatedElement:nth-child(123), .petalAnimation .animatedElement:nth-child(133), .petalAnimation .animatedElement:nth-child(143) {
    width: 32.1px;
  }
}

.petalAnimation .animatedElement:nth-child(4), .petalAnimation .animatedElement:nth-child(14), .petalAnimation .animatedElement:nth-child(24), .petalAnimation .animatedElement:nth-child(34), .petalAnimation .animatedElement:nth-child(44), .petalAnimation .animatedElement:nth-child(54), .petalAnimation .animatedElement:nth-child(64), .petalAnimation .animatedElement:nth-child(74), .petalAnimation .animatedElement:nth-child(84), .petalAnimation .animatedElement:nth-child(94), .petalAnimation .animatedElement:nth-child(104), .petalAnimation .animatedElement:nth-child(114), .petalAnimation .animatedElement:nth-child(124), .petalAnimation .animatedElement:nth-child(134), .petalAnimation .animatedElement:nth-child(144) {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(4), .petalAnimation .animatedElement:nth-child(14), .petalAnimation .animatedElement:nth-child(24), .petalAnimation .animatedElement:nth-child(34), .petalAnimation .animatedElement:nth-child(44), .petalAnimation .animatedElement:nth-child(54), .petalAnimation .animatedElement:nth-child(64), .petalAnimation .animatedElement:nth-child(74), .petalAnimation .animatedElement:nth-child(84), .petalAnimation .animatedElement:nth-child(94), .petalAnimation .animatedElement:nth-child(104), .petalAnimation .animatedElement:nth-child(114), .petalAnimation .animatedElement:nth-child(124), .petalAnimation .animatedElement:nth-child(134), .petalAnimation .animatedElement:nth-child(144) {
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(4), .petalAnimation .animatedElement:nth-child(14), .petalAnimation .animatedElement:nth-child(24), .petalAnimation .animatedElement:nth-child(34), .petalAnimation .animatedElement:nth-child(44), .petalAnimation .animatedElement:nth-child(54), .petalAnimation .animatedElement:nth-child(64), .petalAnimation .animatedElement:nth-child(74), .petalAnimation .animatedElement:nth-child(84), .petalAnimation .animatedElement:nth-child(94), .petalAnimation .animatedElement:nth-child(104), .petalAnimation .animatedElement:nth-child(114), .petalAnimation .animatedElement:nth-child(124), .petalAnimation .animatedElement:nth-child(134), .petalAnimation .animatedElement:nth-child(144) {
    width: 7.2px;
  }
}

.petalAnimation .animatedElement:nth-child(5), .petalAnimation .animatedElement:nth-child(15), .petalAnimation .animatedElement:nth-child(25), .petalAnimation .animatedElement:nth-child(35), .petalAnimation .animatedElement:nth-child(45), .petalAnimation .animatedElement:nth-child(55), .petalAnimation .animatedElement:nth-child(65), .petalAnimation .animatedElement:nth-child(75), .petalAnimation .animatedElement:nth-child(85), .petalAnimation .animatedElement:nth-child(95), .petalAnimation .animatedElement:nth-child(105), .petalAnimation .animatedElement:nth-child(115), .petalAnimation .animatedElement:nth-child(125), .petalAnimation .animatedElement:nth-child(135), .petalAnimation .animatedElement:nth-child(145) {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(5), .petalAnimation .animatedElement:nth-child(15), .petalAnimation .animatedElement:nth-child(25), .petalAnimation .animatedElement:nth-child(35), .petalAnimation .animatedElement:nth-child(45), .petalAnimation .animatedElement:nth-child(55), .petalAnimation .animatedElement:nth-child(65), .petalAnimation .animatedElement:nth-child(75), .petalAnimation .animatedElement:nth-child(85), .petalAnimation .animatedElement:nth-child(95), .petalAnimation .animatedElement:nth-child(105), .petalAnimation .animatedElement:nth-child(115), .petalAnimation .animatedElement:nth-child(125), .petalAnimation .animatedElement:nth-child(135), .petalAnimation .animatedElement:nth-child(145) {
    width: 17.5px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(5), .petalAnimation .animatedElement:nth-child(15), .petalAnimation .animatedElement:nth-child(25), .petalAnimation .animatedElement:nth-child(35), .petalAnimation .animatedElement:nth-child(45), .petalAnimation .animatedElement:nth-child(55), .petalAnimation .animatedElement:nth-child(65), .petalAnimation .animatedElement:nth-child(75), .petalAnimation .animatedElement:nth-child(85), .petalAnimation .animatedElement:nth-child(95), .petalAnimation .animatedElement:nth-child(105), .petalAnimation .animatedElement:nth-child(115), .petalAnimation .animatedElement:nth-child(125), .petalAnimation .animatedElement:nth-child(135), .petalAnimation .animatedElement:nth-child(145) {
    width: 10.5px;
  }
}

.petalAnimation .animatedElement:nth-child(6), .petalAnimation .animatedElement:nth-child(16), .petalAnimation .animatedElement:nth-child(26), .petalAnimation .animatedElement:nth-child(36), .petalAnimation .animatedElement:nth-child(46), .petalAnimation .animatedElement:nth-child(56), .petalAnimation .animatedElement:nth-child(66), .petalAnimation .animatedElement:nth-child(76), .petalAnimation .animatedElement:nth-child(86), .petalAnimation .animatedElement:nth-child(96), .petalAnimation .animatedElement:nth-child(106), .petalAnimation .animatedElement:nth-child(116), .petalAnimation .animatedElement:nth-child(126), .petalAnimation .animatedElement:nth-child(136), .petalAnimation .animatedElement:nth-child(146) {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(6), .petalAnimation .animatedElement:nth-child(16), .petalAnimation .animatedElement:nth-child(26), .petalAnimation .animatedElement:nth-child(36), .petalAnimation .animatedElement:nth-child(46), .petalAnimation .animatedElement:nth-child(56), .petalAnimation .animatedElement:nth-child(66), .petalAnimation .animatedElement:nth-child(76), .petalAnimation .animatedElement:nth-child(86), .petalAnimation .animatedElement:nth-child(96), .petalAnimation .animatedElement:nth-child(106), .petalAnimation .animatedElement:nth-child(116), .petalAnimation .animatedElement:nth-child(126), .petalAnimation .animatedElement:nth-child(136), .petalAnimation .animatedElement:nth-child(146) {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(6), .petalAnimation .animatedElement:nth-child(16), .petalAnimation .animatedElement:nth-child(26), .petalAnimation .animatedElement:nth-child(36), .petalAnimation .animatedElement:nth-child(46), .petalAnimation .animatedElement:nth-child(56), .petalAnimation .animatedElement:nth-child(66), .petalAnimation .animatedElement:nth-child(76), .petalAnimation .animatedElement:nth-child(86), .petalAnimation .animatedElement:nth-child(96), .petalAnimation .animatedElement:nth-child(106), .petalAnimation .animatedElement:nth-child(116), .petalAnimation .animatedElement:nth-child(126), .petalAnimation .animatedElement:nth-child(136), .petalAnimation .animatedElement:nth-child(146) {
    width: 14.4px;
  }
}

.petalAnimation .animatedElement:nth-child(7), .petalAnimation .animatedElement:nth-child(17), .petalAnimation .animatedElement:nth-child(27), .petalAnimation .animatedElement:nth-child(37), .petalAnimation .animatedElement:nth-child(47), .petalAnimation .animatedElement:nth-child(57), .petalAnimation .animatedElement:nth-child(67), .petalAnimation .animatedElement:nth-child(77), .petalAnimation .animatedElement:nth-child(87), .petalAnimation .animatedElement:nth-child(97), .petalAnimation .animatedElement:nth-child(107), .petalAnimation .animatedElement:nth-child(117), .petalAnimation .animatedElement:nth-child(127), .petalAnimation .animatedElement:nth-child(137), .petalAnimation .animatedElement:nth-child(147) {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(7), .petalAnimation .animatedElement:nth-child(17), .petalAnimation .animatedElement:nth-child(27), .petalAnimation .animatedElement:nth-child(37), .petalAnimation .animatedElement:nth-child(47), .petalAnimation .animatedElement:nth-child(57), .petalAnimation .animatedElement:nth-child(67), .petalAnimation .animatedElement:nth-child(77), .petalAnimation .animatedElement:nth-child(87), .petalAnimation .animatedElement:nth-child(97), .petalAnimation .animatedElement:nth-child(107), .petalAnimation .animatedElement:nth-child(117), .petalAnimation .animatedElement:nth-child(127), .petalAnimation .animatedElement:nth-child(137), .petalAnimation .animatedElement:nth-child(147) {
    width: 23px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(7), .petalAnimation .animatedElement:nth-child(17), .petalAnimation .animatedElement:nth-child(27), .petalAnimation .animatedElement:nth-child(37), .petalAnimation .animatedElement:nth-child(47), .petalAnimation .animatedElement:nth-child(57), .petalAnimation .animatedElement:nth-child(67), .petalAnimation .animatedElement:nth-child(77), .petalAnimation .animatedElement:nth-child(87), .petalAnimation .animatedElement:nth-child(97), .petalAnimation .animatedElement:nth-child(107), .petalAnimation .animatedElement:nth-child(117), .petalAnimation .animatedElement:nth-child(127), .petalAnimation .animatedElement:nth-child(137), .petalAnimation .animatedElement:nth-child(147) {
    width: 13.8px;
  }
}

.petalAnimation .animatedElement:nth-child(8), .petalAnimation .animatedElement:nth-child(18), .petalAnimation .animatedElement:nth-child(28), .petalAnimation .animatedElement:nth-child(38), .petalAnimation .animatedElement:nth-child(48), .petalAnimation .animatedElement:nth-child(58), .petalAnimation .animatedElement:nth-child(68), .petalAnimation .animatedElement:nth-child(78), .petalAnimation .animatedElement:nth-child(88), .petalAnimation .animatedElement:nth-child(98), .petalAnimation .animatedElement:nth-child(108), .petalAnimation .animatedElement:nth-child(118), .petalAnimation .animatedElement:nth-child(128), .petalAnimation .animatedElement:nth-child(138), .petalAnimation .animatedElement:nth-child(148) {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(8), .petalAnimation .animatedElement:nth-child(18), .petalAnimation .animatedElement:nth-child(28), .petalAnimation .animatedElement:nth-child(38), .petalAnimation .animatedElement:nth-child(48), .petalAnimation .animatedElement:nth-child(58), .petalAnimation .animatedElement:nth-child(68), .petalAnimation .animatedElement:nth-child(78), .petalAnimation .animatedElement:nth-child(88), .petalAnimation .animatedElement:nth-child(98), .petalAnimation .animatedElement:nth-child(108), .petalAnimation .animatedElement:nth-child(118), .petalAnimation .animatedElement:nth-child(128), .petalAnimation .animatedElement:nth-child(138), .petalAnimation .animatedElement:nth-child(148) {
    width: 23px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(8), .petalAnimation .animatedElement:nth-child(18), .petalAnimation .animatedElement:nth-child(28), .petalAnimation .animatedElement:nth-child(38), .petalAnimation .animatedElement:nth-child(48), .petalAnimation .animatedElement:nth-child(58), .petalAnimation .animatedElement:nth-child(68), .petalAnimation .animatedElement:nth-child(78), .petalAnimation .animatedElement:nth-child(88), .petalAnimation .animatedElement:nth-child(98), .petalAnimation .animatedElement:nth-child(108), .petalAnimation .animatedElement:nth-child(118), .petalAnimation .animatedElement:nth-child(128), .petalAnimation .animatedElement:nth-child(138), .petalAnimation .animatedElement:nth-child(148) {
    width: 13.8px;
  }
}

.petalAnimation .animatedElement:nth-child(9), .petalAnimation .animatedElement:nth-child(19), .petalAnimation .animatedElement:nth-child(29), .petalAnimation .animatedElement:nth-child(39), .petalAnimation .animatedElement:nth-child(49), .petalAnimation .animatedElement:nth-child(59), .petalAnimation .animatedElement:nth-child(69), .petalAnimation .animatedElement:nth-child(79), .petalAnimation .animatedElement:nth-child(89), .petalAnimation .animatedElement:nth-child(99), .petalAnimation .animatedElement:nth-child(109), .petalAnimation .animatedElement:nth-child(119), .petalAnimation .animatedElement:nth-child(129), .petalAnimation .animatedElement:nth-child(139), .petalAnimation .animatedElement:nth-child(149) {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(9), .petalAnimation .animatedElement:nth-child(19), .petalAnimation .animatedElement:nth-child(29), .petalAnimation .animatedElement:nth-child(39), .petalAnimation .animatedElement:nth-child(49), .petalAnimation .animatedElement:nth-child(59), .petalAnimation .animatedElement:nth-child(69), .petalAnimation .animatedElement:nth-child(79), .petalAnimation .animatedElement:nth-child(89), .petalAnimation .animatedElement:nth-child(99), .petalAnimation .animatedElement:nth-child(109), .petalAnimation .animatedElement:nth-child(119), .petalAnimation .animatedElement:nth-child(129), .petalAnimation .animatedElement:nth-child(139), .petalAnimation .animatedElement:nth-child(149) {
    width: 38px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(9), .petalAnimation .animatedElement:nth-child(19), .petalAnimation .animatedElement:nth-child(29), .petalAnimation .animatedElement:nth-child(39), .petalAnimation .animatedElement:nth-child(49), .petalAnimation .animatedElement:nth-child(59), .petalAnimation .animatedElement:nth-child(69), .petalAnimation .animatedElement:nth-child(79), .petalAnimation .animatedElement:nth-child(89), .petalAnimation .animatedElement:nth-child(99), .petalAnimation .animatedElement:nth-child(109), .petalAnimation .animatedElement:nth-child(119), .petalAnimation .animatedElement:nth-child(129), .petalAnimation .animatedElement:nth-child(139), .petalAnimation .animatedElement:nth-child(149) {
    width: 22.8px;
  }
}

.petalAnimation .animatedElement:nth-child(10), .petalAnimation .animatedElement:nth-child(20), .petalAnimation .animatedElement:nth-child(30), .petalAnimation .animatedElement:nth-child(40), .petalAnimation .animatedElement:nth-child(50), .petalAnimation .animatedElement:nth-child(60), .petalAnimation .animatedElement:nth-child(70), .petalAnimation .animatedElement:nth-child(80), .petalAnimation .animatedElement:nth-child(90), .petalAnimation .animatedElement:nth-child(100), .petalAnimation .animatedElement:nth-child(110), .petalAnimation .animatedElement:nth-child(120), .petalAnimation .animatedElement:nth-child(130), .petalAnimation .animatedElement:nth-child(140), .petalAnimation .animatedElement:nth-child(150) {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .petalAnimation .animatedElement:nth-child(10), .petalAnimation .animatedElement:nth-child(20), .petalAnimation .animatedElement:nth-child(30), .petalAnimation .animatedElement:nth-child(40), .petalAnimation .animatedElement:nth-child(50), .petalAnimation .animatedElement:nth-child(60), .petalAnimation .animatedElement:nth-child(70), .petalAnimation .animatedElement:nth-child(80), .petalAnimation .animatedElement:nth-child(90), .petalAnimation .animatedElement:nth-child(100), .petalAnimation .animatedElement:nth-child(110), .petalAnimation .animatedElement:nth-child(120), .petalAnimation .animatedElement:nth-child(130), .petalAnimation .animatedElement:nth-child(140), .petalAnimation .animatedElement:nth-child(150) {
    width: 28px;
  }
}

@media screen and (max-width: 768px) {
  .petalAnimation .animatedElement:nth-child(10), .petalAnimation .animatedElement:nth-child(20), .petalAnimation .animatedElement:nth-child(30), .petalAnimation .animatedElement:nth-child(40), .petalAnimation .animatedElement:nth-child(50), .petalAnimation .animatedElement:nth-child(60), .petalAnimation .animatedElement:nth-child(70), .petalAnimation .animatedElement:nth-child(80), .petalAnimation .animatedElement:nth-child(90), .petalAnimation .animatedElement:nth-child(100), .petalAnimation .animatedElement:nth-child(110), .petalAnimation .animatedElement:nth-child(120), .petalAnimation .animatedElement:nth-child(130), .petalAnimation .animatedElement:nth-child(140), .petalAnimation .animatedElement:nth-child(150) {
    width: 16.8px;
  }
}

.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: #ffffff;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .relatedBox {
    border-bottom: 1px solid #c9bc9c;
    border-left: 1px solid #c9bc9c;
    border-right: 1px solid #c9bc9c;
    padding: 60px 98px;
  }
}

@media screen and (max-width: 768px) {
  .relatedBox {
    padding: 40px 32px 48px;
  }
  .relatedBox:before {
    border-bottom: 1px solid #c9bc9c;
    border-left: 1px solid #c9bc9c;
    border-right: 1px solid #c9bc9c;
    content: '';
    display: block;
    height: calc(100% - 8px);
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: calc(100% - 16px);
    z-index: -1;
  }
}

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

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

@media screen and (max-width: 768px) {
  .spaceSect {
    margin-left: -12px;
    margin-right: -12px;
    width: 350px;
  }
}

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

.spaceSect__ttl {
  color: #231815;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .spaceSect__ttl {
    top: 52px;
  }
}

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

.spaceSect__ttl .ja {
  display: block;
  letter-spacing: .1em;
  position: relative;
  z-index: 1;
  line-height: 2;
}

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

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

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

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

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

.spaceSect__ttl .main {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .spaceSect__ttl .main {
    margin: 40px auto 0;
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .spaceSect__ttl .main {
    margin: 32px auto 0;
    width: 140px;
  }
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .spaceSect__ttl .en {
    margin-top: 16px;
  }
}

.spaceSect__cont {
  background-color: #ffffff;
}

.spaceSect__heading {
  background: -webkit-gradient(linear, left top, left bottom, from(#8c7c5b), color-stop(50%, #a3987b), to(#8c7c5b));
  background: linear-gradient(180deg, #8c7c5b 0%, #a3987b 50%, #8c7c5b 100%);
  -webkit-clip-path: polygon(100% 0, 100% 58%, 50% 100%, 0 58%, 0 0);
          clip-path: polygon(100% 0, 100% 58%, 50% 100%, 0 58%, 0 0);
  color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .spaceSect__heading {
    padding: 36px 0 61px;
  }
}

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

.spaceSect__heading .inner {
  letter-spacing: .1em;
}

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

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

@media print, screen and (min-width: 768px) {
  .spaceSect__block {
    -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: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 44px 104px 80px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .spaceSect__block .photo {
    width: 472px;
  }
}

.spaceSect__txt {
  text-align: center;
}

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

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

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

.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 {
  padding: 2px 5px 0 0;
  right: 0;
  top: 100%;
}

.swipeFigure .figurePlot {
  background-color: rgba(34, 34, 34, 0.5);
  border-radius: 50%;
}

.swipeFigure .figurePlot .svgIcon {
  display: block;
}

@media screen and (max-width: 768px) {
  .swipeFigure .figurePlot .svgIcon {
    height: auto;
    width: 20px;
  }
}

.swipeFigure--border:after {
  border: 1px solid #cbcccc;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.txt {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 2;
}

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

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

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

.txt .caption {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 10px;
}

.txt sup {
  font-size: 10px;
}

.txt--small {
  font-size: 13px;
  line-height: 1.6;
}

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

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

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

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

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

.usageNote + .usageNote {
  margin-top: 16px;
}

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

.usageNote__item {
  display: inline-block;
}

.usageNote__item .icon {
  aspect-ratio: 30 / 8;
  border: 1px solid #cccccc;
  display: inline-block;
  margin-right: 4px;
}

@media print, screen and (min-width: 768px) {
  .usageNote__item .icon {
    width: 28px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item .icon {
    width: 28px;
  }
}

.usageNote__item .icon--light, .usageNote__item .icon--wind {
  border: 0;
}

.usageNote__item .icon--light {
  aspect-ratio: 25.83 / 6;
  width: 25.83px;
}

.usageNote__item .icon--wind {
  aspect-ratio: 28.51 / 6;
  width: 28.51px;
}

.usageNote__item .icon--storage {
  background-color: #ece8d7;
}

.usageNote__item .icon--floor {
  background-color: #ebe2e5;
}

.usageNote__item .icon--water {
  background-color: #d5e4e7;
}

.zoomFigure {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.zoomFigure .figurePlot {
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 2s ease 4s;
  transition: opacity 2s ease 4s;
}

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

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

.zoomFigure .figurePlot .svgIcon {
  display: block;
  height: auto;
  width: 27px;
}

.zoomFigure.sai-animate .figurePlot {
  opacity: 0;
}

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

.zoomFigure__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.zoomFigure__controller .btnSVG {
  display: block;
  height: 100%;
  width: 100%;
}

.zoomFigure__controller .btnSVG__path {
  fill: rgba(231, 236, 243, 0.9);
}

.zoomFigure__btn {
  cursor: pointer;
  display: block;
  height: 46px;
  width: 46px;
}

.zoomFigure__btn:not(:last-of-type) {
  margin-bottom: 2px;
}

.zoomFigure__btn:focus {
  outline: 1px solid #4d90fe;
}

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

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

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

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

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

.zoomFigure__capIn, .zoomFigure__capOut {
  position: absolute;
}

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

.zoomFigure__capOut {
  padding-top: 5px;
  right: 5px;
  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;
  }
}

.zoomFigure--border:after {
  border: 1px solid #cbcccc;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

/* COMPONENTS */
