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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  cursor: pointer;
}

table {
  font-size: 100%;
}

hr.separator {
  display: none;
}

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

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

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

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

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

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

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

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

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

.currentPage {
  background: #ffffff;
  color: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-weight: 500;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  .currentPage {
    font-weight: 500;
  }
}

@media print, screen and (min-width: 768px) {
  .currentPage:not(.currentPage--top) .main {
    padding-top: 88px;
  }
}

@media screen and (max-width: 768px) {
  .currentPage:not(.currentPage--top) .main {
    padding-top: calc(120 / 750 * 100vw);
  }
}

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

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

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

.wrap {
  margin: 0 auto;
}

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

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .wrap {
    padding: 0 calc(60 / 750 * 100vw);
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 calc(60 / 750 * 100vw);
  }
}

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

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

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

.caption:before,
.capInTop:before,
.capIn:before,
.capOut:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.caption:after,
.capInTop:after,
.capIn:after,
.capOut:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.caption:before, .caption:after,
.capInTop:before,
.capInTop:after,
.capIn:before,
.capIn:after,
.capOut:before,
.capOut:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

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

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

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

.caption[data-color='sdw-wh'],
.capInTop[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'],
.capInTop[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__capInTop, .photo__capOut {
  position: absolute;
}

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

.photo__capInTop {
  right: 5px;
  top: 5px;
}

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

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

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

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

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

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

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

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

/* COMING SOONボタン */
a[href='#'] {
  pointer-events: none;
  opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* BASE */
/* LAYOUT */
.contentMenu {
  background-color: #505046;
  height: 100dvh;
  left: 0;
  opacity: 0;
  overflow: scroll;
  pointer-events: auto;
  position: fixed;
  top: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: opacity 1.5s ease, visibility 1.5s 0s;
  transition: opacity 1.5s ease, visibility 1.5s 0s;
  visibility: hidden;
  width: 100vw;
  z-index: 99;
}

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

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

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

.contentMenu__inner {
  margin: 0 auto;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .contentMenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 60px;
  }
}

.contentMenu__item:nth-child(1) {
  border-top: 1px solid #92928c;
}

@media print, screen and (min-width: 768px) {
  .contentMenu__item:nth-child(2) {
    border-top: 1px solid #92928c;
  }
}

@media print, screen and (min-width: 768px) {
  .contentMenu__item {
    width: calc(50% - 30px);
  }
}

.contentMenu__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .contentMenu__link {
    padding: calc(32 / 750 * 100vw) calc(35 / 750 * 100vw);
    padding-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .contentMenu__link:hover .icon {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .contentMenu__link:hover .icon {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}

.contentMenu__link:after {
  background-color: #92928c;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.contentMenu__link .icon {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: .5s;
  transition: .5s;
}

@media print, screen and (min-width: 768px) {
  .contentMenu__link .icon__img--arrow {
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link .icon__img--arrow {
    width: calc(17 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .contentMenu__link .icon__img--external {
    width: 27px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link .icon__img--external {
    width: calc(38 / 750 * 100vw);
  }
}

.contentMenu__link .en {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 650;
  letter-spacing: .06em;
  white-space: nowrap;
}

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

@media screen and (max-width: 768px) {
  .contentMenu__link .en {
    font-size: calc(38 / 750 * 100vw);
  }
}

.contentMenu__link .ja {
  display: block;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .contentMenu__link .ja {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link .ja {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}

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

@media print, screen and (min-width: 768px) {
  .contentMenu__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
}

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

.contentMenu__bottom .outlineBtn {
  background-color: #e6b422;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  will-change: background-color, color;
}

@media print, screen and (min-width: 768px) {
  .contentMenu__bottom .outlineBtn {
    border-radius: 10px;
    padding: 50px 24px;
    width: 770px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__bottom .outlineBtn {
    border-radius: calc(20 / 750 * 100vw);
    padding: calc(47 / 750 * 100vw) calc(40 / 750 * 100vw);
    width: 100%;
  }
}

.contentMenu__bottom .outlineBtn__inner {
  color: #ffffff;
}

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

@media screen and (max-width: 768px) {
  .contentMenu__bottom .outlineBtn__inner {
    font-size: calc(30 / 750 * 100vw);
  }
}

.contentMenu__bottom .outlineBtn .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

@media screen and (max-width: 768px) {
  .contentMenu__bottom .outlineBtn .icon {
    right: calc(30 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .contentMenu__bottom .outlineBtn .icon__img {
    width: 27px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__bottom .outlineBtn .icon__img {
    width: calc(30 / 750 * 100vw);
  }
}

.contentMenu__socials {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .contentMenu__socials {
    margin-top: calc(70 / 750 * 100vw);
  }
}

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

@media print, screen and (min-width: 768px) {
  .contentMenu__socials .socialList {
    gap: 28px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__socials .socialList {
    gap: calc(30 / 750 * 100vw);
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .corporateBnr:not(:last-of-type) {
    margin-right: 15px;
  }
}

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

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

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

@media print, screen and (min-width: 768px) {
  .corporateBnr__logo--initia {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .corporateBnr__logo--initia {
    width: 170px;
  }
}

.corporateBnr__category {
  display: block;
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .corporateBnr__category {
    height: 9px;
  }
}

@media screen and (max-width: 768px) {
  .corporateBnr__category {
    height: 10px;
    margin: 10px 0;
  }
}

.corporateBnr__category .categorySVG {
  height: 100%;
  vertical-align: top;
  width: auto;
}

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

.corporateBnr__link {
  display: block;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

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

@media (hover: hover) and (pointer: fine) {
  .corporateBnr__link:hover {
    opacity: .5;
  }
}

.corporateBnr__image {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .corporateBnr--initia .corporateBnr__category {
    padding-left: 15px;
  }
}

.cosmosLogo {
  background-color: #ffffff;
  display: block;
}

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

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

.corporateGroup {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .corporateGroup {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 15px;
  }
}

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

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

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

.footer-contentsGuide {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .footer-contentsGuide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    margin-top: -200px;
    padding-bottom: 106px;
    padding-top: calc(200px + 102px);
    width: 1200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-contentsGuide {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 768px) {
  .footer-contentsGuide {
    margin-top: calc(-200 / 750 * 100vw);
    padding: calc((200 + 100) / 750 * 100vw) calc(60 / 750 * 100vw) calc(100 / 750 * 100vw);
  }
}

.footer-contentsGuide:before {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background-color: #f3f2f0;
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .footer-contentsGuide:before {
    border-radius: 40px 40px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-contentsGuide:before {
    border-radius: 20px 20px 0 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.footer-contentsGuide__socials {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media screen and (max-width: 768px) {
  .footer-contentsGuide__socials .logo {
    width: calc(350 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .footer-contentsGuide__socials .logo + .socialList {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .footer-contentsGuide__socials .logo + .socialList {
    margin-top: calc(30 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .footer-contentsGuide__socials .socialList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
  }
}

@media screen and (max-width: 768px) {
  .footer-contentsGuide__socials .socialList {
    display: none;
    gap: calc(30 / 750 * 100vw);
  }
}

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

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

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

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

@media screen and (max-width: 768px) {
  .footer-contentsGuide__item + .footer-contentsGuide__item {
    margin-top: calc(25 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .footer-contentsGuide__item:nth-child(6n) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-contentsGuide__item:nth-child(n + 6) {
    margin-left: 102px;
  }
}

.footer-contentsGuide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

@media screen and (max-width: 768px) {
  .footer-contentsGuide__list + .socialList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(30 / 750 * 100vw);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: calc(20 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .footer-contentsGuide__list + .socialList .socialList__item {
    width: calc(50 / 750 * 100vw);
  }
}

.footer-search {
  background-color: #e6b422;
  color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .footer-search {
    border-radius: 40px;
    margin: auto;
    padding: 77px 0 67px;
    width: 1200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-search {
    max-width: calc(100% - 80px);
  }
}

@media screen and (max-width: 768px) {
  .footer-search {
    border-radius: 20px;
    margin: 0 calc(60 / 750 * 100vw);
    padding: calc(60 / 750  * 100vw) 0 calc(50 / 750  * 100vw);
  }
}

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

@media print, screen and (min-width: 768px) {
  .footer-search__ttl {
    gap: 19px;
  }
}

@media screen and (max-width: 768px) {
  .footer-search__ttl {
    gap: calc(25 / 750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .footer-search__ttl .icon {
    width: calc(70 / 750 * 100vw);
  }
}

.footer-search__ttl .inner {
  font-weight: 500;
  letter-spacing: .2em;
}

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

@media screen and (max-width: 768px) {
  .footer-search__ttl .inner {
    font-size: calc(40 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .footer-search__ttl + .footer-search__txt {
    margin-top: 39px;
  }
}

@media screen and (max-width: 768px) {
  .footer-search__ttl + .footer-search__txt {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.footer-search__txt {
  letter-spacing: .1em;
}

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

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

@media print, screen and (min-width: 768px) {
  .footer-search__txt + .footer-search__btn {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .footer-search__txt + .footer-search__btn {
    margin-top: calc(70 / 750 * 100vw);
  }
}

.footer-search__btn {
  background-color: #e6b422;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  will-change: opacity;
}

@media print, screen and (min-width: 768px) {
  .footer-search__btn {
    border-radius: 100px;
    max-width: 500px;
    padding: 32px 24px;
  }
}

@media screen and (max-width: 768px) {
  .footer-search__btn {
    border-radius: calc(150 / 750 * 100vw);
    max-width: calc(400 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .footer-search__btn:hover {
    opacity: .7;
  }
  .footer-search__btn:hover .iconArrow {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .footer-search__btn:hover {
    opacity: .7;
  }
  .footer-search__btn:hover .iconArrow {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.footer-search__btn .inner {
  color: #ffffff;
}

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

@media screen and (max-width: 768px) {
  .footer-search__btn .inner {
    font-size: calc(26 / 750 * 100vw);
  }
}

.footer-search__btn .iconArrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  will-change: transform;
}

@media print, screen and (min-width: 768px) {
  .footer-search__btn .iconArrow {
    right: 35px;
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .footer-search__btn .iconArrow {
    right: calc(40 / 750 * 100vw);
  }
}

.footer-section {
  margin: 0 auto;
}

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

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

.footer-section__head {
  position: relative;
}

.footer-section__head + .footer-section__cont {
  margin-top: 50px;
}

.footer-section__head .primaryTtl {
  text-align: center;
}

.footer-section__head .primaryTtl:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.footer-section__more {
  color: #333333;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 11px;
  letter-spacing: .15em;
  line-height: 1;
  position: absolute;
  right: 0;
}

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

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

.footer-section__more .arrowSVG {
  width: 8px;
}

.footer-bottomCap {
  margin: 0 auto;
}

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

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-bottomCap {
    width: calc(100% - 80px);
  }
}

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

.footer-bottomCap .caption {
  color: #999999;
}

@media print, screen and (min-width: 768px) {
  .footer-bottomCap + .footer-search {
    margin-top: 97px;
  }
}

@media screen and (max-width: 768px) {
  .footer-bottomCap + .footer-search {
    margin-top: calc(100 / 750 * 100vw);
  }
}

.footer-information {
  background-color: #e8e5df;
}

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

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

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

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

.footer-schedule__head {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .footer-schedule__head {
    padding-left: 30px;
  }
}

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

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

.footer-schedule__head .primaryTtl {
  text-align: center;
}

.footer-schedule__head .primaryTtl:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.footer-application {
  position: relative;
  z-index: 0;
}

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

@media screen and (max-width: 768px) {
  .footer-application {
    left: 15px;
    padding: 0 30px 115px;
    width: 345px;
  }
}

.footer-application:before {
  background-color: #f5f5f5;
  content: '';
  position: absolute;
  width: 100%;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .footer-application:before {
    height: 100%;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-application:before {
    height: calc(100% + 180px);
    right: 0;
    top: -180px;
  }
}

.footer-application__heading {
  font-size: 15px;
}

.footer-application__heading + .footer-application__cont {
  margin-top: 15px;
}

.footer-application__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

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

@media print, screen and (min-width: 768px) {
  .footer-application__cont + .linkBtn {
    margin: 40px 0 0 auto;
  }
}

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

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

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

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

.footer-applicationTable:after {
  background-color: #e0e0e0;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.footer-applicationTable__term {
  letter-spacing: .15em;
}

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

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

.footer-applicationTable__desc {
  letter-spacing: .06em;
}

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

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

.footer-applicationTable__desc .caption {
  display: inline-block;
  letter-spacing: .01em;
}

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

@media screen and (max-width: 768px) {
  .footer-applicationCaption {
    margin-top: 15px;
    width: 100%;
  }
}

.footer-contact {
  background-color: #f5f5f5;
}

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

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

.footer-contact .contact {
  background: none;
}

@media print, screen and (min-width: 768px) {
  .footer-contact .contact {
    margin: 0 auto;
    padding: 0 105px;
    width: 990px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .footer-contact + .footer-brandBnr {
    margin-top: 50px;
  }
}

.footer-stanceBnr {
  display: block;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

@media (hover: hover) and (pointer: fine) {
  .footer-stanceBnr:hover {
    opacity: .8;
  }
}

@media screen and (max-width: 768px) {
  .footer-stanceBnr {
    width: 330px;
  }
}

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

.footer-tel__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .15em;
  line-height: .7;
}

@media print, screen and (min-width: 768px) {
  .footer-tel__link {
    font-size: 26px;
    height: 91px;
    padding-left: 28px;
    pointer-events: none;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer-tel__link {
    font-size: 24px;
    height: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-tel__link .contactSVG {
    height: auto;
    margin-right: 20px;
    width: 56px;
  }
}

@media screen and (max-width: 768px) {
  .footer-tel__link .contactSVG {
    height: auto;
    margin-right: 12px;
    width: 17px;
  }
}

.footer-tel__link .contactSVG__path {
  fill: #3b5251;
}

@media screen and (max-width: 768px) {
  .footer-tel__link:not(:last-of-type) {
    margin-bottom: 2px;
  }
}

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

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

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

@media print, screen and (min-width: 768px) {
  .footer-timeTable:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer-timeTable:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.footer-timeTable__term {
  letter-spacing: .15em;
}

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

@media screen and (max-width: 768px) {
  .footer-timeTable__term {
    width: 73px;
  }
}

.footer-timeTable__term:before {
  content: '- ';
}

.footer-timeTable__desc {
  letter-spacing: .1em;
  width: 242px;
}

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

@media print, screen and (min-width: 768px) {
  .footer-conversion {
    margin: 0 auto;
    padding-bottom: 80px;
    padding-top: 100px;
    width: 990px;
  }
}

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

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

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

.footer-conversion__heading {
  text-align: center;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .footer-conversion__cont .cvBtn:not(:last-of-type) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer-conversion__cont .cvBtn:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-conversion .mansionInitia {
    margin-top: 60px;
    padding-top: 60px;
    width: 780px;
  }
}

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

.footer-conversion .mansionInitia:before {
  background-color: #bbbbbb;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer-cvBnr {
  background-color: #dedede;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .footer-cvBnr {
    height: 75px;
    padding: 5px;
    width: 285px;
  }
}

.footer-cvBnr__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: 0 0 9px 1px rgba(4, 0, 0, 0.7);
          box-shadow: 0 0 9px 1px rgba(4, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 15px;
  width: 100%;
}

.footer-cvBnr__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer-cvBnr__icon {
    height: 40px;
    margin-right: 20px;
    width: 40px;
  }
}

.footer-cvBnr__txt {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: .04em;
}

.footer-cvBnr--gallery .footer-cvBnr__inner {
  background-color: #333333;
}

.footer-cvBnr--gallery .footer-cvBnr__icon .iconSVG {
  width: 24px;
}

.footer-cvBnr--online .footer-cvBnr__inner {
  background-color: #333333;
}

.footer-cvBnr--online .footer-cvBnr__icon .iconSVG {
  width: 25px;
}

.footer-cvBnr--catalogue .footer-cvBnr__inner {
  background-color: #555555;
}

.footer-cvBnr--catalogue .footer-cvBnr__icon .iconSVG {
  width: 24px;
}

.footer-recommend {
  background-color: #353638;
  color: #ffffff;
}

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

@media screen and (max-width: 768px) {
  .footer-recommend {
    padding: 90px 0 85px;
  }
}

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

.footer-recommend .primaryTtl {
  color: #ffffff;
  text-align: center;
}

.footer-recommend .primaryTtl:after {
  background-color: #ffffff;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media print, screen and (min-width: 768px) {
  .footer-recommend + .footer-brandBnr {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-recommend .businessService__list {
    width: 650px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-recommend .businessService__list--initia {
    width: 310px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-recommend .businessService__list--initia .businessService__item {
    height: 140px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-recommend .businessService__item {
    height: 60px;
    width: 310px;
  }
}

.footer-policy {
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}

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

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-policy {
    width: 100%;
  }
}

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

.footer-policy:after {
  background-color: #e5e5e5;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

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

@media screen and (max-width: 768px) {
  .footer-policy__item + .footer-policy__item {
    margin-top: calc(25 / 750 * 100vw);
  }
}

.footer-policy__link {
  color: #666666;
}

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

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

.footer-brandBnr {
  overflow: hidden;
  pointer-events: none;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .footer-brandBnr {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-brandBnr:hover .footer-brandBnr__image {
    opacity: .6;
  }
  .footer-brandBnr:hover .footer-brandBnr__bg {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

@media (hover: hover) and (pointer: fine) {
  .footer-brandBnr:hover .footer-brandBnr__image {
    opacity: .6;
  }
  .footer-brandBnr:hover .footer-brandBnr__bg {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

.footer-brandBnr__bg {
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.footer-brandBnr__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(106, 80, 47, 0.4);
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  margin: 0 auto;
  padding: 8px;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .footer-brandBnr__link {
    height: 140px;
    width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .footer-brandBnr__link {
    height: 108px;
    width: 243px;
  }
}

.footer-brandBnr__link:before {
  background: #ffffff;
  content: '';
  height: calc(100% - 16px);
  left: 8px;
  position: absolute;
  top: 8px;
  width: calc(100% - 16px);
}

.footer-brandBnr__link .arrowSVG {
  position: absolute;
  right: 17px;
  top: 17px;
  width: 13px;
  z-index: 1;
}

.footer-brandBnr__image {
  height: auto;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  z-index: 2;
}

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

@media screen and (max-width: 768px) {
  .footer-brandBnr__image {
    width: 143px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-brandBnr + .footer-summary {
    margin-top: 50px;
  }
}

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

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

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

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

.footer-corporate__inner {
  margin: 0 auto;
}

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

@media screen and (max-width: 768px) {
  .footer-corporate__inner {
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
    width: 330px;
  }
}

.footer-copyright {
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .footer-copyright {
    margin-top: 30px;
    padding: 20px 0;
  }
}

.footer-copyright:before {
  background-color: #e5e5e5;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer-copyright:before {
    content: '';
  }
}

.footer-copyright__txt {
  color: #0060af;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: .05em;
}

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

@media screen and (max-width: 768px) {
  .footer-copyright__txt {
    font-size: 10px;
    line-height: calc(30 / 20);
  }
}

.header {
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  visibility: visible;
  width: 100vw;
  z-index: 999;
}

.header.menu-open .header-topNav__title {
  -webkit-filter: brightness(200);
          filter: brightness(200);
  z-index: 100;
}

.header.is-scroll .header-topNav__title {
  opacity: 0;
  pointer-events: none;
}

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

@media print, screen and (min-width: 768px) {
  .header-topNav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 0 auto;
    padding: 33px 0 34px;
    min-width: 780px;
    width: calc(1200 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .header-topNav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(120 / 750 * 100vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.header-topNav__title {
  display: inline-block;
  pointer-events: auto;
  -webkit-transition: opacity 1.5s ease, -webkit-filter 1.5s ease;
  transition: opacity 1.5s ease, -webkit-filter 1.5s ease;
  transition: filter 1.5s ease, opacity 1.5s ease;
  transition: filter 1.5s ease, opacity 1.5s ease, -webkit-filter 1.5s ease;
}

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

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

@media screen and (max-width: 768px) {
  .header-title {
    height: calc(53 / 750 * 100vw);
  }
}

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

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

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

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

.header-topNavGroup {
  cursor: pointer;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.header-contMenu__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #505046;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1000;
}

@media print, screen and (min-width: 768px) {
  .header-contMenu__btn {
    border-bottom-left-radius: 20px;
    height: 150px;
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .header-contMenu__btn {
    border-bottom-left-radius: calc(20 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
    width: calc(140 / 750 * 100vw);
  }
}

.header-contMenu__btn .txt {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 650;
  white-space: nowrap;
}

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

@media screen and (max-width: 768px) {
  .header-contMenu__btn .txt {
    font-size: calc(15 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(-3px, 0) scaleX(0.8);
            transform: rotate(45deg) translate(-3px, 0) scaleX(0.8);
  }
}

@media screen and (max-width: 768px) {
  .header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(calc(2 / 750 * 100vw), calc(6 / 750 * 100vw));
            transform: rotate(45deg) translate(calc(2 / 750 * 100vw), calc(6 / 750 * 100vw));
  }
}

@media print, screen and (min-width: 768px) {
  .header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate(8px, -11px) scaleX(0.8);
            transform: rotate(-45deg) translate(8px, -11px) scaleX(0.8);
  }
}

@media screen and (max-width: 768px) {
  .header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate(calc(4 / 750 * 100vw), calc(-9 / 750 * 100vw));
            transform: rotate(-45deg) translate(calc(4 / 750 * 100vw), calc(-9 / 750 * 100vw));
  }
}

.header-contMenu__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .header-contMenu__icon {
    gap: 11px;
    height: 40px;
    width: 52px;
  }
}

@media screen and (max-width: 768px) {
  .header-contMenu__icon {
    gap: calc(15 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
    width: calc(62 / 750 * 100vw);
  }
}

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

.header-socials {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: auto;
  position: fixed;
}

@media print, screen and (min-width: 768px) {
  .header-socials {
    gap: 20px;
    right: calc((100vw - (1200 / 1440 * 100vw)) / 4);
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: 315px;
  }
}

@media screen and (max-width: 768px) {
  .header-socials {
    display: none;
    gap: calc(15 / 750 * 100vw);
    right: calc(12 / 750 * 100vw);
    top: calc(333 / 750 * 100vw);
  }
}

.header-socials__txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 650;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

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

@media screen and (max-width: 768px) {
  .header-socials__txt {
    font-size: calc(12 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .header-socials .socialList__item {
    width: 46px;
  }
}

@media screen and (max-width: 768px) {
  .header-socials .socialList__item {
    width: calc(37 / 750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .header-socials .socialList__item + .socialList__item {
    margin-top: calc( 16 / 750 * 100vw);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* VENDOR */
/* COMPONENTS */
.accessCard .photo + .accessTtl {
  margin-top: 24px;
}

.accessTtl__sub {
  color: #333333;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
}

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

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

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

.accessTtl__dist {
  letter-spacing: 0;
}

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

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

.accessTtl__dist:has(.caption) {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.accessTtl__dist .num {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin: 0 .125em;
}

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

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

.accessTtl__dist .caption {
  bottom: 0;
  display: inline-block;
  position: absolute;
  right: 0;
}

.accessTtl--large .accessTtl__sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .accessTtl--large .accessTtl__dist .num {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .accessTtl--large .accessTtl__dist .num {
    font-size: 36px;
  }
}

#activeCursor {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-box-shadow: 2px 4px 40px rgba(50, 49, 47, 0.2);
          box-shadow: 2px 4px 40px rgba(50, 49, 47, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 120px;
  z-index: 9999;
}

#activeCursor:before {
  -webkit-animation: glowSpread 2s infinite linear;
          animation: glowSpread 2s infinite linear;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: '';
  -webkit-filter: blur(2px);
          filter: blur(2px);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 100%;
}

#activeCursor .arrowSVG {
  height: auto;
  width: 10px;
}

#activeCursor .arrowSVG__path {
  fill: #f8f6f5;
}

#activeCursor.is-active {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@-webkit-keyframes glowSpread {
  0% {
    opacity: .6;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes glowSpread {
  0% {
    opacity: .6;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

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

.anchorList__link {
  border: 1px dashed currentColor;
  border-radius: 100px;
  color: #333333;
  display: block;
  font-family: "Inter", sans-serif;
  letter-spacing: .03em;
  opacity: .3;
  text-align: center;
  -webkit-transition: .7s ease-in-out background-color, .7s ease-in-out color, .7s ease-in-out opacity;
  transition: .7s ease-in-out background-color, .7s ease-in-out color, .7s ease-in-out opacity;
  will-change: background-color, color, opacity;
  line-height: 1.4;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .anchorList__link {
    font-size: 10px;
    padding: 12px 9px;
    text-orientation: sideways;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

@media print, screen and (min-width: 768px) {
  .anchorList__link:hover {
    background: #ffffff;
    border-style: solid;
    color: #111111;
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .anchorList__link:hover {
    background: #ffffff;
    border-style: solid;
    color: #111111;
    opacity: 1;
  }
}

.anchorList__link.is-current {
  background: #ffffff;
  border-style: solid;
  color: #111111;
  opacity: 1;
  pointer-events: none;
}

.anchorList__item:not(:first-child) {
  margin-top: 12px;
}

.anchorList__item--orange .anchorList__link {
  color: #e6b422;
}

.anchorList__item--orange .anchorList__link.is-current {
  color: #e6b422;
}

.anchorList__item--pink .anchorList__link {
  color: #eb6b7a;
}

.anchorList__item--pink .anchorList__link.is-current {
  color: #eb6b7a;
}

.anchorList__item--green .anchorList__link {
  color: #53a22f;
}

.anchorList__item--green .anchorList__link.is-current {
  color: #53a22f;
}

.anchorList__item--entry .anchorList__link {
  color: #44a3b0;
}

.anchorList__item--entry .anchorList__link.is-current {
  color: #44a3b0;
}

.backTopBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #8499b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 99;
}

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

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

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

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

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

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

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

.bdrTtl {
  position: relative;
}

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

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

.bdrTtl:after {
  background: linear-gradient(to right, #333333 4px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 1px;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.bdrTtl__inner {
  color: #111111;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.9;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .bdrTtl__inner {
    font-size: 13px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .bdrTtl__inner {
    font-size: 12px;
    letter-spacing: .03em;
  }
}

.bdrTtl + .categoryList {
  margin-top: 16px;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .bgLayer {
    margin-bottom: -150px;
    margin-top: -150px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 768px) {
  .bgLayer {
    margin-bottom: calc(-150 / 750 * 100vw);
    margin-top: calc(-150 / 750 * 100vw);
    padding-bottom: calc(150 / 750 * 100vw);
  }
}

.bgLayer:before {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .bgLayer:before {
    border-radius: 40px 40px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .bgLayer:before {
    border-radius: 20px 20px 0 0;
  }
}

.wrap--small .bgLayer:before, .wrap--small .bgLayer:after {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

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

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

.bgLayer--neighbor {
  margin-top: 0;
}

.bgLayer--default:before {
  background: #e6b422;
}

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

.bgLayer--lightGray:before {
  background-color: #f2f3ee;
}

.bgLayer--gray:before {
  background-color: #f3f2f0;
}

.breadCrumb {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadCrumb__link {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: .03em;
  line-height: 1.4;
  position: relative;
}

.breadCrumb__link.is-current {
  color: white;
  pointer-events: none;
}

.breadCrumb__link:not(:first-child) {
  margin-left: 30px;
}

.breadCrumb__link:not(:first-child):before {
  color: rgba(255, 255, 255, 0.5);
  content: '>';
  display: inline-block;
  left: -18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.categoryLabel {
  border: 1px solid #111111;
  border-radius: 100px;
  color: #111111;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  padding: 6px 12px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.6;
}

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

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

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

.categoryLabel--dark {
  background-color: #111111;
  color: #f8f6f5;
}

.categoryLabel--entry {
  border-color: #44a3b0;
  color: #44a3b0;
}

.categoryLabel--dark {
  background-color: #111111;
  color: #f8f6f5;
}

.categoryLabel--en {
  font-family: "Inter", sans-serif;
  letter-spacing: .03em;
}

.categoryLabel--large {
  font-size: 14px;
}

@media print, screen and (min-width: 768px) {
  .categoryLabel--large {
    padding: 12px;
  }
}

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

.categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.categoryList--large .categoryLabel {
  font-size: 12px;
}

@media print, screen and (min-width: 768px) {
  .categoryList--large .categoryLabel {
    padding: 12px 28px;
  }
}

@media screen and (max-width: 768px) {
  .categoryList--large .categoryLabel {
    padding: 10px 28px;
  }
}

.categoryList--dark .categoryLabel {
  background-color: #111111;
  color: #f8f6f5;
}

.categoryList--en .categoryLabel {
  font-family: "Inter", sans-serif;
  letter-spacing: .03em;
}

.categoryList--etc .categoryList__item:last-child:after {
  content: 'など';
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  margin-left: 8px;
}

@media print, screen and (min-width: 768px) {
  .constructionInfo {
    background: url("../imgs/pc/bg-construction-info.png") top center/cover;
    height: 409px;
    margin: auto;
    margin-top: 80px;
    padding: 25px 0;
    width: 683px;
  }
}

@media screen and (max-width: 768px) {
  .constructionInfo {
    background: url("../imgs/sp/bg-construction-info.png") top center/cover;
    height: calc(825 / 780 * 100vw);
    margin: calc(120 / 780 * 100vw) auto 0;
    width: calc(690 / 780 * 100vw);
  }
}

.constructionInfo__inner {
  letter-spacing: .05em;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .constructionInfo__inner {
    padding: calc(100 / 780 * 100vw) calc(45 / 780 * 100vw);
  }
}

.constructionInfo__heading {
  letter-spacing: .04em;
  text-align: center;
  line-height: 1.5;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .constructionInfo__heading {
    font-size: calc(32 / 780 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .constructionInfo__ttl {
    font-size: 28px;
    margin-top: 30px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .constructionInfo__ttl {
    font-size: 4.87179vw;
    margin-top: 5.12821vw;
  }
}

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

@media screen and (max-width: 768px) {
  .constructionInfo__txt {
    font-size: 3.84615vw;
    margin-top: 6.41026vw;
  }
}

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

@media screen and (max-width: 768px) {
  .constructionInfo__txt .caption {
    font-size: 10px;
    margin-top: 5.12821vw;
  }
}

.cvBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #44a3b0;
  border: 1px solid #44a3b0;
  border-radius: 50px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: .2s ease-in-out color, 1s ease-in-out background-color;
  transition: .2s ease-in-out color, 1s ease-in-out background-color;
  white-space: nowrap;
  z-index: 1;
}

.cvBtn:before {
  background: linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: -webkit-transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .cvBtn {
    font-size: 16px;
    height: 80px;
    padding: 30px 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .cvBtn {
    font-size: 20px;
    height: 100px;
    max-width: 480px;
    padding: 35px 50px;
  }
}

.cvBtn .en {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  left: 32px;
  letter-spacing: .04em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  line-height: 1;
}

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

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

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

.cvBtn .arrowSVG {
  height: auto;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
}

.cvBtn .arrowSVG__path {
  fill: #ffffff;
  -webkit-transition: .8s ease fill;
  transition: .8s ease fill;
}

@media print, screen and (min-width: 768px) {
  .cvBtn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #44a3b0;
  }
  .cvBtn:hover:before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .cvBtn:hover .arrowSVG__path {
    fill: #44a3b0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #44a3b0;
  }
  .cvBtn:hover:before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .cvBtn:hover .arrowSVG__path {
    fill: #44a3b0;
  }
}

.cvBtn--reserve {
  background-color: #4476b0;
  border-color: #4476b0;
}

@media print, screen and (min-width: 768px) {
  .cvBtn--reserve:hover {
    color: #4476b0;
  }
  .cvBtn--reserve:hover .arrowSVG__path {
    fill: #4476b0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn--reserve:hover {
    color: #4476b0;
  }
  .cvBtn--reserve:hover .arrowSVG__path {
    fill: #4476b0;
  }
}

.cvBtn--limited {
  background-color: #a38b78;
  border-color: #a38b78;
}

@media print, screen and (min-width: 768px) {
  .cvBtn--limited:hover {
    color: #a38b78;
  }
  .cvBtn--limited:hover .arrowSVG__path {
    fill: #a38b78;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn--limited:hover {
    color: #a38b78;
  }
  .cvBtn--limited:hover .arrowSVG__path {
    fill: #a38b78;
  }
}

.cvBtn--small {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px 32px;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .cvBtn--small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 95px;
    width: 170px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn--small {
    border-radius: 50px;
    font-size: 16px;
    height: 80px;
    padding: 30px 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .cvBtn--small .en {
    left: auto;
    margin-bottom: 16px;
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}

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

.cvBtn--xsmall {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  height: 40px;
  padding: 10px;
  width: 120px;
}

.descriptionCard__head .photo {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .descriptionCard__head .photo {
    border-radius: 15px;
  }
}

@media screen and (max-width: 768px) {
  .descriptionCard__head .photo {
    border-radius: calc(15 / 750 * 100vw);
  }
}

.descriptionCard__head .photo__image {
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .descriptionCard__head + .descriptionCard__cont {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.descriptionCard__cont {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.descriptionCard__cont .heading {
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .descriptionCard__cont .heading {
    letter-spacing: -0.2px;
  }
}

.descriptionCard__cont .txt {
  font-weight: 500;
}

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

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

.enHeading {
  font-family: "Montserrat", sans-serif;
  letter-spacing: .02em;
  line-height: 1.5;
  position: relative;
}

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

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

.enHeading--large {
  font-weight: 650;
  letter-spacing: .05rem;
}

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

@media screen and (max-width: 768px) {
  .enHeading--large {
    font-size: calc(80 / 750 * 100vw);
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .enHeading--default {
    font-size: calc(50 / 750 * 100vw);
  }
}

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

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

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

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

@media screen and (max-width: 768px) {
  .enHeading--center {
    padding-top: 64px;
  }
}

.enHeading--center.sai-animate:before {
  -webkit-transform: translate(-50%, 0) scale(1, 1);
          transform: translate(-50%, 0) scale(1, 1);
}

@media print, screen and (min-width: 768px) {
  .enHeading--center + .txt {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 572px;
  }
}

.enTtl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333333;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: .03em;
  padding-bottom: 10px;
  line-height: 1.4;
}

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

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

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

.enTtl .sparklingSVG {
  height: auto;
  margin-right: 8px;
  width: 14px;
}

.enTtl .sparklingSVG__path {
  fill: #333333;
}

.enTtl--default {
  border: none;
  padding-bottom: 0;
}

.enTtl + .txt {
  margin-top: 40px;
}

.eventBtn {
  background-color: #505046;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media print, screen and (min-width: 768px) {
  .eventBtn {
    border-radius: 20px 20px 0 0;
    margin: auto;
    padding: 32px 0;
    width: 730px;
    max-width: calc(100% - 80px);
  }
}

@media screen and (max-width: 768px) {
  .eventBtn {
    border-radius: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) 0 0;
    padding: calc(30 / 750 * 100vw) 0;
    width: calc(490 / 750 * 100vw);
  }
}

.eventBtn .inner {
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.55556;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .eventBtn .inner {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0;
  }
}

.eventBtn__circle {
  aspect-ratio: 1 /1;
  display: inline-block;
  -webkit-perspective: 80px;
          perspective: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

@media print, screen and (min-width: 768px) {
  .eventBtn__circle {
    right: 25px;
  }
}

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

.eventBtn__circle .circleSVG {
  aspect-ratio: 1 / 1;
  height: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .eventBtn__circle .circleSVG {
    width: 58px;
  }
}

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

.eventBtn__circle .circleSVG__path {
  stroke: #ffffff;
}

.eventBtn__circle .arrowSVG {
  aspect-ratio: 1 / 1;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  .eventBtn__circle .arrowSVG {
    width: 11px;
  }
}

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

.eventBtn__circle .arrowSVG__line {
  display: block;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.eventBtn__circle .arrowSVG__polyline, .eventBtn__circle .arrowSVG__path {
  stroke: #ffffff;
}

.eventBtn__circle .arrowSVG,
.eventBtn__circle .arrowSVG__path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media print, screen and (min-width: 768px) {
  .eventBtn:hover {
    opacity: .9;
  }
  .eventBtn:hover .eventBtn__circle .circleSVG {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .eventBtn:hover .eventBtn__circle .circleSVG path {
    stroke-width: .5px;
  }
  .eventBtn:hover .eventBtn__circle .arrowSVG {
    -webkit-transform: scale(1.2) translate(10%, -90%) rotateX(180deg) rotateY(360deg) rotateZ(90deg);
            transform: scale(1.2) translate(10%, -90%) rotateX(180deg) rotateY(360deg) rotateZ(90deg);
  }
  .eventBtn:hover .eventBtn__circle .arrowSVG,
  .eventBtn:hover .eventBtn__circle .arrowSVG__path {
    -webkit-transition: .8s;
    transition: .8s;
  }
}

@media (hover: hover) and (pointer: fine) {
  .eventBtn:hover {
    opacity: .9;
  }
  .eventBtn:hover .eventBtn__circle .circleSVG {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .eventBtn:hover .eventBtn__circle .circleSVG path {
    stroke-width: .5px;
  }
  .eventBtn:hover .eventBtn__circle .arrowSVG {
    -webkit-transform: scale(1.2) translate(10%, -90%) rotateX(180deg) rotateY(360deg) rotateZ(90deg);
            transform: scale(1.2) translate(10%, -90%) rotateX(180deg) rotateY(360deg) rotateZ(90deg);
  }
  .eventBtn:hover .eventBtn__circle .arrowSVG,
  .eventBtn:hover .eventBtn__circle .arrowSVG__path {
    -webkit-transition: .8s;
    transition: .8s;
  }
}

.fadeSlider {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.featureBox {
  background: rgba(255, 255, 255, 0.5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

@media print, screen and (min-width: 768px) {
  .featureBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    padding: 56px 48px;
  }
}

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

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

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

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

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

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

.figurePlot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(248, 246, 245, 0.8);
  -webkit-box-shadow: 0 4px 10px 0 rgba(102, 81, 67, 0.12);
          box-shadow: 0 4px 10px 0 rgba(102, 81, 67, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 3;
}

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

.figurePlot .swipeSVG {
  height: auto;
  width: 50px;
}

.figurePlot .swipeSVG__path {
  fill: #111111;
}

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

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

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

.fixedBg .inner {
  height: 100%;
  position: relative;
  width: 100%;
}

.fixedBg .inner:before, .fixedBg .inner:after {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .fixedBg .inner:before, .fixedBg .inner:after {
    background: url("../imgs/pc/bg-content@1.5x.jpg") no-repeat center center/cover;
  }
}

@media screen and (max-width: 768px) {
  .fixedBg .inner:before, .fixedBg .inner:after {
    background: url("../imgs/sp/bg-content.jpg") no-repeat center center/cover;
  }
}

.fixedBg .inner:before {
  -webkit-animation: cloth01 2s infinite ease-in-out;
          animation: cloth01 2s infinite ease-in-out;
}

.fixedBg .inner:after {
  -webkit-animation: cloth02 2s infinite ease-in-out;
          animation: cloth02 2s infinite ease-in-out;
}

.fixedBg--limited .inner:after {
  -webkit-animation: none;
          animation: none;
  content: none;
}

.fixedBg--limited .inner:before {
  -webkit-animation: none;
          animation: none;
}

@media print, screen and (min-width: 768px) {
  .fixedBg--limited .inner:before {
    background: url("../imgs/pc/bg-texture@1.5x.jpg") no-repeat center center/cover;
  }
}

@media screen and (max-width: 768px) {
  .fixedBg--limited .inner:before {
    background: url("../imgs/sp/bg-texture.jpg") no-repeat center center/cover;
  }
}

@-webkit-keyframes cloth01 {
  0% {
    opacity: .6;
    -webkit-transform: rotate(-1deg) translateX(-1%) scale(1.06);
            transform: rotate(-1deg) translateX(-1%) scale(1.06);
  }
  50% {
    opacity: .8;
    -webkit-transform: rotate(1deg) translateX(1%) scale(1.06);
            transform: rotate(1deg) translateX(1%) scale(1.06);
  }
  100% {
    opacity: .6;
    -webkit-transform: rotate(-1deg) translateX(-1%) scale(1.06);
            transform: rotate(-1deg) translateX(-1%) scale(1.06);
  }
}

@keyframes cloth01 {
  0% {
    opacity: .6;
    -webkit-transform: rotate(-1deg) translateX(-1%) scale(1.06);
            transform: rotate(-1deg) translateX(-1%) scale(1.06);
  }
  50% {
    opacity: .8;
    -webkit-transform: rotate(1deg) translateX(1%) scale(1.06);
            transform: rotate(1deg) translateX(1%) scale(1.06);
  }
  100% {
    opacity: .6;
    -webkit-transform: rotate(-1deg) translateX(-1%) scale(1.06);
            transform: rotate(-1deg) translateX(-1%) scale(1.06);
  }
}

@-webkit-keyframes cloth02 {
  0% {
    opacity: .3;
    -webkit-transform: rotate(1.1deg) translateY(1%) scale(1.07);
            transform: rotate(1.1deg) translateY(1%) scale(1.07);
  }
  50% {
    opacity: .4;
    -webkit-transform: rotate(-1.2deg) translateY(-1%) scale(1.07);
            transform: rotate(-1.2deg) translateY(-1%) scale(1.07);
  }
  100% {
    opacity: .3;
    -webkit-transform: rotate(1.1deg) translateY(1%) scale(1.07);
            transform: rotate(1.1deg) translateY(1%) scale(1.07);
  }
}

@keyframes cloth02 {
  0% {
    opacity: .3;
    -webkit-transform: rotate(1.1deg) translateY(1%) scale(1.07);
            transform: rotate(1.1deg) translateY(1%) scale(1.07);
  }
  50% {
    opacity: .4;
    -webkit-transform: rotate(-1.2deg) translateY(-1%) scale(1.07);
            transform: rotate(-1.2deg) translateY(-1%) scale(1.07);
  }
  100% {
    opacity: .3;
    -webkit-transform: rotate(1.1deg) translateY(1%) scale(1.07);
            transform: rotate(1.1deg) translateY(1%) scale(1.07);
  }
}

.fullVisual {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.fullVisual .photo {
  width: 100%;
}

.fullVisual .photo__image {
  width: 100%;
}

.generalArrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #111111;
  border: 1px solid #111111;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58px;
}

.generalArrow svg path {
  fill: #ffffff;
}

.generalArrow--small {
  height: 24px;
  width: 40px;
}

.generalArrow--small .nextSVG {
  height: auto;
  width: 8px;
}

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

.generalBnr__link {
  display: block;
  position: relative;
}

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

@media (hover: hover) and (pointer: fine) {
  .generalBnr__link:hover .generalBnr__bg .photo__image {
    opacity: .8;
  }
}

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

.generalBnr--shadow {
  -webkit-box-shadow: 10px 10px 30px 0 rgba(102, 81, 67, 0.4);
          box-shadow: 10px 10px 30px 0 rgba(102, 81, 67, 0.4);
}

.generalBtn {
  background-color: #ffffff;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  will-change: background-color, color;
}

@media print, screen and (min-width: 768px) {
  .generalBtn {
    border-radius: 100px;
    max-width: 300px;
    padding: 20px 24px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn {
    border-radius: calc(150 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.generalBtn:after {
  background-color: #e6b422;
  border-radius: 5000px;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .generalBtn:after {
    height: 15px;
    right: 25px;
    width: 15px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn:after {
    height: calc(20 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
  }
}

.generalBtn .inner {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

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

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

@media print, screen and (min-width: 768px) {
  .generalBtn:hover {
    background: #505046;
    color: #ffffff;
  }
  .generalBtn:hover .generalBtn__icon path {
    fill: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn:hover {
    background: #505046;
    color: #ffffff;
  }
  .generalBtn:hover .generalBtn__icon path {
    fill: #ffffff;
  }
}

.generalBtn--arrow {
  max-width: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.generalBtn--arrow:after {
  display: none;
}

.generalBtn--arrow-general {
  background-color: #e6b422;
  border: none;
}

.generalBtn--arrow-general .inner {
  color: #ffffff;
}

.generalBtn--arrow-general .iconArrow {
  -webkit-filter: brightness(200);
          filter: brightness(200);
}

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

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

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

.generalModal__bg {
  background: rgba(17, 17, 17, 0.2);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.generalModal__inner {
  background-color: #ffffff;
  border: 1px solid #111111;
  overflow-y: auto;
  position: relative;
  z-index: 999;
}

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

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

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

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

.generalModal__inner .movieFrame {
  aspect-ratio: 960 / 540;
  height: auto;
  width: 100%;
}

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

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

@media screen and (max-width: 768px) {
  .generalModal__inner--iframe .movieFrame {
    height: 169px;
  }
}

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

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

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

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

@media print, screen and (min-width: 768px) {
  .generalModal__cont--spMode {
    aspect-ratio: 9 / 16;
    width: 390px;
  }
}

@media only screen and (max-width: 1200px) {
  .generalModal__cont--spMode .movieFrame {
    height: auto;
    width: 100%;
  }
}

.generalModal__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  z-index: 9999;
}

.generalModal__icon {
  height: 8px;
  position: relative;
  width: 16px;
}

.generalModal__icon:before, .generalModal__icon:after {
  background-color: #111111;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
}

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

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

.generalModal__swipeNotice {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  left: 50%;
  letter-spacing: 0;
  position: absolute;
  top: 40px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
  z-index: 1;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .generalModal--swipeMode .generalModal__btn {
    pointer-events: none;
  }
}

.generalModal--swipeMode .generalModal__inner {
  background: #f8f6f5;
  padding-top: 70px;
}

.generalModal--swipeMode .generalModal__inner .photo {
  height: 100%;
  z-index: 99999;
}

@media screen and (max-width: 768px) {
  .generalModal--swipeMode .generalModal__inner .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

.generalModal--swipeMode .generalModal__inner .photo--hSmall .photo__image {
  max-height: 480px;
}

@media print, screen and (min-width: 768px) {
  .generalSect:not(:first-child) {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .generalSect:not(:first-child) {
    margin-top: calc(140 / 750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .generalSect__head + .generalSect__cont {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.generalSlider {
  position: relative;
}

.generalSlider__controller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .generalSlider__controller {
    gap: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 32px auto 0 0;
    width: 188px;
  }
}

@media screen and (max-width: 768px) {
  .generalSlider__controller {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 28px auto 0;
    width: 300px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .generalSlider__progress {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.generalSlider__progress .current {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: .05em;
  margin-left: 16px;
  line-height: 1.6;
}

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

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

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

.generalSlider__progress .total {
  color: #333333;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .05em;
  line-height: 1;
  margin-left: 6px;
  padding-left: 6px;
  position: relative;
}

.generalSlider__progress .total:before {
  background-color: #333333;
  content: '';
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) skew(-20deg);
          transform: translate(0, -50%) skew(-20deg);
  width: 1px;
}

.generalSlider__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color .7s ease;
  transition: background-color .7s ease;
}

.generalSlider__dir .generalArrow {
  -webkit-transition: .7s ease background-color;
  transition: .7s ease background-color;
}

.generalSlider__dir .generalArrow .nextSVG__path,
.generalSlider__dir .generalArrow .prevSVG__path {
  -webkit-transition: .7s ease fill;
  transition: .7s ease fill;
}

@media print, screen and (min-width: 768px) {
  .generalSlider__dir .generalArrow:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .generalSlider__dir .generalArrow:hover .nextSVG__path,
  .generalSlider__dir .generalArrow:hover .prevSVG__path {
    fill: #111111;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalSlider__dir .generalArrow:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .generalSlider__dir .generalArrow:hover .nextSVG__path,
  .generalSlider__dir .generalArrow:hover .prevSVG__path {
    fill: #111111;
  }
}

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

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

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

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

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

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

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

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

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

.generalTab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
}

.generalTab__btn {
  border: 1px dashed #333333;
  border-radius: 100px;
  color: rgba(51, 51, 51, 0.5);
  display: block;
  font-family: "Inter", "Zen Kaku Gothic New", serif;
  font-size: 12px;
  letter-spacing: .03em;
  padding: 16px 24px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transition-property: background-color,border-style, color;
  transition-property: background-color,border-style, color;
  line-height: 1.4;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .generalTab__btn:hover {
    background-color: #ffffff;
    border-style: solid;
    color: #333333;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalTab__btn:hover {
    background-color: #ffffff;
    border-style: solid;
    color: #333333;
  }
}

.generalTab__btn.is-active {
  background-color: #ffffff;
  border-style: solid;
  color: #333333;
  pointer-events: none;
}

.generalTab__cont {
  display: none;
}

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

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

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

.heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  position: relative;
  line-height: 1.4;
}

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

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

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

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

.heading .en {
  color: #333333;
  display: block;
  font-family: "Inter", sans-serif;
  letter-spacing: .03em;
  line-height: 1.4;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .heading .en {
    font-size: 12px;
    margin-bottom: 32px;
  }
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .heading--large {
    font-size: calc(40 / 750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .heading--large + .txt {
    margin-top: calc(80 / 750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .heading--default {
    font-size: calc(28 / 750 * 100vw);
  }
}

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

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

.heading--default + .txt {
  margin-top: 40px;
}

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

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

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

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

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

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

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

.headingCombi {
  position: relative;
}

.headingUnit {
  position: relative;
}

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

.headingUnit--border {
  border-top: 1px solid #111111;
  padding-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .headingUnit + .pinchInFigure,
  .headingUnit + .modalFigure,
  .headingUnit + .photo {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .headingUnit + .pinchInFigure,
  .headingUnit + .modalFigure,
  .headingUnit + .photo {
    margin-top: 54px;
  }
}

.headLayout {
  display: grid;
  grid-template-rows: auto 1fr;
}

@media print, screen and (min-width: 768px) {
  .headLayout {
    gap: 32px 48px;
    grid-template-columns: 1fr 144px;
  }
}

@media screen and (max-width: 768px) {
  .headLayout {
    gap: 32px calc(60 / 750 * 100vw);
    grid-template-columns: 1fr 92px;
    margin-right: -calc(60 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .headLayout__visual {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media screen and (max-width: 768px) {
  .headLayout__visual {
    -ms-flex-item-align: end;
        align-self: end;
  }
}

@media screen and (max-width: 768px) {
  .headLayout .heading {
    grid-column: auto / span 2;
  }
}

.headLayout .heading + .txt {
  margin-top: 0;
}

.icCard {
  background: rgba(255, 255, 255, 0.5);
}

@media print, screen and (min-width: 768px) {
  .icCard {
    height: 100%;
    padding: 40px 24px;
  }
}

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

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

.icCard__item {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

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

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

.icCard__item:after {
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: linear-gradient(to right, #111111 4px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 1px;
}

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

.icCard__item .place {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.9;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.icCard__item .place:before {
  content: '';
  margin-top: calc((1 - 1.9) * .5em);
}

.icCard__item .place:after {
  margin-bottom: calc((1 - 1.9) * .5em);
}

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

@media print, screen and (min-width: 768px) {
  .icCard__item .place {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .icCard__item .place {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: .03em;
  }
}

.icCard__item .dist {
  letter-spacing: 0;
  min-width: 80px;
  text-align: right;
}

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

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

.icCard__item .dist .num {
  font-family: "Montserrat", sans-serif;
}

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

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

.iconAnimate {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) var(--delay);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) var(--delay);
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: transform, opacity, filter;
  transition-property: transform, opacity, filter, -webkit-transform, -webkit-filter;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.iconAnimate.sai-animate {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.infoCard {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 16px 0 rgba(102, 81, 67, 0.1);
          box-shadow: 0 2px 16px 0 rgba(102, 81, 67, 0.1);
  height: 100%;
  padding: 16px;
  width: 220px;
}

.infoCard__num {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  letter-spacing: .03em;
  line-height: 1.4;
}

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

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

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

.infoCard__ttl {
  color: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

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

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

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

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

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

.infoCard__num + .infoCard__ttl {
  margin-top: 16px;
}

.infoCard__cap {
  color: #999999;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.6;
}

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

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

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

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

.infoCard__access {
  color: #999999;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.6;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .infoCard__access:not(:first-child) {
    margin-top: 10px;
  }
}

.infoLabel {
  background-color: rgba(17, 17, 17, 0.5);
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  padding: 6px 8px;
  position: absolute;
  right: 6px;
  top: 8px;
  line-height: 1.9;
}

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

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

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

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

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

.infoLabel .num {
  font-family: "Inter", sans-serif;
}

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

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

.infoSect__head {
  text-align: center;
}

.infoSect__head .txt + .caption {
  margin-top: 30px;
}

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

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

.infoSect__ttl {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.6;
}

.infoSect__heading {
  line-height: 1.4;
  letter-spacing: 0;
}

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

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

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

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

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

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

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

.infoSect__heading .num {
  font-family: "Montserrat", sans-serif;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .infoSect__ttl + .infoSect__heading {
    margin-top: 48px;
  }
}

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

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

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

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

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

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

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

.infoSect__heading--blue {
  color: #44a3b0;
}

.infoSect__box {
  background-color: #ffffff;
  margin: 32px auto 0;
  max-width: 616px;
  padding: 24px;
}

.infoSect__guidanceBox {
  border: 1px solid rgba(102, 81, 67, 0.5);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .infoSect__guidanceBox {
    margin: auto;
    margin-top: 24px;
    padding: 20px 0;
    width: 720px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__guidanceBox {
    margin-top: 24px;
    padding: 20px 0;
  }
}

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

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

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

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

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

.infoSect__listItem {
  color: #44a3b0;
}

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

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

.infoSect__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.infoSect__label {
  background-color: #44a3b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 12px;
}

.infoSect__label .txt {
  color: #ffffff;
  display: inline-block;
  height: 100%;
  white-space: nowrap;
}

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

@media screen and (max-width: 768px) {
  .infoSect__cont + .infoSect__head {
    margin-top: 48px;
  }
}

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

@media screen and (max-width: 768px) {
  .infoSect__head + .infoSect__cont {
    margin-top: 48px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .infoSect__buttonList .cvBtn {
    margin: 0;
    width: 320px;
  }
}

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

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

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

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

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

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

* + .infoSect__appealPoint {
  margin-top: 28px;
}

.infoSect * + .tableBlock {
  margin-top: 20px;
}

.infoSect .tableBlock + .txt {
  margin-top: 16px;
  text-align: center;
}

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

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

.infoTableBlock__table {
  width: 100%;
}

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

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

@media print, screen and (min-width: 768px) {
  .infoTableBlock__th, .infoTableBlock__td {
    padding: 16px;
  }
}

@media screen and (max-width: 768px) {
  .infoTableBlock__th, .infoTableBlock__td {
    padding: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .infoTableBlock__th:first-child, .infoTableBlock__td:first-child {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .infoTableBlock__th:first-child, .infoTableBlock__td:first-child {
    width: 70px;
  }
}

.infoTableBlock__thead .infoTableBlock__tr {
  position: relative;
}

.infoTableBlock__thead .infoTableBlock__tr:after {
  background-color: #111111;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.infoTableBlock__tbody .infoTableBlock__tr:not(:last-child) {
  position: relative;
}

.infoTableBlock__tbody .infoTableBlock__tr:not(:last-child):after {
  background: linear-gradient(to right, #111111 4px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 1px;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.jpTtl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333333;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  padding-bottom: 10px;
}

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

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

.jpTtl .sparklingSVG {
  height: auto;
  margin-right: 8px;
  width: 14px;
}

.jpTtl .sparklingSVG__path {
  fill: #333333;
}

.keyVisual {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: 100%;
  z-index: 2;
}

.keyVisual.sai-animate .keyVisual__ttl {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .keyVisual.sai-animate .keyVisual__inner:after, .keyVisual.sai-animate .keyVisual__inner:before {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual.sai-animate .keyVisual__inner:after, .keyVisual.sai-animate .keyVisual__inner:before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.keyVisual__ttl {
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

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

@media screen and (max-width: 768px) {
  .keyVisual__ttl + .keyVisual__inner {
    margin-top: calc(78 / 750 * 100vw);
  }
}

.keyVisual__inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__inner {
    border-radius: 30px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__inner {
    border-radius: calc(30 / 750 * 100vw);
  }
}

.keyVisual__inner .photo {
  width: 100%;
}

.keyVisual__inner .photo__image {
  width: 100%;
}

.keyVisual__inner:after, .keyVisual__inner:before {
  background-color: #ffffff;
  content: '';
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 3;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__inner:after, .keyVisual__inner:before {
    height: 100%;
    -webkit-transform-origin: top;
            transform-origin: top;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__inner:after, .keyVisual__inner:before {
    height: 50%;
    -webkit-transform-origin: left;
            transform-origin: left;
    width: 100%;
  }
}

.keyVisual__inner:before {
  -webkit-transition-delay: .3s !important;
          transition-delay: .3s !important;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__inner:before {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__inner:before {
    bottom: 0;
    top: auto;
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }
}

.locationCard {
  background-color: #ffffff;
  border: 1px solid #111111;
  border-radius: 4px;
  height: 100%;
  padding: 20px 20px 32px;
}

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

.locationCard__visual {
  -webkit-box-shadow: 0 2px 16px 0 rgba(102, 81, 67, 0.1);
          box-shadow: 0 2px 16px 0 rgba(102, 81, 67, 0.1);
  position: relative;
}

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

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

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

.locationCard__sub {
  color: #999999;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.6;
}

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

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

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

.locationCard__ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

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

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

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

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

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

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

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

.locationCard__ttl + .caption {
  margin-top: 10px;
}

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

.loopSlider .swiper-slide {
  display: inline-block;
  width: auto;
}

.madoriBtn {
  background: #ffffff;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(102, 81, 67, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(102, 81, 67, 0.2);
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  position: relative;
  -webkit-transition: .7s box-shadow ease-in-out, .7s transform ease-in-out;
  transition: .7s box-shadow ease-in-out, .7s transform ease-in-out;
}

.madoriBtn__head {
  background: var(--plan-color);
  color: #ffffff;
  padding: 15px;
  text-align: center;
}

.madoriBtn__head .windSVG {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn__head .windSVG {
    width: 38px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__head .windSVG {
    width: 30px;
  }
}

.madoriBtn__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 15px 30px 15px;
  position: relative;
  text-align: center;
}

.madoriBtn__cont:after {
  background: #111111;
  bottom: 7px;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 80%;
}

.madoriBtn__type {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 0.7;
}

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

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

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

.madoriBtn__type .type {
  font-size: 24px;
}

.madoriBtn__type .subType {
  font-size: 14px;
}

.madoriBtn__variation {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 1;
}

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

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

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

.madoriBtn__variation .num {
  font-size: 24px;
}

.madoriBtn__variation .ldk {
  font-size: 20px;
}

.madoriBtn__length {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: .01em;
  margin-top: 10px;
  line-height: 1;
}

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

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

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

.madoriBtn__length .int {
  font-size: 18px;
}

.madoriBtn__originals {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}

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

.madoriBtn__originals .label img {
  height: 32px;
  margin: 0;
  width: auto;
}

.madoriBtn__originals .label + .label {
  padding-left: 20px;
  position: relative;
}

.madoriBtn__originals .label + .label:before {
  background: url("../imgs/plan/img-icon-plus.png") center center no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
}

.madoriBtn.is-new:before {
  color: #ffffff;
  content: 'NEW';
  font-family: "Inter", sans-serif;
  font-size: 10px;
  letter-spacing: .03em;
  line-height: 1;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .madoriBtn.is-new:before {
    right: 16px;
    top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn.is-new:before {
    right: 12px;
    top: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriBtn:hover {
    -webkit-box-shadow: 10px 15px 45px 0 rgba(102, 81, 67, 0.3);
            box-shadow: 10px 15px 45px 0 rgba(102, 81, 67, 0.3);
    -webkit-transform: translateY(-2px) scale(1.01);
            transform: translateY(-2px) scale(1.01);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriBtn:hover {
    -webkit-box-shadow: 10px 15px 45px 0 rgba(102, 81, 67, 0.3);
            box-shadow: 10px 15px 45px 0 rgba(102, 81, 67, 0.3);
    -webkit-transform: translateY(-2px) scale(1.01);
            transform: translateY(-2px) scale(1.01);
  }
}

.madoriBtn--disabled .madoriBtn__fig {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.madoriBtn--disabled .madoriBtn__thum {
  position: relative;
}

.madoriBtn--disabled .madoriBtn__thum:after {
  background: var(--plan-color);
  color: #f8f6f5;
  content: '限定ページにて公開中';
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  left: 50%;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

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

.madoriBtnList:not(:first-child) {
  padding-top: 56px;
}

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

@media screen and (max-width: 768px) {
  .madoriBtnList__item:not(:first-child) {
    margin-top: 32px;
  }
}

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

.madoriBtnList--limited .madoriBtnList__item {
  width: 272px;
}

@media screen and (max-width: 768px) {
  .madoriBtnList--limited .madoriBtnList__item {
    margin-left: auto;
    margin-right: auto;
  }
}

.madoriBtnList + .generalBtn {
  margin-top: 80px;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail {
    display: grid;
    grid-template-columns: 13fr 12fr;
    grid-template-rows: 1fr auto;
  }
}

.madoriDetail__block {
  background-color: var(--plan-color);
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__block {
    padding: 32px 16px 32px 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__block {
    padding: 32px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__head {
    padding-right: 96px;
    width: 624px;
  }
}

.madoriDetail__head .meritNote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__head .meritNote {
    gap: 16px;
    margin-top: 80px;
    width: 528px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__head .meritNote {
    gap: 12px;
    margin-top: 64px;
  }
}

.madoriDetail__head .meritNote__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--plan-color);
  border-radius: 50px;
  color: #f8f6f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 12px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__head .meritNote__item {
    font-size: 13px;
    letter-spacing: 0;
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__head .meritNote__item {
    font-size: 12px;
    letter-spacing: .03em;
    width: calc(50% - 6px);
  }
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__head .originalList {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__head .originalList {
    margin-top: 64px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__head .originalList__item:not(:first-child) {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__head .originalList__item:not(:first-child) {
    margin-top: 16px;
  }
}

.madoriDetail__head .originalList__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--plan-color);
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: var(--plan-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-transition: .2s ease-in-out color, 1s ease-in-out background-color;
  transition: .2s ease-in-out color, 1s ease-in-out background-color;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__head .originalList__link {
    padding: 16px 40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__head .originalList__link {
    padding: 20px 32px;
  }
}

.madoriDetail__head .originalList__link:before {
  background: linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: -webkit-transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out;
  width: 100%;
  z-index: -1;
}

.madoriDetail__head .originalList__link img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: .6s ease-in-out filter;
  transition: .6s ease-in-out filter;
  width: auto;
  will-change: filter;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__head .originalList__link img {
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__head .originalList__link img {
    height: 18px;
  }
}

.madoriDetail__head .originalList__link .nextSVG {
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__head .originalList__link .nextSVG {
    right: 40px;
    width: 8px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__head .originalList__link .nextSVG {
    right: 32px;
    width: 10px;
  }
}

.madoriDetail__head .originalList__link .nextSVG__path {
  fill: #ffffff;
  -webkit-transition: .4s ease-in-out fill;
  transition: .4s ease-in-out fill;
  will-change: fill;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__head .originalList__link:hover {
    background-color: #ffffff;
    border-color: var(--plan-color);
  }
  .madoriDetail__head .originalList__link:hover:before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .madoriDetail__head .originalList__link:hover img {
    -webkit-filter: none;
            filter: none;
  }
  .madoriDetail__head .originalList__link:hover .nextSVG__path {
    fill: var(--plan-color);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDetail__head .originalList__link:hover {
    background-color: #ffffff;
    border-color: var(--plan-color);
  }
  .madoriDetail__head .originalList__link:hover:before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .madoriDetail__head .originalList__link:hover img {
    -webkit-filter: none;
            filter: none;
  }
  .madoriDetail__head .originalList__link:hover .nextSVG__path {
    fill: var(--plan-color);
  }
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__head .originalList + .meritNote {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__head .originalList + .meritNote {
    margin-top: 32px;
  }
}

.madoriDetail__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__ttl {
    gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__ttl {
    gap: 16px;
  }
}

.madoriDetail__type {
  background-color: #ffffff;
  color: var(--plan-color);
  line-height: 1;
}

.madoriDetail__type:before {
  content: '';
  margin-top: calc((1 - 1) * .5em);
}

.madoriDetail__type:after {
  margin-bottom: calc((1 - 1) * .5em);
}

.madoriDetail__type:before, .madoriDetail__type:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__type {
    padding: 15px 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type {
    padding: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__type .subType {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type .subType {
    font-size: 16px;
  }
}

.madoriDetail__type, .madoriDetail__variation {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}

.madoriDetail__type:before, .madoriDetail__variation:before {
  content: '';
  margin-top: calc((1 - 1) * .5em);
}

.madoriDetail__type:after, .madoriDetail__variation:after {
  margin-bottom: calc((1 - 1) * .5em);
}

.madoriDetail__type:before, .madoriDetail__type:after, .madoriDetail__variation:before, .madoriDetail__variation:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__type, .madoriDetail__variation {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type, .madoriDetail__variation {
    font-size: 14px;
  }
}

.madoriDetail__type .strong, .madoriDetail__variation .strong {
  display: inline-block;
  line-height: 0.4;
}

.madoriDetail__type .strong:before, .madoriDetail__variation .strong:before {
  content: '';
  margin-top: calc((1 - 0.4) * .5em);
}

.madoriDetail__type .strong:after, .madoriDetail__variation .strong:after {
  margin-bottom: calc((1 - 0.4) * .5em);
}

.madoriDetail__type .strong:before, .madoriDetail__type .strong:after, .madoriDetail__variation .strong:before, .madoriDetail__variation .strong:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__type .strong, .madoriDetail__variation .strong {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type .strong, .madoriDetail__variation .strong {
    font-size: 36px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__spec {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__spec {
    margin-top: 32px;
  }
}

.madoriDetail__length {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .03em;
  line-height: 1;
}

.madoriDetail__length:before {
  content: '';
  margin-top: calc((1 - 1) * .5em);
}

.madoriDetail__length:after {
  margin-bottom: calc((1 - 1) * .5em);
}

.madoriDetail__length:before, .madoriDetail__length:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__length {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length {
    font-size: 16px;
  }
}

.madoriDetail__length .ttl {
  display: inline-block;
  margin-right: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
}

.madoriDetail__length .ttl:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.madoriDetail__length .ttl:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.madoriDetail__length .ttl:before, .madoriDetail__length .ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__length .strong {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length .strong {
    font-size: 36px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__length .meter {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length .meter {
    font-size: 12px;
  }
}

.madoriDetail__length .tsubo {
  color: #ffffff;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.6;
}

.madoriDetail__length .tsubo:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.madoriDetail__length .tsubo:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.madoriDetail__length .tsubo:before, .madoriDetail__length .tsubo:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.madoriDetail__subLength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.madoriDetail__subItem {
  white-space: nowrap;
}

.madoriDetail__subItem .ttl {
  display: inline-block;
  margin-right: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
}

.madoriDetail__subItem .ttl:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.madoriDetail__subItem .ttl:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.madoriDetail__subItem .ttl:before, .madoriDetail__subItem .ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.madoriDetail__subItem .val {
  font-family: "Montserrat", sans-serif;
  letter-spacing: .03em;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__subItem .val {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__subItem .val {
    font-size: 16px;
  }
}

.madoriDetail__subItem .meter {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__subItem .meter {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__subItem .meter {
    font-size: 12px;
  }
}

.madoriDetail__subItem .floor,
.madoriDetail__subItem .tsubo {
  color: #ffffff;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.6;
}

.madoriDetail__subItem .floor:before,
.madoriDetail__subItem .tsubo:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.madoriDetail__subItem .floor:after,
.madoriDetail__subItem .tsubo:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.madoriDetail__subItem .floor:before, .madoriDetail__subItem .floor:after,
.madoriDetail__subItem .tsubo:before,
.madoriDetail__subItem .tsubo:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.madoriDetail__subItem--disc {
  margin-left: -10px;
  padding-left: 12px;
  position: relative;
}

.madoriDetail__subItem--disc:before {
  background-color: currentColor;
  content: '';
  height: 3px;
  left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 3px;
}

.madoriDetail__body {
  background: #ffffff;
  border: 2px solid var(--plan-color);
  padding: 10px;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__body {
    grid-row: auto / span 2;
    width: 576px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__bottom {
    padding-right: 96px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__bottom {
    margin-top: 56px;
  }
}

.madoriDetail__fig {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail + .generalBtn {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail + .generalBtn {
    margin-top: 80px;
  }
}

.madoriDirection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .madoriDirection {
    margin-top: 80px;
  }
}

.madoriDirection__txt {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: .02em;
  position: relative;
  -webkit-transition: .3s ease color;
  transition: .3s ease color;
  z-index: 1;
  line-height: 1.6;
}

.madoriDirection__txt:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.madoriDirection__txt:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.madoriDirection__txt:before, .madoriDirection__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.madoriDirection__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
  min-height: 34px;
  padding-left: 24px;
  padding-right: 74px;
  position: relative;
}

.madoriDirection__link .generalArrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: .2s linear width;
  transition: .2s linear width;
}

.madoriDirection__link .generalArrow .nextSVG {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.madoriDirection__link .generalArrow .nextSVG__path {
  -webkit-transition: .5s linear fill;
  transition: .5s linear fill;
}

.madoriDirection__link .generalArrow .prevSVG {
  left: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.madoriDirection__link .generalArrow .prevSVG__path {
  -webkit-transition: .5s linear fill;
  transition: .5s linear fill;
}

.madoriDirection__link--prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 74px;
  padding-right: 24px;
}

.madoriDirection__link--prev .generalArrow {
  left: 0;
  right: auto;
}

@media print, screen and (min-width: 768px) {
  .madoriDirection__link:hover .generalArrow {
    background: #111111;
    width: 100%;
  }
  .madoriDirection__link:hover .generalArrow .nextSVG__path, .madoriDirection__link:hover .generalArrow .prevSVG__path {
    fill: #ffffff;
  }
  .madoriDirection__link:hover .madoriDirection__txt {
    color: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link:hover .generalArrow {
    background: #111111;
    width: 100%;
  }
  .madoriDirection__link:hover .generalArrow .nextSVG__path, .madoriDirection__link:hover .generalArrow .prevSVG__path {
    fill: #ffffff;
  }
  .madoriDirection__link:hover .madoriDirection__txt {
    color: #ffffff;
  }
}

.manualSlider__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media print, screen and (min-width: 768px) {
  .manualSlider__controller {
    gap: 23px;
    margin-top: 52px;
  }
}

@media screen and (max-width: 768px) {
  .manualSlider__controller {
    gap: calc(40 / 750 * 100vw);
    margin-top: calc(80 / 750 * 100vw);
  }
}

.manualSlider__dir {
  cursor: pointer;
}

.manualSlider__dir .swiperPrev circle {
  fill: #ffffff;
  stroke: #e6b422;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.manualSlider__dir .swiperPrev polyline, .manualSlider__dir .swiperPrev line {
  stroke: #e6b422;
  -webkit-transition: stroke .5s ease;
  transition: stroke .5s ease;
}

.manualSlider__dir--next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media print, screen and (min-width: 768px) {
  .manualSlider__dir:hover .swiperPrev circle {
    fill: #e6b422;
  }
  .manualSlider__dir:hover .swiperPrev polyline, .manualSlider__dir:hover .swiperPrev line {
    stroke: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .manualSlider__dir:hover .swiperPrev circle {
    fill: #e6b422;
  }
  .manualSlider__dir:hover .swiperPrev polyline, .manualSlider__dir:hover .swiperPrev line {
    stroke: #ffffff;
  }
}

.modalFigure {
  position: relative;
}

.modalFigure .figurePlot {
  background: rgba(17, 17, 17, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 48px;
  left: 10px;
  top: 10px;
  -webkit-transform: none;
          transform: none;
  width: 48px;
}

.modalFigure .figurePlot .zoomSVG {
  height: auto;
}

@media screen and (max-width: 768px) {
  .modalFigure .figurePlot .zoomSVG {
    width: 23px;
  }
}

.modalFigure .figurePlot .zoomSVG__path {
  fill: #111111;
}

@media screen and (max-width: 768px) {
  .modalFigure[data-modal-device='pc'] .figurePlot {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .modalFigure[data-modal-device='sp'] .figurePlot {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .modalFigure--spFull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (max-width: 768px) {
  .modalFigure--spFull .modalFigure__inner .photo__capOut {
    padding-right: 5px;
  }
}

.moreBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-weight: 650;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 34px;
  padding-right: 74px;
  position: relative;
  z-index: 1;
}

.moreBtn__txt {
  display: inline-block;
  letter-spacing: .05em;
  white-space: nowrap;
  line-height: 1.6;
}

.moreBtn__txt:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.moreBtn__txt:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.moreBtn__txt:before, .moreBtn__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .moreBtn__txt {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .moreBtn__txt {
    font-size: 12px;
  }
}

.moreBtn .generalArrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.movieModal__btn {
  cursor: pointer;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .movieModal__btn:hover .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .movieModal__btn:hover .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.movieModal__btn .arrow {
  aspect-ratio: 1 / 1;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 768px) {
  .movieModal__btn .arrow {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .movieModal__btn .arrow {
    width: 61px;
  }
}

.movieModal__btn .photo {
  overflow: hidden;
}

.movieModal__btn .photo__image {
  -webkit-transition: -webkit-transform .7s ease, -webkit-filter .7s ease;
  transition: -webkit-transform .7s ease, -webkit-filter .7s ease;
  transition: transform .7s ease, filter .7s ease;
  transition: transform .7s ease, filter .7s ease, -webkit-transform .7s ease, -webkit-filter .7s ease;
}

.movieModal__playBtn {
  border: solid 1px #44a3b0;
  border-radius: 50%;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .movieModal__playBtn {
    bottom: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .movieModal__playBtn {
    bottom: -10px;
    max-width: 120px;
    right: -10px;
    text-align: right;
    width: 33.33%;
  }
}

.movieModal__playBtn .inner {
  position: relative;
}

.movieModal__playBtn .circle {
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media print, screen and (min-width: 768px) {
  .movieModal__playBtn .circle {
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
  }
}

@media screen and (max-width: 768px) {
  .movieModal__playBtn .circle {
    -webkit-animation-duration: 25s;
            animation-duration: 25s;
  }
}

.movieModal__playBtn .arrow {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
}

.movieModal--btnWhite .movieModal__playBtn {
  background-color: #ffffff;
}

.headingUnit + .movieModal {
  margin-top: 40px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.navGuide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .navGuide {
    gap: 96px;
  }
}

@media print, screen and (min-width: 768px) {
  .navGuide__nav {
    padding: 100px 0;
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .navGuide__nav {
    padding: 80px 0;
    width: 50px;
  }
}

.navGuide__fixed {
  left: 0;
  position: sticky;
  z-index: 4;
}

@media print, screen and (min-width: 768px) {
  .navGuide__fixed {
    top: 168px;
  }
}

@media screen and (max-width: 768px) {
  .navGuide__fixed {
    top: calc(120 / 750 * 100vw)40px;
  }
}

@media screen and (max-width: 768px) {
  .navGuide__fixed .enTtl {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .navGuide__cont {
    width: 864px;
  }
}

@media screen and (max-width: 768px) {
  .navGuide__cont {
    width: calc(100% - 50px);
  }
}

.navGuide__cont .bgLayer {
  position: relative;
  z-index: 1;
}

.navGuide__cont .bgLayer:before {
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .navGuide__cont .bgLayer:before {
    margin-left: -168px;
  }
}

@media screen and (max-width: 768px) {
  .navGuide__cont .bgLayer:before {
    margin-left: -25px;
  }
}

@media print, screen and (min-width: 768px) {
  .pageHead {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .pageHead {
    padding: 80px 0 64px;
  }
}

.pageHead__inner {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .pageHead__inner {
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .pageHead__inner {
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.pageHead__ttl {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-size: 400% 100%;
          mask-size: 400% 100%;
}

.pageHead__ttl .jp {
  color: #333333;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.9;
}

.pageHead__ttl .jp:before {
  content: '';
  margin-top: calc((1 - 1.9) * .5em);
}

.pageHead__ttl .jp:after {
  margin-bottom: calc((1 - 1.9) * .5em);
}

.pageHead__ttl .jp:before, .pageHead__ttl .jp:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .pageHead__ttl .jp {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .pageHead__ttl .jp {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: .03em;
  }
}

.pageHead__ttl .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .05em;
  line-height: 1.2;
}

.pageHead__ttl .en:before {
  content: '';
  margin-top: calc((1 - 1.2) * .5em);
}

.pageHead__ttl .en:after {
  margin-bottom: calc((1 - 1.2) * .5em);
}

.pageHead__ttl .en:before, .pageHead__ttl .en:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .pageHead__ttl .en {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .pageHead__ttl .en {
    font-size: 56px;
  }
}

.pageHead__ttl .en + .jp {
  margin-top: 16px;
}

.pageHead.sai-animate .pageHead__ttl {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-transition: 1.8s cubic-bezier(0.43, 0.02, 0.05, 1) 0.2s !important;
  transition: 1.8s cubic-bezier(0.43, 0.02, 0.05, 1) 0.2s !important;
}

.parallaxPhoto {
  overflow: hidden;
  position: relative;
}

.photo {
  position: relative;
}

.photo__capIn, .photo__capInTop, .photo__capOut {
  font-size: 10px;
  line-height: calc(18 / 10);
}

.photo__capIn, .photo__capInTop, .photo__capOut {
  position: absolute;
}

.photo__capIn {
  bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .photo__capIn {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .photo__capIn {
    right: 5px;
  }
}

.photo__capInTop {
  top: 5px;
}

@media print, screen and (min-width: 768px) {
  .photo__capInTop {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .photo__capInTop {
    right: 5px;
  }
}

.photo__capOut {
  padding-top: 5px;
  right: 0;
  text-align: right;
  top: 100%;
}

.photo__pic {
  display: block;
}

.photo--full .photo__image {
  width: 100%;
}

.photo--fit {
  height: 100%;
}

.photo--fit .photo__pic,
.photo--fit .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo--shadow {
  -webkit-box-shadow: 2px 4px 40px rgba(50, 49, 47, 0.2);
          box-shadow: 2px 4px 40px rgba(50, 49, 47, 0.2);
}

.photo + .caption {
  margin-top: 20px;
}

.pic {
  position: relative;
}

.pic__capIn, .pic__capOut {
  font-size: 10px;
  line-height: calc(18 / 10);
}

.pic__capIn, .pic__capOut {
  position: absolute;
}

.pic__capIn {
  bottom: 5px;
  right: 5px;
}

.pic__capOut {
  padding-top: 5px;
  right: 0;
  top: 100%;
}

.pic__pic {
  display: block;
}

.pinchInFigure {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .pinchInFigure .figurePlot {
    display: none;
  }
}

.pinchInFigure .figurePlot .svgIcon {
  aspect-ratio: 43 / 54;
}

@media screen and (max-width: 768px) {
  .pinchInFigure .figurePlot .svgIcon {
    width: 21.5px;
  }
}

.generalModal__inner .pinchInFigure {
  padding: 30px 0;
}

.plotFigure {
  position: relative;
}

.plotFigure__desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #111111;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  padding: 18px 18px 18px 32px;
}

@media print, screen and (min-width: 768px) {
  .plotFigure__desc {
    position: absolute;
    right: 0;
    top: 0;
    width: 320px;
  }
}

.plotFigure__inner {
  position: relative;
}

.plotFigure__plotWrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .plotFigure__inner, .plotFigure__plotWrap,
  .plotFigure .photo {
    width: 840px;
  }
}

.plotFigure .swipeFigure__inner[data-mode='sp'] {
  padding-top: 46px;
}

@media print, screen and (min-width: 768px) {
  .plotFigure .swipeFigure__inner[data-mode='sp'] {
    overflow: initial;
  }
}

@media screen and (max-width: 768px) {
  .plotFigure .swipeFigure__inner[data-mode='sp'] {
    overflow-x: scroll;
  }
}

.plotFigure .swipeFigure__inner[data-mode='sp'] .photo__image {
  width: 100%;
}

.plotFigure .swipeFigure__inner[data-mode='sp'] .photo__capOut {
  position: relative;
}

.plotFigure .plotFigureModal {
  position: initial;
}

.generalModal--plotFigure .generalModal__bg {
  background-color: rgba(248, 246, 245, 0.82);
  pointer-events: none;
}

.generalModal--plotFigure .generalModal__cont {
  background-color: #ffffff;
  border: 1px solid #111111;
  overflow-y: scroll;
}

@media print, screen and (min-width: 768px) {
  .generalModal--plotFigure .generalModal__cont {
    max-height: 88vh;
    width: 1100px;
  }
}

@media screen and (max-width: 768px) {
  .generalModal--plotFigure .generalModal__cont {
    height: 90vh;
    top: 4vh;
  }
}

.generalModal--plotFigure .generalModal__inner {
  background-color: initial;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .generalModal--plotFigure .generalModal__inner {
    padding: 84px 100px 80px;
  }
}

@media screen and (max-width: 768px) {
  .generalModal--plotFigure .generalModal__inner {
    padding: 84px 20px 70px;
  }
}

.plotFigureDesignModalSect .headingBox--dotBorder {
  padding: 0 0 32px 0;
}

.plotFigureDesignModalSect .headingBox:after {
  bottom: 0;
  top: unset;
}

.plotFigureDesignModalSect .headingBox__cont {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .plotFigureDesignModalSect__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
  }
}

* + .plotFigureDesignModalSect__cont {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .plotFigureDesignModalSect__visual {
    width: 48%;
  }
}

@media print, screen and (min-width: 768px) {
  .plotFigureDesignModalSect__desc {
    padding-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .plotFigureDesignModalSect__desc {
    width: 52%;
  }
}

@media screen and (max-width: 768px) {
  * + .plotFigureDesignModalSect__desc {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .plotFigureDesignModalSect * + .txt {
    margin-top: 20px;
  }
}

.plotFigureModal__plot {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 99;
}

.plotFigureModal__plot--ownersLounge {
  left: calc(491 / 1440* 100%);
  top: calc(-14 / 965* 100%);
}

.plotFigureModal__plot--parkSquare {
  left: calc(823 / 1440* 100%);
  top: calc(130 / 965* 100%);
}

.plotFigureModal__plot--treeSquare {
  left: calc(931 / 1440* 100%);
  top: calc(268 / 965* 100%);
}

.plotFigureModal__plot--mistSquare {
  left: calc(961 / 1440* 100%);
  top: calc(372 / 965* 100%);
}

.plotFigureModal__plot--skyDeck {
  left: calc(299 / 1440* 100%);
  top: calc(650 / 965* 100%);
}

.plotFigureModal__plot--libraryLounge {
  left: calc(1421 / 1440* 100%);
  top: calc(670 / 965* 100%);
}

.plotIcon {
  background-color: #eb9c6b;
  border-radius: 50%;
  height: 24px;
  position: relative;
  width: 24px;
}

.plotIcon:after {
  -webkit-animation: mapPointIcon 2.4s linear infinite;
          animation: mapPointIcon 2.4s linear infinite;
  background-color: rgba(235, 156, 107, 0.4);
  border-radius: 50%;
  content: '';
  display: block;
  height: 300%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300%;
  z-index: -1;
}

.plotIcon .toggleIcon {
  height: 100%;
  position: relative;
  width: 100%;
}

.plotIcon .toggleIcon:before, .plotIcon .toggleIcon:after {
  background-color: #ffffff;
  border-radius: 9px;
  content: '';
  display: block;
  height: 12px;
  left: 49%;
  position: absolute;
  top: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
}

.plotIcon .toggleIcon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

@-webkit-keyframes mapPointIcon {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  25% {
    opacity: .8;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
  }
  75% {
    opacity: .8;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}

@keyframes mapPointIcon {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  25% {
    opacity: .8;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
  }
  75% {
    opacity: .8;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}

@media print, screen and (min-width: 768px) {
  .pointGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .pointGallery__item {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 768px) {
  .pointGallery__item:not(:first-child) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .pointGallery__item .relatedBox {
    height: 100%;
  }
}

.primaryCard__ttl {
  color: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

.primaryCard__ttl:before {
  content: '';
  margin-top: calc((1 - 1.2) * .5em);
}

.primaryCard__ttl:after {
  margin-bottom: calc((1 - 1.2) * .5em);
}

.primaryCard__ttl:before, .primaryCard__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .primaryCard__ttl {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .primaryCard__ttl {
    font-size: 13px;
  }
}

.primaryCard__ttl + .caption {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .primaryCard__visual + .primaryCard__txtArea {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .primaryCard__visual + .primaryCard__txtArea {
    margin-top: 16px;
  }
}

.primaryCard__visual {
  position: relative;
}

.qaAcod {
  width: 282px;
}

@media screen and (max-width: 768px) {
  .qaAcod {
    width: 240px;
  }
}

.qaAcod__btn {
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  height: 282px;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

@media screen and (max-width: 768px) {
  .qaAcod__btn {
    height: 240px;
  }
}

.qaAcod__btn .open,
.qaAcod__btn .close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  overflow: hidden;
  padding-top: 16px;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.9;
}

.qaAcod__btn .open:before,
.qaAcod__btn .close:before {
  content: '';
  margin-top: calc((1 - 1.9) * .5em);
}

.qaAcod__btn .open:after,
.qaAcod__btn .close:after {
  margin-bottom: calc((1 - 1.9) * .5em);
}

.qaAcod__btn .open:before, .qaAcod__btn .open:after,
.qaAcod__btn .close:before,
.qaAcod__btn .close:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .qaAcod__btn .open,
  .qaAcod__btn .close {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .qaAcod__btn .open,
  .qaAcod__btn .close {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: .03em;
  }
}

.qaAcod__btn .open {
  opacity: 0;
}

.qaAcod__btn.is-active .open,
.qaAcod__btn.is-active .close {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.qaAcod__btn.is-active .close {
  opacity: 0;
}

.qaAcod__btn.is-active .open {
  opacity: 1;
}

.qaAcod__btn.is-active .qaAcod__plusMinus:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media print, screen and (min-width: 768px) {
  .qaAcod__btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .qaAcod__btn:hover .qaAcod__dashed circle {
    stroke: rgba(17, 17, 17, 0.8);
  }
  .qaAcod__btn:hover .qaAcod__dashed .dashed {
    stroke-dasharray: 0, 0;
  }
}

.qaAcod__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s linear;
  transition: max-height .3s linear;
}

.qaAcod__body.is-active {
  max-height: 1000px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.qaAcod__bodyInner {
  background-color: #ffffff;
  border: 1px solid #44a3b0;
  border-radius: 154px;
  padding: 91px 32px 54px;
}

@media screen and (max-width: 768px) {
  .qaAcod__bodyInner {
    padding: 91px 24px 54px;
  }
}

.qaAcod__txtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding-bottom: 32px;
  row-gap: 24px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .qaAcod__txtArea {
    font-size: 12px;
  }
}

.qaAcod__txtArea .large {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .qaAcod__txtArea .large {
    font-size: 18px;
  }
}

.qaAcod__toggler {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 50%;
  letter-spacing: 1px;
  position: absolute;
  row-gap: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.qaAcod__toggler .txt {
  color: #44a3b0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.qaAcod__plusMinus {
  background-color: #44a3b0;
  border-radius: 50%;
  height: 56px;
  position: relative;
  width: 56px;
}

.qaAcod__plusMinus:before, .qaAcod__plusMinus:after {
  background-color: #ffffff;
  content: '';
  display: block;
  height: calc( ( 2 / 56 ) * 100%);
  left: calc( 50% - ( ( 14 / 56 / 2 ) * 100% ));
  position: absolute;
  top: calc( 50% - ( ( 2 / 56 / 2 ) * 100% ));
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: calc( ( 14 / 56 ) * 100%);
}

.qaAcod__plusMinus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.qaAcod__dashed {
  left: -4px;
  pointer-events: none;
  position: absolute;
  top: -4px;
}

.qaAcod__dashed svg {
  height: calc(100% + 8px);
  width: calc(100% + 8px);
}

.qaAcod__dashed circle {
  fill: transparent;
  stroke: #111111;
  stroke-width: .5;
}

.qaAcod__dashed .dashed {
  stroke-dasharray: 3, 1;
}

@media print, screen and (min-width: 768px) {
  .recommendPlan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__btn {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__btn {
    margin-top: 32px;
  }
}

.recommendPlan__btn .generalBtn {
  background-color: var(--plan-color);
  border-color: var(--plan-color);
  color: #ffffff;
  margin-left: 0;
}

.recommendPlan__btn .generalBtn__icon path {
  fill: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__btn .generalBtn:hover {
    background: #ffffffff;
    color: var(--plan-color);
  }
  .recommendPlan__btn .generalBtn:hover .generalBtn__icon path {
    fill: var(--plan-color);
  }
}

@media (hover: hover) and (pointer: fine) {
  .recommendPlan__btn .generalBtn:hover {
    background: #ffffffff;
    color: var(--plan-color);
  }
  .recommendPlan__btn .generalBtn:hover .generalBtn__icon path {
    fill: var(--plan-color);
  }
}

.recommendPlan__block {
  background-color: var(--plan-color);
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__block {
    padding: 32px 20px;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__block {
    padding: 32px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__block + .recommendPlan__ttl {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__block + .recommendPlan__ttl {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__head {
    padding-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__spec {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__spec {
    margin-top: 32px;
  }
}

.recommendPlan__subItem {
  white-space: nowrap;
}

.recommendPlan__subItem .ttl {
  display: inline-block;
  margin-right: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
}

.recommendPlan__subItem .ttl:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.recommendPlan__subItem .ttl:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.recommendPlan__subItem .ttl:before, .recommendPlan__subItem .ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.recommendPlan__subItem .val {
  font-family: "Montserrat", sans-serif;
  letter-spacing: .03em;
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__subItem .val {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__subItem .val {
    font-size: 16px;
  }
}

.recommendPlan__subItem .meter {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__subItem .meter {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__subItem .meter {
    font-size: 12px;
  }
}

.recommendPlan__subItem .floor,
.recommendPlan__subItem .tsubo {
  color: #ffffff;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.6;
}

.recommendPlan__subItem .floor:before,
.recommendPlan__subItem .tsubo:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.recommendPlan__subItem .floor:after,
.recommendPlan__subItem .tsubo:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.recommendPlan__subItem .floor:before, .recommendPlan__subItem .floor:after,
.recommendPlan__subItem .tsubo:before,
.recommendPlan__subItem .tsubo:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.recommendPlan__subItem--disc {
  margin-left: -10px;
  padding-left: 12px;
  position: relative;
}

.recommendPlan__subItem--disc:before {
  background-color: currentColor;
  content: '';
  height: 3px;
  left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 3px;
}

.recommendPlan__type {
  background-color: #ffffff;
  color: var(--plan-color);
  line-height: 1;
}

.recommendPlan__type:before {
  content: '';
  margin-top: calc((1 - 1) * .5em);
}

.recommendPlan__type:after {
  margin-bottom: calc((1 - 1) * .5em);
}

.recommendPlan__type:before, .recommendPlan__type:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__type {
    padding: 15px 15px;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__type {
    padding: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__type .subType {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__type .subType {
    font-size: 16px;
  }
}

.recommendPlan__typeTtl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__typeTtl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__typeTtl {
    gap: 16px;
  }
}

.recommendPlan__type, .recommendPlan__variation {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}

.recommendPlan__type:before, .recommendPlan__variation:before {
  content: '';
  margin-top: calc((1 - 1) * .5em);
}

.recommendPlan__type:after, .recommendPlan__variation:after {
  margin-bottom: calc((1 - 1) * .5em);
}

.recommendPlan__type:before, .recommendPlan__type:after, .recommendPlan__variation:before, .recommendPlan__variation:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__type, .recommendPlan__variation {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__type, .recommendPlan__variation {
    font-size: 12px;
  }
}

.recommendPlan__type .strong, .recommendPlan__variation .strong {
  display: inline-block;
  line-height: 0.4;
}

.recommendPlan__type .strong:before, .recommendPlan__variation .strong:before {
  content: '';
  margin-top: calc((1 - 0.4) * .5em);
}

.recommendPlan__type .strong:after, .recommendPlan__variation .strong:after {
  margin-bottom: calc((1 - 0.4) * .5em);
}

.recommendPlan__type .strong:before, .recommendPlan__type .strong:after, .recommendPlan__variation .strong:before, .recommendPlan__variation .strong:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__type .strong, .recommendPlan__variation .strong {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__type .strong, .recommendPlan__variation .strong {
    font-size: 32px;
  }
}

.recommendPlan__ttl {
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__ttl {
    font-size: 20px;
  }
}

.recommendPlan__length {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .03em;
  line-height: 1;
}

.recommendPlan__length:before {
  content: '';
  margin-top: calc((1 - 1) * .5em);
}

.recommendPlan__length:after {
  margin-bottom: calc((1 - 1) * .5em);
}

.recommendPlan__length:before, .recommendPlan__length:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__length {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__length {
    font-size: 16px;
  }
}

.recommendPlan__length .ttl {
  display: inline-block;
  margin-right: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
}

.recommendPlan__length .ttl:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.recommendPlan__length .ttl:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.recommendPlan__length .ttl:before, .recommendPlan__length .ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__length .strong {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__length .strong {
    font-size: 36px;
  }
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__length .meter {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__length .meter {
    font-size: 12px;
  }
}

.recommendPlan__length .tsubo {
  color: #ffffff;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.6;
}

.recommendPlan__length .tsubo:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.recommendPlan__length .tsubo:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.recommendPlan__length .tsubo:before, .recommendPlan__length .tsubo:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.recommendPlan__subLength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  * + .recommendPlan__cont {
    margin-top: 30px;
  }
}

* + .recommendPlan__points {
  margin-top: 30px;
}

.recommendPlan__points {
  border-top: 1px solid #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px 0;
  padding-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__points {
    width: 320px;
  }
}

.recommendPlan__point {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}

@media print, screen and (min-width: 768px) {
  .recommendPlan__point {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .recommendPlan__point {
    font-size: 16px;
  }
}

.recommendPlan__pointNum {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--plan-color);
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 13px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  width: 24px;
}

.recommendPlan__pointTxt {
  padding-bottom: 3px;
}

.relatedBox {
  background: rgba(255, 255, 255, 0.5);
}

@media print, screen and (min-width: 768px) {
  .relatedBox {
    padding: 40px 24px;
  }
}

@media screen and (max-width: 768px) {
  .relatedBox {
    padding: 32px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .relatedBox--large {
    padding: 56px 48px;
  }
}

@media screen and (max-width: 768px) {
  .relatedBox--large {
    padding: 56px 20px 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .reserveFlow {
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .reserveFlow {
    margin-top: 36px;
  }
}

@media print, screen and (min-width: 768px) {
  .reserveFlow__head {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .reserveFlow__head {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .reserveFlow__head + .reserveFlow__cont {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .reserveFlow__head + .reserveFlow__cont {
    margin-top: 20px;
  }
}

.reserveFlow__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: start;
}

@media print, screen and (min-width: 768px) {
  .reserveFlow__cont {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .reserveFlow__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.reserveFlow__box {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .reserveFlow__box {
    padding: 24px;
    width: 254px;
  }
}

@media screen and (max-width: 768px) {
  .reserveFlow__box {
    padding: 24px;
  }
}

.reserveFlow__ttl {
  line-height: 1.9;
}

.reserveFlow__ttl:before {
  content: '';
  margin-top: calc((1 - 1.9) * .5em);
}

.reserveFlow__ttl:after {
  margin-bottom: calc((1 - 1.9) * .5em);
}

.reserveFlow__ttl:before, .reserveFlow__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .reserveFlow__ttl {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .reserveFlow__ttl {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .reserveFlow__ttl + .reserveFlow__txt {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .reserveFlow__ttl + .reserveFlow__txt {
    margin-top: 16px;
  }
}

.reserveFlow__txt {
  line-height: 1.6;
}

.reserveFlow__txt:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.reserveFlow__txt:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.reserveFlow__txt:before, .reserveFlow__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .reserveFlow__txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .reserveFlow__txt {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .reserveFlow__txt + .caption {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .reserveFlow__txt + .caption {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .reserveFlow__svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.sectHead__ttl .en {
  display: inline-block;
  font-family: "Inter", sans-serif;
  letter-spacing: .03em;
  position: relative;
  line-height: 1.4;
}

.sectHead__ttl .en:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.sectHead__ttl .en:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.sectHead__ttl .en:before, .sectHead__ttl .en:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .sectHead__ttl .en {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .sectHead__ttl .en {
    font-size: 16px;
  }
}

.sectHead__ttl .jp {
  display: block;
  letter-spacing: 0;
  margin-top: 24px;
  line-height: 1.4;
}

.sectHead__ttl .jp:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.sectHead__ttl .jp:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.sectHead__ttl .jp:before, .sectHead__ttl .jp:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .sectHead__ttl .jp {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .sectHead__ttl .jp {
    font-size: 22px;
  }
}

.sectHead__ttl--orange .en {
  color: #e6b422;
}

.sectHead__ttl--pink .en {
  color: #eb6b7a;
}

.sectHead__ttl--green .en {
  color: #53a22f;
}

.sectHead__ttl--entry .en {
  color: #44a3b0;
}

.sectHead__ttl--center {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .sectHead__ttl--large .jp {
    font-size: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .sectHead__ttl + .txt {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .sectHead__ttl + .txt {
    margin-top: 64px;
  }
}

.sectHead__ttl + .sectHead__cont {
  margin-top: 30px;
}

.sectHead__visual {
  position: relative;
  z-index: 1;
}

.sectHead__visual--dark:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sectHead__visual .headingUnit {
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .sectHead__visual .headingUnit {
    left: 40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  .sectHead__visual .headingUnit {
    left: 20px;
    top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .sectHead__visual .headingUnit .heading {
    font-size: 28px;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .sectHead__visual .headingUnit .txt {
    max-width: 576px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .sectHead__visual .headingUnit .txt {
    padding-right: 20px;
  }
}

.sectHead__visual .headingUnit .heading, .sectHead__visual .headingUnit .txt {
  color: #f8f6f5;
}

@media print, screen and (min-width: 768px) {
  .sectHead__ttl + .sectHead__visual {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .sectHead__ttl + .sectHead__visual {
    margin-top: 64px;
  }
}

.sectTtl .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  letter-spacing: .03em;
  line-height: 1;
}

.sectTtl .en:before {
  content: '';
  margin-top: calc((1 - 1) * .5em);
}

.sectTtl .en:after {
  margin-bottom: calc((1 - 1) * .5em);
}

.sectTtl .en:before, .sectTtl .en:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.sectTtl .jp {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
}

.sectTtl .jp:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.sectTtl .jp:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.sectTtl .jp:before, .sectTtl .jp:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .sectTtl .jp {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .sectTtl .jp {
    margin-top: 16px;
  }
}

.shopAcod__btn {
  height: 50px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to right, #111111 4px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 8px 1px;
}

.shopAcod__btn .open,
.shopAcod__btn .close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  overflow: hidden;
  padding-top: 16px;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.9;
}

.shopAcod__btn .open:before,
.shopAcod__btn .close:before {
  content: '';
  margin-top: calc((1 - 1.9) * .5em);
}

.shopAcod__btn .open:after,
.shopAcod__btn .close:after {
  margin-bottom: calc((1 - 1.9) * .5em);
}

.shopAcod__btn .open:before, .shopAcod__btn .open:after,
.shopAcod__btn .close:before,
.shopAcod__btn .close:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .shopAcod__btn .open,
  .shopAcod__btn .close {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .shopAcod__btn .open,
  .shopAcod__btn .close {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: .03em;
  }
}

.shopAcod__btn .open {
  opacity: 0;
}

.shopAcod__btn.is-active .open,
.shopAcod__btn.is-active .close {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.shopAcod__btn.is-active .close {
  opacity: 0;
}

.shopAcod__btn.is-active .open {
  opacity: 1;
}

.shopAcod__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #111111;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
}

.shopAcod__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s linear;
  transition: max-height .3s linear;
}

.shopAcod__body.is-active {
  max-height: 1000px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

@media print, screen and (min-width: 768px) {
  .shopAcod__body .spotList {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .shopAcod__body .spotList {
    margin-bottom: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .shopAcod__body .spotList__item {
    width: calc(50% - 8px);
  }
}

@media print, screen and (min-width: 768px) {
  .shopAcod__body .spotList__item:not(:first-child) {
    margin-top: 0;
  }
}

.shopAcod__body .categoryList {
  padding-top: 24px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .shopAcod__body .categoryList {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .shopAcod__body .categoryList {
    margin-bottom: 32px;
  }
}

.shopAcod__body .categoryList:before {
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(to right, #111111 4px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 1px;
}

@media print, screen and (min-width: 768px) {
  .shopIntro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

.shopIntro__head {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .shopIntro__head {
    padding-bottom: 80px;
    width: 412px;
  }
}

@media print, screen and (min-width: 768px) {
  .shopIntro__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .shopIntro__head + .shopIntro__cont {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .shopIntro__ttl {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .shopIntro__ttl {
    padding-bottom: 32px;
  }
}

.shopIntro__ttl .ttl {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.6;
}

.shopIntro__ttl .ttl:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.shopIntro__ttl .ttl:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.shopIntro__ttl .ttl:before, .shopIntro__ttl .ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.shopIntro__ttl .name {
  display: inline-block;
  color: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

.shopIntro__ttl .name:before {
  content: '';
  margin-top: calc((1 - 1.2) * .5em);
}

.shopIntro__ttl .name:after {
  margin-bottom: calc((1 - 1.2) * .5em);
}

.shopIntro__ttl .name:before, .shopIntro__ttl .name:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .shopIntro__ttl .name {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .shopIntro__ttl .name {
    font-size: 16px;
  }
}

.shopIntro__ttl .sub {
  display: block;
  margin-bottom: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
}

.shopIntro__ttl .sub:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.shopIntro__ttl .sub:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.shopIntro__ttl .sub:before, .shopIntro__ttl .sub:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.shopIntro__ttl .caption {
  display: inline-block;
}

.spotList {
  padding-top: 24px;
  position: relative;
}

.spotList:before {
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(to right, #111111 4px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 1px;
}

.spotList__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  white-space: nowrap;
}

.spotList__item .name {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
}

.spotList__item .name:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.spotList__item .name:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.spotList__item .name:before, .spotList__item .name:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.spotList__item .address {
  display: inline-block;
  color: #999999;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.6;
}

.spotList__item .address:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.spotList__item .address:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.spotList__item .address:before, .spotList__item .address:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.spotList__item:not(:first-child) {
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .headingUnit + .spotList {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .headingUnit + .spotList {
    margin-top: 32px;
  }
}

.svgIcon {
  display: block;
  height: 100%;
  width: 100%;
}

.swipeFigure {
  position: relative;
}

.swipeFigure__inner {
  height: 100%;
  overflow: scroll;
}

.swipeFigure__inner::-webkit-scrollbar {
  display: none;
}

.swipeFigure__inner[data-mode=''] .photo,
.swipeFigure__inner[data-mode=''] .photo__image {
  height: 100%;
  max-width: unset;
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .swipeFigure__inner[data-mode='pc'] .photo,
  .swipeFigure__inner[data-mode='pc'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure__inner[data-mode='pc'] + .figurePlot {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .swipeFigure__inner[data-mode='sp'] + .figurePlot {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure__inner[data-mode='sp'] .photo,
  .swipeFigure__inner[data-mode='sp'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

.swipeFigure__capIn, .swipeFigure__capOut {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: calc(18 / 10);
  position: absolute;
  z-index: 1;
}

.swipeFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.swipeFigure__capOut {
  padding: 2px 5px 0 0;
  right: 0;
  top: 100%;
}

.swipeFigure .figurePlot {
  opacity: 1;
  -webkit-transition: .3s ease 2s;
  transition: .3s ease 2s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  visibility: visible;
  will-change: opacity, visibility;
}

.swipeFigure.sai-animate .figurePlot {
  opacity: 0;
  visibility: hidden;
}

.txt {
  color: #111111;
  line-height: 1.88889;
}

.txt .caption {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 20px;
}

.txt:before {
  content: '';
  margin-top: calc((1 - 1.88889) * .5em);
}

.txt:after {
  margin-bottom: calc((1 - 1.88889) * .5em);
}

.txt:before, .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .txt {
    font-size: calc(23 / 750 * 100vw);
  }
}

.txt sup {
  font-size: 10px;
}

.txt .small {
  font-size: 10px;
}

.txt--small {
  font-size: 10px;
}

.txt--entry {
  color: #44a3b0;
}

.txt--orange {
  color: #e6b422;
}

@media print, screen and (min-width: 768px) {
  .txt--pcNarrow {
    max-width: 576px;
  }
}

.txt--bold {
  /*font-weight: 700;*/
}

.txt--center {
  text-align: center;
}

.txt--en {
  font-family: "Inter", sans-serif;
  letter-spacing: .03em;
}

.txt--large {
  font-size: 16px;
}

@media print, screen and (min-width: 768px) {
  .usableLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .usableLayout:not(:first-child) {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .usableLayout:not(:first-child) {
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .usableLayout__head {
    width: calc(50% - 20px);
  }
}

.usableLayout__cont {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .usableLayout__cont {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .usableLayout__head + .usableLayout__cont {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .usableLayout--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .usableLayout--rev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .usableLayout--rev .usableLayout__head + .usableLayout__cont {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .usableLayout--pattern01 {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .usableLayout--pattern01:not(:first-child) {
    margin-top: 64px;
  }
}

@media print, screen and (min-width: 768px) {
  .usableLayout--pattern01 .usableLayout__head {
    width: 384px;
  }
}

@media print, screen and (min-width: 768px) {
  .usableLayout--pattern01 .usableLayout__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.usableList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .usableList__item:not(:first-child) {
    margin-top: 48px;
  }
}

.usageNote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .usageNote {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.usageNote__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
}

.usageNote__item:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.usageNote__item:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.usageNote__item:before, .usageNote__item:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .usageNote__item {
    margin-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item {
    width: 100%;
  }
  .usageNote__item:has(.icon) {
    width: 32%;
  }
}

.usageNote__item:last-child {
  margin-right: 0;
}

.usageNote__item .icon {
  aspect-ratio: 32 / 13;
  display: inline-block;
  vertical-align: sub;
}

@media print, screen and (min-width: 768px) {
  .usageNote__item .icon {
    height: 13px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item .icon {
    height: 13px;
    margin-right: 2px;
  }
}

.usageNote__item .icon--storage {
  aspect-ratio: 24 / 13;
}

.usageNote__item .icon--storage .svgIcon {
  fill: #e9e2cb;
}

.usageNote__item .icon--wind, .usageNote__item .icon--light {
  aspect-ratio: 26 / 6;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .usageNote__item .icon--wind, .usageNote__item .icon--light {
    height: 6px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item .icon--wind, .usageNote__item .icon--light {
    height: 7px;
  }
}

.usageNote__item .icon--pole {
  aspect-ratio: 1 / 1;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .usageNote__item .icon--pole {
    height: 14px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item .icon--pole {
    height: 10px;
  }
}

.usageNote__item .icon--gus {
  aspect-ratio: 24 / 13;
}

.usageNote + .caption {
  margin-top: 10px;
}

.visualCard__head {
  border: 1px solid #111111;
}

.visualCard__ttl {
  background-color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.9;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .visualCard__ttl {
    font-size: 13px;
    letter-spacing: 0;
    padding: 8px;
  }
}

@media screen and (max-width: 768px) {
  .visualCard__ttl {
    font-size: 12px;
    letter-spacing: .03em;
    padding: 8px 16px;
  }
}

.visualCard__cont {
  border: 1px solid #111111;
}

.visualCard__head + .visualCard__cont {
  border-top: none;
}

.visualCard__cont + .caption {
  margin-top: 10px;
}

.zoomFigure {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.zoomFigure:after {
  border: 1px solid #cbcccc;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.zoomFigure .figurePlot {
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 2s ease 4s;
  transition: opacity 2s ease 4s;
}

@media screen and (max-width: 768px) {
  .zoomFigure .figurePlot {
    width: 96px;
  }
}

.zoomFigure .figurePlot .svgIcon {
  aspect-ratio: 36 / 43;
}

@media screen and (max-width: 768px) {
  .zoomFigure .figurePlot .svgIcon {
    width: 18px;
  }
}

.zoomFigure .figurePlot .svgIcon + .svgIcon {
  aspect-ratio: 95 / 96;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .zoomFigure .figurePlot .svgIcon + .svgIcon {
    width: 47.5px;
  }
}

.zoomFigure.sai-animate .figurePlot {
  opacity: 0;
}

.zoomFigure__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.zoomFigure__controller .btnSVG {
  display: block;
  height: 100%;
  width: 100%;
}

.zoomFigure__controller .btnSVG__path {
  fill: rgba(231, 236, 243, 0.9);
}

.zoomFigure__btn {
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
}

.zoomFigure__btn:not(:last-of-type) {
  margin-bottom: 5px;
}

.zoomFigure .caption,
.zoomFigure .capIn,
.zoomFigure .capOut {
  color: #666666;
  font-size: 10px;
  line-height: 1.8;
}

.zoomFigure .caption[data-color='white'],
.zoomFigure .capIn[data-color='white'],
.zoomFigure .capOut[data-color='white'] {
  color: #ffffff;
}

.zoomFigure .caption[data-color='black'],
.zoomFigure .capIn[data-color='black'],
.zoomFigure .capOut[data-color='black'] {
  color: #000000;
}

.zoomFigure .caption[data-color='sdw-wh'],
.zoomFigure .capIn[data-color='sdw-wh'],
.zoomFigure .capOut[data-color='sdw-wh'] {
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px;
}

.zoomFigure .caption[data-color='sdw-bl'],
.zoomFigure .capIn[data-color='sdw-bl'],
.zoomFigure .capOut[data-color='sdw-bl'] {
  color: #000000;
  text-shadow: #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
}

.zoomFigure__capIn, .zoomFigure__capOut {
  position: absolute;
}

.zoomFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.zoomFigure__capOut {
  padding-top: 5px;
  right: 10px;
  top: 100%;
}

.zoomFigure__inner {
  height: 100%;
  overflow: scroll;
}

.zoomFigure__inner::-webkit-scrollbar {
  display: none;
}

.zoomFigure__inner .photo__image {
  width: 100%;
}

.zoomFigure__inner .photo .caption,
.zoomFigure__inner .photo .capIn,
.zoomFigure__inner .photo .capOut {
  display: none;
}

@media screen and (max-width: 768px) {
  .zoomFigure[data-mode='pc'] .figurePlot,
  .zoomFigure[data-mode='pc'] .zoomFigure__controller {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .zoomFigure[data-mode='sp'] .figurePlot,
  .zoomFigure[data-mode='sp'] .zoomFigure__controller {
    display: none;
  }
}

/* COMPONENTS */
