@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%;
}

body {
  /*height: 100%;*/
  color: #111;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New";
  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;*/
  background: #EDB5B0;
  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;
}

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

a {
  color: #111;
  transition: opacity 0.3s ease;
}
a:hover {
  color: #111;
  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

========================================================= */
/*wrapper*/
.l-wrapper {
  position: relative;
}

/*content*/
.l-content {
  width: 100%;
  position: relative;
  z-index: 101;
  height: 100%;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  margin-top: -25vh;
}
@media (max-width: 767px) {
  .l-content {
    margin-top: -50vh;
  }
}
@media (max-width: 767px) and (max-height: 800px) {
  .l-content {
    margin-top: -40vh;
  }
}
@media (max-width: 499px) {
  .l-content {
    margin-top: -52vh;
  }
}
@media (max-width: 499px) and (max-height: 600px) {
  .l-content {
    margin-top: -40vh;
  }
}

.l-header {
  position: fixed;
  z-index: 11111;
  left: 50%;
  transform: translateX(-50%);
  top: 7.7vh;
}
@media (max-width: 767px) {
  .l-header {
    top: 40px;
  }
}
.is-gnav-open .l-header {
  filter: blur(20px);
}

.l-header-menu {
  display: flex;
  gap: 40px;
}
.is-active .l-header-menu {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-header-menu {
    display: none;
  }
}

.l-header-menu__item {
  font-family: "Marcellus", sans-serif;
  font-size: 0.8666vw;
  font-weight: 400;
  letter-spacing: 0.039em;
  line-height: 1;
  z-index: 11111;
  bottom: 5.06050605%;
  overflow: hidden;
}
.l-header-menu__item a {
  color: #678666;
  display: block;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transform: translateY(100%);
}
.is-page-loaded .l-header-menu__item a {
  animation: fadeup 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s forwards;
}
.l-header-menu__item a:hover {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition-delay: 0 !important;
  filter: blur(1px);
}

@keyframes fadeup {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.l-header-logo {
  position: fixed;
  z-index: 11111;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.l-header-logo svg path {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  fill: #678666;
}
@media (max-width: 767px) {
  .l-header-logo svg {
    width: 93px;
    height: 13px;
  }
}
.is-active .l-header-logo {
  opacity: 1;
  pointer-events: all;
}

.l-gnav__btn {
  display: block;
  height: 52px;
  right: 3.3vw;
  position: fixed;
  top: 6.2vh;
  width: 52px;
  z-index: 111111;
  cursor: pointer;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition-delay: 2s;
  z-index: 11111;
}
.is-page-loaded .l-gnav__btn {
  opacity: 1;
}
@media (max-width: 767px) {
  .l-gnav__btn {
    top: 20px;
    right: 7.7vw;
  }
}

.l-gnav__btn-line-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 6px;
}

.l-gnav__btn-line {
  background-color: #678666;
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transition: all 0.3s ease;
  width: 52px;
}
.is-gnav-open .l-gnav__btn-line {
  background: #678666;
}

.l-gnav__btn-line:first-of-type {
  top: 0%;
  left: 0;
}
.is-gnav-open .l-gnav__btn-line:first-of-type {
  transform: rotate(45deg);
}

.l-gnav__btn-line:nth-of-type(2) {
  top: 5px;
  width: 32px;
  left: 0;
}
.is-gnav-open .l-gnav__btn-line:nth-of-type(2) {
  width: 52px;
  transform: rotate(-45deg);
  top: 0px;
}

.l-gnav__btn-text {
  opacity: 0;
  transition: all 0.3s ease;
  font-family: "Marcellus", sans-serif;
  font-size: 0.8vw;
  letter-spacing: 0.048em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  color: #678666;
}
.is-gnav-open .l-gnav__btn-text {
  opacity: 1;
}
@media (max-width: 767px) {
  .l-gnav__btn-text {
    font-size: 12px;
    left: -85%;
  }
}

.l-gnav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 33.333vw;
  z-index: 11111;
  opacity: 0;
  pointer-events: none;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.is-gnav-open .l-gnav {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 767px) {
  .l-gnav {
    width: 100%;
  }
}
.l-gnav .c-logo {
  display: none;
}
@media (max-width: 767px) {
  .l-gnav .c-logo {
    display: block;
  }
}
.l-gnav:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100vh;
  background: #edb5b0;
  top: 0;
  right: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.is-gnav-open .l-gnav:before {
  width: 100%;
}
.l-gnav:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #678666;
  top: 0;
  left: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-gnav-open .l-gnav:after {
  height: 100vh;
  transition-delay: 0.5s;
}

.l-gnav__body {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 100%;
}

.l-gnav__item {
  padding: 0 5.75vw;
  margin-bottom: 22px;
  position: relative;
  opacity: 0;
  filter: blur(4px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-gnav-open .l-gnav__item {
  opacity: 1;
  transition-delay: 0.5s;
  filter: blur(0);
}
.l-gnav__item a {
  display: block;
  font-family: "Marcellus", sans-serif;
  font-size: 2.666667vw;
  color: #678666;
  padding-bottom: 22px;
  position: relative;
  padding: 0 0 22px;
}
@media (max-width: 767px) {
  .l-gnav__item a {
    font-size: 10vw;
  }
}
.l-gnav__item a:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background: #678666;
  bottom: 0;
  left: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-gnav-open .l-gnav__item a:after {
  width: 100%;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 1s;
}
.l-gnav__item a .l-gnav__item-icon-inner {
  font-size: 11px;
}
.l-gnav__item a:hover .l-gnav__item-icon-back {
  transform: translateX(0px);
  transition: linear 0.6s;
}
.l-gnav__item a:hover .l-gnav__item-icon-front {
  transform: translateX(10px);
  transition: linear 0.6s;
}
.l-gnav__item a:hover p {
  filter: blur(2px);
}
.l-gnav__item p {
  position: relative;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.l-gnav__item-icon {
  width: 60px;
  height: 29px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -11px;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.l-gnav__item-icon svg {
  position: absolute;
  right: 0;
  top: 0;
}
.is-gnav-open .l-gnav__item-icon {
  opacity: 1;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 1.5s;
}

.l-gnav__item-icon-inner {
  overflow: hidden;
  height: 11px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-gnav__item-icon-back {
  transform: translateX(-10px);
  width: 10px;
}

.l-gnav__item-icon-front {
  transform: translateX(0px);
  width: 10px;
}

.l-main {
  width: 100%;
  position: relative;
  z-index: 3333;
  pointer-events: none;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-gnav-open .l-main {
  filter: blur(20px);
}
.is-page-loaded .l-main {
  opacity: 1;
  pointer-events: all;
}

.l-footer {
  padding-top: 26rem;
  background: #edb5b0;
  color: #678666;
  margin-top: -10vh;
}
@media (max-width: 767px) {
  .l-footer {
    padding-top: 12rem;
    margin-top: -10vh;
  }
}
.l-footer .c-scroll {
  bottom: 120px;
}
@media (max-width: 767px) {
  .l-footer .c-scroll {
    bottom: 70px;
  }
}
.l-footer .c-scroll a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #678666 !important;
}
.l-footer .c-scroll .c-scroll__text {
  color: #678666 !important;
  display: none;
}

.l-footer-contact {
  position: relative;
  width: 100%;
  padding: 0 6.6vw 3rem;
}
@media (max-width: 767px) {
  .l-footer-contact {
    padding: 0 7.7vw 3rem;
  }
}
.l-footer-contact:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #678666;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.3s;
}
.l-footer-contact.is-onscreen:after {
  width: calc(100% - 13.2vw);
}
@media (max-width: 767px) {
  .l-footer-contact.is-onscreen:after {
    width: calc(100% - 15.4vw);
  }
}
.l-footer-contact a {
  display: flex;
  color: #678666;
  align-items: center;
  gap: 28px;
  line-height: 1.14;
  justify-content: center;
}
.l-footer-contact a .c-scroll__icon {
  line-height: 1;
}
@media (max-width: 767px) {
  .l-footer-contact a {
    justify-content: left;
  }
}
.l-footer-contact a:hover .c-scroll__icon-back {
  transform: translateY(1px);
  transition: linear 0.6s;
}
.l-footer-contact a:hover .c-scroll__icon-front {
  transform: translateY(1px);
  transition: linear 0.6s;
}
.l-footer-contact a span {
  font-family: "Marcellus", sans-serif;
  font-size: min(4.66667vw, 70px);
}
@media (max-width: 767px) {
  .l-footer-contact a span {
    font-size: min(10vw, 40px);
  }
}
.l-footer-contact a .c-scroll__icon {
  position: relative;
}
@media (max-width: 767px) {
  .l-footer-contact a .c-scroll__icon {
    margin-left: auto;
  }
}
.l-footer-contact a .c-scroll__icon .c-scroll__icon-inner {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.l-footer-logo {
  padding: 0 6.6vw 15vh;
  margin-top: 39vh;
}
@media (max-width: 767px) {
  .l-footer-logo {
    padding: 0 7.7vw 4.5rem;
    margin-top: 15vh;
  }
}

.l-footer-house {
  color: #678666;
  text-align: center;
  margin-top: 14rem;
  padding-bottom: 10rem;
  position: relative;
}
.l-footer-house p {
  font-weight: 500;
  font-size: 0.8vw;
  position: absolute;
  left: 0;
  top: -4rem;
}
.l-footer-house p span {
  display: inline-block;
}
.l-footer-house p a {
  display: block;
}
@media (max-width: 767px) {
  .l-footer-house p {
    font-size: 3vw;
    margin-bottom: 2rem;
    padding-left: 7.7vw;
    position: relative;
    top: 0;
  }
}
.l-footer-house p a {
  color: #678666;
}
@media (max-width: 767px) {
  .l-footer-house {
    padding-bottom: 3rem;
    text-align: left;
  }
}
.l-footer-house:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #678666;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.3s;
}
.l-footer-house.is-onscreen:after {
  width: calc(100% - 13.2vw);
}
@media (max-width: 767px) {
  .l-footer-house.is-onscreen:after {
    width: calc(100% - 15.4vw);
  }
}
@media (max-width: 767px) {
  .l-footer-house {
    margin-top: 6rem;
  }
}
.l-footer-house img {
  width: 21.854305vw;
  max-width: 330px;
}
@media (max-width: 767px) {
  .l-footer-house img {
    width: 48.205128vw;
    max-width: 188px;
  }
}

.l-footer-house__row {
  display: table;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .l-footer-house__row {
    justify-content: start;
    display: flex;
    padding-left: 7.7vw;
  }
}
.l-footer-house__row a {
  display: flex;
  color: #678666;
  align-items: center;
  gap: 28px;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-footer-house__row a {
    justify-content: start;
  }
}
.l-footer-house__row a:hover .c-scroll__icon-back {
  transform: translateY(1px);
  transition: linear 0.6s;
}
.l-footer-house__row a:hover .c-scroll__icon-front {
  transform: translateY(1px);
  transition: linear 0.6s;
}
.l-footer-house__row a span {
  font-family: "Marcellus", sans-serif;
  font-size: 4.66667vw;
}
@media (max-width: 767px) {
  .l-footer-house__row a span {
    font-size: 10vw;
  }
}
.l-footer-house__row a .c-scroll__icon {
  position: relative;
}
@media (max-width: 767px) {
  .l-footer-house__row a .c-scroll__icon {
    margin-left: auto;
    position: absolute;
    right: 7.7vw;
  }
}
.l-footer-house__row a .c-scroll__icon .c-scroll__icon-inner {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.l-footer-logo__main {
  overflow: hidden;
}
.l-footer-logo__main img {
  transform: translateY(0);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
@media (max-width: 767px) {
  .l-footer-logo__main img {
    width: 79vw;
  }
}
.is-onscreen .l-footer-logo__main img {
  transform: translateY(0);
}

.l-footer-logo__produce p {
  font-size: 0.8vw;
  color: #678666;
  text-align: center;
  margin-top: 100px;
  font-family: "Marcellus", sans-serif;
}
@media (max-width: 767px) {
  .l-footer-logo__produce p {
    font-size: 2.5vw;
    margin-top: 4rem;
    text-align: left;
  }
}
.l-footer-logo__produce a {
  display: table;
  margin: 3rem auto 0;
  width: 200px;
}
@media (max-width: 767px) {
  .l-footer-logo__produce a {
    width: 164px;
    margin: 2rem 0 0;
  }
}

.l-footer-bottom {
  position: relative;
  padding: 3rem 3.3vw;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .l-footer-bottom {
    padding: 0rem 7.7vw;
  }
}
.l-footer-bottom:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background: #678666;
  top: 0;
  left: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
@media (max-width: 767px) {
  .l-footer-bottom:after {
    content: none;
  }
}
.l-footer-bottom.is-onscreen:after {
  width: 100%;
}

.l-footer__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .l-footer__list {
    align-items: start;
    gap: 28px;
  }
}
.l-footer__list a {
  font-size: 0.8vw;
  letter-spacing: 0.038em;
  color: #678666;
  font-family: "Marcellus", sans-serif;
}
@media (max-width: 767px) {
  .l-footer__list a {
    font-size: 3vw;
  }
}

@media (max-width: 767px) {
  .l-footer__item {
    margin-bottom: 17px;
  }
}

.l-footer-copyright {
  font-size: 0.677777vw;
  letter-spacing: 0.07em;
  font-family: "Marcellus", sans-serif;
  margin-left: auto;
}
@media (max-width: 767px) {
  .l-footer-copyright {
    font-size: 2.5vw;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 20px 0;
    margin-top: 3.5rem;
    text-align: center;
  }
  .l-footer-copyright:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #678666;
    top: 0;
    left: 0;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
  .l-footer-copyright.is-onscreen:after {
    width: 100%;
  }
}

/*@import "layout/parallax";*/
/* =========================================================

Object

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

Component

--------------------------------------------------------- */
.c-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 11111111;
  top: 0;
  left: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
@media (max-width: 767px) {
  .c-preloader svg {
    width: 273px;
  }
}

.is-page-loaded .c-preloader {
  opacity: 0 !important;
  pointer-events: none;
}

#loading-screen {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
}

#percent {
  font-family: sans-serif;
  font-size: 16px;
  text-align: center;
  font-family: "Marcellus", serif;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 55px;
  color: #678666;
}
@media (max-width: 767px) {
  #percent {
    bottom: 50px;
  }
}

.is-hidden {
  display: none;
}

.c-scroll {
  position: absolute;
  bottom: 0;
  right: 6.6%;
  color: #678666;
  z-index: 1111113;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition-delay: 1s;
  display: flex;
  gap: 15px;
  align-items: center;
}
.is-page-loaded .c-scroll {
  opacity: 1;
}
.is-gnav-open .c-scroll {
  filter: blur(4px);
  opacity: 0.5;
  transition-delay: 0s;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-scroll {
    right: 6.15vw;
    bottom: 38px;
  }
  .p-kv .c-scroll {
    position: fixed;
  }
}

.c-scroll__text {
  font-family: "Marcellus", 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: 29px;
  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: translateY(-10px);
}
.is-loop .c-scroll__icon-back {
  transform: translateY(1px);
  transition: linear 0.6s;
}

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

.c-logo {
  position: fixed;
  top: 5.5vh;
  left: 3.3vw;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition-delay: 2s;
  z-index: 11111;
}
@media (max-width: 767px) {
  .c-logo {
    top: 20px;
    left: 5.6vw;
  }
  .c-logo .l-gnav {
    position: absolute;
  }
}
.is-page-loaded .c-logo {
  opacity: 1;
}
.c-logo svg path {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  fill: #678666;
}
@media (max-width: 767px) {
  .c-logo svg svg {
    width: 49px;
    height: 50px;
  }
}
.is-gnav-open .c-logo svg path {
  fill: #678666 !important;
}

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

Project

--------------------------------------------------------- */
.p-heading {
  pointer-events: none;
}
.p-heading--story {
  color: #f4e3d0;
  font-size: 10vw;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  bottom: 28px;
  font-family: "Marcellus", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-heading--story {
    font-size: 20vw;
    bottom: 10vh;
  }
}
.p-heading--service {
  color: #678666;
  position: sticky;
  font-size: 10vw;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  font-family: "Marcellus", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-heading--service {
    font-size: 20vw;
    bottom: 10vh;
  }
}
.p-heading--topics {
  color: #f4e3d0;
  font-size: 4.6666667vw;
  width: 34%;
  z-index: 0;
  font-family: "Marcellus", sans-serif;
  line-height: 1.14;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.3s;
  filter: blur(4px);
  opacity: 0;
}
@media (max-width: 767px) {
  .p-heading--topics {
    font-size: 10vw;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-heading--topics span {
  display: block;
}
.p-heading--topics.is-onscreen {
  opacity: 1;
  filter: blur(0);
}

.p-kv__logo {
  padding: 30vh 6.6% 0;
}
@media (max-width: 767px) {
  .p-kv__logo {
    padding: 15vh 10.25% 0;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) and (max-height: 600px) {
  .p-kv__logo {
    padding: 20vh 10.25% 0;
  }
}

.p-kv__copy {
  margin-top: 10vh;
  padding: 0 6.6%;
  color: #678666;
}
@media (max-width: 767px) {
  .p-kv__copy {
    display: flex;
    padding: 0 10.25%;
    margin-top: 5.128vh;
    gap: 40px;
  }
}
.p-kv__copy span {
  display: block;
}
.p-kv__copy-jp {
  font-family: "Zen Kaku Gothic New";
  font-size: max(1.066666vw, 16px);
  font-weight: 700;
  line-height: 1.4375;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .p-kv__copy-jp {
    font-size: 3.5vw;
    width: 52%;
  }
}
.p-kv__copy-eng {
  font-family: "Marcellus", sans-serif;
  font-size: max(0.8vw, 12px);
  font-weight: 400;
  letter-spacing: 0.039em;
}
@media (max-width: 767px) {
  .p-kv__copy-eng {
    font-size: 2.5vw;
    line-height: 1.4;
    width: 48%;
  }
}

.p-kv {
  height: 100vh;
  -webkit-mask-image: url(../img/blur.webp);
          mask-image: url(../img/blur.webp);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0 auto;
  mask-size: 0 auto;
}
.is-page-loaded .p-kv {
  -webkit-mask-size: 300% auto;
          mask-size: 300% auto;
  transition: 5s ease 0s;
}
@media (max-width: 767px) {
  .is-page-loaded .p-kv {
    -webkit-mask-size: 500% auto;
            mask-size: 500% auto;
    z-index: 11111;
    position: relative;
  }
}

.p-kv__body {
  position: relative;
}

.p-story__vis {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-mask-image: url(../img/blur.webp);
          mask-image: url(../img/blur.webp);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-size: 0 auto;
  mask-size: 0 auto;
  mask-size: 0 auto;
}
.is-page-loaded .p-story__vis {
  -webkit-mask-size: 250% auto;
          mask-size: 250% auto;
  transition: 5s ease 0s;
}
@media (max-width: 767px) {
  .is-page-loaded .p-story__vis {
    -webkit-mask-size: 500% auto;
            mask-size: 500% auto;
  }
}

.p-story__ttl-tag {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Marcellus", sans-serif;
  font-size: 0.8vw;
  font-weight: 400;
  color: #f4e3d0;
  writing-mode: vertical-lr;
  letter-spacing: 0.12em;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-story__ttl-tag {
    font-size: 2.5vw;
  }
}
.p-story__ttl-tag--1 {
  left: 3.3vw;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 767px) {
  .p-story__ttl-tag--1 {
    left: 5.1vw;
  }
}
.p-story__ttl-tag--2 {
  right: 3.3vw;
}
@media (max-width: 767px) {
  .p-story__ttl-tag--2 {
    right: 5.1vw;
  }
}

.p-story__progress {
  position: fixed;
  z-index: 111;
  right: 4.4973545vw;
  bottom: 4.5%;
  display: flex;
  font-family: "Inter", sans-serif;
  gap: 15px;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-story__progress {
    right: 50%;
    transform: translateX(50%);
    bottom: 4.7vh;
    z-index: 11111;
  }
}

.p-story__progress-item {
  position: relative;
  width: 30px;
  height: 30px;
  opacity: 0.5;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.p-story__progress-item.is-active {
  opacity: 1;
}
.p-story__progress-item a {
  display: block;
  width: 30px;
  height: 30px;
  color: #f4e3d0;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.03em;
}
.p-story__progress-item a span {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  text-align: center;
  transform: translate(-1px, -50%);
}
@media (max-width: 767px) {
  .p-story__progress-item a span {
    transform: translate(-1px, -45%);
  }
}

.p-story__progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transform: rotate(-90deg);
}
.p-story__progress-circle svg {
  stroke-dashoffset: 93.1061869541px;
  stroke-dasharray: 93.1061869541px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.p-story__progress-circle svg.is-active {
  stroke-dashoffset: 93.1061869541px !important;
  stroke-dasharray: 93.1061869541px;
}

.p-story__list {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-story__item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.p-story__vis-image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 13.2%);
  height: calc(100% - 13.2%);
  overflow: hidden;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .p-story__vis-image {
    width: calc(100% - 20.5%);
    height: calc(100% - 20.5%);
    box-sizing: border-box;
  }
}

.p-story__vis-image-item {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transform-origin: center;
  background-size: cover;
  background-position: center top;
  object-fit: cover;
}
.p-story__space-start {
  height: 100vh;
}

.p-story__space-copy-eng-1 {
  height: 50vh;
}

.p-story__space-copy-jp-1 {
  height: 210vh;
}

.p-story__space-out-1 {
  height: 200vh;
}

.p-story__space-copy-eng-2 {
  height: 50vh;
}

.p-story__space-copy-jp-2 {
  height: 240vh;
}

.p-story__space-out-2 {
  height: 200vh;
}

.p-story__space-copy-eng-3 {
  height: 50vh;
}

.p-story__space-copy-jp-3 {
  height: 150vh;
}

.p-story__space-out-3 {
  height: 200vh;
}

.p-story__space-copy-eng-4 {
  height: 50vh;
}

.p-story__space-copy-jp-4 {
  height: 150vh;
}

.p-story__space-out-4 {
  height: 200vh;
}

.p-story__space-link {
  height: 100vh;
  scroll-margin-top: 30px;
}
@media (max-width: 767px) {
  .p-story__space-link {
    scroll-margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .p-story__copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 100%;
  }
}
@media (max-width: 767px) and (max-height: 600px) {
  .p-story__copy {
    transform: translate(-50%, -50%);
  }
}

.p-story__copy-eng {
  position: fixed;
  left: 3.3vw;
  bottom: 4.5%;
  font-family: "Marcellus", sans-serif;
  font-size: 0.8vw;
  line-height: 1.666;
  color: #f4e3d0;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.p-story__copy-eng.is-active {
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .p-story__copy-eng {
    position: relative;
    font-size: min(2.5vw, 10px);
    line-height: 1.8;
    display: table;
    margin: 0 auto;
    left: 0;
    bottom: 0;
  }
}
@media (max-height: 600px) {
  .p-story__copy-eng {
    font-size: min(2vw, 9px);
  }
}

.p-story__copy-jp {
  position: fixed;
  right: 9.9vw;
  top: 20vh;
  font-family: "Zen Old Mincho";
  font-size: 1.066666vw;
  line-height: 1.666;
  color: #f4e3d0;
  opacity: 0;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  line-height: 2;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.p-story__copy-jp.is-active {
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .p-story__copy-jp {
    position: relative;
    font-size: min(3.25vw, 13px);
    right: 0;
    top: 0;
    margin: 0 auto 4dvh;
    letter-spacing: 0.25em;
  }
}
@media (max-height: 600px) {
  .p-story__copy-jp {
    font-size: min(3vw, 12px);
  }
}
.p-story__copy-jp p {
  filter: blur(4px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.p-story__copy-jp p.is-active {
  filter: blur(0);
}

.p-story__item--2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-story__item--3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-story__item--4 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-story__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 150px solid #edb5b0;
  filter: blur(100px);
  opacity: 0;
  z-index: 1111;
}
@media (max-width: 767px) {
  .p-story__bg {
    border: 140px solid #edb5b0;
    filter: blur(120px);
  }
}

.p-story__bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../img/blur.webp);
          mask-image: url(../img/blur.webp);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-size: 0 auto;
  mask-size: 0 auto;
}
@media (max-width: 767px) {
  .p-story__bottom {
    position: relative;
    margin-bottom: 6rem;
    margin-top: -150vh;
  }
}

.p-story__bottom-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 85vw;
  max-width: 1298px;
  justify-content: center;
  gap: -56px;
}
@media (max-width: 767px) {
  .p-story__bottom-body {
    display: table;
    width: calc(100% - 20.5vw);
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    margin: 110px auto 0;
  }
}

.p-story__space-bottom {
  height: 150vh;
  margin-top: -100vh;
}
.p-story__bottom-item {
  border: 1px solid #678666;
  border-radius: 300px;
  padding: 11vh 9.9vw;
}
@media (max-width: 767px) {
  .p-story__bottom-item {
    display: block;
    padding: 130px 9.9vw;
  }
}
.p-story__bottom-item:nth-child(1) {
  margin-right: -27px;
}
@media (max-width: 767px) {
  .p-story__bottom-item:nth-child(1) {
    margin: 0;
  }
}
.p-story__bottom-item:nth-child(2) {
  margin-left: -27px;
}
@media (max-width: 767px) {
  .p-story__bottom-item:nth-child(2) {
    margin-left: 0;
    margin-top: -65px;
  }
}

.p-story__text-line {
  padding: 0 0 25rem;
  background: #edb5b0;
  position: relative;
  z-index: 1111;
  overflow: hidden;
}
.p-story__text-line--2 {
  margin-top: -30vh;
}
@media (max-width: 767px) {
  .p-story__text-line {
    padding: 0 0 15rem;
  }
}
.p-story__text-line svg {
  overflow: visible;
  width: 100%;
}
@media (max-width: 767px) {
  .p-story__text-line svg {
    width: 1673px;
    height: 200px;
  }
}
.p-story__text-line text {
  color: #678666;
  font-family: "Marcellus", sans-serif;
  font-size: 60px;
}
@media (max-width: 767px) {
  .p-story__text-line text {
    font-size: 50px;
  }
}

.p-story__bottom-ttl {
  display: table;
  margin: 0 auto;
}

.p-story__bottom-ttl--1 {
  width: 21.494809vw;
  max-width: 325px;
}
@media (max-width: 767px) {
  .p-story__bottom-ttl--1 {
    width: 57.1794872vw;
  }
}

.p-story__bottom-ttl--2 {
  width: 23.2142857vw;
  max-width: 351px;
}
@media (max-width: 767px) {
  .p-story__bottom-ttl--2 {
    width: 61.5384615vw;
  }
}

.p-story__bottom-copy {
  white-space: nowrap;
}
.p-story__bottom-copy--jp {
  color: #678666;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.06666vw;
  line-height: 1.75;
  text-align: center;
  font-weight: 600;
  margin: 50px auto 17px;
}
@media (max-width: 767px) {
  .p-story__bottom-copy--jp {
    font-size: 3.5vw;
    line-height: 1.57;
    margin: 30px auto 10px;
  }
}
.p-story__bottom-copy--eng {
  color: #678666;
  font-family: "Marcellus", sans-serif;
  font-size: 0.8vw;
  line-height: 1.666;
  text-align: center;
}
@media (max-width: 767px) {
  .p-story__bottom-copy--eng {
    font-size: 2.5vw;
    line-height: 1.4;
  }
}

.p-story__logo {
  display: table;
  margin: 25rem auto 0;
}
@media (max-width: 767px) {
  .p-story__logo {
    margin: 5rem auto 0;
  }
}
.p-story__logo img {
  width: 40.87vw;
  margin: 0 auto 0;
  -webkit-mask-image: url(../img/blur.webp);
          mask-image: url(../img/blur.webp);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-size: 0 auto;
  mask-size: 0 auto;
}
@media (max-width: 767px) {
  .p-story__logo img {
    width: 70vw;
  }
}
.p-story__logo p {
  text-align: center;
  color: #678666;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.06666vw;
  line-height: 1.75;
  text-align: center;
  font-weight: 600;
  margin: 110px auto 0;
}
@media (max-width: 767px) {
  .p-story__logo p {
    margin: 45px auto 0;
    font-size: 3.5vw;
  }
}

.p-slide__wrapper {
  position: relative;
}

.p-slide__vis {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.p-slide__vis-image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 0%);
  height: calc(100% - 0%);
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.p-slide__vis-image-item {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transform-origin: center;
  background-size: cover;
  background-position: center top;
}

.p-slide__space {
  height: 100vh;
}

.p-slide__space-scoll {
  height: 10vh;
}

.p-slide__caption {
  font-size: 0.733333vw;
  color: #f4e3d0;
  position: absolute;
  left: 3.3%;
  bottom: 4.5%;
  z-index: 1111;
}
@media (max-width: 767px) {
  .p-slide__caption {
    font-size: 2.75vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    bottom: 19px;
  }
}

.swiper-pagination {
  display: flex;
  gap: 12px;
  justify-content: center !important;
  position: absolute !important;
  right: 3.3% !important;
  bottom: 4.5% !important;
  width: auto !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .swiper-pagination {
    right: 50% !important;
    transform: translateX(50%) !important;
    bottom: 54px !important;
  }
}

.swiper-pagination-bullet {
  width: 13px !important;
  height: 13px !important;
  border-radius: 50% !important;
  transition: all 0.3s ease;
  display: table !important;
  position: relative;
  overflow: hidden;
  background: none !important;
  /* 非アクティブは小さな丸 */
  opacity: 1 !important;
  margin: 0 !important;
}
.swiper-pagination-bullet:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 2px;
  background: #f4e6d5;
  content: "";
}

.swiper-pagination-bullet svg {
  width: 13px;
  height: 13px;
}

.circle-outline {
  fill: none;
  stroke: #f4e3d0;
  stroke-width: 0px;
}

.arc-fill {
  fill: #f4e3d0;
}

.swiper-pagination-bullet-active .circle-outline {
  fill: none;
  stroke: #f4e3d0;
  stroke-width: 1px;
}
.swiper-pagination-bullet-active:after {
  content: none;
}

.p-slide__line {
  position: absolute;
  width: 1px;
  background: #678666;
  top: 0;
  left: 0;
  height: 0;
}
.p-slide__line.is-active {
  height: 100%;
}

.p-slide__space-line .p-story__space-link {
  scroll-margin-top: 0px;
}

.p-slide__service-icon {
  position: absolute;
  bottom: 5.1vh;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .p-slide__service-icon {
    bottom: 30px;
  }
}

.p-service__list {
  position: relative;
  color: #678666;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-service__list {
    display: block;
  }
}
.p-service__list:after {
  width: 0;
  height: 1px;
  background: #678666;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
@media (max-width: 767px) {
  .p-service__list:after {
    content: "";
  }
}
.p-service__list.is-onscreen:after {
  width: 100%;
}

.p-service__item {
  padding: 18rem 5.3% 18rem;
  position: relative;
  flex: 1;
}
@media (max-width: 767px) {
  .p-service__item {
    padding: 6rem 7.7%;
  }
  .p-service__item--3 {
    padding: 6rem 7.7% 10rem;
  }
}
.p-service__item:first-child::after {
  content: none;
}
.p-service__item:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  background: #678666;
  height: 0%;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.5s;
}
@media (max-width: 767px) {
  .p-service__item:after {
    width: 0;
    height: 1px;
  }
}
.p-service__item.is-onscreen:after {
  height: 100%;
}
@media (max-width: 767px) {
  .p-service__item.is-onscreen:after {
    width: 100%;
    height: 1px;
  }
}

.p-service__tag {
  position: absolute;
  font-family: "Marcellus", sans-serif;
  font-size: 0.8vw;
  letter-spacing: 0.048em;
  writing-mode: vertical-lr;
  top: 3rem;
  left: 1.98vw;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
@media (max-width: 767px) {
  .p-service__tag {
    font-size: 3vw;
    left: 5%;
  }
}
.p-service__tag.is-onscreen {
  opacity: 1;
}

.p-service__num {
  position: absolute;
  font-family: "Marcellus", sans-serif;
  font-size: 1.06666vw;
  letter-spacing: 0.064em;
  top: 3rem;
  right: 1.98vw;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
@media (max-width: 767px) {
  .p-service__num {
    font-size: 4vw;
    right: 5%;
  }
}
.p-service__num.is-onscreen {
  opacity: 1;
}

.p-service__ttl {
  display: table;
  margin: 0 auto 5rem;
  padding-bottom: 6rem;
  position: relative;
  filter: blur(4px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
@media (max-width: 767px) {
  .p-service__ttl {
    margin: 0 auto 2.5rem;
    padding-bottom: 3.5rem;
  }
}
.p-service__ttl.is-onscreen {
  opacity: 1;
  filter: blur(0);
}
.p-service__ttl:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  width: 20px;
  background: #678666;
  height: 1px;
}
.p-service__ttl-eng {
  font-family: "Marcellus", sans-serif;
  font-size: 2vw;
}
@media (max-width: 767px) {
  .p-service__ttl-eng {
    font-size: 10vw;
  }
}
.p-service__ttl-jp {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.93333vw;
  text-align: center;
  margin-top: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-service__ttl-jp {
    font-size: 3vw;
  }
}

.p-service__copy {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.066666vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.75;
  filter: blur(4px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
@media (max-width: 767px) {
  .p-service__copy {
    font-size: 3.5vw;
    line-height: 1.57;
  }
}
.p-service__copy.is-onscreen {
  opacity: 1;
  filter: blur(0);
}

.p-service__description {
  margin-top: 2rem;
  opacity: 0;
  filter: blur(4px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.p-service__description p {
  font-size: 0.8666666vw;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.039em;
}
@media (max-width: 767px) {
  .p-service__description p {
    font-size: 3.25vw;
  }
}
.p-service__description .p-topics__btn {
  margin-top: 5rem;
  color: #678666;
  margin: 5rem auto 0;
  display: table;
  position: relative;
  right: 0;
}
.p-service__description .p-topics__btn .p-topics-swiper-button-text {
  color: #678666;
}
.p-service__description.is-onscreen {
  opacity: 1;
  filter: blur(0);
}

#topics {
  scroll-margin-top: 9.9vh;
}
@media (max-width: 767px) {
  #topics {
    scroll-margin-top: 4.9vh;
  }
}

.p-topics {
  background: #678666;
  padding: 20rem 0 20rem 6.6vw;
}
@media (max-width: 767px) {
  .p-topics {
    padding: 10rem 0 10rem 7.7vw;
  }
}

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

.p-topics-swiper {
  width: 66%;
  padding-left: 3.9vw;
  position: relative;
}
@media (max-width: 767px) {
  .p-topics-swiper {
    width: 100%;
    padding-left: 0;
  }
}
.p-topics-swiper:after {
  position: absolute;
  width: 1px;
  height: 0;
  background: #f4e3d0;
  content: "";
  top: 0;
  left: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .p-topics-swiper:after {
    content: none;
  }
}
.p-topics-swiper.is-onscreen:after {
  height: 100%;
}
@media (max-width: 767px) {
  .p-topics-swiper.is-onscreen:after {
    height: 1px;
    width: calc(100% - 7.7%);
  }
}
.p-topics-swiper.is-onscreen .insta__item {
  opacity: 1;
}
.p-topics-swiper.is-onscreen .insta__item a {
  -webkit-mask-size: 400% auto;
          mask-size: 400% auto;
  transition: 3s ease 0s;
}
.p-topics-swiper .insta__item {
  box-sizing: border-box;
  padding-right: 30px;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-topics-swiper .insta__item {
    padding-right: 20px;
  }
}
.p-topics-swiper .insta__item a {
  -webkit-mask-image: url(../img/blur.webp);
          mask-image: url(../img/blur.webp);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-size: 0 auto;
  mask-size: 0 auto;
  mask-size: 0 auto;
}
.p-topics-swiper .insta__item a video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  aspect-ratio: 4/5;
}
.p-topics-swiper .insta__item a img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  aspect-ratio: 4/5;
}
.p-topics-swiper .insta-date {
  font-family: "Inter", sans-serif;
  font-size: 0.8vw;
  color: #f4e3d0;
  letter-spacing: 0.048em;
  margin: 28px 0 17px;
}
@media (max-width: 767px) {
  .p-topics-swiper .insta-date {
    margin: 20px 0 9px;
    font-size: 2.5vw;
  }
}
.p-topics-swiper .insta-caption {
  font-size: 0.8666667vw;
  color: #f4e3d0;
  line-height: 1.84;
  letter-spacing: 0.039em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-topics-swiper .insta-caption {
    font-size: 3vw;
  }
}

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

.p-topics-swiper-bottom {
  display: flex;
  align-items: center;
  margin-top: 6rem;
  padding-right: 6.6vw;
  padding-bottom: 2px;
  position: relative;
  z-index: 111111;
}
@media (max-width: 767px) {
  .p-topics-swiper-bottom {
    gap: 40px;
    margin-top: 3rem;
    padding-top: 3.5rem;
  }
  .p-topics-swiper-bottom:after {
    position: absolute;
    width: 0;
    height: 1px;
    background: #f4e3d0;
    content: "";
    top: 0;
    left: 0;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition-delay: 0.3s;
    opacity: 0.2;
  }
  .is-onscreen .p-topics-swiper-bottom:after {
    width: calc(100% - 7.7%);
  }
}
.p-topics-swiper-bottom .c-scroll__icon {
  width: 8px;
}
.p-topics-swiper-bottom .c-scroll__icon .c-scroll__icon-inner {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.p-topics-swiper-button-text {
  font-family: "Marcellus", sans-serif;
  font-size: 0.8vw;
  letter-spacing: 0.036em;
  color: #f4e3d0;
}
@media (max-width: 767px) {
  .p-topics-swiper-button-text {
    font-size: 3vw;
  }
}

.p-topics-swiper-button-prev {
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.p-topics-swiper-button-prev:hover .c-scroll__icon-back {
  transform: translateY(1px);
  transition: linear 0.6s;
}
.p-topics-swiper-button-prev:hover .c-scroll__icon-front {
  transform: translateY(1px);
  transition: linear 0.6s;
}

.p-topics-swiper-button-next {
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.p-topics-swiper-button-next:hover .c-scroll__icon-back {
  transform: translateY(1px);
  transition: linear 0.6s;
}
.p-topics-swiper-button-next:hover .c-scroll__icon-front {
  transform: translateY(1px);
  transition: linear 0.6s;
}

.p-topics__btn {
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-topics__btn {
    position: absolute;
    top: 0;
    right: 7.7%;
  }
}

.p-topics__btn a {
  right: 6.6vw;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-topics__btn a .c-scroll__icon {
  width: 60px;
}
.p-topics__btn a .c-scroll__icon-inner {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.p-topics__btn a:hover .c-scroll__icon-back {
  transform: translateY(1px);
  transition: linear 0.6s;
}
.p-topics__btn a:hover .c-scroll__icon-front {
  transform: translateY(1px);
  transition: linear 0.6s;
}

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


Utility

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

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

/* =========================================================
ANIMATION
========================================================= */
@keyframes moveLineLeftToRight {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  49.9% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  50% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@keyframes moveLineTopToBottom {
  0% {
    transform: scaleY(1);
    transform-origin: center bottom;
  }
  49.9% {
    transform: scaleY(0);
    transform-origin: center bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: center top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: center top;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.u-p-r {
  position: relative !important;
}