@charset "UTF-8";
/* @import must be at top of file, otherwise CSS will not work */
/* =========================================================

Foundation

========================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 0;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/******************************************************************************
* FONT
*******************************************************************************/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

footer,
header,
section {
  display: block;
}

dd,
dt,
li,
p,
pre,
td,
th {
  line-break: strict;
  word-break: break-strict;
}

dd,
div,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}

figure {
  margin: 0px;
}

/******************************************************************************

* BASIC

*******************************************************************************/
html {
  font-size: 62.5%;
  overscroll-behavior-y: none;
}

body {
  color: #222;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  font-weight: 400;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  /*-moz-font-feature-settings: "palt";
  font-feature-settings: "palt";*/
  font-feature-settings: "palt";
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  /*letter-spacing: $letter-spacing-md;*/
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 100%;
  overscroll-behavior-y: none;
}
.is-gnav-open body {
  overflow: hidden;
}
.is-modal-open body {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

a {
  color: #222;
  transition: opacity 0.3s ease;
}
a:hover {
  color: #222;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

a,
a:focus,
a:active,
a:hover,
a:visited,
:focus,
:active,
:hover,
:visited {
  outline: none !important;
  text-decoration: none;
}

/* =========================================================

Layout

========================================================= */
.l-container {
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.l-row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.l-row.l-gutter-0 {
  margin-right: 0;
  margin-left: 0;
}

.l-row.l-gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.l-row.l-gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.l-row.l-gutter-30 {
  margin-right: -15px;
  margin-left: -15px;
}

.l-row.l-gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}

.l-row.l-gutter-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.l-row.l-gutter-60 {
  margin-right: -30px;
  margin-left: -30px;
}

.l-row.l-gutter-70 {
  margin-right: -35px;
  margin-left: -35px;
}

.l-row.l-gutter-80 {
  margin-right: -40px;
  margin-left: -40px;
}

.l-row.l-gutter-90 {
  margin-right: -45px;
  margin-left: -45px;
}

.l-row.l-gutter-100 {
  margin-right: -50px;
  margin-left: -50px;
}

.l-gutter-0 > [class^=l-col-],
.l-gutter-0 > [class*=l-col-] {
  padding-right: 0;
  padding-left: 0;
}

.l-gutter-10 > [class^=l-col-],
.l-gutter-10 > [class*=l-col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.l-gutter-20 > [class^=l-col-],
.l-gutter-20 > [class*=l-col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.l-gutter-30 > [class^=l-col-],
.l-gutter-30 > [class*=l-col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.l-gutter-40 > [class^=l-col-],
.l-gutter-40 > [class*=l-col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.l-gutter-50 > [class^=l-col-],
.l-gutter-50 > [class*=l-col-] {
  padding-right: 25px;
  padding-left: 25px;
}

.l-gutter-60 > [class^=l-col-],
.l-gutter-60 > [class*=l-col-] {
  padding-right: 30px;
  padding-left: 30px;
}

.l-gutter-70 > [class^=l-col-],
.l-gutter-70 > [class*=l-col-] {
  padding-right: 35px;
  padding-left: 35px;
}

.l-gutter-80 > [class^=l-col-],
.l-gutter-80 > [class*=l-col-] {
  padding-right: 40px;
  padding-left: 40px;
}

.l-gutter-90 > [class^=l-col-],
.l-gutter-90 > [class*=l-col-] {
  padding-right: 45px;
  padding-left: 45px;
}

.l-gutter-100 > [class^=l-col-],
.l-gutter-100 > [class*=l-col-] {
  padding-right: 50px;
  padding-left: 50px;
}

.l-row.is-reverse {
  flex-direction: row-reverse;
}

.l-col.is-reverse {
  flex-direction: column-reverse;
}

.l-col-xs,
.l-col-xs-1,
.l-col-xs-2,
.l-col-xs-2_5,
.l-col-xs-3,
.l-col-xs-4,
.l-col-xs-5,
.l-col-xs-6,
.l-col-xs-7,
.l-col-xs-8,
.l-col-xs-9,
.l-col-xs-10,
.l-col-xs-11,
.l-col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.l-col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.l-col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.l-col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.l-col-xs-2_5 {
  flex-basis: 20%;
  max-width: 20%;
}

.l-col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.l-col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.l-col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.l-col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.l-col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.l-col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.l-col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.l-col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.l-col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.l-col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.l-col-xs-offset-1 {
  margin-left: 8.333%;
}

.l-col-xs-offset-2 {
  margin-left: 16.667%;
}

.l-col-xs-offset-2_5 {
  margin-left: 20%;
}

.l-col-xs-offset-3 {
  margin-left: 25%;
}

.l-col-xs-offset-4 {
  margin-left: 33.333%;
}

.l-col-xs-offset-5 {
  margin-left: 41.667%;
}

.l-col-xs-offset-6 {
  margin-left: 50%;
}

.l-col-xs-offset-7 {
  margin-left: 58.333%;
}

.l-col-xs-offset-8 {
  margin-left: 66.667%;
}

.l-col-xs-offset-9 {
  margin-left: 75%;
}

.l-col-xs-offset-10 {
  margin-left: 83.333%;
}

.l-col-xs-offset-11 {
  margin-left: 91.667%;
}

.l-start-xs {
  justify-content: flex-start;
  text-align: start;
}

.l-center-xs {
  justify-content: center;
  text-align: center;
}

.l-end-xs {
  justify-content: flex-end;
  text-align: end;
}

.l-top-xs {
  align-items: flex-start;
}

.l-middle-xs {
  align-items: center;
}

.l-bottom-xs {
  align-items: flex-end;
}

.l-around-xs {
  justify-content: space-around;
}

.l-between-xs {
  justify-content: space-between;
}

.l-first-xs {
  order: -1;
}

.l-last-xs {
  order: 1;
}

@media (min-width: 768px) {
  .l-col-sm,
.l-col-sm-1,
.l-col-sm-2,
.l-col-sm-2_5,
.l-col-sm-3,
.l-col-sm-4,
.l-col-sm-5,
.l-col-sm-6,
.l-col-sm-7,
.l-col-sm-8,
.l-col-sm-9,
.l-col-sm-10,
.l-col-sm-11,
.l-col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .l-col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-sm-2_5 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .l-col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-sm-offset-2_5 {
    margin-left: 20%;
  }

  .l-col-sm-offset-3 {
    margin-left: 25%;
  }

  .l-col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-sm-offset-6 {
    margin-left: 50%;
  }

  .l-col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-sm-offset-9 {
    margin-left: 75%;
  }

  .l-col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-sm {
    justify-content: center;
    text-align: center;
  }

  .l-end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .l-top-sm {
    align-items: flex-start;
  }

  .l-middle-sm {
    align-items: center;
  }

  .l-bottom-sm {
    align-items: flex-end;
  }

  .l-around-sm {
    justify-content: space-around;
  }

  .l-between-sm {
    justify-content: space-between;
  }

  .l-first-sm {
    order: -1;
  }

  .l-last-sm {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .l-col-md,
.l-col-md-1,
.l-col-md-2,
.l-col-md-2_5,
.l-col-md-3,
.l-col-md-4,
.l-col-md-5,
.l-col-md-6,
.l-col-md-7,
.l-col-md-8,
.l-col-md-9,
.l-col-md-10,
.l-col-md-11,
.l-col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .l-col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-md-2_5 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .l-col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-md-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-md-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-md-offset-2_5 {
    margin-left: 20%;
  }

  .l-col-md-offset-3 {
    margin-left: 25%;
  }

  .l-col-md-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-md-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-md-offset-6 {
    margin-left: 50%;
  }

  .l-col-md-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-md-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-md-offset-9 {
    margin-left: 75%;
  }

  .l-col-md-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-md-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-md {
    justify-content: center;
    text-align: center;
  }

  .l-end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .l-top-md {
    align-items: flex-start;
  }

  .l-middle-md {
    align-items: center;
  }

  .l-bottom-md {
    align-items: flex-end;
  }

  .l-around-md {
    justify-content: space-around;
  }

  .l-between-md {
    justify-content: space-between;
  }

  .l-first-md {
    order: -1;
  }

  .l-last-md {
    order: 1;
  }
}
@media (min-width: 1281px) {
  .l-col-lg,
.l-col-lg-1,
.l-col-lg-2,
.l-col-lg-2_5,
.l-col-lg-3,
.l-col-lg-4,
.l-col-lg-5,
.l-col-lg-6,
.l-col-lg-7,
.l-col-lg-8,
.l-col-lg-9,
.l-col-lg-10,
.l-col-lg-11,
.l-col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .l-col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-lg-2_5 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-lg-offset-2_5 {
    margin-left: 20%;
  }

  .l-col-lg-offset-3 {
    margin-left: 25%;
  }

  .l-col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-lg-offset-6 {
    margin-left: 50%;
  }

  .l-col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-lg-offset-9 {
    margin-left: 75%;
  }

  .l-col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-lg {
    justify-content: center;
    text-align: center;
  }

  .l-end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .l-top-lg {
    align-items: flex-start;
  }

  .l-middle-lg {
    align-items: center;
  }

  .l-bottom-lg {
    align-items: flex-end;
  }

  .l-around-lg {
    justify-content: space-around;
  }

  .l-between-lg {
    justify-content: space-between;
  }

  .l-first-lg {
    order: -1;
  }

  .l-last-lg {
    order: 1;
  }
}
@media (min-width: 1681px) {
  .l-col-xlg,
.l-col-xlg-1,
.l-col-xlg-2,
.l-col-xlg-2_5,
.l-col-xlg-3,
.l-col-xlg-4,
.l-col-xlg-5,
.l-col-xlg-6,
.l-col-xlg-7,
.l-col-xlg-8,
.l-col-xlg-9,
.l-col-xlg-10,
.l-col-xlg-11,
.l-col-xlg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-xlg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .l-col-xlg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-xlg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-xlg-2_5 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .l-col-xlg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-xlg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-xlg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-xlg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-xlg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-xlg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-xlg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-xlg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-xlg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-xlg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-xlg-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-xlg-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-xlg-offset-3 {
    margin-left: 25%;
  }

  .l-col-xlg-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-xlg-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-xlg-offset-6 {
    margin-left: 50%;
  }

  .l-col-xlg-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-xlg-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-xlg-offset-9 {
    margin-left: 75%;
  }

  .l-col-xlg-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-xlg-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-xlg {
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-xlg {
    justify-content: center;
    text-align: center;
  }

  .l-end-xlg {
    justify-content: flex-end;
    text-align: end;
  }

  .l-top-xlg {
    align-items: flex-start;
  }

  .l-middle-xlg {
    align-items: center;
  }

  .l-bottom-xlg {
    align-items: flex-end;
  }

  .l-around-xlg {
    justify-content: space-around;
  }

  .l-between-xlg {
    justify-content: space-between;
  }

  .l-first-xlg {
    order: -1;
  }

  .l-last-xlg {
    order: 1;
  }
}
/*wrapper*/
.l-wrapper {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-wrapper {
    max-width: 100%;
    z-index: 11;
    overscroll-behavior: contain;
    overflow: hidden;
  }
}

/*content*/
.l-content {
  position: relative;
  z-index: 11111;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-page-loaded .l-content {
  opacity: 1;
}

.l-content__inner {
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
}
/*header*/
.l-header {
  position: fixed;
  top: 4.95vh;
  left: 0;
  width: 100%;
  z-index: 11111111;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
@media (max-width: 767px) {
  .l-header {
    position: fixed;
    width: 100%;
    top: 4.7vh;
    left: 0;
  }
}
.is-page-loaded .l-header {
  opacity: 1;
}
.is-hidden .l-header {
  filter: blur(4px);
}
.is-modal-open .l-header {
  filter: blur(4px);
}

.l-header-logo {
  width: 7.14285714vw;
  max-width: 108px;
  position: absolute;
  left: 3.3vw;
  top: 0;
}
@media (max-width: 767px) {
  .l-header-logo {
    left: 6.4vw;
  }
  .l-header-logo svg {
    width: 78px;
    height: 17px;
  }
}

.l-header-elm {
  position: absolute;
  right: 3.3vw;
  top: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-size: min(0.8666666vw, 12px);
  font-weight: 500;
  opacity: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .l-header-elm {
    font-size: min(2.5vw, 10px);
  }
}

.l-gnav {
  position: fixed;
  top: 4vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 111111;
  width: 113px;
  height: 40px;
  padding: 14px 20px;
  opacity: 1;
  transition: width 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, height 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  border-radius: 8px;
  opacity: 0;
}
.is-modal-open .l-gnav {
  filter: blur(4px);
}
.is-page-loaded .l-gnav {
  opacity: 1;
}
@media (max-width: 767px) {
  .l-gnav {
    top: 2.8vh;
  }
}
.is-hidden .l-gnav {
  filter: blur(4px);
}
.l-gnav:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 8px;
}
.is-gnav-open .l-gnav {
  width: 199px;
  height: 306px;
}

.l-gnav__body {
  font-family: "brandon-grotesque", sans-serif;
}

.l-gnav__menu {
  font-size: 12px;
  position: relative;
  z-index: 1111;
  text-align: center;
  cursor: pointer;
}

.l-gnav__list {
  font-size: 16px;
  position: relative;
  z-index: 1111;
  text-align: center;
  padding-top: 3rem;
  margin-top: 1.4rem;
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.is-gnav-open .l-gnav__list {
  opacity: 1;
  pointer-events: all;
  transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  transition-delay: 1s;
  height: auto;
}
.l-gnav__list:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background: #111;
  opacity: 0.2;
  content: "";
  transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  transition-delay: 1s;
}
.is-gnav-open .l-gnav__list:after {
  width: 100%;
}

.l-gnav__item a {
  display: block;
  margin-bottom: 3rem;
  text-align: center;
}

.l-gnav__close {
  position: absolute;
  width: 39px;
  height: 39px;
  background: #A08143;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -58px;
}
.is-gnav-open .l-gnav__close {
  cursor: pointer;
}
.l-gnav__close:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-gnav__close:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-main {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 11111;
}
.is-hidden .l-main {
  filter: blur(4px);
}
.is-modal-open .l-main {
  filter: blur(4px);
}
@media (max-width: 767px) {
  .l-main {
    width: 100%;
    overscroll-behavior: contain;
  }
}

.l-footer {
  padding: 155px 2vw 110px;
  position: relative;
  z-index: 111112;
  background: #111;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 65px 20px 85px;
    width: 100%;
  }
}

.l-footer__logo a {
  display: flex;
  width: 18.121vw;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .l-footer__logo a {
    width: 150px;
    margin: 0 auto 6rem;
  }
}

.l-footer-copyright {
  margin-top: 60px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.677777vw;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .l-footer-copyright {
    margin-top: 64px;
    font-size: 2.5vw;
    position: relative;
    text-align: center;
  }
}

.l-footer-yt {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .l-footer-yt {
    position: relative;
    text-align: center;
  }
}

.l-footer__inner {
  max-width: 1032px;
  margin: 0 auto;
  position: relative;
}

.l-footer__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, -webkit-max-content);
  grid-template-rows: repeat(6, max-content);
  grid-gap: 16px 40px;
}

.l-footer__wrap {
  display: flex;
}

@media (max-width: 768px) {
  .l-footer__wrap {
    margin: 56px auto 0;
    gap: 40px;
  }
}
@media (min-width: 769px) {
  .l-footer__wrap {
    max-width: 800px;
    margin: 56px 0 0;
    grid-area: list;
    gap: 64px;
  }
}
@media (max-width: 768px) {
  .l-footer__list {
    margin: 56px auto 0;
  }
}
@media (min-width: 1025px) {
  .l-footer__list {
    grid-template-columns: repeat(3, -webkit-max-content);
    grid-template-columns: repeat(3, max-content);
    grid-template-rows: repeat(4, auto);
    grid-gap: 16px 64px;
  }
}
@media (min-width: 769px) {
  .l-footer__item {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
}
.l-footer__item a {
  line-height: 1.5;
}

@media (max-width: 768px) {
  .l-footer__item a {
    font-size: 10px;
    color: #fff;
  }
}
@media (min-width: 769px) {
  .l-footer__item a {
    font-size: 12px;
    color: #fff;
  }
}
.l-footer__blank {
  display: none;
}

@media (min-width: 1025px) {
  .l-footer__blank {
    display: block;
  }
}
/*@import "layout/parallax";*/
/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
.c-modal__item {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}
.c-modal__item.is-modal-open {
  display: block;
  z-index: 11111111;
  pointer-events: all;
}

.c-modal-map__body {
  width: 76.33333vw;
  background: #f4f4f4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 7rem 7rem 3rem;
}
@media (max-width: 767px) {
  .c-modal-map__body {
    width: 89vw;
    padding: 5rem 0rem 2rem;
  }
}
@media (max-width: 375px) {
  .c-modal-map__body {
    padding: 4rem 0rem 2rem;
  }
}

.c-modal-map__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  gap: 80px;
  border-bottom: 1px solid #111;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .c-modal-map__inner {
    display: block;
    overflow: hidden;
    border-bottom: none;
    padding-bottom: 2.8rem;
  }
  .c-modal-map__inner::after {
    position: absolute;
    content: "";
    width: calc(100% - 13.2vw);
    bottom: 0;
    left: 6.6vw;
    height: 1px;
    background-color: #111;
  }
}
.c-modal-map__inner .swiper-wrapper {
  transition-timing-function: linear;
}

.c-modal-map__img-wrap {
  width: 60%;
}
@media (max-width: 767px) {
  .c-modal-map__img-wrap {
    width: auto;
  }
}

.c-modal-map__img {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}
@media (max-width: 767px) {
  .c-modal-map__img {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

.c-modal-map__img-item {
  width: 50%;
  padding: 0 14px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 28px;
}
.c-modal__item--3 .c-modal-map__img-item {
  width: 100%;
}
@media (max-width: 767px) {
  .c-modal__item--3 .c-modal-map__img-item {
    padding: 0 6.6vw;
  }
}
@media (max-width: 375px) {
  .c-modal__item--3 .c-modal-map__img-item {
    padding: 0 13.2vw;
  }
}
@media (max-width: 767px) {
  .c-modal-map__img-item {
    padding: 0 5px;
    width: 65vw;
    margin-bottom: 0px;
  }
}
.c-modal-map__img-item img {
  border-radius: 8px;
}

.c-modal-map__text {
  width: 40%;
}
@media (max-width: 767px) {
  .c-modal-map__text {
    width: 100%;
    margin-bottom: 2rem;
    padding: 0 6.6vw;
  }
}
@media (max-width: 375px) {
  .c-modal-map__text {
    padding: 0 5.6vw;
  }
}
.c-modal-map__text p {
  font-size: min(0.8vw, 12px);
  line-height: 2;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .c-modal-map__text p {
    font-size: min(3vw, 12px);
    margin-top: 2rem;
  }
}
@media (max-width: 375px) {
  .c-modal-map__text p {
    line-height: 1.8;
    margin-top: 1.5rem;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 767px) {
  .c-modal-map__img {
    width: auto;
  }
}

.c-modal-map__floor {
  font-size: min(1.5333333vw, 23px);
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-modal-map__floor {
    font-size: min(4vw, 16px);
  }
}

.c-modal-map__ttl {
  font-size: min(3.3333333vw, 50px);
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-modal-map__ttl {
    font-size: min(10vw, 40px);
  }
}

.c-modal-map__heading {
  font-size: min(1.0666667vw, 16px);
  font-weight: 600;
  margin-top: 7.8rem;
}
@media (max-width: 767px) {
  .c-modal-map__heading {
    font-size: min(3.75vw, 15px);
    margin-top: 4.5rem;
  }
}
@media (max-width: 375px) {
  .c-modal-map__heading {
    font-size: min(3.5vw, 14px);
    margin-top: 3.5rem;
  }
}

.c-modal__close {
  position: absolute;
  width: 39px;
  height: 39px;
  background: #a08143;
  border-radius: 50px;
  right: 22px;
  top: 22px;
  z-index: 1111111;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .c-modal__close {
    right: 10px;
    top: 13px;
  }
}
.c-modal-ex .c-modal__close {
  background: #fff;
}
.is-modal-open .c-modal__close {
  cursor: pointer;
}
.c-modal__close:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-modal-ex .c-modal__close:after {
  background: #111;
}
.c-modal__close:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-modal-ex .c-modal__close:before {
  background: #111;
}

.c-modal-ex__body {
  width: 824px;
  background: #a08143;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 7rem 0rem 3rem;
}
@media screen and (max-width: 768px) {
  .c-modal-ex__body {
    width: 89vw;
    padding: 6rem 0rem 2rem;
  }
}
@media screen and (max-width: 375px) {
  .c-modal-ex__body {
    width: 89vw;
    padding: 4rem 0rem 2rem;
  }
}
.c-modal-ex__body:after {
  content: "";
  width: calc(100% - 14rem);
  height: 1px;
  background: #111;
  position: absolute;
  bottom: 7.6rem;
  left: 7rem;
}
@media screen and (max-width: 768px) {
  .c-modal-ex__body:after {
    width: calc(100% - 13.2vw);
    left: 6.6vw;
    bottom: 5.6rem;
  }
}

.c-modal-ex__inner {
  width: 100%;
  height: 440px;
  position: relative;
  display: flex;
  gap: 0px;
  overflow: scroll;
  padding: 0rem 7rem 3rem;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  .c-modal-ex__inner {
    display: block;
    height: 400px;
    padding: 0rem 6.6vw 3rem;
  }
}
@media screen and (max-width: 375px) {
  .c-modal-ex__inner {
    display: block;
    height: 380px;
    padding: 0rem 6.6vw 2rem;
  }
}

.c-modal-ex__img {
  width: 50%;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .c-modal-ex__img {
    width: 100%;
    position: relative;
  }
}

.c-modal-ex__text {
  width: 50%;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .c-modal-ex__text {
    width: 100%;
    position: relative;
  }
}
.c-modal-ex__text p {
  font-size: clamp(10px,0.8vw, 12px);
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-modal-ex__text p {
    font-size: min(3vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal-ex__text {
    padding-left: 0;
  }
}

.c-modal-ex__img-item {
  border-radius: 8px;
  overflow: hidden;
}
.c-modal-ex__img-item img {
  border-radius: 8px;
}

.c-modal-ex__floor {
  font-size: clamp(10px,0.8vw, 12px);
  font-weight: 600;
  text-align: right;
  line-height: 1.5;
  margin-bottom: 7.6rem;
}
@media screen and (max-width: 768px) {
  .c-modal-ex__floor {
    font-size: min(3vw, 12px);
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}

.c-modal-ex__ttl {
  font-size: clamp(14px,1.06666667vw, 16px);
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .c-modal-ex__ttl {
    font-size: min(4vw, 16px);
  }
}
@media screen and (max-width: 375px) {
  .c-modal-ex__ttl {
    font-size: min(3.75vw, 15px);
    margin-top: 1rem;
  }
}

.c-modal-ex__heading {
  font-size: clamp(10px,0.8vw, 12px);
  margin-bottom: 15px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-modal-ex__heading {
    font-size: min(3vw, 12px);
  }
}

.c-modal-ex__insta {
  font-size: clamp(10px,0.8vw, 12px);
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  padding-top: 3rem;
  padding-bottom: 6rem;
  margin-top: 3rem;
  border-top: 1px solid #111;
}
@media screen and (max-width: 768px) {
  .c-modal-ex__insta {
    padding-bottom: 1rem;
  }
}
.c-modal-ex__insta p {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  margin-bottom: 15px;
}

.c-modal-ex__insta-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.c-modal-ex__insta-item {
  flex: 0 0 calc(33.333% - 13.33px);
}
@media screen and (max-width: 768px) {
  .c-modal-ex__insta-item {
    flex: 0 0 calc(33.333% - 7px);
  }
}

.c-modal-design__body {
  width: 900px;
  background: #f3f3f3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0rem 0rem 3rem;
}
@media screen and (max-width: 768px) {
  .c-modal-design__body {
    width: 89vw;
    padding: 0rem 0rem 2rem;
  }
}
@media screen and (max-width: 375px) {
  .c-modal-design__body {
    width: 89vw;
    padding: 0rem 0rem 2rem;
  }
}
.c-modal-design__body:after {
  content: "";
  width: calc(100% - 14rem);
  height: 1px;
  background: #111;
  position: absolute;
  bottom: 7.6rem;
  left: 7rem;
}
@media screen and (max-width: 768px) {
  .c-modal-design__body:after {
    bottom: 5.6rem;
    left: 6.6vw;
    width: calc(100% - 13.2vw);
  }
}

.c-modal-design__inner {
  width: 100%;
  position: relative;
  display: flex;
  gap: 0px;
  overflow: scroll;
  height: 500px;
  padding: 7rem 7rem 3rem;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  .c-modal-design__inner {
    display: block;
    height: 440px;
    padding: 6rem 6.6vw 3rem;
  }
}
@media screen and (max-width: 375px) {
  .c-modal-design__inner {
    display: block;
    height: 420px;
    padding: 4rem 6.6vw 2rem;
  }
}

.c-modal-design__img {
  width: 50%;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .c-modal-design__img {
    width: 100%;
    position: relative;
  }
}

.c-modal-design__ttl {
  font-size: clamp(14px,1.06666667vw, 16px);
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid #a4a4a4;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-modal-design__ttl {
    font-size: min(4vw, 16px);
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}

.c-modal-design__company {
  font-size: clamp(10px,0.8vw, 12px);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 768px) {
  .c-modal-design__company {
    font-size: min(3vw, 12px);
  }
}

.c-modal-design__jp {
  font-size: clamp(12px,0.93333333vw, 14px);
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-modal-design__jp {
    font-size: min(3.5vw, 14px);
  }
}
@media screen and (max-width: 375px) {
  .c-modal-design__jp {
    font-size: min(3.25vw, 13px);
  }
}

.c-modal-design__info {
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: clamp(10px,0.8vw, 12px);
}
@media screen and (max-width: 768px) {
  .c-modal-design__info {
    font-size: clamp(8px,2.5vw, 10px);
  }
}

.c-modal-design__anker {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 375px) {
  .c-modal-design__anker {
    margin-top: 4rem;
  }
}
.c-modal-design__anker p {
  font-size: clamp(10px,0.67777vw, 10px);
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700 !important;
  margin-bottom: 1.5rem;
  padding: 4px 8px 3px;
  line-height: 1 !important;
  border-radius: 4px;
  border: 1px solid #111;
  display: table;
}
.c-modal-design__anker a {
  display: block;
  font-size: clamp(10px,0.8vw, 12px);
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-decoration: underline;
  position: relative;
  padding-left: 12px;
}
.c-modal-design__anker a:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  content: "・";
  transform: translateY(-50%);
}

.c-modal-design__text {
  width: 50%;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .c-modal-design__text {
    width: 100%;
    position: relative;
  }
}
.c-modal-design__text p {
  font-size: clamp(11px,0.86666667vw, 13px);
  font-weight: 500;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-modal-design__text p {
    font-size: min(3vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal-design__text {
    padding-left: 0;
  }
}

.c-modal-design__heading {
  font-size: clamp(13px,1vw, 15px);
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.4;
}

.c-modal-design__box {
  padding-top: 7rem;
}
.c-modal-design__box:last-child {
  padding-bottom: 7rem;
}
.c-modal-design__box img {
  margin-bottom: 3rem;
}

.c-modal-design__img-item {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-modal-design__img-item {
    position: relative;
  }
}

.c-modal-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  padding-bottom: 2px;
  position: relative;
  z-index: 111111;
}
@media (max-width: 767px) {
  .c-modal-button {
    margin-top: 2rem;
  }
}
.c-modal-button .c-scroll__icon {
  width: 12px;
}
.c-modal-button .c-scroll__icon .c-scroll__icon-inner {
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-modal-button__body {
  display: inline-flex;
  gap: 60px;
  position: relative;
  width: auto;
}
@media (max-width: 767px) {
  .c-modal-button__body {
    gap: 40px;
  }
}
.c-modal-button__body:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #111;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c-modal-button-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8vw;
  letter-spacing: 0.036em;
  color: #111;
}
@media (max-width: 767px) {
  .c-modal-button-text {
    font-size: 3vw;
  }
}

.c-modal-button-prev {
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.c-modal-button-next {
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

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

Project

--------------------------------------------------------- */
#js-preloader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: #fff;
  color: #111;
  z-index: 9999999;
  transition: opacity 0.5s ease;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 600;
  font-size: min(1vw, 15px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #js-preloader {
    font-size: min(3.75vw, 15px);
  }
}

.preloadr-logo {
  width: 200px;
  margin-bottom: 3rem;
}

html.is-page-loaded #js-preloader {
  opacity: 0;
  pointer-events: none;
}

.p-kv__vis {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-kv__vis {
    height: 100dvh;
  }
}

.p-kv__vis-image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.6931217vw;
  height: 52.25552255vh;
  overflow: hidden;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-kv__vis-image {
    width: 62.564103vw;
    height: 45.384615vh;
  }
}

.p-kv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-kv__vis-image-item {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
}
.p-kv__vis-image-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  left: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.p-kv__vis-image-item.is-active:after {
  opacity: 0.3;
}
.p-kv__vis-image-item video {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: blur(4px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition-delay: 0.7s;
  object-fit: cover;
}
.is-page-loaded .p-kv__vis-image-item video {
  opacity: 1;
  filter: blur(0);
}
.p-kv__vis-image-item .js-inline-movie {
  transform: scale(3);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-kv__vis-image-item .js-inline-movie {
    transform: scale(1.1);
  }
}

.p-kv__vis-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-kv__space {
  height: 100dvh;
}
@media screen and (max-width: 768px) {
  .p-kv__space {
    margin-top: 13vh;
    height: 100lvh;
  }
}

.p-kv__inner {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  color: #fff;
}

.p-kv__ttl {
  position: absolute;
  left: 0;
  bottom: 15.9515952vh;
}
@media screen and (max-width: 768px) {
  .p-kv__ttl {
    bottom: 76px;
  }
}

.p-kv__ttl-01 {
  width: 80.555556vw;
  margin: 0 auto 4rem;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.p-kv__ttl-01 img {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-page-loaded .p-kv__ttl-01 img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 768px) {
  .p-kv__ttl-01 {
    width: 87.179487vw;
    margin: 0 auto 1.1rem;
  }
}

.p-kv__ttl-02 {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.p-kv__ttl-02 img {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-page-loaded .p-kv__ttl-02 img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.p-kv__movie {
  position: absolute;
  top: 17px;
  right: 17px;
  font-family: "brandon-grotesque", sans-serif;
  color: #fff;
  font-size: min(0.6666667vw, 10px);
  font-weight: 500;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-kv__movie {
    font-size: min(2.5vw, 10px);
  }
}

.p-kv__flowtext {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 19.3121693vw;
  transform: translate(-50%, 0);
  z-index: 1111111111;
  display: none;
}
.p-kv__flowtext .marquee {
  opacity: 0;
  filter: blur(4px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 1s;
}
.is-page-loaded .p-kv__flowtext .marquee {
  opacity: 1;
  filter: blur(0);
}
@media (max-width: 767px) {
  .p-kv__flowtext {
    width: 58.974359vw;
  }
}

.marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  font-size: min(0.833333vw, 13px);
  font-weight: 600;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
  padding: 10px 0;
  font-family: "brandon-grotesque", sans-serif;
}
@media (max-width: 767px) {
  .marquee {
    font-size: 3.5vw;
    padding: 10px 0;
  }
}

.marquee__inner {
  display: inline-block;
  padding-right: 1rem;
  /* テキスト間の余白 */
  animation: marquee 10s linear infinite;
}
.marquee__inner p {
  display: inline-block;
  padding: 0 4px;
  vertical-align: middle;
}

/* 横に流れるアニメーション */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-kv__date {
  color: #111;
  position: absolute;
  z-index: 11111;
  width: 100%;
  bottom: 0;
}

.p-kv__date-01 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 6.666666667vw;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-page-loaded .p-kv__date-01 {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-kv__date-01 {
    font-size: 10vw;
  }
}

.p-kv__date-02 {
  position: absolute;
  left: 27.3809524vw;
  bottom: 5vh;
  transform: translateY(0%);
  font-size: 0.8666666667vw;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-page-loaded .p-kv__date-02 {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-kv__date-02 {
    left: 28.128205vw;
    font-size: 1.5vw;
    bottom: 2.5vh;
  }
}

.p-kv__date-03 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 6.666666667vw;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-page-loaded .p-kv__date-03 {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-kv__date-03 {
    font-size: 10vw;
  }
}

.p-kv__date-04 {
  position: absolute;
  right: 28.8359788vw;
  bottom: 5vh;
  transform: translateY(0%);
  font-size: 0.8666666667vw;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-page-loaded .p-kv__date-04 {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-kv__date-04 {
    right: 29.128205vw;
    font-size: 1.5vw;
    bottom: 2.5vh;
  }
}

.p-kv__date-05 {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 6.666666667vw;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-page-loaded .p-kv__date-05 {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-kv__date-05 {
    font-size: 10vw;
  }
}

.p-intro {
  padding: 100vh 0;
  margin-left: 63.6904762vw;
  position: relative;
  z-index: 111111;
  color: #fff;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-page-loaded .p-intro {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-intro {
    margin-left: 0;
    padding: 50vh 0vh;
  }
}

@media screen and (max-width: 768px) {
  .p-intro__body {
    display: table;
    margin: 0 auto;
  }
}

.p-intro__heading {
  font-weight: 500;
  margin-bottom: 4rem;
}
.p-intro__heading span {
  display: block;
}
.p-intro__heading-main {
  font-family: "brandon-grotesque", sans-serif;
  font-size: min(2.6666667vw, 40px);
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-intro__heading-main {
    font-size: min(9vw, 36px);
  }
}
.p-intro__heading-sub {
  font-size: min(1.533333vw, 23px);
}
@media screen and (max-width: 768px) {
  .p-intro__heading-sub {
    font-size: min(4.5vw, 18px);
  }
}

.p-intro__lead {
  font-size: min(1vw, 15px);
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.64px;
  opacity: 0;
  filter: blur(4px);
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .p-intro__lead {
    font-size: min(3.75vw, 15px);
    line-height: 2.2;
  }
}
@media screen and (max-width: 375px) {
  .p-intro__lead {
    font-size: min(3.25vw, 13px);
    line-height: 2;
  }
}
.p-intro__lead.is-onscreen {
  opacity: 1;
  filter: blur(0);
}

.p-about {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 100%;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 2s;
}
.is-page-loaded .p-about {
  opacity: 1;
}

.p-about__body {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-about__body {
    display: block;
  }
}

.p-about__img {
  width: 50%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .p-about__img {
    height: 31.153846dvh;
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 375px) {
  .p-about__img {
    height: 36.153846dvh;
  }
}

.p-about__img-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-about__img-item {
    height: 31.153846dvh;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .p-about__img-item {
    height: 36.153846dvh;
  }
}
.p-about__img-item--1 {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.p-about__img-item--2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-about__img-item--2 {
    width: 100%;
  }
}

.p-about__space {
  height: 100lvh;
}

.p-about__space-1 {
  height: 100lvh;
}

.p-about__text {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    width: 100%;
  }
}

.p-about__text-body {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-about__text-body {
    top: 31.153846dvh;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 375px) {
  .p-about__text-body {
    top: 31.153846dvh;
    transform: translate(-50%, -50%);
  }
}
.p-about__text-body p {
  opacity: 0.2;
  font-size: min(1.0666667vw, 16px);
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 768px) {
  .p-about__text-body p {
    text-align: center;
    font-size: min(3.75vw, 15px);
    line-height: 2.2;
  }
}
@media screen and (max-width: 375px) {
  .p-about__text-body p {
    text-align: center;
    font-size: min(3.25vw, 13px);
    line-height: 2;
  }
}

.p-about__heading {
  font-family: "brandon-grotesque", sans-serif;
  font-size: min(6.6666667vw, 100px);
  position: absolute;
  left: 50%;
  bottom: -15px;
  line-height: 1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-about__heading {
    left: 0%;
    transform: translateX(0%);
    font-size: min(13vw, 52px);
    bottom: 0;
    position: relative;
    opacity: 1;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.p-about__heading span {
  color: #a08143;
}

.p-scroll {
  position: fixed;
  writing-mode: vertical-lr;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-size: min(0.8vw, 12px);
  bottom: 4.4vh;
  right: 3.3vw;
  z-index: 111111;
  padding-top: 62px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-scroll {
    font-size: min(2.5vw, 10px);
    padding-top: 49px;
    bottom: 22px;
    right: 6.6vw;
  }
}
.p-scroll:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 52px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .p-scroll:after {
    height: 39px;
  }
}
.p-scroll:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #a08143;
  border-radius: 4px;
  z-index: 1;
  animation: 4s scroll infinite;
}

@keyframes scroll {
  0% {
    opacity: 1;
    top: 0;
  }
  50% {
    top: 52px;
  }
  100% {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  @keyframes scroll {
    0% {
      opacity: 1;
      top: 0;
    }
    50% {
      top: 39px;
    }
    100% {
      top: 0;
    }
  }
}
.p-map {
  width: 100%;
  position: relative;
  height: 100vh;
  z-index: 111112;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-map {
    height: auto;
    padding-top: 100px;
  }
}

.p-map__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}
@media screen and (max-width: 768px) {
  .p-map__body {
    position: relative;
    transform: translate(0, 0);
    top: 0;
    left: 0;
  }
}

.p-map__heading {
  font-family: "brandon-grotesque", sans-serif;
  font-size: min(6.6666667vw, 100px);
  position: fixed;
  left: 0%;
  bottom: -15px;
  line-height: 1;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .p-map__heading {
    font-size: min(14vw, 56px);
    position: relative;
    margin-bottom: 9rem;
    padding-left: 6.6vw;
  }
}
.p-map__heading.is-active {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0% 0);
          clip-path: inset(0 0 0% 0);
}
.p-map__heading span {
  color: #a08143;
}

.p-map__img {
  position: relative;
  margin: 0 auto;
  width: 65.9391534vw;
}
@media screen and (max-width: 768px) {
  .p-map__img {
    width: 88.461538vw;
  }
  .p-map__img--2 {
    width: 37.948718vw;
    margin-top: 6rem;
  }
}

.p-map__icon {
  position: absolute;
  width: 2.51322751vw;
  height: 2.51322751vw;
  background: #111;
  border-radius: 50px;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .p-map__icon {
    width: 6.384615vw;
    height: 6.384615vw;
  }
}
.p-map__icon:hover {
  transform: rotate(45deg);
}
.p-map__icon a {
  display: block;
  height: 100%;
  cursor: pointer;
}
.p-map__icon--1 {
  left: 23.6791889%;
  bottom: 32.6519824%;
}
@media screen and (max-width: 768px) {
  .p-map__icon--1 {
    left: 35.6791889%;
    bottom: 32.6519824%;
  }
}
.p-map__icon--2 {
  left: 49.6791889%;
  top: 8.6519824%;
}
@media screen and (max-width: 768px) {
  .p-map__icon--2 {
    left: 75.5791889%;
    bottom: 32.6519824%;
  }
}
.p-map__icon--3 {
  right: 12.2791889%;
  bottom: 26.6519824%;
}
@media screen and (max-width: 768px) {
  .p-map__icon--3 {
    right: 42.5791889%;
    bottom: 23.6519824%;
  }
}
.p-map__icon:after {
  position: absolute;
  content: "";
  width: 0.925925926vw;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-map__icon:after {
    width: 1.925925926vw;
  }
}
.p-map__icon:before {
  position: absolute;
  content: "";
  height: 0.925925926vw;
  width: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-map__icon:before {
    height: 1.925925926vw;
  }
}

.p-map__ttl {
  position: absolute;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.p-map__ttl:hover {
  opacity: 0.5;
}
.p-map__ttl span {
  display: block;
}
.p-map__ttl .name {
  font-size: 1.66667vw;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-map__ttl .name {
    font-size: 4.5vw;
  }
}
.p-map__ttl .floor {
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  .p-map__ttl .floor {
    font-size: 2.5vw;
  }
}
.p-map__ttl--1 {
  left: 18.9690502%;
  top: -15%;
}
@media screen and (max-width: 768px) {
  .p-map__ttl--1 {
    left: 25.9690502%;
    top: -20%;
  }
}
.p-map__ttl--2 {
  left: 45.2690502%;
  top: -15%;
}
@media screen and (max-width: 768px) {
  .p-map__ttl--2 {
    left: 65.9690502%;
    top: -20%;
  }
}
.p-map__ttl--3 {
  right: 8.8690502%;
  top: -15%;
}
@media screen and (max-width: 768px) {
  .p-map__ttl--3 {
    right: 26.0690502%;
    top: -20%;
  }
}

.p-map__logo {
  width: 17.59vw;
  margin: 7rem auto 0;
}

.p-exploration {
  width: 100%;
}

.p-exploration__heading {
  font-family: "brandon-grotesque", sans-serif;
  font-size: min(6.6666667vw, 100px);
  position: fixed;
  left: 0%;
  bottom: -15px;
  line-height: 1;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  pointer-events: none;
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .p-exploration__heading {
    font-size: min(13vw, 52px);
    bottom: 0px;
    top: 95px;
    left: 4vw;
  }
}
@media screen and (max-width: 375px) {
  .p-exploration__heading {
    bottom: 0px;
    top: 75px;
  }
}
.p-exploration__heading span {
  color: #a08143;
}
.p-exploration__heading.is-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.p-exploration__lead {
  position: fixed;
  right: 8vw;
  bottom: 3.9vh;
  line-height: 1;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  font-size: min(1.06666667vw, 16px);
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-exploration__lead {
    font-size: min(3vw, 12px);
    right: inherit;
    left: 5vw;
    bottom: 0;
    top: 165px;
  }
}
@media screen and (max-width: 375px) {
  .p-exploration__lead {
    top: 145px;
  }
}
.p-exploration__lead.is-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.p-exploration__body {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-exploration__body {
    height: 100dvh;
  }
}

.p-exploration__space {
  height: 200lvh;
}

.p-exploration__space-2 {
  height: 30lvh;
}

.p-exploration__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45.761958vw;
  height: 54.7854785vh;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-exploration__img {
    width: 89.74359vw;
    height: 32.179487vh;
  }
}
.p-exploration__img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  content: "";
}

.p-exploration__img-item {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.p-exploration__img-item.is-active {
  opacity: 1;
}

.p-exploration__pagenation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9.58994709vw;
  display: flex;
  gap: 80px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-exploration__pagenation {
    transform: translateY(0);
    left: 5vw;
    gap: 60px;
    height: 10px;
    top: auto;
    bottom: 28dvh;
  }
}
.p-exploration__pagenation:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 21px;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  background: #111;
}
@media screen and (max-width: 768px) {
  .p-exploration__pagenation:after {
    width: 15px;
    height: 1px;
    left: 55%;
  }
}

.p-exploration__current {
  font-family: "brandon-grotesque", sans-serif;
  font-size: min(2vw, 30px);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-exploration__current {
    font-size: min(3.75vw, 15px);
  }
}
.p-exploration__current-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.p-exploration__current-item--1.is-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.p-exploration__current-item--2.is-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.p-exploration__current-item--3.is-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.p-exploration__current-item--4.is-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.p-exploration__current-item--5.is-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.p-exploration__total {
  overflow: hidden;
  font-family: "brandon-grotesque", sans-serif;
  font-size: min(0.8vw, 12px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-exploration__total {
    font-size: min(2.5vw, 10px);
  }
}

.p-exploration__text-box {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .p-exploration__text-box {
    position: relative;
    transform: translateY(0);
    left: 0;
    top: 0;
  }
}
.p-exploration__text-box.is-active {
  opacity: 1;
  pointer-events: all;
}

.p-exploration__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 78.505291vw;
  width: 100%;
  z-index: 1111;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-exploration__text {
    position: relative;
    transform: translateY(0);
    left: 0;
    top: 0;
  }
}
.p-exploration__text span {
  display: block;
}
.p-exploration__text .main {
  font-size: min(0.93333vw, 14px);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-exploration__text .main {
    font-size: min(3.5vw, 14px);
  }
}
.p-exploration__text .sub {
  font-size: min(0.8vw, 12px);
  font-weight: 400;
  margin: 17px 0 34px;
}
@media screen and (max-width: 768px) {
  .p-exploration__text .sub {
    font-size: min(3vw, 14px);
  }
}
.p-exploration__text a {
  display: block;
}
.p-exploration__text a .viewmore {
  display: flex;
  align-items: baseline;
  gap: 9px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: min(0.93333vw, 14px);
}

.p-exploration__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  text-align: center;
  z-index: 111;
}
@media (max-width: 767px) {
  .p-exploration__ttl {
    transform: translate(0%, -2%);
    text-align: left;
    left: 9vw;
  }
}
.p-exploration__ttl a {
  color: #111;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.p-exploration__ttl a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 21px;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  background: #fff;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .p-exploration__ttl a:after {
    height: 13px;
    right: -16px;
  }
}
.p-exploration__ttl a:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
  background: #fff;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .p-exploration__ttl a:before {
    width: 13px;
    right: -22px;
  }
}

.p-exploration__ttl-item {
  font-size: min(2.66667vw, 40px);
  font-weight: 600;
  opacity: 0.2;
  margin-bottom: 10rem;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}
@media (max-width: 767px) {
  .p-exploration__ttl-item {
    font-size: min(6vw, 24px);
    margin-bottom: 18rem;
  }
}
@media (max-width: 375px) {
  .p-exploration__ttl-item {
    font-size: min(5.25vw, 21px);
    margin-bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .p-exploration__ttl-item .sub {
    font-size: min(3.75vw, 14px);
    font-weight: 400;
    position: absolute;
    left: 0%;
    transform: translateX(0%);
    bottom: -25px;
    opacity: 0;
    width: 100vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
}
.p-exploration__ttl-item.is-active {
  color: #fff;
  opacity: 1;
}
.p-exploration__ttl-item.is-active .sub {
  opacity: 1;
}
.p-exploration__ttl-item.is-active a {
  color: #fff;
}
.p-exploration__ttl-item.is-active a:before {
  opacity: 1;
}
.p-exploration__ttl-item.is-active a:after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .p-exploration__text-ttl {
    position: absolute;
    left: 5vw;
    top: 22dvh;
  }
  .p-exploration__text-ttl .p-exploration__text-box {
    position: absolute;
    top: 0;
    left: 0;
  }

  .p-exploration__text-btn {
    position: absolute;
    right: 5vw;
    bottom: 30dvh;
    width: 102px;
    z-index: 1111;
  }
  .p-exploration__text-btn .viewmore {
    display: flex;
    align-items: baseline;
    gap: 9px;
    font-family: "brandon-grotesque", sans-serif;
    font-size: min(3.5vw, 14px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-exploration__text-btn .viewmore {
    font-size: min(3vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .p-exploration__text-btn .p-exploration__text-box {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-design {
  padding: 22rem 0 13rem;
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .p-design {
    padding: 10rem 0 6rem;
  }
}

.p-design__body {
  display: flex;
}
@media (max-width: 767px) {
  .p-design__body {
    display: block;
    position: relative;
    overflow: hidden;
  }
}

.p-design__ttl {
  width: 33vw;
}
@media (max-width: 767px) {
  .p-design__ttl {
    width: 100vw;
  }
}

.p-design__heading {
  font-family: "brandon-grotesque", sans-serif;
  font-size: min(5.333333vw, 80px);
  line-height: 1;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 1650px) {
  .p-design__heading {
    font-size: min(4.666667vw, 60px);
  }
}
@media (max-width: 767px) {
  .p-design__heading {
    font-size: min(12.5vw, 50px);
    padding-left: 6.6vw;
  }
}
.p-design__heading span {
  color: #a08143;
}
.p-design__heading.is-onscreen {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.p-design__lead {
  margin-left: auto;
  font-size: min(1.06666667vw, 16px);
  line-height: 2;
  display: table;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .p-design__lead {
    font-size: min(3vw, 12px);
    margin-left: 0;
    padding-left: 7.6vw;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
}

.p-design-swiper {
  width: 67vw;
  padding-left: 7.4vw;
  position: relative;
}
@media (max-width: 767px) {
  .p-design-swiper {
    width: 100%;
    padding-left: 7.6vw;
  }
}
.p-design-swiper .p-design__item {
  box-sizing: border-box;
  padding-right: 70px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  overflow: hidden;
  position: relative;
}
.p-design-swiper .p-design__item .c-modal-design__ttl {
  font-size: clamp(15px,1.06666677vw, 16px);
  margin-top: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-design-swiper .p-design__item .c-modal-design__ttl {
    font-size: min(3.5vw, 14px);
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-design-swiper .p-design__item {
    padding-right: 20px;
  }
}
.p-design-swiper .p-design__item a {
  cursor: pointer;
  overflow: hidden;
}
.p-design-swiper .p-design__item a:hover img {
  transform: scale(1.1);
}
.p-design-swiper .p-design__item a img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.p-design-swiper .p-design__item .viewmore {
  display: flex;
  align-items: baseline;
  gap: 9px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: min(0.93333vw, 14px);
  position: absolute;
  right: 0px;
  bottom: -40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-design-swiper .p-design__item .viewmore {
    font-size: min(3vw, 12px);
    right: 0px;
    bottom: -40px;
  }
}
.p-design-swiper .p-design__item span {
  display: block;
}
.p-design-swiper .p-design__item .company {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(10px,0.8vw, 12px);
  font-weight: 600;
  margin-top: 15px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-design-swiper .p-design__item .company {
    font-size: min(2.25vw, 9px);
    margin-top: 10px;
  }
}
.p-design-swiper .p-design__item .jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(13px,1vw, 15px);
  font-weight: 600;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .p-design-swiper .p-design__item .jp {
    font-size: min(3.25vw, 13px);
  }
}
.p-design-swiper .p-design__item .eng {
  font-family: "brandon-grotesque", sans-serif;
  font-size: min(0.8vw, 12px);
  font-weight: 400;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .p-design-swiper .p-design__item .eng {
    font-size: min(3vw, 12px);
  }
}
.p-design-swiper .p-design__img {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.icon-plus {
  position: absolute;
  right: 17px;
  bottom: 23px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  z-index: 1111;
}
@media screen and (max-width: 768px) {
  .icon-plus {
    bottom: 17px;
  }
  .icon-plus svg {
    width: 20px;
    height: 20px;
  }
}

.p-design-swiper-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8rem;
  padding-bottom: 2px;
  position: relative;
  z-index: 111111;
}
@media screen and (max-width: 768px) {
  .p-design-swiper-bottom {
    margin-top: 5.5rem;
  }
}
.p-design-swiper-bottom .c-scroll__icon {
  width: 12px;
}
.p-design-swiper-bottom .c-scroll__icon .c-scroll__icon-inner {
  transform: translate(-50%, -50%) rotate(0deg);
}

.p-design-swiper-button {
  display: inline-flex;
  gap: 60px;
  position: relative;
  width: auto;
}
@media (max-width: 767px) {
  .p-design-swiper-button {
    gap: 40px;
  }
}
.p-design-swiper-button:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #111;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-design-swiper-button-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8vw;
  letter-spacing: 0.036em;
  color: #111;
}
@media (max-width: 767px) {
  .p-design-swiper-button-text {
    font-size: 3vw;
  }
}

.p-design-swiper-button-prev {
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.p-design-swiper-button-next {
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.c-scroll__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.8vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
}
@media (max-width: 767px) {
  .c-scroll__text {
    font-size: 12px;
    color: #f4e3d0;
  }
}

.c-scroll__icon {
  width: 60px;
  height: 14px;
  position: relative;
}

.c-scroll__icon-inner {
  overflow: hidden;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-scroll__icon-back {
  transform: translateX(0px);
}
.is-loop .c-scroll__icon-back {
  transform: translateX(1px);
  transition: linear 0.6s;
}

.c-scroll__icon-front {
  transform: translateX(0px);
}
.is-loop .c-scroll__icon-front {
  transform: translateX(1px);
  transition: linear 0.6s;
}

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


Utility

--------------------------------------------------------- */
/* =========================================================
CLEAR
========================================================= */
.clear,
.u-clearfix:before,
.u-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.u-clearfix:after {
  clear: both;
}

/* =========================================================
DISPLAY
========================================================= */
.u-sp-block {
  display: none !important;
}
@media (max-width: 767px) {
  .u-sp-block {
    display: block !important;
  }
}

.u-pc-block {
  display: block !important;
}
@media (max-width: 767px) {
  .u-pc-block {
    display: none !important;
  }
}

.u-tablet-none {
  display: block !important;
}
@media (max-width: 1023px) {
  .u-tablet-none {
    display: none !important;
  }
}

.u-tablet-block {
  display: none !important;
}
@media (max-width: 1023px) {
  .u-tablet-block {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}

.u-pc-inline {
  display: inline !important;
}
@media (max-width: 767px) {
  .u-pc-inline {
    display: none !important;
  }
}

.u-sp-inlineblock {
  display: none !important;
}
@media (max-width: 767px) {
  .u-sp-inlineblock {
    display: inline-block !important;
  }
}

.u-pc-inlineblock {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .u-pc-inlineblock {
    display: none !important;
  }
}

/* =========================================================
IMG
========================================================= */
.u-img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-img-no-responsive {
  display: inline-block;
  max-width: auto;
  height: auto;
}

.u-img-fit {
  display: inline-block;
  width: 100%;
  height: auto;
}

/* =========================================================
POINTER-EVENTS
========================================================= */
.u-hover-shit {
  pointer-events: none;
}

.u-p-r {
  position: relative !important;
}

@keyframes none {
  0% {
    overflow: hidden;
    height: 100vh;
  }
  100% {
    overflow: visible;
    height: auto;
  }
}