@charset "UTF-8";

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
header {
  z-index: 100;
}

body {
  margin: 0;
	background-color: #fff!important;
}


/**
 * 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 {

  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

::selection {

  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  cursor: pointer;
}

table {
  font-size: 100%;
}

hr.separator {
  display: none;
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 400;
  src: url("../../common/font/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: YakuHanJP;
  font-weight: 700;
  src: url("../../common/font/YakuHanJP-Bold.woff") format("woff");
}
@font-face {
  font-family: YakuHanMP;
  font-weight: 400;
  src: url("../../common/font/YakuHanMP-Regular.woff") format("woff");
}
@font-face {
  font-family: YakuHanMP;
  font-weight: 700;
  src: url("../../common/font/YakuHanMP-Bold.woff") format("woff");
}
body {
  background: #ffffff;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.currentPage {
  background: #ffffff;
  font-family:  "Yu Mincho", YuMincho, YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media screen and (min-width: 768px) {
  .currentPage {
    /*min-width: 1064px;*/
  }
}
a {
  text-decoration: none;
}

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

.wrap {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .wrap {
    width: 1024px;
  }
}
.caption,
.capIn,
.capOut {
  color: #25261F;
  font-size: 10px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .caption,
  .capIn,
  .capOut {
    font-size: 10px;
  }
}
.caption .num, .caption .ja,
.capIn .num,
.capIn .ja,
.capOut .num,
.capOut .ja {
  color: #25261F;
}

.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;
  -webkit-align-items: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  font-family: "Marcellus", "Yu Mincho", YuMincho, YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
}

@media screen and (max-width: 768px) {
  .spAlert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

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

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

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

.ieModal {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 99999;
}

.ieModal.is-hidden {
  opacity: 0;
  visibility: hidden;
}

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

.ieMessage-btnGroup + .ieMessage__txt {
  margin-top: 20px;
}

.ieMessage {
  background-color: #333333;
  color: #ffffff;
  left: 50%;
  padding: 60px 40px;
  position: fixed;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 760px;
}

.ieMessage__txt {
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

.ieMessage__txt:before {
  content: "";
  margin-top: -0.25em;
}

.ieMessage__txt:after {
  margin-bottom: -0.25em;
}

.ieMessage__txt:before, .ieMessage__txt:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.ieMessage__txt + .ieMessage-btnGroup {
  margin-top: 20px;
}

.ieMessage__close {
  cursor: pointer;
  height: 17px;
  position: absolute;
  right: 40px;
  top: 30px;
  width: 32px;
  z-index: 1;
}

.ieMessage__close:before, .ieMessage__close:after {
  background-color: #ffffff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 110%;
}

@media screen and (max-width: 768px) {
  .ieMessage__close:before, .ieMessage__close:after {
    height: 1px;
  }
}
.ieMessage__close:before {
  top: 0;
  -webkit-transform: rotate(26.6deg);
  transform: rotate(26.6deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.ieMessage__close:after {
  bottom: 0;
  -webkit-transform: rotate(-26.6deg);
  transform: rotate(-26.6deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.ieMessage-recommentBtn {
  height: 40px;
  width: 191px;
}

.ieMessage-recommentBtn:not(:last-of-type) {
  margin-right: 20px;
}

.ieMessage-recommentBtn__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #666666;
  border: 1px solid #666666;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0.09em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.ieMessage-recommentBtn__link .en {
  font-family: "Marcellus", serif;
  font-size: 14px;
}

.ieMessage-recommentBtn:hover .ieMessage-recommentBtn__link {
  background-color: #ffffff;
  color: #666666;
}

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

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

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

[data-sai][data-sai][data-sai-duration="100"],
body[data-sai-duration="100"] [data-sai] {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.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: 0.1s;
  transition-delay: 0.1s;
}

[data-sai][data-sai][data-sai-duration="150"],
body[data-sai-duration="150"] [data-sai] {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.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: 0.15s;
  transition-delay: 0.15s;
}

[data-sai][data-sai][data-sai-duration="200"],
body[data-sai-duration="200"] [data-sai] {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.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: 0.2s;
  transition-delay: 0.2s;
}

[data-sai][data-sai][data-sai-duration="250"],
body[data-sai-duration="250"] [data-sai] {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.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: 0.25s;
  transition-delay: 0.25s;
}

[data-sai][data-sai][data-sai-duration="300"],
body[data-sai-duration="300"] [data-sai] {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.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: 0.3s;
  transition-delay: 0.3s;
}

[data-sai][data-sai][data-sai-duration="350"],
body[data-sai-duration="350"] [data-sai] {
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.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: 0.35s;
  transition-delay: 0.35s;
}

[data-sai][data-sai][data-sai-duration="400"],
body[data-sai-duration="400"] [data-sai] {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.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: 0.4s;
  transition-delay: 0.4s;
}

[data-sai][data-sai][data-sai-duration="450"],
body[data-sai-duration="450"] [data-sai] {
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.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: 0.45s;
  transition-delay: 0.45s;
}

[data-sai][data-sai][data-sai-duration="500"],
body[data-sai-duration="500"] [data-sai] {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.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: 0.5s;
  transition-delay: 0.5s;
}

[data-sai][data-sai][data-sai-duration="550"],
body[data-sai-duration="550"] [data-sai] {
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.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: 0.55s;
  transition-delay: 0.55s;
}

[data-sai][data-sai][data-sai-duration="600"],
body[data-sai-duration="600"] [data-sai] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.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: 0.6s;
  transition-delay: 0.6s;
}

[data-sai][data-sai][data-sai-duration="650"],
body[data-sai-duration="650"] [data-sai] {
  -webkit-transition-duration: 0.65s;
  transition-duration: 0.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: 0.65s;
  transition-delay: 0.65s;
}

[data-sai][data-sai][data-sai-duration="700"],
body[data-sai-duration="700"] [data-sai] {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.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: 0.7s;
  transition-delay: 0.7s;
}

[data-sai][data-sai][data-sai-duration="750"],
body[data-sai-duration="750"] [data-sai] {
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.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: 0.75s;
  transition-delay: 0.75s;
}

[data-sai][data-sai][data-sai-duration="800"],
body[data-sai-duration="800"] [data-sai] {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.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: 0.8s;
  transition-delay: 0.8s;
}

[data-sai][data-sai][data-sai-duration="850"],
body[data-sai-duration="850"] [data-sai] {
  -webkit-transition-duration: 0.85s;
  transition-duration: 0.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: 0.85s;
  transition-delay: 0.85s;
}

[data-sai][data-sai][data-sai-duration="900"],
body[data-sai-duration="900"] [data-sai] {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.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: 0.9s;
  transition-delay: 0.9s;
}

[data-sai][data-sai][data-sai-duration="950"],
body[data-sai-duration="950"] [data-sai] {
  -webkit-transition-duration: 0.95s;
  transition-duration: 0.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: 0.95s;
  transition-delay: 0.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 */
.contentMenu {
  height: 100vh;
  left: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

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

@media screen and (min-width: 768px) {
  .contentMenu {
    padding: 140px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu {
    padding: 92.5px 40px 150px;
  }
}
.contentMenu__bg {
  background-color: #e3dfd6;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  width: 100%;
  z-index: -1;
}

.contentMenu {
  visibility: hidden;
}

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

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

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

.contentMenu.is-visible .mansionSymbol,
.contentMenu.is-visible .contentMenu-inner {
  opacity: 1;
  -webkit-transition: 0.3s 0.28s;
  transition: 0.3s 0.28s;
  visibility: visible;
}
@media only screen and (max-width: 1024px) {
  .contentMenu.is-visible .mansionSymbol,
  .contentMenu.is-visible .contentMenu-inner {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contentMenu.is-visible .mansionSymbol,
  .contentMenu.is-visible .contentMenu-inner {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .contentMenu.is-visible .mansionSymbol ul,
  .contentMenu.is-visible .contentMenu-inner ul {
    width: 100%;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contentMenu.is-visible .mansionSymbol ul,
  .contentMenu.is-visible .contentMenu-inner ul {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .contentMenu.is-visible .mansionSymbol {
    padding: 15px 20px;
  }
}

.contentMenu.is-visible .contentMenu__bg {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contentMenu .mansionSymbol {
  position: absolute;
  top: 0;
}

.contentMenu-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: fixed;
  z-index: 9990;
}

@media screen and (min-width: 768px) {
  .contentMenu-menu {
    height: 17px;
    right: 40px;
    top: 40px;
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-menu {
    height: 15px;
    right: 20px;
    top: 20px;
    width: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .contentMenu-menu {
    height: 15px;
    right: 20px;
    top: 20px;
    width: 26px;
  }
}
.contentMenu-menu:before {
  content: "";
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .contentMenu-menu:before {
    height: 70px;
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-menu:before {
    height: 35px;
    width: 35px;
  }
}
.contentMenu-menu__line {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-menu__line {
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-menu__line {
    height: 1px;
  }
}
.contentMenu-menu.is-mod:before {
  opacity: 1;
}

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

.contentMenu-gradient {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
  width: 100%;
  z-index: 1;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

@media screen and (min-width: 768px) {
  .contentMenu-gradient {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-gradient {
    height: 150px;
  }
}
@media only screen and (max-width: 320px) {
  .contentMenu-gradient {
    height: 150px;
  }
}
@media screen and (min-width: 768px) {
  .site-theme-white .contentMenu-gradient {
    background: url("../imgs/pc/hdr-transparent-black.png") bottom left repeat-x;
  }
}
@media screen and (max-width: 768px) {
  .site-theme-white .contentMenu-gradient {
    background: url("../imgs/sp/hdr-transparent-black.png") bottom left no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 320px) {
  .site-theme-white .contentMenu-gradient {
    background: url("../imgs/sp/hdr-transparent-black.png") bottom left no-repeat;
    background-size: cover;
  }
}
.site-theme-white .contentMenu-menu:before {
  background-color: rgba(255, 255, 255, 0.6);
}

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

@media screen and (min-width: 768px) {
  .site-theme-black .contentMenu-gradient {
    background: url("../imgs/pc/hdr-transparent-white.png") bottom left repeat-x;
  }
}
@media screen and (max-width: 768px) {
  .site-theme-black .contentMenu-gradient {
    background: url("../imgs/sp/hdr-transparent-white.png") bottom left no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 320px) {
  .site-theme-black .contentMenu-gradient {
    background: url("../imgs/sp/hdr-transparent-white.png") bottom left no-repeat;
    background-size: cover;
  }
}
.site-theme-black .contentMenu-menu__line {
  background-color: #ffffff;
}

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

@media screen and (min-width: 768px) {
  .contentMenu-listGroup {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.contentMenu-pageList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.contentMenu-pageList__item {
  position: relative;
  width: 50%;
}
.contentMenu-pageList__item.cs {
  pointer-events: none;
}
.cs_mask {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  background: rgb(158,168,175);
  background: linear-gradient(90deg, rgba(158,168,175,0) 0%, rgba(148,159,166,.5) 20%, rgba(148,159,166,.5) 80%, rgba(158,168,175,0) 100%);
  display: inline-block;
  padding-inline: 20%;
  padding-block: 10px;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList {
    width: 590px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-pageList {
    flex-direction: column;
  }
  .contentMenu-pageList__item {
    position: relative;
    width: 100%;
  }
  .cs_mask {
    width: 90%;
    font-size: 20px;
    padding-inline: 20%;
    padding-block: 6px;
  }
}

.contentMenu-pageList__item:before {
  color: #333333;
  content: "＞";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
  transform: translate(0, -50%) scale(0.6, 1);
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__item:before {
    font-size: 14px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-pageList__item:before {
    font-size: 9px;
    right: 10px;
  }
}
.contentMenu-pageList__item:after {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}


@media screen and (min-width: 768px) {
  .contentMenu-pageList__item:nth-of-type(even) .contentMenu-pageList__link {
    margin: 0 0 0 auto;
  }
}
/* .contentMenu-pageList__item:last-of-type:nth-of-type(odd) {
  right: 0;
  width: 100%;
} */
/* .contentMenu-pageList__item:last-of-type:nth-of-type(odd) .contentMenu-pageList__link {
  width: 100%;
} */

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

.contentMenu-pageList__item.is-active .contentMenu-pageList__link {
  background-color: rgba(176, 168, 148, 0.2);
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__item:hover .contentMenu-pageList__link {
    background-color: rgba(176, 168, 148, 0.2);
  }
}
.contentMenu-pageList__link {
  align-items: start;
  color: #333333;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column;
  row-gap: 6px;
}
.contentMenu-pageList__link span {
  font-size: 14px;
  color: #c2bbbb;
}

.contentMenu-pageList__item.plan .contentMenu-pageList__link {
  position: relative;
}
.contentMenu-pageList__item.new .contentMenu-pageList__link:after {
  content: "NEW";
  width: auto;
  height: auto;
  font-size: 10px;
  line-height: 1;
  font-family: "Yu Mincho", YuMincho, YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  color: #fff;
  padding: 2px 3px;
  background: #b60000;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__link {
    font-size: 20px;
    letter-spacing: 0.08em;
    padding: 20px 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.42857;
  }
  .contentMenu-pageList__link:before {
    content: "";
    margin-top: -0.214285em;
  }
  .contentMenu-pageList__link:after {
    margin-bottom: -0.214285em;
  }
  .contentMenu-pageList__link:before, .contentMenu-pageList__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .contentMenu-specialList {
    width: 335px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-pageList__link {
    font-size: 18px;
    letter-spacing: 0.15em;
    padding: 14px 0;
    line-height: 1.25;
  }
  .contentMenu-pageList__link:before {
    content: "";
    margin-top: -0.125em;
  }
  .contentMenu-pageList__link:after {
    margin-bottom: -0.125em;
  }
  .contentMenu-pageList__link:before, .contentMenu-pageList__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .contentMenu-pageList__link span {
    font-size: 12px;
  }
}
.contentMenu-specialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-specialList {
    width: 335px;
  }
}
.contentMenu-specialList:after {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

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

@media screen and (min-width: 768px) {
  .contentMenu-specialList__item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .contentMenu-specialList__item:hover {
    background-color: rgba(176, 168, 148, 0.2);
  }
}
.contentMenu-specialList__item:not(:last-of-type):after {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

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

.contentMenu-specialList__item.is-off .contentMenu-dropdown__link {
  opacity: 0.2;
}

.contentMenu-specialList__item.is-off .contentMenu-dropdown__txt span {
  color: #333333;
}

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

.contentMenu-specialList__item.is-off .statusIcon {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

@media screen and (min-width: 768px) {
  .contentMenu-specialList__item.is-off .statusIcon {
    display: none;
  }
}
.contentMenu-specialList__item.is-off .statusIcon:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.contentMenu-specialList__item--brand {
  width: 100%;
}

.contentMenu-specialList__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  letter-spacing: 0.15;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-specialList__link {
    font-size: 14px;
    line-height: 1.42857;
  }
  .contentMenu-specialList__link:before {
    content: "";
    margin-top: -0.214285em;
  }
  .contentMenu-specialList__link:after {
    margin-bottom: -0.214285em;
  }
  .contentMenu-specialList__link:before, .contentMenu-specialList__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-specialList__link {
    font-size: 12px;
    padding: 20px 0;
    line-height: 1.25;
  }
  .contentMenu-specialList__link:before {
    content: "";
    margin-top: -0.125em;
  }
  .contentMenu-specialList__link:after {
    margin-bottom: -0.125em;
  }
  .contentMenu-specialList__link:before, .contentMenu-specialList__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.contentMenu-dropdown__head {
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown__head {
    padding: 14px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head {
    padding: 20px 0;
  }
}
.contentMenu-dropdown__head .statusIcon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head .statusIcon {
    height: 15px;
    width: 15px;
  }
}
@media screen and (min-width: 768px) {
  .contentMenu-dropdown__head .statusIcon:before {
    content: "＞";
    display: block;
    font-size: 14px;
    -webkit-transform: scale(0.6, 1);
    transform: scale(0.6, 1);
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head .statusIcon:before, .contentMenu-dropdown__head .statusIcon:after {
    background-color: #666666;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .contentMenu-dropdown__head .statusIcon:before {
    height: 1px;
    width: 100%;
  }
  .contentMenu-dropdown__head .statusIcon:after {
    height: 100%;
    width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head.is-active .statusIcon {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
  }
  .contentMenu-dropdown__head.is-active .statusIcon:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
.contentMenu-dropdown__link {
  color: #333333;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  letter-spacing: 0.15em;
  width: auto;
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown__link {
    display: block;
    font-size: 14px;
    line-height: 1.42857;
  }
  .contentMenu-dropdown__link:before {
    content: "";
    margin-top: -0.214285em;
  }
  .contentMenu-dropdown__link:after {
    margin-bottom: -0.214285em;
  }
  .contentMenu-dropdown__link:before, .contentMenu-dropdown__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-dropdown__link {
    display: inline-block;
    font-size: 12px;
    line-height: 1.25;
  }
  .contentMenu-dropdown__link:before {
    content: "";
    margin-top: -0.125em;
  }
  .contentMenu-dropdown__link:after {
    margin-bottom: -0.125em;
  }
  .contentMenu-dropdown__link:before, .contentMenu-dropdown__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.contentMenu-dropdown__body {
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown__body {
    padding: 1px 5px 18px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-dropdown__body {
    background-color: #e9e5de;
    max-height: 0;
  }
}
.contentMenu-dropdown__body.is-open {
  max-height: 300px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contentMenu-dropdown__txt {
  color: #999999;
  display: block;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown__txt {
    font-size: 10px;
    line-height: 1.8;
  }
  .contentMenu-dropdown__txt:before {
    content: "";
    margin-top: -0.4em;
  }
  .contentMenu-dropdown__txt:after {
    margin-bottom: -0.4em;
  }
  .contentMenu-dropdown__txt:before, .contentMenu-dropdown__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-dropdown__txt {
    font-size: 9px;
    padding: 12.5px;
    line-height: 1.55556;
  }
  .contentMenu-dropdown__txt:before {
    content: "";
    margin-top: -0.27778em;
  }
  .contentMenu-dropdown__txt:after {
    margin-bottom: -0.27778em;
  }
  .contentMenu-dropdown__txt:before, .contentMenu-dropdown__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.residence_btn .contentMenu-btn__link {
  align-items: center;
  border: 1px solid #bbbbbb;
  color: #333333;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
  text-align: center;
}
.residence_btn .contentMenu-btn__link .svgIcon {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.residence_btn .contentMenu-btn__link .svgIcon__path {
  fill: none;
  fill-rule: evenodd;
  stroke: #666666;
  stroke-width: 1px;
}
.residence_btn .contentMenu-btn__link .svgIcon__path {
    stroke: #ffffff;
}
@media screen and (min-width: 768px) {
  .contentMenu-wrap {
    display: flex;
    margin-top: 20px;
  }
  .residence_btn {
    width: calc(50% - 10px);
  }
  .residence_btn .contentMenu-btn {
    height: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 340px;
    margin-left: 26px;
  }
  .residence_btn .contentMenu-btn__link {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .residence_btn .contentMenu-btn__link .svgIcon {
    left: 28px;
  }
  .residence_btn .contentMenu-btn {
    height: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 340px;
  }
  .residence_btn .contentMenu-btn:hover {
    opacity: 0.7;
  }
  .contentMenu-subNav {
    width: calc(50% - 10px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .residence_btn {
    margin-top: 40px;
  }
  .residence_btn .contentMenu-btn {
    height: 50px;
    width: 100%;
  }
  .residence_btn .contentMenu-btn__link {
    font-size: 12px;
    line-height: 1.25;
  }
  .residence_btn .contentMenu-btn__link .svgIcon {
    left: 12px;
  }
  .residence_btn .contentMenu-btn__link .svgIcon--external {
    width: 12px;
  }
  .contentMenu-subNav {
    margin-top: 30px;
  }
}
.contentMenu-subNav__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-subNav__link {
    font-size: 12px;
    letter-spacing: 0.04em;
    padding-left: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .contentMenu-subNav__link:not(:last-of-type) {
    margin-right: 40px;
  }
  .contentMenu-subNav__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-subNav__link {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .contentMenu-subNav__link:before {
    content: "";
    margin-top: -0.2em;
  }
  .contentMenu-subNav__link:after {
    margin-bottom: -0.2em;
  }
  .contentMenu-subNav__link:before, .contentMenu-subNav__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .contentMenu-subNav__link:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.contentMenu-subNav .svgIcon {
  height: auto;
}

@media screen and (min-width: 768px) {
  .contentMenu-subNav .svgIcon {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 13px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-subNav .svgIcon {
    margin-right: 11.5px;
    width: 15px;
  }
}
@media screen and (min-width: 768px) {
  .contentMenu-limitedGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-limitedGroup {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .contentMenu-express {
    width: 340px;
  }
}
@media screen and (min-width: 768px) {
  .contentMenu-express:not(:last-of-type) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-express:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
.contentMenu-express__txt {
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
  .contentMenu-express__txt {
    color: #333333;
    font-size: 10px;
    line-height: 1.6;
  }
  .contentMenu-express__txt:before {
    content: "";
    margin-top: -0.3em;
  }
  .contentMenu-express__txt:after {
    margin-bottom: -0.3em;
  }
  .contentMenu-express__txt:before, .contentMenu-express__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-express__txt {
    color: #666666;
    font-size: 11px;
    line-height: 1.54545;
  }
  .contentMenu-express__txt:before {
    content: "";
    margin-top: -0.272725em;
  }
  .contentMenu-express__txt:after {
    margin-bottom: -0.272725em;
  }
  .contentMenu-express__txt:before, .contentMenu-express__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) {
  .contentMenu-express__txt + .contentMenu-expressBtn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-express__txt + .contentMenu-expressBtn {
    margin-top: 10px;
  }
}
.contentMenu-expressBtn {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-expressBtn {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-expressBtn {
    height: 50px;
  }
}
.contentMenu-expressBtn__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #ffffff;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-expressBtn__link {
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .contentMenu-expressBtn__link:hover {
    background-color: #3C5D4E;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-expressBtn__link {
    font-size: 12px;
  }
}
.contentMenu-expressBtn__link:after {
  content: "＞";
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
  transform: translate(0, -50%) scale(0.6, 1);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

@media screen and (min-width: 768px) {
  .contentMenu-expressBtn__link:after {
    font-size: 14px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-expressBtn__link:after {
    font-size: 9px;
    right: 15px;
  }
}
.contentMenu-expressBtn__link .svgIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .contentMenu-expressBtn__link .svgIcon {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-expressBtn__link .svgIcon {
    left: 26.5px;
  }
}
@media screen and (min-width: 768px) {
  .contentMenu-expressBtn__link .svgIcon--limited {
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-expressBtn__link .svgIcon--limited {
    width: 11px;
  }
}
.contentMenu-external {
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-external {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-top: 20px;
    padding-top: 40px;
  }
  .contentMenu-external:before {
    background-color: #ffffff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-external {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .contentMenu-external .contentMenu-btn {
    height: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 340px;
  }
  .contentMenu-external .contentMenu-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-external .contentMenu-btn {
    height: 50px;
    width: 100%;
  }
}
.contentMenu-external .contentMenu-btn__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #bbbbbb;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-external .contentMenu-btn__link {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .contentMenu-external .contentMenu-btn__link:before {
    content: "";
    margin-top: -0.25em;
  }
  .contentMenu-external .contentMenu-btn__link:after {
    margin-bottom: -0.25em;
  }
  .contentMenu-external .contentMenu-btn__link:before, .contentMenu-external .contentMenu-btn__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-external .contentMenu-btn__link {
    font-size: 12px;
    line-height: 1.25;
  }
  .contentMenu-external .contentMenu-btn__link:before {
    content: "";
    margin-top: -0.125em;
  }
  .contentMenu-external .contentMenu-btn__link:after {
    margin-bottom: -0.125em;
  }
  .contentMenu-external .contentMenu-btn__link:before, .contentMenu-external .contentMenu-btn__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.contentMenu-external .contentMenu-btn__link .svgIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .contentMenu-external .contentMenu-btn__link .svgIcon {
    left: 28px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-external .contentMenu-btn__link .svgIcon {
    left: 12px;
  }
}
.contentMenu-external .contentMenu-btn__link .svgIcon__path {
  fill: none;
  fill-rule: evenodd;
  stroke: #666666;
  stroke-width: 1px;
}

@media screen and (min-width: 768px) {
  .contentMenu-external .contentMenu-btn__link .svgIcon--external {
    width: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-external .contentMenu-btn__link .svgIcon--external {
    width: 12px;
  }
}
@media screen and (min-width: 768px) {
  .contentMenu-residenceList {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    width: 590px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-residenceList {
    margin-top: 27.5px;
  }
}
@media screen and (min-width: 768px) {
  .contentMenu-residenceList__item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .contentMenu-residenceList__item:nth-of-type(n + 3) {
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-residenceList__item:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.contentMenu-residenceList__link {
  color: #333333;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-residenceList__link {
    font-size: 12px;
    letter-spacing: 0;
    padding-left: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.5;
  }
  .contentMenu-residenceList__link:before {
    content: "";
    margin-top: -0.25em;
  }
  .contentMenu-residenceList__link:after {
    margin-bottom: -0.25em;
  }
  .contentMenu-residenceList__link:before, .contentMenu-residenceList__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .contentMenu-residenceList__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-residenceList__link {
    font-size: 10px;
    padding-left: 22.5px;
    line-height: 1.4;
  }
  .contentMenu-residenceList__link:before {
    content: "";
    margin-top: -0.2em;
  }
  .contentMenu-residenceList__link:after {
    margin-bottom: -0.2em;
  }
  .contentMenu-residenceList__link:before, .contentMenu-residenceList__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.contentMenu-residenceList__link .svgIcon {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

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

@media screen and (min-width: 768px) {
  .contentMenu-residenceList__link .svgIcon--external {
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-residenceList__link .svgIcon--external {
    width: 12px;
  }
}
.site-theme-white .contentMenu {
  color: #333333;
}

.site-theme-white .contentMenu__bg {
  background-color: #e3dfd6;
}

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

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

.site-theme-black .contentMenu-pageList__item.is-active .contentMenu-pageList__link {
  background-color: rgba(136, 136, 136, 0.2);
}

@media screen and (min-width: 769px) {
  .site-theme-black .contentMenu-pageList__item:hover .contentMenu-pageList__link {
    background-color: rgba(136, 136, 136, 0.2);
  }
  .contentMenu-pageList__item:nth-child(odd) .contentMenu-pageList__link {
    border-right: 1px solid rgba(136, 136, 136, 0.8);
  }
}
.site-theme-black .contentMenu-pageList__item:before {
  color: #ffffff;
}

.site-theme-black .contentMenu-pageList__item:after {
  background-color: #999999;
}

.site-theme-black .contentMenu-pageList__link {
  color: #ffffff;
}

.site-theme-black .cs .contentMenu-pageList__link {
  color: #999999;
}

.site-theme-black .contentMenu-pageList .statusIcon:before, .site-theme-black .contentMenu-pageList .statusIcon:after {
  background-color: #666666;
}

.site-theme-black .contentMenu-specialList:after {
  background-color: #999999;
}

.site-theme-black .contentMenu-specialList__item:not(:last-of-type):after {
  background-color: #999999;
}

.site-theme-black .contentMenu-dropdown__link {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .site-theme-black .contentMenu-dropdown__body {
    background-color: #888888;
  }
}
.site-theme-black .contentMenu-dropdown__txt {
  color: #ffffff;
}

.site-theme-black .contentMenu-dropdown .statusIcon:before, .site-theme-black .contentMenu-dropdown .statusIcon:after {
  color: #ffffff;
}

.site-theme-black .contentMenu-subNav__link {
  color: #ffffff;
}

.site-theme-black .contentMenu-express__txt {
  color: #ffffff;
}

.site-theme-black .contentMenu-expressBtn__link {
  background-color: #888888;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .site-theme-black .contentMenu-expressBtn__link:hover {
    background-color: #ffffff;
    color: #888888;
  }
}
.site-theme-black .contentMenu-external:before {
  background-color: #999999;
}

.site-theme-black .contentMenu-btn__link {
  color: #ffffff;
}

.site-theme-black .contentMenu-residenceList__link {
  color: #ffffff;
}

.site-theme-black .contentMenu-external .contentMenu-btn__link .svgIcon__path {
  stroke: #ffffff;
}

.site-theme-black .contentMenu-residenceList__link .svgIcon__path {
  stroke: #ffffff;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .cvMenu__close {
    height: 17px;
    right: 40px;
    top: 90px;
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu__close {
    height: 14.5px;
    right: 20px;
    top: 60px;
    width: 24.5px;
  }
}
.cvMenu__close:before, .cvMenu__close:after {
  background-color: #333333;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  width: 114.2857142857%;
}

.cvMenu__close:before {
  left: 0;
  -webkit-transform: rotate(30.6deg);
  transform: rotate(30.6deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.cvMenu__close:after {
  right: 0;
  -webkit-transform: rotate(-30.6deg);
  transform: rotate(-30.6deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

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

.cvMenu {
  pointer-events: none;
}

.cvMenu__content {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  visibility: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.cvMenu__inner {
  background-color: #ffffff;
}

.cvMenu.is-visible {
  pointer-events: auto;
}

.cvMenu.is-visible:before {
  opacity: 1;
}

.cvMenu.is-visible .cvMenu__content {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

.cvMenu .mansionSymbol {
  opacity: 0;
  position: absolute;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  visibility: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.cvMenu.is-visible .mansionSymbol {
  opacity: 1;
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
  visibility: visible;
}

.cvMenu-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: fixed;
  z-index: 9993;
}

@media screen and (min-width: 768px) {
  .cvMenu-menu {
    height: 30px;
    right: 40px;
    top: 40px;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-menu {
    height: 15px;
    right: 20px;
    top: 20px;
    width: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .cvMenu-menu {
    height: 15px;
    right: 20px;
    top: 20px;
    width: 26px;
  }
}
.cvMenu-menu:before {
  content: "";
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .cvMenu-menu:before {
    height: 70px;
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-menu:before {
    height: 35px;
    width: 35px;
  }
}
.cvMenu-menu__line {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvMenu-menu__line {
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-menu__line {

    height: 1px;
  }
}
.cvMenu-menu.is-mod:before {
  opacity: 1;
}

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

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

@media screen and (min-width: 768px) {
  .cvMenu-bnrArea {
    padding: 200px 0 95px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-bnrArea {
    padding: 150px 40px 77.5px;
  }
}
.cvMenu-bnrArea__inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--main {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--main .cvMenu-bnr {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn {
    margin-top: 25px;
  }
}
.cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn__link .svgIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn__link .svgIcon {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn__link .svgIcon {
    left: 26.5px;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--tel {
    margin-top: 60px;
    padding-top: 50px;
    position: relative;
  }
  .cvMenu-bnrGroup--tel:before {
    background-color: #c5c5c5;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .cvMenu-bnrGroup--tel .cvMenu-bnr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .cvMenu-bnrGroup--tel .cvMenu-bnr__txt {
    color: #999999;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .cvMenu-bnrGroup--tel .cvMenu-bnr__txt {
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .cvMenu-bnrGroup--tel .cvMenu-bnr .cvMenu-btn {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-bnrGroup--tel {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-bnr:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
.cvMenu-bnr__txt {
  color: #666666;
}

.cvMenu-bnr__txt.bottom {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnr__txt {
    font-size: 10px;
    letter-spacing: 0.15em;
    line-height: 1.6;
  }
  .cvMenu-bnr__txt:before {
    content: "";
    margin-top: -0.3em;
  }
  .cvMenu-bnr__txt:after {
    margin-bottom: -0.3em;
  }
  .cvMenu-bnr__txt:before, .cvMenu-bnr__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .cvMenu-bnr__txt.bottom {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-bnr__txt {
    font-size: 11px;
    letter-spacing: 0.06em;
    line-height: 1.54545;
  }
  .cvMenu-bnr__txt:before {
    content: "";
    margin-top: -0.272725em;
  }
  .cvMenu-bnr__txt:after {
    margin-bottom: -0.272725em;
  }
  .cvMenu-bnr__txt:before, .cvMenu-bnr__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-bnr__txt + .cvMenu-btn {
    margin-top: 10px;
  }
}
.cvMenu-btn {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-btn {
    height: 50px;
  }
}
.cvMenu-btn__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #3C5D4E;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link {
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.75;
  }
  .cvMenu-btn__link:before {
    content: "";
    margin-top: -0.375em;
  }
  .cvMenu-btn__link:after {
    margin-bottom: -0.375em;
  }
  .cvMenu-btn__link:before, .cvMenu-btn__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .cvMenu-btn__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-btn__link {
    font-size: 12px;
    line-height: 1.25;
  }
  .cvMenu-btn__link:before {
    content: "";
    margin-top: -0.125em;
  }
  .cvMenu-btn__link:after {
    margin-bottom: -0.125em;
  }
  .cvMenu-btn__link:before, .cvMenu-btn__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.cvMenu-btn__link .svgIcon__path {
  fill: none;
  stroke: #ffffff;
}

.cvMenu-btn__link .svgIcon--tel {
  height: auto;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link .svgIcon--tel {
    margin-right: 12px;
    width: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-btn__link .svgIcon--tel {
    margin-right: 16.5px;
    width: 12px;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-btn__link .svgIcon--request {
    width: 36px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-btn__link .svgIcon--request {
    width: 31px;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-btn__link .svgIcon--entry {
    width: 32px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-btn__link .svgIcon--entry {
    width: 27px;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-btn__link .svgIcon--online {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-btn__link .svgIcon--online {
    width: 32px;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-btn__link .svgIcon--reserve {
    width: 36px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-btn__link .svgIcon--reserve {
    width: 31px;
  }
}
.cvMenu-btn--tel {
  display: block;
  height: auto;
  width: auto;
}

@media screen and (max-width: 768px) {
  .cvMenu-btn--tel {
    height: 50px;
  }
}
.cvMenu-btn--tel .cvMenu-btn__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Times New Roman", Times, "Yu Mincho", YuMincho, YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__link {
    background: none;
    font-size: 26px;
    letter-spacing: 0.15em;
    pointer-events: none;
    line-height: 1.07692;
  }
  .cvMenu-btn--tel .cvMenu-btn__link:before {
    content: "";
    margin-top: -0.03846em;
  }
  .cvMenu-btn--tel .cvMenu-btn__link:after {
    margin-bottom: -0.03846em;
  }
  .cvMenu-btn--tel .cvMenu-btn__link:before, .cvMenu-btn--tel .cvMenu-btn__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__link {
    background: #ffffff;
    border: 1px solid #666666;
    font-size: 22.5px;
    letter-spacing: 0.15em;
  }
}
.cvMenu-corporateArea {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateArea {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-corporateArea {
    padding: 77.5px 40px 150px;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-corporateArea__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-corporateArea--noColumn .cvMenu-corporateArea__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .cvMenu-corporateArea--noColumn .cvMenu-corporateBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .cvMenu-corporateArea--noColumn .cvMenu-corporateBlock .cvMenu-corporateList {
    margin-left: 60px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-corporateBlock {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-corporateBlock:not(:last-of-type) {
    margin-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-corporateBlock:not(:last-of-type) {
    margin-bottom: 55px;
  }
}
.cvMenu-corporateLogo__link {
  display: block;
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateLogo__image--mitsubishi {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-corporateLogo__image--mitsubishi {
    width: 148px;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-corporateLogo__image--mitsubishisoko {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-corporateLogo__image--mitsubishisoko {
    width: 84.5px;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-corporateLogo__image--daiei {
    width: 144px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-corporateLogo__image--daiei {
    width: 104px;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-corporateLogo + .cvMenu-corporateList {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-corporateLogo + .cvMenu-corporateList {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-corporateList__item {
    width: 215px;
  }
}
@media screen and (min-width: 768px) {
  .cvMenu-corporateList__item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-corporateList__item:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.cvMenu-corporateList__link {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateList__link {
    font-size: 10px;
    letter-spacing: 0.04em;
    padding-left: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.8;
  }
  .cvMenu-corporateList__link:before {
    content: "";
    margin-top: -0.4em;
  }
  .cvMenu-corporateList__link:after {
    margin-bottom: -0.4em;
  }
  .cvMenu-corporateList__link:before, .cvMenu-corporateList__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .cvMenu-corporateList__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-corporateList__link {
    font-size: 10px;
    padding-left: 20px;
    line-height: 1.4;
  }
  .cvMenu-corporateList__link:before {
    content: "";
    margin-top: -0.2em;
  }
  .cvMenu-corporateList__link:after {
    margin-bottom: -0.2em;
  }
  .cvMenu-corporateList__link:before, .cvMenu-corporateList__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.cvMenu-corporateList__link .svgIcon {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

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

@media screen and (min-width: 768px) {
  .cvMenu-corporateList__link .svgIcon--external {
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .cvMenu-corporateList__link .svgIcon--external {
    width: 12px;
  }
}
.site-theme-white .cvMenu__close:before, .site-theme-white .cvMenu__close:after {
  background-color: #000000;
}

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

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

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

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

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

.site-theme-black .cvMenu-btn__link.cvMenu-btn__link_gold {
  background: linear-gradient(to right, #3D3D0E 0%, rgba(119, 119, 47, 1) 51%, #3D3D0E 100%);
}

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

@media screen and (max-width: 768px) {
  .site-theme-black .cvMenu-btn--tel .cvMenu-btn__link {
    border: 1px solid #ffffff;
  }
}
.emergency {
  background-color: #dcdcdc;
  color: #333333;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .emergency {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .emergency {
    padding: 30px 20px;
  }
}
.emergency + .header {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99999;
}

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

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

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

@media screen and (max-width: 768px) {
  .emergency-message {
    padding-right: 15px;
  }
  .emergency-message:after {
    content: "＞";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0.6, 1);
    transform: scale(0.6, 1);
  }
}
.emergency-message__link {
  color: #333333;
  display: inline-block;
  letter-spacing: 0.15em;
  overflow-x: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .emergency-message__link {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
@media screen and (max-width: 768px) {
  .emergency-message__link {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .emergency-message__link:after {
    content: "＞";
    display: inline-block;
    -webkit-transform: scale(0.6, 1);
    transform: scale(0.6, 1);
  }
}
.emergency-message__inner {
  padding-left: 20px;
  position: relative;
}

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

.bottomCV-btn {
  position: relative;
}

@media screen and (min-width: 768px) {
  .bottomCV-btn {
    height: 60px;
    margin: 0 auto;
    width: 340px;
  }
  .bottomCV-btn:hover:before {
    color: #25261F;
  }
  .bottomCV-btn:hover .bottomCV-btn__link {
    background-color: #ffffff;
    color: #25261F;
  }
}
@media screen and (max-width: 768px) {
  .bottomCV-btn {
    height: 50px;
    width: 100%;
  }
}
.bottomCV-btn:before {
  color: #ffffff;
  content: "＞";
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0.6, 1) translate(0, -50%);
  transform: scale(0.6, 1) translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .bottomCV-btn:before {
    font-size: 14px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bottomCV-btn:before {
    font-size: 9px;
    right: 15px;
  }
}
.bottomCV-btn__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0.15em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bottomCV-btn__link {
    font-size: 16px;
    line-height: 1.75;
  }
  .bottomCV-btn__link:before {
    content: "";
    margin-top: -0.375em;
  }
  .bottomCV-btn__link:after {
    margin-bottom: -0.375em;
  }
  .bottomCV-btn__link:before, .bottomCV-btn__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .bottomCV-btn__link {
    font-size: 12px;
    line-height: 1.25;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bottomCV-btn__link:before {
    content: "";
    margin-top: -0.125em;
  }
  .bottomCV-btn__link:after {
    margin-bottom: -0.125em;
  }
  .bottomCV-btn__link:before, .bottomCV-btn__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) {
  .bottomArea {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .bottomArea {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .bottomArea .caption + .bottomCV-btn {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .bottomArea .caption + .bottomCV-btn {
    margin-top: 50px;
  }
}
.bottomArea__inner {
  margin: 0 auto;
  max-width: 1000px;
  width: calc(100% - 200px);
}
@media only screen and (max-width: 1280px) {
  .bottomArea__inner {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 1024px) {
  .bottomArea__inner {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 767px) {
  .bottomArea__inner {
    width: 100%;
  }
}

.footer-bottom {
  background-color: #333333;
}

@media screen and (min-width: 768px) {
  .footer-pagedirection {
    padding-top: 64px;
  }
}

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

.pageDirection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          column-gap: 30px;
}

.pageDirection__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(190, 158, 115, 0.5);
  border-top: 1px solid rgba(190, 158, 115, 0.5);
  color: #be9e73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Garamond", serif;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: .15em;
  -webkit-transition: background-color .6s ease;
  transition: background-color .6s ease;
}

.pageDirection__link span {
  color: #be9e73;
}

@media screen and (min-width: 768px) {
  .pageDirection__link {
    font-size: 16px;
    gap: 20px;
    line-height: .7;
    padding: 32px;
    width: 583px;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__link {
    font-size: 12px;
    gap: 10px;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 25px 8px;
    width: 137.5px;
  }
}

@media screen and (min-width: 768px) {
  .pageDirection__link:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media (hover: hover) and (pointer: fine) {
  .pageDirection__link:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.pageDirection__link .num {
  font-family: "Cinzel", serif;
}

@media screen and (min-width: 768px) {
  .pageDirection__link .icon {
    width: 22px;
  }
}

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

.pageDirection__link--previous {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.pageDirection__link--previous .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

@media screen and (min-width: 768px) {
  .footer-contact {
    padding: 75px 80px 80px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 60px 40px 65px;
  }
}
@media screen and (min-width: 768px) {
  .footer-contact__title {
    font-size: 12px;
    letter-spacing: 0.15em;

    line-height: 1.5;
  }
  .footer-contact__title:before {
    content: "";
    margin-top: -0.25em;
  }
  .footer-contact__title:after {
    margin-bottom: -0.25em;
  }
  .footer-contact__title:before, .footer-contact__title:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact__title {
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .footer-contact__title:before {
    content: "";
    margin-top: -0.25em;
  }
  .footer-contact__title:after {
    margin-bottom: -0.25em;
  }
  .footer-contact__title:before, .footer-contact__title:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.footer-contact__title * {
  color: #fff !important;
}

.footer-contact__address {
  color: #cccccc;
}

@media screen and (min-width: 768px) {
  .footer-contact__address {
    font-size: 12px;
    letter-spacing: 0.15em;
    margin-top: 30px;
    line-height: 1.5;
  }
  .footer-contact__address:before {
    content: "";
    margin-top: -0.25em;
  }
  .footer-contact__address:after {
    margin-bottom: -0.25em;
  }
  .footer-contact__address:before, .footer-contact__address:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact__address {
    font-size: 10px;
    letter-spacing: 0.02em;
    margin-top: 25px;
    line-height: 1.5;
  }
  .footer-contact__address:before {
    content: "";
    margin-top: -0.25em;
  }
  .footer-contact__address:after {
    margin-bottom: -0.25em;
  }
  .footer-contact__address:before, .footer-contact__address:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.footer-contact__tel {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Marcellus", serif;
  letter-spacing: 0.11em;
  line-height: 0.75;
}

@media screen and (min-width: 768px) {
  .footer-contact__tel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    font-size: 26px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 40px;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact__tel {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    font-size: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .footer-contact__tel img {
    margin-right: 14px;
    width: 16px;
  }
  .footer-landline__tel img {
    margin-right: 14px;
    width: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact__tel img {
    margin-right: 11px;
    width: 15px;
  }
  .footer-landline__tel img {
    margin-right: 11px;
    width: 15px;
  }
}
.footer-contact__schedule {
  color: #cccccc;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .footer-contact__schedule {
    line-height: 1.6;
    font-size: 10px;
    margin-top: 30px;
  }
  .footer-contact__schedule:before {
    content: "";
    margin-top: -0.3em;
  }
  .footer-contact__schedule:after {
    margin-bottom: -0.3em;
  }
  .footer-contact__schedule:before, .footer-contact__schedule:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact__schedule {
    font-size: 10px;
    margin-top: 20px;
    line-height: 1.5;
  }
  .footer-contact__schedule:before {
    content: "";
    margin-top: -0.25em;
  }
  .footer-contact__schedule:after {
    margin-bottom: -0.25em;
  }
  .footer-contact__schedule:before, .footer-contact__schedule:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.footer-contact__closed {
  color: #eb6877;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .footer-contact__closed {
    line-height: 1.6;
    font-size: 10px;
    margin-top: 20px;
  }
  .footer-contact__closed:before {
    content: "";
    margin-top: -0.3em;
  }
  .footer-contact__closed:after {
    margin-bottom: -0.3em;
  }
  .footer-contact__closed:before, .footer-contact__closed:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact__closed {
    font-size: 8px;
    margin-top: 20px;
    line-height: 1.625;
  }
  .footer-contact__closed:before {
    content: "";
    margin-top: -0.3125em;
  }
  .footer-contact__closed:after {
    margin-bottom: -0.3125em;
  }
  .footer-contact__closed:before, .footer-contact__closed:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.footer-contact__intro {
  display: block;
}

@media screen and (max-width: 768px) {
  .footer-contact__about {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact .site-heading {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .footer-landline {
    margin-top: 65px;
  }
  .footer-landline span {
    color: #fff;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-landline {
    margin-top: 50px;
  }
  .footer-landline span {
    color: #fff;
    font-size: 12px;
  }
}
.footer-landline__txt {
  color: #999999;
}

@media screen and (min-width: 768px) {
  .footer-landline__txt {
    font-size: 10px;
    letter-spacing: 0.15em;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .footer-landline__txt:before {
    content: "";
    margin-top: -0.3em;
  }
  .footer-landline__txt:after {
    margin-bottom: -0.3em;
  }
  .footer-landline__txt:before, .footer-landline__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-landline__txt {
    font-size: 8px;
    line-height: 1.625;
    margin-bottom: 20px;
  }
  .footer-landline__txt:before {
    content: "";
    margin-top: -0.3125em;
  }
  .footer-landline__txt:after {
    margin-bottom: -0.3125em;
  }
  .footer-landline__txt:before, .footer-landline__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.footer-landline__tel {
  color: #ffffff;
  display: block;
  font-family: "Marcellus", serif;
  letter-spacing: 0.11em;
}

@media screen and (min-width: 768px) {
  .footer-landline__tel {
    font-size: 20px;
    margin-top: 5px;
    pointer-events: none;
    line-height: 1.5;
  }
  .footer-landline__tel:before {
    content: "";
    margin-top: -0.25em;
  }
  .footer-landline__tel:after {
    margin-bottom: -0.25em;
  }
  .footer-landline__tel:before, .footer-landline__tel:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-landline__tel {
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.5;
  }
  .footer-landline__tel:before {
    content: "";
    margin-top: -0.25em;
  }
  .footer-landline__tel:after {
    margin-bottom: -0.25em;
  }
  .footer-landline__tel:before, .footer-landline__tel:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-subNav {
    margin-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .footer-subNav {
    margin-top: 50px;
  }
}
.footer-subNav__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer-subNav__link {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding-left: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.5;
  }
  .footer-subNav__link:before {
    content: "";
    margin-top: -0.25em;
  }
  .footer-subNav__link:after {
    margin-bottom: -0.25em;
  }
  .footer-subNav__link:before, .footer-subNav__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .footer-subNav__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .footer-subNav__link {
    font-size: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    letter-spacing: 0.1em;
    padding-left: 22.5px;
    line-height: 1.4;
  }
  .footer-subNav__link:before {
    content: "";
    margin-top: -0.2em;
  }
  .footer-subNav__link:after {
    margin-bottom: -0.2em;
  }
  .footer-subNav__link:before, .footer-subNav__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-subNav__link:not(:last-of-type) {
    margin-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .footer-subNav__link:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.footer-subNav__icon {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .footer-subNav__icon {
    width: 11px;
  }
}
@media screen and (max-width: 768px) {
  .footer-subNav__icon {
    width: 12px;
  }
}
.footer-recommend {
  background-color: #222222;
  color: #ffffff;
}

.footer-recommend__title {
  color: #fff !important;
}

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

}
@media screen and (min-width: 768px) {
  .footer-recommend__title {
    font-size: 14px;
    letter-spacing: 0.15em;
    text-align: center;
    line-height: 1.71429;
  }
  .footer-recommend__title:before {
    content: "";
    margin-top: -0.357145em;
  }
  .footer-recommend__title:after {
    margin-bottom: -0.357145em;
  }
  .footer-recommend__title:before, .footer-recommend__title:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-recommend__title {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.41667;
  }
  .footer-recommend__title:before {
    content: "";
    margin-top: -0.208335em;
  }
  .footer-recommend__title:after {
    margin-bottom: -0.208335em;
  }
  .footer-recommend__title:before, .footer-recommend__title:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-recommend__iframe {
    height: 231px;
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-recommend__iframe {
    height: 208px;
    margin: 25px calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.footer-otherArea {
  border-top: 1px solid #666666;
}

@media screen and (min-width: 768px) {
  .footer-otherArea {
    margin-top: 45px;
    padding-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-otherArea {
    margin-top: 30px;
    padding-top: 22.5px;
  }
}
.footer-otherArea__link {
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0.15em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .footer-otherArea__link {
    font-size: 14px;
    padding-left: 30px;
    line-height: 1.71429;
  }
  .footer-otherArea__link:before {
    content: "";
    margin-top: -0.357145em;
  }
  .footer-otherArea__link:after {
    margin-bottom: -0.357145em;
  }
  .footer-otherArea__link:before, .footer-otherArea__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .footer-otherArea__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .footer-otherArea__link {
    font-size: 12px;
    padding-left: 25px;
    line-height: 1.41667;
  }
  .footer-otherArea__link:before {
    content: "";
    margin-top: -0.208335em;
  }
  .footer-otherArea__link:after {
    margin-bottom: -0.208335em;
  }
  .footer-otherArea__link:before, .footer-otherArea__link:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.footer-otherArea__link .svgIcon {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

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

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

@media screen and (min-width: 768px) {
  .bnrSumaiGallery {
    margin: 30px auto 0;
    width: 295px;
  }
  .bnrSumaiGallery:hover .bnrSumaiGallery__image {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .bnrSumaiGallery {
    margin-top: 28px;
  }
}
.bnrSumaiGallery__image {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-corporateArea {
  position: relative;
  z-index: 5;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .footer-corporateArea {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 10px 40px;
  }
}
.footer-corporateList {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer-corporateList__item {
    height: 110px;
    padding: 0 40px;
    position: relative;
    width: auto;
  }
  .footer-corporateList__item:first-of-type {
    padding-left: 0;
  }
  .footer-corporateList__item:not(:last-of-type):after {
    background-color: #cccccc;
    content: "";
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .footer-corporateList__item {
    height: 80px;
    width: 100%;
  }
}
.footer-corporateList__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer-corporateList__logo--mitsubishi {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .footer-corporateList__logo--mitsubishi {
    width: 148px;
  }
}
@media screen and (min-width: 768px) {
  .footer-corporateList__logo--mitsubishisoko {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .footer-corporateList__logo--mitsubishisoko {
    width: 84.5px;
  }
}
@media screen and (min-width: 768px) {
  .footer-corporateList__logo--daiei {
    width: 144px;
  }
}
@media screen and (max-width: 768px) {
  .footer-corporateList__logo--daiei {
    width: 104px;
  }
}
@media screen and (max-width: 768px) {
  .footer-corporateList--multiple:before, .footer-corporateList--multiple:after {
    background-color: #cccccc;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.footer-corporateList--multiple:before {
  height: 1px;
  width: 50px;
}

.footer-corporateList--multiple:after {
  height: 25px;
  width: 1px;
}

@media screen and (max-width: 768px) {
  .footer-corporateList--multiple .footer-corporateList__item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    padding: 0 20px;
  }
}
.footer-copyright__txt {
  color: #666666;
  font-family: "Marcellus", serif;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .footer-copyright__txt {
    font-size: 10px;
    text-align: right;
    line-height: 1.6;
  }
  .footer-copyright__txt:before {
    content: "";
    margin-top: -0.3em;
  }
  .footer-copyright__txt:after {
    margin-bottom: -0.3em;
  }
  .footer-copyright__txt:before, .footer-copyright__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-copyright__txt {
    border-top: 1px solid #cccccc;
    font-size: 9px;
    padding: 25px 0 65px;
    line-height: 1.66667;
  }
  .footer-copyright__txt:before {
    content: "";
    margin-top: -0.333335em;
  }
  .footer-copyright__txt:after {
    margin-bottom: -0.333335em;
  }
  .footer-copyright__txt:before, .footer-copyright__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.header-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: fixed;
  z-index: 9999;
}

@media screen and (min-width: 768px) {
  .header-menu {
    height: 17px;
    right: 40px;
    top: 40px;
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header-menu {
    height: 15px;
    right: 20px;
    top: 20px;
    width: 26px;
  }
}
.header-menu:before {
  content: "";
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .header-menu:before {
    height: 40px;
    width: 55px;
  }
}
@media screen and (max-width: 768px) {
  .header-menu:before {
    height: 35px;
    width: 35px;
  }
}
.header-menu:after {
  background-color: #eb6877;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

@media screen and (min-width: 768px) {
  .header-menu:after {
    -webkit-transform: translate(-6px, -8px);
    transform: translate(-6px, -8px);
  }
}
@media screen and (max-width: 768px) {
  .header-menu:after {
    -webkit-transform: translate(-2px, -8px);
    transform: translate(-2px, -8px);
  }
}
.header-menu__line {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header-menu__line {
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .header-menu__line {
    height: 1px;
  }
}
.header-menu.is-mod:before {
  opacity: 1;
}

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

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

@media screen and (min-width: 768px) {
  .site-theme-white .mansionSymbol-gradient {
    background: url("../imgs/pc/hdr-transparent-black.png") top left repeat-x;
  }
}
@media screen and (max-width: 768px) {
  .site-theme-white .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-black.png") bottom left no-repeat;
    background-size: cover;
  }
}
.site-theme-white .header-menu:before {
  background-color: rgba(255, 255, 255, 0.6);
}

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

@media screen and (min-width: 768px) {
  .site-theme-black .mansionSymbol-gradient {
    background: url("../imgs/pc/hdr-transparent-white.png") top left repeat-x;
  }
}
@media screen and (max-width: 768px) {
  .site-theme-black .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-white.png") bottom left no-repeat;
    background-size: cover;
  }
}
.site-theme-black .header-menu:before {
  background-color: rgba(190, 184, 184, 0.4);
}

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

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

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

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

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

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

.header-menu {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  /* stylelint-disable */
  /* stylelint-enable */
}

.header-menu__line:nth-of-type(1) {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-menu__line:nth-of-type(2) {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-menu__line:nth-of-type(3) {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-menu.is-active .header-menu__line:nth-of-type(1) {
  -webkit-transform: rotate(28.6deg) scale(1.17, 1);
  transform: rotate(28.6deg) scale(1.17, 1);
}

.header-menu.is-active .header-menu__line:nth-of-type(2) {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.header-menu.is-active .header-menu__line:nth-of-type(3) {
  -webkit-transform: rotate(-28.6deg) scale(1.17, 1);
  transform: rotate(-28.6deg) scale(1.17, 1);
}

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

.cvBnr {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #3C5D4E;
  position: fixed;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .cvBnr {
    bottom: 150px;
    height: 115px;
    right: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    width: 70px;
    z-index: 999;
  }
}
@media screen and (max-width: 767px) {
  .cvBnr {
    bottom: 0;
    height: 46px;
    left: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: 1.8s;
    transition: 1.8s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    z-index: 999;
  }
}
.cvBnr:before {
  background-color: #cccccc;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cvBnr:before {
    content: "";
  }
}
.cvBnr__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: none;
  color: #333333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  /* stylelint-disable */
  /* stylelint-enable */
}

@media screen and (min-width: 768px) {
  .cvBnr__button {
    background-color: #3C5D4E;
  }
  .cvBnr__button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .cvBnr__button {
    background-color: #3C5D4E;
    -webkit-box-shadow: 0 0 13px 3px rgba(8, 1, 3, 0.3);
    box-shadow: 0 0 13px 3px rgba(8, 1, 3, 0.3);
    padding: 15px;
  }
}
.cvBnr__button:focus:not(:focus-visible) {
  outline: 0;
}

.cvBnr__button:after {
  color: #333333;
  font-size: 9px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
  transform: translate(0, -50%) scale(0.6, 1);
}

@media screen and (max-width: 768px) {
  .cvBnr__button:after {
    content: "＞";
  }
}
.cvBnr .cvBnr-title {
  font-weight: 700;
  letter-spacing: 0.15em;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .cvBnr .cvBnr-title {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .cvBnr .cvBnr-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 15px;
    line-height: 1.1;
    margin-left: -9px;
    padding-left: 15px;
  }
}
.cvBnr .cvBnr-title:before {
  background-color: #eb6877;
  border-radius: 50%;
  content: "";
  opacity: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .cvBnr .cvBnr-title:before {
    height: 6px;
    right: 0;
    top: 0;
    -webkit-transform: translate(4px, -6px);
    transform: translate(4px, -6px);
    width: 6px;
  }
}
@media screen and (max-width: 768px) {
  .cvBnr .cvBnr-title:before {
    height: 7.5px;
    left: 0;
    top: 0;
    width: 7.5px;
  }
}
.cvBnr .cvBnr-title__txt {
  display: block;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cvBnr .cvBnr-title__txt:not(:last-of-type):after {
    content: " / ";
  }
}
.cvBnr__logo {
  margin-left: 21px;
  width: 80px;
}

@media screen and (min-width: 768px) {
  .cvBnr__logo {
    display: none;
  }
}
.cvBnr.is-visible {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .cvBnr.is-visible {
    -webkit-transition: 0.6s 0.6s;
    transition: 0.6s 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .cvBnr.is-visible {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
.cvBnr.is-new .cvBnr-title:before {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .site-theme-black .cvBnr__button {
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  .site-theme-black .cvBnr__button {
    background-color: #000;
  }
}
.site-theme-black .cvBnr .cvBnr-title__txt {
  color: #ffffff;
}

.mansionSymbol {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  left: 0;
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .mansionSymbol {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mansionSymbol {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .mansionSymbol {
    padding: 4vw 5.3333333333vw;
  }
}
.mansionSymbol-bukkenLogo {
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
  width: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}
.mansionSymbol-bukkenLogo__link {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mansionSymbol-bukkenLogo__ph {
    width: 138px;
  }
}
@media screen and (max-width: 768px) {
  .mansionSymbol-bukkenLogo__ph {
    width: 109px;
  }
}
@media screen and (min-width: 768px) {
  .mansionSymbol-bukkenLogo__bk {
    margin-left: 15px;
    width: 410px;
  }
}
@media screen and (max-width: 768px) {
  .mansionSymbol-bukkenLogo__bk {
    margin-left: 0px;
    width: 260px;
  }
}
.mansionSymbol-gradient {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
  width: 100%;
  z-index: -1;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

@media screen and (min-width: 768px) {
  .mansionSymbol-gradient {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .mansionSymbol-gradient {
    height: 150px;
  }
}
@media screen and (min-width: 768px) {
  .site-theme-white .mansionSymbol-gradient {
    background: url("../imgs/pc/hdr-transparent-black.png") top left repeat-x;
  }
}
@media screen and (max-width: 768px) {
  .site-theme-white .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-black.png") bottom left no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 320px) {
  .site-theme-white .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-black.png") bottom left no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .site-theme-black .mansionSymbol-gradient {
    background: url("../imgs/pc/hdr-transparent-white.png") top left repeat-x;
  }
  /* .site-theme-black #top .mansionSymbol-gradient {
    background: none;
  } */
}

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

@media screen and (min-width: 768px) {
  .registration {
    padding: 60px 100px;
    width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .registration {
    padding: 30px;
    width: 100%;
  }
}
.registration__title {
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .registration__title {
    font-size: 24px;
    margin-bottom: 50px;
    line-height: 1.25;
  }
  .registration__title:before {
    content: "";
    margin-top: -0.125em;
  }
  .registration__title:after {
    margin-bottom: -0.125em;
  }
  .registration__title:before, .registration__title:after {
    content: "";
    display: block;

    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .registration__title {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.66667;
  }
  .registration__title:before {
    content: "";
    margin-top: -0.333335em;
  }
  .registration__title:after {
    margin-bottom: -0.333335em;
  }
  .registration__title:before, .registration__title:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.registration__txt {
  color: #666666;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .registration__txt {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 768px) {
  .registration__txt {
    font-size: 11px;
    line-height: 1.9090909091;
  }
}
.registrationDetail {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .registrationDetail {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 768px) {
  .registrationDetail {
    font-size: 11px;
    line-height: 1.9090909091;
  }
}
@media screen and (min-width: 768px) {
  .registrationDetail + .registration__txt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .registrationDetail + .registration__txt {
    margin-top: 20px;
  }
}
.registrationList {
  color: #666666;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .registrationList {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}
@media screen and (max-width: 768px) {
  .registrationList {
    font-size: 11px;
    line-height: 1.9090909091;
  }
}
.registrationList--necessary {
  counter-reset: num;
}

.registrationList--necessary .registrationList__item {
  counter-increment: num;
  position: relative;
}

@media screen and (min-width: 768px) {
  .registrationList--necessary .registrationList__item {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .registrationList--necessary .registrationList__item {
    padding-left: 17.5px;
  }
}
.registrationList--necessary .registrationList__item:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #666666;
  border-radius: 50%;
  content: counter(num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  left: 0;
  letter-spacing: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .registrationList--necessary .registrationList__item:before {
    font-size: 12px;
    height: 20px;
    top: 4px;
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .registrationList--necessary .registrationList__item:before {
    font-size: 10px;
    height: 15px;
    top: 4px;
    width: 15px;
  }
}
.registrationList--condition {
  counter-reset: num;
}

.registrationList--condition .registrationList__item {
  counter-increment: num;
  position: relative;
}

@media screen and (min-width: 768px) {
  .registrationList--condition .registrationList__item {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .registrationList--condition .registrationList__item {
    padding-left: 20px;
  }
}
.registrationList--condition .registrationList__item:before {
  content: "(" counter(num) ")";
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .registrationList + .registration__txt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .registrationList + .registration__txt {
    margin-top: 20px;
  }
}
.registration {
  margin: 80px auto 0;
  border: 1px solid rgba(37, 38, 31, 0.4);
}
@media only screen and (max-width: 767px) {
  .registration {
    margin-top: 40px;
    width: 100%;
  }
}
.registration > * {
  color: #25261F;
}

/* visible or hidden
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .visible-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible-pctb {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .visible-tbsp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}
.visible-xs, .visible-sm, .visible-tab, .visible-md, .visible-lg, .visible-xs-flex {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .visible-xs-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 1400px) {
  .hidden-w1400 {
    display: none !important;
  }
  .visible-w1400 {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .hidden-tab {
    display: none !important;
  }
  .visible-tab {
    display: block !important;
  }
}
@media (max-width: 1280px) {
  .hidden-pc {
    display: none !important;
  }
  .visible-pc {
    display: block !important;
  }
}

/* views */
.spView {
  display: none !important;
}
@media only screen and (max-width:768px) {
  .spView {
    display: block !important;
  }
  .pcView {
    display: none !important;
  }
}

/* figure リセット
--------------------------------------------------------------------------------*/
figure {
  margin: 0;
}

/* ja en number
--------------------------------------------------------------------------------*/
.ja {
  font-family: "Times New Roman", Times, "Yu Mincho", YuMincho, YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", serif;
}

.ja_b {
  font-family: "Times New Roman", Times, "Yu Mincho", YuMincho, YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  color: #676450;
}

.ja_w {
  font-family: "Times New Roman", Times, "Yu Mincho", YuMincho, YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  color: #fff;
}

.num {
  font-family: "Times New Roman", Times, "Yu Mincho", YuMincho, YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  display: inline-block;
  margin: 0 4px;
}
@media only screen and (max-width: 767px) {
  .num {
    margin: 0 2px;
  }
}

.num_b {
  font-family: "Times New Roman", Times, "Yu Mincho", YuMincho, YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  display: inline-block;
  margin: 0 4px;
  color: #676450;
}
@media only screen and (max-width: 767px) {
  .num_b {
    margin: 0 2px;
  }
}

.num_w {
  font-family: "Times New Roman", Times, "Yu Mincho", YuMincho, YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  display: inline-block;
  margin: 0 4px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .num_w {
    margin: 0 2px;
  }
}

/* img-caps
--------------------------------------------------------------------------------*/
.pos-relative {
  position: relative;
}

.img-caps {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  padding: 5px 5px 6px 6px;
  color: #fff;
  letter-spacing: -0.02em;
  z-index: 5;
  text-align: right;
}

.img-caps.shadow {
  text-shadow: 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3), 
  0px 0px 10px rgba(0, 0, 0, 0.3);
}

.img-caps.left {
  right: auto;
  left: 0;
}

.img-caps.rb-round-top {
  padding: 5px 15px 6px 6px;
}
@media only screen and (max-width: 767px) {
  .img-caps.rb-round-top {
    padding: 5px 25px 6px 6px;
  }
}

.img-caps.rb-round {
  padding: 5px 15px 6px 6px;
}
@media only screen and (max-width: 767px) {
  .img-caps.rb-round {
    padding: 5px 10px 6px 6px;
  }
}

.img-caps.b20 {
  bottom: 20px;
}

.img-caps.lower-kv {
  bottom: 120px;
}
@media (max-width: 1440px) {
  .img-caps.lower-kv {
    bottom: 100px;
  }
}
@media only screen and (max-width: 1280px) {
  .img-caps.lower-kv {
    bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .img-caps.lower-kv {
    bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .img-caps.lower-kv {
    bottom: 90px;
  }
}

.img-caps.under {
  color: #333;
  bottom: -20px;
}

.img-caps.centerBottom {
  color: #333;
  bottom: -30px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  left: 50%;
  text-align: center;
}

.img-caps.with-bg {
  background: rgba(0, 0, 0, 0.5);
}

.img-caps.black {
  color: #333;
}

.img-caps.shadow {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.8), 0px 0px 7px rgba(0, 0, 0, 0.8);
}

.img-caps.shadow2 {
  color: #fff;
  text-shadow: 
  0px 0px 3px rgba(0, 0, 0,1), 
  0px 0px 3px rgba(0, 0, 0,1), 
  0px 0px 3px rgba(0, 0, 0,1), 
  0px 0px 3px rgba(0, 0, 0,1), 
  0px 0px 3px rgba(0, 0, 0,1);
}

img.full-img {
  width: 100%;
  display: block;
}

/* container */
.center {
  width: calc(100% - 200px);
  margin: 0 auto;
}

.w1400 {
  width: calc(100% - 200px);
  margin: 0 auto;
  max-width: 1400px;
}

/* --------------------------------------------------
  spCommonModal
-------------------------------------------------- */
/* @media only screen and (min-width: 769px) {
  #spCommonModalArea {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .commonSpModalImage {
    position: relative;
    cursor: pointer;
  }
  .commonSpModalImage:before {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../../common/imgs/ico_sp_modal.svg") no-repeat center center/contain;
  }
  #spCommonModalArea {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-overflow-scrolling: touch;
    z-index: 9999999;
  }
  #spCommonModalTable {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding: 60px 0;
  }
  #spCommonModalCell {
    display: table-cell;
    vertical-align: middle;
  }
  #spCommonModalInner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  #spCommonModalInner img {
    max-width: 100%;
    height: auto;
  }
  #spCommonModalContents, #spCommonSlideContents {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #spCommonModalContents:before, #spCommonSlideContents:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    background: url("../../common/imgs/swipe_icon.svg") no-repeat center center/contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-animation: return 3s 0s infinite ease;
            animation: return 3s 0s infinite ease;
    z-index: 2;
  }
  #spCommonModalContents.icoOff:before, #spCommonSlideContents.icoOff:before {
    opacity: 0;
  }
  #spCommonModalContents figure, #spCommonSlideContents figure {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 200%;
    padding: 0 20px;
  }
  #spCommonModalContents figure img, #spCommonSlideContents figure img {
    width: 100%;
  }
  #spCommonModalClose {
    position: absolute;
    top: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #spCommonModalClose:before, #spCommonModalClose:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #fff;
  }
  #spCommonModalClose:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #spCommonModalClose:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1200px) {
  #spCommonModalContents figure, #spCommonSlideContents figure {
    width: 150%;
  }
} */
/* swipe
--------------------------------------------------------------------------------*/
/*スワイプ表示ここから*/
.swipeBox {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.swipeBox span {
  color: #fff;
}

.swipeIcon {
  font-size: 45px;
  -webkit-animation: swipeAnimation 1s ease-in-out infinite alternate;
          animation: swipeAnimation 1s ease-in-out infinite alternate;
}

@-webkit-keyframes swipeAnimation {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@keyframes swipeAnimation {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
/*tab_Setting*/
@media only screen and (max-width: 767px) {
  .scroll_table {
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .scroll_table::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .active.scroll_table::before {
    opacity: 0;
    z-index: -3;
  }
  .swipeBox {
    display: block;
  }
  .swipeBox p {
    color: #fff;
  }
}
/*スワイプ表示ここまで*/
/* inview
--------------------------------------------------------------------------------*/
.fadeIn_up_mv {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 1.6s cubic-bezier(0.4, 1.09, 1, 1) 1.6s;
  transition: 1.6s cubic-bezier(0.4, 1.09, 1, 1) 1.6s;
}
.fadeIn_up_mv.is-js {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.fadeIn_up_mv_title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 1.6s cubic-bezier(0.4, 1.09, 1, 1) 1.6s;
  transition: 2.6s cubic-bezier(0.4, 1.09, 1, 1) 2.6s;
}
.fadeIn_up_mv_title.is-js {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.fadeIn_up {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
  transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
}
.fadeIn_up.is-js {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

@media only screen and (max-width: 767px) {
  .fadeIn_up_sp {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
    transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
  }
  .fadeIn_up_sp.is-js {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.inview-anm.anm-component-content {
  position: relative;
}
.inview-anm.anm-component-content.component-bg::after {
  content: "";
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 2;
  right: -100px;
  top: -100px;
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
  transition: 0.6s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
}
.inview-anm.anm-component-content .component-textwrap .component-ttl {
  display: inline-block;
}
.inview-anm.anm-component-content .component-textwrap .component-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #25261F;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
  transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
}
.inview-anm.anm-component-content .component-textwrap .component-ttl::before {
  width: 0;
  height: 0;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
  transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(1) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.52s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.52s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(2) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.54s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.54s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(3) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.56s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.56s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(4) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.58s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.58s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(5) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.6s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.6s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(6) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.62s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.62s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(7) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.64s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.64s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(8) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.66s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.66s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(9) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.68s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.68s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(10) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.7s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.7s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(11) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.72s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.72s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(12) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.74s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.74s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(13) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.76s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.76s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(14) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.78s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.78s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(15) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.8s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.8s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(16) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.82s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.82s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(17) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.84s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.84s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(18) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.86s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.86s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(19) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.88s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.88s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(20) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.9s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.9s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(21) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.92s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.92s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(22) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.94s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.94s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(23) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.96s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.96s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(24) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.98s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.98s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(25) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(26) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1.02s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1.02s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(27) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1.04s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1.04s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(28) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1.06s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1.06s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(29) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1.08s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1.08s;
}
.inview-anm.anm-component-content .component-textwrap .component-leadcopy span:nth-child(30) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1.1s;
  transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1.1s;
}
.inview-anm.anm-component-content .component-textwrap .component-bodycopy {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.9s;
  transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.9s;
}
.inview-anm.anm-component-content.inview.component-bg::after {
  right: calc(-100% - 100px);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-ttl::after {
  left: 100%;
  width: 0%;
}
.inview-anm.anm-component-content.inview .component-textwrap .component-ttl::before {
  width: 4px;
  height: 4px;
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(1) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(3) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(4) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(5) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(6) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(7) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(8) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(9) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(10) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(11) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(12) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(13) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(14) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(15) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(16) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(17) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(18) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(19) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(20) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(21) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(22) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(23) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(24) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(25) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(26) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(27) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(28) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(29) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-leadcopy span:nth-child(30) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.inview-anm.anm-component-content.inview .component-textwrap .component-bodycopy {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.inview.scale-anm {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1.4s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.1s;
  transition: 1.4s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.1s;
}
.inview.scale-anm.is-js {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.inview.blur-anm {
  -webkit-transform: scale(1.18);
          transform: scale(1.18);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
  transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
}
.inview.blur-anm.is-js {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.inview.blur-anm02 {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
  transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
}
.inview.blur-anm02.is-js {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.inview.curtain-anm {
  position: relative;
  overflow: hidden;
}
.inview.curtain-anm::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 51;
  background: #fff;
  -webkit-transition: 0.6s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.6s;
  transition: 0.6s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.6s;
  z-index: 2;
}
.inview.curtain-anm.is-js::after {
  left: 100%;
}

.inview.curtain-anm-d-brown {
  position: relative;
  overflow: hidden;
}
.inview.curtain-anm-d-brown::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 51;
  background: #A3A295;
  -webkit-transition: 0.6s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.6s;
  transition: 0.6s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.6s;
  z-index: 2;
}
.inview.curtain-anm-d-brown.is-js::after {
  left: 100%;
}

.inview.fade-anm {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1.2s;
  transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1.2s;
}
.inview.fade-anm.is-js {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.tra-delay-01 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}

.tra-delay-02 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.tra-delay-03 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.tra-delay-04 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.tra-delay-05 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.tra-delay-06 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.tra-delay-07 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}

.tra-delay-08 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.tra-delay-09 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

.tra-delay-10 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.tra-delay-11 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.tra-delay-12 {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.tra-delay-13 {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
}

.tra-delay-14 {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}

.tra-delay-15 {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

.tra-delay-16 {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
}

.tra-delay-25 {
  -webkit-transition-delay: 2.5s !important;
          transition-delay: 2.5s !important;
}

/* lower common
--------------------------------------------------------------------------------*/
body {
  background: rgba(149, 154, 123, 0.2);
}

.lower {
  /* mainVisual */
  /*section common*/
}
.lower .hidden {
  opacity: 0;
  visibility: hidden;
}
.lower .mainVisual {
  overflow: hidden;
  position: relative;
}
.lower .mainVisual img {
  width: 100%;
}
.lower .mainVisual .mainVisual__inner .txtArea {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.lower .mainVisual .mainVisual__inner .txtArea h2 {
  color: #00193f;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
  display: inline-block;
  line-height: 2;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.2em;
  font-weight: 300;
  padding-inline: 10%;
  padding-block: 10px;
  font-family: 'EB Garamond', serif;
}
.lower .mainVisual .mainVisual__inner .txtArea h2 span {
  font-size: 30px;
  color: #00193f;
  text-shadow: 
  2px 2px 6px rgba(255, 255, 255, .3),
  -2px -2px 6px rgba(255, 255, 255, .3),
  2px 2px 6px rgba(255, 255, 255, .3),
  -2px -2px 6px rgba(255, 255, 255, .3),
  0px 0px 6px rgba(255, 255, 255, .3)
  ;
  display: block;
  letter-spacing: 0.5em;
}

@media only screen and (max-width:768px) {
  .lower .mainVisual .mainVisual__inner .txtArea h2 {
    font-size: 18px;
  }
  .lower .mainVisual .mainVisual__inner .txtArea h2 span {
    font-size: 22px;
    letter-spacing: 0.3em;
  }
}

.lower .mainVisual .mainVisual__inner .txtArea h2 span.copy-02 {
  font-size: 8vw;
  margin-top: 1vw;
}
@media only screen and (max-width: 1024px) {
  .lower .mainVisual .mainVisual__inner .txtArea h2 span.copy-02 {
    font-size: 12vw;
  }
}
@media only screen and (max-width: 1024px) {
  .lower .mainVisual .mainVisual__inner .txtArea h2 span.copy-02.tabSmall {
    font-size: 10vw;
  }
}
.lower .mainVisual .mainVisual__inner .txtArea h2 span.copy-03 {
  margin-left: 20vw;
}
.lower .mainVisual .mainVisual__inner .txtArea h2 span.copy-04 {
  margin-left: 26vw;
}
.lower .mainVisual .grad {
  width: 100%;
  height: 40vh;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(72%, #fff), to(#fff));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 72%, #fff 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 72%, #fff 100%);
}
@media only screen and (max-width: 1280px) {
  .lower .mainVisual .grad {
    height: 20vh;
  }
}
@media only screen and (max-width: 1024px) {
  .lower .mainVisual .grad {
    height: 10vh;
  }
}

.lower section {
  padding: 100px 0;
}
.lower section .inner {
  width: calc(100% - 200px);
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .lower section .inner {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 767px) {
  .lower section {
    padding: 60px 0;
  }
  .lower section .inner {
    width: calc(100% - 40px);
  }
}

.lower .section_title_wrap {
  position: relative;
  text-align: center;
  padding-bottom: 120px;
}
.lower .section_title_wrap::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(0); 
  transform-origin: top; 
  width: 1px;
  height: 64px;
  background-color: #a99b65;
  animation: arrowlong01 2s ease infinite;
}

@keyframes arrowlong01 {
  0% { transform: translateX(-50%) scaleY(0); opacity: 0; }
  20% { transform: translateX(-50%) scaleY(0); opacity: 1; }
  80% { transform: translateX(-50%) scaleY(1); opacity: 1; }
  100% { transform: translateX(-50%) scaleY(1); opacity: 0; }
}

/* 線を繰り返して表示させるときは下記を削除 */
.lower .section_title_wrap.is-js::after {
  animation: arrowlong02 2s ease forwards;
  animation-delay: 1s; 
}

@keyframes arrowlong02 {
  0% { transform: translateX(-50%) scaleY(0); opacity: 0; }
  20% { transform: translateX(-50%) scaleY(0); opacity: 1; }
  100% { transform: translateX(-50%) scaleY(1); opacity: 1; }
}


.lower .section_title_en {
  text-transform: uppercase;
  color: #a99b65;
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.195em;
  font-size: 18px;
}
.lower .section_title {
  margin-top: 26px;
  color: #4b575e;
  line-height: 1.4;
  letter-spacing: 0.27em;
  font-size: 30px;
  font-size: clamp(1.625rem, 1.294rem + 0.645vw, 1.875rem);
}

@media only screen and (max-width:768px) {
  .lower .section_title_wrap {
    padding-bottom: 60px;
  }
  .lower .section_title_wrap::after {
    height: 40px;
  }
  .lower .section_title_en {
    letter-spacing: 0.195em;
    font-size: 18px;
  }
  .lower .section_title {
    margin-top: 26px;
    letter-spacing: 0.27em;
    font-size: 22px;
  }
}

figure {
  position: relative;
}

.contents_lead {
  font-size: 26px;
  letter-spacing: 0.27em;
  line-height: 1.7;
}
.contents_lead.white {
  color: #fff;
}
.contents_text {
  font-size: 16px;
  letter-spacing: 0.23em;
  line-height: 2.2;
}
.contents_text.white {
  color: #fff;
}

@media only screen and (max-width:768px) {
  .contents_lead {
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.7;
  }
  .contents_text {
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 2;
  }
}

.lower div.ttl {
  position: relative;
  padding: 65px 0 35px;
  text-align: left;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .lower div.ttl {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .lower div.ttl {
    margin-bottom: 60px;
  }
}
.lower div.ttl h3 {
  font-size: 80px;
  color: #676450;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .lower div.ttl h3 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .lower div.ttl h3 {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
.lower div.ttl p {
  display: inline-block;
  color: #676450;
  font-size: 16px;
}
.lower div.ttl p.count {
  font-size: 14px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .lower div.ttl p.count {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .lower div.ttl p.ttl-copy {
    font-size: 14px;
  }
}
.lower div.ttl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(103, 100, 80, 0.5);
  top: 0;
  left: 0;
}
.lower div.ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(103, 100, 80, 0.5);
  bottom: 0;
  left: 0;
}
.lower .br100_left {
  border-radius: 100px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .lower .br100_left {
    border-radius: 60px 0 0 0;
  }
}
.lower .br100_right {
  border-radius: 0 100px 0 0;
}
@media only screen and (max-width: 1024px) {
  .lower .br100_right {
    border-radius: 0 60px 0 0;
  }
}
.lower .br20 {
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 1024px) {
  .lower .br20 {
    border-radius: 10px 10px 0 0;
  }
}
.lower .br20_left {
  border-radius: 20px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .lower .br20_left {
    border-radius: 10px 0 0 0;
  }
}
.lower .br20_right {
  border-radius: 0 20px 0 0;
}
.lower .br3_left {
  border-radius: 20px 20px 0 20px;
}
@media only screen and (max-width: 1024px) {
  .lower .br3_left {
    border-radius: 10px;
  }
}
.lower .br3_right {
  border-radius: 20px 20px 20px 0;
}
@media only screen and (max-width: 1024px) {
  .lower .br3_right {
    border-radius: 10px;
  }
}
.lower .br4 {
  border-radius: 20px;
}
@media only screen and (max-width: 1024px) {
  .lower .br4 {
    border-radius: 10px;
  }
}
.lower .grad_white {
  width: calc(100% - 200px);
  height: 120px;
  margin-left: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(28%, #fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(#fff 0%, #fff 28%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(#fff 0%, #fff 28%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1280px) {
  .lower .grad_white {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 767px) {
  .lower .grad_white {
    width: calc(100% - 40px);
  }
}
.lower .grad_brown {
  width: calc(100% - 200px);
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAEBE4), color-stop(28.08%, #EAEBE4), to(rgba(149, 154, 123, 0)));
  background: -webkit-linear-gradient(#EAEBE4 0%, #EAEBE4 28.08%, rgba(149, 154, 123, 0) 100%);
  background: linear-gradient(#EAEBE4 0%, #EAEBE4 28.08%, rgba(149, 154, 123, 0) 100%);
}
@media only screen and (max-width: 1280px) {
  .lower .grad_brown {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 767px) {
  .lower .grad_brown {
    width: calc(100% - 40px);
  }
}
.lower .txt-wrap {
  text-align: left;
}
.lower .ttl-wrap {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .lower .ttl-wrap {
    margin-bottom: 30px;
  }
}
.lower h4.inner-ttl {
  font-size: 48px;
  margin-bottom: 80px;
  color: #676450;
}
@media (max-width: 1440px) {
  .lower h4.inner-ttl {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .lower h4.inner-ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.lower p.ttl-copy {
  font-size: 28px;
  margin-bottom: 30px;
  color: #676450;
  line-height: 2;
  letter-spacing: -0.03rem;
}
@media (max-width: 1440px) {
  .lower p.ttl-copy {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .lower p.ttl-copy {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lower p.ttl-copy {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.7;
  }
}
.lower p.ttl-copy sup {
  color: #676450;
}
.lower p.body-copy {
  font-size: 16px;
  line-height: 2.2;
}
@media (max-width: 1440px) {
  .lower p.body-copy {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .lower p.body-copy {
    font-size: 14px;
    line-height: 2;
  }
}
.lower .img-wrap figure {
  margin: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.lower .img-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 200px);
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .lower .flex-wrap {
    width: calc(100% - 60px);
  }
}
.lower .flex-wrap .txt-wrap {
  width: calc(45% - 60px);
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .lower .flex-wrap .txt-wrap {
    width: calc(45% - 30px);
  }
}
.lower .flex-wrap .img-wrap {
  width: 55%;
}
.lower .dummy {
  background: #878787;
}
.lower .dummy img {
  opacity: 0;
}
.lower section .img-wrap {
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: -100px;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .lower section .img-wrap {
    width: 100%;
    margin-right: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .lower section .img-wrap {
    margin-right: -30px;
  }
}
.lower section .sticky-container {
  background: rgba(149, 154, 123, 0.2);
  width: calc(100% + 200px);
  margin-left: -100px;
  padding: 120px 0 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
  .lower section .sticky-container {
    width: calc(100% + 120px);
    margin-left: -60px;
    padding: 120px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .lower section .sticky-container {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 60px 0;
  }
}
.lower section .sticky-container figure.sticky-item {
  display: inline-block;
  width: 120px;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .lower section .sticky-container figure.sticky-item {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .lower section .sticky-container figure.sticky-item {
    width: 40px;
    margin: 0;
    top: 60px;
  }
}
.lower section .sticky-container .container {
  width: calc(100% - 200px);
  background: #fff;
  padding: 200px 120px;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1440px) {
  .lower section .sticky-container .container {
    padding: 120px 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .lower section .sticky-container .container {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 767px) {
  .lower section .sticky-container .container {
    width: calc(100% - 40px);
    padding: 60px 30px;
  }
}
.lower section .sticky-container .container .mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .lower section .sticky-container .container .mb40 {
    margin-bottom: 20px;
  }
}
.lower section .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 0 auto 200px;
}
@media only screen and (max-width: 1024px) {
  .lower section .flex-wrap {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .lower section .flex-wrap {
    margin-bottom: 60px;
  }
}
.lower section .flex-wrap .txt-wrap {
  width: calc(45% - 100px);
}
@media (max-width: 1440px) {
  .lower section .flex-wrap .txt-wrap {
    width: calc(45% - 30px);
  }
}
@media only screen and (max-width: 1024px) {
  .lower section .flex-wrap .txt-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .lower section .flex-wrap .txt-wrap .ttl-copy {
    margin-bottom: 20px;
  }
}
.lower section .flex-wrap .img-wrap {
  width: 55%;
  margin: 0;
  background: none;
}
@media only screen and (max-width: 1024px) {
  .lower section .flex-wrap .img-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.lower section .flex-wrap .img-wrap::before {
  display: none;
}
.lower section .caption {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .lower section .caption {
    margin-top: 20px;
  }
}
.lower table {
  width: 100%;
  border: 1px solid #fff;
  margin-bottom: 50px;
}
.lower table td, .lower table th {
  border: 1px solid #fff;
}
.lower table td .indentR, .lower table th .indentR {
  margin-left: 0.5em;
}
.lower table td .indentL, .lower table th .indentL {
  margin-left: -0.5em;
}
.lower table th {
  padding: 7px 15px;
  font-weight: normal;
  text-align: center;
  background: #676450;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .lower table th {
    font-size: 14px;
  }
}
.lower table td {
  padding: 20px;
  background: #EAEBE4;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .lower table td {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .lower table td {
    font-size: 17px;
    padding: 15px;
  }
}
.lower table td small {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.5;
}
.lower table td small.bus {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}
.lower table td strong {
  font-weight: normal;
  font-size: 1.8em;
}
.lower table td strong.name {
  font-size: 1em;
}
.lower table .ac {
  text-align: center;
}

/* ======================================== */
@media screen and (min-width: 768px) {
  .footer-induction {
    padding: 140px 0 96px;
  }
}

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

@media screen and (max-width: 768px) {
  .footer-induction + .footer-caption {
    margin-top: -50px;
    padding-top: 0;
  }
}
/* @media screen and (min-width: 768px) {
  .inductionArea__cont {
    margin: 0 calc((100vw - 1200px) / -2) 0 calc(((100vw - 1200px) / -2) + 15px);
    width: calc(100vw - 15px);
  }
} */

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .inductionArea__cont {
    margin: 0 -30px 0 -15px;
    width: calc(100% + 45px);
  }
}

@media screen and (max-width: 768px) {
  .inductionArea__cont .swiper-container {
    overflow: visible;
  }
}

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

.inductionArea__controller {
  height: 1px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .inductionArea__controller {
    background-color: rgba(190, 158, 115, 0.5);
    margin: 56px auto 0;
    width: 583px;
  }
}

@media screen and (max-width: 768px) {
  .inductionArea__controller {
    background-color: rgba(0, 0, 0, 0.1);
    margin-top: 28px;
  }
}

.inductionArea__controller .current {
  background-color: #be9e73;
  bottom: 0;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  width: 100%;
}

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

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

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

@media screen and (min-width: 768px) {
  .inductionArea.is-disable .swiper-container {
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .inductionArea.is-disable .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .inductionArea.is-disable .swiper-slide {
    width: 560px;
  }
}

.inductionBtn {
  display: block;
  position: relative;
  -webkit-transition: background-color .6s ease;
  transition: background-color .6s ease;
}

@media screen and (min-width: 768px) {
  .inductionBtn {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 32px 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .inductionBtn {
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .inductionBtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 25, 63, .6);
    z-index: 2;
  }
}

@media screen and (min-width: 768px) {
  .inductionBtn:hover {
    background-color: #ffffff;
  }
  .inductionBtn:hover .inductionBtn__visual .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .inductionBtn:hover .inductionBtn__ttl .direction {
    background-color: #1c1c1f;
  }
  .inductionBtn:hover .inductionBtn__ttl .direction .svgIcon {
    fill: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .inductionBtn:hover {
    background-color: #ffffff;
  }
  .inductionBtn:hover .inductionBtn__visual .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .inductionBtn:hover .inductionBtn__ttl .direction {
    background-color: #1c1c1f;
  }
  .inductionBtn:hover .inductionBtn__ttl .direction .svgIcon {
    fill: #ffffff;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .inductionBtn__visual .photo__capIn {
    z-index: 2;
    right: 3px;
    text-align: right;
  }
}

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

.inductionBtn__inner {
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .inductionBtn__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
  }
}

.inductionBtn__ttl {
  color: #E6C9A3;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .15em;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .inductionBtn__ttl {
    font-size: 12px;
    line-height: .7;
  }
}

@media screen and (max-width: 768px) {
  .inductionBtn__ttl {
    font-size: 14px;
    line-height: 1.5;
  }
}

.inductionBtn__ttl .num {
  font-family: "Cinzel", serif;
}

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

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

.inductionBtn__lead {
  letter-spacing: .15em;
  min-height: 58px;
}

.inductionBtn__lead_en {
  line-height: 1.2;
  font-size: 26px;
  display: block;
  font-family: 'EB Garamond', serif;
}

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

@media screen and (max-width: 768px) {
  .inductionBtn__lead {
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    margin-top: 12px;
    line-height: 1.8;
    min-height: auto;
  }
  .inductionBtn__lead:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .inductionBtn__lead:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .inductionBtn__lead:before, .inductionBtn__lead:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .inductionBtn__dir {
    margin: 32px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .inductionBtn__dir {
    margin: 18px auto 0;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .inductionBtn__dir .generalArrow {
    width: 39px;
    margin: auto;
  }
}

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

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

.inductionBtn.is-off .inductionBtn__ttl .direction {
  opacity: .2;
}

.inductionBtn.is-off .inductionBtn__visual:after {
  color: #ffffff;
  content: 'Coming Soon';
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: .8;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .inductionBtn.is-off .inductionBtn__visual:after {
    bottom: 30px;
    font-size: 30px;
    left: 20px;
  }
}

.inductionBtn.is-off .inductionBtn__visual .photo__image {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

/* =========================================== */
.clip_img {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}
.clip_img.is-js {
  clip-path: inset(0 0 0% 0);
}

/* spモーダル
============================================== */
@media only screen and (min-width:769px) {
  #spCommonModalArea {
    display: none !important;
  }
}
@media only screen and (max-width:768px) {
  .commonSpModalImage {
    position: relative;
    cursor: pointer;
  }
  .commonSpModalImage:after {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../../common/imgs/ico_sp_modal.svg) no-repeat center center / contain;
    z-index: 3;
  }
  #spCommonModalArea {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    -webkit-overflow-scrolling: touch;
    z-index: 9999999;

  }
  #spCommonModalTable {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding: 60px 0;
  }
  #spCommonModalCell {
    display: table-cell;
    vertical-align: middle;
  }
  #spCommonModalInner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  #spCommonModalInner img {
    max-width: 100%;
    height: auto;
  }
  #spCommonModalContents {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #spCommonModalContents:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 70px;
    height: 70px;
    background: url(../../common/imgs/swipe_icon.svg) no-repeat center center / contain;
    transform: translateY(-50%);
    transition: opacity 0.3s;
    animation: return 3s 0s infinite ease;
    z-index: 2;
  }
  @keyframes return {
    50% {
      margin-left: -70px;
    }
    100% {
      margin-left: 0;
    }
  }
  #spCommonModalContents.icoOff:before {
    opacity: 0;
  }
  #spCommonModalContents figure {
    box-sizing: border-box;
    width: 200%;
    padding: 0 20px;
  }
  #spCommonModalContents figure img {
    width: 100%;
  }
  #spCommonModalClose {
    position: absolute;
    top: -60px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #spCommonModalClose:before,
  #spCommonModalClose:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background-color: #fff;
  }
  #spCommonModalClose:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #spCommonModalClose:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
}
/* commonSpModalImage */
.commonSection .commonSpModalImage + .commonSpModalImage {
	margin-top: 40px;
}
.commonSection .commonBigTitle01.min {
	font-size: 24px;
}
@media only screen and (max-width:768px) {
	.commonSection .commonBigTitle01.min {
		font-size: 18px;
	}
}

/* bottomCV-btn
========================================== */
.bottomCV-btn {
  position: relative;
  /* border-top: 1px solid #be9e73; */
  width: 100%;
  height: 360px;
}

.bottomCV-btn__bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bottomCV-btn__bg .photo {
  height: 100%;
  width: 100%;
}

.bottomCV-btn__bg .photo__pic, .bottomCV-btn__bg .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 1s ease-in-out transform, 1s -webkit-filter ease-in-out;
  transition: 1s ease-in-out transform, 1s -webkit-filter ease-in-out;
  transition: 1s ease-in-out transform, 1s filter ease-in-out;
  transition: 1s ease-in-out transform, 1s filter ease-in-out, 1s -webkit-filter ease-in-out;
  width: 100%;
  will-change: transform, filter;
}

.bottomCV-btn__lead {
  color: #ffffff;
  letter-spacing: .1429em;
  line-height: 1.71429;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .bottomCV-btn__lead {
    font-size: 12px;
  }
}

.bottomCV-btn__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .bottomCV-btn__inner {
    gap: 100px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .bottomCV-btn__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12px;
    padding: 0 40px;
    width: 100%;
  }
}

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

@media screen and (min-width: 768px) {
  .bottomCV-btn__ttl {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .bottomCV-btn__ttl {
    gap: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.bottomCV-btn__ttl .t {
  /* background: linear-gradient(to right, #e6c387 0%, #cdb088 52%, #a59071 100%); */
  /* -webkit-background-clip: text; */
  color: #f4d296;
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .02em;
  line-height: 1.4;
  /* -webkit-text-fill-color: transparent; */
}

@media screen and (min-width: 768px) {
  .bottomCV-btn__ttl .t {
    font-size: 72px;
  }
}

@media screen and (max-width: 768px) {
  .bottomCV-btn__ttl .t {
    font-size: 54px;
  }
}

.bottomCV-btn__ttl .t_s {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width:768px) {
  .bottomCV-btn__ttl .t_s {
    font-size: 14px;
    margin-top: 6px;
  }
}

.bottomCV-btn__ttl .arrowSVG {
  height: auto;
  -webkit-transition: .5s ease-in-out transform;
  transition: .5s ease-in-out transform;
}

@media screen and (min-width: 768px) {
  .bottomCV-btn__ttl .arrowSVG {
    width: 91px;
  }
}

@media screen and (max-width: 768px) {
  .bottomCV-btn__ttl .arrowSVG {
    width: 35px;
  }
}

.bottomCV-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .bottomCV-btn__link {
    height: 360px;
  }
}


@media screen and (min-width: 768px) {
  .bottomCV-btn__link:hover .bottomCV-btn__bg .photo__image {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .bottomCV-btn__link:hover .bottomCV-btn__inner .arrowSVG {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .bottomCV-btn__link:hover .bottomCV-btn__bg .photo__image {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .bottomCV-btn__link:hover .bottomCV-btn__inner .arrowSVG {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

/*---------------------------------------------------------------

movieWrap

--------------------------------------------------------------- */
#movieWrap {
  position: relative;
}
#movieWrap img {
  width: 100%;
}
#movieWrap .movie_item {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}
#movieWrap .movie_item .mute {
  width: 0;
  height: 0;
  display: none ;
}
#movieWrap .movie_item .el {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#movieWrap .movie_item iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  z-index: 2;
}
#movieWrap .movie_item figure {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
}
#movieWrap .movie_item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.movie_mark {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}