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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  cursor: pointer;
}

table {
  font-size: 100%;
}

hr.separator {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.wrap {
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

.photo {
  position: relative;
}

.photo__capIn, .photo__capOut {
  position: absolute;
}

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

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

.spAlert {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
}

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

@media screen and (max-width: 768px) and (orientation: landscape) {
  .spAlert {
    opacity: 1;
    visibility: visible;
  }
}

.spAlert__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.spAlert__message {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: .15em;
  line-height: 1;
  margin-top: 25px;
}

.spAlert .svgIcon {
  margin: 0 auto;
  width: 81.5px;
}

.spAlert .svgIcon__path {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 17;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .contentMenu__inner {
    padding: 45px 30px 100px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .contentMenu__item {
    text-align: center;
  }
  .contentMenu__item:first-child .contentMenu__link {
    border-top: 1px solid rgba(153, 153, 153, 0.5);
  }
}

@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;
  background-color: #ffffff;
  color: #4e0e1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

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

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

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

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

.contentMenu__link:after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .contentMenu__link:after {
    background-color: #4e0e1c;
    height: 4px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link:after {
    background-color: rgba(153, 153, 153, 0.5);
    height: 1px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .contentMenu__link .en {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: .8;
  }
}

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

.contentMenu__link .ja {
  font-family: "Noto Serif JP", serif;
}

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

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

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

.contentMenu__link.is-active .ja {
  color: #ffffff;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .contentCV {
    margin-top: 24px;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .contentCV__item {
    height: 65px;
  }
  .contentCV__item + .contentCV__item {
    margin-top: 16px;
  }
}

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

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

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

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

.footer-common {
  background-color: #ffffff;
  position: relative;
}

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

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

@media screen and (max-width: 768px) {
  .bottomNav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

.bottomNav__item {
  display: inline-block;
}

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

@media screen and (max-width: 768px) and (max-width: 768px) {
  .bottomNav__item:last-child {
    margin-right: auto;
  }
}

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

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

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

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

@media screen and (max-width: 768px) {
  .footer-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .footer-bnrArea__item:nth-child(1) {
    width: 292px;
  }
}

@media screen and (max-width: 768px) {
  .footer-bnrArea__item:nth-child(1) {
    width: 100%;
  }
  .footer-bnrArea__item:nth-child(1) + .footer-bnrArea__item {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-bnrArea__item:nth-child(2) {
    width: 293px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-bnrArea__item:nth-child(3) {
    width: 295px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .footer-contact {
    padding-top: calc(80 / 750 * 100vw);
  }
}

.footer-contact__head {
  background-color: #414037;
  color: #ffffff;
  letter-spacing: .06em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer-contact__head {
    font-size: 14px;
    margin: auto;
    padding: 8px;
    width: 670px;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact__head {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(18 / 750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .footer-contact__inner {
    margin-top: calc(33 / 750 * 100vw);
    text-align: center;
  }
}

.footer-contact__txt {
  font-weight: 500;
  letter-spacing: .04em;
}

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

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

.footer-contact__tel {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: .8;
}

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

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

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

@media screen and (max-width: 768px) {
  .footer-contact__tel .icon {
    aspect-ratio: 1 / 1;
    display: inline-block;
    margin-right: 8px;
    width: 20px;
  }
}

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

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

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

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

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

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

.footer-corporate .corporateList__link .role {
  display: block;
  font-size: 10px;
  letter-spacing: .22em;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer-copyright {
  position: relative;
  text-align: center;
}

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

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

.footer-copyright:before {
  background-color: #cccccc;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}

@media print, screen and (min-width: 768px) {
  .footer-copyright:before {
    margin-left: calc((100vw - 1000px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .footer-copyright:before {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .footer-copyright:before {
    margin-left: -25px;
  }
}

.footer-copyright__txt {
  color: #666666;
  font-family: "Cinzel", serif;
  letter-spacing: .01em;
  line-height: .8;
}

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

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

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

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

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

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

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

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

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

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

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

@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 {
    border-bottom: 5px solid transparent;
    border-left: 6px solid #333333;
    border-right: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    height: 0;
    margin-right: 6px;
    width: 0;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header-cvArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 170px;
  }
}

.header-cvArea__item .cvBtn--pamphlet {
  background-color: #55534a;
  color: #ffffff;
  line-height: 1.33333;
}

.header-cvArea__item .cvBtn--pamphlet:before {
  content: '';
  margin-top: calc((1 - 1.33333) * .5em);
}

.header-cvArea__item .cvBtn--pamphlet:after {
  margin-bottom: calc((1 - 1.33333) * .5em);
}

.header-cvArea__item .cvBtn--pamphlet:before, .header-cvArea__item .cvBtn--pamphlet:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .header-cvArea__item .cvBtn--pamphlet {
    font-size: 14px;
    width: 168px;
  }
}

@media print, screen and (min-width: 768px) {
  .header-cvArea__item .cvBtn--vacant {
    width: 119px;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header-contact {
    width: 246px;
  }
}

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

.header-contact__button {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  padding: 12px 20px;
}

.header-contact__head {
  width: 100%;
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header-contact__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .header-contact__cont .header-contact__txt {
    line-height: 1.4;
    padding-left: 10px;
    white-space: nowrap;
  }
}

* + .header-contact__cont {
  margin-top: 4px;
}

.header-contact__txt {
  letter-spacing: .04em;
}

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

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

.header-contact__tel {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .header-contact__tel {
    font-size: 38px;
    pointer-events: none;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .header-contact__tel {
    background-color: #efefef;
    font-size: 24px;
    padding: 18px 0 14px;
    width: 100%;
  }
}

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

@media screen and (max-width: 768px) {
  .header-contact__tel .icon {
    aspect-ratio: 1 / 1;
    display: inline-block;
    margin-right: 8px;
    width: 20px;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .header-contMenu__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-contMenu__icon .border {
    background-color: #333333;
    display: block;
    height: 3px;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    width: 100%;
  }
  .header-contMenu__icon .border + .border {
    margin-top: 4px;
  }
}

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

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

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

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

@media screen and (max-width: 768px) {
  .header-fixedCV__item {
    height: 55px;
    width: 50%;
  }
}

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

.accessCard__head .photo__image {
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .accessCard__head + .accessCard__cont {
    margin-top: calc(16 / 390 * 100vw);
  }
}

.accessCard__cont {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@media screen and (max-width: 768px) {
  .accessCard__cont {
    font-size: calc(11 / 390 * 100vw);
    letter-spacing: 0;
  }
}

.accessCard__ttl .ttl {
  line-height: 1;
}

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

@media screen and (max-width: 768px) {
  .accessCard__ttl .ttl {
    font-size: calc(15 / 390 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .accessCard__min {
    margin-left: calc(10 / 390 * 100vw);
  }
}

.accessCard__min .num {
  line-height: 1;
}

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

@media screen and (max-width: 768px) {
  .accessCard__min .num {
    font-size: calc(16 / 390 * 100vw);
  }
}

.backTopBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #581926;
  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 {
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

.wrap--small .bgLayer:before, .wrap--small .bgLayer:after {
  width: 100vw;
}

@media print, screen and (min-width: 768px) {
  .wrap--small .bgLayer:before, .wrap--small .bgLayer:after {
    margin-left: calc((100vw - 998px) / -2);
  }
}

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

@media screen and (max-width: 768px) {
  .wrap--small .bgLayer:before, .wrap--small .bgLayer:after {
    margin-left: -25px;
  }
}

.bgLayer--pattern01:after {
  background-color: #4e0e1c;
}

.bgLayer--pattern02:after {
  background-color: #414037;
}

.bgLayer--asanoha:after {
  background-size: auto;
}

@media print, screen and (min-width: 768px) {
  .bgLayer--asanoha:after {
    background: url("../../common/imgs/pc/bg-content-01.jpg") repeat-x center center;
  }
}

@media screen and (max-width: 768px) {
  .bgLayer--asanoha:after {
    background: url("../../common/imgs/sp/bg-content-01.jpg") repeat-x center center;
  }
}

.bgLayer--texture:after {
  background: url("../../common/imgs/bg-texture-01.jpg") repeat center center;
  background-size: auto;
}

.cvBtn {
  display: block;
  font-weight: 500;
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 1;
}

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

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

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

.cvBtn:before {
  border: 5px solid transparent;
}

@media screen and (max-width: 768px) {
  .cvBtn:before {
    border-width: 2.5px;
  }
}

.cvBtn:after {
  mix-blend-mode: soft-light;
  opacity: .6;
}

.cvBtn .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media print, screen and (min-width: 768px) {
  .cvBtn .icon {
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn .icon {
    right: 13px;
  }
}

.cvBtn .icon .svgIcon {
  overflow: visible;
}

.cvBtn--gold {
  background-color: #a79861;
  color: #ffffff;
}

.cvBtn--gold:before {
  border-color: #c3b481;
}

.cvBtn--gold:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, black), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 50%, rgba(255, 255, 255, 0) 100%);
}

.cvBtn--blue {
  background-color: #0a325b;
  color: #ffffff;
}

.cvBtn--blue:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, white), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, white 50%, rgba(0, 0, 0, 0) 100%);
}

.cvBtn--gray {
  background-color: #7a7769;
  color: #ffffff;
}

.cvBtn--gray:after {
  content: none;
}

.cvBtn--pamphlet {
  background-color: #55534a;
  color: #ffffff;
  line-height: 1.33333;
}

.cvBtn--pamphlet:before {
  content: '';
  margin-top: calc((1 - 1.33333) * .5em);
}

.cvBtn--pamphlet:after {
  margin-bottom: calc((1 - 1.33333) * .5em);
}

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

@media screen and (max-width: 768px) {
  .cvBtn--pamphlet {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 65px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

.cvBtn--silver {
  background-color: #e8e8e8;
  color: #000000;
}

.cvBtn--silver:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, white), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, white 50%, rgba(0, 0, 0, 0) 100%);
}

.cvBtn--orange {
  background-color: #ba6b00;
  color: #ffffff;
}

.cvBtn--orange:before {
  border-color: #c15f0e;
}

.cvBtn--orange:after {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, black), to(white));
  background: linear-gradient(180deg, white 0%, black 50%, white 100%);
}

.cvBtn--vacant {
  background-color: #a5957b;
  color: #ffffff;
}

.cvBtn--vacant.cvBtn--mini:after {
  background: linear-gradient(150deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 0.3) 50%, rgba(0, 0, 0, 0) 80%);
  opacity: 1;
}

.cvBtn--vacant .icon {
  aspect-ratio: 29 / 26;
}

@media print, screen and (min-width: 768px) {
  .cvBtn--vacant .icon {
    width: 29px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn--vacant .icon {
    width: 17.5px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn--fix {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20.5px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

.cvBtn--mini {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: relative;
  z-index: 1;
}

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

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

.cvBtn--mini:before {
  content: initial;
}

.cvBtn--mini:after {
  background: linear-gradient(-30deg, rgba(0, 0, 0, 0) 0%, white 50%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: initial;
  opacity: .3;
}

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

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

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

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

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

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

.descriptionCard__head .photo__image {
  width: 100%;
}

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

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

.enTtl {
  font-family: "Cinzel", serif;
  letter-spacing: .03em;
  line-height: .8;
  position: relative;
  text-align: center;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .enTtl {
    font-size: 28px;
    padding-top: 18px;
  }
}

.enTtl:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 218, 221, 0)), to(#c1dadd));
  background: linear-gradient(180deg, rgba(193, 218, 221, 0) 0%, #c1dadd 100%);
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

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

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

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

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

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

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

.equipmentCard__head .photo__image {
  width: 100%;
}

.equipmentCard__cont .headingCombi .heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e0dcdc;
  color: #581926;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  line-height: 1.375;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .equipmentCard__cont .headingCombi .heading {
    padding: 11px 18px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard__cont .headingCombi .heading {
    font-size: calc(14 / 390 * 100vw);
  }
}

.equipmentCard__cont .headingCombi .heading + .txt {
  color: #333333;
}

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

@media screen and (max-width: 768px) {
  .equipmentCard__cont .headingCombi .heading + .txt {
    font-size: calc(12 / 390 * 100vw);
    line-height: 1.66667;
  }
  .equipmentCard__cont .headingCombi .heading + .txt:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .equipmentCard__cont .headingCombi .heading + .txt:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .equipmentCard__cont .headingCombi .heading + .txt:before, .equipmentCard__cont .headingCombi .heading + .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard--faucet .equipmentCard__cont .headingCombi .heading + .txt, .equipmentCard--goods .equipmentCard__cont .headingCombi .heading + .txt {
    letter-spacing: -.05em;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard--towel .equipmentCard__cont .headingCombi .heading + .txt {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard--clothesline .equipmentCard__cont .headingCombi .heading + .txt {
    letter-spacing: -.05em;
  }
}

.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(231, 236, 243, 0.9);
  -webkit-box-shadow: 0 10px 10px rgba(18, 15, 4, 0.1);
          box-shadow: 0 10px 10px rgba(18, 15, 4, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 3;
}

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

.figurePlot .svgIcon {
  fill: #313331;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.generalBnr__bg {
  overflow: hidden;
}

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

.generalBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#a8a48f), to(#483d3d));
  background: linear-gradient(to right, #a8a48f 0%, #483d3d 100%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .generalBtn {
    font-size: 16px;
    height: 72px;
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn {
    font-size: calc(16 / 390 * 100vw);
    height: calc(72 / 390 * 100vw);
    width: calc(300 / 390 * 100vw);
  }
}

.generalBtn:before {
  background-color: #ffffff;
  content: '';
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  width: 100%;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .generalBtn:hover:before {
    opacity: .2;
  }
  .generalBtn:hover .arrow {
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn:hover:before {
    opacity: .2;
  }
  .generalBtn:hover .arrow {
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
}

.generalBtn .enTtl {
  font-family: "EB Garamond", serif;
  font-weight: 100;
  letter-spacing: .2em;
  padding-top: 0;
}

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

@media screen and (max-width: 768px) {
  .generalBtn .enTtl {
    font-size: calc(22 / 390 * 100vw);
  }
}

.generalBtn .enTtl:after {
  display: none;
}

.generalBtn .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

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

@media screen and (max-width: 768px) {
  .generalBtn .arrow {
    right: calc(16 / 390 * 100vw);
    width: calc(36 / 390 * 100vw);
  }
}

.generalBtn--top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 768px) {
  .generalBtn--top {
    gap: 6px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn--top {
    gap: calc(6 / 390 * 100vw);
  }
}

.generalBtn--top .ttl {
  opacity: .7;
}

@media print, screen and (min-width: 768px) {
  .generalBtn--top .ttl {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn--top .ttl {
    font-size: calc(13 / 390 * 100vw);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.generalModal.is-active .generalModal__cont {
  width: 1200px;
}

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

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

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

.generalSlider {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .heading--large + .txt {
    font-size: calc(14 / 390 * 100vw);
    line-height: 2;
  }
  .heading--large + .txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .heading--large + .txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .heading--large + .txt:before, .heading--large + .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

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

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

.heading--medium {
  letter-spacing: .2em;
}

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

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

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

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

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

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

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

.heading--small.heading--blue {
  background-color: #439097;
}

.heading--small.heading--gray {
  background-color: #767e85;
}

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

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

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

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

.headingCombi {
  position: relative;
}

.headingCombi__ttl {
  color: #581926;
  letter-spacing: .2em;
}

@media print, screen and (min-width: 768px) {
  .headingCombi__ttl {
    font-size: 40px;
    line-height: .7;
  }
}

@media screen and (max-width: 768px) {
  .headingCombi__ttl {
    font-size: calc(35 / 390 * 100vw);
    line-height: 1.2;
  }
  .headingCombi__ttl:before {
    content: '';
    margin-top: calc((1 - 1.2) * .5em);
  }
  .headingCombi__ttl:after {
    margin-bottom: calc((1 - 1.2) * .5em);
  }
  .headingCombi__ttl:before, .headingCombi__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

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

@media screen and (max-width: 768px) {
  .headingCombi__ttl + .heading {
    margin-top: calc(24 / 390 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .headingCombi .heading--border {
    font-size: calc(18 / 390 * 100vw);
  }
}

.headingCombi .heading--border + .txt {
  border-top: 1px solid #333333;
  letter-spacing: .05em;
}

@media print, screen and (min-width: 768px) {
  .headingCombi .heading--border + .txt {
    font-size: 14px;
    margin-top: 24px;
    padding-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .headingCombi .heading--border + .txt {
    font-size: calc(14 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
    padding-top: calc(20 / 390 * 100vw);
  }
}

.keyVisual {
  position: relative;
  width: 100vw;
}

.keyVisual__ttl {
  color: #ffffff;
  font-family: "EB Garamond", serif;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 1s 1s ease;
  transition: opacity 1s 1s ease;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl {
    font-size: calc(40 / 1440 * 100vw);
    left: calc(200 / 1440 * 100vw);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl {
    font-size: calc(28 / 390 * 100vw);
    left: 50%;
    text-shadow: 0 0 20px #581926;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.keyVisual:before {
  background: #e0dcdc;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  content: '';
  height: calc(100% + 2px);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-clip-path 1s ease;
  transition: -webkit-clip-path 1s ease;
  transition: clip-path 1s ease;
  transition: clip-path 1s ease, -webkit-clip-path 1s ease;
  width: 100%;
  z-index: 1;
}

.keyVisual.is-load:before {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.keyVisual.is-load .keyVisual__ttl {
  opacity: 1;
}

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

@media screen and (max-width: 768px) {
  .locationCard {
    width: calc(160 / 390 * 100vw);
  }
}

.locationCard__head .photo__image {
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .locationCard__head + .locationCard__cont {
    margin-top: calc(16 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .locationCard__cont {
    letter-spacing: 0;
  }
}

.locationCard__ttl {
  letter-spacing: .05em;
}

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

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

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

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

.locationCard__access {
  font-size: 10px;
  letter-spacing: .05em;
}

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

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

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

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

.locationCard__txt {
  border-top: 1px solid #333333;
  letter-spacing: .05em;
  line-height: 2;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .locationCard__txt {
    font-size: calc(12 / 390 * 100vw);
    margin-top: calc(12 / 390 * 100vw);
    padding-top: calc(12 / 390 * 100vw);
  }
}

.locationCard__data {
  border-top: 1px solid #333333;
  letter-spacing: 0;
}

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

@media screen and (max-width: 768px) {
  .locationCard__data {
    font-size: 10px;
    margin-top: calc(12 / 390 * 100vw);
    padding-top: calc(12 / 390 * 100vw);
  }
}

.locationCard__data .hours + .holiday {
  margin-top: 6px;
}

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

@media print, screen and (min-width: 768px) {
  .locationCard__icon {
    height: 29px;
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .locationCard__icon {
    height: calc(29 / 390 * 100vw);
    margin-top: calc(18 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .locationCard--large {
    width: 640px;
  }
}

@media screen and (max-width: 768px) {
  .locationCard--large {
    width: calc(330 / 390 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .locationCard--descLarge .locationCard__head {
    width: calc(160 / 390 * 100vw);
  }
}

.locationCard--cafe .locationCard__icon {
  background-color: #7a6050;
}

@media print, screen and (min-width: 768px) {
  .locationCard--cafe .locationCard__icon {
    width: 86px;
  }
}

@media screen and (max-width: 768px) {
  .locationCard--cafe .locationCard__icon {
    width: calc(86 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .locationCard--cafe .locationCard__icon .photo {
    width: 62px;
  }
}

@media screen and (max-width: 768px) {
  .locationCard--cafe .locationCard__icon .photo {
    width: calc(62 / 390 * 100vw);
  }
}

.locationCard--stationary .locationCard__icon {
  background-color: #374977;
}

@media print, screen and (min-width: 768px) {
  .locationCard--stationary .locationCard__icon {
    width: 106px;
  }
}

@media screen and (max-width: 768px) {
  .locationCard--stationary .locationCard__icon {
    width: calc(106 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .locationCard--stationary .locationCard__icon .photo {
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .locationCard--stationary .locationCard__icon .photo {
    width: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .locationCard--terrace01 {
    width: 661px;
  }
}

@media screen and (max-width: 768px) {
  .locationCard--terrace01 {
    width: calc(330 / 390 * 100vw);
  }
}

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

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

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

.modalFigure {
  position: relative;
}

.modalFigure .figurePlot .svgIcon {
  aspect-ratio: 44 / 43;
}

@media screen and (max-width: 768px) {
  .modalFigure .figurePlot .svgIcon {
    width: 22px;
  }
}

@media screen and (max-width: 768px) {
  .modalFigure[data-modal-device='pc'] .figurePlot {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .modalFigure[data-modal-device='sp'] .figurePlot {
    display: none;
  }
}

.movieModal__btn {
  -webkit-box-shadow: 0 20px 20px rgba(18, 15, 4, 0.1);
          box-shadow: 0 20px 20px rgba(18, 15, 4, 0.1);
  cursor: pointer;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .movieModal__btn:hover .photo__image {
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .movieModal__btn:hover .photo__image {
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.movieModal__btn .arrow {
  aspect-ratio: 1 / 1;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

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

.movieModal__btn .photo {
  overflow: hidden;
}

.movieModal__btn .photo__image {
  -webkit-transition: -webkit-transform .6s ease, -webkit-filter .6s ease;
  transition: -webkit-transform .6s ease, -webkit-filter .6s ease;
  transition: transform .6s ease, filter .6s ease;
  transition: transform .6s ease, filter .6s ease, -webkit-transform .6s ease, -webkit-filter .6s ease;
}

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

.photo {
  position: relative;
}

.photo__capIn, .photo__capOut {
  font-size: 10px;
  line-height: calc(18 / 10);
}

.photo__capIn, .photo__capOut {
  position: absolute;
}

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

.photo__capOut {
  padding-top: 5px;
  right: 0;
  top: 100%;
}

.photo__pic {
  display: block;
}

.photo--full .photo__image {
  width: 100%;
}

.photo--fit {
  height: 100%;
}

.photo--fit .photo__pic,
.photo--fit .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

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

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

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

.relatedBox:after {
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}

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

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

.relatedBox--pattern01:after {
  background-color: #e7ecf3;
}

.relatedBox--pattern02:after {
  background-color: #f1eee9;
}

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

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

.safetyCard__head .headingCombi .heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e0dcdc;
  color: #581926;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .02em;
  line-height: 1;
  line-height: 1.375;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .safetyCard__head .headingCombi .heading {
    font-size: 16px;
    padding: 11px 18px;
  }
}

@media screen and (max-width: 768px) {
  .safetyCard__head .headingCombi .heading {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: .05em;
    margin-top: calc(40 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw);
  }
}

.safetyCard__cont {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@media screen and (max-width: 768px) {
  .safetyCard__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: calc(30 / 390 * 100vw);
    padding: calc(30 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .safetyCard__cont .photo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .safetyCard__cont .photo {
    margin: 0 auto;
    width: calc(220 / 390 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .safetyCard__txt {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: .18em;
    line-height: 1.66667;
  }
  .safetyCard__txt:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .safetyCard__txt:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .safetyCard__txt:before, .safetyCard__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.safetyCard__caption {
  color: #999999;
  font-size: 10px;
}

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

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

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

@media screen and (max-width: 768px) {
  .safetyCard__caption + .safetyCard__txt {
    margin-top: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .safetyCard--lock .safetyCard__cont {
    height: 243px;
  }
}

@media print, screen and (min-width: 768px) {
  .safetyCard--lock .safetyCard__cont .photo {
    width: 223px;
  }
}

@media print, screen and (min-width: 768px) {
  .safetyCard--support .safetyCard__cont {
    height: 243px;
  }
}

@media print, screen and (min-width: 768px) {
  .safetyCard--support .safetyCard__cont .photo {
    width: 115px;
  }
}

.sectTtl {
  color: #6580a5;
  font-family: "Cinzel", serif;
  letter-spacing: .03em;
  line-height: .8;
  position: relative;
  text-align: center;
}

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

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

.sectTtl .icon {
  aspect-ratio: 1 / 1;
  display: inline-block;
  opacity: .8;
}

@media print, screen and (min-width: 768px) {
  .sectTtl .icon {
    margin-right: 16px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sectTtl .icon {
    margin-right: 14px;
    width: 23px;
  }
}

.sectTtl .icon .svgIcon {
  fill: none;
}

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

@media screen and (max-width: 768px) {
  .sectTtl + .headingCombi {
    margin-top: 48px;
  }
}

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

.swipeFigure {
  position: relative;
}

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

.swipeFigure__inner {
  height: 100%;
  overflow: scroll;
}

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

.swipeFigure__inner[data-mode=''] .photo,
.swipeFigure__inner[data-mode=''] .photo__image {
  height: 100%;
  max-width: unset;
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .swipeFigure__inner[data-mode='pc'] .photo,
  .swipeFigure__inner[data-mode='pc'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure__inner[data-mode='pc'] + .figurePlot {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .swipeFigure__inner[data-mode='sp'] + .figurePlot {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure__inner[data-mode='sp'] .photo,
  .swipeFigure__inner[data-mode='sp'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

.swipeFigure__capIn, .swipeFigure__capOut {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: calc(18 / 10);
  position: absolute;
  z-index: 1;
}

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

.swipeFigure__capOut {
  left: 0;
  padding: 2px 0 0 5px;
  top: 100%;
}

.swipeFigure .figurePlot .svgIcon {
  aspect-ratio: 36 / 56;
}

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

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

@media screen and (max-width: 768px) {
  .telBtn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #2d737a;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: .1em;
    line-height: .8;
    position: relative;
    z-index: 1;
  }
  .telBtn:after {
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(50%, white), to(black));
    background: linear-gradient(180deg, black 0%, white 50%, black 100%);
    content: '';
    inset: 0;
    mix-blend-mode: soft-light;
    opacity: .25;
    pointer-events: none;
    position: absolute;
    z-index: -1;
  }
  .telBtn .small {
    font-size: 13px;
    letter-spacing: 0;
  }
  .telBtn .icon {
    aspect-ratio: 1 / 1;
    display: inline-block;
    margin-right: 10px;
    width: 15.5px;
  }
  .telBtn .icon .svgIcon {
    overflow: visible;
  }
  .telBtn--mini {
    font-size: 17px;
  }
  .telBtn--mini .small {
    font-size: 11px;
  }
}

.txt {
  letter-spacing: .02em;
  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;
}

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .usableList {
    gap: 60px 20px;
  }
}

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

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

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

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

.zoomFigure .figurePlot .svgIcon {
  aspect-ratio: 36 / 43;
}

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

.zoomFigure .figurePlot .svgIcon + .svgIcon {
  aspect-ratio: 95 / 96;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

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

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

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

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

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

.zoomFigure__capIn, .zoomFigure__capOut {
  position: absolute;
}

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

.zoomFigure__capOut {
  padding-top: 5px;
  right: 10px;
  top: 100%;
}

.zoomFigure__inner {
  height: 100%;
  overflow: scroll;
}

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

.zoomFigure__inner .photo__image {
  width: 100%;
}

.zoomFigure__inner .photo .caption,
.zoomFigure__inner .photo .capIn,
.zoomFigure__inner .photo .capOut {
  display: none;
}

@media screen and (max-width: 768px) {
  .zoomFigure[data-mode='pc'] .figurePlot,
  .zoomFigure[data-mode='pc'] .zoomFigure__controller {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .zoomFigure[data-mode='sp'] .figurePlot,
  .zoomFigure[data-mode='sp'] .zoomFigure__controller {
    display: none;
  }
}

/* COMPONENTS */
